@charset "UTF-8";
ul.resp-tabs-list {
  margin: 0;
  padding: 0;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  margin: 0;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #e7e7e7;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid var(--porto-gray-2);
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #e7e7e7;
  border-top: 0 solid #e7e7e7;
  margin: 0;
  padding: 10px 15px;
}

h2.resp-tab-active {
  border-bottom: 0 solid #e7e7e7 !important;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #e7e7e7 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  float: left;
  width: 68%;
  min-height: 250px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #e7e7e7;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #e7e7e7;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e7e7e7;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e7e7e7 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #e7e7e7 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #e7e7e7;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #e7e7e7 !important;
  }
}
/* Woocommerce alert */
.dokan-message, .dokan-info, .dokan-error {
  border: none;
  background: none;
  border-radius: 0;
}
.dokan-message:before, .dokan-info:before, .dokan-error:before {
  left: 0;
  background: none;
  font-style: normal;
  padding: 0;
  width: auto;
  border-radius: 0;
}

.woocommerce-message,
.cart-popup .total {
  color: var(--porto-heading-color);
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
.dokan-message, .dokan-info, .dokan-error {
  padding: 10px 3px;
  list-style-position: inside;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
#main > .container > .woocommerce-error,
#main > .container > .woocommerce-message,
#main > .container > .woocommerce-info,
#main > .container > .dokan-message, #main > .container > .dokan-info, #main > .container > .dokan-error {
  margin-top: 10px;
}
#main > .container-fluid > .woocommerce-error,
#main > .container-fluid > .woocommerce-message,
#main > .container-fluid > .woocommerce-info,
#main > .container-fluid > .dokan-message, #main > .container-fluid > .dokan-info, #main > .container-fluid > .dokan-error {
  margin-top: 20px;
}
.woocommerce-error:before,
.woocommerce-message:before,
.woocommerce-info:before,
.dokan-message:before, .dokan-info:before, .dokan-error:before {
  position: relative;
  top: 2px;
  margin-right: 5px;
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woocommerce-error {
  color: #6d1a17;
  list-style: none;
}
.woocommerce-error li {
  padding: 5px 0;
}
.woocommerce-error li:before {
  content: "";
  margin-right: 0.5rem;
  color: var(--bs-danger);
  font-size: 23px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
}

.dokan-error {
  color: #6d1a17;
}
.dokan-error:before {
  content: "";
  color: var(--bs-danger);
}

.woocommerce-message .wc-forward, .dokan-message .wc-forward {
  margin-right: 10px;
}
.woocommerce-message:before, .dokan-message:before {
  content: "";
  color: #0cc485;
}

.woocommerce-info, .dokan-info {
  color: #2f6473;
}
.woocommerce-info:before, .dokan-info:before {
  content: "";
  color: var(--info);
}

/* Shop Table */
dl.variation {
  margin-bottom: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
}
dl.variation p {
  font-size: inherit;
}
.shop_table dl.variation {
  color: var(--porto-body-color);
}

.shop_table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
}
.shop_table a {
  color: inherit;
  /*#777; */
}
.shop_table a:not(.button):hover {
  color: var(--porto-primary-color);
}
.shop_table dt, .shop_table dd {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 400;
}
.shop_table dd p {
  font-size: inherit;
}
.shop_table th {
  text-align: left;
  padding: 10px;
}
.shop_table td {
  text-align: left;
  padding: 20px 10px;
}
.shop_table thead span {
  color: var(--porto-heading-color);
  text-transform: uppercase;
}
.shop_table thead tr, .shop_table tr:not(:last-child) {
  border-bottom: 1px solid var(--porto-gray-5);
}
.shop_table td.product-name {
  font-weight: 500;
  word-break: break-word;
  color: var(--porto-heading-color);
}
.shop_table tfoot tr:first-child th, .shop_table tfoot tr:first-child td {
  padding: 28px 10px 10px;
}
.shop_table tbody th:first-child,
.shop_table tfoot th:first-child {
  border-left: none;
}
.shop_table td.actions {
  padding: 20px 0;
}
@media (max-width: 575px) {
  .shop_table td.actions .coupon > * {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .shop_table.shop_table_responsive, .shop_table.responsive {
    border: 1px solid var(--porto-gray-5);
    border-top: 4px solid var(--porto-primary-color);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  }
  .shop_table.shop_table_responsive thead, .shop_table.responsive thead {
    display: none;
  }
  .shop_table.shop_table_responsive tr, .shop_table.responsive tr {
    display: block;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid var(--porto-gray-5);
  }
  .shop_table.shop_table_responsive tr:first-child, .shop_table.responsive tr:first-child {
    border-top: none;
  }
  .shop_table.shop_table_responsive tfoot th, .shop_table.responsive tfoot th {
    border: none;
  }
  .shop_table.shop_table_responsive tfoot tr:first-child, .shop_table.responsive tfoot tr:first-child {
    border-top: 1px solid var(--porto-gray-5);
  }
  .shop_table.shop_table_responsive td,
.shop_table.shop_table_responsive th, .shop_table.responsive td,
.shop_table.responsive th {
    background: transparent;
    text-align: center;
    display: block;
    padding: 5px 10px;
    border: none;
  }
  .shop_table.shop_table_responsive td.product-remove,
.shop_table.shop_table_responsive th.product-remove, .shop_table.responsive td.product-remove,
.shop_table.responsive th.product-remove {
    position: absolute;
    right: 0;
    top: 12px;
  }
  .shop_table.shop_table_responsive td.product-thumbnail,
.shop_table.shop_table_responsive th.product-thumbnail, .shop_table.responsive td.product-thumbnail,
.shop_table.responsive th.product-thumbnail {
    padding-top: 10px;
  }
}
.featured-box .shop_table {
  box-shadow: none;
  border: none;
}
.featured-box .shop_table th {
  background: transparent;
  border-bottom: none;
  font-weight: 600;
}
.featured-box .shop_table th:first-child, .featured-box .shop_table th:last-child, .featured-box .shop_table th:only-child {
  border-radius: 0;
}
.featured-box .shop_table td {
  border-left: none;
}
.featured-box .shop_table tr:last-child td:first-child, .featured-box .shop_table tr:last-child td:last-child, .featured-box .shop_table tr:last-child td:only-child {
  border-radius: 0;
}
.featured-box .shop_table .product-remove .remove {
  font-size: 30px;
  font-weight: 800;
}
.featured-box .shop_table .quantity {
  margin: 0;
  width: auto;
}
.featured-box .shop_table .quantity input.qty {
  border-color: var(--porto-gray-2);
  border-radius: 0;
  width: 38px;
  height: 30px;
  padding: 0 4px;
}
.featured-box .shop_table .quantity .minus,
.featured-box .shop_table .quantity .plus {
  width: 30px;
  height: 30px;
  background: var(--porto-gray-7);
  border-color: var(--porto-gray-2);
}
.featured-box .shop_table .coupon {
  margin-top: 16px;
  width: 50%;
}
.featured-box .shop_table .coupon label {
  display: none;
}
.featured-box .shop_table .coupon #coupon_code {
  max-width: 280px;
}
.featured-box .shop_table .actions,
.featured-box .shop_table .cart-actions {
  margin-top: 8px;
  padding-bottom: 10px;
}
.featured-box .shop_table .actions input, .featured-box .shop_table .actions button,
.featured-box .shop_table .cart-actions input,
.featured-box .shop_table .cart-actions button {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .featured-box .shop_table .coupon {
    width: 100%;
  }
  .featured-box .shop_table .pt-left,
.featured-box .shop_table .pt-right {
    float: none !important;
    text-align: center;
  }
}

.order-again .button {
  padding: 0 1.5rem;
}

.btn-go-shop {
  min-width: 200px;
  padding: 16px 0;
  font-size: 15px;
  letter-spacing: -0.015em;
  text-align: center;
}

.wc-action-btn.wc-action-sm {
  font-size: 13px;
  letter-spacing: -0.015em;
}

.wc-action-btn.button, .order-again .button, .btn-v-dark {
  font-weight: 700;
  text-transform: uppercase;
}

.wc-action-btn.button,
.wc-action-btn.button:disabled,
.wishlist_table .add-links .quickview,
.order-again .button,
.wishlist_table .add-links .yith-compare {
  background: var(--porto-gray-3);
  color: var(--porto-heading-color);
  border: none;
}

.wc-action-btn.button:hover,
.order-again .button:hover {
  background: var(--porto-gray-8);
}

.wc-action-btn.button:disabled {
  opacity: 0.8;
}

.text-v-dark {
  color: var(--porto-heading-color) !important;
}

html .btn-v-dark, .cart-popup .button.checkout, .wishlist_table .add_to_cart.button {
  background: var(--porto-heading-color);
  color: var(--porto-body-bg);
  border: none;
}
html .btn-v-dark:focus, .cart-popup .button.checkout:focus, .wishlist_table .add_to_cart.button:focus {
  outline: none;
  box-shadow: none;
  color: var(--porto-body-bg);
}
html .btn-v-dark:hover, .cart-popup .button.checkout:hover, .wishlist_table .add_to_cart.button:hover {
  background: var(--porto-heading-light-8);
  color: var(--porto-body-bg);
}

/* Order detail*/
@media (min-width: 992px) {
  .order-info,
.woocommerce-order-details {
    width: 90%;
  }
}
.order-info .order-item {
  width: 20%;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .order-info .order-item {
    width: 33.3333%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .order-info .order-item {
    width: 50%;
  }
}

.order_details tbody .amount,
.checkout-order-review tbody .amount,
.checkout-order-review .cart-subtotal {
  color: #777;
  font-weight: 500;
}

.order_details tr td:last-child,
.checkout-order-review tr td:last-child {
  text-align: right;
}

.order_details tbody tr.order_item {
  line-height: 20px;
  border-bottom-width: 0;
}
.order_details tbody tr.order_item td {
  padding-top: 9px;
  padding-bottom: 0;
}
.order_details tbody td.product-name {
  padding-top: 9px;
}
.order_details tfoot tr {
  padding: 5px 0;
}
.order_details tfoot tr td {
  color: #777;
  font-weight: 500;
}
.order_details tfoot tr:last-child h4 {
  font-size: 16px;
}
.order_details tfoot tr:last-child .amount {
  font-size: 22px;
  font-weight: 700;
  color: var(--porto-heading-color);
}
.order_details .product-name a {
  color: var(--porto-heading-color);
}
.order_details .wc-item-meta {
  padding-left: 5px;
  margin-bottom: 0;
}
.order_details .wc-item-meta li {
  display: flex;
  font-size: 12px;
  color: #999;
}
.order_details .wc-item-meta strong {
  margin-right: 10px;
}
.order_details .wc-item-meta strong,
.order_details .wc-item-meta p {
  font-weight: 500;
}

.featured-box .cart-actions {
  margin-top: 8px;
  margin-bottom: 20px;
}

/*Order Complete*/
.woocommerce-thankyou-order-received {
  padding: 36px 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.025em;
  border: 2px solid #0cc485;
}

.success-message i,
.woocommerce-thankyou-order-received i {
  color: #0cc485;
}

.woocommerce-thankyou .woocommerce-order-details {
  width: 100%;
}

.woocommerce-account .account-sub-title,
.woocommerce-thankyou .account-sub-title,
.woocommerce-checkout .account-sub-title,
#login-form-popup .account-sub-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.woocommerce-account .account-sub-title i,
.woocommerce-thankyou .account-sub-title i,
.woocommerce-checkout .account-sub-title i,
#login-form-popup .account-sub-title i {
  font-size: 35px;
}
.woocommerce-account .featured-boxes,
.woocommerce-thankyou .featured-boxes,
.woocommerce-checkout .featured-boxes,
#login-form-popup .featured-boxes {
  border: 2px solid var(--porto-gray-5);
}

