/*------------------------------------------------------------------
[Table of contents]
1. form
2. utilities
3. theme effect
4. buttons
5. alerts
6. woocommerce
7. woocommerce widgets
-------------------------------------------------------------------*/
/**
* Web Application Prefix Apply For Making Owner Styles
*/
/**
 *   Blocks Layout Selectors
 */
/********* LAYOUT **************/
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
@keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate_icon {
  100% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* 1. form */
.btn-action-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  color: var(--jobtex-link-color);
  background-color: #F5F5F2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

@media (min-width: 1200px) {
  .btn-action-icon {
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
  }
}

.btn-action-icon:focus, .btn-action-icon:hover {
  color: #fff;
  background-color: var(--jobtex-theme-color);
}

.btn-action-icon:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-action-icon.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-action-icon sup {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  padding: 3px 7px;
  border-radius: 50%;
  background: var(--jobtex-theme-color);
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1;
  line-height: 1;
}

.tooltip-inner {
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .btn-show-filter i {
    font-size: 25px !important;
    vertical-align: middle;
  }
}

.btn-candidate-alert:before,
.btn-job-alert:before {
  content: "\f142";
  font-family: "Flaticon";
  margin-left: 10px;
  font-size: 25px;
  line-height: 0;
  vertical-align: sub;
  display: inline-block;
}

.btn-outline.btn-default {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-outline.btn-default:hover {
  color: var(--jobtex-theme-color);
  border-color: #fff;
  background: #fff;
}

.btn-outline.btn-primary {
  background: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}

.btn-outline.btn-primary:hover {
  color: #fff;
  border-color: #0d6efd;
  background: #0d6efd;
}

.btn-outline.btn-success {
  background: transparent;
  border-color: #198754;
  color: #198754;
}

.btn-outline.btn-success:hover {
  color: #FFFFFF;
  border-color: #198754;
  background: #198754;
}

.btn-outline.btn-info {
  background: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}

.btn-outline.btn-info:hover {
  color: #FFFFFF;
  border-color: #0dcaf0;
  background: #0dcaf0;
}

.btn-outline.btn-danger {
  background: transparent;
  border-color: #dc3545;
  color: #dc3545;
}

.btn-outline.btn-danger:hover {
  color: #FFFFFF;
  border-color: #dc3545;
  background: #dc3545;
}

.btn-outline.btn-warning {
  background: transparent;
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline.btn-warning:hover {
  color: #FFFFFF;
  border-color: #ffc107;
  background: #ffc107;
}

.btn-inverse.btn-primary:hover {
  color: #0d6efd;
  background: #FFFFFF;
}

.btn-inverse.btn-success:hover {
  color: #198754;
  background: #FFFFFF;
}

.btn-inverse.btn-info:hover {
  color: #0dcaf0;
  background: #FFFFFF;
}

.btn-inverse.btn-danger:hover {
  color: #dc3545;
  background: #FFFFFF;
}

.btn-inverse.btn-warning:hover {
  color: #ffc107;
  background: #FFFFFF;
}

.btn-inverse.btn-theme:hover {
  color: var(--jobtex-theme-color);
  background: #FFFFFF;
}

.btn-compare.btn-outline {
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e9e9e9;
  height: calc(1.65em + (1.36rem + 2px));
}

.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
  color: #fff;
  background: #4c4c4c;
  border-color: #4c4c4c;
}

.reamore {
  font-size: 14px;
  font-weight: 500;
  color: var(--jobtex-theme-color) !important;
  text-transform: uppercase;
  padding: 0 0 4px;
  border-bottom: 2px solid var(--jobtex-theme-color);
}

.btn-browse {
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  line-height: 1.42857143;
}

.btn-browse:hover, .btn-browse:focus {
  background: var(--jobtex-theme-color);
  color: #fff;
  border-color: var(--jobtex-theme-color);
}

.apus-loadmore-btn {
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.apus-loadmore-btn:hover, .apus-loadmore-btn:focus {
  color: var(--jobtex-theme-color);
}

.viewmore-products-btn {
  position: relative;
}

.viewmore-products-btn:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  background: rgba(255, 255, 255, 0.9) url(../images/loading-quick.gif) no-repeat scroll center center/20px auto;
}

.viewmore-products-btn.loading:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

button:focus,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.radius-0 {
  border-radius: 0 !important;
}

.radius-circle {
  border-radius: 100px !important;
}

.btn-3d {
  -webkit-box-shadow: 0 0 10px 0 var(--jobtex-theme-color-08);
  box-shadow: 0 0 10px 0 var(--jobtex-theme-color-08);
}

.read-more {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--jobtex-theme-color);
}

.btn-white {
  background: #fff;
  color: var(--jobtex-link-color);
  border-color: #fff;
}

.btn-white:active, .btn-white:hover {
  background: #fff;
  color: var(--jobtex-link-color);
  border-color: #fff;
  text-decoration: underline;
}

.btn-purple {
  background: #bc7cbf;
  color: #fff;
  border-color: #bc7cbf;
}

.btn-purple:active, .btn-purple:hover {
  color: #fff;
  background: #b36bb7;
  border-color: #b36bb7;
}

.btn-brown {
  background: transparent;
  color: #c0c0c0;
  border-color: #4e4f4f;
}

.btn-brown:focus, .btn-brown:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-back {
  padding: 8px 15px;
  border-radius: 2px;
  background: rgba(255, 58, 114, 0.1);
  color: #ff7c39;
  border-color: #ff7c39;
}

.btn-back:focus, .btn-back:hover {
  color: #fff;
  background: #ff3a72;
  border-color: #ff7c39;
}

.btn-white.btn-br-white {
  background: #fff;
  color: var(--jobtex-link-color);
  border-color: #fff;
}

.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
  color: var(--jobtex-link-color);
  background: #d9d9d9;
  border-color: #d9d9d9;
}

.btn-readmore {
  text-decoration: underline;
  font-size: 14px;
}

.btn-lighten {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.btn-lighten:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.btn-outline.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.btn-pink {
  color: #e3a3a2;
  background-color: #fff;
  border-color: #e3a3a2;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-pink:hover {
  color: #000;
  background-color: white;
  border-color: #e6acab;
}

.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000;
  background-color: white;
  border-color: #e6acab;
  box-shadow: 0 0 0 0.25rem rgba(227, 163, 162, 0.5);
}

.btn-check:checked + .btn-pink,
.btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
.show > .btn-pink.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #e6acab;
}

.btn-check:checked + .btn-pink:focus,
.btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(227, 163, 162, 0.5);
}

.btn-pink:disabled, .btn-pink.disabled {
  color: #000;
  background-color: #fff;
  border-color: #e3a3a2;
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
  background: #fff !important;
  color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.btn-theme {
  color: #fff;
  background-color: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
  color: #fff;
  background-color: var(--jobtex-theme-hover-color);
  border-color: var(--jobtex-theme-hover-color);
}

.btn-theme.btn-outline {
  color: var(--jobtex-link-color);
  border-color: var(--jobtex-theme-color);
  background: transparent;
}

.btn-theme.btn-outline:hover, .btn-theme.btn-outline:active {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.more-link {
  color: var(--jobtex-theme-color);
  font-size: 14px;
}

.more-link:hover {
  text-decoration: underline;
}

/* Search
------------------------------------------------*/
.search-popup .dropdown-menu {
  padding: 10px;
}

.btn-action {
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.searchform .input-search {
  padding: 15px;
  line-height: 1.5;
}

.searchform .btn-search {
  vertical-align: top;
  color: #adafac;
  padding: 12px 1.9rem;
}

.searchform .input-group-btn {
  line-height: 100%;
}

.search-category .wpo-search-inner label.form-control {
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.search-category select {
  border: none;
  text-transform: capitalize;
  font-weight: 500;
}

/* comment form
------------------------------------------------*/
.chosen-container {
  width: 100% !important;
}

.input-group-form {
  border-radius: 3px;
  background: transparent;
  margin: 0 0 5px 0;
}

.input-group-form .form-control-reversed {
  border: 0px;
  background: #999999;
  color: #cccccc;
  height: 34px;
}

.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark-outline {
  background: #fff;
  border-color: #E5E5E5;
  color: var(--jobtex-link-color);
  font-weight: 500;
  padding: 6px 15px;
}

.btn-dark-outline i {
  margin-left: 5px;
  font-size: 20px;
  line-height: 1;
  vertical-align: text-bottom;
}

.btn-dark-outline:hover, .btn-dark-outline:focus {
  color: #fff;
  background: var(--jobtex-link-color);
  border-color: var(--jobtex-link-color);
}

.btn {
  white-space: nowrap;
}

.btn-login i, .btn-login svg {
  margin-left: 5px;
  vertical-align: bottom;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

/* 2. theme effect */
.effect-1 {
  position: relative;
}

.effect-1:after {
  content: '';
  display: block;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  margin: auto;
}

.effect-1:hover:after {
  width: 100%;
  height: 1px;
  background: var(--jobtex-theme-color);
}

.zoom-2 {
  overflow: hidden;
  display: block;
  border-radius: 3px;
}

.zoom-2 img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.zoom-2:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.filter-grayscale {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.filter-grayscale:hover {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.filter-brightness {
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.filter-brightness:hover {
  filter: brightness(0.4);
  -webkit-filter: brightness(0.4);
  -moz-filter: brightness(0.4);
  -o-filter: brightness(0.4);
  -ms-filter: brightness(0.4);
}

.filter-blur {
  -webkit-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.filter-blur:hover {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}

.close .fa {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.close:hover .fa {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.image-overlay-1:after, .image-overlay-1:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-overlay-1:after {
  top: -100%;
}

.image-overlay-1:before {
  bottom: -100%;
}

.image-overlay-1:hover:after {
  top: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-overlay-1:hover:before {
  bottom: -50%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.image-plus-1 {
  position: relative;
}

.image-plus-1::before {
  overflow: hidden;
  position: absolute;
  top: 0;
  content: "";
  z-index: 100;
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}

.image-plus-1:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-plus-2 {
  position: relative;
}

.image-plus-2::before {
  content: "";
  z-index: 199;
  top: 0;
  position: absolute;
  background: url("../images/plus.png") no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-background-size: 10px 10px, 100% 100%;
  -moz-background-size: 10px 10px, 100% 100%;
  -ms-background-size: 10px 10px, 100% 100%;
  -o-background-size: 10px 10px, 100% 100%;
  background-size: 10px 10px, 100% 100%;
}

.image-plus-2:hover::before {
  opacity: .6;
  visibility: visible;
  -webkit-background-size: 60px 60px, 100% 100%;
  -moz-background-size: 60px 60px, 100% 100%;
  -ms-background-size: 60px 60px, 100% 100%;
  -o-background-size: 60px 60px, 100% 100%;
  background-size: 60px 60px, 100% 100%;
}

.image-plus-3 {
  position: relative;
}

.image-plus-3::before {
  content: "";
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  -webkit-transform: scale(0.5) rotateX(180deg);
  -moz-transform: scale(0.5) rotateX(180deg);
  -ms-transform: scale(0.5) rotateX(180deg);
  -o-transform: scale(0.5) rotateX(180deg);
  transform: scale(0.5) rotateX(180deg);
  width: 100%;
  height: 100%;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(0, 0, 0, 0.8);
}

.image-plus-3:hover::before {
  visibility: visible;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -ms-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}

@keyframes scale {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    -o-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8) translateY(50px);
    -moz-transform: scale(0.8) translateY(50px);
    -ms-transform: scale(0.8) translateY(50px);
    -o-transform: scale(0.8) translateY(50px);
    transform: scale(0.8) translateY(50px);
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes fancy {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(110px) rotateY(-20deg);
    -moz-transform: translateY(110px) rotateY(-20deg);
    -ms-transform: translateY(110px) rotateY(-20deg);
    -o-transform: translateY(110px) rotateY(-20deg);
    transform: translateY(110px) rotateY(-20deg);
    transform-origin: right;
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes fancy {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(110px) rotateY(-20deg);
    -moz-transform: translateY(110px) rotateY(-20deg);
    -ms-transform: translateY(110px) rotateY(-20deg);
    -o-transform: translateY(110px) rotateY(-20deg);
    transform: translateY(110px) rotateY(-20deg);
    transform-origin: right;
    transition-property: opacity, transform;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translate3d(0, 3rem, 0);
    transform: translate3d(0, 3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translate3d(-3rem, 0, 0);
    transform: translate3d(-3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translate3d(3rem, 0, 0);
    transform: translate3d(3rem, 0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translate3d(0, -3rem, 0);
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.scale {
  animation-name: scale;
}

.fancy {
  animation-name: fancy;
}

.slide-up {
  animation-name: slide-up;
}

.slide-left {
  animation-name: slide-left;
}

.slide-right {
  animation-name: slide-right;
}

.slide-down {
  animation-name: slide-down;
}

.delay-1 {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-2 {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-3 {
  transition-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* 3. woocommerce */
/*-------------------------------------------
    Style for woocommerce
-------------------------------------------*/
.added_to_cart,
.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
  border-radius: 4px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 16px 20px !important;
  border: 1px solid var(--jobtex-theme-color);
  background: var(--jobtex-theme-color);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: #fff;
}

@media (min-width: 1200px) {
  .added_to_cart,
  .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
  .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
  .woocommerce #respond input#submit, .woocommerce input.button, .woocommerce button.button, .woocommerce a.button {
    padding: 16px 30px !important;
  }
}

.added_to_cart:hover, .added_to_cart:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus, .woocommerce input.button:disabled[disabled]:hover, .woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus, .woocommerce input.button:hover, .woocommerce input.button:focus, .woocommerce button.button:hover, .woocommerce button.button:focus, .woocommerce a.button:hover, .woocommerce a.button:focus {
  background: var(--jobtex-theme-hover-color);
  border-color: var(--jobtex-theme-hover-color);
  color: #fff;
}

.pp_gallery ul {
  height: auto;
}

.pp_gallery ul a {
  height: auto;
}

.woocommerce table.shop_attributes {
  border: 0;
}

.woocommerce table.shop_attributes th {
  color: var(--jobtex-link-color);
  font-size: 14px;
  text-transform: capitalize;
  width: 30%;
  padding: 18px 0;
  background-color: #fff !important;
  border-bottom: 1px solid #E5E5E5;
}

.woocommerce table.shop_attributes td {
  padding: 18px 0;
  background-color: #fff !important;
  border-bottom: 1px solid #E5E5E5;
}

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

.woocommerce div.product form.cart .variations select {
  height: 40px;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-left: 1.9rem;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  top: 50%;
  left: 0;
  color: var(--jobtex-theme-color);
  margin: 0;
  z-index: 3;
  width: 100%;
  margin-top: -8px;
}

.woocommerce #respond input#submit.loading:before, .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 2;
  position: absolute;
  top: -1px;
  right: -1px;
  background: #fff;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: '';
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  border: 1px solid var(--jobtex-theme-color);
  background: var(--jobtex-theme-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:active {
  background: var(--jobtex-theme-hover-color);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #fff;
}

@media (min-width: 1200px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.33%;
  }
  .woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n + 1) {
    clear: right;
  }
}

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

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

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img:active, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border-color: var(--jobtex-theme-color);
}

.shop-pagination .apus-pagination {
  margin: 0;
  float: right;
}

.shop-pagination .woocommerce-result-count {
  float: left;
  margin: 5px 0 0;
}

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

.detail-shop {
  max-width: 1200px !important;
}

table.variations .tawcvs-swatches .swatch-color {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  border: none;
  margin-left: 15px;
}

table.variations .tawcvs-swatches .swatch-color:before {
  display: none !important;
}

table.variations .tawcvs-swatches .swatch-color:after {
  content: '';
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 26px;
  height: 26px;
  border: 5px solid #fff;
}

table.variations .tawcvs-swatches .swatch-color.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.variations .tawcvs-swatches .swatch-color.selected:after {
  top: 1px;
  right: 1px;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
}

table.variations .tawcvs-swatches .swatch-label {
  font-size: 12px;
  font-weight: 400;
  color: var(--jobtex-text-color);
  padding: 9px;
  display: inline-block;
  line-height: 1;
  background: #f2f3f5;
  min-width: 30px;
  text-align: center;
  height: auto;
  width: auto;
  border: none !important;
  border-radius: 50%;
  margin-left: 8px;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
}

table.variations .tawcvs-swatches .swatch-label.selected {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--jobtex-theme-color);
  color: #fff;
}

.woocommerce div.product form.cart .variations td.label {
  padding: 10px 0;
  text-align: inherit;
  display: table-cell;
  vertical-align: middle;
}

.woocommerce div.product form.cart .variations td.label label {
  margin: 0;
}

.woocommerce div.product form.cart.swatches-support .variations td.label {
  vertical-align: top;
}

.woocommerce div.product form.cart .reset_variations {
  color: #dc3545;
}

.woocommerce div.product form.cart .reset_variations i {
  font-size: 12px;
  margin-left: 3px;
  color: #e23e1d;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  display: none;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: 1.65;
  resize: none;
  border: 1px solid #E5E5E5;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  text-align: inherit;
}

.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  filter: alpha(opacity=100);
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--jobtex-theme-color);
  background-color: #fff;
}

.refund-shop {
  margin-bottom: 30px;
}

.woocommerce form .form-row textarea {
  padding: 20px;
  height: 150px;
  resize: none;
}

@media (min-width: 1200px) {
  .woocommerce form .form-row textarea {
    height: 200px;
  }
}

.woocommerce table.wishlist_table thead th {
  padding: 10px 0;
  color: var(--jobtex-heading-color);
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 992px) {
  .woocommerce table.wishlist_table thead th {
    padding: 20px 0;
  }
}

.woocommerce table.wishlist_table tbody td {
  padding: 10px 0;
  text-align: inherit;
  border-width: 0 0 1px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 992px) {
  .woocommerce table.wishlist_table tbody td {
    padding: 20px 0;
  }
}

.woocommerce table.wishlist_table tfoot td {
  border: none;
}

.woocommerce table.wishlist_table {
  font-size: 1rem;
}

.woocommerce table.wishlist_table .product-name {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .woocommerce table.wishlist_table .product-name {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.woocommerce table.wishlist_table .media-body {
  width: auto;
}

.woocommerce table.wishlist_table .product-thumbnail a {
  display: block;
  width: 80px;
}

@media (min-width: 1200px) {
  .woocommerce table.wishlist_table .product-thumbnail a {
    width: 170px;
  }
}

.yith-wcwl-share {
  margin: 20px 0;
}

.yith-wcwl-share > * {
  vertical-align: middle;
  display: inline-block;
}

.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 18px;
  margin: 0;
  padding-left: 10px;
}

.yith-wcwl-share ul li + li {
  margin-right: 5px;
}

#yith-wcwl-popup-message {
  line-height: inherit;
  color: #198754;
}

#yith-wcwl-popup-message {
  border: 1px solid #198754;
}

.track_order {
  max-width: 770px;
  margin: auto;
  padding: 15px;
  background: #f2f3f5;
}

@media (min-width: 992px) {
  .track_order {
    padding: 70px;
  }
}

.track_order .form-row {
  width: 100% !important;
}

.track_order .form-row input.input-text {
  padding: 5px 20px;
  background: #fff !important;
  height: calc(1.65em + (1.36rem + 2px));
}

.track_order .form-row:last-child {
  margin-bottom: 0;
}

.track_order .form-row label {
  font-family: var(--jobtex-main-font);
  color: var(--jobtex-link-color);
}

.woocommerce-message {
  line-height: 2.5;
}

.apus-filter .woocommerce-message {
  display: none;
}

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

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 10px;
}

#add_payment_method #payment ul.payment_methods li .payment_box, .woocommerce-cart #payment ul.payment_methods li .payment_box, .woocommerce-checkout #payment ul.payment_methods li .payment_box {
  padding: 5px 25px 0 0;
  margin: 0;
  font-size: 15px;
  background-color: transparent !important;
  color: var(--jobtex-text-color);
}

#add_payment_method #payment ul.payment_methods li .payment_box:before, .woocommerce-cart #payment ul.payment_methods li .payment_box:before, .woocommerce-checkout #payment ul.payment_methods li .payment_box:before {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
  display: inline;
  font-size: 18px;
  cursor: pointer;
  font-weight: 400;
  color: var(--jobtex-link-color);
}

#add_payment_method #payment ul.payment_methods li .about_paypal, .woocommerce-cart #payment ul.payment_methods li .about_paypal, .woocommerce-checkout #payment ul.payment_methods li .about_paypal {
  margin: 0 10px;
  float: none;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin-left: 10px;
}

.icon-thankyou {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 21px;
  color: var(--jobtex-theme-color);
  background-color: var(--jobtex-theme-color-015);
}

@media (min-width: 1200px) {
  .icon-thankyou {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }
}

.woocommerce table.shop_table {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table {
    border-radius: 8px;
  }
}

.woocommerce table.shop_table th {
  border: 0;
  padding: 15px;
  color: var(--jobtex-link-color);
  font-size: 1rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table th {
    padding: 25px 30px;
  }
}

.woocommerce table.shop_table .reader-text {
  display: none;
}

.woocommerce table.shop_table td {
  border: none;
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
  padding: 15px;
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table td {
    padding: 30px;
  }
}

.woocommerce table.shop_table .quantity-wrapper > label {
  display: none;
}

.woocommerce table.shop_table .product-remove .remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: var(--jobtex-text-color) !important;
  background-color: transparent !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
}

.woocommerce table.shop_table .product-remove .remove:hover, .woocommerce table.shop_table .product-remove .remove:active {
  color: #dc3545 !important;
}

.woocommerce table.shop_table tbody .actions p {
  margin: 0;
}

.woocommerce table.shop_table tbody .product-subtotal {
  color: var(--jobtex-link-color);
  font-size: 16px;
  font-weight: 700;
}

.woocommerce table.shop_table tbody .product-name {
  font-weight: 700;
  font-size: 16px;
}

.woocommerce table.shop_table tbody .cart-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
  color: var(--jobtex-link-color);
  font-size: 1rem;
  font-weight: 400;
}

.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
    font-size: 20px;
  }
}

.woocommerce table.shop_table thead {
  background-color: #F5F5F5;
}

.woocommerce table.shop_table .list-bundles {
  font-size: 14px;
  list-style: none;
  padding-right: 25px;
}

.woocommerce table.shop_table .list-bundles strong {
  font-weight: 500;
}

.woocommerce table.shop_table .list-bundles ul {
  list-style: inside none disc;
  padding: 0;
  margin: 0;
}

.woocommerce .cart_totals > h2 {
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .woocommerce .cart_totals > h2 {
    font-size: 20px;
  }
}

.woocommerce .cart_totals table.shop_table {
  border: none;
  margin: 0;
}

.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  border-color: #E5E5E5;
  padding: 10px 0;
  background-color: transparent !important;
}

@media (min-width: 1200px) {
  .woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
    padding: 15px 0;
  }
}

.woocommerce .cart_totals table.shop_table th {
  color: var(--jobtex-link-color);
  font-weight: 600;
  font-size: 1rem;
}

.woocommerce .cart_totals table.shop_table th + td {
  text-align: left;
}

.woocommerce .cart_totals .wc-proceed-to-checkout {
  padding: 10px 0 0;
}

.woocommerce .cart_totals .shipping-calculator-form {
  text-align: right;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  font-weight: 400;
}

#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
  padding: 0 !important;
  margin: 10px 0 0;
}

.woocommerce-info {
  border-color: var(--jobtex-theme-color);
  color: var(--jobtex-link-color);
  background: var(--jobtex-theme-color-005);
}

.woocommerce-info:before,
.woocommerce-info .showcoupon {
  color: var(--jobtex-theme-color);
}

.woocommerce-info .showcoupon {
  text-decoration: underline;
}

@media (min-width: 1440px) {
  form.woocommerce-cart-form,
  .details-check {
    padding-left: 50px;
  }
}

.details-check .col2-set > div {
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce #customer_details .woocommerce-shipping-fields,
.woocommerce #customer_details .woocommerce-account-fields {
  margin-top: 10px;
}

.woocommerce #customer_details h3.form-row {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  padding: 20px 0;
}

.woocommerce #customer_details .shipping_address > * > .select2-hidden-accessible {
  height: 0;
}

.woocommerce form .woocommerce-billing-fields > h3,
.woocommerce form .woocommerce-shipping-fields > h3 {
  font-size: 20px;
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .woocommerce form .woocommerce-billing-fields > h3,
  .woocommerce form .woocommerce-shipping-fields > h3 {
    font-size: 24px;
  }
}

.woocommerce form .woocommerce-billing-fields > h3 input[type="checkbox"],
.woocommerce form .woocommerce-shipping-fields > h3 input[type="checkbox"] {
  margin-left: 5px;
  vertical-align: middle;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: none;
}

.cart-collaterals {
  padding: 15px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .cart-collaterals {
    padding: 30px;
    border-radius: 8px;
  }
}

.cart-collaterals .select2-container--default.select2-container .select2-selection--single {
  background: #fff;
}

.cart-collaterals .input-text {
  font-size: 14px;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.yith-wcwl-add-button {
  position: relative;
}

.woocommerce div.product .product_title {
  font-size: 25px;
  margin: 0 0 10px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .woocommerce div.product .product_title {
    font-size: 30px;
  }
}

.woocommerce p.stars.selected a.active::before, .woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active):before {
  content: '';
}

.woocommerce div.product .stock {
  font-size: 1rem;
  color: var(--jobtex-text-color);
}

.woocommerce div.product .stock:before {
  content: "\f058";
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #64666C;
  font-size: 1rem;
  font-weight: 700;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  font-size: 12px;
  font-weight: 400;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: 700;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1;
  filter: alpha(opacity=100);
}

.variations label {
  color: var(--jobtex-text-color);
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400 !important;
  padding-left: 5px;
}

.variations .value {
  padding: 0;
}

.woocommerce div.product form.cart .group_table {
  border: none;
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .group_table .price del {
  font-size: 12px !important;
}

.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price ins {
  font-size: 15px !important;
  color: var(--jobtex-theme-color);
}

.woocommerce div.product form.cart .group_table label {
  font-weight: 500;
}

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

.woocommerce div.product form.cart .group_table td:first-child {
  padding-left: 0;
  text-align: right;
}

.woocommerce div.product form.cart .group_table .quantity .reader-text {
  display: none;
}

.woocommerce div.product form.cart.group_product {
  width: 100%;
}

.woocommerce div.product form.cart.group_product + .yith-wcwl-add-to-wishlist {
  margin: 10px 0 0;
}

.woocommerce div.product form.cart .group_table .label {
  padding: 0.5em;
  vertical-align: middle;
  font-size: 14px;
  display: table-cell;
  text-align: inherit;
  white-space: normal;
}

.woocommerce div.product form.cart .group_table .label label {
  font-weight: 400;
}

.woocommerce div.product form.cart .variations td {
  line-height: inherit;
  font-size: inherit;
  padding: 10px 0;
  vertical-align: middle;
}

.woocommerce div.product form.cart .variations td .tawcvs-swatches {
  padding: 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
  height: 50px;
  padding: 5px 20px !important;
  margin-left: 10px !important;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    margin-left: 20px !important;
  }
}

.woocommerce table.cart td.actions [name="update_cart"] {
  background-color: #fff;
  color: var(--jobtex-link-color);
  border-color: var(--jobtex-theme-color);
}