.woocommerce-checkout h4,
.woocommerce-cart h4,
.woocommerce-order-details h4 {
  letter-spacing: -0.01em;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce-checkout .card-sub-title,
.woocommerce-cart .card-sub-title,
.woocommerce-order-details .card-sub-title {
  font-weight: 700;
}

/* Layout */
.u-column1.col-1 {
  max-width: none;
  flex: none;
  padding-left: 0;
  padding-right: 0;
}

.col2-set {
  margin: 0 calc( var(--porto-column-spacing) * -1 );
}
.col2-set:after {
  content: " ";
  display: table;
  clear: both;
}
.col2-set .col-1, .col2-set .col-2 {
  width: 50%;
  padding: 0 var(--porto-column-spacing);
  max-width: none;
  flex: none;
}
.col2-set .col-1 {
  float: left;
}
.col2-set .col-2 {
  float: right;
}
@media (max-width: 991px) {
  .col2-set .col-1,
.col2-set .col-2 {
    float: none;
    width: 100%;
  }
}

.chosen-container-single .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single,
.select2-container .select2-choice {
  background: var(--porto-normal-bg);
  border-color: var(--porto-gray-5);
  height: 34px;
  line-height: 28px;
  padding: 3px 8px;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.chosen-container-single .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
  background-position: 0 7px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px !important;
}

.select2-container .select2-choice {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: var(--porto-body-color);
}

.chosen-container-active.chosen-with-drop .chosen-single,
.select2-container-active .select2-choice {
  border-color: var(--porto-gray-5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.select2-drop,
.select2-drop-active {
  margin-top: -2px;
  border-color: var(--porto-gray-5);
  color: var(--porto-body-color);
}
.select2-drop .select2-search,
.select2-drop-active .select2-search {
  padding-top: 4px;
}
.select2-drop .select2-results,
.select2-drop-active .select2-results {
  font-size: 0.9em;
  background-color: var(--porto-normal-bg);
}
.select2-drop .select2-results li,
.select2-drop-active .select2-results li {
  line-height: 20px;
}

.form-row {
  margin-bottom: 15px;
  vertical-align: top;
}
.form-row:not(.row) {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.form-row label {
  display: block;
}
.form-row label.checkbox {
  display: inline-block;
}
.form-row label.inline {
  display: inline;
}
.form-row .required {
  border: none;
  cursor: default;
  color: #c10000;
}
.form-row input[type=email], .form-row input[type=number], .form-row input[type=password], .form-row input[type=search], .form-row input[type=tel], .form-row input[type=text], .form-row input[type=url], .form-row input[type=color], .form-row input[type=date], .form-row input[type=datetime], .form-row input[type=datetime-local], .form-row input[type=month], .form-row input[type=time], .form-row input[type=week], .form-row select, .form-row textarea {
  width: 100%;
  background-color: var(--porto-normal-bg);
  color: var(--porto-body-color);
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;*/
}

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

.form-row-first {
  float: left;
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .form-row-first {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.form-row-last {
  float: right;
  width: 50%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .form-row-last {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

/* Header Title */
header.title {
  position: relative;
}
header.title:after {
  content: " ";
  display: table;
  clear: both;
}
header.title h3 {
  float: left;
  margin-bottom: 15px;
}
header.title .edit {
  float: right;
  margin-bottom: 15px;
}

form.global-login label.inline {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
form.global-login #rememberme {
  margin-left: 10px;
}

.wcml-switcher {
  position: relative;
}
.wcml-switcher h5 {
  cursor: pointer !important;
}
.wcml-switcher li.loading {
  display: inline-block !important;
  position: absolute !important;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  cursor: wait;
  background-color: var(--porto-normal-bg);
}

p.demo_store {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

body.woocommerce-page .main-content .featured-box {
  margin-top: 0;
  margin-bottom: 30px;
}
body.woocommerce-page .card-body .featured-box {
  margin-bottom: 0;
}

.account-text-user {
  color: var(--porto-heading-color);
}

/* wc vendors */
.overlay-vendor-effect {
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 1px;
}

.vendor-profile-bg {
  background: #d41b1b;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.vendor-profile-bg h1 a {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
}
.vendor-profile-bg p {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  margin: 10px;
}

.vendor_userimg img {
  border-radius: 100px;
  margin: 20px 0px;
}

/* footer */
.footer form {
  opacity: 1;
}

/* header */
#header .header-top,
.welcome-msg {
  font-weight: 600;
}

#header .header-top .top-links:last-child > li.menu-item:last-child > a {
  padding-right: 0;
}

#header .header-top .top-links:last-child > li.menu-item:last-child:after {
  display: none;
}

#header .main-menu .wide li.menu-item li.menu-item > a:hover {
  background: none;
  color: var(--porto-mainmenu-popup-text-color-hover, var(--porto-mainmenu-popup-text-color-regular, var(--porto-body-color)));
}

#header .main-menu .wide li.menu-item li.menu-item > a:hover,
#header .main-menu .wide li.sub > a:hover {
  text-decoration: underline;
}

.sidebar-menu .wide li.sub,
.mega-menu .wide li.sub {
  padding: 15px 10px 0;
}

#header .main-menu .popup {
  left: -15px;
}

#header .main-menu .narrow.pos-right .popup {
  right: -15px;
  left: auto;
}

.sidebar-menu .wide .popup {
  border-left: none;
}

.sidebar-menu .wide .popup > .inner {
  margin-left: 0;
}

.sidebar-menu .popup:before {
  content: "";
  position: absolute;
  border-right: 12px solid var(--porto-body-bg);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -12px;
  top: 13px;
  z-index: 112;
}

.price {
  line-height: 1;
  font-weight: 600;
  font-size: 2.5714em;
}

.price,
td.product-subtotal,
td.product-total,
td.order-total,
tr.cart-subtotal {
  color: var(--porto-color-price);
}

.price .price,
td.product-price .price,
td.product-subtotal .price,
td.product-total .price,
td.order-total .price,
tr.cart-subtotal .price {
  font-size: 1em;
}
.price .currency,
.price .decimal,
td.product-price .currency,
td.product-price .decimal,
td.product-subtotal .currency,
td.product-subtotal .decimal,
td.product-total .currency,
td.product-total .decimal,
td.order-total .currency,
td.order-total .decimal,
tr.cart-subtotal .currency,
tr.cart-subtotal .decimal {
  font-size: 0.75em;
  font-weight: 400;
}
.price .currency .decimal,
td.product-price .currency .decimal,
td.product-subtotal .currency .decimal,
td.product-total .currency .decimal,
td.order-total .currency .decimal,
tr.cart-subtotal .currency .decimal {
  font-size: 1em;
}
.price ins,
td.product-price ins,
td.product-subtotal ins,
td.product-total ins,
td.order-total ins,
tr.cart-subtotal ins {
  display: inline-block;
  text-decoration: none;
  vertical-align: baseline;
}
.price del,
.price .from,
td.product-price del,
td.product-price .from,
td.product-subtotal del,
td.product-subtotal .from,
td.product-total del,
td.product-total .from,
td.order-total del,
td.order-total .from,
tr.cart-subtotal del,
tr.cart-subtotal .from {
  display: inline-block;
  color: #a7a7a7;
  font-size: 0.8em;
  margin-right: 0.2143em;
  vertical-align: baseline;
}

div.quantity {
  display: inline-flex;
  position: relative;
  /*min-width: 4.1429em;
  margin-right: .8571em;*/
  text-align: left;
  vertical-align: middle;
}
div.quantity.hidden {
  display: none !important;
}
div.quantity .qty {
  -moz-appearance: textfield;
  text-align: center;
  width: 2.5em;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
  background: none;
  border-color: var(--porto-gray-2);
}
div.quantity .minus,
div.quantity .plus {
  position: relative;
  width: 2em;
  height: 36px;
  line-height: 1;
  border: 1px solid var(--porto-gray-2);
  padding: 0;
  outline: none;
  text-indent: -9999px;
  background: none;
  color: var(--porto-heading-color);
}
div.quantity .minus:hover,
div.quantity .plus:hover {
  color: var(--porto-primary-color);
}
div.quantity .minus:before,
div.quantity .plus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -0.5px;
  margin-left: -4.5px;
}
div.quantity .plus {
  left: -1px;
}
div.quantity .plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 9px;
  border-left: 1px solid;
  margin-top: -4.5px;
  margin-left: -0.5px;
}
div.quantity .minus {
  left: 1px;
}

.quantity .qty {
  font-family: var(--porto-add-to-cart-ff), var(--porto-body-ff), sans-serif;
  color: var(--porto-heading-color);
}

.product-image {
  display: block;
  position: relative;
  border: none;
  width: 100%;
  padding: 0;
}
.product-image:hover {
  z-index: 1;
}
.product-image .inner {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-image img {
  display: inline-block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
  transform: translateZ(0);
}
.product-image .viewcart {
  font-size: 1.25rem;
  color: var(--porto-primary-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  text-align: center;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.1em;
  display: none;
  opacity: 0;
  transition: 0.25s;
}
.product-image .viewcart:before {
  font-family: "Simple-Line-Icons";
  content: "";
}
.product-image .viewcart:hover {
  background-color: var(--porto-primary-color);
  color: #fff;
}
.product-image .labels {
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  top: 0.8em;
  font-size: 10px;
  left: 0.8em;
  text-align: center;
}
.product-image .labels .onhot,
.product-image .labels .onsale,
.product-image .labels .onnew {
  padding: 5px 11px;
  margin-bottom: 5px;
}
.product-image .labels .onnew {
  background: linear-gradient(135deg, var(--porto-new-bgc, #08c) 0, var(--porto-new-bgc, #0169fe) 80%);
}
.product-image .labels .tooltip {
  font-weight: normal;
  text-transform: none;
  white-space: nowrap;
  z-index: 100;
}
.product-image .stock {
  position: absolute;
  z-index: 1;
  background: var(--porto-label-bg1);
  color: var(--porto-heading-color);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10em;
  height: 3em;
  line-height: 3em;
  margin: auto;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: 0.25s;
}
.product-image, .product-image .viewcart, .product-image .stock {
  background: var(--porto-normal-bg);
}
.yith-wcbm-badge {
  margin: 0;
}
.yith-wcbm-badge img {
  margin: 0 !important;
  border-radius: 0;
  opacity: 1 !important;
}
.products .yith-wcbm-badge {
  margin: 0;
}
.products .yith-wcbm-badge img {
  margin: 0 !important;
}

.product-image .labels .onhot,
.summary-before .labels .onhot {
  background: var(--porto-hot-color, #62b959);
  color: var(--porto-hot-color-inverse, #fff);
}

.product-image .labels .onsale,
.summary-before .labels .onsale {
  background: var(--porto-sale-color, #e27c7c);
  color: var(--porto-sale-color-inverse, #fff);
}

.add-links .add_to_cart_read_more,
.add-links .add_to_cart_button,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span,
.add-links-wrap .quickview,
.product-image .yith-compare {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: inherit;
  text-align: center;
  vertical-align: top;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, border-color 0.25s, left 0.25s, right 0.25s;
  background-color: var(--porto-shop-add-links-bg-color);
  border: 1px solid var(--porto-shop-add-links-border-color, transparent);
  color: var(--porto-shop-add-links-color, #212529);
}

.yith-wcwl-add-to-wishlist a:before,
.yith-wcwl-add-to-wishlist span:before,
.add-links-wrap .quickview:before {
  display: inline-block;
}

.add-links .button:hover,
.add-links .button:focus,
.add-links .quickview:hover,
.yith-wcwl-add-to-wishlist a:hover,
.product-image .yith-compare:hover,
li.product-default:hover .add-links .add_to_cart_button,
li.product-default:hover .add-links .add_to_cart_read_more {
  background-color: var(--porto-primary-color);
  border-color: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse, #fff);
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a,
.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover,
.product-summary-wrap .yith-wcwl-add-to-wishlist span {
  background: none;
  border: none;
}

.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.add-links .yith-compare {
  padding: 0 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  white-space: nowrap;
}
.add-links .add_to_cart_button:before,
.add-links .add_to_cart_read_more:before,
.add-links .yith-compare:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  position: relative;
  float: left;
}
.add-links .yith-compare:before {
  content: "";
  font-family: "porto";
}
.add-links .yith-compare.added::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 36px;
}
.product-type-simple .add-links .add_to_cart_button:before {
  font-family: "Porto";
  content: "";
  font-size: 1rem;
  font-weight: 600;
  font-size: 0.9375rem;
}
.add-links .add_to_cart_button.loading.viewcart-style-1:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--porto-normal-bg);
}
.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more,
.add-links .quickview,
.add-links .yith-compare {
  height: 36px;
  line-height: 34px;
  min-width: 36px;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
  line-height: 1;
  vertical-align: top;
}
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span {
  width: 36px;
  height: 36px;
  line-height: 34px;
  padding: 0;
  text-indent: -9999em;
}
.yith-wcwl-add-to-wishlist a:before,
.yith-wcwl-add-to-wishlist span:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-indent: 0;
  font-size: 1rem;
  font-family: "Porto";
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  content: "";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "";
  color: var(--porto-sale-color, #e27c7c);
}
.yith-wcwl-add-to-wishlist .delete_item:before {
  content: "";
}
.yith-wcwl-add-to-wishlist + .clear,
.yith-wcwl-add-to-wishlist a i {
  display: none;
}
.yith-wcwl-add-to-wishlist .feedback,
.yith-wcwl-add-to-wishlist img.ajax-loading {
  display: none !important;
}

li.product-outimage_aq_onimage .add-links .quickview {
  background-color: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse, #fff);
}

.add-links .quickview {
  width: 36px;
  /*border-color: #d8d8d6;
  background: none;*/
  text-indent: -9999px;
  text-transform: uppercase;
  font-size: 13px;
}
.add-links .quickview:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-indent: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 1.1em;
  font-weight: 900;
}
.add-links .quickview.loading:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--porto-normal-bg);
}

.single-add-to-cart .type-product .single_add_to_cart_button:before {
  content: none;
}
.single-add-to-cart .type-product .single_add_to_cart_button:after {
  content: "";
  margin-left: 10px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#comments h2 {
  margin-top: 0;
}

.commentlist {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.commentlist:after {
  content: " ";
  display: table;
  clear: both;
}
.commentlist li {
  clear: both;
  margin-bottom: 20px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .commentlist li .comment_container {
    background: var(--porto-title-bgc);
    padding: 10px 10px 15px;
  }
}
.commentlist li .comment-text {
  padding: 20px;
  position: relative;
  background: var(--porto-title-bgc);
}
@media (max-width: 575px) {
  .commentlist li .comment-text {
    padding: 0;
    background: transparent;
  }
}
.commentlist li .comment-text p {
  font-size: 0.9em;
  line-height: 21px;
  margin: 0;
  padding: 0;
}
.commentlist li .comment-text .meta {
  font-size: 1em;
  margin: 0;
}
.commentlist li .comment-text .meta strong {
  display: inline-block;
  line-height: 21px;
  margin: 0;
  padding: 0 0 5px 0;
}
@media (max-width: 575px) {
  .commentlist li .comment-text .meta strong {
    display: block;
    padding-bottom: 0;
  }
}
.commentlist li .comment-text .meta time {
  color: #999;
  font-size: 0.9em;
}

.comment-reply-title {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 14px 0;
}

.comment-form-rating label {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.comment-form-rating .stars {
  display: inline-block;
  position: relative;
  top: -0.5em;
  white-space: nowrap;
}
.comment-form-rating .stars span a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  text-indent: -9999em;
  transition: 0.2s;
}
.comment-form-rating .stars span a:before {
  color: #706f6c;
  content: "";
  position: absolute;
  left: 0;
  height: 24px;
  text-indent: 0;
  letter-spacing: 1px;
}
.comment-form-rating .stars span a:hover:before {
  color: #706f6c;
}
.comment-form-rating .stars .star-1 {
  z-index: 10;
}
.comment-form-rating .stars .star-1:before {
  width: 17px;
}
.comment-form-rating .stars .star-1:hover:before, .comment-form-rating .stars .star-1.active:before {
  content: "";
}
.comment-form-rating .stars .star-2 {
  z-index: 9;
}
.comment-form-rating .stars .star-2:before {
  width: 34px;
}
.comment-form-rating .stars .star-2:hover:before, .comment-form-rating .stars .star-2.active:before {
  content: "" "";
}
.comment-form-rating .stars .star-3 {
  z-index: 8;
}
.comment-form-rating .stars .star-3:before {
  width: 51px;
}
.comment-form-rating .stars .star-3:hover:before, .comment-form-rating .stars .star-3.active:before {
  content: "" "" "";
}
.comment-form-rating .stars .star-4 {
  z-index: 7;
}
.comment-form-rating .stars .star-4:before {
  width: 68px;
}
.comment-form-rating .stars .star-4:hover:before, .comment-form-rating .stars .star-4.active:before {
  content: "" "" "" "";
}
.comment-form-rating .stars .star-5 {
  z-index: 6;
}
.comment-form-rating .stars .star-5:before {
  content: "" "" "" "" "";
  font-weight: 400;
}
.comment-form-rating .stars .star-5:hover:before, .comment-form-rating .stars .star-5.active:before {
  font-weight: 900;
}

#yith-wcwl-popup-message {
  border-width: 4px 0 0;
  border-color: var(--porto-primary-color);
  font-weight: 600;
  line-height: 1.5;
  color: var(--porto-body-color);
  padding: 15px 20px;
  width: 250px;
  margin-left: -125px !important;
  background: var(--porto-body-bg);
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active,
a.yith-wcan-onsale-button.active,
a.yith-wcan-instock-button.active,
a.yith-wcan-price-link.active,
ul.yith-wcan-list li.chosen a {
  position: relative;
  padding-left: 16px !important;
}
.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before, .yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after,
a.yith-wcan-onsale-button.active:before,
a.yith-wcan-onsale-button.active:after,
a.yith-wcan-instock-button.active:before,
a.yith-wcan-instock-button.active:after,
a.yith-wcan-price-link.active:before,
a.yith-wcan-price-link.active:after,
ul.yith-wcan-list li.chosen a:before,
ul.yith-wcan-list li.chosen a:after {
  content: "";
  position: absolute;
  color: #777;
  top: 50%;
}
.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:before,
a.yith-wcan-onsale-button.active:before,
a.yith-wcan-instock-button.active:before,
a.yith-wcan-price-link.active:before,
ul.yith-wcan-list li.chosen a:before {
  width: 11px;
  left: 0;
  margin-top: -1px;
  border-top: 1px solid;
  transform: rotateZ(45deg);
}
.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active:after,
a.yith-wcan-onsale-button.active:after,
a.yith-wcan-instock-button.active:after,
a.yith-wcan-price-link.active:after,
ul.yith-wcan-list li.chosen a:after {
  height: 11px;
  left: 5px;
  transform: translateY(-50%) rotateZ(45deg);
  border-left: 1px solid;
}

.filter-item-list,
.single_variation_wrap .variations_button,
.single-product form.cart:not(.variations_form) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product_title {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: var(--porto-color-price);
}
.product_title a {
  color: inherit;
}
.product_title a:hover, .product_title a:focus {
  color: var(--porto-primary-color);
}
.product_title.show-product-nav {
  width: calc(100% - 52px);
}

.product-nav {
  position: absolute;
  top: 0;
  margin-top: calc(1.125rem - 14px);
  /*right: ($grid-gutter-width / 2);*/
  right: 10px;
  z-index: 1;
}
.product-nav:after {
  content: " ";
  display: table;
  clear: both;
}
.product-nav .product-prev,
.product-nav .product-next {
  float: left;
  margin-left: 0.125rem;
}
.product-nav .product-prev:hover .product-popup,
.product-nav .product-next:hover .product-popup {
  display: block;
}
.product-nav a {
  display: block;
  color: var(--porto-heading-color);
}
.product-nav a:hover, .product-nav a:focus {
  color: var(--porto-heading-color);
}
.product-nav .product-link {
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 23px;
  border: 2px solid var(--porto-gray-2);
  border-radius: 14px;
  display: inline-block;
  text-align: center;
  font-family: "porto";
}
.product-nav .product-link.disabled {
  cursor: default;
  opacity: 0.5;
}
.product-nav .product-prev .product-link:before {
  content: "";
}
.product-nav .product-prev .product-popup:before {
  right: 36px;
}
.product-nav .product-next .product-link:before {
  content: "";
}
.product-nav .product-next .product-popup:before {
  right: 7px;
}
.product-nav .featured-box {
  display: block;
  margin: 0;
  text-align: left;
  border-width: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
}
.product-nav .featured-box .box-content {
  display: block;
  padding: 10px;
}
.product-nav .featured-box .box-content:after {
  content: " ";
  display: table;
  clear: both;
}
.product-nav .product-popup {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  font-size: 0.9286em;
  z-index: 999;
}
.product-nav .product-popup:before {
  border-bottom: 7px solid var(--porto-heading-color);
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  content: "";
  position: absolute;
  top: -5px;
}
.page-top .product-nav .product-popup {
  color: var(--porto-body-color);
}
.page-top .product-nav .product-popup:before {
  border-bottom-color: var(--porto-primary-color);
}
.product-nav .product-popup .box-content {
  border-top: 3px solid var(--porto-heading-color);
}
.product-nav .product-popup .product-image {
  padding: 0;
  width: 90px;
}
.product-nav .product-popup .product-image img {
  width: 100%;
  height: auto;
}
.product-nav .product-popup .product-details .product-title {
  display: block;
  padding-top: 5px;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: var(--porto-color-price);
}
.product-nav .product-popup .product-details .amount {
  font-size: 1.0714em;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  color: var(--porto-color-price);
}
.product-nav .product-popup .product-details .amount .currency,
.product-nav .product-popup .product-details .amount .decimal {
  font-size: 0.75em;
  font-weight: 400;
}
.product-nav .product-popup .product-details .amount .currency .decimal {
  font-size: 1em;
}
.product-nav .product-popup .product-details ins {
  text-decoration: none;
  vertical-align: baseline;
}
.product-nav .product-popup .product-details del,
.product-nav .product-popup .product-details .from {
  color: #a7a7a7;
  font-size: 0.8em;
  margin-right: 3px;
  vertical-align: baseline;
}
.product-nav .product-popup .product-details del .amount,
.product-nav .product-popup .product-details .from .amount {
  color: #a7a7a7;
}

.woocommerce-product-rating {
  color: #999;
  margin-bottom: 1.4286em;
  margin-top: 0;
  font-size: 0.9286em;
}
.woocommerce-product-rating .star-rating {
  font-size: 1.2857em;
  display: inline-block;
  margin-right: 0.7143em;
  position: relative;
}
.woocommerce-product-rating .review-link {
  display: inline-block;
}
.woocommerce-product-rating .review-link a:first-child {
  padding-left: 0;
}
.woocommerce-product-rating a {
  color: inherit;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.7143em;
}
.woocommerce-product-rating a:hover, .woocommerce-product-rating a:active {
  color: #888;
}
.woocommerce-product-rating.noreview a {
  padding: 0;
}

.product-summary-wrap {
  /*.compare.button {
      width: auto;
      text-indent: 0;
      padding-left: 2.8em;
      margin-bottom: 1em;
      border: none;
      background: transparent;
      color: inherit;
      border-radius: 0;

      &:before {
          border: 1px solid #52b9b5;
          color: #52b9b5;
          border-radius: $border-normal;
          width: 2em;
          top: 0;
          bottom: 0;
      }

      &:hover {
          color: #52b9b5;

          &:before {
              color: #fff;
              background-color: #52b9b5;
          }
      }

      &.loading:after {
          width: 2.2em;
          border: 1px solid #52b9b5;
      }

      > * {
          width: 2.2em !important;
          right: auto;
          border: 1px solid #52b9b5 !important;
          border-radius: $border-normal;
      }
  }*/
}
.product-summary-wrap .summary-before,
.product-summary-wrap .summary {
  margin-bottom: 2rem;
}
.product-summary-wrap .description {
  margin-bottom: 1em;
}
.product-summary-wrap .description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .product-summary-wrap .summary {
    margin-right: 0;
  }
}
.product-summary-wrap .cart {
  margin-bottom: 1.7857em;
}
.product-summary-wrap .quantity {
  vertical-align: top;
  margin-bottom: 5px;
}
.product-summary-wrap .single_add_to_cart_button {
  margin: 0 0.625rem 0.375rem 0;
}
.product-summary-wrap .single_add_to_cart_button:before {
  display: inline-block;
  content: "";
  font-family: "Porto";
  margin-right: 0.5rem;
  font-size: 1.2857em;
  line-height: 1;
}
@media (max-width: 991px) {
  .product-summary-wrap .single_add_to_cart_button {
    padding: 0 1.4286em;
  }
}
@media (max-width: 575px) {
  .product-summary-wrap .single_add_to_cart_button {
    padding: 0 0.7143em;
  }
}
.product-summary-wrap .stock {
  font-weight: 600;
  color: #4c4c4c;
  margin-bottom: 0;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist {
  position: relative;
  text-align: left;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a,
.product-summary-wrap .yith-wcwl-add-to-wishlist span {
  color: var(--porto-wishlist-color, #302e2a);
  width: auto;
  text-indent: 0;
  overflow: visible;
  border: none;
  background: none;
  border-radius: 0;
}
.product-summary-wrap .yith-compare {
  color: var(--porto-wishlist-color, #302e2a);
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover, .product-summary-wrap .yith-wcwl-add-to-wishlist a:focus,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:hover,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:focus,
.product-summary-wrap .yith-compare:hover,
.product-summary-wrap .yith-compare:focus {
  color: var(--porto-wishlist-color-inverse, var(--porto-primary-color));
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a span {
  transition: none;
}
.product-summary-wrap .yith-wcwl-add-to-wishlist a span, .product-summary-wrap .yith-wcwl-add-to-wishlist a span:hover {
  color: inherit;
}
.product-summary-wrap .product_meta {
  margin: 1.2143em 0;
}
.product-summary-wrap .product_meta span span,
.product-summary-wrap .product_meta span a {
  display: inline-block;
  font-weight: 700;
  color: var(--porto-heading-color);
}
.product-summary-wrap .share-links {
  margin: 2.2143em 0 0;
}
.product-summary-wrap .share-links {
  margin-bottom: 1.0714em;
}
.product-summary-wrap #product-tab .description {
  margin-bottom: 0;
}
.product-summary-wrap #product-tab hr {
  display: none;
}
.product-summary-wrap .price {
  color: var(--porto-heading-color);
}

.product_meta .posted_in,
.product_meta .sku_wrapper,
.product_meta .product-stock,
.product_meta .tags {
  display: block;
  margin-bottom: 0.25rem;
}

#product-tab:not(:last-child) {
  margin-bottom: 1.5rem;
}
#product-tab .tab-content h2 {
  margin-bottom: 0.7em;
}
#product-tab .tab-content > h2:first-child {
  display: none;
}

#reviews .commentlist li {
  position: relative;
  padding-left: 115px;
}
@media (max-width: 575px) {
  #reviews .commentlist li {
    padding-left: 0;
  }
}
#reviews .commentlist .img-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
}
#reviews .commentlist .img-thumbnail img {
  max-width: 80px;
  height: auto;
}
@media (max-width: 575px) {
  #reviews .commentlist .img-thumbnail {
    position: static;
    margin: 0 12px 10px 0;
    float: left;
  }
  #reviews .commentlist .img-thumbnail img {
    max-width: 60px;
  }
}
#reviews .commentlist .comment-text {
  min-height: 90px;
}
#reviews .commentlist .comment-text:before {
  content: "";
  border-bottom: 15px solid transparent;
  left: -15px;
  border-top: 15px solid transparent;
  border-right: 15px solid var(--porto-gray-1);
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
}
@media (max-width: 575px) {
  #reviews .commentlist .comment-text:before {
    display: none;
  }
}
#reviews .commentlist .star-rating {
  float: right;
}
@media (max-width: 575px) {
  #reviews .commentlist .star-rating {
    float: none;
  }
}