.woocommerce table.cart td.actions [name="update_cart"]:hover, .woocommerce table.cart td.actions [name="update_cart"]:focus {
  color: #fff;
  background-color: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.page-cart {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .page-cart {
    margin-bottom: 50px;
  }
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 70px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.woocommerce .percent-sale,
.woocommerce span.onsale {
  color: #fff;
  font-size: 12px;
  background: var(--jobtex-theme-color);
  padding: 6px 10px;
  position: absolute;
  text-align: center;
  right: 0;
  text-transform: uppercase;
  top: 0;
  min-height: auto;
  z-index: 9;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
}

.woocommerce .percent-sale:before,
.woocommerce span.onsale:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 6px;
  border-width: 3px;
  border-style: solid;
  border-color: var(--jobtex-theme-color) transparent transparent var(--jobtex-theme-color);
}

.popup-cart .title-count,
.popup-cart .title-add {
  font-size: 20px;
  margin: 0 0 20px;
}

.popup-cart .gr-buttons {
  margin: 50px 0 0;
}

.popup-cart .title-add {
  color: #198754;
}

.popup-cart .image img {
  max-width: 100px;
}

.popup-cart .name {
  margin: 30px 0 0;
}

.popup-cart .widget-product {
  margin-top: 30px;
}

#apus-cart-modal .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}

#apus-cart-modal .modal-content {
  background: #ffffff none repeat scroll 100% 0;
  min-width: 1000px;
  max-width: 100%;
  margin-top: 50px;
}

#apus-cart-modal .modal-body {
  padding: 60px;
}

.name {
  font-size: 1rem;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.product-block {
  position: relative;
}

.product-block .sale-perc {
  background: #fd5f5c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 0 5px;
  line-height: 1.7;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: 12px;
  z-index: 8;
}

.product-block .out-of-stock {
  background: #d4d4d4;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 8px;
  position: absolute;
  left: 12px;
  text-transform: uppercase;
  top: 12px;
  z-index: 8;
}

.product-block .image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
}

.product-block .image .downsale {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  padding: 2px 10px;
  border-radius: 2px;
  background: #d42e2e;
  color: #fff;
}

.product-block .image img {
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.product-block .image .image-effect {
  top: 0;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-block .image .image-no-effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-block .block-inner:hover .image .image-hover {
  opacity: 0;
  filter: alpha(opacity=0);
}

.product-block .block-inner:hover .image .image-effect {
  opacity: 1;
  filter: alpha(opacity=100);
}

.product-block .block-inner.text-center .image img {
  margin: auto;
}

.product-block .block-inner.text-center .image .image-effect {
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

.product-block .rating > * {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 !important;
  float: none;
}

.product-block .rating .counts {
  color: #999591;
  font-size: 13px;
}

.product-block .feedback,
.product-block .sub-title {
  display: none;
}

.product-block .product-image {
  position: relative;
  display: block;
}

.product-block .metas {
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-block.grid {
  position: relative;
  margin: 0 0 15px;
  padding: 15px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .product-block.grid {
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 25px;
  }
}

.product-block.grid .name {
  font-size: 18px;
}

@media (min-width: 1200px) {
  .product-block.grid .name {
    font-size: 20px;
  }
}

.product-block.grid .image.out .product-image {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.product-block.grid .groups-button {
  margin-top: 15px;
}

.product-block.grid .groups-button .button.added,
.product-block.grid .groups-button .add_to_cart_button.added {
  display: none;
}

.product-block.grid .groups-button .button {
  color: var(--jobtex-link-color);
  background: #fff;
  border-color: var(--jobtex-theme-color);
}

.product-block.grid .product-cat {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.product-block.grid .product-cat a {
  color: var(--jobtex-theme-color);
}

.product-block.grid .add-cart .added_to_cart,
.product-block.grid .add-cart .button {
  width: 100%;
}

.product-block.grid:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
  box-shadow: 0 10px 25px 0 rgba(54, 95, 104, 0.1);
}

.product-block.grid:hover .groups-button .button {
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
  color: #fff;
}

@media (min-width: 768px) {
  .product-block-search .price {
    margin-bottom: 15px;
    display: block;
  }
}

.product-block-search h4.entry-title {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .product-block-search .groups-button {
    display: none;
  }
}

.products-list .product-block-list {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .products-list .product-block-list {
    margin: 0 0 30px;
  }
}

.product-block-list {
  padding: 15px;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .product-block-list {
    padding: 30px;
    background: #fff;
  }
}

.product-block-list .onsale {
  top: 0 !important;
  right: 0 !important;
}

.product-block-list:hover {
  border-color: var(--jobtex-theme-color);
}

.product-block-list .quickview {
  font-size: 13px;
  display: block;
  text-align: center;
  background: #f1f3fa;
  color: var(--jobtex-link-color);
  padding: 9px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-block-list .quickview:hover, .product-block-list .quickview:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
}

.product-block-list .quickview.loading {
  position: relative;
}

.product-block-list .quickview.loading:before {
  font-family: 'WooCommerce';
  content: '\e01c';
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: absolute;
  top: 11px;
  left: 46%;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  color: var(--jobtex-text-color);
  z-index: 9;
}

.product-block-list .quickview.loading:after {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  content: '';
}

.product-block-list .product-cat {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.product-block-list .name {
  font-family: var(--jobtex-main-font);
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .product-block-list .name {
    font-size: 30px;
  }
}

.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
  display: none;
}

.product-block-list .cate-wrapper {
  margin: 0 0 8px;
}

.product-block-list .cate-wrapper .product-cats {
  margin: 0;
}

.product-block-list .compare {
  white-space: nowrap;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  border: 1px solid #E5E5E5;
  line-height: 1;
}

.product-block-list .compare.added, .product-block-list .compare:hover, .product-block-list .compare:focus {
  color: #fff;
  border-color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color);
}

.product-block-list .add-cart {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .product-block-list .add-cart {
    margin-top: 20px;
  }
}

.product-block-list .add-cart .added {
  display: none !important;
}

.product-block-list .add-cart .wc-forward {
  width: 100%;
}

.product-block-list .add-cart .added_to_cart,
.product-block-list .add-cart a.button {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: var(--jobtex-theme-color);
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  border: 1px solid var(--jobtex-theme-color);
  line-height: 1;
}

.product-block-list .add-cart .added_to_cart:hover, .product-block-list .add-cart .added_to_cart:focus,
.product-block-list .add-cart a.button:hover,
.product-block-list .add-cart a.button:focus {
  color: #fff;
  background: var(--jobtex-theme-color);
  border-color: var(--jobtex-theme-color);
}

.product-block-list .add-cart .added_to_cart.loading:after,
.product-block-list .add-cart a.button.loading:after {
  margin-top: -7px;
}

.product-block-list .top-list-info {
  position: relative;
}

.product-block-list .top-list-info .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  left: 0;
}

.product-block-list .yith-wcwl-add-to-wishlist {
  display: inline-block;
}

.product-block-list .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.product-block-list .yith-wcwl-add-to-wishlist a:hover, .product-block-list .yith-wcwl-add-to-wishlist a:focus {
  color: var(--jobtex-theme-color);
}

.product-block-list .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: var(--jobtex-theme-color);
}

.product-block-list .rating {
  margin-bottom: 15px;
}

.product-block-list .rating > * {
  display: inline-block;
  float: none;
  vertical-align: text-top;
  line-height: 1;
}

.product-block-list .rating .counts {
  margin-right: 2px;
}

.product-block-list .price {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px !important;
  color: var(--jobtex-theme-color) !important;
  margin: 0;
}

@media (min-width: 1200px) {
  .product-block-list .price {
    margin-top: 20px;
  }
}

.product-block-list .price del {
  color: #b7b7b7;
  font-family: var(--bs-font-sans-serif);
  font-size: 14px !important;
}

.product-block-list .avaibility-wrapper {
  margin-bottom: 20px;
  font-size: 14px;
}

.product-block-list .bottom-list {
  margin-top: 35px;
}

.product-block-list .bottom-list > div {
  float: right;
}

.product-block-list .flex-middle {
  overflow: hidden;
}

.product-block-list .left-infor {
  padding-right: 20px;
  position: relative;
}

@media (min-width: 1200px) {
  .product-block-list .left-infor {
    padding-right: 30px;
  }
}

.product-block-list .left-infor:before {
  content: '';
  position: absolute;
  top: -200px;
  right: 0;
  width: 1px;
  height: 1000px;
  background: #E5E5E5;
}

.product-block-list .bottom-list > * {
  display: inline-block;
  vertical-align: top;
}

.product-block-list .wrapper-image {
  position: relative;
}

.product-block-list .wrapper-image .quickview {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 8;
}

.product-block-list .wrapper-image .swatches-wrapper {
  z-index: 8;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 20px;
}

.product-block-list .wrapper-image .swatches-wrapper li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.product-block-list .wrapper-image .swatches-wrapper li:last-child {
  margin-left: 0;
}

.product-block-list .wrapper-image .swatches-wrapper .label {
  padding: 5px 8px;
  font-size: 1rem;
  color: var(--jobtex-text-color);
  font-weight: 500;
  display: inline-block;
  background: #fff;
  border-radius: 0;
}

.product-block-list .wrapper-image .swatches-wrapper .swatch-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.product-block-list .wrapper-image:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.shop-list-small {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #E5E5E5;
  padding: 10px;
}

@media (min-width: 1200px) {
  .shop-list-small {
    padding: 30px;
  }
}

.shop-list-small .content-left {
  width: 110px;
  padding: 0 0 0 15px;
  float: right;
}

.shop-list-small .content-body {
  overflow: hidden;
  width: calc(100% - 110px);
}

.shop-list-small .name {
  margin: 0 0 2px;
  font-size: 16px;
  font-family: var(--jobtex-main-font);
}

.shop-list-small:hover {
  border-color: var(--jobtex-theme-color);
  z-index: 2;
}

.shop-list-normal {
  margin-bottom: 20px;
}

.shop-list-normal .content-left {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 90px;
  float: right;
  border: 1px solid #E5E5E5;
  padding: 5px;
}

@media (min-width: 1200px) {
  .shop-list-normal .content-left {
    width: 110px;
  }
}

.shop-list-normal .content-body {
  width: calc(100% - 90px);
  overflow: hidden;
  margin-right: 15px;
}

@media (min-width: 1200px) {
  .shop-list-normal .content-body {
    padding-right: 25px;
    width: calc(100% - 110px);
  }
}

.shop-list-normal .name {
  margin: 0 0 2px;
  font-size: 16px;
}

.shop-list-normal:hover .content-left {
  border-color: var(--jobtex-theme-color);
}

.shop-list-smallest .name a {
  color: var(--jobtex-link-color);
}

.shop-list-smallest .name a:hover, .shop-list-smallest .name a:active {
  color: var(--jobtex-theme-color);
  text-decoration: none;
}

.shop-list-smallest .content-left {
  width: 90px;
  padding-left: 20px;
}

.woocommerce.carousel.inner-list-smallest {
  border-top: 1px solid #E5E5E5;
}

.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
  margin-bottom: 0;
  border-top: none;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  font-size: 14px;
  margin-right: 3px;
  color: var(--jobtex-text-color);
  vertical-align: middle;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

.single_variation_wrap div.qty {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--jobtex-text-color);
  margin-top: 10px;
  margin-left: 10px;
}

@media (min-width: 1024px) {
  .wrapper-shop {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.wrapper-shop .apus-pagination {
  border-top: 1px solid #E5E5E5;
  padding-top: 40px;
  margin-top: 0;
}

.wrapper-shop aside.sidebar {
  background: transparent;
}

.thumbnails-image ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnails-image .prev,
.thumbnails-image .next {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.thumbnails-image .thumb-link {
  display: block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 10px 0;
}

.thumbnails-image .thumb-link:hover, .thumbnails-image .thumb-link.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user_photo_thumbs {
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 10px 0 0;
}

.user_photo_thumbs li {
  display: inline-block;
  margin: 0 4px;
  width: 70px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.user_photo_thumbs li:hover, .user_photo_thumbs li.active, .user_photo_thumbs li:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.user_photo {
  margin-top: 50px;
}

.delivery_info {
  text-align: center;
  background: #f5f5f5;
  font-size: 14px;
  padding: 8px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.delivery_info:hover {
  background: gainsboro;
}

.delivery_info i {
  font-size: 16px;
  margin-left: 10px;
}

.details-product {
  color: var(--jobtex-text-color);
}

.details-product .shipping_info {
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media (min-width: 1200px) {
  .details-product .shipping_info {
    margin-top: 40px;
  }
}

.details-product .shipping_info:hover {
  color: var(--jobtex-text-color);
}

.details-product .shipping_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-product .shipping_info ul i {
  margin-left: 6px;
}

.details-product .shipping_info ul li {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .details-product .shipping_info ul li {
    margin-bottom: 5px;
  }
}

.details-product .shipping_info ul li:last-child {
  margin-bottom: 0;
}

.details-product .price-rating-wrapper {
  margin-top: 10px;
  clear: both;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .details-product .price-rating-wrapper {
    margin-top: 20px;
  }
}

.details-product .price-rating-wrapper .price {
  margin-left: 15px !important;
  line-height: 1.4;
}

.details-product .price-rating-wrapper .price del {
  display: block !important;
}

.details-product .price-rating-wrapper > * {
  display: inline-block;
  vertical-align: bottom;
}

.details-product .pro-info {
  margin: 0 0 20px;
}

@media (min-width: 1200px) {
  .details-product .pro-info {
    font-size: 30px;
  }
}

.details-product .popup-video {
  background: #fff;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  overflow: hidden;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  /* Safari 7.0+ */
  flex-direction: row;
  -webkit-flex-direction: row;
}

.details-product .popup-video i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 13px;
  text-align: center;
  text-indent: 3px;
}

.details-product .popup-video span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
  max-width: 0;
  padding: 0;
  overflow: hidden;
}

.details-product .popup-video:hover span {
  max-width: 280px;
  padding-left: 12px;
}

.details-product .product-cat {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}

.details-product .product-cat a {
  color: var(--jobtex-theme-color);
}

.details-product div.video {
  z-index: 8;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media (min-width: 768px) {
  .details-product div.video {
    bottom: 20px;
    right: 20px;
  }
}

.details-product .apus-countdown {
  margin-top: 5px;
}

.details-product .special-product {
  padding: 8px 0;
}

.details-product .apus-countdown .times {
  margin-bottom: 5px;
}

.details-product .apus-countdown .times > span {
  color: var(--jobtex-second-color);
  margin-bottom: 5px;
}

.details-product .apus-countdown .times > div {
  text-align: center;
  vertical-align: middle;
  min-width: 40px;
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 5px;
  padding: 8px;
}

.details-product .apus-countdown .times > div:first-child {
  margin-right: 0;
}

.details-product .apus-countdown .times > div span {
  font-weight: 500;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: 18px;
  display: block;
  color: var(--jobtex-link-color);
}

.details-product .top-content {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .details-product .top-content {
    margin-bottom: 80px;
  }
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
  border-color: var(--jobtex-theme-color);
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  max-width: 100%;
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:hover {
  border-color: var(--jobtex-theme-color);
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical {
  margin: 0;
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide {
  padding: 0;
  margin-bottom: 10px;
  border: none;
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow {
  text-align: center;
  background-color: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow i {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-outs 0s;
  -o-transition: all 0.2s ease-in-outs 0s;
  transition: all 0.2s ease-in-outs 0s;
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:hover i, .details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-arrow:focus i {
  color: #fff;
  background-color: var(--jobtex-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev {
  top: -40px;
  bottom: 100%;
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  width: 100%;
  right: 0;
  font-size: 11px;
}

.details-product .apus-woocommerce-product-gallery-thumbs.vertical .slick-next {
  width: 100%;
  top: 100%;
  bottom: inherit;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  font-size: 11px;
}

.details-product .image-mains {
  max-width: 100%;
  position: relative;
  text-align: center;
}

.details-product .image-mains .apus-woocommerce-product-gallery-wrapper.full-width {
  width: 100% !important;
  float: none !important;
}

.details-product .image-mains .slick-slide img {
  display: inline-block;
}

@media (max-width: 991px) {
  .details-product .image-mains.thumbnails-bottom .apus-woocommerce-product-gallery-wrapper {
    margin-bottom: 20px;
  }
}

.details-product .image-mains.thumbnails-bottom .wrapper-thumbs {
  margin-top: 20px;
}

.details-product .image-mains.thumbnails-bottom .wrapper-thumbs .slick-carousel {
  margin-right: -10px;
  margin-left: -10px;
}

.details-product .image-mains.thumbnails-bottom .wrapper-thumbs .slick-carousel .slick-slide {
  padding-right: 10px;
  padding-left: 10px;
}

.details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 100px);
  float: left;
}

@media (min-width: 1200px) {
  .details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
    width: calc(100% - 160px);
  }
}

.details-product .image-mains.thumbnails-left .wrapper-thumbs {
  float: right;
  width: 100px;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  .details-product .image-mains.thumbnails-left .wrapper-thumbs {
    padding-left: 30px;
    width: 160px;
  }
}

@media (max-width: 767px) {
  .details-product .image-mains.thumbnails-left .apus-woocommerce-product-gallery-wrapper {
    width: calc(100% - 70px);
  }
  .details-product .image-mains.thumbnails-left .wrapper-thumbs {
    width: 70px;
    padding-left: 10px;
  }
}

.details-product .image-mains.thumbnails-right .apus-woocommerce-product-gallery-wrapper {
  width: calc(100% - 160px);
  float: right;
}

.details-product .image-mains.thumbnails-right .wrapper-thumbs {
  float: left;
  width: 160px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .details-product .image-mains.thumbnails-right .wrapper-thumbs {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .details-product .image-mains.thumbnails-right .apus-woocommerce-product-gallery-wrapper {
    width: calc(100% - 70px);
  }
  .details-product .image-mains.thumbnails-right .wrapper-thumbs {
    width: 70px;
    padding-right: 10px;
  }
}

.details-product .description .title {
  font-size: 21px;
}

.details-product .apus-woocommerce-product-gallery-wrapper {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}

.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 2px 10px;
  border-radius: 0;
  background: #d42e2e;
  color: #fff;
}

.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery {
  margin: 0;
}

.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery .slick-slide {
  padding: 0;
}

.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 8;
  top: 15px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  left: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 0;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
  background: var(--jobtex-theme-color);
}

@media (min-width: 1200px) {
  .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
    top: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover, .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.details-product .apus-woocommerce-product-gallery-wrapper:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
  filter: alpha(opacity=100);
}

.details-product .woocommerce-product-details__short-description.hideContent {
  overflow: hidden;
  height: 60px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.details-product .woocommerce-variation-add-to-cart {
  width: 100%;
  overflow: hidden;
}

.details-product .list li {
  margin-bottom: 10px;
}

.details-product .list i {
  color: var(--jobtex-theme-color);
  margin-left: 5px;
}

.details-product .woocommerce-variation-price {
  margin-bottom: 15px;
}

.details-product .product_meta {
  overflow: hidden;
  clear: both;
  margin-top: 15px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .details-product .product_meta {
    margin-top: 30px;
  }
}

.details-product .product_meta > span {
  display: block;
  margin-bottom: 2px;
}

.details-product .product_meta > span a {
  color: var(--jobtex-text-color);
}

.details-product .product_meta > span a:hover, .details-product .product_meta > span a:focus {
  color: var(--jobtex-link-color);
}

.details-product .product_meta .sub_title {
  color: var(--jobtex-link-color);
  display: inline-block;
}

@media (min-width: 1200px) {
  .details-product .product_meta .sub_title {
    min-width: 110px;
  }
}

.details-product .information {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .details-product .information {
    padding-right: 10px;
  }
}

.details-product .information .summary {
  float: none !important;
  width: 100%;
  margin: 0 !important;
}

.details-product .information .single_variation_wrap {
  padding-top: 10px;
}

.details-product .information .price {
  color: var(--jobtex-link-color) !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .details-product .information .price {
    font-size: 30px !important;
  }
  .details-product .information .price del {
    font-size: 1rem !important;
  }
}

.details-product .information .woocommerce-product-rating {
  margin-bottom: 10px !important;
}

.details-product .information .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.details-product .information .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}

.details-product .information .woocommerce-product-details__short-description ul {
  font-size: inherit;
}

.details-product .information .woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
}

.details-product .information .woocommerce-product-details__short-description ul li:last-child {
  margin-bottom: 0;
}

.details-product .information .view-more-desc {
  font-size: 14px;
  color: #b7b7b7;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.details-product .information .view-more-desc:hover {
  color: var(--jobtex-link-color);
}

.details-product .information .view-more-desc.view-less {
  color: #dc3545;
}

.details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .details-product .information .woocommerce-product-details__short-description-wrapper.v2 {
    margin-bottom: 30px;
  }
}

.details-product .information .woocommerce-product-details__short-description-wrapper.v2 .woocommerce-product-details__short-description {
  margin-bottom: 3px;
}

.details-product .information .top-info-detail {
  margin-bottom: 15px;
}

.details-product .information .cart {
  width: 100%;
  margin: 0 0 10px !important;
}

.details-product .information .cart.grouped_form + .yith-wcwl-add-to-wishlist, .details-product .information .cart.variations_form + .yith-wcwl-add-to-wishlist {
  margin: 0;
}

@media (min-width: 1200px) {
  .details-product .information .cart {
    margin: 0 0 25px !important;
  }
}

.details-product .information .cart .group_table tr td:first-child div.quantity {
  margin: 0 !important;
}

.details-product .information .cart .group_table ~ .button {
  margin-right: 0;
}

.details-product .information .cart div.quantity-wrapper {
  overflow: hidden;
  margin: 0;
  float: right;
}

.details-product .information .cart div.quantity-wrapper > * {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.details-product .information .cart div.quantity-wrapper > label {
  display: none;
}

.details-product .information .cart .button {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .details-product .information .cart .button {
    margin-right: 15px;
    min-width: 240px;
    text-align: center;
  }
}

.details-product .information .cart .quantity.hidden + .button {
  margin: 0;
}

.details-product .information .cart.grouped_form .quantity-wrapper {
  margin: 0 !important;
}

.details-product .information .cart.grouped_form .quantity-wrapper label {
  display: none;
}

.details-product .information .compare {
  white-space: nowrap;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #4c4c4c;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50px;
  border: 1px solid #E5E5E5;
  line-height: 1;
}

.details-product .information .compare:hover, .details-product .information .compare:focus {
  color: #fff;
  border-color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color);
}

.details-product .information .compare.added {
  color: #fff;
  border-color: var(--jobtex-theme-color);
  background: var(--jobtex-theme-color);
}

.details-product .information .clear {
  display: none;
}

.details-product .information .product_title {
  clear: both;
}

.details-product .title-cat-wishlist-wrapper {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .details-product .title-cat-wishlist-wrapper {
    margin-bottom: 30px;
  }
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 5px;
  left: 0;
  margin: 0;
  line-height: 1;
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a {
  white-space: nowrap;
  display: inline-block;
  font-size: 24px;
  color: var(--jobtex-link-color);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:focus, .details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:hover {
  color: var(--jobtex-theme-color);
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
  color: var(--jobtex-theme-color);
}

.details-product .title-cat-wishlist-wrapper .yith-wcwl-add-to-wishlist a .sub-title {
  display: none;
}

.details-product .apus-social-share {
  margin-top: 10px;
}

.details-product .apus-social-share span {
  font-size: 15px;
  display: inline-block;
  margin-left: 15px;
}

.details-product .apus-social-share a {
  margin-left: 10px;
  display: inline-block;
  color: #b3b7c8;
}

@media (min-width: 1200px) {
  .details-product .apus-social-share a {
    margin-left: 15px;
  }
}

.details-product .apus-social-share a:hover, .details-product .apus-social-share a:active {
  color: var(--jobtex-theme-color);
}

.details-product .apus-discounts {
  margin: 20px 0 15px;
  padding: 15px 20px;
  background: #eceff6;
  font-size: 13px;
}

.details-product .apus-discounts ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.details-product .apus-discounts ul li {
  margin: 0 0 3px;
}

.details-product .apus-discounts .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #a7b5d5;
  font-size: 14px;
  border-radius: 50%;
  margin-left: 10px;
}

.details-product .apus-discounts .title {
  font-size: 18px;
  margin: 0 0 10px;
}

.details-product .product-free-gift {
  margin: 0 0 20px;
  padding: 15px 20px;
  background: #dc3545;
}

.details-product .product-free-gift .icon {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #e23e1d;
  font-size: 14px;
  border-radius: 50%;
  margin-left: 10px;
}

.details-product .product-free-gift .title {
  font-size: 18px;
  margin: 0 0 10px;
}

.details-product .product-free-gift .list-gift {
  font-size: 13px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-product .product-free-gift .list-gift li {
  margin-bottom: 3px;
}

.details-product .product-free-gift .list-gift i {
  color: #e23e1d;
}

.details-product .product-free-gift .hightcolor {
  font-weight: 500;
  color: #e23e1d;
}

.accessoriesproducts-wrapper {
  position: relative;
}

.accessoriesproducts-wrapper.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  content: '';
  background: url("../images/loading-quick.gif") center center no-repeat rgba(255, 255, 255, 0.9);
}

.accessoriesproducts .product-block.grid {
  margin-bottom: 25px;
}

.accessoriesproducts .product-block.grid .accessory-add-product {
  position: absolute;
  right: 10px;
  bottom: -25px;
}

.accessoriesproducts .check-all-items-wrapper {
  margin: 0 0 10px;
}

.accessoriesproducts .check-all-items-wrapper input {
  margin-left: 6px;
}

.accessoriesproducts .total-price-wrapper {
  font-size: 14px;
  color: var(--jobtex-link-color);
  margin: 0 0 5px;
}

.accessoriesproducts .total-price {
  display: block;
  color: var(--jobtex-second-color);
  font-size: 18px;
  font-weight: normal;
}

/*------------------------------------*\
    Product Category and Subcategories
\*------------------------------------*/
.product-category .product-category-content {
  position: relative;
  overflow: hidden;
  min-height: 45px;
  margin: 0 0 1.875rem 0;
}

.product-category .product-category-image {
  display: block;
}

.product-category .product-category-title {
  text-transform: none;
  position: absolute;
  text-align: center;
  bottom: 0;
  right: 0;
  width: 100%;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.3);
}

.product-category .product-category-title .count {
  background: transparent;
  color: #fff;
}

/*------------------------------------*\
    Quickview
\*------------------------------------*/
#apus-quickview-modal .product_meta {
  margin: 15px 0 0;
}

/**
 *
 *  Woocommerce Form
 */
.form-row .checkbox, .form-row .input-radio {
  margin-bottom: 0;
  margin-top: 0;
}

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

@media (max-width: 768px) {
  .woocommerce .col2-set .col-1 + .col-2, .woocommerce-page .col2-set .col-1 + .col-2 {
    margin-top: 20px;
  }
}

/* End
------------------------------------------------*/
p.demo_store {
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: .5em 0;
  z-index: 99998;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0, 0, 0, -3px, rgba(255, 255, 255, 0.2);
  box-shadow: 0, 0, 0, -3px, rgba(255, 255, 255, 0.2);
}

/*-------------------------------*\
    Utilities
\*------------------------------------*/
#respond h3.comment-reply-title {
  font-size: 18px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  #respond h3.comment-reply-title {
    font-size: 20px;
  }
}

#respond h3.comment-reply-title #cancel-comment-reply-link {
  color: #dc3545;
}

/*------------------------------------*\
    Quantity inputs
\*------------------------------------*/
.woocommerce .quantity .qty {
  width: 100px;
  border-radius: 4px;
  height: 50px;
  border: 1px solid #E5E5E5;
  padding: 10px 20px;
  color: var(--jobtex-link-color);
  font-weight: 600;
  outline: none !important;
}

.woocommerce .quantity .reader-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 10px;
}

.woocommerce a.remove {
  border-radius: 0;
}

/*------------------------------------*\
    Forms
\*------------------------------------*/
.form-row::after {
  display: block;
  clear: both;
  content: "";
}

.form-row label.hidden {
  visibility: hidden;
}

.form-row label.inline {
  display: inline;
}

.form-row label {
  display: block;
  font-weight: 400;
  color: var(--jobtex-link-color);
  margin-bottom: 7px;
}

.form-row select {
  cursor: pointer;
}

.form-row .required {
  color: #dc3545;
  font-weight: 700;
  border: 0;
}

.form-row .input-text {
  width: 100%;
  padding: 11px 20px;
}

.form-row.form-row-first {
  width: 47%;
  float: right;
}

.form-row.form-row-last {
  width: 47%;
  float: left;
}

.form-row.form-row-wide {
  clear: both;
}

.select2-container .select2-choice {
  padding: 5px 7px;
}

.i-am-new li {
  background-image: none !important;
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}

.i-am-new li .noty_message {
  padding: 20px 0 !important;
}

/*------------------------------------*\
    Mini cart and wishlist
\*------------------------------------*/
.total-minicart {
  color: var(--jobtex-link-color);
  font-weight: normal;
  font-size: 16px;
  margin-right: 5px;
  display: inline-block;
}

.wishlist-icon,
.mini-cart {
  display: inline-block;
  position: relative;
  padding: 0;
  color: var(--jobtex-link-color);
}

.wishlist-icon i,
.mini-cart i {
  font-size: 22px;
  margin: 0 !important;
}

.wishlist-icon .count,
.mini-cart .count {
  position: absolute;
  top: -5px;
  right: 15px;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: var(--jobtex-theme-color);
  border-radius: 50%;
  line-height: 15px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
}

.wishlist-icon i {
  margin-left: 6px;
}

/*------------------------------------*\
    Star ratings
\*------------------------------------*/
.woocommerce p.stars a:before {
  content: "\53";
  font-family: 'star';
  color: #FFB321;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.woocommerce p.stars:hover a:before {
  content: "\53";
  font-family: 'star';
}

.woocommerce p.stars a:hover ~ a:before {
  content: "\53";
  color: #E5E5E5;
}

.woocommerce p.stars.selected a:not(.active)::before {
  content: "\53";
}

.woocommerce p.stars.selected a.active:before {
  content: "\53";
}

.woocommerce p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #E5E5E5;
}

.woocommerce #review_form #respond {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .woocommerce #review_form #respond {
    padding: 40px;
    margin-top: 60px;
    border-radius: 10px;
  }
}