div.products {
  margin-bottom: 1.875rem;
}

.products-container {
  list-style: none;
}

.products.related {
  padding-bottom: 1.875rem;
  margin-bottom: 0;
}

.main-content .products.related {
  padding-bottom: 0.5rem;
}

#content-bottom + .products.related {
  margin-top: 2.5rem;
}

.summary-before {
  position: relative;
}
@media (max-width: 991px) {
  .summary-before {
    /*max-width: 462px;*/
    margin-left: auto;
    margin-right: auto;
  }
}
.summary-before .labels {
  position: absolute;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  z-index: 7;
  top: 0.8em;
  left: 0.8em;
  margin-left: var(--porto-column-spacing);
}
.summary-before .labels .onhot,
.summary-before .labels .onsale,
.summary-before .labels .onnew {
  font-size: 0.8571em;
  padding: 0.5833em 0.6333em;
  margin-bottom: 5px;
  display: block;
}
.summary-before .labels .onnew {
  background: linear-gradient(135deg, var(--porto-new-bgc, #08c) 0, var(--porto-new-bgc, #0169fe) 80%);
}
.summary-before .ms-lightbox-btn {
  background-color: var(--porto-primary-color);
}
.summary-before .ms-lightbox-btn:hover {
  background-color: var(--porto-primary-light-5);
}
.summary-before .ms-nav-next:before,
.summary-before .ms-nav-prev:before,
.summary-before .ms-thumblist-fwd:before,
.summary-before .ms-thumblist-bwd:before {
  color: var(--porto-primary-color);
}

.product-images {
  position: relative;
  margin-bottom: 8px;
}
.product-images .zoom {
  border-radius: 100%;
  bottom: 4px;
  cursor: pointer;
  background-color: var(--porto-primary-color);
  color: #FFF;
  display: block;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 4px;
  text-align: center;
  width: 30px;
  opacity: 0;
  transition: all 0.1s;
  z-index: 1000;
}
.product-images .zoom i {
  font-size: 14px;
  line-height: 28px;
}
.product-images:hover .zoom {
  opacity: 1;
}
.product-images .product-image-slider.owl-carousel {
  margin-bottom: 0;
}
.product-images .product-image-slider.owl-carousel .img-thumbnail {
  display: block;
}

.product-image-slider.owl-carousel {
  margin-bottom: 10px;
}
.product-image-slider.owl-carousel .img-thumbnail {
  padding: 0;
}
.product-image-slider.owl-carousel .owl-nav [class*=owl-], .product-image-slider.owl-carousel .owl-nav [class*=owl-]:hover, .product-image-slider.owl-carousel .owl-nav [class*=owl-]:active {
  background: none !important;
  font-size: 22px;
  color: #222529;
}
.product-image-slider.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.product-image-slider.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.product-image-slider .owl-item {
  cursor: grab;
  line-height: 1;
}
.product-image-slider .owl-item .img-thumbnail {
  width: 100%;
}

.product-thumbs-slider.owl-carousel {
  margin-bottom: 0;
}
.product-thumbs-slider.owl-carousel .thumb-nav {
  opacity: 0;
  transition: opacity 0.3s;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  width: 100% !important;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev, .product-thumbs-slider.owl-carousel .thumb-nav .thumb-next {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  font-size: 15px;
  color: var(--porto-primary-color);
  width: 30px;
  height: 30px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin: 5px;
  padding: 4px 7px;
  -webkit-user-select: none;
  user-select: none;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before, .product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: 0;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev {
  left: -5px;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before {
  content: "";
  left: -1px;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next {
  right: -5px;
}
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before {
  content: "";
  left: 1px;
}
.product-thumbs-slider.owl-carousel:hover .thumb-nav {
  opacity: 1;
}
.product-thumbs-slider.owl-carousel .owl-item {
  cursor: pointer;
}
.product-thumbs-slider.owl-carousel .owl-item img {
  transition: opacity 0.3s;
}
.product-thumbs-slider.owl-carousel .img-thumbnail {
  border: 1px solid var(--porto-gray-1);
  transition: border-color 0.2s;
}

.product-thumbs-slider.owl-carousel .owl-item.selected .img-thumbnail,
html:not(.touch) .product-thumbs-slider .owl-item:hover .img-thumbnail {
  border: 2px solid var(--porto-heading-color);
}

.variations td > br {
  display: none;
}
.variations .label {
  font-size: 1em;
  color: inherit;
  text-align: left;
  padding-left: 0;
}
.variations .reset_variations {
  display: inline-block;
  line-height: 1;
  padding: 0.4375rem 0.5rem;
  margin-top: 0.7em;
  background: var(--porto-gray-1);
  color: inherit;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.variations .reset_variations:hover {
  background: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse);
}
.variations tr td {
  padding-top: 2px;
}
.variations tr td label {
  padding-top: 10px;
}
.variations tr:last-child select {
  margin-bottom: 0;
}
.variations select {
  display: block;
  height: 2.625rem;
  font-size: 0.8571em;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  width: 100%;
}

.single_variation_wrap,
.single-product .cart:not(.variations_form) {
  padding: 1.25rem 0 1rem;
  border-top: 1px solid var(--porto-gray-2);
  border-bottom: 1px solid var(--porto-gray-2);
  margin-top: 1rem;
}

.wcml_currency_switcher {
  margin-bottom: 15px;
}

.group_table th, .group_table td {
  vertical-align: middle;
  display: table-cell;
}
.group_table .label,
.group_table .price {
  font-size: 1.2em;
}

/* Tabs Styles */
h2.resp-accordion {
  padding: 15px !important;
  line-height: 1.4;
  font-size: 1em;
}

.resp-arrow {
  display: none;
}

.tab-content h2 {
  font-size: 1.4286em;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.0714em;
}
.tab-content p {
  margin-bottom: 10px;
}
.tab-content table {
  margin-top: 20px;
}
.tab-content table p {
  margin: 0;
}
.tab-content *:last-child {
  margin-bottom: 0;
}

.woocommerce-tabs .tab-content {
  border: none;
  border-top: solid 1px var(--porto-gray-2);
  box-shadow: none;
  padding: 30px 0 15px;
}
@media (max-width: 767px) {
  .woocommerce-tabs .tab-content {
    border-top: none;
  }
}
.woocommerce-tabs .tab-content p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.9;
}
.woocommerce-tabs .resp-tabs-list {
  border-bottom: none;
}
.woocommerce-tabs .resp-tabs-list li {
  font-weight: 700;
  color: #818692 !important;
  text-transform: uppercase;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 7px 0 !important;
  border-radius: 0 !important;
  margin-right: 35px;
}
.woocommerce-tabs .resp-tabs-list li:hover, .woocommerce-tabs .resp-tabs-list li.resp-tab-active {
  border-color: var(--porto-heading-color) !important;
}
.woocommerce-tabs .resp-tabs-list li.resp-tab-active {
  color: var(--porto-heading-color) !important;
}
.woocommerce-tabs h2.resp-accordion {
  border-top: none !important;
  border-left: none;
  border-right: none;
  background: none !important;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--porto-heading-color);
}
.woocommerce-tabs h2.resp-accordion:before {
  content: "";
  font-family: "porto";
  float: left;
  margin-right: 10px;
}
.woocommerce-tabs h2.resp-tab-active {
  border-bottom: 2px solid var(--porto-primary-color) !important;
}
.woocommerce-tabs h2.resp-tab-active:before {
  content: "";
}

/*.resp-htabs.style-2 .resp-tabs-list li {
    margin-right: 35px;
}
.resp-vtabs.style-2 {
    .resp-tabs-container {
        border: none;
        box-shadow: none;
    }
    ul.resp-tabs-list {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
    .resp-tabs-list li {
        text-align: $right;
        &:first-child {
            border-top-width: 0 !important;
        }
        &:last-child {
            border-bottom-width: 0 !important;
        }
        &.resp-tab-active {
            border-bottom: 2px solid var(--porto-primary-color) !important;
        }
    }
}
.resp-easy-accordion.style-2 {
    .tab-content.resp-tab-content {
        border-top: none;
    }
    h2.resp-accordion {
        position: relative;
        margin-bottom: 5px;
        border: none;
        &.resp-tab-active {
            color: #ffffff;
        }
        &:first-child {
            border-top: none !important;
        }
        &:after {
            content: "\e814";
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -10px;
            font-family: porto;
        }
    }
    .resp-accordion.resp-tab-active:after {
        content: "\e80b";
        color: #fff;
    }
}*/
/* Shop Single Page */
.single-product .cart {
  margin-bottom: 0px;
}
.single-product .cart:not(.variations_form) {
  margin-top: 10px;
}
.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 0.5rem 0 0;
  font: 700 0.75rem/1 var(--porto-add-to-cart-ff), var(--porto-body-ff), sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.015em;
}
.single-product .product-summary-wrap .yith-wcwl-add-to-wishlist + .clear {
  display: block;
}
.single-product .product-summary-wrap .description p {
  font-size: 1.1428em;
  line-height: 1.6875;
  letter-spacing: -0.015em;
}
.single-product .product-summary-wrap .price {
  font: 600 1.5rem/1 var(--porto-add-to-cart-ff), var(--porto-body-ff), sans-serif;
  letter-spacing: -0.02em;
}
.single-product .product-summary-wrap .price .price {
  margin-top: 0;
  margin-bottom: 0;
}
.single-product .product-summary-wrap .price del {
  letter-spacing: 0;
}
.single-product .product-summary-wrap .yith-compare {
  display: inline-flex;
  height: 34px;
  margin-top: 15px;
  padding: 0;
  font: 700 12px/34px var(--porto-add-to-cart-ff), var(--porto-body-ff), sans-serif;
  background: none;
  text-transform: uppercase;
}
.single-product .product-summary-wrap .yith-compare:before {
  content: "";
  margin-right: 0.25rem;
  font-family: "porto";
  font-size: 1.125rem;
}
.single-product .product-summary-wrap .yith-compare.added::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.single-product .product-summary-wrap .yith-compare:hover, .single-product .product-summary-wrap .yith-compare:hover::before, .single-product .product-summary-wrap .yith-compare:focus, .single-product .product-summary-wrap .yith-compare:focus::before, .single-product .product-summary-wrap .yith-compare:active, .single-product .product-summary-wrap .yith-compare:active::before {
  color: var(--porto-primary-color);
  background: none;
}
.single-product .product-summary-wrap .share-links {
  margin: 0;
}
.single-product .product-summary-wrap .share-links a {
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 0.2857em 0.1em 0.2857em 0;
}
.single-product .product-summary-wrap .share-links a:not(:hover) {
  background: none;
  color: var(--porto-heading-color);
  border: 2px solid #e7e7e7;
}
.single-product .product-summary-wrap .product-share {
  display: inline-block;
  margin: 15px 0.5rem 0 0;
  vertical-align: middle;
}
.single-product .product_meta {
  clear: both;
  font-size: 0.8571em;
  text-transform: uppercase;
}
.single-product .entry-summary {
  position: relative;
}
.single-product .entry-summary .add_to_wishlist:before {
  position: relative;
  content: "";
  font-size: 1.125rem;
  bottom: auto;
  right: auto;
}
.single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before, .single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:before, .single-product .entry-summary .yith-wcwl-add-to-wishlist .delete_item:before {
  position: static;
  margin-right: 0.125rem;
  line-height: 1;
}
.single-product .product_title {
  font-size: 1.875rem;
  line-height: 1.2;
  color: var(--porto-heading-color);
  letter-spacing: -0.01em;
  font-weight: 700;
  margin-bottom: 0.2em;
}
.single-product .product-images .zoom {
  background: none;
  color: #212529;
}
.single-product .woocommerce-product-rating .star-rating {
  font-size: 1em;
  top: 1px;
}
.single-product .woocommerce-product-rating .star-rating:before {
  color: #999;
}
.single-product .woocommerce-product-rating .star-rating span:before {
  color: #ff5b5b;
}
.single-product .woocommerce-product-rating:after {
  content: "";
  display: block;
  width: 40px;
  border-top: 2px solid #e7e7e7;
  margin: 1rem 0 1.25rem;
}
.single-product .variations {
  width: auto;
  min-width: 45%;
}
.single-product .variations .label {
  display: table-cell;
  padding-right: 1em;
}
.single-product .variations .label label {
  font-size: 0.8571em;
  text-transform: uppercase;
  line-height: 42px;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.single-product .variations .label label:after {
  content: ":";
}
.single-product ul.product_list_widget li .product-image {
  width: 75px;
  flex: 0 0 75px;
  margin-right: 15px;
}
.single-product ul.product_list_widget li .product-details {
  max-width: calc(100% - 90px);
}

.single-product .product-summary-wrap .quantity,
.shop_table.cart-table .quantity {
  margin-right: 0.5rem;
}
.single-product .product-summary-wrap .quantity .minus, .single-product .product-summary-wrap .quantity .plus,
.shop_table.cart-table .quantity .minus,
.shop_table.cart-table .quantity .plus {
  width: 30px;
  height: 3rem;
  border-radius: 0;
}
.single-product .product-summary-wrap .quantity .qty,
.shop_table.cart-table .quantity .qty {
  width: 44px;
  height: 3rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 14px;
  border-radius: 0;
  border-width: 1px 0 1px 0;
}

.single_add_to_cart_button,
.view-cart-btn {
  height: 3rem !important;
  padding: 0 2em;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -0.015em;
  font-weight: 700;
  line-height: 3rem;
  border: none;
}

.single_add_to_cart_button {
  font-family: var(--porto-add-to-cart-ff, var(--porto-body-ff)), sans-serif;
  background: var(--porto-heading-color);
  color: var(--porto-body-bg);
}

.view-cart-btn {
  display: none;
}

.single-add-to-cart .type-product .view-cart-btn {
  display: inline-block;
}

.filter-item-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.filter-item-list .filter-color {
  display: block;
  margin: 3px 6px 3px 0;
  padding-right: 0 !important;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  text-align: left;
}
.filter-item-list .chosen .filter-color:before, .filter-item-list .active .filter-color:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  color: #fff;
  font-size: 11px;
  height: 12px;
  line-height: 12px;
  margin-top: -6px;
  text-align: center;
}
.filter-item-list + select {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  float: right;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.filter-item-list a.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.woocommerce-widget-layered-nav-list a:not(.filter-color),
.filter-item-list .filter-item {
  padding: 0;
  border: 1px solid var(--porto-gray-5);
  display: block;
  line-height: 24px;
  padding: 0 8px;
  margin: 3px 6px 3px 0;
  min-width: 32px;
  text-align: center;
  font-size: 11px;
  color: inherit;
}

.woocommerce-widget-layered-nav-list .chosen a:not(.filter-color),
.filter-item-list .active .filter-item,
.filter-item-list .filter-item:not(.disabled):hover {
  background-color: var(--porto-primary-color);
  border-color: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse);
}

.filter-item-list .filter-image {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent !important;
}

.single-product .single_variation > div:not(:empty) {
  margin-bottom: 0.75rem;
}

.single-product .porto-pre-order-date {
  flex: 0 0 100%;
  max-width: 100%;
}

.label-pre-order {
  font-size: 0.9em;
  color: var(--porto-primary-color);
}

.porto-video-thumbnail-viewer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: background 0.3s;
}
.porto-video-thumbnail-viewer::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  transition: box-shadow 0.3s;
}

.porto-video-popup-wrapper video {
  width: 100%;
  object-fit: cover;
  outline: none;
}

/* daily sale */
.sale-product-daily-deal .daily-deal-title,
.sale-product-daily-deal .porto_countdown {
  font-family: "Oswald", var(--porto-h3-ff), var(--porto-body-ff), sans-serif;
  text-transform: uppercase;
}

.entry-summary .sale-product-daily-deal {
  margin-top: 10px;
}
.entry-summary .sale-product-daily-deal .porto_countdown {
  margin-bottom: 5px;
}
.entry-summary .sale-product-daily-deal .porto_countdown-section {
  background-color: var(--porto-primary-color);
  color: #fff;
  margin-left: 1px;
  margin-right: 1px;
  display: block;
  float: left;
  max-width: calc(25% - 2px);
  min-width: 64px;
  padding: 12px 10px;
}
.entry-summary .sale-product-daily-deal .porto_countdown .porto_countdown-amount {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.entry-summary .sale-product-daily-deal .porto_countdown-period {
  font-size: 10px;
}
.entry-summary .sale-product-daily-deal:after {
  content: "";
  display: table;
  clear: both;
}

.products .sale-product-daily-deal {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
.products .sale-product-daily-deal:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: var(--porto-primary-color);
  opacity: 0.7;
}
.products .sale-product-daily-deal > h5,
.products .sale-product-daily-deal > div {
  position: relative;
  z-index: 1;
}
.products .sale-product-daily-deal .daily-deal-title {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 1px;
}
.products .sale-product-daily-deal .porto_countdown {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}
.products .sale-product-daily-deal .porto_countdown-section {
  padding: 0;
  margin-bottom: 0;
}
.products .sale-product-daily-deal .porto_countdown-section:first-child:after {
  content: ",";
  margin-right: 2px;
}
.products .sale-product-daily-deal .porto_countdown-amount,
.products .sale-product-daily-deal .porto_countdown-period {
  font-size: 13px;
  font-weight: 500;
  padding: 0 1px;
}
.products .sale-product-daily-deal .porto_countdown-section:last-child .porto_countdown-period {
  padding: 0;
}
.products .sale-product-daily-deal:after {
  content: "";
  display: table;
  clear: both;
}

.porto-products.outimage .products.list li .add-links .yith-compare,
.porto-products.default .products.list li .add-links .yith-compare,
.porto-products.onhover .products.list li .add-links .yith-compare,
.porto-products.onimage .products.list li .add-links .yith-compare,
.porto-products.theme_option .products.list li .add-links .yith-compare {
  display: none;
}

.gridlist-toggle {
  display: flex;
}
@media (max-width: 575px) {
  .gridlist-toggle {
    display: none;
  }
}
.gridlist-toggle > a {
  font-size: 1rem;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}
.gridlist-toggle > a:not(.active) {
  color: var(--porto-heading-color);
}
.gridlist-toggle #grid {
  margin-right: 0.25rem;
}

.woocommerce-result-count {
  margin-bottom: 0;
}

.woocommerce-ordering select,
.woocommerce-viewing select {
  font-size: 1em;
  padding: 0 25px 0 8px;
  box-shadow: none;
  /*-webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: #fff url("../images/select-bg.svg") no-repeat scroll;
  @if $rtl == 1 {
      background-position: 4% 48%;
  } @else {
      background-position: 96% 48%;
  }
  background-size: 26px 60px;
  text-indent: 0.01em;
  text-overflow: "";*/
  border: 1px solid var(--porto-gray-5);
  height: 34px;
  border-radius: 0;
}

.woocommerce-ordering select {
  width: 160px;
}

.woocommerce-viewing {
  display: inline-block;
  vertical-align: top;
}

.woocommerce-pagination {
  position: relative;
  text-align: right;
}
.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 0 10px;
  clear: both;
}
.woocommerce-pagination ul li {
  float: left;
  margin-left: 5px;
  display: inline;
  padding: 0;
  text-align: center;
}
.woocommerce-pagination li a, .woocommerce-pagination li span {
  border: 1px solid var(--porto-gray-5);
  color: var(--porto-body-color);
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0 0.5em;
  line-height: 2.1em;
  min-width: 2.2em;
  height: 2.2em;
}
.woocommerce-pagination span.dots {
  border-width: 0;
  min-width: 0;
  padding: 0;
}
.woocommerce-pagination li a:hover,
.woocommerce-pagination li a:focus,
.woocommerce-pagination li span.current {
  color: var(--porto-body-color);
  border-color: var(--porto-primary-color);
}
.woocommerce-pagination .prev,
.woocommerce-pagination .next {
  text-indent: -9999px;
  position: relative;
  /*height: 32px;
  line-height: 32px;
  width: 32px;*/
  padding: 0;
}
.woocommerce-pagination .prev:before,
.woocommerce-pagination .next:before {
  font-family: "porto";
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-indent: 0;
}
.woocommerce-pagination .prev:before {
  content: "";
}
.woocommerce-pagination .next:before {
  content: "";
}
.woocommerce-pagination.load-more {
  float: none;
}
.woocommerce-pagination.load-more:not(.d-none) {
  display: block !important;
}
.woocommerce-pagination.load-more .woocommerce-viewing {
  display: none;
}
.woocommerce-pagination.load-more > .page-numbers {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 11px;
}
.woocommerce-pagination.load-more ul li {
  float: none;
  display: block;
  margin-left: 0;
}