.woocommerce #review_form #respond #commentform {
  margin: 0;
}

.woocommerce #review_form #respond .stars {
  line-height: 1;
  font-size: 20px;
  margin: 0;
  letter-spacing: 3px;
}

@media (min-width: 1200px) {
  .woocommerce #review_form #respond .stars {
    font-size: 30px;
  }
}

.woocommerce #review_form #respond [for="rating"] {
  margin: 0 0 0 20px;
}

.woocommerce #review_form #respond .comment-form-cookies-consent {
  margin-bottom: 20px;
  font-size: 14px;
}

.woocommerce #review_form #respond .comment-form-rating-woo {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .woocommerce #review_form #respond .comment-form-rating-woo {
    margin-bottom: 30px;
  }
}

.woocommerce #review_form #respond .form-submit {
  margin-bottom: 0;
}

.woocommerce .star-rating {
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 83px;
  height: 13px;
  line-height: 13px;
  font-family: 'star';
  font-size: 13px;
  letter-spacing: 3px;
  float: none;
}

.woocommerce .star-rating:before {
  content: "\53\53\53\53\53";
  color: #E5E5E5;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: right;
  top: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  right: 0;
  color: #FFB321;
}

/*------------------------------------*\
    Filter
\*------------------------------------*/
.show-filter {
  font-size: 18px;
  color: var(--jobtex-theme-color);
  cursor: pointer;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.show-filter:hover, .show-filter:active {
  color: var(--jobtex-theme-color);
}

.show-filter i {
  margin-right: 10px;
}

.apus-shop-menu {
  font-size: 15px;
  margin: 0;
  position: relative;
}

.apus-shop-menu .filter-action i {
  margin-left: 3px;
}

.apus-shop-menu ul.apus-filter-menu {
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  float: left;
}

.apus-shop-menu ul.apus-filter-menu li {
  display: inline-block;
}

.apus-shop-menu ul.apus-categories {
  float: right;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
}

.apus-shop-menu ul.apus-categories li {
  display: inline-block;
  margin-left: 40px;
}

.apus-shop-menu ul.apus-categories li a {
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--jobtex-link-color);
  position: relative;
  display: inline-block;
}

.apus-shop-menu ul.apus-categories li .product-count {
  font-size: 14px;
  color: var(--jobtex-text-color);
  margin: 0 2px;
  vertical-align: top;
  display: inline-block;
}

.apus-shop-menu ul.apus-categories li.current-cat > a {
  color: var(--jobtex-theme-color);
}

.apus-shop-menu ul.apus-categories .apus-shop-sub-categories {
  padding: 0px;
  margin: 10px 0 0;
}

.apus-shop-menu ul.apus-categories .apus-shop-sub-categories li a {
  font-size: 16px;
}

.apus-shop-menu .content-inner #apus-orderby {
  margin-right: 40px;
}

.apus-shop-header {
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.apus-shop-header.filter-active {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.apus-shop-header .apus-sidebar-header {
  display: none;
  border: 1px solid var(--jobtex-theme-color);
  padding: 20px 30px;
  background: #fff;
}

.apus-shop-header .apus-widget-scroll ul li {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0 0 10px;
}

.apus-shop-header .apus-sidebar-inner {
  padding: 0 15px;
}

.apus-shop-header .apus-sidebar-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.apus-shop-header .apus-sidebar-inner .apus-widget-title {
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 20px;
}

.apus-shop-header .widget_layered_nav ul li a, .apus-shop-header .product-categories li a {
  font-size: 14px;
  padding: 0 !important;
}

.apus-shop-header .widget_layered_nav ul li .count, .apus-shop-header .product-categories li .count {
  float: none;
}

.apus-shop-header .widget_layered_nav li.chosen,
.apus-shop-header .product-categories li.chosen {
  color: var(--jobtex-theme-color);
}

.apus-shop-header .widget_layered_nav li.chosen > a,
.apus-shop-header .product-categories li.chosen > a {
  color: var(--jobtex-theme-color);
}

.apus-categories-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  color: var(--jobtex-link-color);
  font-size: 14px;
  margin-top: 4px;
}

.apus-categories-dropdown .category-dropdown-label {
  cursor: pointer;
}

.apus-categories-dropdown option {
  font-size: 16px;
  color: var(--jobtex-text-color);
}

.apus-categories-dropdown option[selected="selected"] {
  color: var(--jobtex-link-color);
}

.apus-categories-dropdown .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 0;
  border: 1px solid var(--jobtex-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.apus-categories-dropdown .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apus-categories-dropdown .dropdown-menu ul li {
  margin: 0 0 5px;
}

.apus-categories-dropdown .dropdown-menu ul li a {
  color: var(--jobtex-text-color);
}

.apus-categories-dropdown .dropdown-menu ul li a:hover, .apus-categories-dropdown .dropdown-menu ul li a:active {
  color: var(--jobtex-link-color);
}

.apus-categories-dropdown .dropdown-menu ul li.active {
  color: var(--jobtex-link-color);
}

.apus-categories-dropdown .dropdown-menu ul li:last-child {
  margin: 0;
}

.before-shop-header-wrapper {
  position: relative;
}

@media (min-width: 768px) {
  .before-shop-header-wrapper .before-shop-loop-fillter {
    position: absolute;
    top: 20px;
  }
}

.pagination-top {
  margin-top: -6px;
}

.pagination-top .apus-pagination.pagination-woo {
  margin: 0;
}

.pagination-top .apus-pagination .apus-pagination-inner {
  padding: 0;
}

.pagination-top.has-fillter .apus-pagination .apus-pagination-inner {
  padding: 0 30px;
}

.pagination-woo {
  text-align: center;
}

.apus-filter {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .apus-filter {
    margin-bottom: 30px;
  }
}

.apus-filter .woocommerce-result-count {
  margin: 0;
}

.apus-filter #apus-orderby {
  float: right;
}

.apus-filter .woocommerce-ordering {
  margin: 0;
}

.apus-filter .orderby-wrapper > * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.apus-filter select {
  font-size: 14px;
  color: var(--jobtex-text-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select.png") #fff left 20px center no-repeat;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.apus-filter select:focus {
  border-color: var(--jobtex-theme-color);
}

.apus-filter .select2-container--default.select2-container .select2-selection--single {
  background: #F1F1F1;
  border-color: transparent;
  font-size: 14px;
}

.apus-filter .display-mode {
  margin-top: 4px;
}

.apus-filter .change-view {
  color: #cccccc;
  display: inline-block;
}

.apus-filter .change-view i {
  font-size: 24px;
  vertical-align: middle;
}

.apus-filter .change-view + .change-view {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .apus-filter .change-view + .change-view {
    margin-right: 20px;
  }
}

.apus-filter .change-view:hover, .apus-filter .change-view.active {
  color: var(--jobtex-theme-color);
}

@media (min-width: 1200px) {
  .apus-filter .form-jobtex-ppp .jobtex-wc-wppp-select {
    min-width: 190px;
  }
}

.form-jobtex-ppp {
  float: right;
}

.form-jobtex-ppp select {
  font-size: 16px;
  color: var(--jobtex-text-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/select.png") #fff left 10px center no-repeat;
  font-weight: 400;
  border: 1px solid #E5E5E5;
  padding: 3px 20px;
  border-radius: 2px;
  margin: 0;
  border: 1px solid #E5E5E5;
}

#apus-orderby .orderby-label {
  color: var(--jobtex-text-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  padding: 4px 15px;
}

#apus-orderby .dropdown-menu {
  min-width: 200px;
  padding: 20px 30px;
  border-radius: 5px;
  border-radius: 0;
  border: 1px solid var(--jobtex-theme-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#apus-orderby .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#apus-orderby .dropdown-menu ul li {
  margin: 0 0 5px;
}

#apus-orderby .dropdown-menu ul li a {
  color: var(--jobtex-text-color);
}

#apus-orderby .dropdown-menu ul li a:hover, #apus-orderby .dropdown-menu ul li a:active {
  color: var(--jobtex-link-color);
}

#apus-orderby .dropdown-menu ul li.active {
  color: var(--jobtex-link-color);
}

#apus-orderby .dropdown-menu ul li:last-child {
  margin: 0;
}

/*------------------------------------*\
    Mini Cart
\*------------------------------------*/
.apus-topcart .dropdown-menu {
  top: 50px;
  margin: 0;
  padding: 20px;
  min-width: 280px;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

@media (min-width: 1200px) {
  .apus-topcart .dropdown-menu {
    max-width: 340px;
  }
}

.apus-topcart .buttons {
  margin: 0;
}

.apus-topcart .buttons .btn {
  border-radius: 50px;
}

.apus-topcart .buttons .wc-forward {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}

.apus-topcart .buttons .wc-forward:last-child {
  margin: 0;
}

.apus-topcart .buttons .wc-forward:after {
  vertical-align: text-top;
}

.apus-topcart .open .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.apus-topcart .overlay-offcanvas-content {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: no-drop;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  z-index: 2;
}

.apus-topcart .overlay-offcanvas-content.active {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.apus-topcart .offcanvas-content {
  z-index: 3;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 400px;
  height: 100vh;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.apus-topcart .offcanvas-content.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  max-height: calc(100% - 180px);
}

.apus-topcart .offcanvas-content .title-cart-canvas {
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
  text-transform: uppercase;
  position: relative;
}

.apus-topcart .offcanvas-content .title-cart-canvas .close-cart {
  position: absolute;
  top: 11px;
  right: 14px;
  z-index: 1;
  background: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #dc3545;
}

.apus-topcart .offcanvas-content .shopping_cart_content {
  padding: 10px;
  height: calc(100vh - 50px);
  display: -webkit-flex;
  /* Safari */
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .apus-topcart .offcanvas-content .shopping_cart_content {
    padding: 15px 15px 30px;
  }
}

.apus-topcart .offcanvas-content .shopping_cart_content .cart-bottom {
  align-self: flex-end;
  -webkit-align-self: flex-end;
  width: 100%;
}

.apus-topcart .offcanvas-content .shopping_cart_content .cart_list {
  width: 100%;
}

.shopping_cart_content {
  font-size: 14px;
}

.shopping_cart_content .variation {
  margin: 0 0 3px;
  overflow: hidden;
}

.shopping_cart_content .variation dt {
  margin-left: 5px;
}

.shopping_cart_content .variation dt, .shopping_cart_content .variation dd {
  float: right;
}

.shopping_cart_content .variation dt p, .shopping_cart_content .variation dd p {
  margin: 0;
}

.shopping_cart_content .cart_list {
  padding: 0 0 10px;
  max-height: 270px;
  overflow: hidden;
}

.shopping_cart_content .cart_list > div {
  margin: 0 0 20px;
  overflow: hidden;
}

.shopping_cart_content .cart_list > div.empty {
  border: none;
  margin: 0;
  color: var(--jobtex-link-color);
}

.shopping_cart_content .cart_list > div:last-child {
  border: none;
}

.shopping_cart_content .cart_list .image {
  width: 70px;
  height: 70px;
  padding: 5px;
  border: 1px solid #E5E5E5;
  display: block;
}

.shopping_cart_content .cart_list .image img {
  width: 60px;
  height: 60px;
  max-width: none;
}

.shopping_cart_content .cart_list .quantity {
  font-family: var(--jobtex-main-font);
  font-size: 16px;
  color: var(--jobtex-theme-color);
  padding: 0;
  line-height: 1;
}

.shopping_cart_content .cart_list .name {
  font-family: var(--bs-font-sans-serif);
  margin: 0;
  font-size: 14px;
}

.shopping_cart_content .cart_list .cart-item {
  margin: 0;
  font-size: 16px;
}

.shopping_cart_content .cart_list .media-body {
  width: 1000px;
  padding-left: 20px;
}

.shopping_cart_content .cart_list .cart-main-content {
  text-align: right;
  position: relative;
}

.shopping_cart_content .cart_list .cart-main-content .remove {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 9;
  font-size: 13px;
  background: transparent !important;
  color: var(--jobtex-text-color) !important;
}

.shopping_cart_content .cart_list .cart-main-content .remove:hover, .shopping_cart_content .cart_list .cart-main-content .remove:focus {
  color: #dc3545 !important;
}

.shopping_cart_content .cart_list .cart-item {
  overflow: hidden;
}

.shopping_cart_content .total {
  color: var(--jobtex-theme-color);
  border-top: 1px solid #E5E5E5;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 14px;
  font-family: var(--jobtex-main-font);
}

.shopping_cart_content .total strong {
  font-weight: 400;
}

.shopping_cart_content .total .amount {
  font-size: 18px;
  float: left;
}

.shopping_cart_content .total.empty {
  border: none;
  margin: 0;
  padding-top: 0;
}

.woocommerce a.remove {
  padding: 0;
  margin: auto;
  color: #dc3545;
  font-size: 32px;
  background: transparent;
}

/** Plugins  add to wishlist, compare **/
.place-order {
  padding: 30px;
}

.input-text {
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
}

.woocommerce address {
  margin-bottom: 20px;
}

.product-categories {
  list-style: none;
  margin: 0;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
}

.product-categories + .view-more-list-cat {
  position: absolute;
  background: #fff;
  bottom: 1px;
  right: 1px;
  width: calc(100% - 2px);
  z-index: 99;
  display: block;
  color: #198754;
  padding: 5px 54px 15px;
}

.product-categories + .view-more-list-cat.view-less {
  color: #dc3545;
}

.product-categories + .view-more-list-cat:hover, .product-categories + .view-more-list-cat:active {
  text-decoration: underline;
}

.product-categories.hideContent {
  height: 435px;
}

.product-categories.showContent {
  height: auto;
}

.product-categories .children {
  list-style: none;
  padding: 0;
}

.product-categories li {
  line-height: 32px;
}

.product-categories li li {
  padding-right: 20px;
}

.product-categories li.current-cat-parent > .count, .product-categories li.current-cat > .count, .product-categories li:hover > .count {
  color: var(--jobtex-theme-color);
}

.product-categories li.current-cat-parent > a, .product-categories li.current-cat > a, .product-categories li:hover > a {
  color: var(--jobtex-theme-color);
}

.product-categories li .count {
  font-family: var(--bs-font-sans-serif);
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  float: left;
  margin-top: 3px;
}

.product-categories li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  color: var(--jobtex-text-color);
}

.product-categories li a:hover, .product-categories li a:active {
  color: var(--jobtex-theme-color);
}

.product-categories li.cat-parent {
  position: relative;
}

.product-categories li.cat-parent > i {
  padding-left: 12px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 13px;
}

.top-archive-shop {
  padding-bottom: 30px;
}

.add-cart > .added {
  display: none !important;
}

.add-cart .added_to_cart:after {
  display: none;
}

.apus-shop-products-wrapper.loading {
  position: relative;
}

.apus-shop-products-wrapper.loading:before {
  background: url("../images/loading-quick.gif") center 100px/50px no-repeat rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
  z-index: 99;
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  border-bottom: 2px solid #eeeeee;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-left: 30px;
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  padding: 0 0 7px;
  position: relative;
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  width: 100%;
  height: 2px;
  background: var(--jobtex-theme-color);
  position: absolute;
  bottom: -2px;
  right: 0;
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a {
  color: var(--jobtex-theme-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.woocommerce-MyAccount-content {
  padding: 20px 0;
}

.woocommerce-MyAccount-content h2 {
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: var(--jobtex-main-font);
}

.edit-account br {
  display: none;
}

.edit-account input[type="text"],
.edit-account input[type="password"] {
  height: 40px;
  border-radius: 3px;
}

.edit-account input[type="text"]:focus,
.edit-account input[type="password"]:focus {
  border-color: #E5E5E5;
}

.edit-account legend {
  font-size: 72px;
  font-weight: 300;
  border: none;
  margin: 30px 0 0;
}

.edit-account label {
  font-weight: normal;
  font-size: 16px;
  color: var(--jobtex-link-color);
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  max-width: 970px;
  margin: auto;
}

.user .title {
  font-size: 20px;
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 1200px) {
  .user .title {
    font-size: 25px;
  }
}

form.login,
form.register {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
}

form.login br,
form.register br {
  display: none;
}

form.login label,
form.register label {
  font-weight: 400;
}

form.login .form-control,
form.register .form-control {
  padding: 5px 20px;
}

form.login .form-group,
form.register .form-group {
  margin: 0 0 20px;
}

form.login .form-group:last-child,
form.register .form-group:last-child {
  margin-bottom: 0;
}

form.login .lost_password a,
form.register .lost_password a {
  text-decoration: underline;
}

form.login .action-group,
form.register .action-group {
  font-size: 14px;
}

form.login .input-text,
form.register .input-text {
  background: #fff !important;
  border: 1px solid #E5E5E5 !important;
  height: 40px;
}

form.login .input-text:focus,
form.register .input-text:focus {
  border-color: #cccccc !important;
}

form.login input[type="checkbox"],
form.register input[type="checkbox"] {
  margin-left: 7px;
}

form.login .input-submit ~ span,
form.register .input-submit ~ span {
  margin: 10px 0 0;
}

form.login .input-submit ~ span.pull-left,
form.register .input-submit ~ span.pull-left {
  margin-right: 15px;
}

form.login .input-submit ~ span.lost_password a,
form.register .input-submit ~ span.lost_password a {
  color: var(--jobtex-theme-color);
}

form.login .user-role,
form.register .user-role {
  padding-right: 20px;
}

form.login .user-role [type="radio"],
form.register .user-role [type="radio"] {
  margin-top: 11px;
}

.login-wrapper .mfp-content {
  width: 500px !important;
  max-width: 80%;
  background-color: #fff;
}

.login-wrapper .title {
  text-align: center;
}

.login-wrapper .apus-mfp-close {
  font-size: 20px;
  display: inline-block;
  background: #dc3545;
  color: #fff;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: none;
  margin: -21px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.login-wrapper .apus-mfp-close:hover, .login-wrapper .apus-mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.cart_item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
}

.cart_item > .media-left {
  width: 70%;
}

.cart_item img {
  width: 90px;
  max-width: none;
}

.cart_item .content-left {
  overflow: hidden;
  padding-right: 20px;
}

.cart_item .price {
  font-size: 20px;
  color: #4c4c4c;
  font-weight: 400;
}

.cart_item a.remove {
  margin: 0 0 15px;
  display: inline-block;
  font-size: 32px;
  color: var(--jobtex-text-color) !important;
}

.cart_item a.remove:hover, .cart_item a.remove:active {
  color: #dc3545 !important;
}

div.cart .input-text {
  height: 50px;
  border: 1px solid #E5E5E5;
}

div.cart .input-text:focus, div.cart .input-text:active {
  border-color: var(--jobtex-link-color);
}

div.cart label {
  font-size: 18px;
  color: #000;
}

.woocommerce .order-review #order_review_heading {
  font-size: 20px;
  margin: 0 0 10px;
}

@media (min-width: 1200px) {
  .woocommerce .order-review #order_review_heading {
    font-size: 24px;
  }
}

.woocommerce .order-review table.shop_table {
  margin: 0;
}

.review-order_table {
  border: 0;
  margin: 0;
  width: 100%;
  color: var(--jobtex-link-color);
}

.review-order_table td, .review-order_table th {
  padding: 12px 0;
  border: 0;
}

.review-order_table th {
  font-size: 16px;
  font-weight: 700;
}

.review-order_table th:nth-child(2n) {
  text-align: left;
}

.review-order_table td:nth-child(2n) {
  text-align: left;
}

.review-order_table tbody strong {
  font-weight: 400;
}

.review-order_table tbody th, .review-order_table tbody td {
  border-top: 1px solid #E5E5E5;
}

.review-order_table tfoot .order-total th,
.review-order_table tfoot .order-total {
  font-weight: 700;
  font-size: 20px;
}

.review-order_table tfoot tr:last-child th, .review-order_table tfoot tr:last-child td {
  padding-bottom: 0;
}

.woocommerce-checkout #payment,
.woocommerce-checkout .box-review-order {
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .woocommerce-checkout #payment,
  .woocommerce-checkout .box-review-order {
    margin-bottom: 30px;
    padding: 30px;
  }
}

.woocommerce ul#shipping_method li {
  cursor: pointer;
}

.woocommerce ul#shipping_method li label {
  color: var(--jobtex-link-color);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.woocommerce ul#shipping_method li label:hover {
  color: var(--jobtex-theme-color);
}

.woocommerce ul#shipping_method li input {
  display: none;
}

.woocommerce ul#shipping_method li input:checked + label {
  color: var(--jobtex-theme-color);
}

.apus-checkout-step {
  padding: 0 0 30px;
}

.apus-checkout-step ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-transform: uppercase;
  width: 100%;
}

.apus-checkout-step ul li {
  position: relative;
  text-align: center;
  float: right;
}

@media (min-width: 768px) {
  .apus-checkout-step ul li {
    width: 33.33%;
  }
}

.apus-checkout-step li {
  font-size: 20px;
  font-weight: 500;
  color: #232530;
  line-height: 60px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.apus-checkout-step li:first-child:before {
  display: none;
}

.apus-checkout-step li:first-child:after {
  border-width: 1px 1px 1px 0;
}

.apus-checkout-step li:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  right: -43px;
  border: 1px solid #E5E5E5;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.apus-checkout-step li:after {
  position: absolute;
  content: '';
  border-width: 1px 0;
  border-style: solid;
  border-color: #E5E5E5;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 5;
  right: 0;
  top: 0;
}

.apus-checkout-step li .inner {
  position: relative;
}

.apus-checkout-step li .inner:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  left: -30px;
  border-style: solid;
  border-color: #fff transparent #fff #fff;
  border-width: 30px;
  width: 60px;
  height: 60px;
  background: #fff;
}

.apus-checkout-step li .inner:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 12px;
  border: 1px solid #E5E5E5;
  border-width: 1px 0 0 1px;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  z-index: 2;
}

.apus-checkout-step li.active {
  background: var(--jobtex-theme-color);
  color: #fff;
}

.apus-checkout-step li.active:after {
  border-color: var(--jobtex-theme-color);
}

.apus-checkout-step li.active .inner:after {
  border-color: #fff var(--jobtex-theme-color);
}

.apus-checkout-step li.active .inner:before {
  display: none;
}

.apus-checkout-step li.active .step {
  opacity: 0.1;
  filter: alpha(opacity=10);
  color: #fff;
}

.apus-checkout-step .inner-step {
  position: relative;
  z-index: 7;
}

.apus-checkout-step .step {
  z-index: 6;
  position: absolute;
  top: -1px;
  left: 70px;
  line-height: 60px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  color: #eae9ec;
}

.woocommerce-thankyou-order-received {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: var(--jobtex-link-color);
  margin: 15px 0 0;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .woocommerce-thankyou-order-received {
    font-size: 30px;
  }
}

.woocommerce-order {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-customer-details,
.woocommerce-order-details {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

@media (min-width: 1200px) {
  .woocommerce-customer-details,
  .woocommerce-order-details {
    padding: 50px;
    margin-top: 60px;
  }
}

.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-customer-details .woocommerce-order-details__title,
.woocommerce-order-details .woocommerce-column__title,
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 18px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .woocommerce-customer-details .woocommerce-column__title,
  .woocommerce-customer-details .woocommerce-order-details__title,
  .woocommerce-order-details .woocommerce-column__title,
  .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .woocommerce .woocommerce-customer-details {
    margin-bottom: 90px;
  }
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  line-height: 2;
}

.woocommerce ul.order_details {
  padding: 15px;
  border-radius: 4px;
  background: #F5F5F2;
  margin: 20px 0 0;
  clear: both;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .woocommerce ul.order_details {
    margin-top: 40px;
    padding: 40px;
  }
}

.woocommerce ul.order_details li {
  text-transform: capitalize;
  margin: 0 0 10px;
  float: right;
  font-size: 1rem;
  border: 0;
  width: 50%;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .woocommerce ul.order_details li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 0;
  }
}

.woocommerce ul.order_details li strong {
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--jobtex-link-color);
}

.woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount {
    font-size: 24px;
  }
}

.woo-pay-perfect {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.product-top-title {
  position: relative;
}

.product-top-title .view-more {
  position: absolute;
  top: 5px;
  left: 0;
}

.layout-detail-product #tabs-list-specifications td {
  padding: 15px;
  border-color: #eff0f2;
}

.layout-detail-product #tabs-list-specifications td:first-child {
  font-weight: 500;
  text-transform: uppercase;
}

.accessoriesproducts .list-accesories {
  margin-bottom: 10px;
}

.accessoriesproducts .check-item {
  margin-top: 10px;
}

.wcv-pro-vendorlist {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #E5E5E5;
  border-top: none;
  background: #fff;
  height: auto;
}

.wcv-pro-vendorlist .name-store {
  font-size: 18px;
  margin: 10px 0;
}

.wcv-pro-vendorlist:hover .avatar:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.wcv-pro-vendorlist .avatar {
  display: inline-block;
  position: relative;
  line-height: 0;
  max-width: 100%;
}

.wcv-pro-vendorlist .avatar:before {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--jobtex-theme-color);
  opacity: 0;
  filter: alpha(opacity=0);
}

.wcv-pro-vendorlist .metas {
  margin: 0 0 5px;
}

.wcv-pro-vendorlist .metas > * {
  display: inline-block;
  font-size: 14px;
}

.wcv-pro-vendorlist .metas > * + * {
  margin-right: 20px;
}

.wcv-pro-vendorlist .metas .total-value {
  font-weight: normal;
}

.wcv-pro-vendorlist .store-address,
.wcv-pro-vendorlist .store-phone {
  font-size: 14px;
  margin: 0 0 7px;
}

.wcv-pro-vendorlist .store-address:last-child,
.wcv-pro-vendorlist .store-phone:last-child {
  margin: 0;
}

.pv_shop_description {
  padding: 0 15px 30px;
}

.special-progress {
  margin: 5px 0 0;
}