.shop-loop-before,
.shop-loop-after {
  font-size: 13px;
}
.shop-loop-before label,
.shop-loop-after label {
  margin: 0 7px 0 0;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .shop-loop-before label,
.shop-loop-after label {
    display: none;
  }
}

.shop-loop-before {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: -10px;
}
.shop-loop-before > * {
  margin: 0 10px 10px 0;
}
.shop-loop-before p {
  font-size: inherit;
}
.shop-loop-before.sticky {
  position: fixed !important;
  z-index: 999;
  left: 0;
  width: 100%;
  padding: 10px calc(var(--porto-fluid-spacing) - 10px) 0 var(--porto-fluid-spacing);
  border-bottom: 1px solid var(--porto-gray-5);
  transition: left 0.3s;
}
.shop-loop-before .page-numbers, .shop-loop-before .woocommerce-pagination .page-numbers {
  display: none;
}
.shop-loop-before .woocommerce-ordering {
  margin-right: auto;
}
.shop-loop-before .woocommerce-pagination {
  margin-top: 0;
}
.shop-loop-before .woocommerce-pagination:empty {
  display: none;
}
.shop-loop-before .woocommerce-pagination .woocommerce-viewing {
  display: inline-block;
}
@media (max-width: 991px) {
  .shop-loop-before .woocommerce-pagination ul {
    margin-left: -5px;
  }
}

.filter-sidebar-opened .shop-loop-before.sticky {
  position: static !important;
  z-index: auto;
}

.sidebar-opened .shop-loop-before.sticky,
.panel-opened .shop-loop-before.sticky {
  left: 260px;
}

.shop-loop-after {
  text-align: center;
  border-top: 1px solid var(--porto-gray-5);
  padding-top: 25px;
}
.shop-loop-after .woocommerce-pagination {
  text-align: center;
}
.shop-loop-after .woocommerce-pagination > * {
  margin-bottom: 15px;
}
.shop-loop-after .page-numbers {
  display: block;
}
.shop-loop-after .woocommerce-viewing {
  float: left;
}
.shop-loop-after .page-numbers {
  clear: none;
  float: right;
}
.shop-loop-after.load-more-wrap {
  padding-top: 0;
  border-top: none;
}
.shop-loop-before .shop-loop-after {
  padding-top: 0;
  border-top: none;
}
.shop-loop-before .shop-loop-after .woocommerce-pagination > * {
  margin-bottom: 0;
}

.porto-products-widget-pagination .woocommerce-viewing {
  display: none;
}

a.porto-product-filters-toggle {
  align-items: center;
  height: 36px;
  background: var(--porto-normal-bg);
  padding: 0 10px 0 3px;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid var(--porto-gray-5);
}
a.porto-product-filters-toggle svg {
  fill: #fff;
  width: 28px;
}

@media (max-width: 991px) {
  .shop-loop-before {
    font-size: 11px;
    letter-spacing: -0.025em;
    font-weight: 600;
    background: var(--porto-gray-7);
    padding: 10px 2px 0 10px;
    margin-right: 0;
    margin-bottom: var(--porto-grid-gutter-width);
    color: var(--porto-heading-color);
  }
  .shop-loop-before select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .shop-loop-before label {
    font-weight: inherit;
  }
  .shop-loop-before .woocommerce-ordering, .shop-loop-before .woocommerce-pagination {
    font-size: 1em;
  }
  .shop-loop-before .woocommerce-result-count {
    display: none;
  }

  a.porto-product-filters-toggle svg {
    stroke: var(--porto-heading-color);
  }
}
@media (max-width: 575px) {
  .shop-loop-before {
    padding: 8px 2px 0 8px;
  }
  .shop-loop-before > * {
    margin: 0 5px 8px 0;
  }
}
.category-image {
  width: 100%;
  margin-bottom: 20px;
}
.entry-description .category-image {
  width: auto;
}

.products ul,
ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
}
.products ul li,
ul.products li {
  list-style: none outside;
}

.cross-sells .slider-wrapper .products .product {
  padding-left: calc( var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2 );
  padding-right: calc( var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2 );
}