.special-progress .claimed {
  margin-bottom: 2px;
}

.special-progress .claimed strong {
  color: var(--jobtex-link-color);
}

.special-progress .progress {
  background: #eaeaea;
  border-radius: 50px;
  height: 12px;
  margin: 5px 0 17px;
}

.special-progress .progress .progress-bar {
  background: var(--jobtex-theme-color);
  border-radius: 50px;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.single-rating {
  margin: 0 0 30px;
  padding: 0 0 20px;
  border-bottom: 1px solid #E5E5E5;
}

.single-rating:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.single-rating .avatar {
  max-width: none;
  min-width: 70px;
  border-radius: 50%;
}

.single-rating .media-left {
  padding-left: 20px;
}

.single-rating .stars-value {
  float: left;
}

.single-rating h4 {
  font-weight: 400;
  font-size: 10px;
  margin: 0 0 15px;
  color: var(--jobtex-text-color);
}

.single-rating h4 .name {
  font-weight: normal;
  font-size: 12px;
  color: #464646;
  text-transform: uppercase;
}

.single-rating h6 {
  margin: 0 0 15px;
}

.btn-showserach-dokan {
  cursor: pointer;
}

.wrapper-dokan .btn-showserach-dokan {
  padding: 6px 9px;
  border-radius: 50px;
  border-width: 2px;
}

.wrapper-dokan .dokan-seller-search-form {
  font-size: 14px;
  margin: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.wrapper-dokan .dokan-seller-search-form input {
  width: 100% !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.wrapper-dokan .dokan-seller-search-form.active {
  width: 220px;
}

.wrapper-dokan > * {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
  margin-bottom: 30px;
}

.dokan-list-inline > li > a {
  font-family: var(--jobtex-main-font);
}

.dokan-widget-area #cat-drop-stack > ul,
.dokan-store-menu #cat-drop-stack > ul {
  list-style: none;
  padding: 0;
}

.dokan-widget-area #cat-drop-stack > ul li,
.dokan-store-menu #cat-drop-stack > ul li {
  margin-bottom: 5px;
}

.dokan-widget-area #cat-drop-stack > ul li:last-child,
.dokan-store-menu #cat-drop-stack > ul li:last-child {
  margin-bottom: 0;
}

.dokan-widget-area #cat-drop-stack > ul a:hover, .dokan-widget-area #cat-drop-stack > ul:focus,
.dokan-store-menu #cat-drop-stack > ul a:hover,
.dokan-store-menu #cat-drop-stack > ul:focus {
  color: var(--jobtex-theme-color);
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-weight: 500;
}

.dokan-single-store .profile-info .dokan-store-info {
  list-style: none;
  font-size: 14px;
}

.dokan-single-store .profile-info .dokan-store-info li {
  float: none !important;
}

.dokan-single-store .profile-info .dokan-store-info li:before {
  display: none;
}

.dokan-store-location,
.dokan-store-contact {
  list-style: none;
}

.dokan-store-location ul,
.dokan-store-contact ul {
  list-style: none;
  padding: 0;
}

.dokan-store-tabss {
  margin-bottom: 20px;
}

.dokan-store-tabss .dokan-right {
  margin: 0;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .dokan-store-tabss {
    margin-bottom: 30px;
  }
}

.dokan-store-sidebar #dokan-store-location {
  height: 200px;
  width: 100%;
}

.wfg-popup {
  border: none !important;
}

.wfg-popup h2.wfg-title {
  background: var(--jobtex-theme-color);
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wfg-gifts .wfg-gift-item h3 {
  background: #fff;
  color: var(--jobtex-link-color);
  border-top: 1px solid #E5E5E5;
}

.wfg-gifts .wfg-gift-item {
  border: 1px solid #E5E5E5;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
  margin: 0;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap .btn {
  border-radius: 50px;
  border-width: 2px;
  padding: 8px 30px;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper:hover {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2);
}

.product-block .wcvendors_sold_by_in_loop {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

.product-block .wcvendors_sold_by_in_loop img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}

.seller-info-social {
  list-style: none;
}

.seller-info-social li {
  display: inline-block;
  margin-left: 20px;
}

.seller-info-top {
  margin-bottom: 20px;
}

.seller-info-top .store-brand img {
  max-width: none;
}

#woocommerce-accordion .panel {
  margin: 0;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0;
}

#woocommerce-accordion .panel > .panel-heading {
  text-transform: uppercase;
  border: none;
  padding: 18px 0;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  background: #fff !important;
}

#woocommerce-accordion .panel > .panel-heading:hover a, #woocommerce-accordion .panel > .panel-heading:active a {
  color: var(--jobtex-theme-color);
}

#woocommerce-accordion .panel .panel-title {
  font-size: 16px;
  font-weight: 400;
}

#woocommerce-accordion .panel .panel-title > :not(.collapsed) {
  color: var(--jobtex-theme-color);
}

#woocommerce-accordion .panel .panel-body {
  padding: 0;
  border: none;
}

#woocommerce-accordion .title {
  margin: 0 0 10px;
  font-size: 24px;
}

.wrapper-filter {
  min-height: 73px;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.shop-top-sidebar-wrapper {
  background: #fff;
  padding: 20px 0 0;
  display: block;
  overflow: hidden;
  width: 100% !important;
}

@media (min-width: 992px) {
  .shop-top-sidebar-wrapper {
    padding: 40px 0 0;
  }
}

.shop-top-sidebar-wrapper .dropdown > span {
  color: #252525;
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.shop-top-sidebar-wrapper .widget {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .shop-top-sidebar-wrapper {
    margin-bottom: 15px;
  }
}

.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner {
  margin-right: -15px;
  margin-left: -15px;
}

.shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner > * {
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  width: 100%;
}

@media (min-width: 768px) {
  .shop-top-sidebar-wrapper .shop-top-sidebar-wrapper-inner > * {
    width: 20%;
  }
}

.shop-top-sidebar-wrapper .wrapper-limit {
  padding: 10px;
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter {
  padding: 0;
  margin: 0;
  list-style: none;
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting li,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter li {
  margin-bottom: 8px;
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting li:last-child,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter li:last-child {
  margin: 0;
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting a,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter a {
  white-space: nowrap;
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting .active,
.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting .current,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter .active,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter .current {
  color: var(--jobtex-theme-color);
}

.shop-top-sidebar-wrapper .wrapper-limit .apus-product-sorting,
.shop-top-sidebar-wrapper .wrapper-limit .apus-price-filter,
.shop-top-sidebar-wrapper .wrapper-limit .woocommerce-widget-layered-nav-list {
  height: 200px;
}

.shop-top-sidebar-wrapper .tagcloud {
  height: 200px;
}

.products-wrapper-grid-banner .cl-3 div.product.col-sm-4.first,
.products-wrapper-grid-banner .cl-2 div.product.col-sm-4.first {
  clear: none;
}

@media (min-width: 768px) {
  .products-wrapper-grid-banner .cl-3 div.product.col-sm-4:nth-child(3n + 1),
  .products-wrapper-grid-banner .cl-2 div.product.col-sm-4:nth-child(3n + 1) {
    clear: both;
  }
}

.products-wrapper-grid-banner .col-md-cus-5 {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .products-wrapper-grid-banner .col-md-cus-5 {
    width: 20%;
  }
}

.product-bundles {
  padding: 20px 0;
}

.product-bundles .product-item {
  overflow: hidden;
  clear: both;
  margin-bottom: 10px;
}

.product-bundles .product-item .product-image {
  float: right;
  width: 80px;
  padding-left: 10px;
}

.product-bundles .product-item .product-content {
  overflow: hidden;
}

.product-bundles .product-item .product-name {
  display: block;
  color: var(--jobtex-link-color);
  margin: 3px 0;
}

.product-bundles .total {
  padding-bottom: 10px;
}

.product-bundles .total-discount {
  color: #198754;
}

.product-bundles .total-price {
  font-size: 18px;
  font-weight: 500;
  color: var(--jobtex-link-color);
}

.product-category h3 {
  margin: 15px 0 0;
  font-size: 18px;
}

.product-category h3 .count {
  background: transparent;
  padding: 0;
}

.product-category .category-body {
  margin: 0 0 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .product-category .category-body {
    margin: 0 0 30px;
  }
}

.related {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .related {
    margin-top: 60px;
  }
}

form.woocommerce-form-coupon .form-row {
  width: 50% !important;
}

form.woocommerce-form-coupon .form-row-first {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  form.woocommerce-form-coupon .form-row-first {
    padding-left: 30px;
  }
}

/* 4. woocommerce widgets */
.widget.widget-products .tab-content .ajax-loading {
  background: url("../images/loading-quick.gif") center 100px no-repeat #fff;
}

.widget.widget-products .widget-title {
  padding: 0 0 10px;
  margin-bottom: 25px;
}

.widget.widget-products .slick-carousel-top .slick-arrow {
  top: -60px;
}

.widget.widget-products.column1 .shop-list-small {
  margin-top: -1px;
}

.link-readmore {
  position: relative;
  padding: 30px 0;
}

.link-readmore:before {
  content: '';
  background: #E5E5E5;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  z-index: 2;
}

.link-readmore .link-inner {
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  position: relative;
  z-index: 3;
}

.category-item {
  text-align: center;
  border: 1px solid #E5E5E5;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  padding: 10px;
}

@media (min-width: 1200px) {
  .category-item {
    padding: 50px 30px 30px;
  }
}

.category-item .image-wrapper {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .category-item .image-wrapper {
    margin-bottom: 25px;
  }
}

.category-item .cat-title {
  margin: 0;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .category-item .cat-title {
    font-size: 24px;
  }
}

.category-item .product-nb {
  font-size: 12px;
  color: var(--jobtex-theme-color);
  letter-spacing: 1px;
  text-transform: uppercase;
}

.category-item:hover {
  border-color: var(--jobtex-theme-color);
}

/*------------------------------------*\
    Widget Price Filter
\*------------------------------------*/
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: var(--jobtex-theme-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ebebeb;
  height: 3px;
  margin: 12px 10px;
}

.widget_price_filter {
  font-family: var(--jobtex-main-font), sans-serif;
}

.widget_price_filter .price_slider_wrapper {
  overflow: hidden;
}

.widget_price_filter .price_slider_amount .price_label {
  font-weight: 400;
  font-size: 1rem;
  display: inline-block;
  text-transform: capitalize;
  float: right;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
}

.widget_price_filter .ui-slider .ui-slider-range {
  top: 0;
  height: 100%;
  background: #dddddd;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #eaeaea;
  height: 4px;
  margin: 5px 10px 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  z-index: 2;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  cursor: pointer;
  background: var(--jobtex-theme-color);
  top: -6px;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  margin-top: 22px;
}

.woocommerce .widget_price_filter .price_slider_amount > input {
  width: 48%;
  margin-bottom: 5px;
  border: 2px solid #E5E5E5;
}

.woocommerce .widget_price_filter .price_slider_amount > input:focus {
  border-color: #000;
}

/*------------------------------------*\
    Product List Widget
\*------------------------------------*/
.woocommerce ul.product_list_widget {
  list-style: none;
  border: 1px solid #E5E5E5;
}

.woocommerce ul.product_list_widget li {
  clear: both;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

@media (min-width: 768px) {
  .woocommerce ul.product_list_widget li {
    padding: 30px 20px;
  }
}

.woocommerce ul.product_list_widget li:last-child {
  border-bottom: 0;
}

.woocommerce ul.product_list_widget li .review {
  clear: right;
}

.woocommerce ul.product_list_widget li img {
  width: 100%;
  margin: 0;
  float: none;
}

.woocommerce ul.product_list_widget .star-rating {
  display: none;
}

.woocommerce ul.product_list_widget .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--jobtex-link-color);
  font-family: var(--jobtex-main-font);
}

.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
  font-size: 14px;
  color: #b7b7b7;
}

.woocommerce ul.product_list_widget .product-title {
  font-size: 16px;
  display: block;
  margin: 0 0 5px;
  font-family: var(--jobtex-main-font);
  height: 24px;
  overflow: hidden;
}

.woocommerce ul.product_list_widget .product-title a {
  font-weight: 400;
}

.woocommerce ul.product_list_widget .left-content {
  float: right;
  padding-left: 15px;
  width: 80px;
}

.woocommerce ul.product_list_widget .right-content {
  margin-top: 5px;
  overflow: hidden;
}

.product_list_v1_widget .product-block {
  padding: 25px 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 0;
}

.product_list_v1_widget .product-block:last-child {
  border-bottom: none;
}

.product_list_v1_widget .product-block .image {
  padding: 0;
}

@media (min-width: 992px) {
  .product_list_v1_widget .product-block .image {
    width: 150px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .product_list_v1_widget .product-block .image {
    width: 100px;
    height: auto;
  }
}

.product_list_v1_widget .product-block .caption .price {
  margin-bottom: 10px;
  text-align: right;
}

.product_list_v1_widget .product-block .caption .action-bottom {
  min-height: 40px;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart {
  display: inline-block;
  background-color: var(--jobtex-theme-color);
  display: inline-block;
  border-radius: 20px;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart a {
  min-width: 135px;
  padding: 5px;
  display: block;
  text-align: right;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart:hover {
  background-color: var(--jobtex-second-color);
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 5px;
}

.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-family: var(--jobtex-main-font);
  padding-left: 10px;
}

@media (max-width: 991px) {
  .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
    display: none !important;
  }
  .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
    display: block !important;
    line-height: 32px;
    padding-left: 0;
    text-align: center;
  }
}

.product_list_v1_widget .name {
  font-weight: 400;
  margin-top: 0;
  height: 42px;
  overflow: hidden;
}

/*------------------------------------*\
    Product Special Widget
\*------------------------------------*/
.product_special_widget .widget-product {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #fff;
}

.product_special_widget .widget-product:first-child {
  padding: 0;
}

.product_special_widget .widget-product:first-child .image {
  max-width: 60%;
  position: relative;
  margin: 0;
  margin-left: 10px;
}

.product_special_widget .widget-product:first-child .image .first-order {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--jobtex-theme-color);
  padding: 5px 11px;
  z-index: 99;
  color: #fff;
  font-weight: 900;
}

.product_special_widget .widget-product:first-child .media-body {
  max-width: 40%;
  float: none;
  padding: 0;
}

.product_special_widget .widget-product .media-body {
  padding: 0 40px 10px 10px;
}

.product_special_widget .widget-product .order {
  width: 32px;
  background: #DADADA;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #6A6A6A;
  font-weight: 900;
  padding: 0 10px;
}

.product_special_widget .widget-product .order span {
  position: relative;
  top: 50%;
  margin-top: -10px;
  display: block;
}

.product_special_widget .widget-product .review {
  clear: right;
}

.product_special_widget .widget-product .rating {
  margin-bottom: 25px;
}

.product_special_widget .widget-product .star-rating {
  margin: 0;
}

.product_special_widget .widget-product .name {
  font-size: 1rem;
  font-weight: 400;
}

.product_special_widget .widget-product .price {
  text-align: right;
}

.product_special_widget .widget-product .price > * {
  color: #000;
}

.product_special_widget .widget-product.last {
  background: #F5F5F5;
}

/*------------------------------------*\
    Widget Sidebar
\*------------------------------------*/
.apus-sidebar .product_list_widget .image {
  margin-left: 10px;
  width: 80px;
  height: auto;
}

.vertical-menu .product-block.product-list .image {
  width: 70px;
  height: auto;
}

/*------------------------------------*\
    Widget currency-switcher
\*------------------------------------*/
.woocommerce-currency-switcher-form {
  min-width: 100px;
}

.woocommerce-currency-switcher-form .dd-select {
  background: #fff !important;
  border: none;
  border-radius: 0;
}

.woocommerce-currency-switcher-form ul.dd-options {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-currency-switcher-form ul.dd-options li {
  padding: 0;
  border: none;
}

.widget-woocommerce-currency-switcher .dd-desc {
  display: none;
}

.widget-woocommerce-currency-switcher a.dd-option,
.widget-woocommerce-currency-switcher .dd-selected {
  padding: 5px 10px !important;
  color: var(--jobtex-text-color);
}

.widget-woocommerce-currency-switcher label {
  line-height: 100%;
  float: right;
  margin: 0;
}

.widget-woocommerce-currency-switcher .dd-pointer {
  border: none !important;
  margin: 0 !important;
}

.widget-woocommerce-currency-switcher .dd-pointer:before {
  font-family: FontAwesome;
  position: absolute;
  line-height: 100%;
  left: 0;
  bottom: -4px;
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
  content: "\f107";
}

.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
  content: "\f106";
}

.widget-productcats.style2 .widget-heading {
  background: #fff;
  text-align: right;
}

.widget-productcats.style2 .widget-heading .widget-title {
  border-bottom: 1px solid #E5E5E5;
  font-size: 24px;
}

.widget-productcats.style2 .widget-heading .nav-tabs {
  float: left;
  margin: -44px 0 0;
}

.widget.widget-compare-device .widget-title {
  font-size: 30px;
  margin: 0 0 30px;
  font-weight: normal;
}

.widget.widget-compare-device table {
  border: none;
  color: #757575;
}

.widget.widget-compare-device thead td {
  background: #fff !important;
  text-align: center !important;
}

.widget.widget-compare-device thead .name-title {
  font-size: 16px;
  color: var(--jobtex-heading-color);
  margin: 10px 0;
}

.widget.widget-compare-device table td {
  border: none;
}

.widget.widget-compare-device table tr > td:first-child {
  color: var(--jobtex-link-color);
  text-align: right;
}

.widget.widget-compare-device table tr td {
  padding: 12px;
  text-align: center;
}

.widget.widget-compare-device table tr:nth-child(2n+1) {
  background: #fafafa;
}

.apus-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apus-products-list .product-block {
  padding: 10px 0;
  background: #ffffff;
}

.apus-products-list .media-left {
  padding: 0;
}

.apus-products-list .media-body {
  padding-right: 20px;
}

.apus-products-list .rating {
  display: none;
}

.apus-products-list .name {
  font-family: var(--jobtex-main-font), sans-serif;
  margin: 0;
}

.apus-products-list .name a {
  font-size: 16px;
  text-transform: capitalize;
}

.apus-products-list .product-block:hover .name a {
  color: var(--jobtex-theme-color);
}

.apus-products-list .groups-button * i {
  color: var(--jobtex-text-color);
}

.apus-products-list .groups-button * i:hover {
  color: var(--jobtex-theme-color);
}

.apus-products-list .groups-button .addcart, .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .apus-products-list .groups-button .quick-view {
  display: inline-block;
  padding-left: 25px;
}

.apus-products-list .groups-button .addcart .add-cart a {
  background: transparent;
  padding: 0;
}

.apus-products-list .groups-button .addcart .add-cart a .title-cart {
  display: none;
}

.apus-products-list .groups-button .yith-wcwl-add-to-wishlist {
  vertical-align: bottom;
}

.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
  display: none;
}

.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.apus-products-list .groups-button .quick-view {
  padding-left: 0;
  vertical-align: middle;
}

.apus-products-list .groups-button .quick-view a.quickview {
  background: transparent;
  border: none;
  padding: 0px;
}

.apus-products-list .price {
  margin-bottom: 10px;
}

.apus-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
  font-size: 20px;
  color: #888625;
}

.apus-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625;
}

.apus-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
  font-size: 24px;
  font-weight: normal;
  color: #888625;
}

.sub-categories .sub-title {
  font-size: 15px;
  color: #fff;
  background: #0d6efd;
  padding: 14px 40px;
  margin: 0;
  text-transform: uppercase;
}

.sub-categories .sub-title .icon {
  margin-left: 20px;
}

.sub-categories .sub-title .pull-right {
  margin-top: 3px;
}

.sub-categories > .list-square {
  padding: 15px 40px;
  background: #f5f5f5;
}

.sub-categories > .list-square > li > a {
  color: var(--jobtex-text-color);
}

.sub-categories > .list-square > li > a:before {
  background: var(--jobtex-text-color);
}

.sub-categories > .list-square > li:hover > a, .sub-categories > .list-square > li.active > a {
  color: var(--jobtex-link-color);
}

.sub-categories > .list-square > li:hover > a:before, .sub-categories > .list-square > li.active > a:before {
  background: var(--jobtex-link-color);
}

.widget_deals_products .widget-title-wrapper {
  position: relative;
  margin: 0 0 50px;
}

.widget_deals_products .widget-title-wrapper .widget-title {
  margin: 0;
  font-size: 20px;
}

.widget_deals_products .widget-title-wrapper .widget-title > span {
  padding: 0 0 17px;
}

@media (min-width: 992px) {
  .widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown {
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
  }
  .widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown .times > div:last-child {
    margin-left: 0;
  }
}

.list-banner-category .category-wrapper {
  position: relative;
}

.list-banner-category .category-wrapper .category-meta {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 1;
}

.list-banner-category .title {
  margin: 0;
  font-size: 36px;
  letter-spacing: 0.5px;
}

.list-banner-category .title a:hover, .list-banner-category .title a:active {
  text-decoration: underline;
}

.all-products {
  font-size: 36px;
  color: var(--jobtex-link-color);
  text-align: left;
}

.all-products a:hover, .all-products a:active {
  text-decoration: underline;
}

.grid-banner-category.style1 .link-action {
  display: block;
  position: relative;
}

.grid-banner-category.style1 .link-action:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.grid-banner-category.style1 .link-action .title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  background: #fff;
  letter-spacing: 1px;
}

.grid-banner-category.style1 .link-action .info {
  text-align: center;
  top: 50%;
  margin-top: -19px;
  position: absolute;
  right: 0;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.grid-banner-category.style1 .link-action:hover:before,
.grid-banner-category.style1 .link-action:hover .info, .grid-banner-category.style1 .link-action:active:before,
.grid-banner-category.style1 .link-action:active .info {
  opacity: 1;
  filter: alpha(opacity=100);
}

.grid-banner-category.style1 .link-action:hover .info, .grid-banner-category.style1 .link-action:active .info {
  -webkit-animation: zoomInDown 0.5s linear 1;
  /* Safari 4.0 - 8.0 */
  animation: zoomInDown 0.5s linear 1;
}

.grid-banner-category.style2 .link-action {
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-banner-category.style2 .link-action:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  /* IE 9 */
  -webkit-origin: 0 0;
  /* Safari 3-8 */
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.grid-banner-category.style2 .link-action .title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  background: #fff;
  letter-spacing: 1px;
  border: 1px solid #ebebeb;
}

.grid-banner-category.style2 .link-action .info {
  text-align: center;
  top: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 1200px) {
  .grid-banner-category.style2 .link-action .info {
    top: 40px;
    right: 40px;
  }
}

.grid-banner-category.style2 .link-action:hover:before, .grid-banner-category.style2 .link-action:active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

table > thead > tr > th, table > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border: 0;
}

table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border-bottom: 0;
  border-left: 0;
}

@media (max-width: 768px) {
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    margin-left: 10px;
  }
}

.woocommerce-order-details,
.woocommerce-checkout {
  margin-bottom: 50px;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.woocommerce form .form-row .input-checkbox {
  position: static;
  float: none;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: inherit;
}

.woocommerce form .form-row .input-checkbox + label {
  display: inline-block;
}

.widget-categoriestabs .nav-tabs {
  margin: 40px 0;
  border: none;
  text-align: center;
}

.widget-categoriestabs .nav-tabs > li {
  margin: 0 12px;
  display: inline-block;
  float: none;
}

.widget-categoriestabs .nav-tabs > li.active > a {
  text-decoration: underline;
  color: #000;
}

.widget-categoriestabs .nav-tabs > li > a {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  border: none !important;
}

.widget-categoriestabs .nav-tabs > li > a .product-count {
  font-size: 14px;
  color: var(--jobtex-text-color);
  font-family: var(--jobtex-main-font);
  display: inline-block;
  vertical-align: top;
}

.woocommerce-widget-layered-nav .view-more-list {
  font-size: 14px;
  text-decoration: underline;
  color: #198754;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  overflow: hidden;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
  margin-bottom: 10px;
  height: 260px;
}

.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
  height: auto;
  margin-bottom: 10px;
}

.apus-price-filter,
.apus-product-sorting {
  list-style: none;
  padding: 0;
  margin: 0;
}

.apus-price-filter li,
.apus-product-sorting li {
  margin-bottom: 5px;
}

.apus-price-filter li:last-child,
.apus-product-sorting li:last-child {
  margin-bottom: 0;
}

.apus-price-filter li a,
.apus-product-sorting li a {
  color: var(--jobtex-text-color);
}

.apus-price-filter li a:hover, .apus-price-filter li a:active,
.apus-product-sorting li a:hover,
.apus-product-sorting li a:active {
  color: var(--jobtex-theme-color);
}

.apus-price-filter li.current, .apus-price-filter li.active,
.apus-product-sorting li.current,
.apus-product-sorting li.active {
  color: var(--jobtex-theme-color);
}

.widget.widget-products-tabs {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .widget.widget-products-tabs .widget-title {
    font-size: 44px;
  }
}

.widget.widget-products-tabs .top-info {
  overflow: hidden;
  margin-bottom: 15px;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .widget.widget-products-tabs .top-info {
    margin-bottom: 35px;
  }
}

.widget.widget-products-tabs .top-info .nav.tabs-product.center {
  margin-bottom: 0;
}

.widget.widget-products-tabs .widget-title {
  padding: 0 0 10px;
  margin: 0;
}

.widget.widget-products-tabs .widget-title:before {
  width: 2000px;
}

.widget.widget-products-tabs .widget-title.center:before, .widget.widget-products-tabs .widget-title.center:after {
  display: none;
}

.widget.widget-products-tabs .widget-content.carousel {
  margin-bottom: -40px;
}

.widget.widget-products-tabs .widget-content.carousel .slick-list {
  padding-bottom: 40px;
}

.widget.widget-products-deal {
  margin: 0;
}

.widget.widget-products-deal .widget-title {
  padding: 0 0 10px;
  margin-bottom: 25px;
}

.widget.widget-products-deal .slick-carousel-top .slick-arrow {
  top: -60px;
}

.widget.widget-products-deal .apus-countdown-dark .times > div > span {
  color: var(--jobtex-link-color);
}

.tab-content.loading {
  min-height: 400px;
  position: relative;
}

.tab-content.loading:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99;
  content: '';
  background: url("../images/loading-quick.gif") center 100px no-repeat rgba(255, 255, 255, 0.9);
}

.widget.widget-tab-style_center .widget-title {
  font-size: 36px;
  text-align: center;
  margin: 0 0 10px;
  color: #252525;
  padding: 0;
  border: none;
}

.widget.widget-tab-style_center .widget-title:before {
  display: none;
}

@keyframes pulsate {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes pulsate {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.apus-lookbook .mapper-pin-wrapper > a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f43434;
  position: relative;
}

.apus-lookbook .mapper-pin-wrapper > a:before {
  content: '';
  width: 40px;
  height: 40px;
  background: rgba(244, 52, 52, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -12px;
  margin-right: -12px;
  z-index: 2;
  border-radius: 50%;
  animation: 1s ease-out 0s normal none infinite running pulsate;
  -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
}

.apus-lookbook .mapper-pin-wrapper .image img {
  width: 100%;
}

.apus-lookbook .mapper-popup:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.apus-lookbook .mapper-popup:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 24px;
  border-width: 12px 15px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.widget.widget-recent_viewed .widget-title,
.widget.upsells .widget-title,
.related .widget-title {
  font-size: 20px;
  margin: 0 0 15px;
}

@media (min-width: 1200px) {
  .widget.widget-recent_viewed .widget-title,
  .widget.upsells .widget-title,
  .related .widget-title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.cross-sells {
  margin-top: 30px;
}

.cross-sells > h2 {
  margin: 0 0 20px;
  font-size: 22px;
}

@media (min-width: 992px) {
  .cross-sells > h2 {
    margin: 0 0 30px;
  }
}