ul.products {
  margin-left: calc( var(--porto-el-spacing, var(--porto-grid-gutter-width)) / -2 );
  margin-right: calc( var(--porto-el-spacing, var(--porto-grid-gutter-width)) / -2 );
}
ul.products:not(.owl-carousel) {
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product-col {
  padding: 0 calc( var(--porto-el-spacing, var(--porto-grid-gutter-width)) / 2 );
  margin-bottom: var(--porto-el-spacing, var(--porto-grid-gutter-width));
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
ul.products .product-content {
  padding-bottom: 1px;
}
ul.products .product-image {
  margin-bottom: 1rem;
  min-height: 90px;
}
ul.products .product-image .img-effect img {
  position: relative;
  opacity: 1;
}
ul.products .product-image .img-effect .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
ul.products .product-image:hover .img-effect img {
  opacity: 0;
}
ul.products .product-image:hover .img-effect .hover-image {
  opacity: 1;
}
ul.products h3 {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 0.45rem;
}
ul.products .product-loop-title:hover h3 {
  color: inherit;
}
ul.products .rating-wrap {
  margin: 0 0 0.625rem;
  position: relative;
  display: table;
}
ul.products .rating-wrap .rating-content {
  display: table-cell;
}
ul.products .description {
  margin-top: 1.5em;
}
ul.products .price {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
ul.products .add-links {
  display: inline-block;
  position: relative;
  margin-bottom: 1.0714em;
}
ul.products .add-links .tooltip-inner {
  white-space: nowrap;
}
ul.products .add-links .added_to_cart {
  display: none;
}
ul.products .add-links .yith-wcwl-add-to-wishlist > div {
  left: 0;
  transition: 0.25s;
}
ul.products .add-links .quickview {
  right: 0;
}
ul.products .add-links .yith-wcwl-add-to-wishlist > div,
ul.products .add-links .quickview {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
ul.products .add-links div.quantity {
  margin-bottom: 5px;
}
ul.products .links-on-image {
  height: 0;
}
ul.products .links-on-image .add-links-wrap {
  display: none;
  height: 0;
}
ul.products .links-on-image .add-links {
  position: static;
}
ul.products .variations .label,
ul.products .variations .reset_variations {
  display: none !important;
}
ul.products .variations td {
  padding: 0 0 5px;
}
ul.products .variations tr {
  border-bottom: none;
}
ul.products .variations .filter-item-list {
  display: flex;
  margin-top: -4px;
  margin-bottom: 5px;
}
ul.products .variations {
  width: 100%;
}

.products.gap-narrow li.product-col h3 {
  font-size: 0.8125rem;
}
.products.gap-narrow li.product-col .price {
  font-size: 0.9375rem;
}

@media (min-width: 767px) {
  .products.gap-narrow {
    margin-left: calc( var(--porto-column-spacing) * -0.5 );
    margin-right: calc( var(--porto-column-spacing) * -0.5 );
  }
  .products.gap-narrow li.product-col {
    padding: 0 calc( var(--porto-column-spacing) / 2 );
  }
  .products.gap-narrow li.product-col h3 {
    font-size: 0.8125rem;
  }
  .products.gap-narrow li.product-col .price {
    font-size: 0.9375rem;
  }
}
li.product:hover .add-links .yith-wcwl-add-to-wishlist > div,
li.product:hover .add-links .quickview,
li.product:hover .add-links .yith-compare {
  opacity: 1;
  visibility: visible;
}
li.product:hover .add-links .quickview {
  opacity: 0.85;
}
li.product:hover .links-on-image .add-links-wrap {
  display: block;
}
li.product:hover .product-image {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
li.product:hover .product-image .viewcart.added {
  display: block;
  opacity: 1;
}

li.product .add-links .quickview:hover {
  opacity: 1;
}

li.product-default:hover .add-links .yith-wcwl-add-to-wishlist > div {
  left: -40px;
}
li.product-default:hover .add-links .quickview {
  right: -40px;
}
li.product-default:hover .add-links.no-effect .add_to_cart_read_more,
li.product-default:hover .add-links.no-effect .add_to_cart_button {
  text-indent: 0;
  width: auto;
  padding: 0 0.7143em;
}
li.product-default:hover .add-links.no-effect .add_to_cart_read_more:before,
li.product-default:hover .add-links.no-effect .add_to_cart_button:before {
  position: static;
  font-size: 1em;
  margin-right: 0.5714em;
}

ul.pcols-lg-9 li.product-col {
  width: 11.1111%;
}
ul.pcols-lg-9 li.product-col .add-links {
  display: none;
}
ul.pcols-lg-8 li.product-col {
  width: 12.5%;
}
ul.pcols-lg-8 li.product-col .add-links {
  display: none;
}
ul.pwidth-lg-8 .product-image {
  font-size: 0.8em;
}
ul.pwidth-lg-8 .add-links {
  font-size: 0.85em;
}
ul.pcols-lg-7 li.product-col {
  width: 14.2857%;
}
ul.pcols-lg-7 li.product-col .add-links {
  display: none;
}
ul.pwidth-lg-7 .product-image {
  font-size: 0.8em;
}
ul.pwidth-lg-7 .add-links {
  font-size: 0.9em;
}
ul.pcols-lg-6 li.product-col {
  width: 16.6666%;
}
ul.pwidth-lg-6 .product-image {
  font-size: 0.9em;
}
ul.pwidth-lg-6 .add-links {
  font-size: 1em;
}
ul.pcols-lg-5 li.product-col {
  width: 20%;
}
ul.pwidth-lg-5 .product-image {
  font-size: 1em;
}
ul.pwidth-lg-5 .add-links {
  font-size: 1em;
}
ul.pcols-lg-4 li.product-col {
  width: 25%;
}
ul.pwidth-lg-4 .product-image {
  font-size: 1em;
}
ul.pwidth-lg-4 .add-links {
  font-size: 1em;
}
ul.pcols-lg-3 li.product-col {
  width: 33.3333%;
}
ul.pwidth-lg-3 .product-image {
  font-size: 1.2em;
}
ul.pwidth-lg-3 .add-links {
  font-size: 1em;
}
ul.pcols-lg-2 li.product-col {
  width: 50%;
}
ul.pwidth-lg-2 .product-image {
  font-size: 1.5em;
}
ul.pwidth-lg-2 .add-links {
  font-size: 1em;
}
ul.pcols-lg-1 li.product-col {
  width: 100%;
}

@media (min-width: 992px) {
  .column2 ul.pwidth-lg-6 .product-image {
    font-size: 0.75em;
  }
  .column2 ul.pwidth-lg-6 .add-links {
    font-size: 0.8em;
  }
  .column2 ul.pwidth-lg-5 .product-image {
    font-size: 0.8em;
  }
  .column2 ul.pwidth-lg-5 .add-links {
    font-size: 0.9em;
  }
  .column2 ul.pwidth-lg-4 .product-image {
    font-size: 0.9em;
  }
  .column2 ul.pwidth-lg-4 .add-links {
    font-size: 0.95em;
  }
  .column2 ul.pwidth-lg-3 .product-image {
    font-size: 1em;
  }
  .column2 ul.pwidth-lg-3 .add-links {
    font-size: 1em;
  }
  .column2 ul.pwidth-lg-2 .product-image {
    font-size: 1.2em;
  }
}
@media (min-width: 1400px) {
  ul.pcols-xl-8 li.product-col {
    width: 12.5%;
  }
  ul.pcols-xl-8 li.product-col .add-links {
    display: none;
  }
  ul.pcols-xl-7 li.product-col {
    width: 14.2857%;
  }
  ul.pcols-xl-7 li.product-col .add-links {
    display: none;
  }
  ul.pcols-xl-6 li.product-col {
    width: 16.6666%;
  }
  ul.pcols-xl-6 li.product-col .add-links {
    display: none;
  }
}

.products .product-category {
  text-align: center;
}
.products .product-category .thumb-info {
  min-height: 90px;
  margin-bottom: 0;
  text-align: left;
  transition: background-color 0.2s;
}
.products .product-category .thumb-info h3 {
  font-weight: 700;
  color: inherit;
}
.products .product-category .thumb-info-title {
  background: none;
  max-width: none;
  width: 100%;
  bottom: 0;
  padding: 1.2em 1.5em;
  margin: 0;
}
.products .product-category .thumb-info-type {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  background: none;
  float: none;
  opacity: 0.7;
  line-height: 1.8;
}
.products .product-category mark {
  padding: 0;
  background: none;
  color: inherit;
}
.products .product-category .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.15);
  z-index: 1;
  opacity: 1;
}
.products .product-category:hover .thumb-info-wrapper:after {
  background: rgba(27, 27, 23, 0.3);
}

ul.category-color-dark li.product-category .thumb-info-title {
  color: var(--porto-dark-color);
}

ul.category-color-primary li.product-category .thumb-info-title {
  color: var(--porto-primary-color);
}

ul.category-color-secondary li.product-category .thumb-info-title {
  color: var(--porto-secondary-color);
}

ul.products li.cat-has-icon .thumb-info {
  padding: 40px 0 25px;
  transition: box-shadow 0.2s, background-color 0.2s;
  text-align: center;
}
ul.products li.cat-has-icon .thumb-info i {
  display: inline-block;
}
ul.products li.cat-has-icon .thumb-info > i {
  font-size: 3em;
  display: inline-block;
  margin-bottom: 15px;
  color: var(--porto-dark-color);
}
ul.products li.cat-has-icon:hover .thumb-info > i {
  color: var(--porto-primary-color);
}
ul.products li.cat-has-icon .thumb-info-wrap {
  display: block;
}
ul.products li.cat-has-icon .thumb-info-title {
  display: block;
  position: static;
  padding: 0 0 10px;
}
ul.products.category-pos-middle li.product-category .thumb-info-title {
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
ul.products.category-pos-outside li.product-category .thumb-info-title {
  position: static;
  transform: none;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.category-text-center .thumb-info-title {
  text-align: center;
}

.category-text-right .thumb-info-title {
  text-align: right;
}

.category-text-left .thumb-info-title {
  text-align: left;
}

li.product-category .thumb-info-title a {
  color: inherit;
}
li.product-category .thumb-info-title a:hover {
  color: inherit;
}
li.product-category .sub-categories {
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.7;
}

.grid-creative.category-pos-outside li.product-category .thumb-info {
  height: calc(100% - 60px);
}

.porto-products.show-count-on-hover li.product-category .thumb-info-type {
  max-height: 10px;
  transition: 0.5s;
  transform: translateY(20%);
  opacity: 0;
}

.porto-products.show-count-on-hover li.product-category:hover .thumb-info-type {
  max-height: 30px;
  transform: translateY(0);
  opacity: 0.7;
}

.porto-products.hide-count li.product-category .thumb-info-type {
  display: none;
}
.porto-products.hide-count li.product-category .thumb-info h3 {
  margin-bottom: 0;
}

/* product layouts */
ul.products .woocommerce-loop-product__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.products .add-links .button {
  overflow: hidden;
}
ul.products .category-list {
  display: block;
  font-size: 0.625rem;
  opacity: 0.8;
  text-transform: uppercase;
  line-height: 1.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.products .category-list a:not(:hover) {
  color: inherit;
}

li.product-default .price {
  margin-bottom: 0.875rem;
}
li.product-default:not(.product-type-simple) .add-links .button:before {
  display: none;
}
li.product-default.show-links-hover {
  padding-top: 50px;
  padding-bottom: 0;
  transition: 0.3s;
}
li.product-default.show-links-hover .add-links-wrap {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  margin: 0 -50px -10px;
}
li.product-default.show-links-hover .add-links {
  margin-bottom: 0;
}
li.product-default.show-links-hover .product-image {
  box-shadow: none;
}
li.product-default.show-links-hover:hover {
  padding-top: 10px;
  padding-bottom: 40px;
}
li.product-default.show-links-hover:hover .add-links-wrap {
  visibility: visible;
  opacity: 1;
}

li.product-default,
li.product-wq_onimage {
  text-align: center;
}
li.product-default .rating-wrap,
li.product-wq_onimage .rating-wrap {
  margin-left: auto;
  margin-right: auto;
}
li.product-default .filter-item-list,
li.product-wq_onimage .filter-item-list {
  justify-content: center;
}

li.product-onimage2 .product-image .inner:after,
li.product-onimage3 .product-image .inner:after,
li.product-outimage_aq_onimage .product-image .inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 23, 0.3);
  transition: 0.25s;
}

li.product-outimage_aq_onimage {
  text-align: left;
}
li.product-outimage_aq_onimage .add-links .button {
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  width: 36px;
  padding: 0;
  border-radius: 18px;
  opacity: 0;
  text-indent: -9999px;
}
li.product-outimage_aq_onimage .add-links .button:before {
  text-indent: 0;
  width: 100%;
}
li.product-outimage_aq_onimage .add-links .yith-compare {
  top: 60px;
}
li.product-outimage_aq_onimage .add-links .quickview {
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  padding: 0.1rem 0;
  height: auto;
  border: none;
}
li.product-outimage_aq_onimage .add-links .quickview:before {
  content: none;
}
li.product-outimage_aq_onimage .add-links .yith-wcwl-add-to-wishlist {
  display: none;
}
li.product-outimage_aq_onimage .links-on-image .add-links-wrap {
  display: block;
}
li.product-outimage_aq_onimage .product-image .inner:after {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s;
}
li.product-outimage_aq_onimage:hover .button {
  opacity: 1;
}
li.product-outimage_aq_onimage:hover .add-links .quickview {
  padding: 0.45rem 0;
}
li.product-outimage_aq_onimage:hover .sale-product-daily-deal {
  display: none;
}
li.product-outimage_aq_onimage:hover .product-image .inner:after {
  opacity: 1;
}
li.product-outimage_aq_onimage.with-padding, li.product-outimage_aq_onimage.with-padding .product-image {
  margin-bottom: 0;
}
li.product-outimage_aq_onimage.with-padding .product-content {
  padding: 15px 15px 1px;
}

li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist,
.porto-type-builder-product-type .yith-wcwl-add-to-wishlist {
  float: right;
  position: relative;
  z-index: 2;
  margin-left: 10px;
}
li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist span, li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist a,
.porto-type-builder-product-type .yith-wcwl-add-to-wishlist span,
.porto-type-builder-product-type .yith-wcwl-add-to-wishlist a {
  opacity: 0.7;
  border: none;
  background: none;
  color: var(--porto-shop-add-links-color, #333);
  height: auto;
  width: 1.4em;
  line-height: 1.2;
}
li.product-outimage_aq_onimage .yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
.porto-type-builder-product-type .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  opacity: 1;
}

ul.grid.divider-line li.product-outimage_aq_onimage.with-padding .quickview {
  left: 15px;
  right: 15px;
  width: auto;
}
ul.grid.divider-line .product-image {
  border: none;
}

li.product-awq_onimage .links-on-image .add-links {
  position: absolute;
  z-index: 2;
}
li.product-awq_onimage .add-links {
  display: flex;
  right: 15px;
  bottom: 0;
}
li.product-awq_onimage .add-links > *:not(:last-child) {
  margin-right: 3px;
}
li.product-awq_onimage .add-links .button {
  text-indent: -9999px;
  padding: 0 8px;
}
li.product-awq_onimage .add-links .button:before {
  text-indent: 0;
  margin: 0;
  width: 18px;
}
li.product-awq_onimage .add-links .quickview,
li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist > div,
li.product-awq_onimage .add-links .yith-compare {
  position: relative;
  opacity: 1 !important;
}
li.product-awq_onimage .add-links .button,
li.product-awq_onimage .add-links .quickview,
li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist a,
li.product-awq_onimage .add-links .yith-wcwl-add-to-wishlist span {
  border-radius: 18px;
  overflow: hidden;
}
li.product-awq_onimage .add-links .yith-compare {
  top: auto;
  right: auto;
}

li.product-outimage .add-links {
  display: flex;
}
li.product-outimage .add-links > *:not(:last-child) {
  margin-right: 6px;
}
li.product-outimage .add-links .quickview,
li.product-outimage .add-links .yith-wcwl-add-to-wishlist > div {
  position: relative;
}
li.product-outimage .add-links .button,
li.product-outimage .add-links .quickview,
li.product-outimage .add-links .yith-wcwl-add-to-wishlist a,
li.product-outimage .add-links .yith-wcwl-add-to-wishlist span {
  border: none;
  line-height: 36px;
}
li.product-outimage .add-links .button {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  li.product-outimage .add-links .button {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  li.product-outimage .add-links .button:before {
    display: none;
  }
}
li.product-outimage .add-links .button,
li.product-outimage .add-links .quickview,
li.product-outimage .add-links .yith-wcwl-add-to-wishlist a,
li.product-outimage .add-links .yith-wcwl-add-to-wishlist span {
  background: #f4f4f4;
}
li.product-outimage .add-links .quickview:hover,
li.product-outimage .add-links .yith-wcwl-add-to-wishlist a:hover,
li.product-outimage .add-links .button:hover,
li.product-outimage .add-links .button:focus {
  background: var(--porto-primary-color);
}
li.product-outimage:hover .add-links .yith-wcwl-add-to-wishlist > div,
li.product-outimage:hover .add-links .quickview {
  opacity: 1;
}

@media (max-width: 575px) {
  .pcols-ls-2 li.product-outimage .add-links .button {
    padding: 0 0.4rem;
    width: 36px;
    text-indent: -9999px;
  }
  .pcols-ls-2 li.product-outimage .add-links .button:before {
    display: block;
    text-indent: 0;
    width: 100%;
  }
}
@media (min-width: 576px) {
  li.product-outimage:not(.product-type-simple) .add-links .button:before {
    display: none;
  }
}
li.product-onimage {
  overflow: hidden;
}
li.product-onimage .product-inner {
  position: relative;
}
li.product-onimage .product-image {
  margin-bottom: 0;
}
li.product-onimage .links-on-image .button,
li.product-onimage .links-on-image .quickview {
  display: none !important;
}
li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist > div {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
}
li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist span, li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist a, li.product-onimage .links-on-image .yith-wcwl-add-to-wishlist .blockUI {
  border-radius: 20px;
}
li.product-onimage .product-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 20px 0;
  opacity: 0;
  transition: transform 0.4s, opacity 0.2s;
  transform: translateZ(0) translateY(5px);
  background: var(--porto-normal-bg);
  border-top: 1px solid var(--porto-input-bc);
}
li.product-onimage .product-content .yith-wcwl-add-to-wishlist {
  display: none;
}
li.product-onimage .product-content .add-links {
  border-top: 1px solid var(--porto-input-bc);
}
li.product-onimage .add-links {
  position: static;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 -20px;
}
li.product-onimage .add-links > * {
  flex: 1;
  min-width: 50%;
}
li.product-onimage .add-links .button:not(:hover):not(:focus) {
  background: #f4f4f4;
}
li.product-onimage .add-links .button, li.product-onimage .add-links .quickview {
  height: 45px;
  line-height: 44px;
  border: none;
}
li.product-onimage .add-links .button:before {
  display: none;
}
li.product-onimage .add-links .quickview {
  position: static;
  background: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse, #fff);
  text-indent: 0;
  opacity: 0.85;
  visibility: visible;
}
li.product-onimage .add-links .quickview:before {
  display: none;
}
li.product-onimage:hover .product-content {
  opacity: 1;
  transform: translateZ(0) translateY(0);
}
li.product-onimage:not(.product-type-simple) .add-links .button:before {
  display: none;
}

li.product-onimage .description,
li.product-onimage2 .description,
li.product-onimage3 .description {
  display: none;
}

li.product-onimage2 .product-inner,
li.product-onimage3 .product-inner {
  position: relative;
  overflow: hidden;
}
li.product-onimage2 span,
li.product-onimage2 .price,
li.product-onimage2 h3,
li.product-onimage3 span,
li.product-onimage3 .price,
li.product-onimage3 h3 {
  color: #fff;
}
li.product-onimage2 .star-rating:before,
li.product-onimage3 .star-rating:before {
  color: rgba(255, 255, 255, 0.6);
}
li.product-onimage2 .star-rating span:before,
li.product-onimage3 .star-rating span:before {
  color: inherit;
}
li.product-onimage2 .price,
li.product-onimage3 .price {
  margin-bottom: 0;
}

li.product-onimage2 .add-links .button,
li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a,
li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span,
li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a,
li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span,
li.product-onimage3 .add-links .quickview,
li.product-onimage3 .add-links .button {
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  background-color: #4d4d4a;
  border-radius: 2rem;
  overflow: hidden;
}

li.product-onimage2 .product-image {
  margin-bottom: 0;
  position: static;
}
li.product-onimage2 .product-image .inner:after {
  opacity: 0;
}
li.product-onimage2 .links-on-image .add-links {
  position: absolute;
}
li.product-onimage2 .add-links {
  top: 15px;
  right: 12px;
  display: flex;
  justify-content: center;
  z-index: 3;
}
li.product-onimage2 .add-links > * {
  margin: 0 3px;
  opacity: 0.85 !important;
}
li.product-onimage2 .add-links > *:hover {
  opacity: 1 !important;
}
li.product-onimage2 .add-links .button {
  line-height: 32px;
  text-indent: -9999px;
  padding: 0 7px;
}
li.product-onimage2 .add-links .button:before {
  text-indent: 0;
  margin: 0;
  width: 18px;
  line-height: inherit;
}
li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist > div {
  position: relative;
}
li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist span, li.product-onimage2 .add-links .yith-wcwl-add-to-wishlist a {
  line-height: 32px;
}
li.product-onimage2 .quickview {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  color: var(--porto-primary-color-inverse, #fff);
  background: var(--porto-primary-color);
  padding: 0.45rem 0;
  text-transform: uppercase;
  line-height: 32px;
  opacity: 0.85;
}
li.product-onimage2 .quickview:hover {
  opacity: 1;
}
li.product-onimage2 .yith-compare {
  position: static;
}
li.product-onimage2 .product-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: scale(0.9) translateZ(0) translateY(-50%);
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s, transform 0.3s;
}
li.product-onimage2 .rating-wrap {
  margin-left: auto;
  margin-right: auto;
}
li.product-onimage2:hover .product-content {
  transform: scale(1) translateZ(0) translateY(-50%);
  opacity: 1;
}
li.product-onimage2:hover .product-image .inner:after {
  opacity: 1;
}

li.product-onimage3 .product-image {
  margin-bottom: 0;
}
li.product-onimage3 .product-content {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  padding: 0 20px 20px;
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
li.product-onimage3 .add-links .button,
li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist a,
li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist span {
  line-height: 32px;
}
li.product-onimage3 .add-links > * {
  opacity: 0.85 !important;
  transition: opacity 0.2s;
}
li.product-onimage3 .add-links > *:hover {
  opacity: 1 !important;
}
li.product-onimage3 .add-links .button {
  text-indent: -9999px;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0 7px;
}
li.product-onimage3 .add-links .button:before {
  text-indent: 0;
  margin: 0;
  width: 18px;
  line-height: inherit;
}
li.product-onimage3 .add-links .yith-compare {
  right: 105px;
}
li.product-onimage3 .add-links .yith-wcwl-add-to-wishlist > div {
  top: 15px;
  right: 60px;
  left: auto;
}
li.product-onimage3 .add-links .quickview {
  text-indent: 0;
  padding: 0.1rem 1.5rem;
  width: auto;
  height: auto;
  top: 50%;
  right: 50%;
  transform: translateZ(0) translateX(50%);
  margin-top: -20px;
  white-space: nowrap;
}
li.product-onimage3 .add-links .quickview:before {
  display: none;
}
li.product-onimage3 .product-loop-title:hover {
  color: #fff;
}
li.product-onimage3:hover .product-image .inner:after {
  background-color: rgba(27, 27, 23, 0.7);
}
li.product-onimage3:hover .product-content {
  opacity: 1;
  bottom: 0;
}

li.product-wq_onimage .add-links .yith-wcwl-add-to-wishlist,
li.product-wq_onimage .add-links .quickview,
li.product-wq_onimage .add-links .yith-compare {
  display: none;
}
li.product-wq_onimage .links-on-image .button,
li.product-wq_onimage .links-on-image .quantity {
  display: none;
}
li.product-wq_onimage .links-on-image .quickview {
  display: block;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  padding: 0.4rem 0;
  height: auto;
  border: none;
  background: var(--porto-primary-color);
  color: var(--porto-primary-color-inverse, #fff);
  z-index: 1;
}
li.product-wq_onimage .links-on-image .quickview:before {
  content: none;
}
li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist {
  display: block;
}
li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist > div {
  top: 15px;
  left: auto;
  right: 15px;
}
li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist a, li.product-wq_onimage .links-on-image .yith-wcwl-add-to-wishlist .blockUI {
  border-radius: 18px;
}
li.product-wq_onimage .links-on-image .yith-compare {
  display: block;
}
li.product-wq_onimage:hover .sale-product-daily-deal {
  display: none;
}

ul.products.grid-creative .product-inner,
ul.products.grid-creative .product-image,
ul.products.grid-creative .product-image .inner {
  height: 100%;
}
ul.products.grid-creative li.product-col {
  padding-bottom: var(--porto-el-spacing, var(--porto-grid-gutter-width));
}
ul.products.grid-creative li.product-col, ul.products.grid-creative li.product-col .product-image {
  margin-bottom: 0;
}
ul.products .filter-item-list .filter-color {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin: 7px 7px 4px 3px;
}
ul.products .filter-item-list .filter-color:before {
  font-size: 8px;
}
ul.products .filter-item-list .filter-color:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  top: -3px;
  left: -3px;
  border: 1px solid #000;
}

ul.grid.divider-line {
  margin-left: 0;
  margin-right: 0;
}
ul.grid.divider-line > .product-col {
  border-right: 1px solid var(--porto-input-bc);
  border-bottom: 1px solid var(--porto-input-bc);
}
ul.grid.divider-line .product-col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
ul.grid.divider-line .product-col:hover {
  z-index: 2;
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
ul.grid.divider-line .product-col:hover .product-image {
  box-shadow: none;
}

@media (min-width: 576px) and (max-width: 767px) {
  .divider-line.pcols-xs-3 > .product-col:nth-child(3n),
.divider-line.pcols-xs-2 > .product-col:nth-child(2n) {
    border-right-width: 0;
  }
}
@media (max-width: 575px) {
  .divider-line.pcols-ls-2 > .product-col:nth-child(2n) {
    border-right-width: 0;
  }
}
@media (min-width: 576px) {
  ul.list li.product .product-inner {
    display: flex;
    align-items: center;
  }
  ul.list li.product .product-image {
    flex: 0 0 250px;
    margin: 0 20px 0 0;
  }
  ul.list li.product .product-content {
    flex: 1 1 auto;
    max-width: calc(100% - 250px);
  }
}
ul.list li.product {
  text-align: left;
  margin-bottom: var(--porto-grid-gutter-width);
}
ul.list li.product .description {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.list li.product .description p:last-child {
  margin-bottom: 0;
}
ul.list li.product h3 {
  font-size: 1.2857em;
  font-weight: 600;
}
ul.list li.product .add-links {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
ul.list li.product .add-links .yith-wcwl-add-to-wishlist > div,
ul.list li.product .add-links .quickview {
  position: relative;
  left: 0 !important;
  opacity: 1;
  visibility: visible;
}
ul.list li.product .add-links > * {
  margin: 0 0.25rem 0.375rem 0;
}
ul.list li.product .add-links-wrap:not(:last-child) {
  margin-bottom: 0.8em;
}
ul.list li.product .product-inner > script,
ul.list li.product .product-inner > style {
  display: none;
}
ul.list li.product .variations .filter-item-list {
  margin-bottom: 0;
}
ul.list li.product .variations td {
  padding-bottom: 0;
}
ul.list li.product .filter-item-list li {
  margin-bottom: 0;
}
ul.list li.product .rating-wrap {
  margin-left: 0;
  margin-right: 0;
}
ul.list li.product:hover .product-image {
  box-shadow: none;
}
ul.list .add-links {
  font-size: 1em;
}

ul.products.list li.product-category img {
  width: 100%;
  font-size: 1em;
}

/* product carousel */
.title-border-bottom > .section-title,
.related.products .slider-title {
  letter-spacing: -0.01em;
  line-height: 22px;
  padding-bottom: 10px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--porto-input-bc);
}

.porto-products.title-border-bottom .products-slider.show-dots-title-right .owl-dots, .related.products .products-slider.show-dots-title-right .owl-dots {
  top: -52px;
  height: 32px;
}
.porto-products.title-border-bottom .products-slider.show-nav-title .owl-nav, .related.products .products-slider.show-nav-title .owl-nav {
  margin-top: -36px;
}

.title-border-middle > .section-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.title-border-middle > .section-title:before, .title-border-middle > .section-title:after {
  border-bottom: 1px solid var(--porto-input-bc);
  flex: 1;
}
.title-border-middle > .section-title:before {
  margin-right: 1em;
}
.title-border-middle > .section-title:after {
  content: "";
  margin-left: 1em;
}
.title-border-middle > .text-right {
  padding-right: 75px;
}
.title-border-middle > .text-right:before {
  content: "";
}
.title-border-middle > .text-right:after {
  content: none;
}
.title-border-middle > .text-center:before {
  content: "";
}
.title-border-middle > .border-right-spacing:after {
  margin-right: 75px;
}

.products-slider.show-dots-title-right .owl-dots {
  top: -40px;
  height: 32px;
}

.products-slider.owl-carousel .owl-dots.disabled {
  display: none;
}
.products-slider.owl-carousel:not(.dots-style-normal) .owl-dot {
  vertical-align: middle;
}
.products-slider.owl-carousel:not(.dots-style-normal) .owl-dot span {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid;
  background: none;
  margin: 5px 2px;
  border-radius: 7px;
  opacity: 0.4;
  color: var(--porto-primary-dark-20);
}
.products-slider.owl-carousel:not(.dots-style-normal) .owl-dot:hover span, .products-slider.owl-carousel:not(.dots-style-normal) .owl-dot.active span {
  background: none;
  color: var(--porto-primary-color);
  opacity: 1;
}
.products-slider.owl-carousel:not(.dots-style-normal) .owl-dot:hover span:after, .products-slider.owl-carousel:not(.dots-style-normal) .owl-dot.active span:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 10px;
  border: 2px solid;
}

.porto-products .product-categories {
  list-style: none;
  padding-left: 0;
}

.porto-products.filter-vertical {
  display: flex;
  flex-wrap: wrap;
  /*@media (max-width: 767px) {
      flex-wrap: wrap;
  }*/
}
.porto-products.filter-vertical .section-title {
  width: 100%;
}
.porto-products.filter-vertical .shop-loop-before {
  display: none !important;
}
.porto-products.filter-vertical .products-filter, .porto-products.filter-vertical .products-filter + div {
  width: 100%;
}
@media (min-width: 768px) {
  .porto-products.filter-vertical .products-filter {
    flex: 0 0 auto;
    width: 16.6666%;
    border-right: 1px solid #dcdcdc;
    padding-left: 15px;
    padding-right: 15px;
  }
  .porto-products.filter-vertical .products-filter + div {
    flex: 0 0 auto;
    width: 83.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .porto-products.filter-vertical .product-categories li {
    display: inline-block;
    margin-right: 20px;
  }
}
.porto-products.filter-vertical .product-categories a {
  display: block;
  position: relative;
  padding: 12px 0 12px 20px;
}
.porto-products.filter-vertical .product-categories a:before {
  content: "";
  font-family: "porto";
  margin-right: 10px;
  width: 11px;
  position: absolute;
  left: 0;
}
.porto-products.filter-vertical .product-categories .current a:before {
  content: "";
}

.porto-products.filter-horizontal .product-categories li {
  display: inline-block;
  margin-right: 2rem;
}

ul.products.owl-loaded li.product-col, ul.products.owl-loading li.product-col,
.column2 ul.products.owl-loaded li.product-col,
.column2 ul.products.owl-loading li.product-col {
  width: auto;
}

ul.products.product_list_widget .product {
  text-align: left;
}
ul.products.product_list_widget .product .product-image {
  margin-right: 15px;
  min-height: 0;
}
ul.products.product_list_widget .product .rating-wrap {
  display: block;
  margin: -5px 0 6px;
  height: auto;
}
ul.products.product_list_widget .add-links {
  font-size: 0.8571em;
}
ul.products.product_list_widget .add-links .add_to_cart_button,
ul.products.product_list_widget .add-links .add_to_cart_read_more {
  text-indent: 0 !important;
}
ul.products.product_list_widget .add-links .add_to_cart_button:before,
ul.products.product_list_widget .add-links .add_to_cart_read_more:before {
  display: none;
}
ul.products.product_list_widget .add-links .tooltip {
  display: none !important;
}
ul.products.product_list_widget .labels,
ul.products.product_list_widget .description,
ul.products.product_list_widget .yith-wcwl-add-to-wishlist,
ul.products.product_list_widget .add-links .quickview {
  display: none;
}
ul.products.product_list_widget .rating-wrap .star-rating {
  margin-left: 0 !important;
  font-size: 1em;
}
ul.products.product_list_widget .rating-wrap .star-rating:before,
ul.products.product_list_widget .rating-wrap .star-rating span:before {
  left: 0 !important;
}
ul.products.product_list_widget .add-links-wrap {
  display: block !important;
}
ul.products.product_list_widget .links-on-image .add-links-wrap {
  display: none !important;
}

.yith-wcan-loading {
  min-height: 200px;
  height: auto;
}

ul.products.yith-wcan-loading .porto-loading-icon {
  position: fixed;
  z-index: 9999;
}
ul.products.yith-wcan-loading:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9998;
}

/* YITH Compare */
li.product-default .add-links .yith-compare,
li.product-outimage .add-links .yith-compare,
li.product-onimage .add-links .yith-compare {
  display: none;
}

.product-image .yith-compare {
  /*display: block !important;*/
  position: absolute;
  top: 55px;
  right: 15px;
  padding: 0;
  text-indent: -9999px;
  border-radius: 18px;
}
.product-image .yith-compare:before {
  width: 100%;
  text-indent: 0;
}

.product-image > .yith-compare {
  top: 15px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  opacity: 0;
}
.product-image > .yith-compare::before {
  content: "";
  font-family: "porto";
  position: relative;
  float: left;
}
.product-image > .yith-compare.added::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 36px;
}
li.product-col:hover .product-image > .yith-compare {
  opacity: 1;
}

.product-onimage .product-image > .yith-compare {
  top: 50px;
  right: 10px;
}

.uni-cpo-calculate-btn,
li.product-col .add_to_cart_button,
li.product-col .add_to_cart_read_more,
li.product-col .quickview {
  font-family: var(--porto-add-to-cart-ff), var(--porto-body-ff), sans-serif;
}

.porto-product-category-widget .thumb-info .btn {
  padding-left: 0;
  padding-right: 0;
}
.porto-product-category-widget ul.products .rating-wrap {
  margin-left: auto;
  margin-right: auto;
}

/* Add to Cart Notification Style 2 */
#loading-mask {
  font-size: 1.1em;
  font-weight: 700;
  position: fixed;
  text-align: center;
  z-index: 20002;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.loader-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}
.loader-container > .loader {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
}
.loader-container i.porto-ajax-loader {
  display: inline-block;
  border: 2px solid transparent;
  border-top-color: var(--porto-primary-color);
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-radius: 20px;
  animation: spin 0.75s infinite linear;
  display: inline-block;
}
.loader-container i.porto-ajax-loader:before {
  left: -2px;
  top: -2px;
  display: inline-block;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  border-top-color: inherit;
  animation: spin 1.5s infinite ease;
}

li.product-col .loader-container i.porto-ajax-loader {
  width: 34px;
  height: 34px;
}

.after-loading-success-message {
  display: none;
  font-size: 1.1em;
  position: fixed;
  text-align: center;
  z-index: 20002;
}
.after-loading-success-message.style-2 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.after-loading-success-message.style-3 {
  right: 20px;
  bottom: 0;
}

.background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: transparent;
}

.success-message-container {
  margin: auto;
  padding: 20px 14px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  top: 35%;
  width: 300px;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.success-message-container .msg {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
.success-message-container img {
  display: inline-block;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.style-2 > .success-message-container {
  border-top: 4px solid var(--porto-primary-color);
}
.style-2 > .success-message-container .product-name {
  font-size: 14px;
  margin: 5px 0 10px;
}
.style-2 > .success-message-container button {
  margin-top: 12px;
  padding: 8.5px 0;
  min-width: 133px;
}

.style-3 > .success-message-container {
  text-align: left;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
  word-break: break-word;
  transform: translateX(100px);
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.style-3 > .success-message-container.active {
  transform: translateX(0);
  opacity: 1;
}
.style-3 > .success-message-container .msg-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.style-3 > .success-message-container .msg {
  order: 2;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.style-3 > .success-message-container .continue_shopping {
  float: right;
}
.style-3 > .success-message-container img {
  width: 60px;
  margin: 0 12px 0 0;
}
.style-3 > .success-message-container .btn {
  min-width: 120px;
  letter-spacing: 0.025em;
}

.success-message-container .product-name a:not(:hover) {
  color: var(--porto-dark-color, #212529);
}
.success-message-container .woocommerce-loop-product__title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.4;
  margin: 0 0 0.25rem;
}
.success-message-container .product-loop-title:hover > .woocommerce-loop-product__title {
  color: inherit;
}

/* Sales Popup notification */
.sales-msg p,
.compare-msg p {
  font-size: inherit;
}
.sales-msg a:hover .product-title,
.compare-msg a:hover .product-title {
  color: inherit;
}
.sales-msg .product-title,
.compare-msg .product-title {
  font-size: 0.75rem;
  transition: color 0.3s;
}
.sales-msg .price,
.compare-msg .price {
  font-size: 0.875rem;
}
.sales-msg .sales-popup-title,
.sales-msg .compare-popup-title,
.compare-msg .sales-popup-title,
.compare-msg .compare-popup-title {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.widget_product_categories,
.widget_price_filter,
.widget_layered_nav,
.widget_layered_nav_filters,
.widget_rating_filter,
.sidebar-box {
  border: none;
  margin-bottom: 1.0714em;
  margin-top: 0;
  position: relative;
  background: none;
}
.widget_product_categories > ul,
.widget_product_categories > div > ul,
.widget_product_categories > *,
.widget_price_filter > ul,
.widget_price_filter > div > ul,
.widget_price_filter > *,
.widget_layered_nav > ul,
.widget_layered_nav > div > ul,
.widget_layered_nav > *,
.widget_layered_nav_filters > ul,
.widget_layered_nav_filters > div > ul,
.widget_layered_nav_filters > *,
.widget_rating_filter > ul,
.widget_rating_filter > div > ul,
.widget_rating_filter > *,
.sidebar-box > ul,
.sidebar-box > div > ul,
.sidebar-box > * {
  padding: 0.7143em 0;
  border-width: 0;
  margin: 0;
}
.widget_product_categories > .select2-container,
.widget_price_filter > .select2-container,
.widget_layered_nav > .select2-container,
.widget_layered_nav_filters > .select2-container,
.widget_rating_filter > .select2-container,
.sidebar-box > .select2-container {
  padding-top: 0;
  margin-top: 0.7143em;
}
.widget_product_categories > select,
.widget_price_filter > select,
.widget_layered_nav > select,
.widget_layered_nav_filters > select,
.widget_rating_filter > select,
.sidebar-box > select {
  margin: 1.0714em 5%;
  width: 90%;
  padding: 0.8em 1em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}
.widget_product_categories .widget-title,
.widget_price_filter .widget-title,
.widget_layered_nav .widget-title,
.widget_layered_nav_filters .widget-title,
.widget_rating_filter .widget-title,
.sidebar-box .widget-title {
  color: var(--porto-heading-color);
  font-weight: 600;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  transition: 0.25s;
}
.widget_product_categories ul li, .widget_product_categories ol li,
.widget_price_filter ul li,
.widget_price_filter ol li,
.widget_layered_nav ul li,
.widget_layered_nav ol li,
.widget_layered_nav_filters ul li,
.widget_layered_nav_filters ol li,
.widget_rating_filter ul li,
.widget_rating_filter ol li,
.sidebar-box ul li,
.sidebar-box ol li {
  position: relative;
  border-width: 0;
  padding: 0;
}
.widget_product_categories ul li > a, .widget_product_categories ol li > a,
.widget_price_filter ul li > a,
.widget_price_filter ol li > a,
.widget_layered_nav ul li > a,
.widget_layered_nav ol li > a,
.widget_layered_nav_filters ul li > a,
.widget_layered_nav_filters ol li > a,
.widget_rating_filter ul li > a,
.widget_rating_filter ol li > a,
.sidebar-box ul li > a,
.sidebar-box ol li > a {
  display: inline-block;
  padding: 4px 0;
  color: var(--porto-body-color);
}
.widget_product_categories ul li .toggle:before, .widget_product_categories ol li .toggle:before,
.widget_price_filter ul li .toggle:before,
.widget_price_filter ol li .toggle:before,
.widget_layered_nav ul li .toggle:before,
.widget_layered_nav ol li .toggle:before,
.widget_layered_nav_filters ul li .toggle:before,
.widget_layered_nav_filters ol li .toggle:before,
.widget_rating_filter ul li .toggle:before,
.widget_rating_filter ol li .toggle:before,
.sidebar-box ul li .toggle:before,
.sidebar-box ol li .toggle:before {
  content: "";
  font-size: 1.2em;
}
.widget_product_categories ul li.open > .toggle:before, .widget_product_categories ul li.current > .toggle:before, .widget_product_categories ol li.open > .toggle:before, .widget_product_categories ol li.current > .toggle:before,
.widget_price_filter ul li.open > .toggle:before,
.widget_price_filter ul li.current > .toggle:before,
.widget_price_filter ol li.open > .toggle:before,
.widget_price_filter ol li.current > .toggle:before,
.widget_layered_nav ul li.open > .toggle:before,
.widget_layered_nav ul li.current > .toggle:before,
.widget_layered_nav ol li.open > .toggle:before,
.widget_layered_nav ol li.current > .toggle:before,
.widget_layered_nav_filters ul li.open > .toggle:before,
.widget_layered_nav_filters ul li.current > .toggle:before,
.widget_layered_nav_filters ol li.open > .toggle:before,
.widget_layered_nav_filters ol li.current > .toggle:before,
.widget_rating_filter ul li.open > .toggle:before,
.widget_rating_filter ul li.current > .toggle:before,
.widget_rating_filter ol li.open > .toggle:before,
.widget_rating_filter ol li.current > .toggle:before,
.sidebar-box ul li.open > .toggle:before,
.sidebar-box ul li.current > .toggle:before,
.sidebar-box ol li.open > .toggle:before,
.sidebar-box ol li.current > .toggle:before {
  content: "";
}
.widget_product_categories ul li.closed > .toggle:before, .widget_product_categories ol li.closed > .toggle:before,
.widget_price_filter ul li.closed > .toggle:before,
.widget_price_filter ol li.closed > .toggle:before,
.widget_layered_nav ul li.closed > .toggle:before,
.widget_layered_nav ol li.closed > .toggle:before,
.widget_layered_nav_filters ul li.closed > .toggle:before,
.widget_layered_nav_filters ol li.closed > .toggle:before,
.widget_rating_filter ul li.closed > .toggle:before,
.widget_rating_filter ol li.closed > .toggle:before,
.sidebar-box ul li.closed > .toggle:before,
.sidebar-box ol li.closed > .toggle:before {
  content: "";
}
.widget_product_categories ul li.current > ul.children,
.widget_product_categories ul li.current > ol.children, .widget_product_categories ol li.current > ul.children,
.widget_product_categories ol li.current > ol.children,
.widget_price_filter ul li.current > ul.children,
.widget_price_filter ul li.current > ol.children,
.widget_price_filter ol li.current > ul.children,
.widget_price_filter ol li.current > ol.children,
.widget_layered_nav ul li.current > ul.children,
.widget_layered_nav ul li.current > ol.children,
.widget_layered_nav ol li.current > ul.children,
.widget_layered_nav ol li.current > ol.children,
.widget_layered_nav_filters ul li.current > ul.children,
.widget_layered_nav_filters ul li.current > ol.children,
.widget_layered_nav_filters ol li.current > ul.children,
.widget_layered_nav_filters ol li.current > ol.children,
.widget_rating_filter ul li.current > ul.children,
.widget_rating_filter ul li.current > ol.children,
.widget_rating_filter ol li.current > ul.children,
.widget_rating_filter ol li.current > ol.children,
.sidebar-box ul li.current > ul.children,
.sidebar-box ul li.current > ol.children,
.sidebar-box ol li.current > ul.children,
.sidebar-box ol li.current > ol.children {
  display: block;
}
.widget_product_categories ul li .small,
.widget_product_categories ul li small, .widget_product_categories ol li .small,
.widget_product_categories ol li small,
.widget_price_filter ul li .small,
.widget_price_filter ul li small,
.widget_price_filter ol li .small,
.widget_price_filter ol li small,
.widget_layered_nav ul li .small,
.widget_layered_nav ul li small,
.widget_layered_nav ol li .small,
.widget_layered_nav ol li small,
.widget_layered_nav_filters ul li .small,
.widget_layered_nav_filters ul li small,
.widget_layered_nav_filters ol li .small,
.widget_layered_nav_filters ol li small,
.widget_rating_filter ul li .small,
.widget_rating_filter ul li small,
.widget_rating_filter ol li .small,
.widget_rating_filter ol li small,
.sidebar-box ul li .small,
.sidebar-box ul li small,
.sidebar-box ol li .small,
.sidebar-box ol li small {
  float: right;
  font-size: 1em;
}
.widget_product_categories ul ul, .widget_product_categories ul ol, .widget_product_categories ol ul, .widget_product_categories ol ol,
.widget_price_filter ul ul,
.widget_price_filter ul ol,
.widget_price_filter ol ul,
.widget_price_filter ol ol,
.widget_layered_nav ul ul,
.widget_layered_nav ul ol,
.widget_layered_nav ol ul,
.widget_layered_nav ol ol,
.widget_layered_nav_filters ul ul,
.widget_layered_nav_filters ul ol,
.widget_layered_nav_filters ol ul,
.widget_layered_nav_filters ol ol,
.widget_rating_filter ul ul,
.widget_rating_filter ul ol,
.widget_rating_filter ol ul,
.widget_rating_filter ol ol,
.sidebar-box ul ul,
.sidebar-box ul ol,
.sidebar-box ol ul,
.sidebar-box ol ol {
  padding-left: 1.0714em;
  margin: 0;
}
.widget_product_categories ul ul.children, .widget_product_categories ul ol.children, .widget_product_categories ol ul.children, .widget_product_categories ol ol.children,
.widget_price_filter ul ul.children,
.widget_price_filter ul ol.children,
.widget_price_filter ol ul.children,
.widget_price_filter ol ol.children,
.widget_layered_nav ul ul.children,
.widget_layered_nav ul ol.children,
.widget_layered_nav ol ul.children,
.widget_layered_nav ol ol.children,
.widget_layered_nav_filters ul ul.children,
.widget_layered_nav_filters ul ol.children,
.widget_layered_nav_filters ol ul.children,
.widget_layered_nav_filters ol ol.children,
.widget_rating_filter ul ul.children,
.widget_rating_filter ul ol.children,
.widget_rating_filter ol ul.children,
.widget_rating_filter ol ol.children,
.sidebar-box ul ul.children,
.sidebar-box ul ol.children,
.sidebar-box ol ul.children,
.sidebar-box ol ol.children {
  margin: 0;
  display: none;
}

.wc-block-product-categories li .toggle,
.widget_product_categories li .toggle,
.widget_price_filter li .toggle,
.widget_layered_nav li .toggle,
.widget_layered_nav_filters li .toggle,
.widget_rating_filter li .toggle,
.sidebar-box li .toggle {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: -5px;
  top: 4px;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 23px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--porto-primary-color);
}
.wc-block-product-categories li .toggle:hover,
.widget_product_categories li .toggle:hover,
.widget_price_filter li .toggle:hover,
.widget_layered_nav li .toggle:hover,
.widget_layered_nav_filters li .toggle:hover,
.widget_rating_filter li .toggle:hover,
.sidebar-box li .toggle:hover {
  color: var(--porto-primary-light-5);
}

.widget_product_categories ul a:hover, .widget_product_categories ul a:focus, .widget_product_categories li.chosen > a, .widget_product_categories li.current > a,
.widget_layered_nav ul a:hover,
.widget_layered_nav ul a:focus,
.widget_layered_nav li.chosen > a,
.widget_layered_nav li.current > a,
.widget_layered_nav_filters ul a:hover,
.widget_layered_nav_filters ul a:focus,
.widget_layered_nav_filters li.chosen > a,
.widget_layered_nav_filters li.current > a,
.widget_rating_filter ul a:hover,
.widget_rating_filter ul a:focus,
.widget_rating_filter li.chosen > a,
.widget_rating_filter li.current > a {
  color: var(--porto-primary-color);
}

.widget .widget-title,
.widget .wp-block-group__inner-container > h2 {
  position: relative;
}
.widget .widget-title .toggle,
.widget .wp-block-group__inner-container > h2 .toggle {
  display: inline-block;
  width: 1.8571em;
  height: 1.8571em;
  line-height: 1.7572em;
  color: var(--porto-gray-4);
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -0.9em;
  padding: 0;
  cursor: pointer;
  text-align: center;
  transition: 0.25s;
}
.widget .widget-title .toggle:before, .widget .widget-title .toggle:after,
.widget .wp-block-group__inner-container > h2 .toggle:before,
.widget .wp-block-group__inner-container > h2 .toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
}
.widget .widget-title .toggle:before,
.widget .wp-block-group__inner-container > h2 .toggle:before {
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
  display: none;
}
.widget .widget-title .toggle:after,
.widget .wp-block-group__inner-container > h2 .toggle:after {
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.widget.closed .widget-title,
.widget.closed .wp-block-group__inner-container > h2 {
  border-bottom-width: 0;
}
.widget.closed .widget-title .toggle:before,
.widget.closed .wp-block-group__inner-container > h2 .toggle:before {
  display: block;
}

.widget_layered_nav ul li > a {
  padding-right: 25px;
}
.widget_layered_nav ul li .count {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4px;
  color: var(--porto-body-color-light-5);
}

.widget_price_filter .price_slider_wrapper {
  margin-bottom: 0.3571em;
}
.widget_price_filter .price_slider {
  background: var(--porto-slide-bgc);
  margin-top: 1.4286em;
  margin-bottom: 2.1428em;
  border-width: 0;
  border-radius: 0;
}
.widget_price_filter .price_slider_amount {
  line-height: 2em;
  font-size: 0.8751em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget_price_filter .price_slider_amount .button {
  padding: 0.4em 1.25em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  order: 2;
}
.widget_price_filter .clear {
  display: none;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  cursor: pointer;
  outline: none;
  top: 50%;
  margin-top: -5.5px;
  border-radius: 6px;
  background: var(--porto-primary-color);
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.38) inset;
}
.widget_price_filter #min_price,
.widget_price_filter #max_price {
  width: 45%;
  margin-right: 4%;
  margin-top: 0.3571em;
  margin-bottom: 1.2857em;
}
.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_layered_nav_filters ul:after {
  content: " ";
  display: table;
  clear: both;
}
.widget_layered_nav_filters ul li {
  float: left;
}
.widget_layered_nav_filters ul li a {
  margin-right: 0.8571em;
}
.widget_layered_nav_filters ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 0.3571em;
  display: inline-block;
  color: var(--porto-primary-color);
}
.widget_layered_nav_filters ul li a:hover:before {
  color: var(--porto-primary-light-5);
}

.yith-woo-ajax-reset-navigation {
  background: transparent;
  border-width: 0;
  border-radius: 0;
}
.yith-woo-ajax-reset-navigation > * {
  padding: 0;
}

.widget_layered_nav .yit-wcan-select-open {
  text-decoration: none;
}

.widget_layered_nav .yith-wcan-select-wrapper {
  border-width: 1px;
  border-color: var(--porto-widget-bc);
  padding: 10px 0;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan {
  padding-top: 0;
  padding-bottom: 0;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
  padding: 5px;
  border-width: 0;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover, .widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen {
  box-shadow: none;
  border-width: 0;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a {
  background-image: none;
  position: relative;
  color: var(--porto-primary-color);
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9em;
  position: absolute;
  top: 0.1em;
  left: -3px;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a {
  padding: 0 12px;
  border-width: 0;
}
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover a {
  color: var(--porto-primary-color);
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-group,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-group {
  padding: 11px 0;
  font-size: 11px;
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li {
  width: 14.2857%;
  min-width: 34px;
  max-width: 35px;
  text-align: center;
  float: left;
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span {
  border-color: transparent;
  width: 26px;
  height: 26px;
  margin: 4px 4px 4px 0;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a {
  border-color: var(--porto-color-price);
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li {
  float: left;
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a {
  min-width: 32px;
  text-align: center;
  margin: 3px 6px 3px 0;
  padding: 4px 8px;
  line-height: 16px;
  background: var(--porto-body-bg);
  border: 1px solid var(--porto-gray-5);
  color: var(--porto-body-color);
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover {
  color: #fff;
  background: var(--porto-primary-color);
  border-color: var(--porto-primary-color);
}
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a:hover {
  background: var(--porto-primary-light-5);
  border-color: var(--porto-primary-light-5);
}

.widget .product_list_widget li {
  padding: 0.5rem 0;
}

ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: -0.5rem 0;
  border-width: 0 !important;
}
ul.product_list_widget li {
  display: flex;
  align-items: center;
  border-width: 0;
  position: relative;
  padding: 0.5rem 0;
}
ul.product_list_widget li .product-image {
  width: 84px;
  flex: 0 0 auto;
  padding: 0;
  margin-right: 20px;
}
ul.product_list_widget li .product-image img {
  width: 100%;
  height: auto;
}
ul.product_list_widget li .product-image .img-effect img {
  position: relative;
  opacity: 1;
}
ul.product_list_widget li .product-image .img-effect .hover-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
ul.product_list_widget li .product-image:hover .img-effect img {
  opacity: 0;
}
ul.product_list_widget li .product-image:hover .img-effect .hover-image {
  opacity: 1;
}

.product_list_widget .product-details {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% - 104px);
}
.product_list_widget .product-details a {
  display: block;
  font-size: 1.0769em;
  line-height: 1.4;
  white-space: nowrap;
  color: var(--porto-dark-color);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.5rem;
}
.product_list_widget .product-details .amount {
  font-size: 1.1538em;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  color: var(--porto-color-price);
}
.product_list_widget .product-details .amount .currency,
.product_list_widget .product-details .amount .decimal {
  font-size: 0.75em;
  font-weight: 400;
}
.product_list_widget .product-details .amount .currency .decimal {
  font-size: 1em;
}
.product_list_widget .product-details ins {
  text-decoration: none;
  vertical-align: baseline;
}
.product_list_widget .product-details del,
.product_list_widget .product-details .from {
  color: #a7a7a7;
  font-size: 0.8em;
  margin-right: 3px;
  vertical-align: baseline;
}
.product_list_widget .product-details del .amount,
.product_list_widget .product-details .from .amount {
  color: #a7a7a7;
}
.product_list_widget dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.product_list_widget dl:after {
  content: " ";
  display: table;
  clear: both;
}
.product_list_widget dl dt, .product_list_widget dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.product_list_widget dl dt {
  font-weight: 700;
  padding: 0 0 0.25em 0;
  margin: 0 4px 0 0;
  clear: left;
}
.product_list_widget dl dd {
  padding: 0 0 0.25em 0;
}
.product_list_widget dl dd p:last-child {
  margin-bottom: 0;
}
.product_list_widget .star-rating {
  margin: 3px 0 5px;
}
.product_list_widget .ajax-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  display: none;
  background: var(--porto-normal-bg);
}
.product_list_widget .ajax-loading:before {
  content: "";
  font-family: "porto";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-top: -13px;
  margin-left: -13px;
  color: #999;
  z-index: 0;
  animation: spin 0.75s infinite linear;
  display: inline-block;
}

ul.cart_list li.empty {
  padding-left: 0;
}
ul.cart_list li .quantity, ul.cart_list li .quantity .amount {
  vertical-align: baseline;
}
ul.cart_list li dl {
  margin: 6px 0;
  border: none;
  padding-left: 5px;
  display: table;
}
ul.cart_list li dl dt,
ul.cart_list li dl dd {
  padding: 3px;
  margin: 0;
  line-height: 1.2;
}
ul.cart_list li dl dt p,
ul.cart_list li dl dd p {
  line-height: 1.2;
}

.hide_cart_widget_if_empty .empty {
  display: none;
}

.widget_recent_reviews .product_list_widget {
  flex-wrap: wrap;
}
.widget_recent_reviews .product_list_widget li {
  padding: 0.5rem 1%;
  display: block;
  text-align: center;
}
.widget_recent_reviews .product_list_widget li a {
  display: block;
  position: relative;
  color: var(--porto-body-color);
}
.widget_recent_reviews .product_list_widget li img {
  width: 96px;
  border: none;
  display: block;
  background: var(--porto-normal-bg);
  margin: 0 auto 10px;
}
.widget_recent_reviews .product_list_widget li .star-rating {
  margin: 5px auto 0;
}
.widget_recent_reviews .product_list_widget li .reviewer {
  font-size: 0.8571em;
}

.widget_shopping_cart {
  color: var(--porto-body-color);
}
.widget_shopping_cart .total {
  padding: 0.7143em 0;
  margin: 0;
  text-align: center;
}
.widget_shopping_cart .total .amount {
  font-size: 1.4286em;
  font-weight: 600;
  color: var(--porto-primary-color);
}
.widget_shopping_cart .total .amount .currency,
.widget_shopping_cart .total .amount .decimal {
  font-size: 0.75em;
  font-weight: 400;
}
.widget_shopping_cart .total .amount .currency .decimal {
  font-size: 1em;
}
.widget_shopping_cart .buttons {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons:after {
  content: " ";
  display: table;
  clear: both;
}
.widget_shopping_cart .buttons .wc-forward {
  float: left;
  width: 49%;
}
.widget_shopping_cart .buttons .checkout {
  float: right;
  width: 49%;
}
@media (max-width: 991px) {
  .mobile-sidebar .widget_shopping_cart .buttons .wc-forward {
    float: none;
    width: 100%;
  }
  .mobile-sidebar .widget_shopping_cart .buttons .wc-forward + .wc-forward {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .widget_shopping_cart .buttons .wc-forward {
    float: none;
    width: 100%;
  }
  .widget_shopping_cart .buttons .wc-forward + .wc-forward {
    margin-top: 8px;
  }
}
.widget_shopping_cart .product-details a {
  padding-right: 15px;
}

.widget .cart_list {
  margin-top: 0;
}

.widget_shopping_cart .product-details .remove-product,
.wishlist_table .remove_from_wishlist,
.wishlist-popup .remove_from_wishlist,
.shop_table.cart-table a.remove {
  padding: 0;
  position: absolute;
  top: 6px;
  right: 2px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  background-color: #fff;
  color: #222529;
  border-radius: 50%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  z-index: 3;
}
.widget_shopping_cart .product-details .remove-product:before,
.wishlist_table .remove_from_wishlist:before,
.wishlist-popup .remove_from_wishlist:before,
.shop_table.cart-table a.remove:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.widget .brand-thumbnails,
.brand-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-slider.products li.product {
  /*.add-links {
      margin-bottom: 5px;
  }*/
}
.products-slider.products li.product .add-links-wrap {
  line-height: 0;
}
.products-slider.show-nav-title .owl-nav {
  margin-top: -23px;
}
.products-slider .slick-dots li {
  clear: none !important;
  width: 20px !important;
  margin-bottom: 0;
}
.products-slider .slick-dots li button {
  box-shadow: none !important;
}
.products-slider.slick-initialized .product {
  display: block;
}
.products-slider.owl-carousel {
  margin: 0 !important;
}
.products-slider.owl-carousel .owl-stage-outer {
  padding-top: 10px;
  margin-top: -10px;
}
.products-slider.owl-carousel .owl-dots {
  margin-top: 20px;
}
.products-slider.owl-loaded .product {
  margin-bottom: 0;
}

.widget .owl-carousel.show-nav-title .owl-nav [class*=owl-] {
  margin-left: 0;
  margin-right: 0;
}
.widget .owl-carousel.show-nav-title .owl-nav .owl-prev {
  left: -30px;
}

.yith-woo-ajax-navigation.loading,
.yith-wcan-list-price-filter.loading {
  position: relative;
}
.yith-woo-ajax-navigation.loading:after,
.yith-wcan-list-price-filter.loading:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.yith-wcan-list-price-filter.loading form input[type=text] {
  opacity: 0;
}

/* search form */
.woocommerce-product-search label {
  display: none;
}
.woocommerce-product-search .search-field {
  margin-bottom: 8px;
  vertical-align: top;
}

/* rating filter */
.widget_rating_filter > ul {
  padding-top: 1rem;
}
.widget_rating_filter > ul li {
  line-height: 1;
  margin-bottom: 0.75rem;
}
.widget_rating_filter > ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
.widget_rating_filter .star-rating {
  display: block;
  float: left;
  margin-top: 0.15em;
}
.widget_rating_filter .wc-layered-nav-rating a {
  display: block;
  text-align: right;
  color: var(--porto-body-color-light-5);
}
.widget_rating_filter .wc-layered-nav-rating a:after {
  content: " ";
  display: table;
  clear: both;
}

.woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-group__inner-container > h2 {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.wp-block-group__inner-container.closed > h2 {
  border-bottom-width: 0;
}
.wp-block-group__inner-container.closed > h2 .toggle:before {
  display: block;
}

.wc-block-product-categories li {
  position: relative;
  padding: 4px 0;
}
.wc-block-product-categories li .toggle:before {
  font-size: 1.2em;
}
.wc-block-product-categories > ul ul {
  display: none;
  padding-left: 1.0714em;
}
.wc-block-product-categories > ul .current-active > a {
  color: var(--porto-primary-color);
}

.wc-block-product-categories-list-item > a {
  color: var(--porto-body-color);
}

.wc-block-product-categories .count,
.widget_product_categories .count {
  color: var(--porto-body-color-light-5);
}

.woocommerce-cart .shipping_calculator h2 {
  margin-top: 0;
}
.woocommerce-cart .shipping_calculator h2 a {
  cursor: default;
}
.woocommerce-cart .shipping-form-wrap .shipping-calculator-form {
  display: block !important;
  height: auto !important;
}
.woocommerce-cart .shipping-calculator-form {
  margin-top: 10px;
}

.shop_table .product-thumbnail img {
  max-width: 80px;
}

.cross-sells {
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop_table.responsive.cart-total tbody tr:first-child th,
.shop_table.responsive.cart-total tbody tr:first-child td,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child td {
  border-top-width: 0;
}
.shop_table.responsive.cart-total th,
.shop_table.shop_table_responsive.cart-total th {
  width: 25%;
}
@media (max-width: 767px) {
  .shop_table.responsive.cart-total th,
.shop_table.responsive.cart-total td,
.shop_table.shop_table_responsive.cart-total th,
.shop_table.shop_table_responsive.cart-total td {
    width: 100%;
    text-align: left;
  }
}

#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shipping_method li:not(:last-child) {
  padding-bottom: 12px;
}

.wc-proceed-to-checkout .btn {
  font-size: 15px;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}

.woocommerce-shipping-destination {
  line-height: 26px;
}

.wc-proceed-to-checkout {
  margin-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.cart_totals h2,
.review-order.shop_table h2 {
  margin-top: 0;
  color: var(--porto-primary-color);
}
.cart_totals h2 a,
.review-order.shop_table h2 a {
  color: inherit;
}
.cart_totals .order-total .amount,
.review-order.shop_table .order-total .amount {
  font-size: 22px;
  color: var(--porto-heading-color);
}

/* Cart V2 */
.cart-v2 .heading-primary {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-v2 .proceed-to-checkout {
  letter-spacing: normal;
}
.cart-v2 .shipping-calculator-form {
  display: block !important;
}
.cart-v2 #coupon_code {
  padding: 11px 12px;
}
.cart-v2 .card.card-default {
  padding: 24px 30px;
  border: 2px solid var(--porto-gray-5);
}
.cart-v2 .card.card-default .card-body tbody tr {
  border-bottom: 1px solid var(--porto-gray-2);
}
.cart-v2 .card.card-default .card-body tbody tr:last-child {
  border-bottom: none;
}
.cart-v2 .card.card-default .card-body tbody tr th {
  padding: 10px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left !important;
}
.cart-v2 .card.card-default .card-body tbody tr td {
  padding: 10px;
  line-height: 1.4;
  text-align: left !important;
}
.cart-v2 .card.card-default .card-body tbody tr td:last-child {
  color: var(--porto-color-price);
  text-align: right !important;
  font-weight: 400;
}
.cart-v2 .card.card-default .card-body tbody .order-total th {
  padding: 18px 12px;
}

.checkout-v2 .checkout_coupon {
  display: block !important;
}

.card.card-default .card-header.arrow a {
  position: relative;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0 !important;
}
.card.card-default .card-header.arrow a:before {
  border: none;
  color: #212529;
  font-family: "porto";
  content: "";
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  background-color: transparent;
}
.card.card-default .card-header.arrow a.collapsed:before {
  content: "";
}

.card.card-default .card-header.arrow a:hover:before {
  background-color: transparent;
  border-color: transparent;
  color: #212529;
}

/* Shop Table */
.shop_table.cart-table th.product-thumbnail {
  width: 16%;
}
.shop_table.cart-table th.product-name {
  width: 33%;
}
.shop_table.cart-table th.product-price {
  width: 14%;
}
.shop_table.cart-table .product-subtotal .amount {
  font-size: 16px;
  font-weight: 600;
  color: var(--porto-heading-color);
}
.shop_table.cart-table .actions input[type=text]::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.shop_table.cart-table .actions button {
  padding: 12px 24px;
}

td.product-total,
td.order-total {
  font-weight: 400 !important;
}

.cart_totals_toggle .card-header a {
  display: block;
  padding: 10px 20px;
}

.cart_totals_toggle .card-header {
  padding: 0;
  border-bottom: none;
}

.cart_totals_toggle .card:not(:first-child) {
  margin-top: 5px;
}

.also-bought .products-slider.show-nav-title .owl-nav {
  margin-top: -32px;
}

i.cart-empty, i.wishlist-empty {
  font-size: 100px;
  color: #d3d3d4;
}

.cart-empty-page .woocommerce-info {
  text-align: center;
}

.checkout_coupon .form-row {
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: middle;
  padding-right: 0;
}

form.checkout_coupon {
  padding-left: 5px;
  padding-bottom: 5px;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.form-row.terms {
  position: relative;
  margin-top: 15px;
}
.form-row.terms .input-checkbox {
  position: absolute;
  left: 0;
  top: 2px;
}
.form-row.terms label.checkbox {
  margin-left: 20px;
  display: block;
}

.payment_methods {
  margin: 15px 0 10px;
  padding: 0;
  list-style: none;
}
.payment_methods li {
  padding-bottom: 10px;
}
.payment_methods p {
  margin-bottom: 0.5rem;
}
.payment_methods .porto-control-label {
  font-size: 14px;
  font-weight: 400;
}
.payment_methods .payment_method_paypal .about_paypal {
  display: inline-block;
  margin-left: 10px;
}
.payment_methods .payment_method_paypal img {
  width: 170px;
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  .payment_methods .payment_method_paypal .input-radio {
    vertical-align: top;
  }
  .payment_methods .payment_method_paypal img,
.payment_methods .payment_method_paypal .about_paypal {
    display: block;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .payment_methods .payment_method_paypal img {
    width: 150px;
  }
}

.woocommerce-page .woocommerce header {
  margin-top: 32px;
}
.woocommerce-page .woocommerce .featured-box header {
  margin-top: 20px;
}

.checkout-v2 .card-header {
  line-height: 40px;
}

.place-order img {
  margin-left: 5px;
  display: none;
}

form.woocommerce-checkout h3 {
  margin-bottom: 13px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 32px;
}

.woocommerce-checkout .select2-dropdown {
  border-color: #e7e7e7;
}
.woocommerce-checkout .select2-container .select2-selection--single {
  height: 50px;
  border-color: #e7e7e7;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 12px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
.woocommerce-checkout .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.woocommerce-checkout input[type=text]::placeholder, .woocommerce-checkout textarea::placeholder {
  font-size: 12px;
}
.woocommerce-checkout .shipping_address {
  margin-top: 1rem;
}

.woocommerce-checkout input[type=text], .woocommerce-checkout input[type=email], .woocommerce-checkout input[type=tel], .woocommerce-checkout input[type=password] {
  line-height: 2.3;
}
.woocommerce-checkout label {
  margin-bottom: 3px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

#order_comments {
  min-height: 125px;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px;
  line-height: 23px;
  color: #8a8b8e;
}

.checkout-order-review .featured-boxes {
  padding: 22px 32px;
}
.checkout-order-review .woocommerce-privacy-policy-text p {
  padding: 0 8px;
  font-size: 13px;
}
.checkout-order-review .shop_table td {
  padding: 12px 10px;
}

.woocommerce-shipping-totals td {
  padding: 25px 10px;
}

.woocommerce-account .woocommerce {
  margin: 0 -10px;
}
.woocommerce-account .woocommerce:after {
  content: " ";
  display: table;
  clear: both;
}
.woocommerce-account .woocommerce > .row {
  margin-left: calc(10px - var(--porto-column-spacing));
  margin-right: calc(10px - var(--porto-column-spacing));
}
.woocommerce-account .woocommerce > .col-md-6, .woocommerce-account .woocommerce > .col-lg-10 {
  padding-right: calc(var(--porto-grid-gutter-width) / 2);
  padding-left: calc(var(--porto-grid-gutter-width) / 2);
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
  padding: 0 10px 30px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  transition: background 0.1s;
  padding: 8px 0 8px 0;
  display: block;
  color: var(--porto-body-color);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.025em;
  /*&:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 4px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      position: absolute;
      top: 15px;
      left: 10px;
  }*/
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  font-weight: 700;
  color: var(--porto-heading-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) a {
  border-bottom: 1px solid var(--porto-gray-5);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 75%;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}
.woocommerce-account .account-sub-title i,
.woocommerce-account .featured-box i {
  color: #d3d3d4;
}
.woocommerce-account .featured-box .icon-featured {
  font-size: 60px;
}
.woocommerce-account .featured-box h4 {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.address .featured-box {
  text-align: left;
}

#rememberme,
.back-login {
  margin-top: 10px;
  margin-bottom: 10px;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  padding: 3px 0px 3px 0px;
  color: #333;
  line-height: 1.2;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 1em 0 0 0;
  display: block;
}

.order-info mark {
  display: block;
  background: transparent;
  color: var(--porto-heading-color);
  padding: 0;
}

.porto-social-login-section.false-modal a {
  padding: 17px 12px;
  margin-bottom: 20px;
}
.porto-social-login-section.false-modal i {
  margin-right: 5px;
}
.porto-social-login-section.false-modal i.fa-facebook-f {
  width: 25px;
  height: 25px;
  line-height: 35px;
  vertical-align: middle;
  olor: #3a589d;
  background: #fff;
  border-radius: 50%;
}
.porto-social-login-section.false-modal span {
  letter-spacing: -0.03em;
}
.porto-social-login-section .social-button:hover i.fa-facebook-f {
  color: var(--porto-primary-color);
}

#login-form-popup .register-btn {
  margin: 20px 0 0;
  color: var(--porto-heading-color);
  letter-spacing: -0.025em;
  outline: none;
}
#login-form-popup .register-btn:hover {
  color: var(--porto-primary-color);
}

.shopswatchinput {
  margin-bottom: 5px;
  margin-top: 5px;
}

.wcvaswatchinput {
  text-decoration: none !important;
  margin: 0 1px;
}

.wcvashopswatchlabel,
.wcvaswatchlabel {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  transition: 0.1s ease-in;
  line-height: 1;
  border: 1px solid var(--porto-normal-bg);
  box-shadow: 0 0 0 1px var(--porto-gray-4);
}

.wcvashopswatchlabel {
  width: 24px !important;
  height: 24px !important;
}
.wcvaswatchinput.active .wcvashopswatchlabel {
  border: 1px solid var(--porto-color-price);
}

.swatchinput {
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 6px;
  margin-top: -3px;
}

.belowtext {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 16px;
  font-weight: bold;
}

.wcvaswatch input {
  margin: 0;
  padding: 0;
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

.wcvaswatchlabel {
  border-width: 2px;
}
.wcvaswatch input:active + .wcvaswatchlabel {
  opacity: 0.9;
}
.wcvaswatch input:checked + .wcvaswatchlabel {
  -ms-filter: none;
  filter: none;
  border: 2px solid var(--porto-color-price);
}

.wcvaround {
  border-radius: 50%;
  outline: solid 0 #9C9999;
}

input.wcva_attribute_radio {
  margin-right: 5px;
}

.wishlist_table tr td {
  background-color: var(--porto-body-bg);
}

.shop_table.wishlist_table {
  margin-bottom: 15px;
}
.shop_table.wishlist_table tr td {
  text-align: left;
}
@media (max-width: 767px) {
  .shop_table.wishlist_table tr td {
    text-align: center;
  }
}
.shop_table.wishlist_table .add-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.shop_table.wishlist_table .add-links .add_to_cart_button::before {
  content: none;
}
.shop_table.wishlist_table .quickview {
  margin-bottom: 10px;
  margin-right: 0;
}
.shop_table.wishlist_table .add_to_cart {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.shop_table.wishlist_table .product-thumbnail {
  width: 10%;
}
.shop_table.wishlist_table .product-name {
  width: 29%;
}
.shop_table.wishlist_table .product-price {
  width: 13%;
}
.shop_table.wishlist_table .product-stock-status {
  width: 19%;
}
@media (max-width: 767px) {
  .shop_table.wishlist_table .product-thumbnail,
.shop_table.wishlist_table .product-name,
.shop_table.wishlist_table .product-price,
.shop_table.wishlist_table .product-stock-status {
    width: 100%;
  }
}

.woocommerce table.shop_table.wishlist_table thead th,
.woocommerce table.shop_table.wishlist_table thead td {
  border: none;
  padding: 10px 5px 10px 16px;
}
.woocommerce table.shop_table.wishlist_table tbody td,
.woocommerce table.shop_table.wishlist_table tfoot td {
  border-color: var(--porto-gray-5);
}
.woocommerce table.shop_table.wishlist_table tbody th,
.woocommerce table.shop_table.wishlist_table tbody td,
.woocommerce table.shop_table.wishlist_table tfoot th,
.woocommerce table.shop_table.wishlist_table tfoot td {
  padding: 20px 5px 23px 16px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .woocommerce table.shop_table.wishlist_table tbody th,
.woocommerce table.shop_table.wishlist_table tbody td,
.woocommerce table.shop_table.wishlist_table tfoot th,
.woocommerce table.shop_table.wishlist_table tfoot td {
    padding: 10px 20px;
  }
}

.shop_table.wishlist_table,
.woocommerce table.wishlist_table {
  font-size: 100%;
}
.shop_table.wishlist_table .add_to_cart.button, .shop_table.wishlist_table .add_to_cart_read_more.button, .shop_table.wishlist_table .yith-compare,
.woocommerce table.wishlist_table .add_to_cart.button,
.woocommerce table.wishlist_table .add_to_cart_read_more.button,
.woocommerce table.wishlist_table .yith-compare {
  display: inline-block !important;
  min-width: 160px;
}
.shop_table.wishlist_table .add_to_cart.button, .shop_table.wishlist_table .add_to_cart_read_more.button, .shop_table.wishlist_table .quickview, .shop_table.wishlist_table .yith-compare,
.woocommerce table.wishlist_table .add_to_cart.button,
.woocommerce table.wishlist_table .add_to_cart_read_more.button,
.woocommerce table.wishlist_table .quickview,
.woocommerce table.wishlist_table .yith-compare {
  height: 42px;
  width: auto;
  padding: 0 25px !important;
  font-family: var(--porto-add-to-cart-ff), var(--porto-body-ff), sans-serif;
  font-size: 13px;
  line-height: 42px;
  text-indent: 0;
}
.shop_table.wishlist_table .yith-compare,
.woocommerce table.wishlist_table .yith-compare {
  min-width: 1px;
  margin-top: 5px !important;
  padding: 0 15px !important;
  font-weight: 700;
}
.shop_table.wishlist_table .yith-compare::before,
.woocommerce table.wishlist_table .yith-compare::before {
  float: none;
}
.shop_table.wishlist_table .yith-compare.added::before,
.woocommerce table.wishlist_table .yith-compare.added::before {
  line-height: 42px;
}
.shop_table.wishlist_table .quickview,
.woocommerce table.wishlist_table .quickview {
  order: -1;
  font-weight: 700;
}
.shop_table.wishlist_table .quickview::before,
.woocommerce table.wishlist_table .quickview::before {
  content: none;
}
.shop_table.wishlist_table .yith-wcwl-add-to-wishlist,
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist {
  display: none;
}
.shop_table.wishlist_table .wishlist-empty,
.woocommerce table.wishlist_table .wishlist-empty {
  text-align: center;
}

p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
  margin: 1rem 0;
}

.woocommerce #content table.shop_table.wishlist_table.cart a.remove,
.shop_table.cart-table a.remove.remove-product {
  top: -10px;
  right: -10px;
  color: var(--porto-dark-color);
}
.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover,
.shop_table.cart-table a.remove.remove-product:hover {
  background: #fff;
  color: var(--porto-primary-color);
}

.blockUI {
  background: #fff !important;
  opacity: 0.5 !important;
}

.sidebar-content #yith-ajaxsearchform .btn {
  color: #fff;
  border-width: 1px;
  background: var(--porto-primary-color);
}

.sidebar-content .autocomplete-suggestions {
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-content .autocomplete-suggestion {
  padding-left: 8px;
  padding-right: 8px;
}

.wishlist_table .add_to_cart.button,
.wishlist_table .add_to_cart_read_more.button {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 22px;
}

.woocommerce .wishlist-title a.btn,
.wishlist_table .button,
.woocommerce .hidden-title-form a.btn,
.woocommerce .hidden-title-form input[type=submit] {
  color: #fff;
  vertical-align: middle;
  font-size: 0.8rem;
  line-height: 1.5;
}

.woocommerce .wishlist-title h2 {
  margin: 0 !important;
}

#header .my-wishlist, #header .my-account, #header .yith-woocompare-open {
  display: inline-block;
  padding: 0 0.125rem;
  font-size: 24px;
  vertical-align: middle;
}

#header .my-wishlist,
#header .yith-woocompare-open {
  position: relative;
}

#header .my-wishlist .wishlist-count,
#header .yith-woocompare-open .compare-count {
  right: -0.25rem;
}

#header .header-contact .wishlist-count {
  right: 1px;
}

.wishlist_table td.product-thumbnail > div,
.shop_table.cart-table .product-thumbnail > div {
  width: 80px;
}
@media (max-width: 767px) {
  .wishlist_table td.product-thumbnail > div,
.shop_table.cart-table .product-thumbnail > div {
    margin: 0 auto;
  }
}

.wishlist-popup {
  position: fixed;
  top: 0;
  height: 100%;
  width: 300px;
  right: 0;
  z-index: 1003;
  padding: 1.5rem 1.25rem;
  background: var(--porto-normal-bg);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  font-size: 0.8125rem;
  text-align: left;
  transform: translateX(105%);
  transition: transform 0.35s;
}
.minicart-opened .wishlist-popup {
  transform: translateX(0);
}
.wishlist-popup .product_list_widget {
  margin: 0 0 1.25rem;
}
.wishlist-popup .product_list_widget li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #e7e7e7;
}
.wishlist-popup .product-details {
  padding-right: 1rem;
  position: static;
}
.wishlist-popup .product-details a {
  font-weight: 500;
}
.wishlist-popup .product-details .amount {
  font-size: 0.8125rem;
  font-weight: 400;
}
.wishlist-popup .remove_from_wishlist.remove {
  top: 10px;
  right: -8px;
  cursor: pointer;
}
.wishlist-popup .btn {
  letter-spacing: 0.25em;
  padding: 0.8125rem 0;
  border-radius: 2px;
}

.porto-products.outimage_aq_onimage2 .yith-wcwl-add-to-wishlist,
.porto-products.outimage_aq_onimage .yith-wcwl-add-to-wishlist {
  display: none;
}

/* yith wishlist pro compatibility */
.yith-wcwl-dropdown {
  font-size: 0.875rem;
  text-align: left;
}
.yith-wcwl-dropdown a {
  text-indent: 0;
  width: auto !important;
  opacity: 1 !important;
  vertical-align: baseline;
  line-height: inherit;
  height: auto;
  border: none !important;
  background: none !important;
  color: inherit !important;
  overflow: visible !important;
}
.yith-wcwl-dropdown a:hover {
  color: initial !important;
}
.yith-wcwl-dropdown .add_to_wishlist:before {
  content: none !important;
}
.yes-js .product-outimage_aq_onimage .yith-wcwl-dropdown, .yes-js .product-onimage .yith-wcwl-dropdown, .yes-js .product-onimage2 .yith-wcwl-dropdown, .yes-js .product-onimage3 .yith-wcwl-dropdown, .yes-js .product-wq_onimage .yith-wcwl-dropdown {
  right: 0;
}
.yes-js .product-awq_onimage .yith-wcwl-dropdown {
  left: -80px;
}

.yes-js .product-onimage .product-image {
  position: static;
}

.yith-wcwl-add-button.with-dropdown {
  padding: 0;
  min-height: 2rem;
}
.product-onimage3 .yith-wcwl-add-button.with-dropdown {
  z-index: 4 !important;
}

.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown {
  top: 100%;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* Quick View */
.quickview-wrap {
  width: 900px;
  padding: 15px;
}
@media (max-width: 991px) {
  .quickview-wrap {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .quickview-wrap {
    width: auto;
  }
  .quickview-wrap.skeleton-body {
    width: calc( 100vw - 40px );
  }
}
@media (max-width: 575px) {
  .quickview-wrap {
    padding: 0;
  }
  .quickview-wrap .row {
    margin-left: 0;
    margin-right: 0;
  }
  .quickview-wrap .summary-before,
.quickview-wrap .summary {
    padding-left: 0;
    padding-right: 0;
  }
}
.quickview-wrap .product .summary-before,
.quickview-wrap .product .entry-summary {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .quickview-wrap .product .summary-before {
    margin-bottom: 30px;
  }
}
.quickview-wrap .product-image-slider.owl-carousel {
  overflow: hidden;
}
.quickview-wrap .woocommerce-product-rating:after {
  content: none;
}
.quickview-wrap .variations_form:not(.vf_init) .reset_variations {
  display: none;
}

.quickview-wrap .summary .added_to_cart {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 0.5rem;
}
.quickview-wrap .summary .single_add_to_cart_button.loading {
  pointer-events: none;
  opacity: 0.75;
}
.quickview-wrap .summary .porto-loading-icon {
  position: static;
  width: 25px;
  height: 25px;
  margin: 0.5em;
}

/* Category page sidebar */
.woocommerce-page.archive .sidebar-content {
  border: 1px solid var(--porto-gray-5);
}
.woocommerce-page.archive .sidebar-content .widget-title {
  padding: 0;
  background: none;
  border: none;
}
.woocommerce-page.archive .sidebar-content .porto-separator {
  display: none;
}
.woocommerce-page.archive .sidebar-content aside.widget {
  border-bottom: 1px solid var(--porto-gray-5);
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}
.woocommerce-page.archive .sidebar-content aside.widget:last-child {
  border-bottom: none;
}
.woocommerce-page.archive .sidebar-content aside.widget .widget {
  margin-bottom: 0;
}
.woocommerce-page.archive .sidebar-content .widget > *:last-child,
.woocommerce-page.archive .sidebar-content .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .woocommerce-page.archive .mobile-sidebar aside.widget {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-page.archive .mobile-sidebar aside.widget:first-child {
    padding-top: 0;
  }
}
.woocommerce-page .sidebar-content .widget-title {
  font-weight: 600;
  font-size: 15px;
}

.sidebar .product-categories li > a {
  font-size: 14px;
  font-weight: 500;
}

.widget_product_categories ul li .toggle,
.wc-block-product-categories ul li .toggle {
  font-size: 11px;
  color: #222529 !important;
  font-family: Porto;
}
.widget_product_categories ul li .toggle:before,
.wc-block-product-categories ul li .toggle:before {
  content: "";
}
.widget_product_categories ul li.current > .toggle:before,
.widget_product_categories ul li.open > .toggle:before,
.wc-block-product-categories ul li.current > .toggle:before,
.wc-block-product-categories ul li.open > .toggle:before {
  content: "";
}
.widget_product_categories ul li.closed > .toggle:before,
.wc-block-product-categories ul li.closed > .toggle:before {
  content: "";
}