/* Header Default */
/* loading */
/*--------------------------------------------------------------
RTL
----------------------------------------------------------------
# Header
# Blog
# WordPress Widget
# Elementor Widget
# Extra
# Important
--------------------------------------------------------------*/
/*--------------------------------------------------------------
post grid
----------------------------------------------------------------
# blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
post grid
----------------------------------------------------------------
# testimonial carousel
# testimonial grid
# testimonial single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
POST CAROUSEL
----------------------------------------------------------------
# Carousel Style
# Blog
# Portfolio
# Service
--------------------------------------------------------------*/
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes pxl_spin {
  from {
    -ms-transform: rotate(0);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes pxl_spin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes pxl_spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes pxlInnerOut {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes pxlImgOut {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(100%) scale(1.15);
  }
}
@keyframes pxlInnerIn {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes pxlImgIn {
  0% {
    transform: translateX(-100%) scale(1.15);
  }
  100% {
    transform: translateX(0) scale(1);
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}
@-webkit-keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_effect1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(40px, -5px);
  }
  40% {
    transform: translate(60px, 40px);
  }
  60% {
    transform: translate(40px, 60px);
  }
  80% {
    transform: translate(-40px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes pxl-wide-menu-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes pxl-wide-menu-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@keyframes full-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pxl_loader_bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_loader_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.icon-bounce {
  animation: icon-bounce 2s ease infinite;
}
@keyframes icon-bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes btn_shine {
  100% {
    left: 200%;
  }
}
@-webkit-keyframes pxl_skew_in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes pxl_skew_in {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.pxl-skew-in {
  -webkit-animation-name: pxl_skew_in;
  animation-name: pxl_skew_in;
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
.pxl-grid .pxl-load-more .btn {
  padding-left: 34px;
  padding: 0 30px;
  line-height: 42px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary-color);
  z-index: 1;
}
.pxl-grid .pxl-load-more .btn .pxl-load-icon {
  width: 24px;
  height: 24px;
  right: 13px;
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.pxl-grid .pxl-load-more .btn i {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn {
  position: relative;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #ededed;
  transition: width 0.2s linear;
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn:hover {
  color: var(--primary-color);
}
.pxl-grid .pxl-load-more.pxl-loadmore-style1 .btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-grid .pxl-load-more.loading .btn {
  padding: 0 40px 0px 20px;
  color: var(--primary-color);
}
.pxl-grid .pxl-load-more.loading .btn:before {
  width: 100%;
}
.pxl-grid .pxl-load-more.loading .btn .pxl-load-icon {
  opacity: 1;
  color: var(--primary-color);
}
.pxl-grid .pxl-load-more.loading .btn .pxl-load-icon i {
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
}
@media screen and (min-width: 1200px) {
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.pxl-grid-filter1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 {
    margin-bottom: 40px;
  }
}
.pxl-grid-filter1 .filter-item {
  color: #383647;
  font-weight: 500;
  display: inline-flex;
  padding: 0px;
  line-height: 32px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  justify-content: center;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pxl-grid-filter1 .filter-item:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #000;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-grid-filter1 .filter-item + .filter-item {
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item + .filter-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item {
    line-height: 42px;
    padding: 0 18px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-grid-filter1 .filter-item:last-child {
    margin-right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .filter-item:last-child {
    margin-right: 0;
  }
}
.pxl-grid-filter1 .filter-item.active:before, .pxl-grid-filter1 .filter-item:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-grid-filter1 .pxl--filter-inner {
  background-color: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .pxl-grid-filter1 .pxl--filter-inner {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.pxl-col-align-start > .elementor-widget-wrap {
  justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
  margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
  justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
  justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
  margin-right: 0;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.page #pxl-main > #primary {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#menu-menu-main .bar, #menu-menu-main-1 .bar {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 75px;
  width: 50px;
  height: 1px;
  background: var(--primary-color);
  transition: all 0.4s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow {
  font-size: 16px;
  color: #000;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.pxl-swiper-arrow i {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-swiper-arrow:hover {
  color: var(--secondary-color);
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px;
  }
}
.pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px;
  }
}
.pxl-swiper-arrow.style2 {
  background-color: #f1f1f3;
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-swiper-arrow.style2:before {
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow.style2:hover {
  background-color: #f1f1f3;
}
.pxl-swiper-arrow.style2:hover:before {
  opacity: 1;
}
.pxl-swiper-dots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 12px;
  width: 8px;
  height: 8px;
  text-align: center;
  background: #cacaca;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  margin: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 0 30px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
.pxl-swiper-sliders {
  position: relative;
}
.pxl-swiper-sliders:hover .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-nogap .pxl-swiper-container {
  margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
  padding: 0;
}
.pxl-swiper-thumbs {
  overflow: hidden;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
}
@media (min-width: 1280px) {
  .pxl-section-offset-left.pxl-container-width-container-1200 {
    padding-left: calc((100% - 1200px)/2) !important;
  }
  .pxl-section-offset-left.pxl-container-width-container-1200.pxl-section-gap-no {
    padding-left: calc((100% - 1170px)/2) !important;
  }
}
@media (min-width: 1280px) {
  .pxl-section-offset-right.pxl-container-width-container-1200 {
    padding-right: calc((100% - 1200px)/2) !important;
  }
  .pxl-section-offset-right.pxl-container-width-container-1200.pxl-section-gap-no {
    padding-right: calc((100% - 1170px)/2) !important;
  }
}
@media (min-width: ) {
  .pxl-swiper-arrows {
    left: calc((100vw - 1170px)/2) !important;
  }
}
@font-face {
  font-family: 'GT Walsheim Pro';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/walsheim/GTWalsheimPro-Light.woff2') format('woff2'), url('../fonts/walsheim/GTWalsheimPro-Light.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim Pro';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/walsheim/GTWalsheimPro-Regular.woff2') format('woff2'), url('../fonts/walsheim/GTWalsheimPro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim Pro';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/walsheim/GTWalsheimPro-Medium.woff2') format('woff2'), url('../fonts/walsheim/GTWalsheimPro-Medium.woff') format('woff');
}
@font-face {
  font-family: 'GT Walsheim Pro';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/walsheim/GTWalsheimPro-Bold.woff2') format('woff2'), url('../fonts/walsheim/GTWalsheimPro-Bold.woff') format('woff');
}
.ft-walsheim {
  font-family: 'GT Walsheim Pro' !important;
}
.ft-fahkwang, blockquote, #pxl-page-title-default .pxl-page-title, .error404 .pxl-error-title-top, .error404 .pxl-error-title, .error404 .btn, .pxl-loader.style-1 .letters-loading, .pxl-cursor-drag, .pxl-cursor-drag .text, .pxl-text-editor a, .pxl-link li a .pxl-link-container .pxl-link1, .pxl-cart-sidebar-button .pxl_cart_counter, .pxl-contact-form .contact-form-faq .input-contact .btn-form > p button, .pxl-item--archive .pxl-item--title, .pxl-item--archive .pxl-item--meta a, .pxl-item--archive .pxl-item--readmore a, .single-post .pxl-item-single-post .pxl-item--title, .pxl--post-footer .pxl--tags a, .pxl--author-info .entry-author-meta .author-name, .pxl-pagination-wrap .page-numbers, .pxl-post--navigation .pxl--meta a, .widget_text .widget-content .widget-title, .widget_text .widget-content .wrap-ctf2 .btn-form p button, .widget-title, .comment-reply-title, .comments-title, .widget_tag_cloud a, .widget_product_tag_cloud a, .widget_pxl_recent_posts .pxl-item--title, #pxl-main .widget_product_categories ul li a, #pxl-main .widget_categories ul li a, #pxl-main .widget_nav_menu ul li a, #pxl-main .widget_pages ul li a, #pxl-main .widget_archive ul li a, #pxl-main .widget_meta ul li a, #pxl-main .widget_recent_entries ul li a, .widget_calendar table > caption, .widget_calendar .wp-calendar-nav a, .widget_block .widget-content .wp-block-search__label, .widget_block .widget-content .wp-block-group__inner-container > h2, .widget_layered_nav .woocommerce-widget-layered-nav-list a, .comment-title, .comment-reply a, .comment-form .form-submit .submit, .pxl-wrap-table .pxl-table-inner .wrap-table:first-child .pxl-table--item span, .pxl-wrap-table .pxl-table-inner .wrap-table .pxl-table--inner .pxl-table--title, .woocommerce .quantity .qty, .woocommerce-page .quantity .qty, .woocommerce .quantity-icon i, .woocommerce-page .quantity-icon i, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product--title, .single-product section.related h2, .single-product #primary div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term), .single-product > div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term), .single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button, .single-product #primary div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title, .single-product #primary div.product .entry-summary .price, .single-product > div.product .entry-summary .price, .single-product #primary div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button, body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals h2, body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name a, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal .woocommerce-price-amount, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price .woocommerce-price-amount, .pxl-product-carousel.layout-2.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-2.woocommerce .woocommerce-product-inner .woocommerce-product-content .price, .pxl-product-grid.layout-1 .woocommerce-product-inner .price, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price, .pxl-product-grid.layout-2 .woocommerce-product-inner .price, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img .filter-item, .pxl-product-grid.layout-2 .pxl-item--title, .woocommerce-reviews #comments .commentlist li .comment-text .meta .woocommerce-review__author, #tab-reviews .woocommerce-reviews-title, .post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1, .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .widget_layered_nav .woocommerce-widget-layered-nav-list__item a, .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-3 .woo-sctr-shortcode-countdown-time-separator, .woo-sctr-shortcode-countdown-1, #woosw_wishlist .woosw-name, .woosw-list .woosw-name, #woosw_wishlist .woosw-item--name a, .woosw-list .woosw-item--name a, #woosw_wishlist .woosw-popup-content-bot-inner a, .woosw-list .woosw-popup-content-bot-inner a, #woosw_wishlist .woocommerce-price-amount, .woosw-list .woocommerce-price-amount, .pxl-side-cart .pxl-panel-header .pxl-title, button:not(.rm-style-default), .button, input[type="submit"], .btn .pxl--btn-text, .pxl-product-carousel.layout-1.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1, .pxl-product-carousel.layout-2.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1, .pxl-product-carousel.layout-1.style3 .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-1 .pxl-item--meta .pxl-item--title, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-item--title, .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title, .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content > .price, .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price, .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button, .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .rtwpvs-terms-wrapper .rtwpvs-term, .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .reset_variations, .pxl-blog-grid-layout1 .item--featured .item--meta .item--category a, .pxl-post-carousel1 .item--featured .item--meta .item--category a, .pxl-blog-grid-layout1 .item--title, .pxl-post-carousel1 .item--title, .pxl-blog-grid-layout1 .btn-readmore span, .pxl-post-carousel1 .btn-readmore span, .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .item--title, .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore span, .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--title, .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore span, .ci-content-wrap .ci-content .ci-title, .pxl-icon-box1 .pxl-item--title, .pxl-fancy-box1 .pxl-item--holder .pxl-item--title a, .pxl-fancy-box1 .pxl-item--holder .btn-readmore span, .pxl-testimonial-carousel1 .container-custom .wp-title, .pxl-testimonial-carousel1 .pxl-item--title, .pxl-testimonial-carousel2 .pxl-item--title, .pxl-testimonial-carousel3 .pxl-item--desc, .pxl-testimonial-carousel4 .pxl-item--sub-title, .pxl-testimonial-carousel4 .pxl-item--title, .pxl-accordion1.style2 .pxl--item.active .shop-list-v2 li, .pxl-accordion1 .pxl-item-accordion, .pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--tab-title, .pxl-team-carousel.layout-1 .item-content .item-title, .pxl-team-carousel.layout-1 .item-content .item-position, .pxl-text-image li .pxl-text-image-container .pxl-text-image {
  font-family: 'Fahkwang' !important;
}
html {
  box-sizing: border-box;
}
body {
  background-color: #fffcf9;
  font-size: 14px;
  line-height: 1.8;
  color: var(--third-color);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--link-color);
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover, a:focus {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: var(--secondary-color);
  font-weight: 600;
  margin: 0 0 15px;
  clear: both;
  line-height: 1.2;
}
@media (max-width: 991px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
}
h1, .h1 {
  font-size: 68px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 42px;
  }
}
h2, .h2 {
  font-size: 55px;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 36px;
  }
}
h3, .h3 {
  font-size: 42px;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 32px;
  }
}
h4, .h4 {
  font-size: 28px;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 24px;
  }
}
h5, .h5 {
  font-size: 22px;
}
@media (max-width: 991px) {
  h5, .h5 {
    font-size: 20px;
  }
}
h6, .h6 {
  font-size: 18px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
@media (max-width: 767px) {
  img {
    height: auto !important;
  }
}
p {
  margin: 0 0 15px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote {
  background-color: #f5f5f5;
  padding: 60px;
  font-size: 28px;
  line-height: 30px;
  color: var(--secondary-color);
  position: relative;
  margin-left: 0;
  font-weight: 400;
}
@media (max-width: 1366px) {
  blockquote {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    font-size: 18px;
  }
}
blockquote:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote cite {
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-top: 15px;
  font-weight: 700;
}
blockquote p:last-child {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Montserrat';
  font-style: normal;
  text-transform: uppercase;
  line-height: 20px;
}
blockquote.is-style-large.wp-block-quote {
  padding: 32px 57px 32px 37px;
}
blockquote.wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote.wp-block-quote cite br {
  display: none;
}
blockquote.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
table {
  border-bottom: 1px solid #ececf0;
  border-left: 1px solid #ececf0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #223840;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ececf0;
  padding: 10px;
  border-right: 1px solid #ececf0;
}
td {
  border-top: 1px solid #ececf0;
  padding: 15px;
  border-right: 1px solid #ececf0;
  /*--- Definition Lists ---*/
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--primary-color);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: var(--primary-color);
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
  clear: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: max-content;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:not([href]) {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:not([href]) {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
}
.wp-caption-text {
  text-align: center;
}
.no-results.not-found {
  /* Woo */
}
.no-results.not-found .searchform-wrap {
  position: relative;
}
.no-results.not-found .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 51px;
  line-height: 51px;
  padding: 0;
  width: 61px;
  background-color: transparent;
  color: #222;
}
.woocommerce div.product form.cart .variations {
  width: auto;
}
.pxl-image-wg.bg-halp {
  padding: 5px 5px 0 5px;
  position: relative;
}
.pxl-image-wg.bg-halp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 68%;
  background-color: var(--primary-color);
}
.pxl-image-wg.bg-halp img {
  width: 100%;
  position: relative;
}
.pxl-image-wg.move-from-left {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.pxl-image-wg.move-from-left img {
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transform: scale(1.5) translate(-100px, 0px);
  -khtml-transform: scale(1.5) translate(-100px, 0px);
  -moz-transform: scale(1.5) translate(-100px, 0px);
  -ms-transform: scale(1.5) translate(-100px, 0px);
  -o-transform: scale(1.5) translate(-100px, 0px);
  transform: scale(1.5) translate(-100px, 0px);
}
.pxl-image-wg.move-from-left.pxl-animated {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pxl-image-wg.move-from-left.pxl-animated img {
  -webkit-transform: scale(1) translate(0px, 0px);
  -khtml-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
.pxl-image-wg.move-from-right {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.pxl-image-wg.move-from-right img {
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transform: scale(1.5) translate(100px, 0px);
  -khtml-transform: scale(1.5) translate(100px, 0px);
  -moz-transform: scale(1.5) translate(100px, 0px);
  -ms-transform: scale(1.5) translate(100px, 0px);
  -o-transform: scale(1.5) translate(100px, 0px);
  transform: scale(1.5) translate(100px, 0px);
}
.pxl-image-wg.move-from-right.pxl-animated {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.pxl-image-wg.move-from-right.pxl-animated img {
  -webkit-transform: scale(1) translate(0px, 0px);
  -khtml-transform: scale(1) translate(0px, 0px);
  -moz-transform: scale(1) translate(0px, 0px);
  -ms-transform: scale(1) translate(0px, 0px);
  -o-transform: scale(1) translate(0px, 0px);
  transform: scale(1) translate(0px, 0px);
}
.pxl-image-wg.skew-in.pxl-animated {
  -webkit-animation-name: pxl_skew_in;
  animation-name: pxl_skew_in;
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overflow-hiden {
  overflow: hidden;
}
#pxl-wapper {
  overflow: hidden;
}
@media (max-width: 1200px) {
  #pxl-wapper.pxl-wapper #pxl-main {
    padding-top: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  #pxl-wapper .container {
    max-width: 1350px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .container {
    max-width: 100%;
  }
}
#pxl-wapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #pxl-wapper #pxl-sidebar-area {
    margin-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1199px) {
  #pxl-wapper .elementor-top-section > .elementor-column-gap-extended .elementor-inner-section > .elementor-column-gap-extended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#pxl-main {
  padding: 140px 0 128px;
}
@media (max-width: 1200px) {
  #pxl-main {
    padding: 80px 0 80px;
  }
}
#pxl-main .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1350px;
  margin: 0 auto;
}
.single-post #pxl-main {
  padding: 100px 0 90px;
}
@media screen and (max-width: 1199px) {
  .single-post #pxl-main {
    padding: 60px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
    top: 30px;
  }
}
.single-post .pxl-item--content > .elementor {
  margin: 0 -15px;
}
.pxl-bg-color-left {
  z-index: 1;
}
.pxl-bg-color-left:before {
  z-index: -1;
  content: '';
  background-color: #070f01;
  position: absolute;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .pxl-bg-color-left:before {
    left: 0;
  }
}
.pxl-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pxl-breadcrumb a {
  color: inherit;
}
.pxl-breadcrumb a:hover {
  color: var(--primary-color);
}
.pxl-breadcrumb li {
  display: inline-block;
  align-items: center;
}
.pxl-breadcrumb li:first-child:before {
  content: "\f147";
  margin-right: 6px;
  color: inherit;
  font-family: caseicon;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.pxl-breadcrumb li span {
  font-size: inherit;
}
#pxl-page-title-default {
  padding: 74px 0 72px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center !important;
  background-image: url(../img/bg-pagetitle.jpg);
}
@media (max-width: 767px) {
  #pxl-page-title-default {
    padding: 35px 0 45px;
  }
}
#pxl-page-title-default .container {
  z-index: 99;
  position: relative;
}
#pxl-page-title-default .pxl-page-title {
  font-size: 62px;
  margin-bottom: 33px;
  font-weight: 500;
  line-height: 66px;
}
@media screen and (max-width: 1199px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
#pxl-page-title-default .pxl-page-title ~ .pxl-breadcrumb {
  display: inline-flex;
  justify-content: center;
}
#pxl-page-title-default .pxl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #839297;
}
#pxl-page-title-default .pxl-breadcrumb a {
  font-size: inherit;
  text-transform: uppercase;
}
#pxl-page-title-default .pxl-breadcrumb a:hover {
  text-decoration: underline;
}
#pxl-page-title-default .pxl-breadcrumb li {
  margin-right: 41px;
  position: relative;
  line-height: 20px;
  font-family: 'Montserrat';
}
@media (max-width: 575px) {
  #pxl-page-title-default .pxl-breadcrumb li {
    text-align: left;
  }
}
#pxl-page-title-default .pxl-breadcrumb li:before {
  content: '';
  position: absolute;
  margin: 0;
  top: 0;
  right: -21px;
  width: 1px;
  height: 100%;
  background-color: #c0c6c6;
}
#pxl-page-title-default .pxl-breadcrumb li:first-child a {
  color: var(--primary-color);
}
#pxl-page-title-default .pxl-breadcrumb li:last-child {
  margin-right: 0;
}
#pxl-page-title-default .pxl-breadcrumb li:last-child:before {
  content: none !important;
}
.error404 {
  overflow: hidden;
}
.error404 #pxl-main {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-image: url(../img/bg-404.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.error404 #pxl-page-title-default {
  position: relative;
  z-index: 1;
}
.error404 #pxl-page-title-default:before {
  background-image: url(../img/bg-404.jpg);
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.error404 #pxl-page-title-default .pxl-page-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .error404 #pxl-page-title-default .pxl-page-title {
    font-size: 30px;
  }
}
.error404 #pxl-page-title-default .pxl-breadcrumb li {
  color: #fff;
}
.error404 #pxl-page-title-default .pxl-breadcrumb li a {
  color: #fff;
}
.error404 #pxl-page-title-default .pxl-breadcrumb li span {
  color: inherit;
}
.error404 .pxl-error-title-top {
  font-size: 55px;
  font-weight: 600;
  line-height: 62px;
  color: var(--primary-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .error404 .pxl-error-title-top {
    font-size: 40px;
    line-height: 50px;
  }
}
.error404 .pxl-error-title {
  font-size: 42px;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 50px;
}
@media screen and (max-width: 1199px) {
  .error404 .pxl-error-title {
    font-size: 30px;
    line-height: 1;
  }
}
.error404 .excerpt-404 {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
  margin-bottom: 31px;
}
.error404 .error-img-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}
.error404 .error-img-container .error-img {
  animation: pxl-spin 15s linear infinite;
}
.error404 .error-img-container .error-img2 {
  max-width: 1017px;
  position: absolute;
}
.error404 .btn {
  border-radius: 28px;
  font-style: normal;
  padding: 17px 30px 19px 32px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
.error404 .btn i {
  font-size: 16px;
  margin-top: 3px;
  color: #fff;
  margin-left: 15px;
}
.error404 .btn i:before {
  font-weight: 300;
}
.error404 .btn:hover i {
  animation: pxl_right_from_left 0.5s forwards;
}
.error404 .pxl-error-inner {
  max-width: 372px;
  margin: 0 auto;
  text-align: center;
}
.error404 .pxl-error-inner .search-field {
  height: 60px;
  line-height: 60px;
  padding: 0 25px 0 40px;
}
.error404 .pxl-error-inner .search-submit {
  top: 50%;
  padding: 0;
  background-color: transparent;
  right: 20px;
  color: #000;
  font-size: 20px;
  position: absolute;
  transform: translatey(-50%);
}
.error404 .pxl-error-inner .searchform-wrap {
  position: relative;
}
.error404 .pxl-error-inner .search-form {
  max-width: 400px;
  margin: 0 auto;
}
#pxl-footer-default {
  padding: 40px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: #fff;
  text-decoration: underline;
}
.pxl-scroll-top {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 40px;
  bottom: 40px;
  font-size: 14px;
  background-color: #fff;
  color: var(--primary-color);
  text-align: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -khtml-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -moz-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -ms-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -o-box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  box-shadow: 0 0 20px rgba(23, 23, 23, .25);
  -webkit-transition: 0.4s;
  -khtml-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.pxl-scroll-top.pxl-on {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1199px) {
  .pxl-scroll-top.pxl-on {
    bottom: 15px;
  }
}
.pxl-scroll-top:before {
  content: "\f142";
  font-family: caseicon;
  position: absolute;
  left: 13px;
  top: 0px;
  font-size: 15px;
  font-weight: 500;
  transform: rotate(-90deg);
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pxl-scroll-top:hover, .pxl-scroll-top:focus {
  margin-bottom: 4px;
}
.pxl-scroll-top:hover:before, .pxl-scroll-top:focus:before {
  color: var(--primary-color);
}
.pxl-scroll-top .pxl-progress-circle path {
  fill: none;
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  -khtml-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
  }
}
.pxl-footer-fixed #pxl-header-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-footer-fixed #pxl-main {
    margin-bottom: 0 !important;
  }
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-footer #pxl-main, .elementor-editor-active.single-header #pxl-main {
  max-width: 1350px;
  padding: 0 15px;
  margin: auto;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
  background-color: #000;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1170px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .price {
  text-align: left;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .woocommerce-product-details__short-description {
  padding: 15px 0;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .woocommerce-product-details__short-description p {
  margin: 0;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .cart {
  padding-top: 20px;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .cart .quantity {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .cart .quantity .qty-suff {
  top: -35px;
}
body .mfp-wrap .mfp-container .mfp-content .entry-summary .cart button {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--primary-color);
  width: 60px;
  height: 120px;
  opacity: 1;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f104";
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f105";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.pxl-row-divider-angle-top {
  z-index: 1;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: scalex(-1) scaley(-1);
  -khtml-transform: scalex(-1) scaley(-1);
  -moz-transform: scalex(-1) scaley(-1);
  -ms-transform: scalex(-1) scaley(-1);
  -o-transform: scalex(-1) scaley(-1);
  transform: scalex(-1) scaley(-1);
}
@keyframes pxl_loader_digital1 {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}
@keyframes pxl_loader_digital2 {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.pxl-loader {
  background-color: #f3dece;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  /*  mouse move animation */
}
.pxl-loader .pxl-loader-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pxl-loader.style-business {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
.pxl-loader.style-1 .pxl-loader-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-loader.style-1 .letters-loading {
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  color: rgba(44, 76, 89, 0.15);
  position: relative;
  font-size: 160px;
  line-height: 160px;
}
@media (max-width: 991px) {
  .pxl-loader.style-1 .letters-loading {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 5px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .pxl-loader.style-1 .letters-loading {
    font-size: 60px;
    line-height: 60px;
  }
}
.pxl-loader.style-1 .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.pxl-loader.style-1 .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.pxl-loader.style-1 .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.pxl-loader.style-1 .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.pxl-loader.style-1 .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.pxl-loader.style-1 .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.pxl-loader.style-1 .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.pxl-loader.style-1 .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--secondary-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 160px;
  position: absolute;
}
@media (max-width: 991px) {
  .pxl-loader.style-1 .letters-loading:before {
    line-height: 100px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .pxl-loader.style-1 .letters-loading:before {
    line-height: 60px;
  }
}
.pxl-loader.style-software {
  background-image: -webkit-linear-gradient(60deg, ,  50%);
  background-image: -moz-linear-gradient(60deg, ,  50%);
  background-image: -ms-linear-gradient(60deg, ,  50%);
  background-image: -o-linear-gradient(60deg, ,  50%);
  background-image: linear-gradient(60deg, ,  50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr=' 50%');
}
.pxl-loader.style-software .pxl-loader-effect {
  width: 45px;
  height: 45px;
}
.pxl-loader.style-software .pxl-bounce-1, .pxl-loader.style-software .pxl-bounce-2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pxl_loader_bounce 2s infinite ease-in-out;
  animation: pxl_loader_bounce 2s infinite ease-in-out;
}
.pxl-loader.style-software .pxl-bounce-2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.enable-cursor .cursor-drag-area {
  cursor: none;
}
.pxl-cursor {
  position: fixed;
  background-color: var(--primary-color);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: transform 0.3s linear, opacity 0.2s linear;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
  transform-origin: center;
}
.pxl-cursor.active {
  opacity: 1;
  transform: scale(0);
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-cursor:not(.active) {
  mix-blend-mode: multiply;
}
.pxl-cursor.none-follower.active {
  transform: scale(2.5);
}
.pxl-cursor.hide {
  display: none;
}
.pxl-cursor-follower {
  position: fixed;
  background-color: var(--primary-color);
  opacity: 0.2;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s transform linear, opacity 0.2s linear, background 0.2s linear;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px);
  transform-origin: center;
}
.pxl-cursor-follower.active {
  opacity: 0.5;
  transform: scale(3);
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-cursor-follower.active.video {
  background-color: var(--primary-color);
}
.pxl-cursor-follower:not(.active) {
  mix-blend-mode: multiply;
}
.pxl-cursor-follower.hide {
  display: none;
}
.pxl-cursor-arrow-prev {
  position: fixed;
  background-color: var(--primary-color);
  width: 104px;
  height: 104px;
  border-radius: 100%;
  z-index: 1;
  transition: transform 0.3s linear, opacity 0.2s linear;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-family: ;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pxl-cursor-arrow-prev.active {
  opacity: 1;
  transform: scale(1);
}
.pxl-cursor-arrow-prev.hide {
  display: none;
}
.pxl-cursor-arrow-prev .icon {
  margin-right: 8px;
}
.pxl-cursor-arrow-prev .rotate-180 {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pxl-cursor-arrow-prev .text {
  margin-top: 1px;
}
.pxl-cursor-arrow-next {
  position: fixed;
  background-color: var(--primary-color);
  width: 104px;
  height: 104px;
  border-radius: 100%;
  z-index: 1;
  transition: transform 0.3s linear, opacity 0.2s linear;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pxl-cursor-arrow-next.active {
  opacity: 1;
  transform: scale(1);
}
.pxl-cursor-arrow-next.hide {
  display: none;
}
.pxl-cursor-arrow-next .icon {
  margin-left: 7px;
}
.pxl-cursor-arrow-next .rotate-180 {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pxl-cursor-arrow-next .text {
  margin-top: 1px;
}
.pxl-cursor-drag {
  position: fixed;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 -8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: difference;
  -webkit-transition: all 0.08s linear;
  -khtml-transition: all 0.08s linear;
  -moz-transition: all 0.08s linear;
  -ms-transition: all 0.08s linear;
  -o-transition: all 0.08s linear;
  transition: all 0.08s linear;
}
.pxl-cursor-drag > * {
  display: inline-flex;
}
.pxl-cursor-drag.active {
  opacity: 1;
  transform: scale(1);
}
.pxl-cursor-drag.hide {
  display: none;
}
.pxl-cursor-drag .pxl-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-cursor-drag .icon {
  font-size: 14px;
  color: #fff;
  margin: 0 8px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pxl-cursor-drag .text {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0.4s;
  -khtml-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s;
}
.pxl-cursor-drag .rotate-180 {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pxl-cursor-drag.clicked {
  width: 70px;
  height: 70px;
}
.pxl-cursor-drag.clicked .pxl-overlay {
  transform: scale(0.8);
}
.pxl-cursor-drag.clicked .text {
  opacity: 0;
  transform: scale(0);
  display: none;
}
.pxl-cursor-drag.clicked .icon-left {
  -webkit-transform: translatex(-50px);
  -khtml-transform: translatex(-50px);
  -moz-transform: translatex(-50px);
  -ms-transform: translatex(-50px);
  -o-transform: translatex(-50px);
  transform: translatex(-50px);
}
.pxl-cursor-drag.clicked .icon-left.rotate-180 {
  -webkit-transform: translatex(-50px) rotate(180deg);
  -khtml-transform: translatex(-50px) rotate(180deg);
  -moz-transform: translatex(-50px) rotate(180deg);
  -ms-transform: translatex(-50px) rotate(180deg);
  -o-transform: translatex(-50px) rotate(180deg);
  transform: translatex(-50px) rotate(180deg);
}
.pxl-cursor-drag.clicked .icon-right {
  -webkit-transform: translatex(50px);
  -khtml-transform: translatex(50px);
  -moz-transform: translatex(50px);
  -ms-transform: translatex(50px);
  -o-transform: translatex(50px);
  transform: translatex(50px);
}
.pxl-cursor-drag.clicked .icon-right.rotate-180 {
  -webkit-transform: translatex(50px) rotate(180deg);
  -khtml-transform: translatex(50px) rotate(180deg);
  -moz-transform: translatex(50px) rotate(180deg);
  -ms-transform: translatex(50px) rotate(180deg);
  -o-transform: translatex(50px) rotate(180deg);
  transform: translatex(50px) rotate(180deg);
}
.pxl-cursor-map {
  position: fixed;
  background-color: var(--primary-color);
  width: 101px;
  height: 101px;
  border-radius: 100%;
  z-index: 1;
  transition: transform 0.3s linear, opacity 0.2s linear;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: center;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pxl-cursor-map.active {
  opacity: 1;
  transform: scale(1);
}
.pxl-cursor-map.hide {
  display: none;
}
.cursor-outline .pxl-cursor {
  width: 5px;
  height: 5px;
}
.cursor-outline .pxl-cursor-follower {
  background-color: transparent;
  border: 1px solid var(--primary-color);
}
.cursor-outline .pxl-cursor-arrow-prev {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  text-transform: capitalize;
}
.cursor-outline .pxl-cursor-arrow-prev .icon {
  font-size: 10px;
}
.cursor-outline .pxl-cursor-arrow-next {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  text-transform: capitalize;
}
.cursor-outline .pxl-cursor-arrow-next .icon {
  font-size: 10px;
}
.cursor-outline .pxl-cursor-drag {
  mix-blend-mode: unset;
}
.cursor-outline .pxl-cursor-drag .pxl-overlay {
  background-color: transparent;
  border: 2px solid var(--primary-color);
}
@media (min-width: 1920px) {
  .single #pxl-wapper, .blog #pxl-wapper, .single-post #pxl-wapper {
    overflow: unset;
  }
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl--effect-slide:after {
  transform-origin: right center;
  -webkit-transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -khtml-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -moz-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -ms-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  -o-transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: transform 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.pxl--effect-slide:hover:after {
  transform-origin: left center;
  -webkit-transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pxl-icon--plus {
  height: 10px;
  width: 10px;
  position: relative;
}
.pxl-icon--plus:before, .pxl-icon--plus:after {
  content: '';
  background-color: var(--primary-color);
  position: absolute;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-icon--plus:before {
  width: 10px;
  height: 2px;
  top: 4px;
  left: 0;
}
.pxl-icon--plus:after {
  width: 2px;
  height: 10px;
  left: 4px;
  top: 0;
}
.btn-hover-5 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.btn-hover-5 span {
  position: relative;
  z-index: 1;
}
.btn-hover-5:before {
  content: "";
  height: 0;
  width: 100%;
  background-color: var(--secondary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-hover-5:hover {
  color: #fff;
}
.btn-hover-5:hover span {
  color: #fff;
}
.btn-hover-5:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  animation-duration: 0.3s;
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-swiper-arrow.style2:before, .pxl-button-video1.style2:after, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.style2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-middle, .pxl-video-player .pxl-box--icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-icon--middle {
  position: relative;
}
.pxl-icon--middle * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-item--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.color-primary {
  color: var(--primary-color);
}
.text-gradient, .pxl-button-video1.style1 i, .pxl-title-effect.pxl-type-gradient .pxl-item--title, .btn-slider-custom i, body.rtl #pxl-page-title-default .pxl-breadcrumb li:before, .pxl-btn-line i, .swiper-filter-wrap .filter-item.active span, .pxl-grid-filter3 .filter-item.active span, .pxl-swiper-arrow-style3 .pxl-swiper-arrow:hover, .swiper-filter-wrap .filter-item.active span, .pxl-grid-filter3 .filter-item.active span, .pxl-swiper-arrow-style3 .pxl-swiper-arrow:hover {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient-revert, .pxl-showcase.layout1 .pxl-item-links a.active {
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
}
.bg-gradient-bottom, .comment-form .form-submit .submit:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-gradient-top, .pxl-contact-box .pxl-item--inner .shape-left, .pxl-contact-box .pxl-item--inner .shape-right {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-hide-xl {
    display: none !important;
  }
  .pxl-col-line1 {
    position: relative !important;
  }
  .pxl-col-line1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.08);
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pxl-col-line2 {
    position: relative !important;
  }
  .pxl-col-line2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #ededed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 1199px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
.image-carousel-custom.elementor-pagination-position-inside .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 35px;
}
@media screen and (min-width: 1400px) {
  .pxl-section-padding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.tp-thumbs-inner-wrapper .tp-thumb {
  border: 6px solid transparent;
}
.tp-thumbs-inner-wrapper .tp-thumb.selected {
  border-color: #fefefe;
}
.tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-title {
  opacity: 0 !important;
}
.elementor-widget-image-carousel .elementor-widget-container {
  border-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .rs-parallax-wrap.pxl-group-center {
    min-width: 600px;
    top: 50% !important;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
body:not(.elementor-editor-active) .elementor-widget-pxl_particle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-particle .pxl-item--particle {
  position: absolute;
}
.pxl-particle + .elementor-container {
  z-index: 99;
}
.pxl-logo a {
  display: inline-block;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.pxl-heading .pxl-item--title b {
  font-weight: 700;
}
.pxl-heading .pxl-heading--inner {
  display: inline-block;
}
.pxl-heading .pxl-heading--inner .pxl-item--title {
  color: #000;
  font-size: 60px;
}
@media screen and (min-width: 992px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title.divider-left:before {
    width: 170px;
    height: 2px;
    background-color: #000;
    content: "";
    display: inline-block;
    top: -11px;
    position: relative;
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title.divider-right:after {
    width: 170px;
    height: 2px;
    background-color: #000;
    content: "";
    display: inline-block;
    top: -11px;
    position: relative;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-heading .pxl-heading--inner .pxl-item--title {
    font-size: 30px;
  }
}
.pxl-heading .pxl-item--subtitle span {
  font-size: 14px;
  color: var(--third-color);
}
.pxl-heading .pxl-text--slide {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.pxl-heading .pxl-text--slide span {
  display: inline-block;
}
.pxl-heading .wow.letter {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-heading .wow.letter.animated {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.heading-custom .pxl-item--title span {
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 3px solid #000;
}
.pxl-text-editor .btn {
  margin: 0 12px;
}
.pxl-text-editor .sc-button-wrap {
  display: inline-flex;
}
.pxl-text-editor .pxl-item--inner {
  display: inline-block;
}
.pxl-text-editor .pxl-item--inner p:last-child {
  margin-bottom: 0;
}
.pxl-text-editor.style-bg-box {
  padding: 0px 55px 0px 60px;
  position: relative;
  z-index: 1;
}
.pxl-text-editor.style-bg-box:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  -webkit-transform: skew(-35deg);
  -khtml-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -ms-transform: skew(-35deg);
  -o-transform: skew(-35deg);
  transform: skew(-35deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.pxl-text-editor.style-bg-box .pxl-item--inner {
  line-height: 33px;
}
.pxl-link {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .pxl-link.style1 li {
    display: block !important;
  }
}
.pxl-link li {
  margin-bottom: 14px;
}
.pxl-link li a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.pxl-link li a .pxl-link-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}
.pxl-link li a .pxl-link-container .pxl-link1 {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .pxl-link li a .pxl-link-container .pxl-link1 {
    margin-bottom: 10px;
  }
}
.pxl-link li a .pxl-link-container .pxl-link2 {
  color: var(--third-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Montserrat';
}
.pxl-link li i {
  min-width: 70px;
  margin-right: 25px;
  margin-top: 0px;
  font-size: 25px;
  line-height: 25px;
  border: 1px solid;
  border-color: #c0c6c6;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.pxl-link.pxl-inline-block li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.pxl-link.pxl-inline-block li + li {
  margin-left: 20px;
}
.pxl-megamenu .pxl-link li a:before {
  display: none;
}
.pxl-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-social li {
  margin-bottom: 14px;
}
.pxl-social li a {
  color: #222;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.pxl-social li a:after {
  content: '';
  background-color: var(--primary-color);
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-social li a:hover {
  color: var(--primary-color);
}
.pxl-social li a:hover:after {
  width: 100%;
}
.pxl-social.pxl-inline-block li {
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 7px;
}
.pxl-social.pxl-inline-block li + li:before {
  width: 4px;
  height: 4px;
  content: "";
  display: inline-block;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #abc;
  position: relative;
  margin-right: 12px;
  top: -2px;
}
.btn-video {
  background-color: transparent;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: var(--primary-color);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid var(--primary-color);
}
.btn-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-color: rgba(var, 1, 0, 0);
  background-color: initial;
  border-radius: 50%;
  animation: pxl_scale1 1500ms ease-out infinite;
  -webkit-animation: pxl_scale1 1500ms ease-out infinite;
  z-index: -2;
}
.btn-video:hover, .btn-video:focus {
  color: #000;
}
.btn-video:hover:before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.pxl-button-video1.style1 {
  width: 62px;
  height: 62px;
  line-height: 62px;
}
.pxl-button-video1.style2 {
  width: 104px;
  height: 104px;
  line-height: 104px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  background: none;
  color: #fff;
}
.pxl-button-video1.style2:before {
  display: none;
}
.pxl-button-video1.style2:after {
  background-color: rgba(255, 255, 255, 0.13);
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-backdrop-filter: blur(4px);
  -ms-backdrop-filter: blur(4px);
  -o-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.pxl-project-detail1 {
  color: #000;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}
.pxl-project-detail1 .pxl--item + .pxl--item {
  margin-top: 45px;
}
@media screen and (max-width: 991px) {
  .pxl-project-detail1 .pxl--item + .pxl--item {
    margin-top: 25px;
  }
}
.pxl-project-detail1 label {
  font-size: 12px;
  text-transform: uppercase;
  color: #434343;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .pxl-pagination1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pxl-pagination1 > div {
    width: 50%;
  }
}
.pxl-pagination1 a.btn-nav {
  display: inline-flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 12px;
  font-weight: 500;
  color: #6a6777;
  text-transform: uppercase;
  position: relative;
}
.pxl-pagination1 a.btn-nav:after {
  bottom: 0;
  left: 50%;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pxl-pagination1 a.btn-nav:hover:after {
  width: 100%;
}
.pxl-pagination1 .pxl-title-pagination {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
.pxl-pagination1 .pxl-title-pagination a {
  font-size: inherit;
}
.pxl-pagination1 .item--prev {
  text-align: right;
  padding: 60px 60px 65px 30px;
  background-color: #f7f7f7;
}
.pxl-pagination1 .item--prev a.btn-nav:after {
  background-color: #000;
}
.pxl-pagination1 .item--next {
  text-align: left;
  padding: 60px 30px 65px 60px;
  background-color: #000;
}
.pxl-pagination1 .item--next .pxl-title-pagination a {
  color: #fff;
}
.pxl-pagination1 .item--next a.btn-nav {
  color: #fff;
}
.pxl-pagination1 .item--next a.btn-nav:after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pxl-pagination1 .pxl--item {
    padding: 40px 15px;
  }
  .pxl-pagination1 .pxl--item .pxl-title-pagination {
    font-size: 20px;
  }
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  display: flex;
  align-items: center;
  color: var(--primary-color);
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.pxl-search-popup-button i, .pxl-cart-sidebar-button i {
  font-size: 24px;
  line-height: 25px;
}
.pxl-search-popup-button span, .pxl-cart-sidebar-button span {
  font-family: 'Montserrat';
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.pxl-cart-sidebar-button .pxl_cart_counter {
  color: var(--primary-color);
  position: relative;
}
.pxl-cart-sidebar-button .pxl_cart_counter:after {
  content: ')';
  position: absolute;
  top: 0;
  right: -5px;
  color: var(--primary-color);
  font-family: 'Montserrat';
}
.pxl-cart-sidebar-button .pxl_cart_counter:before {
  content: '(';
  position: absolute;
  top: 0;
  left: -5px;
  color: var(--primary-color);
  font-family: 'Montserrat';
}
.pxl-getintouch.layout1 {
  padding-left: 0;
  list-style: none;
}
.pxl-getintouch.layout1 li {
  color: var(--primary-color);
  display: flex;
}
.pxl-getintouch.layout1 li a {
  color: var(--primary-color);
}
.pxl-getintouch.layout1 li i {
  font-size: 20px;
  position: relative;
  top: 6px;
  margin-right: 5px;
  line-height: 1;
}
.pxl-contact-form.btn-w-full button, .pxl-contact-form.btn-w-full .wpcf7-submit {
  width: 100%;
}
.pxl-contact-form .contact-form-faq .input-contact .ctf-faq-check {
  margin: 17px 0 14px;
}
.pxl-contact-form .contact-form-faq .input-contact .btn-form > p {
  max-width: 217px;
  background-color: var(--primary-color);
  border-radius: 28px;
  padding: 17px 30px 19px 32px;
  display: flex;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .pxl-contact-form .contact-form-faq .input-contact .btn-form > p {
    margin: 0;
  }
}
.pxl-contact-form .contact-form-faq .input-contact .btn-form > p:hover i {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-contact-form .contact-form-faq .input-contact .btn-form > p button {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
.pxl-contact-form .contact-form-faq .input-contact .btn-form > p i {
  font-size: 23px;
  color: #fff;
  margin-left: 15px;
  line-height: 19px;
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap input {
  font-weight: 400;
  margin: 14px 0 3px;
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox input, .pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox span:before, .pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox span:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox span {
  cursor: pointer;
  padding-left: 11px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox span:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox span:after {
  content: '\f119';
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 16px;
  text-align: center;
  top: 3px;
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox input {
  z-index: 99;
  opacity: 0;
}
.pxl-contact-form .contact-form-faq .input-contact .wpcf7-form-control-wrap .wpcf7-checkbox input:checked + span:after {
  opacity: 1;
}
.pxl-contact-form .wrap-ctf1 > .input-filled {
  display: inline-flex;
  gap: 35px;
  align-items: center;
  justify-content: center;
}
.pxl-contact-form .wrap-ctf1 .btn-form:hover button:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-contact-form .wrap-ctf1 .btn-form:hover p i {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-contact-form .wrap-ctf1 .btn-form button {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.pxl-contact-form .wrap-ctf1 .btn-form button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form .wrap-ctf1 .btn-form p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-contact-form .wrap-ctf1 .btn-form p i {
  font-size: 20px;
}
.pxl-contact-form .wpcf7-form-control-wrap {
  display: inline-flex;
  width: 100%;
  position: relative;
}
.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  font-size: 12px;
  background-color: #dc3232;
  color: rgba(255, 255, 255, 0.87);
  padding: 0 6px;
  border-radius: 3px;
  line-height: 22px;
  z-index: 99;
}
.pxl-contact-form form {
  position: relative;
}
.pxl-contact-form form .wpcf7-response-output {
  margin: 30px 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 12px 20px;
  color: red;
  text-align: center;
}
.pxl-contact-form form .wpcf7-spinner {
  display: none;
}
.pxl-contact-form form:before {
  content: '';
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent var(--primary-color) transparent var(--primary-color);
  border-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
}
.pxl-contact-form form.submitting * {
  opacity: 0.66;
}
.pxl-contact-form form.submitting:before {
  opacity: 1;
  visibility: visible;
}
.pxl-contact-form textarea {
  height: 164px;
}
.pxl-contact-form.button-style1 button.wpcf7-submit {
  background-color: var(--primary-color);
  background-position: top 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-form.button-style1 button.wpcf7-submit i {
  margin-left: 20px;
  font-size: 12px;
}
.pxl-contact-form1 .wpcf7-form-control:not(.wpcf7-submit) {
  font-size: 16px;
}
.pxl-contact-form1 .pxl-range-slider {
  height: 21px;
  background-color: #fff;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  -webkit-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -khtml-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -moz-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -ms-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  -o-box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  box-shadow: 0 10px 18px rgba(14, 14, 14, 0.17);
  position: relative;
  margin-bottom: 38px;
}
.pxl-contact-form1 .pxl-range-slider .ui-slider-range {
  position: relative;
  height: 21px;
  background-color: #8da735;
  -webkit-border-radius: 21px;
  -khtml-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
}
.pxl-contact-form1 .pxl-range-slider .ui-slider-handle {
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #126727;
  position: absolute;
  top: -7px;
  margin-left: -17px;
  cursor: pointer;
}
.pxl-contact-form1 .pxl-range-meta {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 6px;
  padding: 10px 7px 0 7px;
}
.pxl-contact-form1 .pxl-range-meta .wpcf7-form-control-wrap {
  display: inline-block !important;
  margin: 0 !important;
  width: auto !important;
}
.pxl-contact-form1 .pxl-range-meta label {
  font-weight: 500;
  color: #000;
  flex-grow: 1;
  font-style: italic;
  margin-right: 20px;
}
.pxl-contact-form1 .pxl-range-meta .pxl-range-result {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: 16px !important;
  font-weight: 700 !important;
  color: #126727 !important;
  min-width: 100px;
  max-width: 150px;
  text-align: right;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .pxl-contact-form1 .pxl-range-meta .pxl-range-result {
    min-width: 90px;
    max-width: 90px;
  }
}
.pxl-contact-form1 .pxl-range-meta + .pxl-range-slider {
  margin-left: 7px;
  margin-right: 7px;
}
.pxl-contact-form1 .pxl-range-footer {
  margin-top: 8px;
  font-size: 15px;
  color: #000;
  padding-right: 7px;
}
.pxl-contact-form1 .pxl-range-footer a {
  color: inherit;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.pxl-contact-form1 .pxl-range-footer a:hover {
  color: var(--primary-color);
  border-bottom: none;
}
.pxl-contact-form1 .wpcf7-form.failed .wpcf7-response-output {
  padding: 7px 20px 3px;
  border: 2px solid red;
}
.pxl-contact-form1 .wpcf7-form .input-filled label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}
.pxl-contact-form1 .wpcf7-form .input-filled .pxl-select-higthlight {
  height: 53px;
}
.pxl-contact-form1 .wpcf7-form .input-filled .wpcf7-submit i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 22px;
  position: relative;
  top: 7px;
}
.pxl-contact-form1 .wpcf7-form .pxl-select .pxl-select-higthlight:before {
  right: 5px;
}
.pxl-contact-form1 .row {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .ct7-from-custom .pxl-contact-form1 .input-filled {
    margin-bottom: 30px;
  }
}
.ct7-from-custom .pxl-contact-form1 .input-filled label {
  color: #222;
}
.ct7-from-custom .pxl-contact-form1 .input-filled br {
  display: none;
}
.ct7-from-custom .pxl-contact-form1 .wp-row-ctf7 .row {
  align-items: center;
}
.ct7-from-custom .pxl-contact-form1 .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.ct7-from-custom .pxl-contact-form1 .input-filled-btn {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .ct7-from-custom .pxl-contact-form1 .input-filled-btn {
    text-align: left;
  }
}
.ct7-from-custom .pxl-contact-form1 .wpcf7-form .input-filled .wpcf7-submit i {
  margin-right: 0;
  font-size: 40px;
  color: #000;
}
.pxl-icon1.style-1 {
  margin-left: -5px;
  margin-right: -5px;
}
.pxl-icon1.style-1 a {
  display: inline-block;
  margin: 5px;
}
.pxl-icon1.style-1 a:hover {
  color: var(--third-color);
}
.pxl-icon1.style-2 {
  margin-left: -5px;
  margin-right: -5px;
}
.pxl-icon1.style-2 a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  margin: 5px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-out !important;
  overflow: visible;
}
.pxl-icon1.style-2 a:hover .pxl-svg-circle circle {
  transform: rotate(55deg);
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
3 .pxl-icon1.style-2 a:hover .pxl-svg-circle circle:first-child {
  stroke-dashoffset: -115;
}
.pxl-icon1.style-2 a:hover .pxl-svg-circle circle:last-child {
  stroke-dashoffset: 0;
}
.pxl-icon1.style-2 .pxl-svg-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.pxl-icon1.style-2 .pxl-svg-circle circle {
  fill: none;
  stroke-width: 1px;
  transform-origin: center;
  transform: rotate(-145deg);
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.pxl-icon1.style-2 .pxl-svg-circle circle:first-child {
  stroke: #c0c6c6;
  stroke-dashoffset: 0;
  stroke-dasharray: 135;
}
.pxl-icon1.style-2 .pxl-svg-circle circle:last-child {
  stroke: var(--primary-color);
  stroke-dashoffset: 135;
  stroke-dasharray: 135;
}
.pxl-title-effect .pxl-item--title {
  margin-bottom: 0;
}
.pxl-title-effect.pxl-type-gradient .pxl-item--title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.elementor-widget__width-initial.elementor-widget-pxl_image > .elementor-widget-container {
  width: 100%;
}
.el-bounce.bounce-active, .pxl-image-effect1.bounce-active {
  animation: pxl_zigzag 600ms ease-out infinite;
  -webkit-animation: pxl_zigzag 600ms ease-out infinite;
}
.pxl-image-effect2 {
  animation: pxl_bottom_top_small 3s ease-out infinite;
  -webkit-animation: pxl_bottom_top_small 3s ease-out infinite;
}
.pxl-partner-carousel1 .pxl-item--logo {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.pxl-partner-carousel1 .pxl-item--logo img {
  max-height: 100px;
  width: auto;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1) 0s;
}
.pxl-partner-carousel1 .pxl-item--logo img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
  -khtml-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  opacity: 0;
}
.pxl-partner-carousel1 .pxl-item--logo:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.pxl-partner-carousel1 .pxl-item--logo:hover img:nth-child(1) {
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.pxl-partner-carousel1 .pxl-item--logo:hover img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pxl-partner-carousel1.box-style2 .pxl-item--logo img:nth-child(1) {
  opacity: 0.2;
}
.pxl-partner-carousel1.box-style2 .pxl-item--logo:hover img:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}
.pxl-partner-carousel1 .pxl-item--inner {
  text-align: center;
}
.pxl-partner-carousel1 .pxl-swiper-slide.swiper-slide-visible .pxl-item--inner:before {
  opacity: 1;
}
.pxl-partner-carousel1 .swiper-slide-visible.swiper-slide-next + .pxl-swiper-slide .pxl-item--inner:before {
  opacity: 0;
}
.pxl-partner-carousel1 .pxl-swiper-arrow {
  height: 39px;
  width: 39px;
  line-height: 39px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 11px;
}
.pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 0;
}
.pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 0;
}
.pxl-partner-carousel1[data-arrow="true"] {
  padding: 0 40px;
}
.pxl-partner-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 6px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.pxl-partner-carousel1 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-recent-news1 {
  position: relative;
  z-index: 1;
}
.pxl-recent-news1 .pxl-item--image {
  min-height: 320px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (min-width: 768px) {
  .pxl-recent-news1 .pxl-item--image {
    position: absolute;
    overflow: hidden;
    height: 100%;
    max-width: 45%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-item--image {
    position: relative;
  }
}
.pxl-recent-news1 .pxl-item--image .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.pxl-recent-news1 .pxl-item--title {
  font-size: 22px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .pxl-recent-news1 .pxl-item--title {
    max-width: 70%;
  }
}
.pxl-recent-news1 .pxl-item--title a {
  color: inherit;
}
.pxl-recent-news1 .pxl-item--title a:hover {
  color: inherit;
}
.pxl-recent-news1 .pxl-meta--post {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
}
.pxl-recent-news1 .pxl-meta--post li {
  font-size: 14px;
  display: inline-block;
  color: #888;
}
.pxl-recent-news1 .pxl-meta--post li a {
  color: #888;
}
.pxl-recent-news1 .pxl-meta--post li a:hover {
  color: var(--primary-color);
}
.pxl-recent-news1 .pxl-meta--post li i {
  margin-right: 10px;
}
.pxl-recent-news1 .pxl-meta--post li + li {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-item--body {
    padding: 30px 25px;
  }
}
.pxl-recent-news1 .btn-readmore {
  display: inline-flex;
  align-items: center;
  color: var(--secondary-color);
  font-weight: bold;
}
.pxl-recent-news1 .btn-readmore span {
  text-decoration: underline;
  text-shadow: 0px 5px 5px #e8f4e6;
}
.pxl-recent-news1 .btn-readmore i {
  margin: 0 10px;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  line-height: 26px;
  text-align: center;
  background-color: #26a02c;
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pxl-recent-news1 .btn-readmore:hover {
  color: var(--primary-color);
}
.pxl-recent-news1 .btn-readmore:hover i {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-recent-news1 .pxl-grid-item {
  background-color: #f9f9f9;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pxl-recent-news1 .pxl-grid-item {
    padding: 30px 30px 40px 50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-recent-news1 .pxl-grid-item {
    margin-bottom: 40px;
  }
}
.pxl-recent-news1 .pxl-grid-item.active {
  background-color: #e8f4e6;
}
@media screen and (min-width: 768px) {
  .pxl-recent-news1 .pxl-grid-item.active .pxl-item--image {
    z-index: 1;
    opacity: 1;
  }
}
.pxl-recent-news1 .pxl-grid-item.active .btn-readmore span {
  text-shadow: none;
}
.pxl-recent-news1 .pxl-grid-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.pxl-instagram1 {
  display: flex;
  flex-wrap: wrap;
}
.pxl-instagram1 .pxl--item {
  width: 20%;
  position: relative;
}
.pxl-instagram1 .pxl--item img {
  width: 100%;
}
.pxl-instagram1 .pxl--item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99;
  color: #fff;
  opacity: 0;
  font-size: 26px;
  visibility: hidden;
}
.pxl-instagram1 .pxl--item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-instagram1 .pxl--item.active a {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-overlay {
  width: 100% !important;
  height: 100%;
}
.elementor-widget-overlay .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.pxl-image-single {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single *, .pxl-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-spacer1 > div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pxl-spacer1 .pxl-space--xl {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-spacer1 .pxl-space--lg {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-spacer1 .pxl-space--md {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-spacer1 .pxl-space--sm {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .pxl-spacer1 .pxl-space--xs {
    display: block;
  }
}
.pxl-contact-box .pxl-item--bg {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-contact-box .pxl-item--text1 {
  color: var(--primary-color);
}
.pxl-contact-box .pxl-item--text2 {
  font-size: 36px;
  color: #fff;
  border-bottom: 1px solid #5b685e;
  margin-bottom: 15px;
  margin: 0 20px 20px;
  padding-bottom: 13px;
}
.pxl-contact-box .pxl-item--number {
  font-size: 40px;
  color: #fff;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
.pxl-contact-box .pxl-item--description {
  font-size: 20px;
  color: #fff;
  margin-bottom: 32px;
}
.pxl-contact-box .pxl-item--link a {
  display: inline-block;
  line-height: 46px;
  padding: 0 76px 0px 25px;
  background-color: #fff;
  color: #002813;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.pxl-contact-box .pxl-item--link a i {
  width: 56px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-contact-box .pxl-item--link a:hover i {
  background-image: -webkit-gradient(linear, left top, left bottom, from(), to());
  background-image: -webkit-linear-gradient(to bottom, , );
  background-image: -moz-linear-gradient(to bottom, , );
  background-image: -ms-linear-gradient(to bottom, , );
  background-image: -o-linear-gradient(to bottom, , );
  background-image: linear-gradient(to bottom, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
}
.pxl-contact-box .pxl-item--inner {
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  padding: 115px 20px;
}
.pxl-contact-box .pxl-item--inner .shape-left, .pxl-contact-box .pxl-item--inner .shape-right {
  position: absolute;
  width: 200px;
  height: 200px;
}
.pxl-contact-box .pxl-item--inner .shape-left {
  left: -135px;
  top: -65px;
  -webkit-transform: rotate(47deg);
  -khtml-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
}
.pxl-contact-box .pxl-item--inner .shape-right {
  right: -150px;
  bottom: -70px;
  -webkit-transform: rotate(47deg);
  -khtml-transform: rotate(47deg);
  -moz-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  -o-transform: rotate(47deg);
  transform: rotate(47deg);
}
.pxl-contact-box .pxl-item--inner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 13, 6, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pxl-contact-box .pxl-item--inner:hover .pxl-item--bg {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tp-bullets.bullets-nav-style1.vertical {
  width: 60px !important;
}
.tp-bullets.bullets-nav-style1.vertical .tp-bullet {
  height: 2px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
}
.tp-bullets.bullets-nav-style1.vertical .tp-bullet.selected {
  width: 100%;
  background-color: #000;
}
.tp-bullets.bullets-nav-style1-white.vertical {
  width: 60px !important;
}
.tp-bullets.bullets-nav-style1-white.vertical .tp-bullet {
  height: 2px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 50%;
}
.tp-bullets.bullets-nav-style1-white.vertical .tp-bullet.selected {
  width: 100%;
  background-color: #fff;
}
.tp-bullets.bullets-nav-style2.vertical .tp-bullet {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.tp-bullets.bullets-nav-style2.vertical .tp-bullet.selected {
  background-color: #fff;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tp-bullets.bullets-nav-style2.horizontal .tp-bullet {
  height: 8px;
  width: 8px;
  background-color: #bbb;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  -khtml-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.tp-bullets.bullets-nav-style2.horizontal .tp-bullet.selected {
  background-color: #fff;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.btn-slider-custom i {
  margin-left: 15px !important;
}
.btn-slider-custom:hover i {
  background-color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(to right, #fff, #fff);
  background-image: -moz-linear-gradient(to right, #fff, #fff);
  background-image: -ms-linear-gradient(to right, #fff, #fff);
  background-image: -o-linear-gradient(to right, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='#fff', gradientType='1');
}
.pxl-showcase.layout1 {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-showcase.layout1 .item-feature {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .pxl-showcase.layout1 .item-feature {
    margin-bottom: 20px;
  }
}
.pxl-showcase.layout1 .item-feature img {
  width: 100%;
}
.pxl-showcase.layout1 .item-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: rgba(44, 76, 89, .25);
  z-index: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.pxl-showcase.layout1 .item-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.pxl-showcase.layout1 .item-title a {
  font-size: inherit;
  color: #fff;
  font-weight: 500;
}
.pxl-showcase.layout1 .item-title .notification {
  -webkit-box-shadow: 0 6px 18px rgba(255, 213, 50, 0.15);
  -khtml-box-shadow: 0 6px 18px rgba(255, 213, 50, 0.15);
  -moz-box-shadow: 0 6px 18px rgba(255, 213, 50, 0.15);
  -ms-box-shadow: 0 6px 18px rgba(255, 213, 50, 0.15);
  -o-box-shadow: 0 6px 18px rgba(255, 213, 50, 0.15);
  box-shadow: 0 6px 18px rgba(255, 213, 50, 0.15);
  line-height: 23px;
  height: 23px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background-color: var(--primary-color);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  position: relative;
  text-transform: capitalize;
  margin-left: 8px;
  z-index: 2;
  text-align: center;
  display: inline-block;
  top: -2px;
}
.pxl-showcase.layout1 .item-title .notification:before {
  position: absolute;
  content: '';
  top: 7px;
  left: -8px;
  border-right: 10px solid var(--primary-color);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: 1;
}
.pxl-showcase.layout1 .pxl-item-links {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 30%;
  left: 0;
  position: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pxl-showcase.layout1 .pxl-item-links a {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  min-width: 100px;
  background-color: var(--primary-color);
  line-height: 40px;
  padding: 5px 30px;
  margin: 5px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}
.pxl-showcase.layout1 .pxl-item-links a:hover span {
  color: #fff;
}
.pxl-showcase.layout1 .pxl-item-links a span {
  margin-top: 0;
}
.pxl-showcase.layout1 .pxl-item-links a.active span {
  color: #fff;
}
.pxl-showcase.layout1 .inner-box {
  text-align: center;
}
.pxl-showcase.layout1:hover {
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.pxl-showcase.layout1:hover .item-feature:after {
  opacity: 1;
}
.pxl-showcase.layout1:hover .pxl-item-links {
  top: 50%;
  opacity: 1;
}
.pxl-showcase.layout2 .inner-box {
  text-align: center;
  position: relative;
}
.pxl-showcase.layout2 .item-feature {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -khtml-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -moz-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -ms-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  -o-box-shadow: 0 0 15px rgba(10, 50, 229, .19);
  box-shadow: 0 0 15px rgba(10, 50, 229, .19);
}
.pxl-showcase.layout2 .item-feature img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pxl-showcase.layout2 .item-feature:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(39, 162, 45, 0.49);
  z-index: 2;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.pxl-showcase.layout2 .pxl-item-links {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}
.pxl-showcase.layout2 .pxl-item-links a {
  overflow: hidden;
  opacity: 0;
  display: inline-block;
  background-color: var(--primary-color);
  line-height: 50px;
  padding: 0 25px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 16px;
}
.pxl-showcase.layout2 .pxl-item-links a:after {
  content: "";
  background: #fff;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  height: 120%;
  width: 15px;
  opacity: 0.2;
  left: -35%;
  top: -10%;
  -webkit-transform: rotate(15deg);
  -khtml-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pxl-showcase.layout2 .pxl-item-links a:hover span {
  color: #fff;
}
.pxl-showcase.layout2 .pxl-item-links a:hover:after {
  left: 130%;
}
.pxl-showcase.layout2 .pxl-item-links a span {
  margin-top: 0;
}
.pxl-showcase.layout2 .pxl-item-links a + a {
  margin-left: 10px;
}
.pxl-showcase.layout2 .pxl-item-links a.link-1 {
  -webkit-transform: translateY(-120px);
  -khtml-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  transform: translateY(-120px);
}
.pxl-showcase.layout2 .pxl-item-links a.link-2 {
  -webkit-transform: translateY(120px);
  -khtml-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transform: translateY(120px);
}
.pxl-showcase.layout2 .item-title {
  font-size: 18px;
}
.pxl-showcase.layout2:hover .item-feature:after {
  opacity: 1;
}
.pxl-showcase.layout2:hover .item-feature img {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.pxl-showcase.layout2:hover .pxl-item-links a {
  opacity: 1;
}
.pxl-showcase.layout2:hover .pxl-item-links a.link-1 {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-showcase.layout2:hover .pxl-item-links a.link-2 {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-image-before-after1 img {
  width: 100%;
}
.pxl-image-before-after1.style2 .twentytwenty-handle {
  background-color: #126727;
  border-color: #126727;
  width: 60px;
  height: 60px;
  border: none;
  margin-left: -30px;
}
.pxl-image-before-after1.style2 .twentytwenty-handle:before {
  margin-bottom: 33px;
}
.pxl-image-before-after1.style2 .twentytwenty-handle:after {
  margin-top: 33px;
}
.pxl-image-before-after2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pxl-image-before-after2 {
    margin-left: 28px;
  }
}
.pxl-image-before-after2:before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: -3px;
  left: -5px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 284px;
  -khtml-border-radius: 284px;
  -moz-border-radius: 284px;
  -ms-border-radius: 284px;
  -o-border-radius: 284px;
  border-radius: 284px;
  background-color: #fff;
}
.pxl-image-before-after2:after {
  content: '';
  z-index: -2;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 284px;
  -khtml-border-radius: 284px;
  -moz-border-radius: 284px;
  -ms-border-radius: 284px;
  -o-border-radius: 284px;
  border-radius: 284px;
  background-color: var(--primary-color);
  -webkit-transform: scale(1.11);
  -khtml-transform: scale(1.11);
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -o-transform: scale(1.11);
  transform: scale(1.11);
  left: -17px;
}
.pxl-image-before-after2 .twentytwenty-before-label, .pxl-image-before-after2 .twentytwenty-after-label {
  display: none;
}
.pxl-image-before-after2 .twentytwenty-wrapper {
  height: 284px;
  width: 284px;
  -webkit-border-radius: 284px;
  -khtml-border-radius: 284px;
  -moz-border-radius: 284px;
  -ms-border-radius: 284px;
  -o-border-radius: 284px;
  border-radius: 284px;
  overflow: hidden;
}
.pxl-image-before-after2 .twentytwenty-wrapper .twentytwenty-container {
  -webkit-border-radius: 284px;
  -khtml-border-radius: 284px;
  -moz-border-radius: 284px;
  -ms-border-radius: 284px;
  -o-border-radius: 284px;
  border-radius: 284px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pxl-image-before-after2 .twentytwenty-wrapper {
    height: 264px;
    width: 264px;
    -webkit-border-radius: 264px;
    -khtml-border-radius: 264px;
    -moz-border-radius: 264px;
    -ms-border-radius: 264px;
    -o-border-radius: 264px;
    border-radius: 264px;
  }
  .pxl-image-before-after2 .twentytwenty-wrapper .twentytwenty-container {
    -webkit-border-radius: 264px;
    -khtml-border-radius: 264px;
    -moz-border-radius: 264px;
    -ms-border-radius: 264px;
    -o-border-radius: 264px;
    border-radius: 264px;
  }
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: #fff;
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 10px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
  margin-left: -14px;
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow:before {
  content: '\f104';
  font-family: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 14px;
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
  margin-right: -14px;
}
.pxl-image-before-after2 .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow:before {
  content: '\f105';
  font-family: "";
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  font-weight: 14px;
}
.pxl-image-before-after2 .item--holder {
  position: absolute;
  width: 94px;
  height: 94px;
  background-color: var(--secondary-color);
  border-radius: 94px;
  top: -78px;
  right: 20px;
  z-index: 99;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-image-before-after2 .item--holder:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 9px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent var(--secondary-color) var(--secondary-color) transparent;
  transform: rotate(-28deg);
  z-index: -1;
}
.pxl-image-before-after2 .item--holder .item--icon {
  line-height: 1;
  margin-bottom: 2px;
}
.pxl-image-before-after2 .item--holder .item--icon i {
  font-size: 29px;
  color: var(--primary-color);
}
.pxl-image-before-after2 .item--holder .item--title {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.pxl-image-before-after2 .item--holder .item--year {
  line-height: 1;
  font-size: 19px;
  font-weight: 700;
}
.pxl-image-before-after2 .item--holder .item--meta {
  margin-top: -2px;
}
.pxl-anchor-wrap {
  display: flex;
}
.pxl-anchor-wrap .pxl-anchor {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--right {
  display: inline-flex;
  flex-direction: row-reverse;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 46px;
  padding: 0 35px;
  color: #fff;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--right .pxl-anchor-icon {
  margin-left: 15px;
  line-height: 1;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--right:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--left {
  display: inline-flex;
}
.pxl-anchor-wrap .pxl-anchor.pxl-icon--left .pxl-anchor-icon {
  line-height: 1;
}
.pxl-anchor-wrap .pxl-anchor.btn-default {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl-anchor-wrap.search-mask a {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 54px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  color: #111c16;
  text-align: center;
  background-color: #f4f3f0;
  mask-image: url(../images/bg-search-mask.png);
  -webkit-mask-image: url(../images/bg-search-mask.png);
  -ms-mask-image: url(../images/bg-search-mask.png);
  -o-mask-image: url(../images/bg-search-mask.png);
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -ms-mask-position: center top;
  -o-mask-position: center top;
  mask-position: center top;
}
.pxl-anchor-wrap.search-mask a:hover {
  color: #fff;
  background-color: ;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom {
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 23px;
  position: relative;
  text-decoration: none;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom span {
  position: absolute;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  -webkit-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -khtml-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -moz-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -ms-transition: width 0.3s linear 0s, background-color 0.3s ease;
  -o-transition: width 0.3s linear 0s, background-color 0.3s ease;
  transition: width 0.3s linear 0s, background-color 0.3s ease;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(1) {
  width: 24px;
  top: 0;
  bottom: auto;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(2) {
  width: 32px;
  top: 10px;
  bottom: auto;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(3) {
  width: 18px;
  top: auto;
  bottom: 0;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span {
  background-color: var(--primary-color);
}
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span:nth-child(1) {
  width: 32px;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span:nth-child(2) {
  width: 18px;
}
.pxl-anchor-wrap .pxl-anchor-icon.custom:hover span:nth-child(3) {
  width: 24px;
}
.anchor-align-end .pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(1) {
  left: auto;
  right: 0;
}
.anchor-align-end .pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(2) {
  left: auto;
  right: 0;
}
.anchor-align-end .pxl-anchor-wrap .pxl-anchor-icon.custom span:nth-child(3) {
  left: auto;
  right: 0;
}
.pxl-gallery-grid1 .wp-meta-bg {
  background-color: #000;
  overflow: hidden;
}
.pxl-gallery-grid1 .pxl-grid-item .pxl-item--holder {
  position: absolute;
}
.pxl-gallery-grid1 .pxl-grid-item .pxl-item--inner {
  overflow: hidden;
  position: relative;
}
.pxl-gallery-grid1 .container-custom {
  max-width: 1170px;
  margin: 90px auto 70px;
}
@media screen and (max-width: 991px) {
  .pxl-gallery-grid1 .container-custom {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .pxl-gallery-grid1 .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pxl-gallery-grid1 .container-custom .el--title {
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .pxl-gallery-grid1 .container-custom .el--title {
    font-size: 30px;
  }
}
.pxl-gallery-grid1 .container-custom .el--sub-title {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .pxl-gallery-grid1 .container-custom .wp-meta {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .pxl-gallery-grid1 .container-custom .swiper-filter-wrap, .pxl-gallery-grid1 .container-custom .pxl-grid-filter3 {
    justify-content: right;
  }
}
@media screen and (max-width: 991px) {
  .pxl-gallery-grid1 .container-custom .swiper-filter-wrap, .pxl-gallery-grid1 .container-custom .pxl-grid-filter3 {
    justify-content: left;
  }
}
.pxl-gallery-grid1 .grid-filter-wrap .filter-item {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin: 5px 10px 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0px;
  background-color: transparent;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.pxl-gallery-grid1 .grid-filter-wrap .filter-item:before {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -khtml-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  background-color: var(--primary-color);
  position: absolute;
}
.pxl-gallery-grid1 .grid-filter-wrap .filter-item.active {
  color: #fff;
}
.pxl-gallery-grid1 .grid-filter-wrap .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -khtml-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.pxl-gallery-grid1 .grid-filter-wrap .filter-item:first-child {
  margin-left: 0;
}
.pxl-gallery-grid1 .grid-filter-wrap .filter-item:last-child {
  margin-right: 0;
}
.pxl-gallery-grid1 .pxl-item--image {
  position: relative;
  overflow: hidden;
}
.pxl-gallery-grid1 .pxl-item--image a {
  display: block;
}
.pxl-gallery-grid1 .pxl-item--image img {
  width: 100%;
}
.pxl-gallery-grid1 .pxl-item--title {
  margin: 0;
  font-size: 24px;
  color: #fff;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
}
.pxl-gallery-grid1 .pxl-item--title a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .pxl-gallery-grid1 .pxl-item--title {
    font-size: 22px;
  }
}
.pxl-gallery-grid1 .pxl-item--subtitle {
  margin-bottom: 0px;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  padding: 0 26px;
  display: inline-block;
}
.pxl-gallery-grid1 .btn-zoom {
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 53px;
  height: 53px;
  font-size: 22px;
  line-height: 53px;
  color: #fff;
  opacity: 0;
}
.pxl-gallery-grid1 .btn-zoom i {
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-gallery-grid1 .pxl-item--holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  padding: 20px;
  overflow: visible;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translateX(-50%) scaleX(0);
  -khtml-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.pxl-gallery-grid1 .pxl-holder-inner {
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.pxl-gallery-grid1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-gallery-grid1 .pxl-item--inner:hover .pxl-item--holder {
  -webkit-transform: translateX(-50%) scaleX(1);
  -khtml-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
.pxl-gallery-grid1 .pxl-item--inner:hover .pxl-item--title {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-gallery-grid1 .pxl-item--inner:hover .pxl-item--subtitle {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-gallery-grid1 .pxl-item--inner:hover .btn-zoom {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.pxl-gallery-grid2 .grid-filter-wrap {
  margin-bottom: 45px;
}
.pxl-gallery-grid2 .grid-filter-wrap .filter-item {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin: 5px 20px 8px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  padding: 5px 0px;
  background-color: transparent;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #bababa;
  position: relative;
  cursor: pointer;
}
.pxl-gallery-grid2 .grid-filter-wrap .filter-item:before {
  width: 0px;
  left: auto;
  right: 0px;
  bottom: 0px;
  height: 1px;
  content: "";
  position: absolute;
  background: #000;
  transition: width 0.3s linear;
}
.pxl-gallery-grid2 .grid-filter-wrap .filter-item.active, .pxl-gallery-grid2 .grid-filter-wrap .filter-item:hover {
  color: #000;
}
.pxl-gallery-grid2 .grid-filter-wrap .filter-item.active:before, .pxl-gallery-grid2 .grid-filter-wrap .filter-item:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-gallery-grid2 .grid-filter-wrap .filter-item:first-child {
  margin-left: 0;
}
.pxl-gallery-grid2 .grid-filter-wrap .filter-item:last-child {
  margin-right: 0;
}
.pxl-gallery-grid2 .grid-filter-wrap.center {
  text-align: center;
}
.pxl-gallery-grid2 .pxl-item--image {
  position: relative;
  overflow: hidden;
  background-color: #000;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  margin-bottom: 25px;
}
.pxl-gallery-grid2 .pxl-item--image img {
  width: 100%;
}
.pxl-gallery-grid2 .button-showcase {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #000;
  min-width: 120px;
  padding: 0px 30px;
  top: 60%;
  left: 50%;
  opacity: 0;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-transform: translate(-50%, -60%);
  -khtml-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pxl-gallery-grid2 .button-showcase:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #000;
  transition: width 0.2s linear;
}
.pxl-gallery-grid2 .button-showcase:hover {
  color: #fff;
}
.pxl-gallery-grid2 .button-showcase:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-gallery-grid2 .pxl-item--title {
  margin: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}
.pxl-gallery-grid2 .pxl-item--title a {
  color: inherit;
}
.pxl-gallery-grid2 .pxl-item--inner {
  text-align: center;
}
.pxl-gallery-grid2 .pxl-item--inner:hover .pxl-item--image {
  -webkit-transform: translateY(-15px);
  -khtml-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.pxl-gallery-grid2 .pxl-item--inner:hover .pxl-item--image img {
  opacity: 0.3;
}
.pxl-gallery-grid2 .pxl-item--inner:hover .button-showcase {
  top: 50%;
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-gallery-grid2 .pxl-item--inner.is-active .pxl-item--image {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.pxl-gallery-grid2 .pxl-item--inner.is-active .pxl-item--image img {
  opacity: 0.3;
}
.pxl-gallery-grid2 .pxl-item--inner.is-active .button-showcase {
  top: 50%;
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}
.pxl-gallery-grid2 .pxl-item--inner.is-active .button-showcase:before {
  background-color: #fff;
  left: 0px;
  width: 100%;
  right: auto;
}
.pxl-gallery-grid3 .grid-filter-wrap .filter-item {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin: 5px 10px 8px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 0px;
  background-color: transparent;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.pxl-gallery-grid3 .grid-filter-wrap .filter-item:before {
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -khtml-transform: translate(-50%, -50%) scale(0.5);
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -o-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  background-color: var(--primary-color);
  position: absolute;
}
.pxl-gallery-grid3 .grid-filter-wrap .filter-item.active {
  color: #fff;
}
.pxl-gallery-grid3 .grid-filter-wrap .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -khtml-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.pxl-gallery-grid3 .grid-filter-wrap .filter-item:first-child {
  margin-left: 0;
}
.pxl-gallery-grid3 .grid-filter-wrap .filter-item:last-child {
  margin-right: 0;
}
.pxl-gallery-grid3 .pxl-grid-item .pxl-item--holder {
  position: absolute;
}
.pxl-gallery-grid3 .pxl-grid-item .pxl-item--inner {
  overflow: hidden;
  position: relative;
}
.pxl-gallery-grid3 .pxl-item--image {
  position: relative;
  overflow: hidden;
}
.pxl-gallery-grid3 .pxl-item--image a {
  display: block;
}
.pxl-gallery-grid3 .pxl-item--image img {
  width: 100%;
}
.pxl-gallery-grid3 .pxl-item--title {
  margin: 0;
  font-size: 21px;
  color: #fff;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .pxl-gallery-grid3 .pxl-item--title {
    font-size: 18px;
  }
}
.pxl-gallery-grid3 .pxl-item--subtitle {
  margin-bottom: 0px;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  padding: 0 26px;
  display: inline-block;
}
.pxl-gallery-grid3 .pxl-item--excerpt {
  margin-bottom: 0px;
  -webkit-transform: translateY(30px);
  -khtml-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #e0e0e0;
  font-size: 12px;
  line-height: 32px;
  font-weight: 500;
  padding: 0 26px;
}
.pxl-gallery-grid3 .pxl-item--holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  padding: 20px;
  overflow: visible;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translateX(-50%) scaleX(0);
  -khtml-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.pxl-gallery-grid3 .pxl-holder-inner {
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.pxl-gallery-grid3 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-gallery-grid3 .pxl-item--inner:hover .pxl-item--holder {
  -webkit-transform: translateX(-50%) scaleX(1);
  -khtml-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
.pxl-gallery-grid3 .pxl-item--inner:hover .pxl-item--title {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-gallery-grid3 .pxl-item--inner:hover .pxl-item--subtitle {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-gallery-grid3 .pxl-item--inner:hover .pxl-item--excerpt {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-casestudy-carousel1 .container-custom {
  max-width: 1170px;
  margin-bottom: 65px;
}
.pxl-casestudy-carousel1 .container-custom.alignment-left {
  margin-left: 0;
  margin-right: auto;
}
.pxl-casestudy-carousel1 .container-custom.alignment-center {
  margin: 0 auto 65px;
}
.pxl-casestudy-carousel1 .container-custom.alignment-right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .pxl-casestudy-carousel1 .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .pxl-casestudy-carousel1 .container-custom {
    margin-bottom: 30px;
  }
  .pxl-casestudy-carousel1 .container-custom .wp-title {
    margin-bottom: 35px;
  }
}
.pxl-casestudy-carousel1 .container-custom .wp-title {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
.pxl-casestudy-carousel1 .container-custom .el--title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  max-width: 670px;
  padding-left: 30px;
  border-left: 2px solid #000;
}
@media screen and (min-width: 992px) {
  .pxl-casestudy-carousel1 .container-custom .el--title {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .pxl-casestudy-carousel1 .container-custom .el--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-casestudy-carousel1 .container-custom .el--title {
    margin-bottom: 20px;
  }
}
.pxl-casestudy-carousel1 .container-custom .wp-arrow {
  display: flex;
  align-items: center;
  min-width: 40%;
  max-width: 40%;
  margin-bottom: 10px;
}
.pxl-casestudy-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow {
  position: static;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
  font-size: 26px;
  color: #b8b8b8;
}
.pxl-casestudy-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
  margin-left: 10px;
}
.pxl-casestudy-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-casestudy-carousel1 .container-custom .wp-arrow .pxl-swiper-dots {
  margin-top: 0;
}
.pxl-casestudy-carousel1 .container-custom .wp-arrow .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 8px;
  width: 5px;
  height: 5px;
}
.pxl-casestudy-carousel2 .container-custom {
  max-width: 1170px;
  padding-top: 95px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pxl-casestudy-carousel2 .container-custom:before {
  width: 5000px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .pxl-casestudy-carousel2 .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (max-width: 991px) {
  .pxl-casestudy-carousel2 .container-custom {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-casestudy-carousel2 .container-custom {
    margin-bottom: 30px;
  }
  .pxl-casestudy-carousel2 .container-custom .wp-title {
    margin-bottom: 35px;
  }
}
.pxl-casestudy-carousel2 .container-custom .wp-title {
  flex-grow: 1;
}
.pxl-casestudy-carousel2 .container-custom .el--title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .pxl-casestudy-carousel2 .container-custom .el--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-casestudy-carousel2 .container-custom .el--title {
    margin-bottom: 20px;
  }
}
.pxl-casestudy-carousel2 .container-custom .el--sub-title {
  font-size: 14px;
  color: #bbb;
}
.pxl-casestudy-carousel2 .container-custom .wp-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pxl-casestudy-carousel2 .container-custom .wp-arrow .pxl-swiper-arrow {
  position: static;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
  font-size: 26px;
  color: #b8b8b8;
}
.pxl-casestudy-carousel2 .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
  margin-left: 10px;
}
.pxl-casestudy-carousel2 .container-custom .wp-arrow .pxl-swiper-arrow:hover {
  color: #fff;
  background-color: transparent;
}
.pxl-casestudy-carousel2 .container-custom .wp-arrow .pxl-swiper-dots {
  margin-top: 0;
}
.pxl-casestudy-carousel2 .container-custom .wp-arrow .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 8px;
  width: 5px;
  height: 5px;
}
.pxl-casestudy-carousel2 .pxl-item--feature {
  margin-bottom: 20px;
}
.pxl-casestudy-carousel2 .pxl-item--feature img {
  width: 100%;
}
.pxl-casestudy-carousel2 .pxl-item--title {
  font-size: 21px;
  font-weight: 400;
}
.pxl-casestudy-carousel2 .pxl-item--inner {
  text-align: center;
}
.pxl-casestudy-carousel3 .pxl-item--feature {
  margin-bottom: 20px;
}
.pxl-casestudy-carousel3 .pxl-item--feature img {
  width: 100%;
}
.pxl-casestudy-carousel3 .pxl-item--title {
  font-size: 21px;
  font-weight: 400;
}
.pxl-casestudy-carousel3 .pxl-item--inner {
  text-align: center;
}
.pxl-casestudy-carousel4 .container-custom {
  max-width: 1170px;
  padding-top: 95px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.pxl-casestudy-carousel4 .container-custom:before {
  width: 5000px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background-color: #000;
}
@media screen and (max-width: 1199px) {
  .pxl-casestudy-carousel4 .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .pxl-casestudy-carousel4 .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (max-width: 991px) {
  .pxl-casestudy-carousel4 .container-custom {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-casestudy-carousel4 .container-custom {
    margin-bottom: 30px;
  }
  .pxl-casestudy-carousel4 .container-custom .wp-title {
    margin-bottom: 35px;
  }
}
.pxl-casestudy-carousel4 .container-custom .wp-title {
  flex-grow: 1;
}
.pxl-casestudy-carousel4 .container-custom .el--title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .pxl-casestudy-carousel4 .container-custom .el--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-casestudy-carousel4 .container-custom .el--title {
    margin-bottom: 20px;
  }
}
.pxl-casestudy-carousel4 .container-custom .el--sub-title {
  font-size: 16px;
  color: #bbb;
}
@media screen and (min-width: 768px) {
  .pxl-casestudy-carousel4 .container-custom .el--sub-title {
    max-width: 510px;
  }
}
.pxl-casestudy-carousel4 .container-custom .wp-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pxl-casestudy-carousel4 .container-custom .wp-arrow .pxl-swiper-arrow {
  position: static;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
  font-size: 26px;
  color: #b8b8b8;
}
.pxl-casestudy-carousel4 .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
  margin-left: 10px;
}
.pxl-casestudy-carousel4 .container-custom .wp-arrow .pxl-swiper-arrow:hover {
  color: #fff;
  background-color: transparent;
}
.pxl-casestudy-carousel4 .container-custom .wp-arrow .pxl-swiper-dots {
  margin-top: 0;
}
.pxl-casestudy-carousel4 .container-custom .wp-arrow .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 8px;
  width: 5px;
  height: 5px;
}
.pxl-casestudy-carousel4 .pxl-item--feature {
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pxl-casestudy-carousel4 .pxl-item--feature img {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}
.pxl-casestudy-carousel4 .btn-showcase {
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #000;
  min-width: 120px;
  padding: 0px 20px;
  top: 60%;
  left: 50%;
  opacity: 0;
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-transform: translate(-50%, -60%);
  -khtml-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.pxl-casestudy-carousel4 .pxl-item--inner {
  text-align: center;
}
.pxl-casestudy-carousel4 .pxl-item--inner:hover .pxl-item--feature img {
  opacity: 0.3;
}
.pxl-casestudy-carousel4 .pxl-item--inner:hover .btn-showcase {
  top: 50%;
  opacity: 1;
  transition-delay: 0.1s;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-casestudy-carousel5 .pxl-item--feature {
  margin-bottom: 20px;
  position: relative;
}
.pxl-casestudy-carousel5 .pxl-item--feature img {
  width: 100%;
}
.pxl-casestudy-carousel5 .pxl-item--title {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 30px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .pxl-casestudy-carousel5 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-casestudy-carousel5 .pxl-item--inner {
  text-align: center;
}
.pxl-slider-carousel1 {
  position: relative;
}
.pxl-slider-carousel1 .wp-arrow {
  display: flex;
  flex-direction: column;
  width: 30px;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pxl-slider-carousel1 .wp-arrow {
    top: 40%;
  }
}
.pxl-slider-carousel1 .wp-arrow .pxl-swiper-arrow {
  position: static;
  transform: translate(0, 0);
}
.pxl-slider-carousel1 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pxl-slider-carousel1 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-next i {
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pxl-slider-carousel1 .wp-arrow .pxl-swiper-dots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  flex-direction: column;
  width: 20px;
}
.pxl-slider-carousel1 .wp-arrow .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 8px;
}
.pxl-slider-carousel1 .pxl-socials {
  display: flex;
}
@media screen and (min-width: 768px) {
  .pxl-slider-carousel1 .pxl-socials {
    flex-direction: column;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  .pxl-slider-carousel1 .pxl-socials a {
    color: var(--third-color);
    margin: 20px 5px;
  }
  .pxl-slider-carousel1 .pxl-socials a:hover {
    color: var(--primary-color);
  }
}
@media screen and (max-width: 767px) {
  .pxl-slider-carousel1 .pxl-socials {
    justify-content: center;
  }
  .pxl-slider-carousel1 .pxl-socials a {
    margin: 20px 10px;
  }
}
.pxl-slider-carousel1 .pxl-carousel-inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .pxl-slider-carousel1 .pxl-carousel-inner {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.pxl-slider-carousel1 .pxl-swiper-slide {
  padding-left: 0;
  padding-right: 0;
}
.pxl-slider-carousel1 .pxl-item--title {
  padding: 45px 70px;
  display: block;
  background-color: #000;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .pxl-slider-carousel1 .pxl-item--title {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    max-width: 770px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-slider-carousel1 .pxl-item--title {
    display: block;
    font-size: 30px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-slider-carousel1 .pxl-item--title {
    padding: 15px 30px;
    font-size: 20px;
    text-align: center;
  }
}
.pxl-slider-carousel1 .pxl-item--feature {
  position: relative;
}
.pxl-slider-carousel1 .pxl-item--feature img {
  width: 100%;
}
.pxl-countdown-layout1 {
  display: flex;
  flex-wrap: wrap;
}
.pxl-countdown-layout1.svg-on .countdown-amount {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #080808;
  margin-top: 2px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1.svg-on .countdown-amount {
    font-size: 30px;
  }
}
.pxl-countdown-layout1.svg-on .countdown-period {
  font-size: 16px;
}
.pxl-countdown-layout1.svg-on .countdown-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 110px;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 110px;
  -khtml-border-radius: 110px;
  -moz-border-radius: 110px;
  -ms-border-radius: 110px;
  -o-border-radius: 110px;
  border-radius: 110px;
  position: relative;
  z-index: 1;
}
.pxl-countdown-layout1.svg-on .countdown-item-inner svg {
  width: 110px;
  height: 110px;
  display: block;
  fill: #7d7d7d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1.svg-on .countdown-item-inner {
    min-width: 105px;
    width: 105px;
    height: 105px;
  }
  .pxl-countdown-layout1.svg-on .countdown-item-inner svg {
    height: 105px;
    width: 105px;
  }
}
.pxl-countdown-layout1.svg-on .countdown-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .pxl-countdown-layout1.svg-on .countdown-item {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1.svg-on .countdown-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.pxl-countdown-layout1.svg-on .countdown-item:last-child {
  margin-right: 0;
}
.pxl-countdown-layout1.svg-off .countdown-amount {
  font-size: 80px;
}
.pxl-countdown-layout1.svg-off .countdown-period {
  font-size: 16px;
  text-transform: uppercase;
}
.pxl-countdown-layout1.svg-off .countdown-item {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  text-align: center;
}
.pxl-countdown-layout1.svg-off .countdown-item svg {
  display: none;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1.svg-off .countdown-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pxl-countdown-layout1.svg-off .countdown-item {
    margin-right: 15px;
  }
  .pxl-countdown-layout1.svg-off .countdown-item:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.3;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .pxl-countdown-layout1.svg-off .countdown-item:last-child {
    min-width: 140px;
    margin-right: 0;
  }
}
.pxl-countdown-layout1.svg-off .countdown-item:last-child:after {
  display: none;
}
#pxl-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
}
#pxl-header-default .row {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  #pxl-header-default .row > div {
    padding: 0 15px;
  }
  #pxl-header-default .row .pxl-header-branding {
    max-width: 22%;
  }
  #pxl-header-default .row .pxl-header-menu {
    padding-right: 0;
    padding-left: 50px;
    flex-grow: 1;
  }
  #pxl-header-default .row .pxl-header-menu-scroll {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  #pxl-header-default .row .pxl-header-menu-backdrop {
    display: none;
  }
}
#pxl-header-default .row .pxl-header-branding img {
  max-height: 36px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
@media screen and (min-width: 1200px) {
  .px-header--default.pxl-header-elementor-mobile {
    display: none;
  }
}
.pxl-hidden-panel-button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-color: var(--primary-color);
  border-radius: 50%;
  padding: 14px 10px;
  /* Header Elementor */
}
.pxl-hidden-panel-button .pxl-icon-line {
  height: 2px;
  display: block;
  line-height: 1;
  position: absolute;
  background-color: #e8d7cc;
  transition: all 0.2s ease-in-out;
}
.pxl-hidden-panel-button .pxl-icon-line.pxl-icon-line1 {
  top: 14px;
  width: 20px;
  right: 10px;
}
.pxl-hidden-panel-button .pxl-icon-line.pxl-icon-line2 {
  top: 50%;
  right: 10px;
  width: 17.14px;
  transform: translateY(-50%);
}
.pxl-hidden-panel-button .pxl-icon-line.pxl-icon-line3 {
  right: 10px;
  width: 13.33px;
  bottom: 14px;
}
.pxl-hidden-panel-button:hover .pxl-icon-line.pxl-icon-line1 {
  width: 20px;
}
.pxl-hidden-panel-button:hover .pxl-icon-line.pxl-icon-line2 {
  width: 20px;
}
.pxl-hidden-panel-button:hover .pxl-icon-line.pxl-icon-line3 {
  width: 20px;
}
#pxl-header-elementor {
  /* Header Menu */
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
#pxl-header-elementor .pxl-header-elementor-main {
  position: relative;
  z-index: 999;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container, #pxl-header-elementor .elementor-widget, #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap {
  position: static;
}
@media screen and (min-width: 1200px) {
  /* Header Tablet/Mobile */  .primary-menu-not-set {
    list-style: none;
    margin: 0;
  }
  .primary-menu-not-set > li {
    text-align: center;
  }
  .primary-menu-not-set > li a {
    font-size: 14px;
    color: #1b2336;
    font-weight: 700;
    line-height: 95px;
    position: relative;
    text-transform: uppercase;
    padding: 0;
  }
  .primary-menu-not-set > li a:hover {
    color: var(--primary-color);
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-menu-primary li {
    position: relative;
    color: var(--third-color);
  }
  .pxl-menu-primary li.current-menu-item a, .pxl-menu-primary li.current_page_item a {
    font-size: 16px;
    color: var(--third-color);
    position: relative;
    font-weight: 500;
  }
  .pxl-menu-primary li.current-menu-item a > i, .pxl-menu-primary li.current_page_item a > i {
    opacity: 0;
  }
  .pxl-menu-primary li.current-menu-ancestor .current-menu-ancestor > a > span {
    position: relative;
  }
  .pxl-menu-primary li.current-menu-ancestor .current-menu-ancestor > a > span:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .pxl-menu-primary li.current-menu-ancestor .sub-menu li.current-menu-item a > span, .pxl-menu-primary li.current-menu-ancestor .sub-menu li.current_page_item a > span {
    position: relative;
  }
  .pxl-menu-primary li.current-menu-ancestor .sub-menu li.current-menu-item a > span:after, .pxl-menu-primary li.current-menu-ancestor .sub-menu li.current_page_item a > span:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .pxl-menu-primary > li > a {
    line-height: 120px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
  }
  .pxl-menu-primary > li > a > i {
    padding-left: 10px;
    font-size: 10px;
    opacity: 0;
  }
  .pxl-menu-primary > li > a:hover, .pxl-menu-primary > li.current_page_item > a, .pxl-menu-primary > li.current-menu-item > a, .pxl-menu-primary > li.current_page_ancestor > a, .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary > li:first-child .sub-menu:after, .pxl-menu-primary > li:first-child .children:after {
    width: 100px;
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: absolute;
    top: 73px;
    left: 0;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    z-index: 99;
    background-color: var(--primary-color);
    padding: 16px 0;
  }
  .pxl-menu-primary .sub-menu:after, .pxl-menu-primary .children:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50px;
    background-color: transparent;
    top: -50px;
    left: 0;
  }
  .pxl-menu-primary .sub-menu li, .pxl-menu-primary .children li {
    padding: 0 32px;
    white-space: nowrap;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    text-transform: uppercase;
    line-height: 26px !important;
    padding: 10px 0;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    display: block;
  }
  .pxl-menu-primary .sub-menu li a i, .pxl-menu-primary .children li a i {
    font-size: 9px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
  }
  .pxl-menu-primary .sub-menu li a span, .pxl-menu-primary .children li a span {
    position: relative;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
  }
  .pxl-menu-primary .sub-menu li > a:hover, .pxl-menu-primary .children li > a:hover, .pxl-menu-primary .sub-menu li.current_page_item > a, .pxl-menu-primary .children li.current_page_item > a, .pxl-menu-primary .sub-menu li.current-menu-item > a, .pxl-menu-primary .children li.current-menu-item > a, .pxl-menu-primary .sub-menu li.current_page_ancestor > a, .pxl-menu-primary .children li.current_page_ancestor > a, .pxl-menu-primary .sub-menu li.current-menu-ancestor > a, .pxl-menu-primary .children li.current-menu-ancestor > a {
    color: #fff;
  }
  .pxl-menu-primary .sub-menu .sub-menu, .pxl-menu-primary .children .sub-menu, .pxl-menu-primary .sub-menu .children, .pxl-menu-primary .children .children {
    top: 0px;
    left: 100%;
  }
  .pxl-menu-primary .sub-menu .sub-menu.back, .pxl-menu-primary .children .sub-menu.back, .pxl-menu-primary .sub-menu .children.back, .pxl-menu-primary .children .children.back {
    left: auto;
    right: 100%;
  }
  .pxl-menu-primary .sub-menu .pxl-heading .pxl-item--title, .pxl-menu-primary .children .pxl-heading .pxl-item--title {
    color: inherit !important;
  }
  .pxl-menu-primary li:hover > .sub-menu, .pxl-menu-primary li.focus > .sub-menu, .pxl-menu-primary li:hover > .children, .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-menu-primary .pxl-megamenu > a {
    position: relative;
  }
  .pxl-menu-primary .pxl-megamenu > .sub-menu {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border: none;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-menu-primary .pxl-megamenu .sub-menu, .pxl-menu-primary .pxl-megamenu .children {
    padding-top: 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .pxl-menu-toggle {
    display: none;
  }
  #pxl-header-default {
    border-bottom: 1px solid #f2f2f2;
  }
  #pxl-header-default .pxl-header-main .container {
    max-width: 1660px;
  }
  #pxl-header-default .pxl-menu-primary > li.pxl-megamenu > a {
    position: relative;
  }
  #pxl-header-default .pxl-menu-primary > li.pxl-megamenu .sub-menu:before {
    display: none;
    opacity: 0;
  }
  #pxl-header-default .pxl-menu-primary > li.pxl-megamenu:hover > a:before {
    -webkit-transform: translateX(-50%) scale(1) rotate(45deg);
    -khtml-transform: translateX(-50%) scale(1) rotate(45deg);
    -moz-transform: translateX(-50%) scale(1) rotate(45deg);
    -ms-transform: translateX(-50%) scale(1) rotate(45deg);
    -o-transform: translateX(-50%) scale(1) rotate(45deg);
    transform: translateX(-50%) scale(1) rotate(45deg);
  }
  .pxl-nav-menu .pxl-megamenu > a {
    position: relative;
  }
  .pxl-nav-menu .pxl-megamenu .sub-menu:before {
    display: none;
    opacity: 0;
  }
  .pxl-nav-menu .pxl-megamenu:hover > a:before {
    -webkit-transform: translateX(-50%) scale(1) rotate(45deg);
    -khtml-transform: translateX(-50%) scale(1) rotate(45deg);
    -moz-transform: translateX(-50%) scale(1) rotate(45deg);
    -ms-transform: translateX(-50%) scale(1) rotate(45deg);
    -o-transform: translateX(-50%) scale(1) rotate(45deg);
    transform: translateX(-50%) scale(1) rotate(45deg);
  }
  .pxl-header-nav .pxl-menu-primary > li {
    margin: 0 0px;
  }
  .pxl-header-nav .pxl-menu-primary > li > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  /* Search Popup */  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    position: relative;
    z-index: 999;
  }
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    background-color: #fffcf9;
    border-bottom: 1px solid #e8d7cc;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
    padding-left: 60px;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    max-width: 108px;
  }
  #pxl-header-default .pxl-cart-sidebar-button, #pxl-header-elementor .pxl-cart-sidebar-button {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile, #pxl-header-elementor #pxl-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item, #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
    margin-left: 10px;
  }
  .pxl-nav-mobile-button {
    width: 45px;
    height: 45px;
    position: relative;
    cursor: pointer;
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
  }
  .pxl-nav-mobile-button:before, .pxl-nav-mobile-button:after, .pxl-nav-mobile-button span {
    width: 24px;
    content: '';
    background-color: #fff;
    height: 2px;
    position: absolute;
    margin: auto;
    left: 9px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-nav-mobile-button:before {
    top: 12px;
  }
  .pxl-nav-mobile-button:after {
    bottom: 11px;
  }
  .pxl-nav-mobile-button span {
    top: 20px;
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 55, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .pxl-header-menu-scroll {
    padding: 25px;
  }
  .pxl-header-menu-scroll .pxl-close {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: transparent;
  }
  .pxl-header-menu-scroll .pxl-close:before, .pxl-header-menu-scroll .pxl-close:after {
    background-color: #000;
  }
  .pxl-header-menu-scroll .pxl-close:hover {
    background-color: transparent;
  }
  .pxl-header-menu-scroll .pxl-close:hover:before, .pxl-header-menu-scroll .pxl-close:hover:after {
    background-color: #000;
  }
  .pxl-header-menu-scroll .pxl-menu-primary > li > a .left-icon {
    margin-right: 4px;
  }
  .pxl-header-menu-scroll .pxl-menu-primary > li .elementor-section {
    max-width: 100%;
  }
  .pxl-header-menu-scroll .pxl-menu-primary > li .elementor-container {
    margin: 10px 0 !important;
  }
  .pxl-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: var(--third-color);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .pxl-menu-toggle:before {
    content: "\f150";
    font-family: "Caseicon";
  }
  .pxl-menu-toggle.active:before {
    content: "\f13d";
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li {
    position: relative;
  }
  .pxl-menu-primary li a {
    display: block;
    line-height: 46px;
    color: var(--third-color);
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .pxl-menu-primary li > a:hover, .pxl-menu-primary li > a.current, .pxl-menu-primary li.current_page_item > a, .pxl-menu-primary li.current-menu-item > a, .pxl-menu-primary li.current_page_ancestor > a, .pxl-menu-primary li.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    font-weight: 500;
    padding-left: 14px;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    padding-left: 28px;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-logo-mobile {
    margin-bottom: 40px;
  }
  .pxl-logo-mobile img {
    height: 25px !important;
  }
  .pxl-header-mobile-search {
    margin-bottom: 20px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    height: 40px;
    border: none;
    padding: 0;
    border-bottom: 2px solid #ececec;
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    line-height: 36px;
    padding: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: none;
    color: var(--primary-color);
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: var(--primary-color);
  }
  .pxl-menu-close {
    background-color: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
#pxl-search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: 0.1s ease;
  -khtml-transition: 0.1s ease;
  -moz-transition: 0.1s ease;
  -ms-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
  opacity: 0;
  background-color: transparent;
}
#pxl-search-popup.open {
  overflow: hidden;
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  z-index: 9999;
}
#pxl-search-popup.open .pxl-item--conent {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
#pxl-search-popup.open .pxl-item--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
#pxl-search-popup.open .pxl-item--overlay {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 1;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
#pxl-search-popup .pxl-item--close {
  position: absolute;
  top: 60px;
  right: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  z-index: 99;
  color: #000;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
  transition-delay: 0s;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
#pxl-search-popup .pxl-item--conent {
  position: fixed;
  width: 100%;
  max-width: 900px;
  padding: 10px 0 10px 30px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin-top: 60px;
  transition-delay: 500ms;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: all 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transform: translate(-50%, -50%);
}
#pxl-search-popup .pxl-item--conent form {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#pxl-search-popup .pxl-item--conent form .search-field {
  background-color: initial;
  border: none;
  height: 60px;
  padding-left: 0;
  padding-right: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .87);
  font-family: 'Montserrat', sans-serif;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: none;
  border-left: 1px solid #c6c6c6;
  background: none;
  font-size: 28px;
  transition: 0.3s linear;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  background-color: var(--primary-color);
  overflow: hidden;
}
#pxl-search-popup .pxl-item--conent form .search-submit i {
  color: #fff;
  display: block;
}
#pxl-search-popup .pxl-item--conent form .search-submit:hover i {
  animation: pxl_right_from_left 0.5s forwards;
}
#pxl-search-popup .pxl--search-divider {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#pxl-search-popup .pxl-item--overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(100px - 112vw);
  z-index: 3;
  display: block;
  background-color: rgba(44, 76, 89, 0.33);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.admin-bar {
  /* Heaeder Layout */
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 0;
  }
}
.elementor-editor-active .pxl-type-header-clip > .elementor-container .pxl-header-shape {
  display: none;
}
.elementor-editor-active .pxl-type-header-clip > .elementor-container .pxl-header-shape:last-child {
  display: block;
}
.pxl-type-header-clip > .elementor-container {
  position: relative !important;
  z-index: 1;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  height: 100px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
  filter: drop-shadow(0px 10px 35px rgba(0, 0, 0, 0.08));
  margin-left: 52px;
  margin-right: 190px;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape span {
  clip-path: polygon(0% 0%, 100% 22%, 100% 78%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 22%, 100% 78%, 0% 100%);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape svg {
  fill: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:before, .pxl-type-header-clip > .elementor-container .pxl-header-shape:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  top: 0;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:before {
  left: -45px;
  background-color: #fff;
  z-index: 99;
}
.pxl-type-header-clip > .elementor-container .pxl-header-shape:after {
  left: -52px;
  background-color: var(--primary-color);
  z-index: 88;
}
.pxl-item--archive {
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid;
  border-color: #e8d7cc;
}
@media (max-width: 991px) {
  .pxl-item--archive {
    padding: 15px;
  }
}
.pxl-item--archive:hover .pxl-item--image > a:before {
  animation: shine 0.75s;
}
.pxl-item--archive .sticky--post {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--third-color);
  position: relative;
  margin-left: 21px;
  margin-bottom: 15px;
}
.pxl-item--archive .sticky--post:after {
  content: '';
  position: absolute;
  left: -21px;
  top: 50%;
  width: 6px;
  max-width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #e5b789;
}
.pxl-item--archive .pxl-item--image {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}
.pxl-item--archive .pxl-item--image > a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.pxl-item--archive .pxl-item--image > a:before {
  content: '';
  position: absolute;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  transition: all 300ms linear 0ms;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  transform: skewx(-25deg);
}
.pxl-item--archive .pxl-item--image img {
  width: 100%;
  min-height: 488px;
}
@media (max-width: 767px) {
  .pxl-item--archive .pxl-item--image img {
    min-height: auto;
  }
}
.pxl-item--archive .pxl-item--image a ~ .pxl-item--meta {
  position: absolute;
  top: 35px;
  left: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .pxl-item--archive .pxl-item--image a ~ .pxl-item--meta {
    top: 15px;
    left: 15px;
  }
}
.pxl-item--archive .pxl-item--title {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .pxl-item--archive .pxl-item--title {
    font-size: 24px;
  }
}
.pxl-item--archive .pxl-item--title a {
  color: var(--secondary-color);
  word-break: break-word;
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-item--archive .pxl-item--title a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-item--archive .pxl-item--excerpt {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'montserrat';
  color: var(--third-color);
}
.pxl-item--archive .pxl-item--meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -27px;
}
.pxl-item--archive .pxl-item--meta li {
  font-size: 0;
}
.pxl-item--archive .pxl-item--meta li > a {
  display: inline-flex;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 30px;
  color: #fff;
  padding: 13px 20px;
  margin-right: 5px;
  margin: 0 19px 20px 0;
}
.pxl-item--archive .pxl-item--meta li.pxl-item--date {
  display: inline-block;
  align-items: center;
  color: var(--third-color);
  background-color: var(--primary-color);
  border-radius: 19px;
  color: #fff;
  list-style: none;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
}
.pxl-item--archive .pxl-item--meta li:first-child {
  padding-right: 20px;
  margin-right: 20px;
}
.pxl-item--archive .pxl-item--meta li + li {
  position: relative;
}
.pxl-item--archive .pxl-item--meta a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}
.pxl-item--archive .pxl-item--readmore {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.pxl-item--archive .pxl-item--readmore i {
  font-size: 20px;
  line-height: 33px;
  margin-top: 4px;
}
.pxl-item--archive .pxl-item--readmore a {
  background-color: transparent;
  line-height: 33px;
  z-index: 1;
  text-transform: capitalize;
  position: relative;
  color: var(--primary-color);
  padding: 0;
  overflow: hidden;
}
.pxl-item--archive .pxl-item--readmore a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-item--archive .pxl-item--readmore:hover a:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-item--archive .pxl-item--readmore:hover i {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-item--archive .pxl-item--holder {
  padding: 0px 0px 0px;
}
.search-results .pxl-item--post.pxl-template .pxl-item--meta .pxl-item--category {
  display: none;
}
.search-results .pxl-item--post.type-page .pxl-item--meta .pxl-item--category {
  display: none;
}
.search-results .pxl-item--post.type-product .pxl-item--image {
  margin-bottom: 30px;
}
.search-results .pxl-item--post.type-product .pxl-item--meta {
  display: none;
}
.search-results .pxl-item--post.type-product .pxl-item--readmore {
  display: none;
}
.search-results .pxl-item--post.type-product .pxl-item--excerpt {
  margin-bottom: 0;
}
.single-post #pxl-main .pxl-sidebar-right .pxl-sidebar-area .pxl-sidebar-sticky {
  margin: 0 0 0 30px;
}
.single-post .pxl-item-single-post .pxl-link li {
  position: relative;
  margin-left: 22px;
}
.single-post .pxl-item-single-post .pxl-link li:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 50%;
  width: 6px;
  max-width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #e5b789;
}
.single-post .pxl-item-single-post .pxl-item--meta {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #839297;
  margin-bottom: 18px;
}
.single-post .pxl-item-single-post .pxl-item--title {
  font-style: normal;
  font-weight: 500;
  font-size: 62px;
  line-height: 66px;
  color: var(--primary-color);
}
@media (max-width: 1200px) {
  .single-post .pxl-item-single-post .pxl-item--title {
    font-size: 42px;
    line-height: 52px;
  }
}
.single-post .pxl-item--image {
  margin-bottom: 70px;
  width: 100%;
}
.single-post .pxl-item--image img {
  max-height: 528px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .single-post .pxl-item--image {
    margin-bottom: 30px;
  }
}
@media (max-width: 1366px) {
  .single-post .pxl-item--image {
    padding: 0 15px;
  }
}
.single-post .single-heading {
  font-size: 26px;
}
.single-post .pxl-item--post .pxl-item--holder {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .single-post .pxl-item--post .pxl-item--holder {
    padding-bottom: 30px;
  }
}
.single-post .pxl-item--content {
  margin-bottom: 0;
}
.single-post .pxl-item--content p {
  margin-bottom: 25px;
}
.single-post .pxl-item--content p:last-child {
  margin-bottom: 0;
}
.single-post .pxl-item--meta {
  list-style: none;
  position: relative;
  font-size: 14px;
  color: var(--secondary-color);
  margin-bottom: 0px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .single-post .pxl-item--meta {
    margin-bottom: 30px;
  }
}
.single-post .pxl-item--meta li {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  color: var(--third-color);
  font-weight: 500;
}
.single-post .pxl-item--meta li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #434343;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 12px;
  right: -2px;
}
.single-post .pxl-item--meta li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.single-post .pxl-item--meta li:last-child:before {
  display: none;
}
.single-post .pxl-item--meta a {
  color: var(--third-color);
}
.single-post .pxl-item--meta a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.single-post .pxl--social {
  margin-bottom: 45px;
}
.single-post .pxl--social a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-right: 5px;
  padding-left: 60px;
  padding-right: 12px;
  font-size: 15px;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  position: relative;
}
.single-post .pxl--social a i {
  position: absolute;
  height: 100%;
  text-align: center;
  width: 45px;
  left: 0;
  top: 0;
}
.single-post .pxl--social a.fb-social {
  background-color: #3d5b96;
}
.single-post .pxl--social a.fb-social i {
  background-color: #375288;
}
.single-post .pxl--social a.tw-social {
  background-color: #1dadeb;
}
.single-post .pxl--social a.tw-social i {
  background-color: #199cd4;
}
.single-post .pxl--social a.pin-social {
  background-color: #e8453c;
}
.single-post .pxl--social a.pin-social i {
  background-color: #d13e36;
}
.single-post .pxl--social a.lin-social {
  background-color: #0a66c2;
}
.single-post .pxl--social a.lin-social i {
  background-color: #02318e;
}
.single-post .pxl--social a span {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  margin-left: 0px;
}
.single-post .pxl-item-single-post.content-center {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .single-post .pxl-item-single-post.content-center {
    max-width: 970px;
    margin: 0 auto;
  }
}
.single-post .pxl-item-single-post.content-center .entry-author-avatar {
  margin-right: 0;
  margin-bottom: 30px;
}
.single-post .pxl-item-single-post.content-center .pxl--author-info {
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .single-post .pxl-item-single-post.content-center .pxl--author-info .author-description {
    padding: 0 100px;
  }
}
.single-post .pxl-item-single-post.content-center + .comments-area {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .single-post .pxl-item-single-post.content-center + .comments-area {
    max-width: 970px;
    margin: 0 auto;
  }
}
.single-post .pxl-item-single-post.content-center + .comments-area .comment-reply-title {
  padding-bottom: 30px;
  padding-left: 15px;
}
.single-post .pxl-item-single-post.content-center + .comments-area .comment-reply-title:after {
  right: auto;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -khtml-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.single-post .pxl-item-single-post.content-center + .comments-area .comments-title {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.single-post .pxl-item-single-post.content-center + .comments-area .comments-title:after {
  right: auto;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  -khtml-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.single-post .pxl-item-single-post.content-center + .comments-area .comment-list {
  text-align: left;
}
.single-post .pxl-item-single-post.content-center + .comments-area .comment-form textarea, .single-post .pxl-item-single-post.content-center + .comments-area .comment-form input {
  text-align: center;
}
.single-post .pxl-item-single-post.content-center + .comments-area .comment-form .comment-form-cookies-consent {
  display: inline-block;
}
.single-post .pxl-item-single-post.content-right {
  text-align: right;
}
.single-post .pxl-item-single-post .pxl-item--holder {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .single-post .pxl-item-single-post .pxl-item--holder {
    padding-bottom: 0px;
  }
}
.pxl--post-footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0px;
}
@media screen and (max-width: 991px) {
  .pxl--post-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.pxl--post-footer > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.pxl--post-footer label {
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 700;
  margin-right: 18px;
}
.pxl--post-footer .pxl--tags {
  margin-right: 30px;
  flex-grow: 1;
}
.pxl--post-footer .pxl--tags a {
  line-height: 39px;
  display: inline-block;
  padding: 0 20px;
  background-color: transparent;
  border: 1px solid #c0c6c6;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  margin: 5px 13px 5px 0;
  position: relative;
  z-index: 1;
}
.pxl--post-footer .pxl--tags a:before {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
}
.pxl--post-footer .pxl--tags a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.pxl--post-footer .pxl--tags a:hover:before {
  opacity: 1;
}
.pxl--author-info {
  display: flex;
  align-items: center;
  padding: 40px;
  margin-top: 45px;
  border: 1px solid #c0c6c6;
}
@media (max-width: 767px) {
  .pxl--author-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.pxl--author-info .entry-author-avatar {
  min-width: 120px;
  width: 142px;
  height: 150px;
  overflow: hidden;
  margin-right: 30px;
  border-radius: 71px 71px 0px 0px;
}
.pxl--author-info .entry-author-avatar img {
  width: 100%;
}
.pxl--author-info .entry-author-meta .author-name {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: var(--secondary-color);
  margin-bottom: 16px;
}
.pxl--author-info .entry-author-meta .author-name > p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #839297;
  margin-bottom: 10px;
}
.pxl--author-info .entry-author-meta .author-description {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
  margin-bottom: 30px;
}
.pxl--author-info .entry-author-meta .user-social {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.pxl--author-info .entry-author-meta .user-social li {
  list-style: none;
  margin-right: 13px;
}
.pxl--author-info .entry-author-meta .user-social li a {
  display: flex;
  align-items: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #c0c6c6;
  background-color: transparent;
  border-radius: 50%;
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s linear;
}
.pxl--author-info .entry-author-meta .user-social li a:hover {
  background-color: var(--primary-color);
}
.pxl--author-info .entry-author-meta .user-social li a:hover i {
  color: #fff;
}
.pxl--author-info .entry-author-meta .user-social li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s linear;
}
.pxl-pagination-wrap .page-numbers {
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  margin-top: 15px;
  color: var(--secondary-color);
  position: relative;
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  z-index: 1;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #c0c6c6;
}
.pxl-pagination-wrap .page-numbers.current, .pxl-pagination-wrap .page-numbers:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.pxl-pagination-wrap .page-numbers.next, .pxl-pagination-wrap .page-numbers.prev {
  font-size: 14px;
  width: auto;
  border: none;
}
.pxl-pagination-wrap .page-numbers.next:hover, .pxl-pagination-wrap .page-numbers.prev:hover {
  background-color: transparent;
  color: var(--secondary-color);
}
.pxl-pagination-wrap .pxl-pagination-links {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.pxl-post--navigation {
  border-bottom: 1px solid #e2e2e2;
  padding: 32px 0 40px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .pxl-post--navigation {
    border: none;
    padding: 32px 0 0px;
  }
}
.pxl-post--navigation .pxl--items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.pxl-post--navigation .pxl--items .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-post--navigation .pxl--items .pxl--item {
    width: 100%;
  }
  .pxl-post--navigation .pxl--items .pxl--item + .pxl--item {
    margin-top: 30px;
  }
}
.pxl-post--navigation .pxl--label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  display: inline-block;
}
.pxl-post--navigation .pxl--label:before {
  content: '';
  width: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  height: 1px;
  background-color: rgba(0, 1, 0, 0);
  position: absolute;
  bottom: 3px;
  left: 0;
}
.pxl-post--navigation .pxl--label:hover {
  color: ;
}
.pxl-post--navigation .pxl--label:hover:before {
  width: 100%;
}
.pxl-post--navigation .pxl--label i {
  font-size: 10px;
}
.pxl-post--navigation .pxl--img {
  width: 90px;
  min-width: 90px;
  position: relative;
}
.pxl-post--navigation .pxl--img a {
  display: block;
}
.pxl-post--navigation .pxl--img a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background-color: rgba(var(--primary-color-rgb),0.8);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-post--navigation .pxl--img a:after {
  content: '+';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
}
.pxl-post--navigation .pxl--img img {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.pxl-post--navigation .pxl--img:hover a:before {
  opacity: 0.76;
}
.pxl-post--navigation .pxl--img:hover a:after {
  opacity: 1;
}
.pxl-post--navigation .pxl--meta {
  max-width: 207px;
  display: flex;
  flex-direction: column;
}
.pxl-post--navigation .pxl--meta a {
  color: var(--primary-color);
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  max-height: 40px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-post--navigation .pxl--meta a .pxl--meta-date {
  text-transform: uppercase;
}
.pxl-post--navigation .pxl--meta a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-post--navigation .pxl--holder {
  margin-top: 14px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row-reverse;
}
.pxl-post--navigation .pxl--item-prev {
  padding-right: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-post--navigation .pxl--item-prev .pxl--label {
  margin-right: 15px;
}
.pxl-post--navigation .pxl--item-prev .pxl--label i {
  margin-right: 4px;
}
.pxl-post--navigation .pxl--item-prev .pxl--img {
  margin-left: 25px;
}
.pxl-post--navigation .pxl--item-next {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.pxl-post--navigation .pxl--item-next .pxl--label i {
  margin-left: 4px;
}
.pxl-post--navigation .pxl--item-next .pxl--img {
  margin-right: 25px;
}
.pxl-post--navigation .pxl--item-next .pxl--holder {
  justify-content: flex-end;
}
.page-links {
  margin-top: 10px;
  margin-bottom: 25px;
  clear: left;
}
.page-links .post-page-numbers {
  background-color: var(--secondary-color);
  height: 25px;
  width: 25px;
  line-height: 25px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  background-color: var(--primary-color);
}
.page-links .post-page-numbers + .post-page-numbers {
  margin-left: 4px;
}
@media (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.archive:not(.post-type-archive) .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    padding: 40px;
    border: 1px solid #e8d7cc;
    margin-right: 30px;
  }
}
.pxl-sidebar-area .widget {
  margin-bottom: 48px;
}
.pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.pxl-sidebar-area .widget.widget_media_gallery .gallery {
  margin: -5px !important;
}
.pxl-sidebar-area .widget.widget_text {
  font-size: 14px;
}
.widget_text .widget-content {
  padding: 30px;
  background-color: #f5f5f5;
}
.widget_text .widget-content .widget-title {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.widget_text .widget-content .textwidget > p {
  margin-bottom: 18px;
}
.widget_text .widget-content .textwidget strong {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.widget_text .widget-content .wrap-ctf2 .input-filled > p {
  margin-bottom: 25px;
}
.widget_text .widget-content .wrap-ctf2 .wpcf7-form-control {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 0;
  color: var(--third-color);
}
.widget_text .widget-content .wrap-ctf2 .btn-form p {
  background-color: var(--primary-color);
  border-radius: 28px;
  padding: 18px 64px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  transition: 0.25s linear;
}
@media (min-width: 991px) {
  .widget_text .widget-content .wrap-ctf2 .btn-form p {
    max-width: 248px;
  }
}
.widget_text .widget-content .wrap-ctf2 .btn-form p button {
  position: unset;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
.widget_text .widget-content .wrap-ctf2 .btn-form p button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  top: 0;
  left: 0;
  z-index: 1;
}
.widget_text .widget-content .wrap-ctf2 .btn-form p i {
  font-size: 23px;
  color: #fff;
}
.widget_text .widget-content .wrap-ctf2 .btn-form p:hover {
  background-color: var(--primary-color);
}
.widget_text .widget-content .wrap-ctf2 .btn-form p:hover i {
  animation: pxl_right_from_left 0.5s forwards;
}
.widget-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
  padding-bottom: 0px;
  position: relative;
}
.widget-title span {
  display: inline-block;
  position: relative;
}
.comment-reply-title, .comments-title {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  line-height: 30px;
  margin-bottom: 6px;
  color: var(--secondary-color);
  display: inline-block;
  text-transform: unset;
}
@media (max-width: 1024px) {
  .comment-reply-title, .comments-title {
    font-size: 24px;
    line-height: 1.1;
  }
}
.widget_search {
  margin-bottom: 50px;
}
.widget_search .searchform-wrap {
  position: relative;
}
.widget_search .search-submit {
  height: 50px;
  width: 50px;
  background: transparent;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  color: #222;
  line-height: 50px;
  z-index: 1;
}
.widget_search .search-submit i {
  font-size: 16px;
  color: #000;
}
.widget_search .search-submit:before, .widget_search .search-submit:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.widget_search .search-submit:before {
  z-index: -2;
}
.widget_search .search-submit:after {
  z-index: -1;
  opacity: 0;
}
.widget_search .search-submit:hover, .widget_search .search-submit:focus {
  color: var(--primary-color);
}
.widget_search .search-field {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  color: #222;
  height: 51px;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 24px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.widget_search .search-field:focus + .search-submit {
  color: var(--primary-color);
  border-color: #f6f6f6;
}
.widget_search .search-field:focus + .search-submit:before {
  opacity: 0;
}
.widget_search .search-field:focus + .search-submit:after {
  opacity: 1;
}
.widget_product_categories ul, .widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul, .widget_recent_entries ul {
  list-style: none;
  margin-top: -3px;
  margin-bottom: 0;
  padding: 0;
}
.widget_product_categories ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
  color: #1b1b1b;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 0 12px 15px;
  position: relative;
  z-index: 1;
}
.widget_product_categories ul li a:before, .widget_categories ul li a:before, .widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_recent_entries ul li a:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 50%;
  width: 6px;
  max-width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #e5b789;
}
.widget_product_categories ul li a .pxl-count, .widget_categories ul li a .pxl-count, .widget_nav_menu ul li a .pxl-count, .widget_pages ul li a .pxl-count, .widget_archive ul li a .pxl-count, .widget_meta ul li a .pxl-count, .widget_recent_entries ul li a .pxl-count {
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  z-index: 1;
}
.widget_product_categories ul li a .pxl-count:before, .widget_categories ul li a .pxl-count:before, .widget_nav_menu ul li a .pxl-count:before, .widget_pages ul li a .pxl-count:before, .widget_archive ul li a .pxl-count:before, .widget_meta ul li a .pxl-count:before, .widget_recent_entries ul li a .pxl-count:before {
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.widget_product_categories ul li.current-menu-item > a, .widget_categories ul li.current-menu-item > a, .widget_nav_menu ul li.current-menu-item > a, .widget_pages ul li.current-menu-item > a, .widget_archive ul li.current-menu-item > a, .widget_meta ul li.current-menu-item > a, .widget_recent_entries ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_categories ul li.current-cat > a, .widget_nav_menu ul li.current-cat > a, .widget_pages ul li.current-cat > a, .widget_archive ul li.current-cat > a, .widget_meta ul li.current-cat > a, .widget_recent_entries ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_categories ul li.current-cat-parent > a, .widget_nav_menu ul li.current-cat-parent > a, .widget_pages ul li.current-cat-parent > a, .widget_archive ul li.current-cat-parent > a, .widget_meta ul li.current-cat-parent > a, .widget_recent_entries ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover, .widget_categories ul li > a:hover, .widget_nav_menu ul li > a:hover, .widget_pages ul li > a:hover, .widget_archive ul li > a:hover, .widget_meta ul li > a:hover, .widget_recent_entries ul li > a:hover {
  padding-left: 16px;
}
.widget_product_categories ul li.current-menu-item > a .pxl-count, .widget_categories ul li.current-menu-item > a .pxl-count, .widget_nav_menu ul li.current-menu-item > a .pxl-count, .widget_pages ul li.current-menu-item > a .pxl-count, .widget_archive ul li.current-menu-item > a .pxl-count, .widget_meta ul li.current-menu-item > a .pxl-count, .widget_recent_entries ul li.current-menu-item > a .pxl-count, .widget_product_categories ul li.current-cat > a .pxl-count, .widget_categories ul li.current-cat > a .pxl-count, .widget_nav_menu ul li.current-cat > a .pxl-count, .widget_pages ul li.current-cat > a .pxl-count, .widget_archive ul li.current-cat > a .pxl-count, .widget_meta ul li.current-cat > a .pxl-count, .widget_recent_entries ul li.current-cat > a .pxl-count, .widget_product_categories ul li.current-cat-parent > a .pxl-count, .widget_categories ul li.current-cat-parent > a .pxl-count, .widget_nav_menu ul li.current-cat-parent > a .pxl-count, .widget_pages ul li.current-cat-parent > a .pxl-count, .widget_archive ul li.current-cat-parent > a .pxl-count, .widget_meta ul li.current-cat-parent > a .pxl-count, .widget_recent_entries ul li.current-cat-parent > a .pxl-count, .widget_product_categories ul li > a:hover .pxl-count, .widget_categories ul li > a:hover .pxl-count, .widget_nav_menu ul li > a:hover .pxl-count, .widget_pages ul li > a:hover .pxl-count, .widget_archive ul li > a:hover .pxl-count, .widget_meta ul li > a:hover .pxl-count, .widget_recent_entries ul li > a:hover .pxl-count {
  color: var(--primary-color);
}
.widget_product_categories ul li.current-menu-item > a .pxl-count:before, .widget_categories ul li.current-menu-item > a .pxl-count:before, .widget_nav_menu ul li.current-menu-item > a .pxl-count:before, .widget_pages ul li.current-menu-item > a .pxl-count:before, .widget_archive ul li.current-menu-item > a .pxl-count:before, .widget_meta ul li.current-menu-item > a .pxl-count:before, .widget_recent_entries ul li.current-menu-item > a .pxl-count:before, .widget_product_categories ul li.current-cat > a .pxl-count:before, .widget_categories ul li.current-cat > a .pxl-count:before, .widget_nav_menu ul li.current-cat > a .pxl-count:before, .widget_pages ul li.current-cat > a .pxl-count:before, .widget_archive ul li.current-cat > a .pxl-count:before, .widget_meta ul li.current-cat > a .pxl-count:before, .widget_recent_entries ul li.current-cat > a .pxl-count:before, .widget_product_categories ul li.current-cat-parent > a .pxl-count:before, .widget_categories ul li.current-cat-parent > a .pxl-count:before, .widget_nav_menu ul li.current-cat-parent > a .pxl-count:before, .widget_pages ul li.current-cat-parent > a .pxl-count:before, .widget_archive ul li.current-cat-parent > a .pxl-count:before, .widget_meta ul li.current-cat-parent > a .pxl-count:before, .widget_recent_entries ul li.current-cat-parent > a .pxl-count:before, .widget_product_categories ul li > a:hover .pxl-count:before, .widget_categories ul li > a:hover .pxl-count:before, .widget_nav_menu ul li > a:hover .pxl-count:before, .widget_pages ul li > a:hover .pxl-count:before, .widget_archive ul li > a:hover .pxl-count:before, .widget_meta ul li > a:hover .pxl-count:before, .widget_recent_entries ul li > a:hover .pxl-count:before {
  opacity: 1;
}
.widget_product_categories ul li:last-child > a, .widget_categories ul li:last-child > a, .widget_nav_menu ul li:last-child > a, .widget_pages ul li:last-child > a, .widget_archive ul li:last-child > a, .widget_meta ul li:last-child > a, .widget_recent_entries ul li:last-child > a {
  border-bottom: none;
}
.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget_product_categories .widget-title, .widget_categories .widget-title, .widget_nav_menu .widget-title, .widget_pages .widget-title, .widget_archive .widget-title {
  margin-bottom: 15px;
}
.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
}
.widget_tag_cloud a, .widget_product_tag_cloud a {
  font-size: 15px !important;
  color: var(--primary-color);
  font-weight: 500;
  padding: 10px 20px;
  line-height: 17px;
  border: 1px solid #c0c6c6;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 15px;
}
.widget_pxl_recent_posts .widget-title, .widget_tag_cloud .widget-title {
  margin-bottom: 21px;
}
.widget_pxl_recent_posts {
  /* Sidebar Form Custom */
}
.widget_pxl_recent_posts .pxl-item--img {
  width: 112px;
  min-width: 112px;
  max-height: 100px;
  overflow: hidden;
  margin-right: 12px;
}
.widget_pxl_recent_posts .pxl-item--title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 19px;
}
.widget_pxl_recent_posts .pxl-item--title a {
  font-weight: 500;
  color: var(--secondary-color);
}
.widget_pxl_recent_posts .pxl-item--title a:hover {
  color: var(--primary-color);
}
.widget_pxl_recent_posts .pxl-item--date {
  font-size: 12px;
  color: #839297;
  font-weight: 500;
  font-family: 'Montserrat';
  line-height: 20px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
}
.widget_pxl_recent_posts .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 41px;
  position: relative;
}
.widget_pxl_recent_posts .pxl--item:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #c0c6c6;
  bottom: -21px;
  left: 0;
}
.widget_pxl_recent_posts .pxl--item:last-child {
  margin-bottom: 0;
}
.widget_pxl_recent_posts .pxl--item:last-child:after {
  content: none !important;
}
.widget_pxl_recent_posts .pxl--item .pxl-item--meta {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wpcf7-form .wp-sidebar-form {
  padding: 35px 25px;
  background-color: #000;
  text-align: center;
}
.wpcf7-form .wp-sidebar-form .ct-form-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 35px;
}
.wpcf7-form .wp-sidebar-form .input-filled {
  margin-bottom: 35px;
}
.wpcf7-form .wp-sidebar-form .wpcf7-submit {
  background-color: #000;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.wpcf7-form .wp-sidebar-form .wpcf7-submit:before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wpcf7-form .wp-sidebar-form .wpcf7-submit:hover {
  color: var(--primary-color);
}
.wpcf7-form .wp-sidebar-form .wpcf7-submit:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}
.wpcf7-form .wp-sidebar-form p {
  margin-bottom: 10px;
}
.gallery {
  margin: -16px -12px 43px -12px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 12px;
  margin-top: 24px;
  margin-bottom: 0;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0;
  margin-top: 0px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f12c";
  font-size: 14px;
  font-family: "Caseicon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  font-weight: 400;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.pxl-gallery {
  margin: -8px -15px 50px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 30px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.8);
}
.pxl-gallery .pxl--item-inner .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
#pxl-main .pxl-select .pxl-select-options {
  max-height: 285px;
  overflow: auto;
  padding: 20px 20px;
  margin-top: 0;
  z-index: 9;
}
#pxl-main .pxl-select .pxl-select-options li {
  padding: 10px 0;
}
#pxl-main .pxl-select .pxl-select-options li + li {
  border-top: 1px solid #e4e4e4;
}
#pxl-main .widget_categories ul ul ul ul ul, #pxl-main .widget_pages ul ul ul ul ul, #pxl-main .widget_nav_menu ul ul ul ul ul, #pxl-main .widget_meta ul ul ul ul ul, #pxl-main .widget_recent_entries ul ul ul ul ul {
  padding-left: 0;
}
#pxl-main .widget_product_categories, #pxl-main .widget_categories, #pxl-main .widget_nav_menu, #pxl-main .widget_pages, #pxl-main .widget_archive, #pxl-main .widget_meta, #pxl-main .widget_recent_entries {
  margin-bottom: 40px;
}
#pxl-main .widget_product_categories ul li a, #pxl-main .widget_categories ul li a, #pxl-main .widget_nav_menu ul li a, #pxl-main .widget_pages ul li a, #pxl-main .widget_archive ul li a, #pxl-main .widget_meta ul li a, #pxl-main .widget_recent_entries ul li a {
  color: var(--primary-color);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 0 10px;
  margin-left: 21px;
  position: relative;
  z-index: 1;
}
#pxl-main .widget_product_categories ul li a .count, #pxl-main .widget_categories ul li a .count, #pxl-main .widget_nav_menu ul li a .count, #pxl-main .widget_pages ul li a .count, #pxl-main .widget_archive ul li a .count, #pxl-main .widget_meta ul li a .count, #pxl-main .widget_recent_entries ul li a .count {
  float: right;
}
#pxl-main .widget_product_categories ul li a:after, #pxl-main .widget_categories ul li a:after, #pxl-main .widget_nav_menu ul li a:after, #pxl-main .widget_pages ul li a:after, #pxl-main .widget_archive ul li a:after, #pxl-main .widget_meta ul li a:after, #pxl-main .widget_recent_entries ul li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  transition: 0.25s linear;
}
#pxl-main .widget_product_categories ul li a:hover .count, #pxl-main .widget_categories ul li a:hover .count, #pxl-main .widget_nav_menu ul li a:hover .count, #pxl-main .widget_pages ul li a:hover .count, #pxl-main .widget_archive ul li a:hover .count, #pxl-main .widget_meta ul li a:hover .count, #pxl-main .widget_recent_entries ul li a:hover .count {
  color: var(--primary-color);
}
#pxl-main .widget_product_categories ul li a:hover:after, #pxl-main .widget_categories ul li a:hover:after, #pxl-main .widget_nav_menu ul li a:hover:after, #pxl-main .widget_pages ul li a:hover:after, #pxl-main .widget_archive ul li a:hover:after, #pxl-main .widget_meta ul li a:hover:after, #pxl-main .widget_recent_entries ul li a:hover:after {
  width: 100%;
}
#pxl-main .widget_product_categories ul li.current-menu-item > a, #pxl-main .widget_categories ul li.current-menu-item > a, #pxl-main .widget_nav_menu ul li.current-menu-item > a, #pxl-main .widget_pages ul li.current-menu-item > a, #pxl-main .widget_archive ul li.current-menu-item > a, #pxl-main .widget_meta ul li.current-menu-item > a, #pxl-main .widget_recent_entries ul li.current-menu-item > a, #pxl-main .widget_product_categories ul li.current-cat > a, #pxl-main .widget_categories ul li.current-cat > a, #pxl-main .widget_nav_menu ul li.current-cat > a, #pxl-main .widget_pages ul li.current-cat > a, #pxl-main .widget_archive ul li.current-cat > a, #pxl-main .widget_meta ul li.current-cat > a, #pxl-main .widget_recent_entries ul li.current-cat > a, #pxl-main .widget_product_categories ul li.current-cat-parent > a, #pxl-main .widget_categories ul li.current-cat-parent > a, #pxl-main .widget_nav_menu ul li.current-cat-parent > a, #pxl-main .widget_pages ul li.current-cat-parent > a, #pxl-main .widget_archive ul li.current-cat-parent > a, #pxl-main .widget_meta ul li.current-cat-parent > a, #pxl-main .widget_recent_entries ul li.current-cat-parent > a, #pxl-main .widget_product_categories ul li > a:hover, #pxl-main .widget_categories ul li > a:hover, #pxl-main .widget_nav_menu ul li > a:hover, #pxl-main .widget_pages ul li > a:hover, #pxl-main .widget_archive ul li > a:hover, #pxl-main .widget_meta ul li > a:hover, #pxl-main .widget_recent_entries ul li > a:hover {
  color: var(--primary-color);
}
#pxl-main .widget_product_categories ul li.current-menu-item > a:after, #pxl-main .widget_categories ul li.current-menu-item > a:after, #pxl-main .widget_nav_menu ul li.current-menu-item > a:after, #pxl-main .widget_pages ul li.current-menu-item > a:after, #pxl-main .widget_archive ul li.current-menu-item > a:after, #pxl-main .widget_meta ul li.current-menu-item > a:after, #pxl-main .widget_recent_entries ul li.current-menu-item > a:after, #pxl-main .widget_product_categories ul li.current-cat > a:after, #pxl-main .widget_categories ul li.current-cat > a:after, #pxl-main .widget_nav_menu ul li.current-cat > a:after, #pxl-main .widget_pages ul li.current-cat > a:after, #pxl-main .widget_archive ul li.current-cat > a:after, #pxl-main .widget_meta ul li.current-cat > a:after, #pxl-main .widget_recent_entries ul li.current-cat > a:after, #pxl-main .widget_product_categories ul li.current-cat-parent > a:after, #pxl-main .widget_categories ul li.current-cat-parent > a:after, #pxl-main .widget_nav_menu ul li.current-cat-parent > a:after, #pxl-main .widget_pages ul li.current-cat-parent > a:after, #pxl-main .widget_archive ul li.current-cat-parent > a:after, #pxl-main .widget_meta ul li.current-cat-parent > a:after, #pxl-main .widget_recent_entries ul li.current-cat-parent > a:after, #pxl-main .widget_product_categories ul li > a:hover:after, #pxl-main .widget_categories ul li > a:hover:after, #pxl-main .widget_nav_menu ul li > a:hover:after, #pxl-main .widget_pages ul li > a:hover:after, #pxl-main .widget_archive ul li > a:hover:after, #pxl-main .widget_meta ul li > a:hover:after, #pxl-main .widget_recent_entries ul li > a:hover:after {
  width: 100%;
}
#pxl-main .widget_product_categories ul li .sub-menu, #pxl-main .widget_categories ul li .sub-menu, #pxl-main .widget_nav_menu ul li .sub-menu, #pxl-main .widget_pages ul li .sub-menu, #pxl-main .widget_archive ul li .sub-menu, #pxl-main .widget_meta ul li .sub-menu, #pxl-main .widget_recent_entries ul li .sub-menu, #pxl-main .widget_product_categories ul li .children, #pxl-main .widget_categories ul li .children, #pxl-main .widget_nav_menu ul li .children, #pxl-main .widget_pages ul li .children, #pxl-main .widget_archive ul li .children, #pxl-main .widget_meta ul li .children, #pxl-main .widget_recent_entries ul li .children {
  padding-left: 15px;
}
#pxl-main .widget_product_categories .nice-select ul li, #pxl-main .widget_categories .nice-select ul li, #pxl-main .widget_nav_menu .nice-select ul li, #pxl-main .widget_pages .nice-select ul li, #pxl-main .widget_archive .nice-select ul li, #pxl-main .widget_meta .nice-select ul li, #pxl-main .widget_recent_entries .nice-select ul li {
  border: none;
  font-size: 14px;
  line-height: normal;
  padding: 8px 24px;
  font-weight: 500;
}
.widget_recent_entries .widget-title, .widget_recent_comments .widget-title {
  margin-bottom: 15px;
}
.widget_recent_entries ul, .widget_recent_comments ul {
  list-style: none;
  margin: 0;
}
.widget_recent_comments ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 0 0;
  font-family: 'Montserrat';
  margin-left: 27px;
}
.widget_recent_comments ul li .comment-author-link {
  font-weight: 500;
  position: relative;
}
.widget_recent_comments ul li .comment-author-link:after {
  position: absolute;
  content: '\f132';
  font-family: Caseicon;
  width: 22px;
  height: 19px;
  top: 0;
  left: -26px;
  color: #e5b789;
  display: flex;
  align-items: center;
}
.widget_recent_comments ul li:last-child {
  border-bottom: none;
}
.widget_recent_comments ul li a {
  color: var(--primary-color);
}
.widget_recent_comments ul li a:hover {
  color: var(--primary-color);
}
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.widget_rss li {
  position: relative;
  padding: 12px 0;
}
.widget_rss li:before {
  content: '';
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 500;
  display: inline-block;
  color: var(--secondary-color);
}
.widget_rss .rsswidget:hover {
  color: var(--primary-color);
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
  color: var(--third-color);
  margin: 6px 0 6px;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
  color: var(--third-color);
  display: block;
  margin: 6px 0 6px;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
  line-height: normal;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: none;
  color: var(--third-color);
}
.widget_calendar th a, .widget_calendar td a {
  font-weight: 500;
  background-color: var(--secondary-color);
  border-radius: 50%;
  color: #fff;
  padding: 7px 9px;
}
.widget_calendar table {
  margin: 0;
  border-left: none;
}
@media (min-width: 991px) {
  .widget_calendar table {
    display: block;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .widget_calendar table > thead, .widget_calendar table > tbody {
    position: relative;
    left: -20px;
    overflow: hidden;
    width: 120%;
  }
  .widget_calendar table > thead {
    display: inline-table;
  }
  .widget_calendar table > thead th {
    text-align: left;
  }
  .widget_calendar table > tbody {
    display: block;
  }
}
@media (min-width: 991px) {
  .widget_calendar table > thead, .widget_calendar table > tbody {
    position: relative;
    left: -20px;
  }
}
.widget_calendar table > caption {
  background-color: transparent;
  border: none;
  border-top: none;
  padding: 12px 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--secondary-color);
  border: 1px solid #2c4c59;
  border-radius: 25px;
  text-align: center;
  caption-side: top;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .widget_calendar table > caption {
    display: block;
  }
}
.widget_calendar .wp-calendar-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 10px;
}
.widget_calendar .wp-calendar-nav a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  line-height: 36px;
  display: inline-block;
  padding: 0 18px;
  border: none;
  background-color: var(--primary-color);
  background-size: 200%, 1px;
  background-position: 0%;
  font-weight: 700;
  border-radius: 20px;
}
.widget_calendar .wp-calendar-nav a:hover {
  background-color: var(--secondary-color);
}
.widget_calendar .wp-calendar-nav .wp-calendar-nav-prev {
  margin-right: 20px;
  flex-grow: 1;
}
.widget_ef_recent_posts {
  /* Widget Block */
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: var(--primary-color);
}
.widget_ef_recent_posts .entry-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
  font-family: inherit;
  font-weight: 500;
}
.widget_ef_recent_posts .entry-title a {
  color: #fff;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: var(--primary-color);
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.widget_block .widget-content .wp-block-search__label, .widget_block .widget-content .wp-block-group__inner-container > h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 0px;
  margin-bottom: 6px;
  position: relative;
  display: block;
}
.widget_block .widget-content ol, .widget_block .widget-content ul {
  padding-left: 0;
}
.widget_block.widget_search {
  position: relative;
}
.widget_block.widget_search .widget-content .wp-block-search__label {
  margin-bottom: 25px;
}
.widget_block.widget_search .wp-block-search__button {
  padding: 0;
  border: none;
  line-height: 51px;
  height: 51px;
  width: 51px;
  border-left: 1px solid #ececf0;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 15px;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 0px;
}
.widget_block.widget_search .wp-block-search__button:before {
  content: "\f12c";
  font-family: 'Caseicon';
  font-size: 15px;
  font-weight: 400;
}
.widget_block.widget_search .wp-block-search__button:after {
  display: none;
}
.widget_block.widget_search .wp-block-search__button:hover {
  color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__input {
  font-size: 15px;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  color: #222;
  height: 51px;
  padding-left: 20px;
  padding-right: 51px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.widget_block.widget_search .wp-block-search__input:focus {
  border-color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__input:focus + .wp-block-search__button {
  border-color: var(--primary-color);
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  display: block;
  position: relative;
}
.widget_block .wp-block-latest-posts__list {
  list-style: none;
  margin-bottom: 0;
}
.widget_block .wp-block-latest-posts__list li {
  font-size: 0px;
}
.widget_block .wp-block-latest-posts__list li a {
  color: var(--secondary-color);
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #ececf0;
  position: relative;
}
.widget_block .wp-block-latest-posts__list li:last-child > a {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_block .wp-block-latest-posts__list li a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-comments {
  list-style: none;
  margin-bottom: 0;
}
.widget_block .wp-block-latest-comments li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0 0;
  font-family: 'Montserrat';
}
.widget_block .wp-block-latest-comments li .comment-author-link {
  font-weight: 500;
  position: relative;
}
.widget_block .wp-block-latest-comments li .comment-author-link:after {
  position: absolute;
  content: '\f132';
  font-family: Caseicon;
  width: 22px;
  height: 19px;
  top: 0;
  left: -26px;
  color: #e5b789;
  display: flex;
  align-items: center;
}
.widget_block .wp-block-latest-comments li:last-child {
  border-bottom: none;
}
.widget_block .wp-block-latest-comments li a {
  color: #000;
}
.widget_block .wp-block-latest-comments li a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  position: relative;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta:before {
  width: 20px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #e5b789;
  content: '\f132';
  font-family: Caseicon;
  display: inline-block;
}
.widget_block .wp-block-categories, .widget_block .wp-block-archives {
  margin-bottom: 0;
}
.widget_block .wp-block-categories li, .widget_block .wp-block-archives li {
  font-size: 0px;
}
.widget_block .wp-block-categories li a, .widget_block .wp-block-archives li a {
  color: #222;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.widget_block .wp-block-categories li a:before, .widget_block .wp-block-archives li a:before {
  content: "";
  width: 0px;
  height: 2px;
  background-color: var(--primary-color);
  margin-right: 6px;
  font-weight: 400;
  position: absolute;
  left: 0px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.widget_block .wp-block-categories li a .count, .widget_block .wp-block-archives li a .count {
  float: right;
}
.widget_block .wp-block-categories li a:hover, .widget_block .wp-block-archives li a:hover {
  padding-left: 18px;
}
.widget_block .wp-block-categories li a:hover .count, .widget_block .wp-block-archives li a:hover .count {
  color: var(--primary-color);
}
.widget_block .wp-block-categories li a:hover:before, .widget_block .wp-block-archives li a:hover:before {
  width: 12px;
  opacity: 1;
  left: 0px;
}
.widget_block .wp-block-categories li.current-menu-item > a, .widget_block .wp-block-archives li.current-menu-item > a, .widget_block .wp-block-categories li.current-cat > a, .widget_block .wp-block-archives li.current-cat > a, .widget_block .wp-block-categories li.current-cat-parent > a, .widget_block .wp-block-archives li.current-cat-parent > a, .widget_block .wp-block-categories li > a:hover, .widget_block .wp-block-archives li > a:hover {
  color: var(--primary-color);
}
.widget_block .wp-block-categories li .sub-menu, .widget_block .wp-block-archives li .sub-menu, .widget_block .wp-block-categories li .children, .widget_block .wp-block-archives li .children {
  padding-left: 15px;
}
.widget_archive .pxl-select {
  margin-top: 35px;
}
.widget_categories form {
  margin-top: 35px;
}
.widget_meta h2.widget-title {
  margin-bottom: 20px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list .count {
  display: none;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #3d5b65;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight {
  background-color: transparent;
  border: 1px solid;
  border-color: transparent transparent #c0c6c6 transparent;
  color: var(--third-color);
  padding: 6px 22px 26px 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  height: 26px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus {
  outline: 0;
}
@media (max-width: 575px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight {
    padding: 8px 22px 26px 0;
  }
}
input[type="range"] {
  padding: 0;
  background-color: transparent;
  height: auto;
  border: none;
}
select {
  height: 50px;
}
textarea {
  padding-top: 18px;
  padding-bottom: 18px;
  height: 150px;
  margin: 0;
}
#commentform {
  display: flex;
  flex-direction: column;
}
#commentform .row {
  display: flex;
  order: 2;
}
#commentform .form-submit {
  display: flex;
  order: 6;
  margin: 28px 0 0 !important;
}
@media (max-width: 991px) {
  #commentform .form-submit {
    margin-bottom: 0 !important;
  }
}
.comments-area {
  overflow: hidden;
}
.comments-area .comment-list-wrap {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .comments-area .comment-list-wrap {
    margin-top: 40px;
  }
}
.comments-area .comment-list-wrap .comments-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .comments-area .comment-list-wrap .comments-title {
    margin-bottom: 27px;
  }
}
.comments-area .comment-respond {
  margin-top: 50px;
  background-color: #f5f5f5;
  padding: 60px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond {
    padding: 30px;
  }
}
.comments-area .comment-respond .logged-in-as {
  display: flex;
  order: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 14px;
}
.comments-area .comment-respond .logged-in-as a {
  color: inherit;
}
.comments-area .comment-respond .logged-in-as a:hover {
  color: var(--primary-color);
}
.comments-area .comment-respond .logged-in-as a:nth-child(2) {
  font-weight: 700;
  text-decoration: underline;
}
.comments-area .no-comments {
  display: none;
}
.comments-area input, .comments-area textarea {
  border: none;
  border-bottom: 1px solid #c0c6c6;
}
.comments-area input:focus, .comments-area textarea:focus {
  border-bottom-color: var(--primary-color);
}
.comment-title {
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 2px;
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: inherit;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list li .children {
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .comment-list li .children {
    padding-left: 78px;
  }
}
@media screen and (max-width: 575px) {
  .comment-list li .children {
    padding-left: 0;
  }
}
.comment-list li .children li {
  list-style: none;
  margin-top: 35px;
}
.comment-list li .comment-respond {
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 130px;
}
@media screen and (max-width: 767px) {
  .comment-list li .comment-respond {
    margin-left: 78px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .comment-list li .comment-respond {
    margin-left: 0;
    margin-top: 20px;
  }
}
.comment-list > li {
  margin-bottom: 35px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
  padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
  padding-left: 0;
}
.comment-date {
  font-size: 14px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 14px;
  line-height: normal;
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.comment-content {
  position: relative;
  flex-grow: 1;
  padding: 20px 22px 20px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  border: 1px solid #ddd;
  display: flex;
  order: 3;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .comment-content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .comment-content {
    padding-top: 70px;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  color: inherit;
  font-size: 16px;
  font-family: 'Montserrat';
  line-height: 27px;
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text img {
  margin: 6px 0;
}
.comment-reply {
  position: absolute;
  top: 20px;
  right: 23px;
}
@media screen and (max-width: 575px) {
  .comment-reply {
    position: static;
    margin-top: 22px;
  }
}
.comment-reply a {
  line-height: 35px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.comment-reply a:hover {
  color: var(--secondary-color);
}
.comment-reply a i {
  margin-left: 5px;
  line-height: 1;
  font-size: 20px;
}
.comment-reply-title small {
  display: inline-block;
  vertical-align: top;
  margin-top: -9px;
  margin-left: 10px;
}
.comment-reply-title small a {
  line-height: 36px;
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary-color);
  color: #fff;
}
.comment-holder {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 5px;
}
.comment-holder .comment-meta {
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .comment-holder {
    display: block;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .comment-holder .comment-meta {
    margin-right: 0;
  }
}
.comment-form .row > div {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .comment-form .row > div {
    margin-top: 13px;
  }
}
.comment-form .form-submit {
  margin-top: 33px;
  margin-bottom: 0;
  position: relative;
  padding: 14px 32px 15px;
  -webkit-border-radius: 28px;
  -khtml-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  background-color: var(--primary-color);
  max-width: 216px;
}
@media (max-width: 767px) {
  .comment-form .form-submit {
    margin-top: 0;
  }
}
.comment-form .form-submit:hover:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.comment-form .form-submit:after {
  content: "\f142";
  font-family: Caseicon;
  position: absolute;
  right: 35px;
  color: #fff;
  font-size: 16px;
  top: 10px;
  font-weight: 100;
  line-height: 34px;
}
.comment-form .form-submit .submit {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.comment-form .form-submit .submit:hover {
  -webkit-box-shadow: 0 12px 24px rgba(44, 76, 89, 0.2);
  -khtml-box-shadow: 0 12px 24px rgba(44, 76, 89, 0.2);
  -moz-box-shadow: 0 12px 24px rgba(44, 76, 89, 0.2);
  -ms-box-shadow: 0 12px 24px rgba(44, 76, 89, 0.2);
  -o-box-shadow: 0 12px 24px rgba(44, 76, 89, 0.2);
  box-shadow: 0 12px 24px rgba(44, 76, 89, 0.2);
}
.comment-form .comment-form-comment {
  order: 3;
  display: flex;
  flex-wrap: wrap;
}
.comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .comment-inner {
    flex-direction: column;
    padding: 15px;
    border: 1px solid #c0c6c6;
    padding-bottom: 0;
  }
  .comment-inner .comment-content {
    border: none;
  }
}
@media screen and (max-width: 575px) {
  .comment-inner {
    display: block;
  }
}
.comment-inner img.avatar {
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin-right: 18px;
  float: left;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .comment-inner img.avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 575px) {
  .comment-inner img.avatar {
    float: none;
    margin: 0 auto 0 auto;
    width: 92px;
    height: 92px;
    min-width: 92px;
    margin-bottom: -45px;
    position: relative;
    z-index: 99;
    opacity: 1;
  }
}
.comment-form-cookies-consent {
  display: flex;
  order: 5;
  font-size: 14px;
  line-height: 26px;
  padding-left: 35px;
  position: relative;
  margin-top: 15px;
  color: var(--third-color);
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before, .comment-form-cookies-consent label:after {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
}
.comment-form-cookies-consent label {
  cursor: pointer;
}
.comment-form-cookies-consent label:before {
  content: '';
  z-index: 1;
  background-color: #e9e9e9;
}
.comment-form-cookies-consent label:after {
  content: '\f119';
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 3px;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
#commentform {
  padding: 0;
  /* Select Style */
}
.pxl-select {
  width: 100%;
  position: relative;
}
.pxl-select .pxl-select-hidden {
  display: none;
}
.pxl-select .pxl-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 18px;
  background-color: #fff;
  z-index: 99;
  font-size: 14px;
  color: #696878;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 3px 65px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  margin-top: 30px;
  visibility: hidden;
}
.pxl-select .pxl-select-options li {
  padding: 9px 8px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: normal !important;
}
.pxl-select .pxl-select-options li:hover {
  color: var(--primary-color);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f150";
  font-family: Caseicon;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  color: #737879;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  font-family: Caseicon;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  margin-top: 10px;
  visibility: visible;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translate(0, -50%) scaleY(-1);
}
.pxl-wrap-table .pxl-table-inner .wrap-table:last-child .pxl-table--inner {
  border-bottom-color: transparent;
}
.pxl-wrap-table .pxl-table-inner .wrap-table:first-child .pxl-table--item span {
  color: var(--primary-color) !important;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 500 !important;
}
.pxl-wrap-table .pxl-table-inner .wrap-table .pxl-table--inner {
  display: flex;
  align-items: center;
  flex: 3;
  padding: 22px 0;
  border-bottom: 1px solid #e8d7cc;
}
.pxl-wrap-table .pxl-table-inner .wrap-table .pxl-table--inner .pxl-table--title {
  flex: 1;
  margin: 0;
  color: var(--primary-color);
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
}
.pxl-wrap-table .pxl-table-inner .wrap-table .pxl-table--inner .pxl-table--item {
  flex: 2;
  display: flex;
  justify-content: space-between;
}
.pxl-wrap-table .pxl-table-inner .wrap-table .pxl-table--inner .pxl-table--item span {
  min-width: 103px;
  text-align: center;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.blockui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockui:before {
  content: '';
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: ctspin 0.6s infinite linear;
  -webkit-animation: ctspin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockui:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.blockui.blockoverlay, .blockui.blockmsg {
  display: none !important;
}
.product-remove {
  position: relative;
  min-width: 50px;
}
.product-remove a.remove {
  font-size: 0px;
  width: 26px;
  height: 26px;
  background-color: var(--primary-color);
  border-radius: 100%;
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 55%;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 769px) {
  .product-remove {
    min-height: 57px;
  }
}
.pxl-widget-cart-sidebar {
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  -webkit-transform: translatex(100%);
  -khtml-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
  padding-bottom: 137px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  flex-grow: 1;
}
.pxl-widget-cart-sidebar .widget_shopping_head {
  display: flex;
  background-color: #f9f9f9;
  padding: 16px 30px;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
  align-items: center;
}
.pxl-widget-cart-sidebar .widget_shopping_head .pxl-close {
  height: 36px;
  width: 36px;
}
.pxl-widget-cart-sidebar .widget_shopping_head .widget_shopping_title {
  position: relative;
  padding-left: 45px;
  text-transform: uppercase;
}
.pxl-widget-cart-sidebar .widget_shopping_head .widget_shopping_title:before {
  font-family: caseicon;
  content: "\f12f";
  font-size: 35px;
  position: absolute;
  color: var(--primary-color);
  top: -17px;
  left: -5px;
}
.pxl-widget-cart-sidebar .pxl-close {
  position: absolute;
  top: 11px;
  right: 20px;
  z-index: 999;
}
.pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 30px 60px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 350px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 15px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 32px;
  color: #555;
  width: 80px;
  height: 80px;
  background-color: #f8f8f8;
  border-radius: 80px;
  line-height: 80px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  width: 100%;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 45px;
  min-width: 45px;
  margin-right: 15px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  padding-right: 12px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 3px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
  font-weight: 700;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: #555;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  line-height: 17px;
  color: red;
  font-size: 11px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button i {
  vertical-align: middle;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 55px;
  background-color: #fff;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 0;
  font-weight: 600;
  color: #222;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  width: 100%;
  margin-right: 0;
  line-height: 48px;
}
.pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn + .btn {
  margin-top: 8px;
}
.admin-bar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce ins {
  background-color: transparent;
  color: var(--primary-color);
}
.woocommerce .content-row #secondary.widget-has-sidebar:before {
  display: none;
}
.woocommerce #secondary .widget_product_search {
  padding: 0;
}
.woocommerce #secondary .widget_product_search button {
  padding: 0;
  width: 53px;
  height: 51px;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  opacity: 1;
  z-index: 3;
  border-left: 1px solid #ececf0;
  color: #222;
  font-size: 15px;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.woocommerce #secondary .widget_product_search button:after {
  content: "\f12c";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: caseicon;
  text-indent: 0px;
  font-weight: 400;
}
.woocommerce #secondary .widget_product_search button:hover {
  color: var(--primary-color);
}
.woocommerce #secondary .widget_product_search .search-field {
  height: 51px;
  color: var(--third-color);
  border-color: #ececf0;
  background-color: #fff;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce #secondary .widget_product_search .search-field:focus {
  color: var(--secondary-color);
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_products ul li {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  min-height: 80px;
}
.woocommerce #secondary .widget_products ul li .product-title {
  margin-top: 0px;
  margin-bottom: 0;
}
.woocommerce #secondary .widget_products ul li .product-title a {
  font-size: 16px;
  color: inherit;
  line-height: 1.25;
  margin-top: 4px;
  margin-bottom: 6px;
  font-family: 'titillium web', sans-serif;
  font-weight: 700;
}
.woocommerce #secondary .widget_products ul li .product-title a:hover {
  color: var(--primary-color);
}
.woocommerce #secondary .widget_products ul li .wg-product-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.woocommerce #secondary .widget_products ul li .wg-product-image {
  margin-right: 20px;
  width: 70px;
  min-width: 70px;
}
.woocommerce #secondary .widget_products ul li .wg-product-image img {
  margin: 0;
  top: 0;
  left: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  position: static;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .woocommerce .coupon .button, .woocommerce-page .coupon .button {
    width: auto !important;
  }
}
@media screen and (max-width: 769px) and (max-width: 330px) {
  .woocommerce .coupon #coupon_code, .woocommerce-page .coupon #coupon_code {
    width: 40% !important;
  }
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
  padding: 0 0 10px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
  text-align: center;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce .form-submit, .woocommerce-page .form-submit {
  padding: 14px 32px 15px !important;
  max-width: 156px;
}
.woocommerce .form-submit input.submit, .woocommerce-page .form-submit input.submit {
  padding: 5px 32px;
  background-color: var(--secondary-color);
  border-radius: 28px;
}
.woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce .form-row button.button.alt, .woocommerce-page .form-row button.button.alt {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 0;
  line-height: 19px;
  -webkit-transition: all 180ms linear 0ms;
  -khtml-transition: all 180ms linear 0ms;
  -moz-transition: all 180ms linear 0ms;
  -ms-transition: all 180ms linear 0ms;
  -o-transition: all 180ms linear 0ms;
  transition: all 180ms linear 0ms;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  z-index: 1;
  letter-spacing: 0em;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  background-color: var(--primary-color);
  background-size: 200%, 1px;
  background-position: 0%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce .form-row button.button.alt:hover, .woocommerce-page .form-row button.button.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce-page #respond input#submit.alt:focus, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce .form-row button.button.alt:focus, .woocommerce-page .form-row button.button.alt:focus, .woocommerce #respond input#submit.alt:active, .woocommerce-page #respond input#submit.alt:active, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce .form-row button.button.alt:active, .woocommerce-page .form-row button.button.alt:active, .woocommerce #respond input#submit.alt:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce .form-row button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit.alt:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit.alt:not([disabled]):not(.disabled):active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce .form-row button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page .form-row button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: var(--secondary-color);
  background-position: 100%;
}
.woocommerce #respond input#submit.alt[disabled], .woocommerce-page #respond input#submit.alt[disabled], .woocommerce #respond input#submit[disabled], .woocommerce-page #respond input#submit[disabled], .woocommerce a.button[disabled], .woocommerce-page a.button[disabled], .woocommerce a.wc-forward[disabled], .woocommerce-page a.wc-forward[disabled], .woocommerce button.button[disabled], .woocommerce-page button.button[disabled], .woocommerce input.button[disabled], .woocommerce-page input.button[disabled], .woocommerce .cart button.button[disabled], .woocommerce-page .cart button.button[disabled], .woocommerce a.button.alt[disabled], .woocommerce-page a.button.alt[disabled], .woocommerce .form-row button.button.alt[disabled], .woocommerce-page .form-row button.button.alt[disabled] {
  color: #fff;
}
.woocommerce #respond input#submit.alt[disabled]:hover, .woocommerce-page #respond input#submit.alt[disabled]:hover, .woocommerce #respond input#submit[disabled]:hover, .woocommerce-page #respond input#submit[disabled]:hover, .woocommerce a.button[disabled]:hover, .woocommerce-page a.button[disabled]:hover, .woocommerce a.wc-forward[disabled]:hover, .woocommerce-page a.wc-forward[disabled]:hover, .woocommerce button.button[disabled]:hover, .woocommerce-page button.button[disabled]:hover, .woocommerce input.button[disabled]:hover, .woocommerce-page input.button[disabled]:hover, .woocommerce .cart button.button[disabled]:hover, .woocommerce-page .cart button.button[disabled]:hover, .woocommerce a.button.alt[disabled]:hover, .woocommerce-page a.button.alt[disabled]:hover, .woocommerce .form-row button.button.alt[disabled]:hover, .woocommerce-page .form-row button.button.alt[disabled]:hover {
  color: #fff;
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .comment-form > p, .woocommerce-page .comment-form > p {
  margin-bottom: 40px !important;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border-color: var(--primary-color);
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--primary-color);
}
.woocommerce .woocommerce-notice--success, .woocommerce-page .woocommerce-notice--success {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color);
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button {
  padding: 0;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: var(--primary-color);
  color: #fff;
  background-image: none;
  font-size: 12px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:before, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:before {
  font-family: "caseicon";
  content: "\f101";
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: var(--secondary-color);
  color: #fff;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button:hover:before, .woocommerce-page .woocommerce-notices-wrapper .woocommerce-message .button:hover:before {
  color: inherit;
}
.woocommerce .quantity, .woocommerce-page .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty, .woocommerce-page .quantity .qty {
  background-color: transparent;
  padding: 0 15px 0 10px;
  border: none;
  color: #000;
  font-weight: 500;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
  height: 55px;
  width: 160px;
  -moz-appearance: textfield;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce-page .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce-page .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-icon i, .woocommerce-page .quantity-icon i {
  font-weight: 500;
  font-size: 22px;
  font-style: normal;
  color: #839297;
  height: 55px;
  width: 52px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-right: 1px solid #c0c6c6;
  border-left: 1px solid #c0c6c6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce .quantity-icon i.quantity-up, .woocommerce-page .quantity-icon i.quantity-up {
  right: 0px;
}
.woocommerce .quantity-icon i.quantity-down, .woocommerce-page .quantity-icon i.quantity-down {
  left: 0px;
}
.woocommerce .quantity-icon i:hover, .woocommerce-page .quantity-icon i:hover {
  color: var(--primary-color);
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
  border-color: #ececec;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
  padding: 20px 15px;
  border-color: #ececec;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding: 20px 0;
  }
}
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th, .woocommerce table.shop_table tbody th, .woocommerce-page table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
  font-weight: 500;
  border-color: #ececec;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .woocommerce .content-row {
    margin: 0 -15px;
  }
  .woocommerce #primary.content-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  background-color: #c0c6c6;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary-color);
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 10px;
  width: 10px;
  background-color: var(--primary-color);
  border-radius: 10px;
  top: -5px;
  background: var(--primary-color);
  border: none;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 10px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  line-height: 36px;
  font-size: 14px;
  margin-right: 15px;
  letter-spacing: 0.05em;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 400;
  border-radius: 20px;
}
.woocommerce #secondary .widget_price_filter .price_label {
  font-size: 15px;
  font-weight: 500;
}
.woocommerce #secondary .widget_price_filter .clear {
  display: none;
}
.widget_products .amount {
  font-size: 13px;
  font-weight: 700;
  color: var(--third-color);
}
.widget_products del {
  color: #8f8f8f;
}
.widget_products del .amount {
  font-weight: 400;
  color: #8f8f8f;
}
.widget_products .star-rating-wrap {
  display: none !important;
}
.widget_products .wg-product-holder .star-rating {
  font-size: 12px;
  height: 14px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #020033;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: ;
}
#shop-breadcrumb ul li a:hover {
  color: var(--primary-color);
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  color: #161616;
  margin-left: 4px;
}
.woocommerce span.onsale {
  min-width: inherit;
  min-height: inherit;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  margin: 0 !important;
  overflow: visible;
  position: absolute;
  padding: 5px 15px 4px !important;
  top: 20px !important;
  right: 37px !important;
  left: auto !important;
  z-index: 1;
  background-color: #e5b789;
  display: inline-block;
  border-radius: 0%;
  line-height: 20px;
  text-transform: uppercase;
}
.woocommerce .star-rating span {
  color: #e5b789;
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
  color: var(--primary-color);
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
  position: relative;
  z-index: 101;
  gap: 30px;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  flex-grow: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
  text-transform: uppercase;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 230px;
  position: relative;
  z-index: 1;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering:before {
  content: "\f107";
  font-family: "font awesome 5 pro";
  font-size: 12px;
  color: var(--third-color);
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 12px;
  line-height: 14px;
  -webkit-transform: translatey(-50%);
  -khtml-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  z-index: -1;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering select {
  cursor: pointer;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  height: 55px;
  padding: 17px 20px 17px 20px;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
  border: 1px solid #c0c6c6;
  border-radius: 28px;
}
.woocommerce .woocommerce-product-inner {
  width: 100%;
  position: relative;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta > div {
  margin: 0 8px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  -webkit-transform: translatey(20px);
  -khtml-transform: translatey(20px);
  -moz-transform: translatey(20px);
  -ms-transform: translatey(20px);
  -o-transform: translatey(20px);
  transform: translatey(20px);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #e8d7cc;
  display: block;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  padding: 0;
  font-size: 0px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1d2122;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-family: caseicon;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.added, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.add_to_cart_button:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.add_to_cart_button:before {
  content: "\f145";
  font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_grouped:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_grouped:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_variable:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_variable:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.product_type_external:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.product_type_external:before {
  content: "\f138";
  font-size: 15px;
  font-family: flaticon;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosc-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosc-btn:before {
  content: "\f102";
  font-size: 16px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.added_to_cart:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.added_to_cart:before {
  content: "\f00c";
  font-size: 16px;
  font-family: 'font awesome 5 pro';
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosw-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosw-btn:before {
  content: "\f12f";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.woosq-btn:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.woosq-btn:before {
  content: "\f101";
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading:before {
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button.loading:after {
  content: '';
  width: 16px;
  height: 16px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #000 transparent #000;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%);
  margin: auto;
  animation: pxl_spin_reverse 0.6s linear infinite;
  -webkit-animation: pxl_spin_reverse 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:hover, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:hover {
  background-color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:hover:before, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:hover:before {
  color: #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta a:hover.loading:after, .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta button:hover.loading:after {
  border-color: transparent #fff transparent #fff;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  padding: 20px 0 0;
  text-align: left;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.woocommerce .woocommerce-product-inner .woocommerce-product-content > .price {
  margin-bottom: 0 !important;
  line-height: normal;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title {
  padding: 0px !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product--title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product--title a {
  color: var(--primary-color);
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-meta > div {
  opacity: 1;
  -webkit-transform: translatex(0px);
  -khtml-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px);
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  overflow: visible;
  margin-right: 35px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1px;
  margin-right: 1px;
  overflow: hidden;
  margin-top: 5px;
  color: var(--primary-color);
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid #c0c6c6;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #fff;
  background-color: var(--primary-color);
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current:after, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover:after {
  height: 100%;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 35px;
  margin-right: 0;
  margin-left: 0;
  padding: 0 17.5px;
  display: inline-flex;
  float: none;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
.woocommerce ul.products li.product .price {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price .amount {
  color: var(--primary-color);
}
.woocommerce ul.products li.product .price del {
  color: #839297;
  font-weight: 400;
  opacity: 1;
}
.woocommerce ul.products li.product .price del .amount {
  color: inherit;
}
.woocommerce ul.products li.product .price del + ins {
  margin-left: 5px;
}
.woocommerce ul.products li.product .price ins {
  color: var(--secondary-color);
  font-weight: inherit;
  text-decoration: unset;
  padding: 0;
}
.woocommerce ul.products li.product .star-rating-wrap {
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .star-rating-wrap .count-rating {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product--title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 19px;
  color: var(--secondary-color);
}
@media screen and (min-width: 1200px) {
  .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product-title, .woocommerce ul.products li.product .woocommerce-product--title {
    padding: 0 10px;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce ul.products li.product .woocommerce-product--title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce ul.products li.product .woocommerce-product--title a:hover {
  color: var(--primary-color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.single-product .pxl-product-carousel .woo-sctr-shortcode-wrap-wrap {
  left: 38px !important;
  width: calc(100% - 75px) !important;
}
.single-product span.onsale {
  left: 20px !important;
  right: auto !important;
}
.single-product .product .woosc-quick-table {
  display: none;
}
.single-product .woocommerce-social-share {
  padding-top: 18px;
}
.single-product .woocommerce-social-share label {
  color: #222;
  font-weight: 600;
  margin-right: 10px;
}
.single-product .woocommerce-social-share a {
  color: #666;
  font-size: 14px;
  margin-right: 16px;
}
.single-product .woocommerce-social-share a i {
  -webkit-transition: all 180ms linear 0ms;
  -khtml-transition: all 180ms linear 0ms;
  -moz-transition: all 180ms linear 0ms;
  -ms-transition: all 180ms linear 0ms;
  -o-transition: all 180ms linear 0ms;
  transition: all 180ms linear 0ms;
}
.single-product .woocommerce-social-share a:hover {
  color: var(--primary-color);
}
.single-product .woocommerce-social-share a:hover i {
  -webkit-transform: translatey(-2px);
  -khtml-transform: translatey(-2px);
  -moz-transform: translatey(-2px);
  -ms-transform: translatey(-2px);
  -o-transform: translatey(-2px);
  transform: translatey(-2px);
}
.single-product .woocommerce-summary-wrap {
  margin: 0 -30px;
}
.single-product .woocommerce-summary-wrap > .col-xl-6 {
  padding: 0 30px;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product .pxl-single-product-btns {
  position: relative;
}
.single-product .pxl-single-product-btns .pxl-single-product-button {
  transform: translatey(10px);
  position: absolute;
  bottom: 11px;
  right: -20px;
}
@media (max-width: 1030px) {
  .single-product .pxl-single-product-btns .pxl-single-product-button {
    position: unset;
  }
}
.single-product .pxl-single-product-btns .pxl-single-product-button .woosw-btn {
  font-size: 0;
  position: relative;
  background-color: initial;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  margin-bottom: 0;
  margin-right: 10px;
  border-color: #c0c6c6;
  color: var(--secondary-color);
}
.single-product .pxl-single-product-btns .pxl-single-product-button .woosw-btn:hover {
  background-color: var(--primary-color);
}
.single-product .pxl-single-product-btns .pxl-single-product-button .woosw-btn:hover:before {
  color: #fff;
}
.single-product .pxl-single-product-btns .pxl-single-product-button .woosw-btn:before {
  position: absolute;
  content: "\f12f";
  font-family: caseicon;
  font-size: 20px;
  top: 50%;
  color: var(--secondary-color);
  transform: translate(-50%, -50%);
  -webkit-transition: 300ms all linear 0ms;
  -khtml-transition: 300ms all linear 0ms;
  -moz-transition: 300ms all linear 0ms;
  -ms-transition: 300ms all linear 0ms;
  -o-transition: 300ms all linear 0ms;
  transition: 300ms all linear 0ms;
}
.single-product .woocommerce-sg-product-price {
  padding-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .single-product .woocommerce-sg-product-price {
    margin-bottom: 6px;
    margin-top: 0;
  }
}
.single-product .woocommerce-sg-product-price .woo-sctr-shortcode-countdown-hour-value {
  line-height: 54px;
}
.single-product .woocommerce-sg-product-price .woo-sctr-shortcode-countdown-1 {
  padding: 0 10px;
}
.single-product .woocommerce-sg-product-price .price {
  margin-bottom: 0;
}
.single-product section.related {
  padding-top: 72px;
}
.single-product section.related .variations_form {
  display: none !important;
}
.single-product section.related h2 {
  color: var(--secondary-color);
  font-size: 55px;
  font-weight: 400;
  line-height: 62px;
  margin-bottom: -30px;
  text-align: center;
}
.single-product section.related .woocommerce-product-content {
  text-align: center;
}
.single-product section.related .woocommerce-product-content .star-rating-wrap {
  justify-content: center;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
  margin-top: 60px;
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary > p {
  display: inline-block;
  margin: 0 60px 0 0;
  position: relative;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab {
  position: relative;
  color: var(--primary-color);
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-ask {
  padding-left: 28px;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-ask:after {
  content: "\f059";
  font-family: "font awesome 5 pro";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  font-size: 18px;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-return {
  padding-left: 28px;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-return:after {
  content: "\f362";
  font-family: "font awesome 5 pro";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  font-size: 18px;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share {
  padding-left: 28px;
  position: relative;
  cursor: pointer;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 60px;
  top: 0;
  left: 0;
  background-color: transparent;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share.active ~ a {
  opacity: 1;
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share.active ~ a.tw-social {
  transform: translate(400%, -50%);
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share.active ~ a.fb-social {
  transform: translate(200%, -50%);
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share.active ~ a.lin-social {
  transform: translate(600%, -50%);
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share ~ a {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translatex(-50%) translatey(-50%);
}
.single-product #primary div.product .entry-summary > p .jump-to-tab.jump-to-tab-share:after {
  content: "\f064";
  font-family: "font awesome 5 pro";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  font-size: 18px;
}
.single-product #primary div.product .entry-summary form.cart a.added_to_cart {
  background-color: transparent;
  border-bottom: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  line-height: 38px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  margin-top: 45px;
}
.single-product #primary div.product .entry-summary form.cart a.added_to_cart.wc-forward:before {
  position: relative;
  top: 2px;
  margin-right: 10px;
  display: inline-block;
  content: "\f101";
  font-family: "caseicon";
}
.single-product #primary div.product .entry-summary > button {
  display: none;
}
.single-product #primary div.product .entry-summary .wooc-product-meta {
  display: flex;
}
.single-product #primary div.product .entry-summary .wooc-product-meta > div {
  margin-bottom: 8px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product #primary div.product .entry-summary .wooc-product-meta a, .single-product #primary div.product .entry-summary .wooc-product-meta button {
  margin-right: 15px;
  margin-bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  position: relative;
}
.single-product #primary div.product .entry-summary .wooc-product-meta a:before, .single-product #primary div.product .entry-summary .wooc-product-meta button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--primary-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-family: caseicon;
  font-size: 16px;
  font-weight: 400;
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.add_to_cart_button:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.add_to_cart_button:before {
  content: "\f145";
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.product_type_variable:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.product_type_variable:before {
  content: "\f122";
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.added_to_cart, .single-product #primary div.product .entry-summary .wooc-product-meta button.added_to_cart {
  background-color: #222;
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.added_to_cart:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.added_to_cart:before {
  color: #fff;
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.added_to_cart:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.added_to_cart:before {
  content: "\f119";
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.woosc-btn:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.woosc-btn:before {
  content: "\f102";
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.woosw-btn:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.woosw-btn:before {
  content: "\f12f";
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.woosq-btn:before, .single-product #primary div.product .entry-summary .wooc-product-meta button.woosq-btn:before {
  content: "\f101";
  font-size: 18px;
}
.single-product #primary div.product .entry-summary .wooc-product-meta a.added, .single-product #primary div.product .entry-summary .wooc-product-meta button.added {
  display: none;
}
.single-product #primary div.product .entry-summary .wooc-product-meta a:hover, .single-product #primary div.product .entry-summary .wooc-product-meta button:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.single-product #primary div.product .entry-summary .wooc-product-meta a:hover:before, .single-product #primary div.product .entry-summary .wooc-product-meta button:hover:before {
  color: #fff;
}
.single-product #primary div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    margin-bottom: 30px;
  }
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child, .single-product > div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-sg-product-feature, .single-product > div.product .woocommerce-sg-product-feature {
  margin-bottom: 71px;
  list-style: none;
}
.single-product #primary div.product .woocommerce-sg-product-feature li, .single-product > div.product .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.single-product #primary div.product .woocommerce-sg-product-feature li i, .single-product > div.product .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 6px;
  color: var(--primary-color);
}
.single-product #primary div.product .woocommerce-sg-product-feature li p:last-child, .single-product > div.product .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-sg-product-feature li + li, .single-product > div.product .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.single-product #primary div.product form.cart, .single-product > div.product form.cart {
  margin-bottom: 20px;
}
.single-product #primary div.product form.cart label, .single-product > div.product form.cart label {
  display: block;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--third-color);
  line-height: 20px;
  margin-bottom: 0;
}
.single-product #primary div.product form.cart .reset_variations, .single-product > div.product form.cart .reset_variations {
  font-weight: 700;
  color: #191919;
  font-size: 16px;
  margin-top: 6px;
  display: none;
  visibility: visible !important;
}
.single-product #primary div.product form.cart .reset_variations:hover, .single-product > div.product form.cart .reset_variations:hover {
  color: var(--primary-color);
}
.single-product #primary div.product form.cart .variations td.label, .single-product > div.product form.cart .variations td.label {
  padding: 0;
}
.single-product #primary div.product form.cart .variations td.woo-variation-items-wrapper, .single-product > div.product form.cart .variations td.woo-variation-items-wrapper {
  padding: 0;
  margin-bottom: 12px;
}
.single-product #primary div.product form.cart .variations tr:first-child, .single-product > div.product form.cart .variations tr:first-child {
  display: flex;
  align-items: center;
}
.single-product #primary div.product form.cart .variations tr:first-child .label, .single-product > div.product form.cart .variations tr:first-child .label {
  display: inline-block;
  margin-right: 17px;
}
.single-product #primary div.product form.cart .variations tr:last-child, .single-product > div.product form.cart .variations tr:last-child {
  display: flex;
  flex-direction: column;
  margin-bottom: 7px;
}
.single-product #primary div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term), .single-product > div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term) {
  margin: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--primary-color);
  box-shadow: none;
  border: 1px solid #c0c6c6;
  background-color: transparent;
  height: 55px;
  min-width: 56px;
}
.single-product #primary div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term).selected, .single-product > div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term).selected {
  background-color: var(--primary-color);
  box-shadow: none !important;
}
.single-product #primary div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term) .rtwpvs-term-span, .single-product > div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term) .rtwpvs-term-span {
  padding: 9px 13px 11px 14px;
  color: var(--primary-color);
}
.single-product #primary div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term):hover, .single-product > div.product form.cart .variations tr:last-child .rtwpvs-term:not(.rtwpvs-radio-term):hover {
  box-shadow: none !important;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
  background-color: #f9f9f9;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
  font-size: 15px;
  line-height: 26px;
  padding: 0 8px;
  color: #383838;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button, .single-product > div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item, .single-product > div.product form.cart .color-variable-wrapper .color-variable-item {
  border: 1px solid #c6c6c6;
  padding: 2px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color, .single-product > div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color:after, .single-product > div.product form.cart .color-variable-wrapper .color-variable-item .variable-item-span-color:after {
  display: none;
}
.single-product #primary div.product form.cart.variations_form, .single-product > div.product form.cart.variations_form {
  margin-top: -20px !important;
}
.single-product #primary div.product form.cart.variations_form .woocommerce-variation-add-to-cart, .single-product > div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product form.cart.variations_form .woocommerce-variation-price, .single-product > div.product form.cart.variations_form .woocommerce-variation-price {
  margin: 0 0 24px;
}
.single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 18px 148px 18px 108px;
  line-height: 19px;
  border: none;
  display: flex;
  align-items: center;
  opacity: 1;
  text-transform: none;
  border-radius: 28px;
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
    padding: 18px 100px 18px 100px;
  }
  .single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button:before, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button:before {
    right: 60px;
  }
}
@media (max-width: 1366px) and (max-width: 1200px) {
  .single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button {
    padding: 18px 80px 18px 60px;
  }
  .single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button:before, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button:before {
    right: 40px;
  }
}
.single-product #primary div.product form.cart.variations_form button.single_add_to_cart_button:hover, .single-product > div.product form.cart.variations_form button.single_add_to_cart_button:hover {
  background-color: var(--secondary-color);
}
.single-product #primary div.product form.cart:not(.variations_form), .single-product > div.product form.cart:not(.variations_form), .single-product #primary div.product form.cart:not(.grouped_form), .single-product > div.product form.cart:not(.grouped_form) {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
  flex-wrap: wrap;
}
.single-product #primary div.product form.cart .woocommerce-grouped-product-list, .single-product > div.product form.cart .woocommerce-grouped-product-list {
  border: none;
}
.single-product #primary div.product form.cart .woocommerce-grouped-product-list td, .single-product > div.product form.cart .woocommerce-grouped-product-list td {
  vertical-align: bottom;
}
.single-product #primary div.product form.cart .woocommerce-grouped-product-list td label, .single-product > div.product form.cart .woocommerce-grouped-product-list td label, .single-product #primary div.product form.cart .woocommerce-grouped-product-list td .amount, .single-product > div.product form.cart .woocommerce-grouped-product-list td .amount {
  line-height: 57px;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-viewport, .single-product > div.product .woocommerce-product-gallery .flex-viewport {
  overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, .single-product > div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav, .single-product > div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 16px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li, .single-product > div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 6px;
  width: 33.33%;
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img {
  padding: 5px;
  opacity: 1;
  border: 2px solid #f4f4f4;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active, .single-product > div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  border-color: var(--third-color);
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
  content: '';
  background-color: rgba(var, 1, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
  content: "\f06e";
  font-family: "font awesome 5 pro";
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -khtml-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
  opacity: 0.8;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after, .single-product > div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
  opacity: 1;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-rating .woocommerce-product-rating, .single-product > div.product .entry-summary .woocommerce-sg-product-rating .woocommerce-product-rating {
  display: flex;
  margin-bottom: 8px;
}
.single-product #primary div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
  font-weight: 400;
  font-size: 55px;
  line-height: 62px;
  margin-top: 10px;
  color: var(--secondary-color);
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .single-product #primary div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
    font-size: 42px;
    line-height: 52px;
    margin-top: -20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .single-product #primary div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.single-product #primary div.product .entry-summary .price, .single-product > div.product .entry-summary .price {
  display: block;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .price .amount, .single-product > div.product .entry-summary .price .amount {
  color: var(--primary-color);
}
.single-product #primary div.product .entry-summary .price del, .single-product > div.product .entry-summary .price del {
  color: #839297;
  font-weight: 400;
  opacity: 1;
}
.single-product #primary div.product .entry-summary .price del .amount, .single-product > div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .price del + ins, .single-product > div.product .entry-summary .price del + ins {
  margin-left: 5px;
}
.single-product #primary div.product .entry-summary .price ins, .single-product > div.product .entry-summary .price ins {
  color: var(--secondary-color);
  font-weight: inherit;
  text-decoration: unset;
  padding: 0;
}
.single-product #primary div.product .entry-summary > .woosc-btn, .single-product > div.product .entry-summary > .woosc-btn, .single-product #primary div.product .entry-summary > .woosw-btn, .single-product > div.product .entry-summary > .woosw-btn {
  margin-right: 15px;
  margin-bottom: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #eee;
}
.single-product #primary div.product .entry-summary > .woosc-btn:before, .single-product > div.product .entry-summary > .woosc-btn:before, .single-product #primary div.product .entry-summary > .woosw-btn:before, .single-product > div.product .entry-summary > .woosw-btn:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  content: "";
  font-size: 18px;
  color: var(--secondary-color);
  font-family: "caseicon";
  margin-right: 0;
}
.single-product #primary div.product .entry-summary > .woosc-btn:hover, .single-product > div.product .entry-summary > .woosc-btn:hover, .single-product #primary div.product .entry-summary > .woosw-btn:hover, .single-product > div.product .entry-summary > .woosw-btn:hover {
  border-color: var(--primary-color);
}
.single-product #primary div.product .entry-summary > .woosc-btn:hover:before, .single-product > div.product .entry-summary > .woosc-btn:hover:before, .single-product #primary div.product .entry-summary > .woosw-btn:hover:before, .single-product > div.product .entry-summary > .woosw-btn:hover:before {
  color: var(--primary-color);
}
.single-product #primary div.product .entry-summary > .woosc-btn:before, .single-product > div.product .entry-summary > .woosc-btn:before {
  content: "\f102";
}
.single-product #primary div.product .entry-summary > .woosw-btn:before, .single-product > div.product .entry-summary > .woosw-btn:before {
  content: "\f12f";
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt {
  font-size: 16px;
  line-height: 24px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
    margin-bottom: 21px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p, .single-product > div.product .entry-summary .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description p {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 18px 148px 18px 108px;
  line-height: 19px;
  border: none;
  display: flex;
  align-items: center;
  opacity: 1;
  text-transform: none;
  border-radius: 28px;
  margin-top: 45px;
}
@media (max-width: 376px) {
  .single-product #primary div.product .entry-summary .single_add_to_cart_button, .single-product > div.product .entry-summary .single_add_to_cart_button {
    padding: 18px 78px 18px 68px;
  }
  .single-product #primary div.product .entry-summary .single_add_to_cart_button:before, .single-product > div.product .entry-summary .single_add_to_cart_button:before {
    right: 50px !important;
  }
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button:hover, .single-product > div.product .entry-summary .single_add_to_cart_button:hover {
  background-color: var(--secondary-color);
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.loading:after, .single-product > div.product .entry-summary .single_add_to_cart_button.loading:after {
  top: 0;
  right: 24px;
  margin-top: 20px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added, .single-product > div.product .entry-summary .single_add_to_cart_button.added {
  padding: 18px 48px 18px 48px !important;
  margin-right: 30px;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button.added:before, .single-product > div.product .entry-summary .single_add_to_cart_button.added:before {
  display: none;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button:before, .single-product > div.product .entry-summary .single_add_to_cart_button:before {
  content: "\f142";
  font-family: caseicon;
  position: absolute;
  right: 110px;
  color: #fff;
  font-size: 20px;
  top: 50%;
  transform: translatey(-50%);
  font-weight: 100;
}
.single-product #primary div.product .woocommerce-tabs #tab-description > p, .single-product > div.product .woocommerce-tabs #tab-description > p {
  max-width: 1350px;
  margin: 0 auto;
  border: 1px solid;
  width: 1350px;
  position: relative;
  left: -15px;
  border-color: #c0c6c6 #c0c6c6 transparent #c0c6c6;
  padding: 60px 75px 30px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs, .single-product > div.product .woocommerce-tabs ul.wc-tabs {
  overflow: visible;
  padding: 0 0 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: -20px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  z-index: 99;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none !important;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 20px 0px 0 0px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 99;
  bottom: -1px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after, .single-product > div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li, .single-product > div.product .woocommerce-tabs ul.wc-tabs li {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 28px;
  font-size: 16px;
  line-height: 45px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #000;
  position: relative;
  background-color: #fff;
  z-index: 1;
  font-family: 'titillium web', sans-serif;
  background-color: #f4f4f4;
  font-weight: 700;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: '';
  left: 0;
  bottom: 0;
  right: 0;
  height: 0;
  background-color: var(--primary-color);
  position: absolute;
  z-index: -1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:hover, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover {
  color: #fff;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li.active > a:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:hover:before, .single-product > div.product .woocommerce-tabs ul.wc-tabs li a:hover:before {
  opacity: 1;
  height: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel .woocommerce-product-attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel .woocommerce-product-attributes th {
  font-weight: 600 !important;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel.woocommerce-tabs-panel--description, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel.woocommerce-tabs-panel--description {
  line-height: 1.875;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel p:last-child, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel > h2, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel.panel, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel.panel {
  padding-top: 32px;
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes th, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #152136;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes td, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel .woocommerce-noreviews, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel .woocommerce-noreviews {
  margin-bottom: 25px !important;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list, .single-product > div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap, .single-product > div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating label, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating a, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating a {
  color: #999;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating .stars:hover a, .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating .stars.selected a, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-rating .stars.selected a {
  color: #000;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-comment label, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews-title, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .woocommerce-reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-reply-title, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .nice-select, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form #comment, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #commentform, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form #commentform {
  padding: 30px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .form-submit .submit, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #review_form .form-submit .submit {
  padding: 0 50px;
  margin-top: 20px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #comments {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #comments, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #comments {
    width: 100%;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #review_form_wrapper {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #review_form_wrapper, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews #review_form_wrapper {
    width: 100%;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist {
  padding: 10px 0 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 30px;
  padding: 23px 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1199px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review {
    padding: 20px 15px 20px 20px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment_container, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #222;
  font-family: 'titillium web', sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 700;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .description p, .single-product > div.product .woocommerce-tabs .woocommerce-tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .quantity, .single-product > div.product .quantity {
  margin-right: 35px;
  border: 1px solid;
  border-color: #c0c6c6 transparent #c0c6c6 transparent;
  position: relative;
  margin-top: 45px;
}
.single-product #primary div.product .quantity .qty-suff, .single-product > div.product .quantity .qty-suff {
  position: absolute;
  top: -41px;
  left: 0;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
  text-transform: uppercase;
}
.single-product #primary div.product .product_meta, .single-product > div.product .product_meta {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  color: inherit;
}
.single-product #primary div.product .product_meta span, .single-product > div.product .product_meta span {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product > div.product .product_meta .sku_wrapper {
  margin-bottom: 0;
}
.single-product #primary div.product .product_meta > span, .single-product > div.product .product_meta > span {
  display: block;
  width: 100%;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.single-product #primary div.product .product_meta > span + span, .single-product > div.product .product_meta > span + span {
  margin-top: 5px;
}
.single-product #primary div.product .product_meta > span span, .single-product > div.product .product_meta > span span, .single-product #primary div.product .product_meta > span a, .single-product > div.product .product_meta > span a {
  font-weight: 400;
}
.single-product #primary div.product .product_meta a, .single-product > div.product .product_meta a {
  color: inherit;
}
.single-product #primary div.product .product_meta a:hover, .single-product > div.product .product_meta a:hover {
  color: var(--primary-color);
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form-rating {
  margin-bottom: 15px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form-rating a {
  color: #999;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form-rating .stars:hover a, .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form-rating .stars.selected a {
  color: #000;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .woocommerce-reviews-title {
  font-size: 24px;
  margin-bottom: 12px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-reply-title, .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .nice-select {
  display: none;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #review_form #commentform {
  padding: 30px;
  background-color: #f5f5f5;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #review_form #commentform {
    margin-bottom: 15px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #review_form .form-submit {
  padding: 0 !important;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #review_form .form-submit .submit {
  background-color: transparent;
  padding: 14px 72px 15px 35px !important;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews #comments {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews #comments {
    width: 100%;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews #comments .woocommerce-Reviews-title {
  font-family: 'Fahkwang';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: var(--secondary-color);
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews #review_form_wrapper {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews #review_form_wrapper {
    width: 100%;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist {
  padding: 10px 0 0;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 30px;
  padding: 23px 30px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 1199px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review {
    padding: 20px 15px 20px 20px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 575px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .meta {
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-color);
  line-height: 22px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #222;
  font-family: 'titillium web', sans-serif;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 700;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 ~ .woocommerce-tabs #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 .flex-viewport {
  max-height: 650px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 .woocommerce-product-rating {
  margin-bottom: 31px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 .product_meta {
  padding-top: 70px;
}
@media (max-width: 1366px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-1 .product_meta {
    padding-top: 30px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 .pxl-single-product-btns {
  margin-bottom: 50px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.style-1 .pxl-single-product-btns .pxl-single-product-button {
  transform: translatey(10px);
}
@media screen and (min-width: 1025px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-gallery {
    flex: 0 0 51.2% !important;
    max-width: 51.2% !important;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-gallery .woocommerce-product-gallery {
    position: relative;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-gallery .woocommerce-product-gallery .flex-viewport {
    margin-left: 128px;
    display: block;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li {
    width: 124px;
    display: block;
    float: inherit;
    margin-bottom: 10px;
    padding-right: 0;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li img {
    padding: 0;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 > div:nth-child(2) {
    flex: 0 0 48% !important;
    max-width: 48% !important;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-product-video-custom {
    left: 21px;
    bottom: 21px;
    top: auto;
  }
  .single-product.single #primary div.product .woocommerce-summary-wrap.style-2 .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical {
  margin-bottom: 47px;
}
@media (max-width: 1255px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical {
    margin-top: -15px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .summary {
  margin-bottom: 30px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .summary > p {
  display: none !important;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-reviews {
  padding: 0 !important;
  border-color: #e8d7cc transparent transparent transparent !important;
  margin-top: 0;
  padding-top: 35px !important;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-reviews .woocommerce-reviews-title {
  color: #2c4c59;
  font-family: "fahkwang", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .woocommerce-gallery a {
  display: block;
  margin-bottom: 29px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .woocommerce-gallery a {
    text-align: left;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .woocommerce-gallery a img {
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  background-color: #f5f5f5;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .woocommerce-gallery a:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .woocommerce-product-gallery {
  display: none;
}
@media (max-width: 991px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .woocommerce-product-gallery {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical .summary.entry-summary {
    margin-top: 30px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-reviews {
  padding: 0 75px;
  border: 1px solid #c0c6c6;
  border-top-color: transparent;
  width: 100%;
  position: relative;
  left: 0;
}
@media (max-width: 1366px) {
  .single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-reviews {
    padding: 0 15px;
  }
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-reviews .woocommerce-reviews {
  flex-direction: column;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-reviews .woocommerce-reviews #review_form_wrapper {
  margin-left: 0;
}
.single-product.single #primary div.product .woocommerce-summary-wrap.gallery-vertical #tab-ask {
  display: none;
}
.single-product #pxl-main {
  padding-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .single-product #pxl-main {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f12f";
  font-family: "caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: var(--primary-color);
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: #fff;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-cart-form {
  flex-grow: 1;
  padding: 0 15px;
  width: 100%;
  margin-top: -35px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals {
  width: 100%;
  display: flex;
  padding: 0 15px;
  justify-content: end;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals {
  background: #f5f5f5;
  max-width: 643px;
  width: 100%;
  padding: 50px 50px 42px 50px;
  box-shadow: none;
}
@media (max-width: 991px) {
  body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals {
    max-width: 100%;
    padding: 30px;
  }
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  color: var(--secondary-color);
  border-bottom: none;
  margin-bottom: 10px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 28px 28px 28px 28px;
  padding: 17px 30px 19px 32px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child th, body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals .shop_table tr:last-child td {
  border-top: 1px solid #c0c6c6 !important;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-collaterals .cart_totals .shop_table td {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: var(--third-color);
  line-height: 24px;
  background-color: transparent;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-message, body.woocommerce-cart .pxl-entry-content > .woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .cart-empty.woocommerce-info {
  width: 100%;
  text-align: left;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .return-to-shop {
  width: 100%;
}
body.woocommerce-cart .pxl-entry-content > .woocommerce .return-to-shop .button {
  max-width: 178px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 28px 28px 28px 28px;
  padding: 17px 30px 19px 32px;
}
body.woocommerce-cart .woocommerce-cart-form .actions .button {
  color: var(--primary-color);
  font-style: normal;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  border-bottom: 1px solid #3d5b65;
}
body.woocommerce-cart .woocommerce-cart-form .actions .button:hover {
  background-color: transparent;
  color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text {
  width: 259px !important;
  height: 26px;
  padding: 0 0 6px 0;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-color: transparent transparent #c0c6c6;
  color: var(--third-color);
  text-align: left;
  margin-right: 35px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  font-size: 14px;
  font-weight: 500;
  color: var(--third-color);
  padding: 25px;
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  font-family: 'montserrat';
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:first-child td {
  border-top: 1px solid #e8d7cc;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:first-child td:before {
  font-family: 'montserrat';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--third-color);
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:first-child td {
    border-top: none;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  text-align: left;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #e8d7cc;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  border-bottom: none;
  background-color: transparent;
  padding: 70px 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions > .button {
  padding: 0;
  width: auto;
  float: right;
}
@media (max-width: 767px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions > .button {
    margin-top: 0;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .input-text {
  border: 1px solid #c0c6c6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .qty-suff {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .quantity-icon i {
  border-left: 1px solid #c0c6c6;
  border-right: 1px solid #c0c6c6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name {
  max-width: 190px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name {
    max-width: 100%;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name a {
  font-style: normal;
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
@media (max-width: 991px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name a {
    font-size: 18px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal .woocommerce-price-amount, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price .woocommerce-price-amount {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
  color: inherit;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
  padding: 35px 15px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
  display: block;
  background: #f5f5f5;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 190px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a {
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid #c0c6c6;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a:before, body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a:after {
  background-color: #839297;
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 40px 50px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 30px;
    width: 100%;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(96, 101, 104, 0.15);
  margin-bottom: 20px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
body.woocommerce-cart .cart-collaterals .cart_totals th {
  vertical-align: middle !important;
  border: none !important;
  color: inherit;
  font-weight: normal;
  padding: 12px 10px 12px 0px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals td {
  border: none !important;
  padding: 12px 10px;
  text-align: right;
}
body.woocommerce-cart .cart-collaterals .cart_totals strong {
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
  color: #222;
  font-weight: 600;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  padding-left: 23px;
  padding-right: 23px;
  width: 100%;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout .woocommerce-noticegroup {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  margin-left: 15px;
}
.woocommerce-checkout .woocommerce-noticegroup .woocommerce-error {
  color: rgba(0, 0, 0, 0.67);
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details > div {
  float: none;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: var(--primary-color);
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: fontawesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout .about_paypal {
    display: none;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-checkout-order-review {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .pxl-checkout-order-review {
    width: 100%;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  font-weight: 500;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
  border-right: none;
  border-top: none;
  border-left: none;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
  font-weight: 700;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
  border-left: none;
  border-right: none;
  border-top: 1px solid #ececec;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method + .wc_payment_method {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_method input {
    margin-right: 6px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 30px;
  border: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 30px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order:before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  float: none;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 28px 28px 28px 28px;
  padding: 17px 30px 19px 32px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box {
  background-color: #f8f8f8;
  color: rgba(0, 0, 0, 0.67);
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment div.payment_box:before {
  border-bottom-color: #f8f8f8;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout #payment label {
    font-size: 15px;
  }
}
.woocommerce-account .site-content #primary .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation {
  margin-bottom: 30px;
  width: 30%;
  float: left;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary .woocommerce-myaccount-navigation {
    width: 100%;
    margin-bottom: 60px;
  }
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #191919;
  font-weight: 600;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li a:hover {
  color: var(--primary-color);
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li a:before {
  content: "\f104";
  font-family: "caseicon";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  color: var(--primary-color);
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-size: 10px;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 22px;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-myaccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-content {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary .woocommerce-myaccount-content {
    width: 100%;
    margin-bottom: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-myaccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-myaccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-lostpassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-lostpassword a {
  color: var(--primary-color);
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-lostpassword a:hover {
  color: var(--primary-color);
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
.woocommerce-product-rating {
  margin-bottom: 8px;
  display: flex;
}
.woocommerce-product-rating .woocommerce-review-link {
  color: inherit;
  margin-left: 4px;
}
.woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--primary-color);
}
.woosw-list .woosw-content-item--title a, #woosw-area .woosw-content-item--title a {
  color: #fff;
  font-weight: 400 !important;
  font-family: 'titillium web', sans-serif;
}
.woosw-list .woosw-content-item--title a:hover, #woosw-area .woosw-content-item--title a:hover {
  color: var(--primary-color);
}
.woosw-list .woosw-content-item--price, #woosw-area .woosw-content-item--price {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 15px;
}
.woosw-list .woosw-content-item--add .add_to_cart_button.loading, #woosw-area .woosw-content-item--add .add_to_cart_button.loading {
  padding-right: 36px !important;
}
.woosw-list .woosw-content-item--add .add_to_cart_button.loading:after, #woosw-area .woosw-content-item--add .add_to_cart_button.loading:after {
  top: 0px;
  right: 16px;
}
#woosw-area .woosw-content-item--title a {
  color: #000;
  font-size: 16px;
  line-height: normal;
}
#woosw-area .woosw-content-item--price {
  line-height: 1;
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list .woosw-content-mid-notice {
  text-align: center;
  padding-top: 112px;
  position: relative;
}
.woosw-list .woosw-content-mid-notice:before {
  content: "\f12f";
  font-family: "caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: var(--primary-color);
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  color: #fff;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_button, .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .added_to_cart {
  line-height: 40px;
  padding: 0 22px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .add_to_cart_button.added, .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add .added_to_cart.added {
  display: none;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a {
  padding: 0 22px;
  line-height: 40px;
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  .woosw-list .woosw-content-item--actions {
    width: 22%;
  }
}
#woosw-area .woosw-content-item--add .button, #woosw-area .woosw-content-item--add .add_to_cart_button, #woosw-area .woosw-content-item--add .added_to_cart {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
#woosw-area .woosw-content-item--add .button.added, #woosw-area .woosw-content-item--add .add_to_cart_button.added, #woosw-area .woosw-content-item--add .added_to_cart.added {
  display: none;
}
#woosw-area .woosw-content-item--info, #woosw-area .woosw-content-item--actions {
  text-align: center;
}
#woosw-area.woosw-area {
  background-color: rgba(192, 192, 192, 0.6);
}
#woosw-area.woosw-area .woosw-content {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
#woosq-popup .mfp-close {
  display: none;
}
#woosq-popup .entry-summary .entry-title {
  font-size: 24px;
}
#woosq-popup .entry-summary .price {
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#woosq-popup .entry-summary .woocommerce-product-details__short-description {
  font-size: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
#woosq-popup .entry-summary form {
  margin-bottom: 20px;
}
#woosq-popup .entry-summary .product_meta {
  padding-top: 10px;
  border-top: 1px solid #eee;
}
#woosq-popup .summary-content .product_meta {
  margin-bottom: 30px;
}
#woosq-popup .summary-content .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}
#woosq-popup .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: var(--primary-color);
  width: 3px !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
#woosq-popup .single_add_to_cart_button.loading {
  padding-right: 38px;
}
#woosq-popup .single_add_to_cart_button.loading:after {
  top: 0;
  right: 15px;
}
#woosq-popup .quantity .input-text {
  background-color: #fff;
  margin-right: 5px;
  width: 60px;
  padding: 0 10px;
  border: 1px solid #ececec;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#woosq-popup .slick-dots li {
  margin: 0 2px !important;
}
#woosq-popup .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important;
}
#woosq-popup .slick-dots li button:before, #woosq-popup .slick-dots li button:after {
  display: none !important;
}
#woosq-popup .slick-dots li.slick-active button {
  background-color: var(--primary-color) !important;
}
#woosq-popup .thumbnails .slick-arrow:before {
  color: #c0c6c6;
}
.wooscp_list .wooscp-no-result {
  text-align: center;
  font-weight: 500;
  color: #191919;
}
#wooscp-area .wooscp-no-result {
  text-align: center;
  font-weight: 500;
  color: #191919;
  font-size: 15px;
  padding-top: 112px;
}
#wooscp-area .wooscp-no-result:before {
  content: "\f12f";
  font-family: "caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #f8f8f8;
  line-height: 100px;
  font-size: 30px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  position: absolute;
  color: var(--primary-color);
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.loading, .wooscp_list .tr-add_to_cart .add_to_cart_button.loading {
  padding-right: 30px;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.loading:after, .wooscp_list .tr-add_to_cart .add_to_cart_button.loading:after {
  right: 12px;
  top: 0;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button, .wooscp_list .tr-add_to_cart .add_to_cart_button, #wooscp-area .tr-add_to_cart .added_to_cart, .wooscp_list .tr-add_to_cart .added_to_cart, #wooscp-area .tr-add_to_cart .product_type_variable, .wooscp_list .tr-add_to_cart .product_type_variable {
  line-height: 40px;
  padding: 0 18px;
  font-size: 14px;
  width: auto;
  min-width: auto;
  display: inline-block;
}
#wooscp-area .tr-add_to_cart .add_to_cart_button.added, .wooscp_list .tr-add_to_cart .add_to_cart_button.added, #wooscp-area .tr-add_to_cart .added_to_cart.added, .wooscp_list .tr-add_to_cart .added_to_cart.added, #wooscp-area .tr-add_to_cart .product_type_variable.added, .wooscp_list .tr-add_to_cart .product_type_variable.added {
  display: none;
}
#wooscp-area .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y, .wooscp_list .ps-theme-wpc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: var(--primary-color);
  width: 3px !important;
  -webkit-border-radius: 3px !important;
  -khtml-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}
#wooscp-area .wooscp_table th a, .wooscp_list .wooscp_table th a {
  color: #191919;
}
#wooscp-area .wooscp_table .td-label, .wooscp_list .wooscp_table .td-label {
  font-weight: 600;
}
#wooscp-area #wooscp_table th a, .wooscp_list #wooscp_table th a {
  color: #191919;
}
#wooscp-area #wooscp_table .td-label, .wooscp_list #wooscp_table .td-label {
  font-weight: 600;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes, .wooscp_list #wooscp_table .woocommerce-product-attributes {
  border: none;
  background-color: transparent !important;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes th, .wooscp_list #wooscp_table .woocommerce-product-attributes th, #wooscp-area #wooscp_table .woocommerce-product-attributes td, .wooscp_list #wooscp_table .woocommerce-product-attributes td {
  padding: 0px;
  border: none;
  background-color: transparent !important;
}
#wooscp-area #wooscp_table .woocommerce-product-attributes th p, .wooscp_list #wooscp_table .woocommerce-product-attributes th p, #wooscp-area #wooscp_table .woocommerce-product-attributes td p, .wooscp_list #wooscp_table .woocommerce-product-attributes td p {
  margin-bottom: 0;
}
.wooscp-popup.wooscp-search {
  background-color: rgba(192, 192, 192, 0.6);
}
.wooscp-popup.wooscp-search .wooscp-popup-close {
  background-color: rgba(0, 0, 0, 0.1);
}
.wooscp-popup.wooscp-search .wooscp-popup-content {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image:hover td {
  background-color: #fff;
}
body .mfp-bg.mfp-woosq.mfp-ready {
  background: #2c4c59;
  mix-blend-mode: normal;
  opacity: 0.33;
}
body .mfp-wrap #woosq-popup {
  -webkit-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -khtml-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  -o-box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
  box-shadow: 0px 40px 60px 0px rgba(0, 0, 0, .2);
}
#secondary .widget.woocommerce .widget-title {
  font-size: 20px;
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-resetpassword {
  border: 1px solid #efefef;
  background-color: #f9f9f9;
  padding: 35px 30px 25px;
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-resetpassword p {
  width: 100% !important;
  float: none !important;
}
.woocommerce-lost-password .woocommerce-resetpassword .woocommerce-button {
  width: 100%;
  height: 54px;
  line-height: 54px !important;
  padding: 0 30px !important;
  color: #fff !important;
}
.woocommerce-archive-layout {
  display: flex;
  margin-bottom: 20px;
  margin-right: 50px;
}
.woocommerce-archive-layout .archive-layout {
  width: 22px;
  height: 19px;
  opacity: 0.33;
  margin-left: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.woocommerce-archive-layout .archive-layout.layout-grid {
  background-image: url(../img/layout-grid.png);
}
.woocommerce-archive-layout .archive-layout.layout-list {
  background-image: url(../img/layout-list.png);
}
.woocommerce-archive-layout .archive-layout:hover, .woocommerce-archive-layout .archive-layout.active {
  opacity: 1;
}
.pxl-privacy-policy .pxl-text-editor h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 22px;
}
.pxl-privacy-policy .pxl-text-editor h4 {
  font-size: 20px;
  font-weight: 500;
}
.pxl-privacy-policy .pxl-text-editor p {
  margin-bottom: 24px;
}
.list-info-product {
  list-style: none;
  padding-left: 0px;
}
.list-info-product li {
  position: relative;
  padding-left: 25px;
}
.list-info-product li + li {
  margin-top: 12px;
}
.list-info-product li:before {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: var(--primary-color);
}
.woosw-items {
  width: 100%;
  /* widget layout */
}
.woosw-items td {
  background-color: transparent !important;
}
.woosw-items .woosw-item--add a {
  line-height: 32px;
  padding: 0 12px;
  border-radius: 20px;
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-carousel-inner .product .woo-sctr-shortcode-wrap-wrap {
  left: 37px;
  width: calc(100% - 70px);
}
@media (max-width: 1844px) {
  .pxl-product-carousel.layout-2.woocommerce.style1 .pxl-carousel-inner .product .woo-sctr-shortcode-wrap-wrap {
    left: 0;
    width: 100%;
  }
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-swiper-arrow-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 47px;
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww:hover {
  background-color: var(--primary-color);
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww:hover i {
  color: #fff;
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.pxl-swiper-arrow-prev {
  margin-right: 35px;
  transform: rotatey(180deg);
}
.pxl-product-carousel.layout-2.woocommerce.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww i {
  color: var(--primary-color);
  transition: 0.3s linear;
  opacity: 1;
  font-size: 16px;
  padding-top: 4px;
}
.pxl-product-carousel.layout-2.woocommerce .woocommerce-product-inner .woocommerce-product-content {
  padding-top: 0;
}
.pxl-product-carousel.layout-2.woocommerce .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.pxl-product-carousel.layout-2.woocommerce .woocommerce-product-inner .woocommerce-product-content .price {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary-color);
}
.pxl-product-carousel.layout-2.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  background-color: transparent;
  padding: 10px 0;
}
.pxl-product-grid.layout-1 .pxl-grid-item, .pxl-product-carousel.layout-1 .pxl-grid-item, .pxl-product-grid.layout-2 .pxl-grid-item, .pxl-product-carousel.layout-2 .pxl-grid-item {
  padding-top: 0;
}
.pxl-product-grid.layout-1 .pxl-grid-item > button, .pxl-product-carousel.layout-1 .pxl-grid-item > button, .pxl-product-grid.layout-2 .pxl-grid-item > button, .pxl-product-carousel.layout-2 .pxl-grid-item > button {
  display: none;
}
.pxl-product-grid.layout-1 .pxl-grid-item span.onsale, .pxl-product-carousel.layout-1 .pxl-grid-item span.onsale, .pxl-product-grid.layout-2 .pxl-grid-item span.onsale, .pxl-product-carousel.layout-2 .pxl-grid-item span.onsale {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 11.5px;
  border-radius: 50%;
  color: #fff;
  top: 25px;
  width: 60px;
  height: 60px;
  right: 25px;
  bottom: auto;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-header, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-header, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-header, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-header img, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-header img, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-header img, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-header img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  width: auto;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  margin-bottom: 0 !important;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #e8d7cc;
  display: block;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  padding: 0;
  font-size: 0px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--secondary-color);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  font-family: caseicon;
  font-size: 16px;
  font-weight: 400;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.add_to_cart_button:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.add_to_cart_button:before {
  content: "\f145";
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.product_type_variable:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.product_type_variable:before {
  content: "\f122";
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.added_to_cart:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.added_to_cart:before {
  content: "\f119";
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.woosc-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.woosc-btn:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.woosc-btn:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.woosc-btn:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.woosc-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.woosc-btn:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.woosc-btn:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.woosc-btn:before {
  content: "\f102";
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.woosw-btn:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.woosw-btn:before {
  content: "\f12f";
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.woosq-btn:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.woosq-btn:before {
  content: "\f101";
  font-size: 18px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.added, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a.added, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.added, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a.added, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.added, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button.added, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.added, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button.added {
  display: none;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta a:hover:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta a:hover:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta a:hover:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta a:hover:before, .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-meta button:hover:before, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-meta button:hover:before, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-meta button:hover:before, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-meta button:hover:before {
  color: #fff;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-content, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-content, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-content, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-content {
  padding: 20px 0 0;
  position: relative;
  z-index: 2;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap {
  display: none;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product-content > .price, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product-content > .price, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product-content > .price, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product-content > .price {
  margin-bottom: 0 !important;
  line-height: normal;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price, .pxl-product-grid.layout-2 .woocommerce-product-inner .price, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price {
  display: block;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .pxl-product-grid.layout-1 .woocommerce-product-inner .price, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price, .pxl-product-grid.layout-2 .woocommerce-product-inner .price, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price {
    font-size: 24px;
    line-height: 1.1;
  }
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price .amount, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price .amount, .pxl-product-grid.layout-2 .woocommerce-product-inner .price .amount, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price .amount {
  color: var(--primary-color);
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price del, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price del, .pxl-product-grid.layout-2 .woocommerce-product-inner .price del, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price del {
  color: #839297;
  font-weight: 400;
  opacity: 1;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price del .amount, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price del .amount, .pxl-product-grid.layout-2 .woocommerce-product-inner .price del .amount, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price del .amount {
  color: inherit;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price del + ins, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price del + ins, .pxl-product-grid.layout-2 .woocommerce-product-inner .price del + ins, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price del + ins {
  margin-left: 5px;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .price ins, .pxl-product-carousel.layout-1 .woocommerce-product-inner .price ins, .pxl-product-grid.layout-2 .woocommerce-product-inner .price ins, .pxl-product-carousel.layout-2 .woocommerce-product-inner .price ins {
  color: var(--secondary-color);
  font-weight: inherit;
  text-decoration: unset;
  padding: 0;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product--title {
  padding: 0px !important;
  font-size: 22px;
  line-height: 30px;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 21px;
  font-weight: 400;
}
.pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product--title a, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product--title a, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product--title a, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product--title a {
  color: inherit;
}
@media (max-width: 1024px) {
  .pxl-product-grid.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-1 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-grid.layout-2 .woocommerce-product-inner .woocommerce-product--title, .pxl-product-carousel.layout-2 .woocommerce-product-inner .woocommerce-product--title {
    font-size: 20px;
    line-height: 1.1;
  }
}
.pxl-product-grid.layout-1 .woocommerce-product-inner:hover .woocommerce-product--title a, .pxl-product-carousel.layout-1 .woocommerce-product-inner:hover .woocommerce-product--title a, .pxl-product-grid.layout-2 .woocommerce-product-inner:hover .woocommerce-product--title a, .pxl-product-carousel.layout-2 .woocommerce-product-inner:hover .woocommerce-product--title a {
  color: var(--primary-color);
}
.pxl-product-grid.layout-1 .pxl-grid-item {
  margin-bottom: 50px;
}
.pxl-product-grid.layout-1 .pxl-grid-pagination {
  justify-content: center;
}
.pxl-product-grid.layout-1 .pxl-grid-pagination .pxl-pagination-links .page-numbers {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-product-grid.layout-1 .pxl-grid-pagination .pxl-pagination-links .page-numbers:before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-product-grid.layout-1 .pxl-load-more {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pxl-product-grid.layout-1 .pxl-load-more .pxl-btn {
  display: inline-flex;
  line-height: 58px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--primary-color);
  padding-left: 35px;
  padding-right: 35px;
  padding: 0 35px;
  color: #fff;
}
.pxl-product-grid.layout-1 .pxl-load-more .pxl-btn .btn-icon {
  margin-right: 10px;
}
.pxl-product-grid.layout-1 .pxl-load-more .pxl-btn:hover {
  background-color: #333;
}
.pxl-product-grid.layout-1 .grid-filter-wrap {
  justify-content: center;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .pxl-product-grid.layout-2 .pxl-grid-inner {
    margin-top: 20px !important;
  }
  .pxl-product-grid.layout-2 .pxl-filter--meta.style1 {
    position: relative;
    z-index: 1;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pxl-product-grid.layout-2 .pxl-filter--meta.style1 .pxl-grid-filter {
    width: 1200px;
    height: 250px;
  }
}
.pxl-product-grid.layout-2 .pxl-grid-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 86px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .pxl-product-grid.layout-2 .pxl-grid-filter {
    margin-bottom: 40px;
  }
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img {
    margin-bottom: 30px;
  }
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img:hover .product-thumbnail {
  transform: scale(1.1);
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img:before {
  content: none;
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img .product-thumbnail {
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 0.3s linear;
  background-color: #f5f5f5;
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img .filter-item {
  position: relative;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img .filter-item:before {
  content: none;
}
.pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img .filter-item:after {
  width: 100%;
  height: 255px;
  position: absolute;
  content: '';
  top: -225px;
  left: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .pxl-product-grid.layout-2 .pxl-grid-filter .filter-item-img .filter-item {
    font-size: 18px;
    line-height: 20px;
  }
}
.pxl-product-grid.layout-2 .pxl-item--title {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 62px;
  text-align: center;
  margin-bottom: 50px;
  color: var(--secondary-color);
}
.pxl-product-grid.layout-2 .woocommerce-product-header {
  background-color: transparent;
}
.pxl-product-grid.layout-2 .pxl-grid-item {
  margin-bottom: 0;
  padding: 50px;
  border: 1px solid #e8d7cc;
}
.pxl-product-grid.layout-2 .pxl-grid-pagination {
  justify-content: center;
  margin-top: 70px;
}
.pxl-product-grid.layout-2 .pxl-grid-pagination .pxl-pagination-links .page-numbers {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-product-grid.layout-2 .pxl-grid-pagination .pxl-pagination-links .page-numbers:before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-product-grid.layout-2 .pxl-load-more {
  display: flex;
  width: 100%;
  justify-content: center;
}
.pxl-product-grid.layout-2 .pxl-load-more .pxl-btn {
  display: inline-flex;
  line-height: 58px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: var(--primary-color);
  padding-left: 35px;
  padding-right: 35px;
  padding: 0 35px;
  color: #fff;
}
.pxl-product-grid.layout-2 .pxl-load-more .pxl-btn .btn-icon {
  margin-right: 10px;
}
.pxl-product-grid.layout-2 .pxl-load-more .pxl-btn:hover {
  background-color: #333;
}
.pxl-product-grid.layout-2 .grid-filter-wrap {
  justify-content: center;
  margin-bottom: 55px;
}
.pxl-product-grid .pxl-load-more {
  margin-top: 20px;
}
.pxl-product-grid .pxl-btn {
  cursor: pointer;
}
.pxl-product-carousel .container-custom {
  max-width: 1170px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .pxl-product-carousel .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .pxl-product-carousel .container-custom .item-dosolid {
    border-bottom: 1px solid #e9e9e9;
    flex-grow: 1;
    margin: 0 10px 0 30px;
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-product-carousel .container-custom .item-dosolid {
    display: none;
  }
}
.pxl-product-carousel .container-custom .el--title {
  font-size: 30px;
  margin-bottom: 0;
  color: #002813;
}
@media screen and (max-width: 1199px) {
  .pxl-product-carousel .container-custom .el--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-product-carousel .container-custom .el--title {
    margin-bottom: 30px;
  }
}
.pxl-product-carousel .container-custom .wp-arrow {
  display: flex;
  align-items: center;
}
.pxl-product-carousel .container-custom .wp-arrow .pxl-swiper-arrow {
  position: static;
  background-color: #eaeaea;
  -webkit-transform: translatey(0);
  -khtml-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
}
.pxl-product-carousel .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
  margin-left: 10px;
}
.pxl-product-carousel .container-custom .wp-arrow .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.select2 .select2-selection--single {
  border: 1px solid #ececec;
  height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.select2-container--open .select2-dropdown--below {
  border-color: #eee;
}
form .select2-container--default {
  width: 100% !important;
  /* tab review */
}
form .select2-container--default .select2-selection {
  border: 1px solid #ececec;
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 50px;
  padding-left: 22px;
  font-size: 15px;
  color: #888;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #5d5d60;
}
.woocommerce-reviews {
  display: flex;
  flex: 2;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .woocommerce-reviews {
    flex-direction: column;
  }
}
.woocommerce-reviews #comments {
  flex: 1;
}
.woocommerce-reviews #comments .commentlist {
  padding: 0;
}
.woocommerce-reviews #comments .commentlist li {
  margin-bottom: 30px !important;
  padding: 33px 25px 18px !important;
  border: 1px solid #f2f2f2 !important;
}
@media (max-width: 767px) {
  .woocommerce-reviews #comments .commentlist li {
    padding: 15px 15px 0px !important;
  }
}
.woocommerce-reviews #comments .commentlist li .comment_container {
  display: flex;
  flex-direction: column;
}
.woocommerce-reviews #comments .commentlist li img.avatar {
  padding: 0;
  width: 80px !important;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  border: none !important;
  background-color: initial !important;
}
@media (max-width: 450px) {
  .woocommerce-reviews #comments .commentlist li img.avatar {
    position: unset !important;
    padding: 0 !important;
    margin-bottom: 10px !important;
  }
}
.woocommerce-reviews #comments .commentlist li .comment_container {
  position: relative;
}
.woocommerce-reviews #comments .commentlist li .comment-text {
  border: none !important;
  margin: 0 !important;
  padding: 0 0 0 100px !important;
}
@media (max-width: 450px) {
  .woocommerce-reviews #comments .commentlist li .comment-text {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-reviews #comments .commentlist li .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-reviews #comments .commentlist li .comment-text {
    padding-left: 60px;
  }
}
.woocommerce-reviews #comments .commentlist li .comment-text .course-rate {
  display: none;
}
.woocommerce-reviews #comments .commentlist li .comment-text .single-lp-list {
  margin-top: 30px;
}
.woocommerce-reviews #comments .commentlist li .comment-text .star-rating-wrap {
  margin-top: 10px;
  font-size: 14px;
  width: 90px;
  height: 16px;
  float: right;
  overflow: hidden;
  position: relative;
  font-family: star;
  display: inline-flex;
  align-items: center;
}
.woocommerce-reviews #comments .commentlist li .comment-text .star-rating-wrap .star-rating:before, .woocommerce-reviews #comments .commentlist li .comment-text .star-rating-wrap .star-rating span {
  color: #e5b789;
}
.woocommerce-reviews #comments .commentlist li .comment-text .meta .woocommerce-review__author {
  color: var(--primary-color);
  display: block;
  font-size: 22px;
  font-weight: 400 !important;
  line-height: 30px;
  margin-bottom: 4px;
  margin-top: 2px;
}
.woocommerce-reviews #comments .commentlist li .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce-reviews #comments .commentlist li .comment-text .meta .woocommerce-review__published-date {
  display: block;
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #839297;
}
.woocommerce-reviews #comments .commentlist li .comment-text .description p {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}
.woocommerce-reviews #review_form_wrapper {
  flex: 1;
  margin-left: 52px;
  margin-bottom: 60px;
  background-color: #f5f5f5;
  padding: 35px;
}
@media (max-width: 1024px) {
  .woocommerce-reviews #review_form_wrapper {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .woocommerce-reviews #review_form_wrapper {
    padding: 25px;
  }
}
.woocommerce-reviews .star-rating-wrap .star-rating {
  font-size: 12px;
}
.woocommerce-reviews .star-rating-wrap .star-rating:before {
  font-size: 12px;
}
.woocommerce-reviews .star-rating-wrap .star-rating span {
  font-size: 12px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 12px;
}
.woocommerce div.product form.cart .variations select {
  height: 48px;
  line-height: 44px;
  background-color: initial;
  border-color: #ececec;
  padding: 0 40px 0 20px;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  appearance: none;
  background-size: 10px;
  background-image: url(../img/select-arrow.png);
  background-position: calc(100% - 18px);
  background-repeat: no-repeat;
}
.woocommerce div.product form.cart .variations .value .pxl-variation-att-terms {
  margin-bottom: 0;
  list-style: none;
}
.woocommerce div.product form.cart .variations .value .pxl-variation-att-terms li {
  display: inline-block;
  margin: 5px;
}
.woocommerce div.product form.cart .variations .value .pxl-variation-att-terms li a {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 16px;
  color: var(--third-color);
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 48px;
  -khtml-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
  background-color: transparent;
  border: 1px solid #dedede;
}
.woocommerce div.product form.cart .variations .value .pxl-variation-att-terms li.active a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.woocommerce div.product form.cart .variations .value .pxl-variation-att-terms + select {
  display: none;
}
.entry-summary .single_variation_wrap {
  width: 100%;
}
.entry-summary .single_variation_wrap .woocommerce-variation-description .woo-sctr-shortcode-countdown-1 {
  padding: 0 10px;
  line-height: 55px;
}
.entry-summary .single_variation_wrap .woocommerce-variation-description .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-date-value {
  color: #223840;
  font-size: 22px;
}
.entry-summary .single_variation_wrap .woocommerce-variation-description .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-date-text {
  color: #839297;
  font-size: 12px;
}
.entry-summary .single_variation_wrap .woocommerce-variation {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.entry-summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  margin: 0 80px 0 0 !important;
}
@media (min-width: 1920px) {
  .entry-summary .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
    margin: 0 90px 0 0 !important;
  }
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  vertical-align: middle;
}
.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations th.label {
  padding-left: 0;
}
.list-info-product {
  list-style: none;
  padding-left: 30px;
}
.list-info-product li:before {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #666;
}
#tab-reviews {
  padding: 0 75px;
  border: 1px solid #c0c6c6;
  border-top-color: transparent;
  width: 1350px;
  position: relative;
  left: -15px;
}
@media (max-width: 1366px) {
  #tab-reviews {
    padding: 0 15px;
    width: 100%;
    left: 0;
  }
}
#tab-reviews .woocommerce-reviews-title {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 35px;
  color: var(--primary-color);
}
.post-type-archive-product .pxl-sidebar-shop {
  padding-right: 32px;
}
@media (max-width: 991px) {
  .post-type-archive-product .pxl-sidebar-shop {
    margin-top: 30px;
  }
}
.post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline {
  top: auto;
  bottom: 20px;
  background-color: transparent;
}
@media (min-width: 1845px) {
  .post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline {
    padding-right: 6px;
  }
}
@media (max-width: 991px) {
  .post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline {
    bottom: 0;
  }
}
.post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 {
  background-color: #fff;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap:last-child {
    display: none;
  }
}
.post-type-archive-product .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-hour-value {
  line-height: 54px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: left;
  margin-right: 20px;
  margin-left: 0;
  width: 100px;
  height: auto;
  box-shadow: none;
  padding: 10px;
  background-color: #f5f5f5;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--secondary-color);
  margin-bottom: 5px;
}
.widget_recent_reviews .widget-title {
  margin-bottom: 20px;
}
.widget_recent_reviews .product_list_widget li {
  padding: 28px 0 !important;
  border-bottom: 1px solid #e8d7cc;
}
.widget_recent_reviews .product_list_widget li:first-child {
  padding-top: 0 !important;
}
.widget_recent_reviews .product_list_widget li:last-child {
  border-bottom-color: transparent;
}
@media (max-width: 1024px) {
  .widget_recent_reviews .product_list_widget li:last-child {
    padding: 28px 0 0 !important;
  }
}
.widget_recent_reviews .product_list_widget .star-rating-wrap {
  margin-bottom: 11px;
}
.widget_layered_nav .widget-title {
  margin-bottom: 23px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item {
  margin-bottom: 20px;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item:last-child {
  margin-bottom: 0;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item a {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #3d5b65;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item a .rtwpvs-term {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -30px;
  display: flex;
  align-items: center;
}
.widget_layered_nav .woocommerce-widget-layered-nav-list__item a .rtwpvs-term .rtwpvs-term-span-color {
  display: block;
  border: 1px solid #c0c6c6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.woocommerce div.product div.images img {
  background-color: #f5f5f5;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomimg {
  background-color: #f5f5f5;
}
.single-product .woocommerce-summary-wrap.gallery-vertical .woocommerce-product-gallery {
  display: none;
}
@media (max-width: 991px) {
  .single-product .woocommerce-summary-wrap.gallery-vertical .woocommerce-product-gallery {
    display: block;
  }
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-3 .woo-sctr-shortcode-countdown-time-separator {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
}
@media (max-width: 600px) {
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-3 .woo-sctr-shortcode-countdown-time-separator {
    font-size: 30px;
  }
}
#tab-ask {
  display: none;
  transition: all 0.3s linear;
  padding: 0 75px;
  border: 1px solid #c0c6c6;
  border-top-color: transparent;
  width: 1350px;
  position: relative;
  left: -15px;
}
#tab-ask.active {
  display: block;
}
#tab-ask #ques-text-ar {
  min-height: auto;
  padding-left: 0;
  width: 100%;
}
#tab-ask #ets-load-more {
  margin: 23px 0;
}
#tab-ask #ets-submit, #tab-ask #ets-load-more {
  background-color: var(--primary-color);
  color: #fff;
  padding: 9px 20px;
  border-radius: 25px;
}
#tab-ask #ets-submit:hover, #tab-ask #ets-load-more:hover {
  color: #fff;
}
#tab-ask .ets-qa-listing {
  border: 1px solid #c6c6c6;
}
#tab-ask .ets-qa-listing .ets-accordion {
  border-bottom: none;
  margin-bottom: 0;
  padding: 12px 15px;
}
.variations_form {
  display: none;
}
.woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-hour-text {
  font-family: 'montserrat';
}
@media (max-width: 767px) {
  .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 {
    padding: 0 !important;
  }
}
#woosw_wishlist .woosw-popup-content-bot-inner a, .woosw-list .woosw-popup-content-bot-inner a {
  color: var(--third-color);
}
#woosw_wishlist .woosw-popup-content-bot-inner a:hover, .woosw-list .woosw-popup-content-bot-inner a:hover {
  color: #223840;
  border-color: #223840;
}
#woosw_wishlist ins, .woosw-list ins {
  background-color: transparent;
}
#woosw_wishlist .woosw-popup-content-top, .woosw-list .woosw-popup-content-top {
  background-color: var(--primary-color);
}
#woosw_wishlist .woosw-item--name a, .woosw-list .woosw-item--name a {
  color: var(--primary-color);
}
#woosw_wishlist .woocommerce-price-amount, .woosw-list .woocommerce-price-amount {
  font-weight: 500;
  font-size: 16px;
  color: var(--primary-color);
}
#woosw_wishlist .woosw-item--time, .woosw-list .woosw-item--time {
  color: #839297;
  font-family: 'montserrat';
  text-transform: uppercase;
  font-weight: 500;
}
#woosw_wishlist .add_to_cart_inline, .woosw-list .add_to_cart_inline {
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 10px;
}
#woosw_wishlist .add_to_cart_inline a, .woosw-list .add_to_cart_inline a {
  border-radius: 20px;
  height: 33px;
}
#woosw_wishlist .add_to_cart_inline a.loading:after, .woosw-list .add_to_cart_inline a.loading:after {
  margin-top: -8px;
}
#pxl-content-main .woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  width: 150px;
  max-width: 150px;
}
@media (max-width: 767px) {
  #pxl-content-main .woosw-list table.woosw-items .woosw-item .woosw-item--image img {
    width: 80px;
    max-width: 80px;
  }
}
#pxl-content-main .woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #pxl-content-main .woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-size: 18px;
  }
}
#pxl-content-main .woosw-list .woocommerce-price-amount {
  font-size: 18px;
}
@media (max-width: 767px) {
  #pxl-content-main .woosw-list .woocommerce-price-amount {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .woosw-popup .woosw-items .woosw-item .woosw-item--image {
    width: 60px;
    flex: 0 0 60px;
  }
  .woosw-popup .woosw-items .woosw-item {
    padding: 0 15px;
  }
  .woosw-popup .woosw-items .woosw-item .woosw-item--remove {
    margin-right: 0 !important;
  }
  .woosw-popup .woosw-items .woosw-item .woosw-item-inner > div {
    margin-right: 0 !important;
  }
  .woosw-items .woosw-item--add a {
    padding: 0 7px;
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value {
    font-size: 27px !important;
  }
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
    font-size: 12px !important;
  }
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline {
    padding: 0;
  }
}
.fa-long-arrow-right:before {
  font-weight: 300 !important;
}
@media (max-width: 420px) {
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-unit-wrap {
    position: relative;
    padding-right: 10px;
  }
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-unit-wrap:after {
    content: ':';
    position: absolute;
    left: -10px;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    top: 0px;
  }
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-unit-wrap:first-child:after {
    content: none !important;
  }
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-unit-wrap:last-child {
    display: none;
  }
  .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-time-separator {
    display: none;
  }
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline {
  padding: 30px;
  color: #839297;
  background: #fff6f0;
}
.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-value {
  color: #223840;
  font-size: 42px;
}
@media (max-width: 600px) {
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .woocommerce-form-coupon-toggle {
    margin-top: -15px;
  }
  .woosw-list {
    margin: -15px 0;
  }
}
.pxl-slide-item-wrap {
  overflow: hidden;
}
.pxl-slide-item-wrap .container {
  padding-left: 0;
  padding-right: 0;
}
.pxl-slide-item-wrap .pxl-slide-bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .pxl-slide-item-wrap .pxl-slide-bg {
    min-height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-slide-item-wrap .pxl-slide-bg {
    min-height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slide-item-wrap .pxl-slide-bg {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-slide-item-wrap .pxl-slide-bg {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .pxl-slide-item-wrap .pxl-slide-bg {
    -webkit-border-radius: 30% 0 0 30%;
    -khtml-border-radius: 30% 0 0 30%;
    -moz-border-radius: 30% 0 0 30%;
    -ms-border-radius: 30% 0 0 30%;
    -o-border-radius: 30% 0 0 30%;
    border-radius: 30% 0 0 30%;
  }
}
.pxl-slide-item-wrap .item-feature {
  padding-right: 20px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .pxl-slide-item-wrap .item-feature {
    margin-bottom: 35px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .pxl-slide-item-wrap .item-feature {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 992px) {
  .pxl-slide-item-wrap .item-feature {
    min-width: 60%;
    max-width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .pxl-slide-item-wrap .item-feature {
    padding-right: 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .pxl-slide-item-wrap .item-feature {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-slide-item-wrap .item-content {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .pxl-slide-item-wrap .item-content {
    min-width: 40%;
    max-width: 40%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .pxl-slide-item-wrap .item-content {
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.pxl-slide-item-wrap .small-heading {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .pxl-slide-item-wrap .small-heading {
    font-size: 16px;
  }
}
.pxl-slide-item-wrap .large-heading {
  color: var(--secondary-color);
  font-size: 45px;
}
@media screen and (min-width: 1400px) {
  .pxl-slide-item-wrap .large-heading {
    font-size: 70px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .pxl-slide-item-wrap .large-heading {
    font-size: 40px;
  }
}
.pxl-slide-item-wrap .item-desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .pxl-slide-item-wrap .item-desc {
    margin-right: 35px;
  }
}
.pxl-slide-item-wrap .item-btn1 {
  line-height: 60px;
  padding: 0 35px;
  -webkit-border-radius: 35px;
  -khtml-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: inline-flex;
  background-color: #222;
  text-transform: uppercase;
}
.pxl-slide-item-wrap .item-btn1 .pxl-button-icon {
  margin-left: 5px;
}
.pxl-slide-item-wrap .item-btn1:hover {
  background-color: #333;
}
@media screen and (min-width: 992px) {
  .pxl-slide-item-wrap .inner-layout {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-slide-item-wrap .inner-layout {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-slide-item-wrap .inner-layout {
    min-height: 620px;
  }
}
.pxl-sliders-wrap {
  overflow: hidden;
}
@media (min-width: 880px) {
  .pxl-sliders-wrap .pxl-slider-container {
    position: relative;
    padding-top: 70px;
    z-index: 1;
  }
  .pxl-sliders-wrap .pxl-slider-container:before {
    content: "";
    display: block;
    height: 120%;
    width: 60%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 991px) {
  .pxl-sliders-wrap .pxl-slider-container {
    padding-top: 40px;
  }
}
.pxl-sliders-wrap .pxl-slider-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #f8f8f8;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (max-width: 1199px) {
  .pxl-sliders-wrap .pxl-slider-arrow {
    border-color: var(--primary-color);
    color: var(--primary-color);
  }
}
.pxl-sliders-wrap .pxl-slider-arrow:hover {
  background-color: #fff;
  color: var(--secondary-color);
}
@media screen and (max-width: 1199px) {
  .pxl-sliders-wrap .pxl-slider-arrow:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
}
.pxl-sliders-wrap .pxl-slider-arrow.pxl-slider-arrow-prev {
  margin-right: 10px;
}
.pxl-sliders-wrap .pxl-slider-arrow-wrap {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .pxl-sliders-wrap .pxl-slider-arrow-wrap {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-sliders-wrap .pxl-slider-arrow-wrap {
    justify-content: left;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-sliders-wrap .pxl-slider-arrow-wrap {
    position: absolute;
    bottom: 30px;
    left: 45%;
    -webkit-transform: traslateX(-50%);
    -khtml-transform: traslateX(-50%);
    -moz-transform: traslateX(-50%);
    -ms-transform: traslateX(-50%);
    -o-transform: traslateX(-50%);
    transform: traslateX(-50%);
    z-index: 2;
  }
}
.pxl-sliders-wrap .elementor-widget-wrap {
  padding: 0 !important;
}
.admin-bar .pxl-hidden-template {
  top: 32px;
  height: calc(100% - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-hidden-template {
    top: 46px;
    height: calc(100% - 46px);
  }
}
.pxl-hidden-template {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 0;
  background: #fff;
  right: 0;
  will-change: transform;
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms;
  opacity: 0;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.pxl-hidden-template.pxl-hidden-template-47.open .pxl-widget-template-overlay {
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-hidden-template.pxl-hidden-template-47 .pxl-widget-template-overlay {
  background-color: rgba(44, 76, 89, 0.33);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: url(../img/pointer.png), auto;
}
.pxl-hidden-template.pxl-hidden-template-47 .pxl-hidden-template-wrap {
  overflow-y: auto;
  max-width: 767px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 787px;
  background-color: #f5ede7 !important;
  padding-right: 300px;
}
.pxl-hidden-template.pxl-hidden-template-47 .pxl-hidden-template-wrap .pxl-close {
  position: absolute;
  left: 447px;
  top: 30px;
  z-index: 1;
}
.pxl-hidden-template.open .pxl-widget-cart-overlay {
  transform: scaleX(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-hidden-template.open .pxl-hidden-template-wrap {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
}
.pxl-hidden-template .pxl-widget-cart-overlay {
  background-color: rgba(44, 76, 89, 0.33);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  cursor: url(../img/pointer.png), auto;
}
.pxl-hidden-template .pxl-panel-header .panel-header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pxl-hidden-template .pxl-panel-content {
  position: relative;
  flex: 1;
}
.pxl-hidden-template::-webkit-scrollbar {
  height: 0;
  width: 7px;
  background-color: transparent;
}
.pxl-hidden-template::-webkit-scrollbar-track {
  border-radius: 0;
}
.pxl-hidden-template::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}
.pxl-hidden-template:hover::-webkit-scrollbar {
  width: 7px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
.pxl-hidden-template:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1);
}
.side-panel-open .pxl-page-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.pxl-close {
  border-radius: 50%;
  background-color: #abc;
  border: 9px solid transparent;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pxl-close {
    width: 30px;
    height: 30px;
    border-width: 8px;
  }
}
.pxl-close:before, .pxl-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  opacity: 1;
  -webkit-transition: transform ease 0.25s;
  -khtml-transition: transform ease 0.25s;
  -moz-transition: transform ease 0.25s;
  -ms-transition: transform ease 0.25s;
  -o-transition: transform ease 0.25s;
  transition: transform ease 0.25s;
}
.pxl-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-close:hover {
  background-color: var(--primary-color);
}
.pxl-close:hover:before, .pxl-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #fff;
  background-color: #fff;
}
.pxl-panel-content .menu-main-container-wrap {
  padding: 0;
  min-height: calc(100% - 50px);
  flex-direction: column;
}
.pxl-hidden-template.pos-left {
  width: 100%;
  max-width: 460px;
  right: auto;
  left: 0;
  -webkit-transform: translate(-100%, 0);
  -khtml-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.pxl-hidden-template.pos-left .pxl-panel-header {
  padding: 30px 35px 0 35px;
}
@media screen and (max-width: 991px) {
  .pxl-hidden-template.pos-left .pxl-panel-header {
    padding: 20px 20px 0 20px;
  }
}
.pxl-hidden-template.pos-left .pxl-panel-content {
  padding: 10px 20px 50px 20px;
}
.pxl-hidden-template.pos-left .pxl-qc-wrap.layout-3 .qc-desc-wrap .qc-item {
  padding: 5px 15px;
}
.pxl-hidden-template.pos-right {
  width: 100%;
  right: 0;
  left: auto;
  background-color: transparent;
  -webkit-transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media screen and (max-width: 991px) {
  .pxl-hidden-template.pos-right {
    max-width: 300px;
  }
}
.pxl-hidden-template.pos-right .pxl-panel-header {
  padding: 30px 30px 0 30px;
}
.pxl-hidden-template.pos-right .pxl-panel-header .panel-header-inner {
  justify-content: flex-end;
}
.pxl-hidden-template.pos-right .pxl-close {
  background-color: var(--secondary-color);
  width: 40px;
  height: 40px;
}
.pxl-hidden-template.pos-right .pxl-close:after, .pxl-hidden-template.pos-right .pxl-close:before {
  background-color: #fff;
}
.pxl-hidden-template.pos-right .pxl-close:hover:after, .pxl-hidden-template.pos-right .pxl-close:hover:before {
  background-color: #fff;
}
.pxl-hidden-template.pos-right .pxl-panel-content {
  padding: 25px 0px 50px 30px;
}
.pxl-hidden-template.pos-right .pxl-nav-inner li a {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.012em;
  -webkit-transform: translateX(0);
  -khtml-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.pxl-hidden-template.pos-right .pxl-nav-inner li a:before {
  content: "...";
  display: inline-flex;
  margin-right: 10px;
  font-size: 24px;
  color: var(--primary-color);
}
.pxl-hidden-template.pos-right .pxl-nav-inner li:hover a {
  -webkit-transform: translateX(15px);
  -khtml-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.pxl-hidden-template.pos-right .pxl-nav-inner li:hover a:before {
  color: #fff;
}
.pxl-hidden-template.pos-right .pxl-qc-wrap.layout-3 .qc-desc-wrap a:hover {
  color: #fff;
}
.pxl-hidden-template.pos-right .pxl-menu-primary > li {
  display: block;
  margin: 0;
  padding: 15px 0;
}
.pxl-hidden-template.pos-right .pxl-menu-primary > li > a {
  display: block;
  line-height: 32px;
  font-size: 14px;
}
.pxl-hidden-template.pos-right .pxl-menu-primary li a {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .pxl-hidden-template.pos-right .pxl-menu-primary li a {
    line-height: 32px;
  }
}
.pxl-hidden-template.pos-right .pxl-menu-primary .pxl-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0px;
  width: 28px;
  cursor: pointer;
  font-size: 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.13);
  display: block;
}
.pxl-hidden-template.pos-right .pxl-menu-primary .pxl-menu-toggle:before {
  content: "\f150";
  font-family: "Caseicon";
}
.pxl-hidden-template.pos-right .pxl-menu-primary .pxl-menu-toggle.active:before {
  content: "\f13d";
}
.pxl-hidden-template.pos-right.pxl-side-cart {
  max-width: none;
}
.pxl-hidden-template.pos-top {
  width: 100%;
  max-height: 350px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -khtml-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.pxl-hidden-template.pos-top .pxl-panel-header {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.pxl-hidden-template.pos-center {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
  width: 100%;
  max-width: 870px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.6);
  -khtml-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  border: 1px solid #ddd;
}
.pxl-hidden-template.pos-center .pxl-panel-header {
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.pxl-hidden-template.pos-center .pxl-panel-content {
  padding: 0;
}
.pxl-hidden-template.pos-center .pxl-close {
  background-color: transparent;
}
.pxl-hidden-template.pos-center .pxl-close:after, .pxl-hidden-template.pos-center .pxl-close:before {
  background-color: #fff;
}
.pxl-hidden-template.pos-center .pxl-close:hover {
  background-color: transparent;
}
.pxl-hidden-template.pos-center .pxl-close:hover:after, .pxl-hidden-template.pos-center .pxl-close:hover:before {
  background-color: #fff;
}
.pxl-hidden-template.pos-center.open .pxl-hidden-template-wrap {
  -webkit-transform: translateX(0px);
  -khtml-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -webkit-box-shadow: 0 2px 27px #363636;
  -khtml-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -moz-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -ms-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  -o-box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
}
.pxl-hidden-template.pos-full .pxl-panel-header {
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.pxl-hidden-template.pos-full .pxl-panel-content {
  padding: 0;
}
.pxl-hidden-template.pos-full.open .pxl-hidden-template-wrap {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-hidden-template.open {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 99999;
}
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-header {
  padding: 20px 35px;
}
@media screen and (max-width: 575px) {
  .pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-header {
    padding: 20px 15px;
  }
}
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-content {
  padding: 10px 35px 50px 35px;
}
@media screen and (max-width: 575px) {
  .pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-content {
    padding: 5px 15px 30px 15px;
  }
}
.pxl-hidden-template.pxl-side-mobile.el-builder .pxl-panel-content .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated {
  padding: 0;
}
.admin-bar .pxl-side-cart {
  top: 32px;
  height: 100vh;
}
.pxl-side-cart {
  width: 100%;
  height: auto;
  min-height: 540px;
  max-width: 370px;
  left: auto;
  top: 0;
  -webkit-transform: translate(100%, 0);
  -khtml-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.pxl-side-cart.open {
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pxl-side-cart .pxl-panel-header .panel-header-inner {
  justify-content: space-between;
}
.pxl-side-cart .pxl-panel-header .pxl-title {
  font-size: 18px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 600;
  flex-grow: 1;
}
.pxl-side-cart .pxl-panel-header .pxl-close {
  background-color: transparent;
  right: 0;
}
.pxl-side-cart .pxl-panel-header .pxl-close:before, .pxl-side-cart .pxl-panel-header .pxl-close:after {
  background-color: var(--primary-color);
}
.pxl-side-cart .pxl-panel-header .pxl-close:hover {
  background-color: transparent;
}
.pxl-side-cart .pxl-panel-header .pxl-close:hover:before, .pxl-side-cart .pxl-panel-header .pxl-close:hover:after {
  background-color: var(--primary-color);
}
.pxl-side-cart .pxl-panel-content {
  padding: 0 24px 35px 24px;
  overflow: hidden;
  position: static;
}
@media (max-width: 400px) {
  .pxl-side-cart .pxl-panel-content {
    padding: 0 15px 35px 15px;
  }
}
.pxl-side-cart .widget_shopping_cart_content ul {
  list-style: none outside;
  padding: 0;
  margin: 0 0 15px;
}
.pxl-side-cart .widget_shopping_cart_content ul li {
  padding: 24px 10px 24px 0 !important;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}
.pxl-side-cart .widget_shopping_cart_content ul li + li {
  border-top: 1px solid rgba(215, 215, 215, 0.3);
}
.pxl-side-cart .widget_shopping_cart_content ul li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--secondary-color);
}
.pxl-side-cart .widget_shopping_cart_content ul li .remove {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 20px !important;
  line-height: 1;
  color: var(--secondary-color);
  left: auto !important;
  font-size: 25px;
  background-color: transparent;
}
.pxl-side-cart .widget_shopping_cart_content ul li .remove:hover {
  color: var(--secondary-color);
}
.pxl-side-cart .widget_shopping_cart_content ul li .quantity {
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
  color: var(--secondary-color);
}
.pxl-side-cart .widget_shopping_cart_content ul li .amount {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
}
.pxl-side-cart .widget_shopping_cart_content ul li .variation-Size, .pxl-side-cart .widget_shopping_cart_content ul li .variation-Size {
  font-weight: 700;
  padding: 0;
  margin: 0;
  clear: left;
  color: var(--secondary-color);
  margin-right: 10px;
}
.pxl-side-cart .widget_shopping_cart_content ul li .variation {
  display: flex;
  align-items: center;
  color: var(--secondary-color);
  padding-left: 0;
}
.pxl-side-cart .widget_shopping_cart_content ul li .star-rating + .woocommerce-Price-amount, .pxl-side-cart .widget_shopping_cart_content ul li .star-rating + .reviewer {
  display: block;
  width: 100%;
  padding-left: 92px;
}
.pxl-side-cart .widget_shopping_cart_content ul li img {
  float: left;
  margin-right: 20px;
  width: 72px;
  height: auto;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dt, .pxl-side-cart .widget_shopping_cart_content ul li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dd {
  padding: 0 0 0.25em;
}
.pxl-side-cart .widget_shopping_cart_content ul li dl dd p:last-child {
  margin-bottom: 0;
}
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding: 22px 0px;
  border-top: 1px solid rgba(215, 215, 215, 0.3);
  margin: 0;
  color: var(--secondary-color);
}
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: 400;
}
.pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: var(--secondary-color);
}
.pxl-side-cart .widget_shopping_cart_content .buttons .button {
  display: inline-block;
}
.pxl-side-cart .pxl-hidden-template-wrap {
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  -webkit-transform: translatex(100%);
  -khtml-transform: translatex(100%);
  -moz-transform: translatex(100%);
  -ms-transform: translatex(100%);
  -o-transform: translatex(100%);
  transform: translatex(100%);
  padding-bottom: 137px;
  background-color: #f5ede7;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 320px;
  overflow: hidden;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons a {
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 28px 28px 28px 28px;
  padding: 17px 30px 19px 32px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-left: 0;
  transition: 0.3s linear;
  margin-right: 0;
}
.pxl-side-cart p.woocommerce-mini-cart__buttons a:hover {
  background-color: #223840;
}
.pxl-side-cart .blockOverlay {
  background-color: rgba(255, 255, 255, .2) !important;
}
.pxl-side-cart .woocommerce-mini-cart__empty-message {
  margin-top: 30px;
  text-align: center;
  color: var(--primary-color);
  padding-top: 220px;
  position: relative;
}
.pxl-side-cart .woocommerce-mini-cart__empty-message:before {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 70px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pxl-hidden-template.pos-right.pxl-side-cart, .pxl-hidden-template.pos-left.pxl-side-cart {
  background-color: transparent;
  max-width: none;
  height: 100%;
}
.pxl-hidden-template.pos-right.pxl-side-cart .pxl-panel-header, .pxl-hidden-template.pos-left.pxl-side-cart .pxl-panel-header {
  padding: 15px 30px 15px 30px;
  position: relative;
  border-bottom: 1px solid #c0c6c6;
}
@media (max-width: 400px) {
  .pxl-hidden-template.pos-right.pxl-side-cart .pxl-panel-header, .pxl-hidden-template.pos-left.pxl-side-cart .pxl-panel-header {
    padding: 15px;
  }
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .rtl-icon {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
@media screen and (min-width: 1200px) {
  body.rtl .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
    margin-left: 0;
    margin-right: 8px;
  }
  body.rtl .pxl-menu-primary .sub-menu, body.rtl .pxl-menu-primary .children {
    text-align: right;
  }
  body.rtl .pxl-menu-primary li a span:before {
    left: auto;
    right: 0;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu), body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) {
    left: auto;
    right: 0;
    text-align: right;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .children, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .children {
    left: auto;
    right: 100%;
    text-align: right;
  }
  body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children > a::after {
    content: "\f136";
    right: auto;
    left: 0;
  }
  body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  body.rtl #pxl-header-default #pxl-nav-mobile, body.rtl #pxl-header-elementor #pxl-nav-mobile {
    right: auto;
    left: 15px;
  }
  body.rtl .pxl-header-menu {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.rtl .pxl-header-menu.active {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.rtl .pxl-menu-toggle, body.rtl .pxl-menu-close, body.rtl .pxl-header-mobile-search .search-submit {
    right: auto;
    left: 0;
  }
  body.rtl .pxl-menu-primary .sub-menu li a, body.rtl .pxl-menu-primary .children li a {
    padding-left: 0;
    padding-right: 14px;
  }
  body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 0;
    padding-right: 14px;
  }
}
body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
  right: auto;
  left: 0;
  text-align: left;
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape {
  margin-left: 190px;
  margin-right: 52px;
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape span {
  transform: scaleX(-1);
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape::before {
  left: auto;
  right: -45px;
}
body.rtl .pxl-type-header-clip > .elementor-container .pxl-header-shape::after {
  left: auto;
  right: -52px;
}
body.rtl .pxl-item--post .pxl-item--meta li {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-item--post .pxl-item--meta li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl blockquote {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl .pxl--post-footer label {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl--post-footer .pxl--tags {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .pxl-post--navigation .pxl--item-prev .pxl--img {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i {
  margin-right: 0;
  margin-left: 4px;
}
body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i:before {
  content: "\f134";
}
body.rtl .pxl-post--navigation .pxl--item-next {
  text-align: left;
}
body.rtl .pxl-post--navigation .pxl--item-next .pxl--img {
  margin-left: 0;
  margin-right: 22px;
}
body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i {
  margin-left: 0;
  margin-right: 4px;
}
body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i:before {
  content: "\f13a";
}
body.rtl .pxl-item--post .pxl-item--meta::before {
  right: 0;
  left: auto;
}
body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .comment-reply {
  right: auto;
  left: 23px;
}
body.rtl .comment-reply a i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 5px;
}
body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 24px;
}
body.rtl .comment-form-cookies-consent input, body.rtl .comment-form-cookies-consent label::before, body.rtl .comment-form-cookies-consent label::after {
  left: auto;
  right: 0;
}
body.rtl .comment-list li .comment-respond {
  margin-left: 0;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .comment-respond {
    margin-left: 0px;
    margin-right: 78px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .comment-respond {
    margin-right: 0;
  }
}
body.rtl .comment-list li .children {
  padding-right: 120px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .children {
    padding-right: 78px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .children {
    padding-right: 0;
  }
}
body.rtl .comment-reply-title small {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .pxl-item--post .pxl-item--readmore a:hover {
  padding-right: 30px;
  padding-left: 48px;
}
body.rtl .pxl-item--post .pxl-item--readmore i {
  right: auto;
  left: 36px;
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .pxl-item--post .pxl-item--readmore a:hover i {
  left: 24px;
}
body.rtl .pxl-pagination-wrap .page-numbers i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before {
  left: auto;
  right: 0;
}
body.rtl .widget_product_categories ul li a:before, body.rtl .widget_categories ul li a:before, body.rtl .widget_nav_menu ul li a:before, body.rtl .widget_pages ul li a:before, body.rtl .widget_archive ul li a:before, body.rtl .widget_meta ul li a:before, body.rtl .widget_recent_entries ul li a:before {
  content: "\f136";
  margin-right: 0;
  margin-left: 8px;
  float: right;
}
body.rtl .widget_product_categories ul li.current-menu-item > a, body.rtl .widget_categories ul li.current-menu-item > a, body.rtl .widget_nav_menu ul li.current-menu-item > a, body.rtl .widget_pages ul li.current-menu-item > a, body.rtl .widget_archive ul li.current-menu-item > a, body.rtl .widget_meta ul li.current-menu-item > a, body.rtl .widget_recent_entries ul li.current-menu-item > a, body.rtl .widget_product_categories ul li.current-cat > a, body.rtl .widget_categories ul li.current-cat > a, body.rtl .widget_nav_menu ul li.current-cat > a, body.rtl .widget_pages ul li.current-cat > a, body.rtl .widget_archive ul li.current-cat > a, body.rtl .widget_meta ul li.current-cat > a, body.rtl .widget_recent_entries ul li.current-cat > a, body.rtl .widget_product_categories ul li.current-cat-parent > a, body.rtl .widget_categories ul li.current-cat-parent > a, body.rtl .widget_nav_menu ul li.current-cat-parent > a, body.rtl .widget_pages ul li.current-cat-parent > a, body.rtl .widget_archive ul li.current-cat-parent > a, body.rtl .widget_meta ul li.current-cat-parent > a, body.rtl .widget_recent_entries ul li.current-cat-parent > a, body.rtl .widget_product_categories ul li > a:hover, body.rtl .widget_categories ul li > a:hover, body.rtl .widget_nav_menu ul li > a:hover, body.rtl .widget_pages ul li > a:hover, body.rtl .widget_archive ul li > a:hover, body.rtl .widget_meta ul li > a:hover, body.rtl .widget_recent_entries ul li > a:hover {
  padding-left: 0px;
  padding-right: 16px;
}
body.rtl .widget_search .search-submit {
  right: auto;
  left: 0;
}
body.rtl .widget_pxl_recent_posts .pxl-item--img {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .widget_pxl_recent_posts .pxl-item--date i, body.rtl .widget_tag_cloud a {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .pxl-banner1 .pxl-item--meta {
  left: auto;
  right: -85px;
  direction: ltr;
}
body.rtl .pxl-testimonial-carousel1 .pxl-item--star {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-testimonial-carousel1 .pxl-swiper-arrow {
  right: auto;
  left: 0;
}
body.rtl .pxl-testimonial-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 74px;
}
body.rtl .pxl-testimonial-carousel1 .pxl-item--image {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .pxl-grid-filter .filter-item.active {
  margin-right: 0;
  margin-left: 24px;
}
body.rtl .pxl-grid-filter .filter-item.active:last-child {
  margin-left: 0;
}
body.rtl .pxl-mailchimp.style-outline [type="email"] {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-mailchimp.style-outline [type="email"] {
    margin-left: 0;
  }
}
body.rtl .pxl-post-carousel1 .pxl-item--author img {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .pxl-post-carousel1 .pxl-item--date i {
  margin-right: 0;
  margin-left: 6px;
}
body.rtl .pxl-btn-line:hover i {
  margin-left: 0;
  margin-right: 12px;
}
body.rtl .pxl-link.hv-style2 a::before {
  right: 0;
  left: auto;
}
body.rtl .pxl-link li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .pxl-link.hv-style6 li i {
  right: auto;
  left: 10px;
  margin: 0;
}
body.rtl .pxl-link.hv-style5 li a {
  padding-left: 42px;
  padding-right: 20px;
}
body.rtl .pxl-link.hv-style5 li i {
  margin: 0;
  right: auto;
  left: 20px;
  -webkit-transform: translate(0, -50%) scaleX(-1);
  -khtml-transform: translate(0, -50%) scaleX(-1);
  -moz-transform: translate(0, -50%) scaleX(-1);
  -ms-transform: translate(0, -50%) scaleX(-1);
  -o-transform: translate(0, -50%) scaleX(-1);
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .pxl-link.hv-style3 a {
  padding: 18px 40px 18px 20px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-link.hv-style3 a {
    padding-right: 20px;
  }
}
body.rtl .pxl-link.hv-style3 a:before {
  left: auto;
  right: 11px;
}
body.rtl .pxl-link.hv-style3 a:hover {
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-link.hv-style3 a:hover {
    padding-right: 35px;
  }
}
body.rtl .pxl-link.hv-style3 a:hover:before {
  right: 40px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-link.hv-style3 a:hover:before {
    right: 20px;
  }
}
body.rtl .pxl-mailchimp.style-default [type="submit"] {
  right: auto;
  left: 0;
}
body.rtl .pxl-process1 .pxl--item:nth-child(2) .pxl-item--divider, body.rtl .pxl-process1 .pxl--item:nth-child(1) .pxl-item--divider {
  left: -101px;
  right: auto;
}
body.rtl .pxl-process1 .pxl-item--image {
  right: auto;
  left: 0;
}
body.rtl .pxl-testimonial-carousel2 .pxl-item--image {
  margin-right: 0;
  margin-left: 24px;
}
body.rtl .pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: auto;
  left: 0;
}
body.rtl .pxl-partner-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: auto;
  right: 0;
}
body.rtl .pxl-partner-carousel1 .pxl-item--inner::before {
  right: auto;
  left: -15px;
}
body.rtl .pxl-mailchimp.style-primary [type="email"] {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-testimonial-single1 .pxl-item--image {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl-testimonial-single1.style-img-larger .pxl-item--image {
  margin-right: 30px;
}
body.rtl .pxl-testimonial-carousel1 .pxl-item--image, body.rtl .pxl-testimonial-grid1 .pxl-item--image {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-testimonial-grid1 .pxl-item--holder::before {
  left: auto;
  right: 40px;
  transform: scaleX(-1);
}
body.rtl .pxl-icon-box2.style2 .pxl-item--icon {
  margin-right: 0px;
  margin-left: 20px;
}
body.rtl .pxl-icon-box2.style3 .pxl-item--icon {
  margin-right: 0;
  margin-left: 14px;
}
body.rtl .pxl-icon-box3 .pxl-item--icon {
  margin-left: 85px;
}
@media screen and (max-width: 1199px) {
  body.rtl .pxl-icon-box3 .pxl-item--icon {
    margin-left: 48px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .pxl-icon-box3 .pxl-item--icon {
    margin-left: 0;
  }
}
body.rtl .pxl-banner2 .pxl-item--project .pxl-project--icon {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .pxl-banner2 .pxl-item--team {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-banner2 .pxl-item--meta {
  margin-right: 0;
  margin-left: 22px;
}
body.rtl .pxl-portfolio-carousel2 .pxl-item--meta {
  padding-right: 20px;
  padding-left: 70px;
}
body.rtl .pxl-portfolio-carousel2 .pxl-item--readmore {
  right: auto;
  left: 20px;
}
body.rtl .pxl-testimonial-carousel4 .pxl-item--image {
  margin-right: 0;
  margin-left: 28px;
}
body.rtl .pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
  right: auto;
  left: 20px;
}
body.rtl .pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-right: 0;
  margin-left: 16px;
}
body.rtl .pxl-mailchimp.style-box-white2 [type="email"] {
  padding-left: 0;
  padding-right: 30px;
}
body.rtl .pxl-getintouch {
  padding-right: 0;
}
body.rtl .pxl-getintouch li {
  display: flex;
}
body.rtl .pxl-getintouch li a {
  display: inherit;
}
body.rtl .pxl-getintouch li i {
  margin-right: 0px;
  margin-left: 10px;
  top: 2px;
}
body.rtl .pxl-getintouch li i.flaticon-phone-call {
  top: -2px;
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.rtl .pxl-pricing1 .pxl-feature i {
  margin-right: 0px;
  margin-left: 15px;
}
@media  {
  body.rtl .pxl-pricing1 .pxl-excerpt {
    padding-right: 0px;
    padding-left: 55px;
  }
}
body.rtl .pxl-tabs1 .pxl-tabs--inner {
  position: relative;
}
body.rtl .pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--title span.pxl-notification {
  margin-left: 0px;
  margin-right: 15px;
}
body.rtl .pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--title:before {
  left: auto;
  right: 0;
}
body.rtl .pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--title:after {
  left: auto;
  right: 3px;
}
body.rtl .pxl-service-grid-layout2 a.btn-link i {
  -webkit-transform: rotate(-180deg);
  -khtml-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
body.rtl .pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
  margin-right: 0;
  margin-left: 50px;
}
body.rtl .pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current::before {
  left: auto;
  right: 32px;
}
body.rtl .pxl-wapper .btn-plus-text {
  flex-direction: row-reverse;
}
body.rtl .btn.btn-slider1 i {
  margin-left: 0;
  margin-right: 18px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl #pxl-page-title-default .pxl-breadcrumb li:before {
  content: "\f13a";
  margin: 0 14px;
  color: inherit;
  font-family: Caseicon;
  font-size: 11px;
}
body.rtl #pxl-page-title-default .pxl-breadcrumb li:after {
  display: none;
}
body.rtl .pxl-scroll-top {
  right: auto;
  left: 20px;
}
body.rtl .pxl-col-line1::before {
  left: 25px;
  right: auto;
}
body.rtl input[type="text"], body.rtl input[type="email"], body.rtl input[type="url"], body.rtl input[type="password"], body.rtl input[type="search"], body.rtl input[type="tel"], body.rtl input[type="number"], body.rtl input[type="range"], body.rtl input[type="date"], body.rtl input[type="month"], body.rtl input[type="week"], body.rtl input[type="time"], body.rtl input[type="datetime"], body.rtl input[type="datetime-local"], body.rtl input[type="color"], body.rtl textarea, body.rtl select, body.rtl .nice-select {
  text-align: right;
}
body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  right: auto;
  left: 18px;
}
button:not(.rm-style-default), .button, input[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  padding: 0;
  line-height: 26px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background-size: 100%, 1px;
  background-position: 0%;
  height: auto;
}
button:not(.rm-style-default):hover, .button:hover, input[type="submit"]:hover, button:not(.rm-style-default):focus, .button:focus, input[type="submit"]:focus, button:not(.rm-style-default):active, .button:active, input[type="submit"]:active, button:not(.rm-style-default):not([disabled]):not(.disabled).active, .button:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, button:not(.rm-style-default):not([disabled]):not(.disabled):active, .button:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  background-position: 100%;
}
.btn {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  padding: 0 30px;
  line-height: 46px;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  cursor: pointer;
  border: none;
  background-color: var(--primary-color);
  height: auto;
}
.btn.btn-line .pxl--btn-text {
  position: relative;
}
.btn.btn-line .pxl--btn-text:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -7px;
}
.btn .pxl--btn-text {
  display: flex;
  position: relative;
  text-transform: none;
  margin-right: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}
.btn .pxl--btn-text:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn .pxl--btn-text > span {
  white-space: nowrap;
  display: inline-block;
  padding: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -14px, 0);
  transform: translate3d(0, -14px, 0);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  line-height: normal;
}
.btn .pxl--btn-text > span:nth-child(1) {
  transition-delay: 0.04s;
}
.btn .pxl--btn-text > span:nth-child(2) {
  transition-delay: 0.08s;
}
.btn .pxl--btn-text > span:nth-child(3) {
  transition-delay: 0.12s;
}
.btn .pxl--btn-text > span:nth-child(4) {
  transition-delay: 0.16s;
}
.btn .pxl--btn-text > span:nth-child(5) {
  transition-delay: 0.2s;
}
.btn .pxl--btn-text > span:nth-child(6) {
  transition-delay: 0.24s;
}
.btn .pxl--btn-text > span:nth-child(7) {
  transition-delay: 0.28s;
}
.btn .pxl--btn-text > span:nth-child(8) {
  transition-delay: 0.32s;
}
.btn .pxl--btn-text > span:nth-child(9) {
  transition-delay: 0.36s;
}
.btn .pxl--btn-text > span:nth-child(10) {
  transition-delay: 0.4s;
}
.btn .pxl--btn-text > span:nth-child(11) {
  transition-delay: 0.44s;
}
.btn .pxl--btn-text > span:nth-child(12) {
  transition-delay: 0.48s;
}
.btn .pxl--btn-text > span:nth-child(13) {
  transition-delay: 0.52s;
}
.btn .pxl--btn-text > span:nth-child(14) {
  transition-delay: 0.56s;
}
.btn .pxl--btn-text > span:nth-child(15) {
  transition-delay: 0.6s;
}
.btn .pxl--btn-text > span:nth-child(16) {
  transition-delay: 0.64s;
}
.btn .pxl--btn-text > span:nth-child(17) {
  transition-delay: 0.68s;
}
.btn .pxl--btn-text > span:nth-child(18) {
  transition-delay: 0.72s;
}
.btn .pxl--btn-text > span:nth-child(19) {
  transition-delay: 0.76s;
}
.btn.btn-nina:hover .pxl--btn-text:before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn.btn-nina:hover .pxl--btn-text span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn:not(:hover) .pxl--btn-text > span {
  transition-delay: 0s !important;
}
.btn i {
  line-height: 0;
}
.btn i.flaticon {
  line-height: 1;
}
.btn.pxl-icon--right {
  flex-direction: row-reverse;
}
.btn:hover, .btn:focus, .btn:active {
  outline: medium none;
  text-decoration: none;
  color: #fff;
}
.pxl-btn-line {
  font-size: 15px;
  font-weight: 700;
  color: #050023;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
}
.pxl-btn-line i {
  line-height: 1;
  margin-left: 2px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.pxl-btn-line span {
  position: relative;
}
.pxl-btn-line span:before {
  content: '';
  height: 1px;
  background-color: #b1b0b5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-btn-line:hover i {
  margin-left: 12px;
  opacity: 1;
}
.pxl-btn-line:hover span {
  color: #fff;
}
.pxl-btn-line:hover span:before {
  background-color: var(--primary-color);
  opacity: 0.8;
}
.pxl-product-carousel.layout-1.style1 .woocommerce-product-header, .pxl-product-carousel.layout-2.style1 .woocommerce-product-header {
  padding: 30px;
}
.pxl-product-carousel.layout-1.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww, .pxl-product-carousel.layout-2.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww {
  position: absolute;
  top: 0%;
  height: 74%;
  background-color: initial;
  cursor: none;
}
.pxl-product-carousel.layout-1.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww i, .pxl-product-carousel.layout-2.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww i {
  opacity: 0;
}
.pxl-product-carousel.layout-1.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-prev, .pxl-product-carousel.layout-2.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-prev {
  left: calc((100vw - 1170px)/-2) !important;
  width: calc((100vw - 1170px)/2) !important;
}
.pxl-product-carousel.layout-1.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-next, .pxl-product-carousel.layout-2.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-next {
  width: calc((100vw - 1170px)/2) !important;
  right: calc((100vw - 1170px)/-2) !important;
}
.pxl-product-carousel.layout-1.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.swiper-button-disabled, .pxl-product-carousel.layout-2.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-product-carousel.layout-1.style1 .product, .pxl-product-carousel.layout-2.style1 .product {
  position: relative;
}
.pxl-product-carousel.layout-1.style1 .product .woo-sctr-shortcode-wrap-wrap, .pxl-product-carousel.layout-2.style1 .product .woo-sctr-shortcode-wrap-wrap {
  position: absolute;
  bottom: 156px;
  left: 80px;
  width: calc(100% - 160px);
  display: flex;
  justify-content: center;
}
@media (max-width: 1366px) {
  .pxl-product-carousel.layout-1.style1 .product .woo-sctr-shortcode-wrap-wrap, .pxl-product-carousel.layout-2.style1 .product .woo-sctr-shortcode-wrap-wrap {
    width: calc(100% - 30px);
    left: 15px;
    padding: 10px;
  }
}
.pxl-product-carousel.layout-1.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1, .pxl-product-carousel.layout-2.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 {
  line-height: 0;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 14px;
}
@media (max-width: 1300px) {
  .pxl-product-carousel.layout-1.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1, .pxl-product-carousel.layout-2.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 {
    padding: 10px 0 14px 10px;
  }
}
.pxl-product-carousel.layout-1.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-date-text, .pxl-product-carousel.layout-2.style1 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-date-text {
  font-family: 'Montserrat';
}
.pxl-product-carousel.layout-1.style2 .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-2.style2 .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-1.style2 .woocommerce-product-content .price, .pxl-product-carousel.layout-2.style2 .woocommerce-product-content .price {
  text-align: left;
}
.pxl-product-carousel.layout-1.style2 .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-2.style2 .woocommerce-product-content .woocommerce-product--title {
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 15px;
}
.pxl-product-carousel.layout-1.style2 .product, .pxl-product-carousel.layout-2.style2 .product {
  position: relative;
}
.pxl-product-carousel.layout-1.style2 .product .woo-sctr-shortcode-wrap-wrap, .pxl-product-carousel.layout-2.style2 .product .woo-sctr-shortcode-wrap-wrap {
  position: absolute;
  bottom: 156px;
  left: 25px;
  width: calc(100% - 50px);
  display: flex;
  justify-content: center;
}
@media (max-width: 1366px) {
  .pxl-product-carousel.layout-1.style2 .product .woo-sctr-shortcode-wrap-wrap, .pxl-product-carousel.layout-2.style2 .product .woo-sctr-shortcode-wrap-wrap {
    width: calc(100% - 30px);
    left: 15px;
    padding: 10px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .pxl-product-carousel.layout-1.style2 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-unit-wrap:last-child, .pxl-product-carousel.layout-2.style2 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-unit-wrap:last-child {
    display: none;
  }
}
.pxl-product-carousel.layout-1.style2 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1, .pxl-product-carousel.layout-2.style2 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 {
  line-height: 54px;
}
.pxl-product-carousel.layout-1.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww, .pxl-product-carousel.layout-2.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww {
  position: absolute;
  top: 0%;
  height: 74%;
  background-color: initial;
  cursor: none;
}
.pxl-product-carousel.layout-1.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww i, .pxl-product-carousel.layout-2.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww i {
  opacity: 0;
}
.pxl-product-carousel.layout-1.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-prev, .pxl-product-carousel.layout-2.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-prev {
  left: calc((100vw - 1170px)/-2) !important;
  width: calc((100vw - 1170px)/2) !important;
}
.pxl-product-carousel.layout-1.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-next, .pxl-product-carousel.layout-2.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.cursor-arrow-next {
  width: calc((100vw - 1170px)/2) !important;
  right: calc((100vw - 1170px)/-2) !important;
}
.pxl-product-carousel.layout-1.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.swiper-button-disabled, .pxl-product-carousel.layout-2.style3 .pxl-swiper-arrow-wrap .pxl-swiper-arroww.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-product-carousel.layout-1.style3 .product, .pxl-product-carousel.layout-2.style3 .product {
  position: relative;
}
.pxl-product-carousel.layout-1.style3 .product .woo-sctr-shortcode-wrap-wrap, .pxl-product-carousel.layout-2.style3 .product .woo-sctr-shortcode-wrap-wrap {
  position: absolute;
  bottom: 156px;
  left: 80px;
  width: calc(100% - 160px);
  display: flex;
  justify-content: center;
}
@media (max-width: 1366px;) {
  width: 100%;
  left: 0;
}
.pxl-product-carousel.layout-1.style3 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1, .pxl-product-carousel.layout-2.style3 .product .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 {
  line-height: 54px;
}
.pxl-product-carousel.layout-1.style3 .woocommerce-product-inner, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner {
  border: 1px solid #e8d7cc;
  padding: 35px;
}
.pxl-product-carousel.layout-1.style3 .woocommerce-product-inner .woocommerce-product-header, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner .woocommerce-product-header {
  background-color: transparent;
}
.pxl-product-carousel.layout-1.style3 .woocommerce-product-inner .woocommerce-product-content, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner .woocommerce-product-content {
  display: flex;
  flex-direction: column;
}
.pxl-product-carousel.layout-1.style3 .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  margin: 10px 0 20px;
  color: var(--primary-color);
  order: 2;
}
.pxl-product-carousel.layout-1.style3 .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap {
  display: flex;
  align-items: center;
  order: 1;
  justify-content: center;
}
.pxl-product-carousel.layout-1.style3 .woocommerce-product-inner .woocommerce-product-content .price, .pxl-product-carousel.layout-2.style3 .woocommerce-product-inner .woocommerce-product-content .price {
  order: 3;
  font-size: 22px;
}
.pxl-product-carousel.layout-1 .pxl-item--meta, .pxl-product-carousel.layout-2 .pxl-item--meta {
  align-items: center;
  justify-content: center;
  max-width: 1170px;
  margin: 0 auto 67px;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .pxl-product-carousel.layout-1 .pxl-item--meta, .pxl-product-carousel.layout-2 .pxl-item--meta {
    display: block;
    margin-top: 65px;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.pxl-product-carousel.layout-1 .pxl-item--meta .pxl-item--title, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-item--title {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-weight: 400;
  font-size: 55px;
  line-height: 62px;
}
.pxl-product-carousel.layout-1 .pxl-item--meta .pxl-swiper-arrow-wrap, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-swiper-arrow-wrap {
  display: flex;
  align-items: center;
  transform: translatey(3px);
}
.pxl-product-carousel.layout-1 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arrow-prev {
  margin-right: 10px;
}
.pxl-product-carousel.layout-1 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arroww, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arroww {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--primary-color);
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.layout-1 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arroww i, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arroww i {
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.layout-1 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arroww:hover, .pxl-product-carousel.layout-2 .pxl-item--meta .pxl-swiper-arrow-wrap .pxl-swiper-arroww:hover {
  background-color: var(--secondary-color);
}
.pxl-product-carousel.layout-1 .pxl-swiper-slide .onsale, .pxl-product-carousel.layout-2 .pxl-swiper-slide .onsale {
  right: 35px !important;
}
.pxl-product-carousel.layout-1 .swiper-slide-filter, .pxl-product-carousel.layout-2 .swiper-slide-filter {
  animation: flipx 350ms ease-out infinite;
  -webkit-animation: flipx 350ms ease-out infinite;
  animation-iteration-count: 1;
}
.pxl-product-carousel.layout-1 .woocommerce-product--rating .rating-number, .pxl-product-carousel.layout-2 .woocommerce-product--rating .rating-number {
  transform: translatey(-2.5px);
}
.pxl-product-carousel.layout-1 .pxl-swiper-wrapper.products, .pxl-product-carousel.layout-2 .pxl-swiper-wrapper.products {
  width: max-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.pxl-product-carousel.layout-1 .woocommerce-product-inner:hover img, .pxl-product-carousel.layout-2 .woocommerce-product-inner:hover img {
  transform: scale(1.03);
}
.pxl-product-carousel.layout-1.style1 .woocommerce-product-inner {
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.pxl-product-carousel.layout-1.style1 .woocommerce-product-inner:hover {
  border-color: var(--primary-color);
}
.pxl-product-carousel.layout-2 .woocommerce-product-header, .pxl-product-carousel.layout-3 .woocommerce-product-header {
  padding: 37px 10% 41px 10%;
}
.pxl-product-carousel.layout-2 .woocommerce-product-header .woocommerce-product-meta, .pxl-product-carousel.layout-3 .woocommerce-product-header .woocommerce-product-meta {
  bottom: 130px;
}
.pxl-product-carousel.layout-2 .woocommerce-product-header .woocommerce-product-details img, .pxl-product-carousel.layout-3 .woocommerce-product-header .woocommerce-product-details img {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.layout-2 .woocommerce-product-header .woocommerce-product-meta > div a, .pxl-product-carousel.layout-3 .woocommerce-product-header .woocommerce-product-meta > div a, .pxl-product-carousel.layout-2 .woocommerce-product-header .woocommerce-product-meta > div button, .pxl-product-carousel.layout-3 .woocommerce-product-header .woocommerce-product-meta > div button {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e8d7cc;
  margin: 0 1px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.layout-2 .woocommerce-product-header .woocommerce-product-meta > div a:hover, .pxl-product-carousel.layout-3 .woocommerce-product-header .woocommerce-product-meta > div a:hover, .pxl-product-carousel.layout-2 .woocommerce-product-header .woocommerce-product-meta > div button:hover, .pxl-product-carousel.layout-3 .woocommerce-product-header .woocommerce-product-meta > div button:hover {
  background-color: var(--primary-color);
}
.pxl-product-carousel.layout-2 .woocommerce-product-inner:hover .woocommerce-product-details img, .pxl-product-carousel.layout-3 .woocommerce-product-inner:hover .woocommerce-product-details img {
  opacity: 0.3;
}
.pxl-product-carousel.layout-2 .woocommerce-product-meta2 {
  display: none;
}
.pxl-product-carousel.layout-2 .pxl-progress-bar--woo {
  position: relative;
  margin: 10px 0 10px;
}
.pxl-product-carousel.layout-2 .pxl-progress-bar--woo .progress-bound {
  position: absolute;
  background-color: #faeae6;
  height: 4px;
  top: 0;
  left: 0;
  width: 100%;
}
.pxl-product-carousel.layout-2 .pxl-progress-bar--woo .pxl-progress-bar {
  background-color: #e85538;
  position: relative;
  height: 4px;
  width: 0;
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
}
.pxl-product-carousel.layout-2 .pxl-progress-bar--woo .progress-percentage {
  margin-top: 15px;
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow {
  font-size: 13px;
  color: #000;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: block;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -khtml-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  background-color: #fff;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  box-shadow: 0 10px 20px rgba(32, 68, 7, .22);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1199px) {
  .pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow {
    opacity: 0;
    visibility: hidden;
  }
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow:hover {
  color: #fff;
  background-color: var(--primary-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px;
  }
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -28px;
}
@media screen and (max-width: 1199px) {
  .pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px;
  }
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.style2 {
  background-color: #f1f1f3;
  color: #fff;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.style2:before {
  z-index: -1;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.style2:hover {
  background-color: #f1f1f3;
}
.pxl-product-carousel.layout-2 .pxl-item--meta2 .pxl-swiper-arrow.style2:hover:before {
  opacity: 1;
}
.pxl-product-carousel {
  /* pxl-product-categories-carousel */
}
.pxl-product-carousel .pxl-grid-item {
  margin-bottom: 1px !important;
}
@media screen and (max-width: 575px) {
  .pxl-product-carousel .woocommerce-product-header {
    text-align: center;
  }
}
.pxl-product-carousel.style3 .pxl-item--meta {
  margin-bottom: 40px;
  padding: 0;
}
.pxl-product-carousel .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter--icon, .pxl-product-carousel .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter--icon {
  display: none;
}
.pxl-product-carousel.style4 .pxl-swiper-slider {
  justify-content: end;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .pxl-product-carousel.style4 .pxl-swiper-slider {
    justify-content: center;
  }
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item {
  text-align: center;
  margin: 0 20px;
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter--title, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter--title {
  color: #272727 !important;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item:after, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item:after {
  display: none;
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter-image, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter-image {
  display: none;
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item:last-child, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item:last-child {
  margin-right: 0;
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter--icon, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter--icon {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 64px;
  height: 64px;
  text-align: center;
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter--icon:before, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter--icon:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #81200e;
  transform: scale(0);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter--icon i, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter--icon i {
  line-height: 75px;
  position: relative;
  transform: translatex(1px);
  display: block;
  font-size: 40px;
  color: #81200e;
  z-index: 10;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item .pxl-filter--icon i:before, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item .pxl-filter--icon i:before {
  line-height: normal !important;
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item.all i, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item.all i {
  transform: translate(-1px, 7px);
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item:hover .pxl-filter--icon:before, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item:hover .pxl-filter--icon:before, .pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item.active .pxl-filter--icon:before, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item.active .pxl-filter--icon:before {
  transform: scale(1);
}
.pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item:hover .pxl-filter--icon i, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item:hover .pxl-filter--icon i, .pxl-product-carousel.style4 .pxl-swiper-slider .swiper-filter-wrap .filter-item.active .pxl-filter--icon i, .pxl-product-carousel.style4 .pxl-swiper-slider .pxl-grid-filter3 .filter-item.active .pxl-filter--icon i {
  color: #fff;
}
.pxl-product-carousel.style4 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  background-color: #bb897e;
}
.pxl-product-carousel.style4 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #81200e;
}
.pxl-product-categories-carousel .product-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pxl-product-categories-carousel .product-category {
    text-align: center;
  }
}
.pxl-product-categories-carousel .product-category .product-category-line {
  position: relative;
  width: 100%;
  display: block;
}
.pxl-product-categories-carousel .product-category .product-category-line:after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 70px;
  height: 1px;
  background-color: #e8d7cc;
  left: 56%;
  top: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1366px) {
  .pxl-product-categories-carousel .product-category .product-category-line:after {
    right: -20px;
  }
}
@media (max-width: 1366px) and (max-width: 1024px) {
  .pxl-product-categories-carousel .product-category .product-category-line:after {
    right: 0px;
  }
}
@media (max-width: 1366px) and (max-width: 1024px) and (max-width: 767px) {
  .pxl-product-categories-carousel .product-category .product-category-line:after {
    width: 0;
  }
}
.pxl-product-categories-carousel .product-category a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--primary-color);
  white-space: nowrap;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woosq-btn, .pxl-product-detail.layout-1 .pxl-carousel-inner .woosw-btn {
  display: none;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner {
    flex-wrap: wrap;
  }
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 465px;
  overflow: unset;
}
@media (max-width: 1199px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header {
    min-width: unset;
  }
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header img {
  max-width: 511px;
}
@media (max-width: 1199px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header img {
    max-width: 300px;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header img {
    max-width: unset;
  }
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  display: none;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details {
  position: relative;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-details:after {
  content: '';
  position: absolute;
  background-image: url(../img/bg-producv.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 110%;
  height: 100%;
  left: -50px;
  z-index: -1;
  background-size: cover;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 400px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content {
    width: 100%;
  }
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title {
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 500;
  font-size: 68px;
  line-height: 72px;
  margin-bottom: 25px;
  display: flex;
  order: 1;
}
@media (max-width: 991px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--title {
    font-size: 42px;
    line-height: 52px;
  }
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--excerpt {
  display: block !important;
  display: flex;
  order: 2;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--excerpt .woocommerce-product-details__short-description {
  line-height: 24px;
  max-height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--excerpt .woocommerce-product-details__short-description p {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .star-rating-wrap {
  display: none;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content > .price {
  order: 3;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary-color);
  margin-bottom: 10px !important;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woo-sctr-shortcode-countdown-1 {
  padding: 0 10px;
  line-height: 55px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-date-value {
  color: #223840;
  font-size: 22px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-date-text {
  color: #839297;
  font-size: 12px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price .amount {
  color: var(--primary-color);
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price del {
  color: #839297;
  font-weight: 400;
  opacity: 1;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price del .amount {
  color: inherit;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price del + ins {
  margin-left: 5px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .price ins {
  color: var(--secondary-color);
  font-weight: inherit;
  text-decoration: unset;
  padding: 0;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .woocommerce-variation .woocommerce-variation-description > div {
  margin-top: 20px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form {
  display: flex;
  flex-direction: column;
  order: 4;
}
@media (max-width: 400px) {
  .pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form {
    width: 100%;
  }
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .variations {
  margin-bottom: 0;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart {
  display: inline-flex;
  margin-top: 15px;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .wc-forward {
  color: #fff;
  background-color: var(--primary-color);
  font-weight: 500;
  font-size: 15px;
  padding: 18px 18px 18px 18px;
  line-height: 19px;
  border: none;
  display: flex;
  align-items: center;
  text-transform: none;
  border-radius: 28px;
  margin-top: 20px;
  margin-left: 20px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin-top: 0px;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 18px 98px 18px 68px;
  line-height: 19px;
  border: none;
  display: flex;
  align-items: center;
  opacity: 1;
  text-transform: none;
  border-radius: 28px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:before {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.loading:after {
  top: 19px;
  right: 16px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.added {
  padding: 18px 68px 18px 68px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button.added:before {
  display: none;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button:before {
  content: "\f142";
  font-family: Caseicon;
  position: absolute;
  right: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
  margin-right: 80px;
  border: 1px solid;
  border-color: #c0c6c6 transparent #c0c6c6 transparent;
  position: relative;
  margin-left: 112px;
  margin-bottom: 30px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form .woocommerce-variation-add-to-cart .quantity .qty-suff {
  position: absolute;
  top: 20px;
  left: -112px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
  text-transform: uppercase;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr {
  display: flex;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:first-child {
  align-items: center;
  gap: 50px;
  margin-bottom: 0;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child {
  align-items: center;
  flex-wrap: wrap;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .rtwpvs-terms-wrapper {
  display: inline-flex;
  margin-left: 11px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .rtwpvs-terms-wrapper .rtwpvs-term {
  margin: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--primary-color);
  box-shadow: none;
  border: 1px solid #c0c6c6;
  height: 55px;
  min-width: 56px;
  background: transparent;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .rtwpvs-terms-wrapper .rtwpvs-term.selected {
  background-color: var(--primary-color);
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .rtwpvs-terms-wrapper .rtwpvs-term .rtwpvs-term-span {
  padding: 9px 13px 11px 14px;
  color: var(--primary-color);
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr:last-child .reset_variations {
  background-color: var(--primary-color);
  padding: 5px 10px;
  color: #fff;
  margin-left: 5px;
}
.pxl-product-detail.layout-1 .pxl-carousel-inner .woocommerce-product-inner .woocommerce-product-content .variations_form tr .label label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--third-color);
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected, .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover {
  background-color: var(--primary-color);
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected span, .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover span {
  color: #fff !important;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover {
  background-color: var(--primary-color) !important;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term:hover span {
  color: #fff !important;
}
.pxl-instagram-carousel1 {
  position: relative;
}
.pxl-instagram-carousel1 .pxl-item--inner {
  max-height: 420px;
}
.pxl-instagram-carousel1 .pxl-item--inner .pxl-item--image {
  position: relative;
}
.pxl-instagram-carousel1 .pxl-item--inner .pxl-item--image img {
  width: 100%;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.pxl-instagram-carousel1 .pxl-item--inner .pxl-item--image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  background-color: rgba(44, 76, 89, 0.33);
  opacity: 0;
}
.pxl-instagram-carousel1 .pxl-item--inner a {
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0.2s;
  -khtml-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.pxl-instagram-carousel1 .pxl-item--inner a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease 0.2s;
  -khtml-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  color: #fff;
  font-size: 28px;
  opacity: 0;
}
.pxl-instagram-carousel1 .pxl-item--inner a:hover i {
  opacity: 1;
}
.pxl-instagram-carousel1 .pxl-item--inner a:hover .pxl-item--image:after {
  opacity: 1;
}
.pxl-instagram-carousel1 .pxl-item--inner a:hover .pxl-item--image img {
  -webkit-transform: scale(1.01);
  -khtml-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.pxl-instagram-carousel1 .pxl-swiper-arrow {
  font-size: 30px;
  font-weight: 700;
  width: 91px;
  height: 91px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  color: rgba(66, 66, 69, 0.33);
  -webkit-box-shadow: 19px 0 16px rgba(0, 40, 91, 0.1);
  -khtml-box-shadow: 19px 0 16px rgba(0, 40, 91, 0.1);
  -moz-box-shadow: 19px 0 16px rgba(0, 40, 91, 0.1);
  -ms-box-shadow: 19px 0 16px rgba(0, 40, 91, 0.1);
  -o-box-shadow: 19px 0 16px rgba(0, 40, 91, 0.1);
  box-shadow: 19px 0 16px rgba(0, 40, 91, 0.1);
}
@media (max-width: ) {
  .pxl-instagram-carousel1 .pxl-swiper-arrow {
    font-size: 24px;
    width: 60px;
    height: 60px;
  }
}
.pxl-instagram-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  -webkit-box-shadow: -19px 0 16px rgba(0, 40, 91, 0.1);
  -khtml-box-shadow: -19px 0 16px rgba(0, 40, 91, 0.1);
  -moz-box-shadow: -19px 0 16px rgba(0, 40, 91, 0.1);
  -ms-box-shadow: -19px 0 16px rgba(0, 40, 91, 0.1);
  -o-box-shadow: -19px 0 16px rgba(0, 40, 91, 0.1);
  box-shadow: -19px 0 16px rgba(0, 40, 91, 0.1);
  left: 18vw;
}
@media (max-width: 1300px) {
  .pxl-instagram-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 15px;
  }
}
.pxl-instagram-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 18vw;
}
@media (max-width: 1300px) {
  .pxl-instagram-carousel1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 15px;
  }
}
.pxl-instagram-carousel1 .pxl-swiper-arrow:hover {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1844px) and (min-width: 1024px) {
  .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value, .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value-container {
    font-size: 15px !important;
  }
}
.pxl-mailchimp .mc4wp-form {
  position: relative;
}
.pxl-mailchimp .mc4wp-response {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}
.pxl-mailchimp .mc4wp-alert {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  font-size: 14px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
  margin-top: 25px;
  position: relative;
  max-width: 350px;
}
.pxl-mailchimp .mc4wp-alert:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 20px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.pxl-mailchimp .mc4wp-alert p {
  margin: 0;
}
.pxl-mailchimp [type="submit"] {
  white-space: nowrap;
}
.pxl-mailchimp.style-default .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp.style-default [type="email"] {
  height: 54px;
  border: 1px solid var(--primary-color);
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  background-color: transparent;
  font-size: 12px;
  color: #b8b8b8;
  padding: 0 22px;
  min-width: 280px;
}
.pxl-mailchimp.style-default [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 32px;
  line-height: 54px;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-default [type="submit"] {
    padding: 0 22px;
  }
}
.pxl-mailchimp.style-box-round .mc4wp-form-fields {
  position: relative;
}
.pxl-mailchimp.style-box-round [type="email"] {
  height: 65px;
  -webkit-border-radius: 65px;
  -khtml-border-radius: 65px;
  -moz-border-radius: 65px;
  -ms-border-radius: 65px;
  -o-border-radius: 65px;
  border-radius: 65px;
  background-color: rgba(255, 255, 255, 0.24);
  font-size: 15px;
  color: #e4e4e4;
  padding: 0 22px;
  min-width: 280px;
  border: none;
  padding-left: 48px;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-box-round [type="email"] {
    padding-left: 30px;
  }
}
.pxl-mailchimp.style-box-round [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 50px;
  line-height: 65px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-box-round [type="submit"] {
    padding: 0 22px;
  }
}
.pxl-mailchimp.style-outline .mc4wp-form-fields {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-outline .mc4wp-form-fields {
    display: block;
  }
}
.pxl-mailchimp.style-outline [type="email"] {
  height: 50px;
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-size: 16px;
  color: #bfbfbf;
  padding: 0;
  width: auto;
  min-width: 320px;
  margin-right: 30px;
}
.pxl-mailchimp.style-outline [type="email"]:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.67);
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-outline [type="email"] {
    margin-right: 20px;
    min-width: 220px;
  }
}
.pxl-mailchimp.style-outline [type="submit"] {
  padding: 0 40px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-outline [type="submit"] {
    padding: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-outline [type="submit"] {
    margin-top: 20px;
  }
}
.pxl-mailchimp.style-outline.style-btn-default [type="submit"]:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.pxl-mailchimp.style-outline.style-btn-default [type="submit"]:hover:before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.pxl-mailchimp.style-outline.style-btn-default [type="submit"]:hover, .pxl-mailchimp.style-outline.style-btn-default [type="submit"]:focus {
  background: var(--primary-color);
}
.pxl-mailchimp.style-primary .mc4wp-form-fields {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-mailchimp.style-primary .mc4wp-form-fields {
    display: block;
  }
}
.pxl-mailchimp.style-primary [type="email"] {
  height: 54px;
  border: none;
  border: none;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  background-color: #3b3f38;
  font-size: 16px;
  color: #fff;
  padding-left: 26px;
  width: auto;
  min-width: 320px;
  margin-right: 16px;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-primary [type="email"] {
    min-width: 220px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-mailchimp.style-primary [type="email"] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.pxl-mailchimp.style-primary [type="submit"] {
  padding: 0 34px;
  line-height: 54px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  z-index: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .pxl-mailchimp.style-primary [type="submit"] {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-mailchimp.style-primary [type="submit"] {
    margin-top: 20px;
  }
}
.pxl-mailchimp.style-box-white {
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  background-color: #fff;
  padding: 13px 18px 13px 40px;
}
.pxl-mailchimp.style-box-white [type="email"] {
  font-size: 15px;
  color: #79949f;
  padding: 0 0 0 60px;
  background-image: url(../img/mail.png);
  background-position: left -10px center;
  background-repeat: no-repeat;
  border: none;
  margin-right: 10px;
}
.pxl-mailchimp.style-box-white [type="submit"] {
  line-height: 58px;
  padding: 0 26px;
}
.pxl-mailchimp.style-box-white .mc4wp-form-fields {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-box-white .mc4wp-form-fields {
    display: block;
  }
}
.pxl-mailchimp.style-box-white2 {
  -webkit-border-radius: 42px;
  -khtml-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  border-radius: 42px;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 62px rgba(0, 0, 0, 0.08);
}
.pxl-mailchimp.style-box-white2 [type="email"] {
  font-size: 15px;
  color: #747e8c;
  padding: 0 0 0 30px;
  border: none;
  height: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  width: auto;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-box-white2 [type="email"] {
    padding-left: 20px;
  }
}
.pxl-mailchimp.style-box-white2 [type="submit"] {
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .pxl-mailchimp.style-box-white2 [type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0px;
  }
  .pxl-mailchimp.style-box-white2 [type="submit"]:before {
    content: "\f13b";
    font-family: "Caseicon";
    font-size: 16px;
    font-weight: 400;
  }
}
.pxl-mailchimp.style-box-white2 .mc4wp-form-fields {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a i:before {
  transition: 0.3s linear;
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a:hover i:before {
  transform: rotateZ(180deg);
}
.pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
  display: inline-flex;
  line-height: 1;
  margin-left: 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
.pxl-nav-menu .sub-menu li.menu-item-has-children > a:after {
  content: "\f14d";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 10px;
  font-family: "Caseicon";
  font-weight: 400;
}
.pxl-nav-hidden .pxl-menu-toggle {
  display: block;
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0px;
  width: 28px;
  cursor: pointer;
  font-size: 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.08);
}
.pxl-nav-hidden .pxl-menu-toggle:before {
  content: "\f150";
  font-family: "Caseicon";
}
.pxl-nav-hidden .pxl-menu-toggle.active {
  background-color: #fff;
  color: #000;
}
.pxl-nav-hidden .pxl-menu-toggle.active:before {
  content: "\f13d";
}
.pxl-nav-hidden .pxl-menu-hidden {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pxl-nav-hidden .pxl-menu-hidden li {
  position: relative;
}
.pxl-nav-hidden .pxl-menu-hidden li a {
  display: block;
  line-height: 46px;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.pxl-nav-hidden .pxl-menu-hidden li > a:hover, .pxl-nav-hidden .pxl-menu-hidden li > a.current, .pxl-nav-hidden .pxl-menu-hidden li.current_page_item > a, .pxl-nav-hidden .pxl-menu-hidden li.current-menu-item > a, .pxl-nav-hidden .pxl-menu-hidden li.current_page_ancestor > a, .pxl-nav-hidden .pxl-menu-hidden li.current-menu-ancestor > a {
  color: var(--primary-color);
}
.pxl-nav-hidden .pxl-menu-hidden .sub-menu, .pxl-nav-hidden .pxl-menu-hidden .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.pxl-nav-hidden .pxl-menu-hidden .sub-menu li a, .pxl-nav-hidden .pxl-menu-hidden .children li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 14px;
}
.pxl-nav-hidden .pxl-menu-hidden > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 28px;
}
.pxl-logo-nav1 {
  display: inline-flex;
  background-color: #040900;
  align-items: center;
}
.pxl-logo-nav1 .pxl-logo-wrap {
  padding: 0 95px;
}
.pxl-logo-nav1 .pxl-logo-wrap img {
  max-height: 47px;
  width: auto;
}
.pxl-logo-nav1 .pxl-nav-wrap {
  display: none;
  height: 118px !important;
  opacity: 1 !important;
}
.pxl-logo-nav1 .pxl-menu-primary {
  margin-right: 70px;
}
.pxl-logo-nav1 .pxl-menu-primary > li > a {
  color: #fff;
  font-size: 15px;
  line-height: 118px;
}
.pxl-logo-nav1 .pxl-menu-primary > li > a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin: 11px auto 0 auto;
}
.pxl-logo-nav1 .pxl-menu-primary > li.menu-item-has-children > a {
  position: relative;
}
.pxl-logo-nav1 .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
  display: inline-flex;
  font-size: 10px;
  line-height: 1;
  margin-left: 6px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-logo-nav1 .pxl-menu-primary > li:hover > a .caseicon-angle-arrow-down {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.pxl-logo-nav1 .pxl-menu-primary > li:hover > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current_page_item > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current-menu-item > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current_page_ancestor > a:before, .pxl-logo-nav1 .pxl-menu-primary > li.current-menu-ancestor > a:before {
  width: 100%;
}
.pxl-logo-nav1 .pxl-nav-button {
  width: 118px;
  height: 118px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  height: 2px;
  background-color: #000;
  left: 0;
  position: absolute;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(1) {
  top: 7px;
  width: 40px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(2) {
  top: 19px;
  width: 22px;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(3) {
  top: 31px;
  width: 22px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pxl-logo-nav1 .pxl-nav-button .pxl-nav-divider i:nth-child(4) {
  width: 40px;
  transform: rotate(45deg) translateX(100%);
  top: 30px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i {
  width: 100%;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(1), .pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(3) {
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(2) {
  transform: rotate(-45deg);
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-logo-nav1 .pxl-nav-button.active .pxl-nav-divider i:nth-child(4) {
  transform: rotate(45deg) translateX(0%);
  top: 19px;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.pxl-menu-list .grid-filter-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  flex-wrap: wrap;
}
.pxl-menu-list .grid-filter-wrap .filter-item {
  padding: 15px 0;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  color: #a5a5a5;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-menu-list .grid-filter-wrap .filter-item {
    padding: 12px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pxl-menu-list .grid-filter-wrap .filter-item:before, .pxl-menu-list .grid-filter-wrap .filter-item:after {
  width: 0%;
  height: 2px;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.pxl-menu-list .grid-filter-wrap .filter-item:before {
  top: 0px;
  right: 0px;
}
.pxl-menu-list .grid-filter-wrap .filter-item:after {
  left: 0px;
  bottom: 0px;
}
.pxl-menu-list .grid-filter-wrap .filter-item.active, .pxl-menu-list .grid-filter-wrap .filter-item:hover {
  color: var(--primary-color);
}
.pxl-menu-list .grid-filter-wrap .filter-item.active:before, .pxl-menu-list .grid-filter-wrap .filter-item:hover:before, .pxl-menu-list .grid-filter-wrap .filter-item.active:after, .pxl-menu-list .grid-filter-wrap .filter-item:hover:after {
  opacity: 1;
  width: 100%;
}
.pxl-menu-list .grid-filter-wrap.center {
  text-align: center;
}
.pxl-menu-list .pxl--title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
  color: inherit;
}
.pxl-menu-list .line-dotted {
  flex-grow: 1;
  border-bottom: 1px dotted #a5a5a5;
  position: relative;
  top: 3px;
}
.pxl-menu-list .pxl--price {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: inherit;
}
.pxl-menu-list .wp-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #000;
}
.pxl-menu-list .menu-item {
  padding: 0 15px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .pxl-menu-list .menu-item {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-menu-list .menu-item {
    min-width: 100%;
    max-width: 100%;
  }
}
.swiper-filter-active .pxl-swiper-slide {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-active .non-swiper-slide {
  display: none;
}
.swiper-filter-wrap, .pxl-grid-filter3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swiper-filter-wrap .filter-item, .pxl-grid-filter3 .filter-item {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 24px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper-filter-wrap .filter-item:before, .pxl-grid-filter3 .filter-item:before {
  content: '';
  width: 11px;
  height: 41px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaley(0);
  -khtml-transform: translate(-50%, -50%) scaley(0);
  -moz-transform: translate(-50%, -50%) scaley(0);
  -ms-transform: translate(-50%, -50%) scaley(0);
  -o-transform: translate(-50%, -50%) scaley(0);
  transform: translate(-50%, -50%) scaley(0);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.swiper-filter-wrap .filter-item span, .pxl-grid-filter3 .filter-item span {
  color: #010927;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-wrap .filter-item.active, .pxl-grid-filter3 .filter-item.active {
  color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before, .pxl-grid-filter3 .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaley(1);
  -khtml-transform: translate(-50%, -50%) scaley(1);
  -moz-transform: translate(-50%, -50%) scaley(1);
  -ms-transform: translate(-50%, -50%) scaley(1);
  -o-transform: translate(-50%, -50%) scaley(1);
  transform: translate(-50%, -50%) scaley(1);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow {
  left: 50%;
  -webkit-transform: translatex(-50%);
  -khtml-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
  right: auto;
  bottom: 0;
  top: auto;
  opacity: 1;
  visibility: visible;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #4b5345;
  line-height: 36px;
  color: #4b5345;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow i:before {
  content: "\f142";
  font-family: Caseicon;
  font-size: 16px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: -80px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -webkit-transform: scalex(-1);
  -khtml-transform: scalex(-1);
  -moz-transform: scalex(-1);
  -ms-transform: scalex(-1);
  -o-transform: scalex(-1);
  transform: scalex(-1);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-left: 80px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow + .pxl-swiper-dots {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction {
  bottom: 10px;
  font-size: 0px;
  line-height: 20px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
  position: relative;
  margin-right: 50px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 32px;
  width: 27px;
  height: 1px;
  background-color: #fff;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 20px;
  background: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: static;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow i {
  display: inline-flex;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg {
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--main {
  fill: #ececec;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--hover {
  opacity: 0;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  -webkit-transform: scalex(-1);
  -khtml-transform: scalex(-1);
  -moz-transform: scalex(-1);
  -ms-transform: scalex(-1);
  -o-transform: scalex(-1);
  transform: scalex(-1);
  margin-right: 16px;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--main {
  opacity: 0;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--hover {
  opacity: 1;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-swiper-arrow-style3 .pxl-swiper-arrow {
  font-size: 36px;
  color: #c5d3d8;
  background-color: transparent;
  box-shadow: none;
}
.pxl-swiper-arrow-style3 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -webkit-transform: scalex(-1);
  -khtml-transform: scalex(-1);
  -moz-transform: scalex(-1);
  -ms-transform: scalex(-1);
  -o-transform: scalex(-1);
  transform: scalex(-1);
  display: inline-block;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets {
  margin-top: 35px;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color);
  top: -1px;
  left: -1px;
  position: absolute;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  -webkit-transform: scale(1.4);
  -khtml-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:after {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: transparent;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:after, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-swiper-sliders .pxl-item--image img {
  width: 100%;
}
.pxl-swiper-sliders .pxl-item--title a, .pxl-swiper-sliders .pxl-item--category a {
  color: inherit;
}
.pxl-swiper-sliders .pxl-item--title a:hover, .pxl-swiper-sliders .pxl-item--category a:hover {
  color: inherit;
}
.pxl-grid .pxl-item--image img {
  width: 100%;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background-color: #f5f1f1;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  font-size: 18px;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers i {
  font-size: 13px;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers:before, .pxl-grid-pagination.pxl-pagination-style2 .page-numbers:after {
  display: none;
}
.pxl-grid-pagination.pxl-pagination-style2 .page-numbers.current, .pxl-grid-pagination.pxl-pagination-style2 .page-numbers:hover {
  background-color: #242f51;
}
.pxl-grid-filter2 {
  margin-bottom: 38px;
  font-size: 17px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-grid-filter2 .filter-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.pxl-grid-filter2 .filter-item .product-thumbnail {
  border-radius: 50%;
}
.pxl-grid-filter3 {
  margin-bottom: 53px;
}
.pxl-blog-list .pxl-item--image {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pxl-blog-list .pxl-item--image {
    min-height: 280px;
    min-width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-blog-list .pxl-item--image {
    margin-bottom: 35px;
  }
}
.pxl-blog-list .pxl-item--image a {
  display: block;
}
@media screen and (min-width: 768px) {
  .pxl-blog-list .pxl-item--image a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pxl-blog-list .pxl-item--image img {
    opacity: 0;
    position: absolute;
    z-index: -999;
  }
}
@media screen and (min-width: 768px) {
  .pxl-blog-list .pxl-item--body {
    padding-left: 60px;
  }
}
.pxl-blog-list .pxl-item--title {
  font-size: 21px;
  line-height: 1.429;
}
.pxl-blog-list .pxl-meta--post {
  margin-bottom: 25px;
  list-style: none;
}
.pxl-blog-list .pxl-meta--post li {
  display: inline-block;
}
.pxl-blog-list .pxl-meta--post li + li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.pxl-blog-list .pxl-meta--post li + li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #434343;
  position: absolute;
  top: 12px;
  left: -2px;
}
.pxl-blog-list .pxl-grid-item {
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
@media screen and (min-width: 768px) {
  .pxl-blog-list .pxl-grid-item {
    display: flex;
    align-items: center;
  }
}
.pxl-blog-list .pxl-grid-item + .pxl-grid-item {
  margin-top: 60px;
}
@media (min-width: 1200px) {
  .pxl-blog-grid-layout1 .item--holder .item--title {
    min-height: 90px;
  }
}
.pxl-blog-grid-layout1 .pxl-swiper-arrow, .pxl-post-carousel1 .pxl-swiper-arrow {
  position: absolute;
  top: 50%;
  height: 100%;
  background-color: initial;
  cursor: none;
}
.pxl-blog-grid-layout1 .pxl-swiper-arrow.cursor-arrow-prev, .pxl-post-carousel1 .pxl-swiper-arrow.cursor-arrow-prev {
  left: calc((100vw - 1170px)/-2) !important;
  width: calc((100vw - 1170px)/2) !important;
  right: auto;
}
.pxl-blog-grid-layout1 .pxl-swiper-arrow.cursor-arrow-next, .pxl-post-carousel1 .pxl-swiper-arrow.cursor-arrow-next {
  width: calc((100vw - 1170px)/2) !important;
  right: calc((100vw - 1170px)/-2) !important;
  left: auto;
}
.pxl-blog-grid-layout1 .pxl-swiper-arrow.swiper-button-disabled, .pxl-post-carousel1 .pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-blog-grid-layout1 .pxl-swiper-slide, .pxl-post-carousel1 .pxl-swiper-slide {
  padding: 0 18px;
}
.pxl-blog-grid-layout1 .pxl-pagination-wrap .pxl-pagination-links, .pxl-post-carousel1 .pxl-pagination-wrap .pxl-pagination-links {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pxl-blog-grid-layout1 .pxl-pagination-wrap .pxl-pagination-links, .pxl-post-carousel1 .pxl-pagination-wrap .pxl-pagination-links {
    margin-top: 0;
  }
}
.pxl-blog-grid-layout1 .item--featured, .pxl-post-carousel1 .item--featured {
  overflow: hidden;
  position: relative;
}
.pxl-blog-grid-layout1 .item--featured:after, .pxl-post-carousel1 .item--featured:after {
  content: '';
  position: absolute;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .0), rgba(255, 255, 255, .6));
  transition: all 300ms linear 0ms;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  transform: skewx(-25deg);
}
.pxl-blog-grid-layout1 .item--featured img, .pxl-post-carousel1 .item--featured img {
  width: 100%;
}
.pxl-blog-grid-layout1 .item--featured .item--meta, .pxl-post-carousel1 .item--featured .item--meta {
  position: absolute;
  top: 30px;
  left: 30px;
}
.pxl-blog-grid-layout1 .item--featured .item--meta .item--category, .pxl-post-carousel1 .item--featured .item--meta .item--category {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  padding: 7px 20px 7px;
  border-radius: 19px;
}
.pxl-blog-grid-layout1 .item--featured .item--meta .item--category a, .pxl-post-carousel1 .item--featured .item--meta .item--category a {
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
}
.pxl-blog-grid-layout1 .item--title, .pxl-post-carousel1 .item--title {
  margin-bottom: 27px;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: var(--secondary-color);
  line-height: 30px;
}
@media (max-width: 991px) {
  .pxl-blog-grid-layout1 .item--title, .pxl-post-carousel1 .item--title {
    font-size: 24px;
    line-height: 1.1;
  }
}
.pxl-blog-grid-layout1 .item--title a, .pxl-post-carousel1 .item--title a {
  color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--secondary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-blog-grid-layout1 .item--title a:hover, .pxl-post-carousel1 .item--title a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
@media screen and (min-width: 1200px) {
  .pxl-blog-grid-layout1.box-align-left .item--title, .pxl-post-carousel1.box-align-left .item--title {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-blog-grid-layout1.box-align-center .item--title, .pxl-post-carousel1.box-align-center .item--title {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-blog-grid-layout1.box-align-right .item--title, .pxl-post-carousel1.box-align-right .item--title {
    padding-left: 50px;
  }
}
.pxl-blog-grid-layout1 .btn-readmore, .pxl-post-carousel1 .btn-readmore {
  position: relative;
}
.pxl-blog-grid-layout1 .btn-readmore:hover:after, .pxl-post-carousel1 .btn-readmore:hover:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-blog-grid-layout1 .btn-readmore:hover span:after, .pxl-post-carousel1 .btn-readmore:hover span:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-blog-grid-layout1 .btn-readmore:after, .pxl-post-carousel1 .btn-readmore:after {
  content: "\f142";
  font-family: Caseicon;
  position: absolute;
  color: var(--primary-color);
  font-size: 18px;
  top: -6px;
  right: -18px;
  font-weight: 300;
}
.pxl-blog-grid-layout1 .btn-readmore span, .pxl-post-carousel1 .btn-readmore span {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: var(--primary-color);
  display: inline-flex;
}
.pxl-blog-grid-layout1 .btn-readmore span:after, .pxl-post-carousel1 .btn-readmore span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-blog-grid-layout1 .item--meta, .pxl-post-carousel1 .item--meta {
  font-size: 14px;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  font-weight: 500;
}
.pxl-blog-grid-layout1 .item--meta a, .pxl-post-carousel1 .item--meta a {
  color: var(--primary-color);
}
.pxl-blog-grid-layout1 .item--meta a:hover, .pxl-post-carousel1 .item--meta a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.pxl-blog-grid-layout1 .item--meta li, .pxl-post-carousel1 .item--meta li {
  display: inline-block;
}
.pxl-blog-grid-layout1 .item--meta li + li, .pxl-post-carousel1 .item--meta li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.pxl-blog-grid-layout1 .item--meta li + li:before, .pxl-post-carousel1 .item--meta li + li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #434343;
  position: absolute;
  top: 13px;
  left: 0;
}
.pxl-blog-grid-layout1 .item--holder, .pxl-post-carousel1 .item--holder {
  padding: 26px 0 0;
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .item--featured:after, .pxl-post-carousel1 .pxl-item--inner:hover .item--featured:after {
  animation: shine 0.75s;
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .item--featured a.btn-readmore, .pxl-post-carousel1 .pxl-item--inner:hover .item--featured a.btn-readmore {
  opacity: 1;
  transition-delay: 0.05s;
  transform: translate(-50%, -50%);
}
.pxl-blog-grid-layout2.pxl-text-img-wrap .pxl-grid-item:hover .pxl-imgs-hover {
  opacity: 1 !important;
}
.pxl-blog-grid-layout2 .pxl-grid-inner {
  position: relative;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item {
  border-bottom: 1px solid #e8d7cc;
  position: unset !important;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item:last-child {
  border-bottom: none;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.active .item--title, .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.active .btn-readmore, .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.active .item--meta {
  z-index: 3;
  position: relative;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.active .pxl-imgs-hover .img-item {
  z-index: 2;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.active .pxl-imgs-hover .img-item .img-hv-ac {
  animation: pxlImgIn 0.55s ease-in-out both;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.active .pxl-imgs-hover .img-item .img-inner {
  animation: pxlInnerIn 0.55s ease-in-out both;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.deactive .img-item .img-hv-ac {
  animation: pxlImgOut 0.55s ease-in-out both;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-grid-item.deactive .img-item .img-inner {
  animation: pxlInnerOut 0.55s ease-in-out both;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder-left {
    min-width: 170px;
  }
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder-left .item--meta {
  margin: 0 0 16px;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder-left .item--meta li {
  list-style: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder {
  max-width: 590px;
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder {
    margin-bottom: 40px;
  }
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .item--title {
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .item--title {
    font-size: 24px;
    line-height: 1.1;
  }
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .item--title a {
  color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--secondary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .item--title a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore {
  position: relative;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore:hover:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore:hover span:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore:after {
  content: "\f142";
  font-family: Caseicon;
  position: absolute;
  font-size: 20px;
  top: -6px;
  right: -18px;
  font-weight: 300;
  color: var(--primary-color);
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore span {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: var(--primary-color);
  display: inline-flex;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .pxl-imgs-hover {
  opacity: 0;
  transform: translate(calc(var(--pxl-mouse-x) - 50%), calc(var(--pxl-mouse-y) - 50%));
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .pxl-imgs-hover .img-inner {
  transform: translateX(-100%);
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--holder .pxl-imgs-hover .img-hv-ac {
  transform: translateX(100%) scale(1.4);
}
.pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--featured img {
  max-height: 260px;
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout2 .pxl-grid-inner .pxl-item--inner .item--featured img {
    max-height: unset;
  }
}
.pxl-blog-grid-layout3.pxl-text-img-wrap .pxl-grid-item:hover .pxl-imgs-hover {
  opacity: 1 !important;
}
.pxl-blog-grid-layout3 .pxl-grid-inner {
  position: relative;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item {
  border-bottom: 1px solid #e8d7cc;
  position: unset !important;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item:last-child {
  border-bottom: none;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.active .item--title, .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.active .btn-readmore, .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.active .item--meta {
  z-index: 3;
  position: relative;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.active .pxl-imgs-hover .img-item {
  z-index: 2;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.active .pxl-imgs-hover .img-item .img-hv-ac {
  animation: pxlImgIn 0.55s ease-in-out both;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.active .pxl-imgs-hover .img-item .img-inner {
  animation: pxlInnerIn 0.55s ease-in-out both;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.deactive .img-item .img-hv-ac {
  animation: pxlImgOut 0.55s ease-in-out both;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-grid-item.deactive .img-item .img-inner {
  animation: pxlInnerOut 0.55s ease-in-out both;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner {
    flex-direction: column;
  }
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--meta {
    margin-bottom: 15px;
  }
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder {
  max-width: 590px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder {
    max-width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--holder-inner {
    padding-right: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--holder-inner {
    padding-right: 0;
  }
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--meta li {
  list-style: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: var(--third-color);
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--title {
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 35px;
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--title {
    font-size: 24px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--title {
    margin-bottom: 10px;
  }
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--title a {
  color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .item--title a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore {
  position: relative;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore:hover:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore:hover span:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore:after {
  content: "\f142";
  font-family: Caseicon;
  position: absolute;
  font-size: 19px;
  top: -6px;
  color: var(--primary-color);
  right: -18px;
  font-weight: 300;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore span {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: var(--primary-color);
  display: inline-flex;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .btn-readmore span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .pxl-imgs-hover {
  display: none;
  opacity: 0;
  transform: translate(calc(var(--pxl-mouse-x) - 50%), calc(var(--pxl-mouse-y) - 50%));
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .pxl-imgs-hover .img-inner {
  transform: translateX(-100%);
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--holder .pxl-imgs-hover .img-hv-ac {
  transform: translateX(100%) scale(1.4);
}
.pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--featured img {
  max-width: 303px;
}
@media (max-width: 767px) {
  .pxl-blog-grid-layout3 .pxl-grid-inner .pxl-item--inner .item--featured img {
    max-width: 100%;
  }
}
.pxl-post-carousel2 .pxl-load-more .btn {
  margin-top: 60px;
}
.pxl-post-carousel2 .item--featured {
  overflow: hidden;
  position: relative;
}
.pxl-post-carousel2 .item--featured img {
  width: 100%;
}
.pxl-post-carousel2 .item--title {
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 1.458;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
  -webkit-transform: translatey(8px);
  -khtml-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -ms-transform: translatey(8px);
  -o-transform: translatey(8px);
  transform: translatey(8px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel2 .item--title {
    font-size: 16px;
    font-weight: 600;
  }
}
.pxl-post-carousel2 .item--title a {
  color: inherit;
}
.pxl-post-carousel2 .item--meta {
  font-size: 14px;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translatey(8px);
  -khtml-transform: translatey(8px);
  -moz-transform: translatey(8px);
  -ms-transform: translatey(8px);
  -o-transform: translatey(8px);
  transform: translatey(8px);
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-post-carousel2 .item--meta a {
  color: inherit;
}
.pxl-post-carousel2 .item--meta a:hover {
  text-decoration: underline;
  color: #fff;
}
.pxl-post-carousel2 .item--meta li {
  color: #bababa;
  display: inline-block;
}
.pxl-post-carousel2 .item--meta li + li {
  margin-left: 5px;
  padding-left: 8px;
  position: relative;
}
.pxl-post-carousel2 .item--meta li + li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ddd;
  position: absolute;
  top: 13px;
  left: -2px;
}
.pxl-post-carousel2 .item--content {
  margin-bottom: 24px;
}
.pxl-post-carousel2 a.btn-readmore {
  opacity: 0;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  letter-spacing: 2px;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-post-carousel2 a.btn-readmore:after {
  bottom: 0;
  left: 50%;
  width: 0%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translatex(-50%);
  -khtml-transform: translatex(-50%);
  -moz-transform: translatex(-50%);
  -ms-transform: translatex(-50%);
  -o-transform: translatex(-50%);
  transform: translatex(-50%);
}
.pxl-post-carousel2 a.btn-readmore:hover:after {
  width: 100%;
}
.pxl-post-carousel2 .item--holder-inner {
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.pxl-post-carousel2 .item--holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  padding: 20px;
  overflow: visible;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translatex(-50%) scalex(0);
  -khtml-transform: translatex(-50%) scalex(0);
  -moz-transform: translatex(-50%) scalex(0);
  -ms-transform: translatex(-50%) scalex(0);
  -o-transform: translatex(-50%) scalex(0);
  transform: translatex(-50%) scalex(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.pxl-post-carousel2 .pxl-item--inner {
  position: relative;
}
.pxl-post-carousel2 .pxl-item--inner:hover .item--title {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transform: translatey(0px);
  -khtml-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
}
.pxl-post-carousel2 .pxl-item--inner:hover .item--meta {
  opacity: 1;
  transform: translatey(0px);
  transition-delay: 0.3s;
}
.pxl-post-carousel2 .pxl-item--inner:hover .item--holder {
  -webkit-transform: translatex(-50%) scalex(1);
  -khtml-transform: translatex(-50%) scalex(1);
  -moz-transform: translatex(-50%) scalex(1);
  -ms-transform: translatex(-50%) scalex(1);
  -o-transform: translatex(-50%) scalex(1);
  transform: translatex(-50%) scalex(1);
  opacity: 1;
}
.pxl-post-carousel2 .pxl-item--inner:hover a.btn-readmore {
  opacity: 1;
  transition-delay: 0.05s;
}
.pxl-post-carousel3 .item--featured {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .pxl-post-carousel3 .item--featured {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .item--featured {
    background-color: #000;
  }
  .pxl-post-carousel3 .item--featured img {
    opacity: 0.8;
  }
}
.pxl-post-carousel3 .item--featured img {
  width: 100%;
}
.pxl-post-carousel3 .item--title {
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  font-weight: 700;
  max-width: 840px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .item--title {
    color: #fff;
    font-size: 38px;
    line-height: 1.458;
  }
}
@media screen and (max-width: 767px) {
  .pxl-post-carousel3 .item--title {
    font-weight: 600;
  }
}
.pxl-post-carousel3 .item--title a {
  color: inherit;
}
.pxl-post-carousel3 .item--date {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .item--date {
    color: #fff;
  }
}
.pxl-post-carousel3 .item--holder {
  padding: 0 20px;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .item--holder {
    position: absolute;
    left: 50%;
    bottom: 120px;
    z-index: 1;
    -webkit-transform: translatex(-50%);
    -khtml-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}
.pxl-post-carousel3 .pxl-item--inner {
  position: relative;
}
.pxl-post-carousel3 .pxl-item--inner:hover .item--title {
  opacity: 1;
  transition-delay: 0.2s;
}
.pxl-post-carousel3 .pxl-carousel-inner {
  position: relative;
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -khtml-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots .pxl-swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
    transform: scale(1);
  }
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover {
    background-color: #fff;
  }
}
.pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
@media screen and (min-width: 992px) {
  .pxl-post-carousel3 .pxl-carousel-inner .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
.overflow-hidden {
  overflow: hidden !important;
}
.cursor-map-target:hover .pxl-map-wrap {
  opacity: 1;
}
.ci-content-wrap .ci-icon {
  margin-bottom: 10px;
}
.ci-content-wrap .ci-icon a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: #000;
  margin: 5px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-out !important;
  overflow: visible;
}
.ci-content-wrap .ci-icon a i {
  font-size: 25px;
  line-height: 70px;
}
.ci-content-wrap .ci-icon a:hover .pxl-svg-circle circle {
  transform: rotate(55deg);
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
3 .ci-content-wrap .ci-icon a:hover .pxl-svg-circle circle:first-child {
  stroke-dashoffset: -115;
}
.ci-content-wrap .ci-icon a:hover .pxl-svg-circle circle:last-child {
  stroke-dashoffset: 0;
}
.ci-content-wrap .ci-icon .pxl-svg-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.ci-content-wrap .ci-icon .pxl-svg-circle circle {
  fill: none;
  stroke-width: 1px;
  transform-origin: center;
  transform: rotate(-145deg);
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
}
.ci-content-wrap .ci-icon .pxl-svg-circle circle:first-child {
  stroke: #c0c6c6;
  stroke-dashoffset: 0;
  stroke-dasharray: 225;
}
.ci-content-wrap .ci-icon .pxl-svg-circle circle:last-child {
  stroke: var(--primary-color);
  stroke-dashoffset: 225;
  stroke-dasharray: 225;
}
.ci-content-wrap .ci-content.style2 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 0;
}
.ci-content-wrap .ci-content.style2 .ci-icon {
  margin-bottom: 0;
}
.ci-content-wrap .ci-content .ci-icon a i {
  color: var(--primary-color);
}
.ci-content-wrap .ci-content .ci-icon a i:before {
  font-weight: 300;
}
.ci-content-wrap .ci-content .ci-title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary-color);
  margin-bottom: 8px;
}
.ci-content-wrap .ci-content .ci-desc {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}
.pxl-map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -khtml-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -ms-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pxl-map-wrap .pxl-map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-map-wrap .pxl-map-content iframe {
  width: 100%;
  height: 100%;
}
.pxl-map-wrap.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999999;
}
.pxl-map-wrap.active .pxl-map-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-map-wrap.clicked {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: ) {
  .pxl-map-wrap.clicked {
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 575px) {
  .elementor-1913 .elementor-element.elementor-element-3efcb87 {
    margin-bottom: 30px;
  }
}
.pxl-icon-box .pxl-item--icon {
  line-height: 1;
}
.pxl-icon-box .pxl-item--icon img {
  width: auto;
}
@media (max-width: 530px) {
  .full-width {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.pxl-icon-box1.style-2 .pxl-item--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pxl-icon-box1.style-1 .pxl-item--icon {
  width: 120px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8d7cc;
  border-radius: 50%;
  padding: 20px;
}
.pxl-icon-box1 .pxl-item--icon {
  margin-bottom: 25px;
}
.pxl-icon-box1 .pxl-item--icon i {
  font-size: 60px;
  color: var(--primary-color);
}
.pxl-icon-box1 .pxl-item--icon i:before {
  font-weight: 100;
}
.pxl-icon-box1 .pxl-item--icon img {
  max-height: 65px;
  width: auto;
}
.pxl-icon-box1 .pxl-item--title {
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 9px;
}
.pxl-icon-box1 .pxl-item--description {
  color: var(--third-color);
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .pxl-icon-box1 .pxl-item--description {
    max-width: 400px;
    margin: 0 auto;
  }
}
.pxl-icon-box1 .pxl-item--inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box2 .pxl-item--icon {
    margin-bottom: 35px;
  }
}
.pxl-icon-box2 .pxl-item--icon i {
  font-size: 60px;
  color: var(--primary-color);
}
.pxl-icon-box2 .pxl-item--icon i:before {
  font-weight: 300;
}
.pxl-icon-box2 .pxl-item--icon img {
  max-height: 65px;
  width: auto;
}
.pxl-icon-box2 .pxl-item--title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.pxl-icon-box2 .pxl-item--description {
  color: var(--third-color);
  font-size: 14px;
}
.pxl-icon-box2 .pxl-item--inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pxl-icon-box2 .pxl-item--inner {
    display: flex;
    align-items: center;
  }
  .pxl-icon-box2 .pxl-item--inner.icon-left .pxl-item--icon {
    margin-right: 17px;
  }
  .pxl-icon-box2 .pxl-item--inner.icon-right {
    text-align: right;
    flex-direction: row-reverse;
  }
  .pxl-icon-box2 .pxl-item--inner.icon-right .pxl-item--icon {
    margin-left: 23px;
  }
}
.pxl-icon-box3 .pxl-item--icon {
  background-color: #323232;
  text-align: center;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .pxl-icon-box3 .pxl-item--icon {
    min-width: 52px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pxl-icon-box3 .pxl-item--icon {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.pxl-icon-box3 .pxl-item--icon i {
  color: #fff;
  font-size: 25px;
}
.pxl-icon-box3 .pxl-item--icon img {
  max-height: 25px;
  width: auto;
}
.pxl-icon-box3 .pxl-item--title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
.pxl-icon-box3 .pxl-item--title a {
  color: inherit;
}
.pxl-icon-box3 .pxl-item--description {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
.pxl-icon-box3 .pxl-item-meta {
  padding: 10px 35px 5px 15px;
}
@media screen and (max-width: 767px) {
  .pxl-icon-box3 .pxl-item-meta {
    text-align: center;
    padding-bottom: 10px 25px 5px;
  }
}
.pxl-icon-box3 .pxl-item--inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #1b1b1b;
}
@media screen and (min-width: 768px) {
  .pxl-icon-box3 .pxl-item--inner {
    display: inline-flex;
  }
}
.pxl-icon-box3 .pxl-item--inner:hover .pxl-item--title a {
  border-bottom: 1px solid #0056b3;
  color: #0056b3;
}
.pxl-meta-box {
  /* pxl-fancy-box1 */
}
.pxl-meta-box .pxl-item--sub {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0px;
}
.pxl-meta-box .pxl-item--title {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .pxl-fancy-box1 .pxl-feature-image img {
    max-height: none !important;
    width: 100%;
  }
}
.pxl-fancy-box1.style2 .pxl-item--inner {
  display: flex;
  flex-direction: column-reverse;
  gap: 35px;
}
@media (max-width: 1024px) {
  .pxl-fancy-box1.style1 .pxl-item--inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.pxl-fancy-box1 .pxl-item--holder .pxl-item--title a {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  display: inline-block;
  margin-top: 35px;
  color: var(--secondary-color);
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.pxl-fancy-box1 .pxl-item--holder .pxl-item--title a:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .pxl-fancy-box1 .pxl-item--holder .pxl-item--title a {
    margin-top: 0;
  }
}
.pxl-fancy-box1 .pxl-item--holder .btn-readmore {
  position: relative;
}
.pxl-fancy-box1 .pxl-item--holder .btn-readmore:hover:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-fancy-box1 .pxl-item--holder .btn-readmore:hover span:after {
  animation: pxl_right_from_left 0.5s forwards;
}
.pxl-fancy-box1 .pxl-item--holder .btn-readmore:after {
  content: "\f116";
  font-family: Flaticon;
  position: absolute;
  font-size: 25px;
  top: -12px;
  right: -24px;
  font-weight: 300;
  color: var(--primary-color);
}
.pxl-fancy-box1 .pxl-item--holder .btn-readmore span {
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: var(--primary-color);
  display: inline-flex;
}
.pxl-fancy-box1 .pxl-item--holder .btn-readmore span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-spin {
  animation: pxl-spin 15s linear infinite;
}
.pxl-banner1 {
  width: 100%;
}
.pxl-banner1 .pxl-banner-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  .pxl-banner1 .pxl-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 576px) {
  .pxl-banner1 .pxl-item--image {
    flex-grow: 1;
    min-width: 50%;
  }
}
.pxl-banner1 .pxl-item--image img {
  width: 100%;
}
.pxl-banner1 .pxl-item--image.item-image-left {
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .pxl-banner1 .pxl-item--image.item-image-left {
    padding-right: 10px;
  }
}
.pxl-banner1 .pxl-item--image.item-image-right {
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .pxl-banner1 .pxl-item--image.item-image-right {
    padding-left: 10px;
  }
}
.pxl-banner1 .pxl-item--icon {
  text-align: center;
  margin-bottom: 10px;
}
.pxl-banner1 .pxl-item--icon i {
  font-size: 46px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-banner1 .pxl-item--title {
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.pxl-banner1 .pxl-item--meta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 166px;
  height: 166px;
  min-width: 166px;
  padding: 15px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.pxl-banner1.l1-style1 .pxl-item--image.item-image-left {
  -webkit-border-radius: 70px 0 0 0;
  -khtml-border-radius: 70px 0 0 0;
  -moz-border-radius: 70px 0 0 0;
  -ms-border-radius: 70px 0 0 0;
  -o-border-radius: 70px 0 0 0;
  border-radius: 70px 0 0 0;
}
.pxl-banner1.l1-style1 .pxl-item--image.item-image-right {
  -webkit-border-radius: 0 0 70px 0;
  -khtml-border-radius: 0 0 70px 0;
  -moz-border-radius: 0 0 70px 0;
  -ms-border-radius: 0 0 70px 0;
  -o-border-radius: 0 0 70px 0;
  border-radius: 0 0 70px 0;
}
.pxl-banner1.l1-style1 .pxl-item--meta {
  background-color: var(--primary-color);
}
.pxl-banner1.l1-style1 .pxl-item--meta:before {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  min-width: 150px;
  min-height: 150px;
  top: 8px;
  left: 8px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px dashed #fff;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
}
.pxl-banner1.l1-style2 .pxl-item--meta {
  background-color: #9fbb43;
}
.pxl-counter .pxl--counter-number {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-inside {
  display: inline-flex;
}
.pxl-counterslide .pxl-counterslide-digit-spacer {
  visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-digit, .pxl-counterslide .pxl-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pxl-counterslide .pxl-counterslide-ribbon {
  display: block;
}
.pxl-counterslide .pxl-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
  position: absolute;
}
.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-counter1 .pxl-item--icon {
  line-height: 1;
  font-size: 85px;
  color: var(--secondary-color);
}
.pxl-counter1 .pxl-item--icon img {
  max-height: 85px;
}
.pxl-counter1 .pxl-item--icon svg {
  height: 85px;
  fill: var(--secondary-color);
}
.pxl-counter1 .pxl--counter-number {
  font-size: 48px;
  line-height: 1;
  color: var(--primary-color);
  font-weight: 700;
}
.pxl-counter1 .pxl--item-title {
  font-size: 24px;
  margin-top: -3px;
}
.pxl-counter1 .pxl--item-inner {
  text-align: center;
}
.pxl-video-player .btn-video {
  z-index: 2;
}
.pxl-video-player .pxl-box--icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 54px;
  right: 95px;
  background-color: #ffde19;
  border-radius: 100px;
  text-align: center;
  font-size: 38px;
  color: #000010;
}
@media screen and (max-width: 1199px) {
  .pxl-video-player .pxl-box--icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
    bottom: 30px;
    right: 40px;
  }
}
.pxl-video-player1 {
  /* video img*/
}
.pxl-video-player1 .pxl-shadow-gradient {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  filter: blur(40px);
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: none;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1 .pxl-shadow-gradient {
    width: 120px;
    height: 120px;
    filter: blur(22px);
  }
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap {
  position: absolute;
  z-index: 99;
  text-align: center;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap.p-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-video-player1 .pxl-video-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #fefeff;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 100%;
  display: block;
  margin-top: 24px;
}
.pxl-video-player1 .btn-video {
  position: relative;
}
.pxl-video-player1 .btn-video.style1 {
  font-size: 32px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
@media screen and (max-width: 767px) {
  .pxl-video-player1 .btn-video.style1 {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
}
.pxl-video-player1 .btn-video.style2 {
  font-size: 17px;
  width: 65px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(23, 35, 34, 0.8);
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
.pxl-video-player1 .btn-video.style2:before {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-video-player1 .btn-video.style2:hover {
  background-color: var(--primary-color);
}
.pxl-video-player1 .pxl-video--inner {
  position: relative;
}
.pxl-video-player1.pxl-video-style1 .pxl-video--holder + .btn-video-wrap .pxl-shadow-gradient {
  display: block;
  z-index: -1;
}
.pxl-video-player1.pxl-video-style4 .btn-video-wrap {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
}
.pxl-video-player2 .pxl-video--inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 9999;
  max-height: 256px;
}
.pxl-video-player2 .pxl-video--inner .btn-video-wrap {
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  clip-path: circle(128px at left);
  border: 5px solid #fcf2ec;
  transition: clip-path 0.4s ease;
}
@media (max-width: 991px) {
  .pxl-video-player2 .pxl-video--inner .btn-video-wrap {
    clip-path: circle(90px at left);
    margin-left: 10px;
  }
}
.pxl-video-player2 .pxl-video--inner .btn-video-wrap video {
  position: absolute;
  object-fit: cover;
  background: #c4cbde;
  top: 50%;
  left: 50%;
  min-width: 120%;
  min-height: 120%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  overflow: unset;
  border-radius: unset;
}
.pxl-video-player2 .pxl-video--inner .btn-video-wrap video.video-fix {
  position: fixed;
}
.pxl-video-player2 .pxl-video--inner input {
  width: 261px;
  height: 261px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 50%;
  outline: none;
  z-index: 2;
  appearance: none;
  cursor: pointer;
  border: 5px solid #fff;
  display: flex;
}
@media (max-width: 991px) {
  .pxl-video-player2 .pxl-video--inner input {
    width: 190px;
    height: 190px;
  }
}
.pxl-video-player2 .pxl-video--inner input:focus {
  outline: 0;
}
.pxl-video-player2 .pxl-video--inner input:checked {
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: fixed;
  top: 0;
}
.pxl-video-player2 .pxl-video--inner input:checked ~ .btn-video-wrap {
  clip-path: circle(100vw at left);
}
@media (max-width: 1200px) {
  .pxl-video-player2 .pxl-video--inner input:checked ~ .btn-video-wrap {
    clip-path: circle(150vw at left);
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .pxl-video-player2 .pxl-video--inner input:checked ~ .btn-video-wrap {
    clip-path: circle(150vh at left);
  }
}
.pxl-video-player2 .pxl-video--inner input:checked ~ .btn-video-wrap .btn-video {
  position: fixed !important;
}
.pxl-video-player2 .pxl-video--inner input:checked ~ .text {
  --opacity: 0;
  transition: opacity 0.3s ease;
}
.pxl-video-player2 .pxl-video--inner input:checked ~ .text::after {
  clip-path: circle(100vw at left);
}
.pxl-video-player2 .pxl-video--inner input:checked ~ .text > span::after {
  clip-path: circle(100vw at left);
}
.pxl-item--4-star i:nth-child(5) {
  display: none;
}
.pxl-item--3-star i:nth-child(5), .pxl-item--3-star i:nth-child(4) {
  display: none;
}
.pxl-item--2-star i:nth-child(5), .pxl-item--2-star i:nth-child(4), .pxl-item--2-star i:nth-child(3) {
  display: none;
}
.pxl-item--1-star i:nth-child(5), .pxl-item--1-star i:nth-child(4), .pxl-item--1-star i:nth-child(3), .pxl-item--1-star i:nth-child(2) {
  display: none;
}
.pxl-item--star {
  color: #ffd203;
}
.pxl-swiper-dots {
  margin-top: 46px;
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 6px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--primary-color);
}
.pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-testimonial-carousel1 .container-custom {
  max-width: 500px;
  margin: 0 auto 50px;
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel1 .container-custom {
    margin: 0 auto 30px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .pxl-testimonial-carousel1 .container-custom {
    margin: 0 15px;
  }
}
.pxl-testimonial-carousel1 .container-custom .wp-title {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  line-height: 62px;
  text-align: center;
  color: var(--secondary-color);
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel1 .container-custom .wp-title {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .container-custom {
    margin-bottom: 0px;
  }
  .pxl-testimonial-carousel1 .container-custom .wp-title {
    margin-bottom: 0px;
  }
}
.pxl-testimonial-carousel1 .container-custom .el--title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #002813;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .pxl-testimonial-carousel1 .container-custom .el--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel1 .container-custom .el--title {
    margin-bottom: 0px;
  }
}
.pxl-testimonial-carousel1 .container-custom .el--sub-title {
  font-size: 14px;
}
.pxl-testimonial-carousel1 .container-custom .wp-arrow {
  display: flex;
  align-items: center;
}
.pxl-testimonial-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow {
  position: static;
  -webkit-transform: translatey(0);
  -khtml-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
  font-size: 26px;
  color: #b8b8b8;
}
.pxl-testimonial-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
  margin-left: 10px;
}
.pxl-testimonial-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-testimonial-carousel1 .container-custom .wp-arrow .pxl-swiper-dots {
  margin-top: 0;
}
.pxl-testimonial-carousel1 .container-custom .wp-arrow .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 8px;
  width: 5px;
  height: 5px;
}
.pxl-testimonial-carousel1 .pxl-item--image {
  min-width: 70px;
  max-width: 70px;
  margin-right: 25px;
}
.pxl-testimonial-carousel1 .pxl-item--image img {
  border: 1px solid #f8f8f8;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-testimonial-carousel1 .pxl-item--desc {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  max-width: 756px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-item--desc {
    text-align: left;
    margin-bottom: 30px;
  }
}
.pxl-testimonial-carousel1 .pxl-item--title {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: var(--secondary-color);
}
.pxl-testimonial-carousel1 .pxl-item--position {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--third-color);
}
.pxl-testimonial-carousel1 .pxl-item--inner {
  padding: 0px 15px 25px;
  position: relative;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel1 .pxl-item--inner {
    padding: 0px 15px 0;
  }
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel1 .pxl-item--inner {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .pxl-testimonial-carousel1 .pxl-item--inner {
    display: flex;
  }
}
.pxl-testimonial-carousel1 .pxl-item--inner .pxl-item-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-testimonial-carousel1 .wp-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel1 .wp-arrow {
    justify-content: flex-start;
    margin-left: 15px;
  }
}
.pxl-testimonial-carousel1 .wp-arrow .pxl-swiper-arrow {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-testimonial-carousel1 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-right: 35px;
}
.pxl-testimonial-carousel1 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotateY(180deg);
}
.pxl-testimonial-carousel1 .wp-arrow .pxl-swiper-arrow i {
  color: var(--primary-color);
}
.pxl-testimonial-carousel2 .pxl-item--desc {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--third-color);
  margin-bottom: 33px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel2 .pxl-item--desc {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 28px;
  }
}
.pxl-testimonial-carousel2 .pxl-item--title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
}
.pxl-testimonial-carousel2 .pxl-item--position {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  color: var(--third-color);
  font-size: 16px;
  line-height: 24px;
}
.pxl-testimonial-carousel2 .pxl-item--image {
  margin: 0 auto 25px;
}
.pxl-testimonial-carousel2 .pxl-item--image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-testimonial-carousel2 .wp-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 170px;
  left: 30px;
}
@media (max-width: 1200px) {
  .pxl-testimonial-carousel2 .wp-arrow {
    margin-top: 60px;
  }
}
.pxl-testimonial-carousel2 .wp-arrow .pxl-swiper-arrow {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-testimonial-carousel2 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-right: 35px;
}
.pxl-testimonial-carousel2 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotateY(180deg);
}
.pxl-testimonial-carousel2 .wp-arrow .pxl-swiper-arrow i {
  color: var(--primary-color);
}
.pxl-testimonial-carousel3 .pxl-item--desc {
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  color: var(--third-color);
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel3 .pxl-item--desc {
    font-size: 28px;
    padding-bottom: 25px;
  }
}
.pxl-testimonial-carousel3 .pxl-item--title {
  font-family: "Dancing Script", Sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 4px;
}
.pxl-testimonial-carousel3 .pxl-item--position {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  color: var(--third-color);
  font-size: 16px;
  line-height: 24px;
}
.pxl-testimonial-carousel3 .pxl-item--image {
  margin: 0 auto 25px;
}
.pxl-testimonial-carousel3 .pxl-item--image img {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pxl-testimonial-carousel3 .pxl-item--inner .pxl-item-body {
  text-align: center;
}
.pxl-testimonial-carousel3 .wp-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 170px;
  left: 30px;
}
.pxl-testimonial-carousel3 .wp-arrow .pxl-swiper-arrow {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-testimonial-carousel3 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-right: 35px;
}
.pxl-testimonial-carousel3 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotateY(180deg);
}
.pxl-testimonial-carousel3 .wp-arrow .pxl-swiper-arrow i {
  color: var(--primary-color);
}
.pxl-testimonial-carousel4 .pxl-item-body {
  margin-left: -80px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-item-body {
    margin-left: 0;
    margin-top: 120px;
  }
}
.pxl-testimonial-carousel4 .pxl-item--desc {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--third-color);
  margin-bottom: 93px;
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-item--desc {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.pxl-testimonial-carousel4 .pxl-item--sub-title {
  font-style: normal;
  font-weight: 600;
  font-size: 275px;
  line-height: 0px;
  margin-bottom: 14px;
  color: var(--primary-color);
}
@media (max-width: 991px) {
  .pxl-testimonial-carousel4 .pxl-item--sub-title {
    margin-bottom: 0;
    font-size: 205px;
  }
}
.pxl-testimonial-carousel4 .pxl-item--title {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 4px;
  margin-left: 140px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-item--title {
    margin-left: 0;
  }
}
.pxl-testimonial-carousel4 .pxl-item--position {
  font-family: 'montserrat';
  font-style: normal;
  font-weight: 400;
  color: var(--third-color);
  font-size: 16px;
  line-height: 24px;
  margin-left: 140px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-item--position {
    margin-left: 0;
  }
}
.pxl-testimonial-carousel4 .pxl-item--inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-item--inner {
    flex-wrap: wrap;
  }
}
.pxl-testimonial-carousel4 .wp-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 5px;
  top: -30px;
  right: 30px;
}
@media (max-width: 767px) {
  .pxl-testimonial-carousel4 .wp-arrow {
    justify-content: flex-start;
    top: 50px;
    right: -30px;
  }
}
.pxl-testimonial-carousel4 .wp-arrow .pxl-swiper-arrow {
  position: unset;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #c0c6c6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-testimonial-carousel4 .wp-arrow .pxl-swiper-arrow:hover {
  background-color: var(--primary-color);
}
.pxl-testimonial-carousel4 .wp-arrow .pxl-swiper-arrow:hover i {
  color: #fff;
}
.pxl-testimonial-carousel4 .wp-arrow .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-right: 35px;
  margin-top: -50px;
  transform: rotatey(180deg);
}
.pxl-testimonial-carousel4 .wp-arrow .pxl-swiper-arrow i {
  color: var(--primary-color);
  font-size: 20px;
}
@media (max-width: 767px) {
  .home2-img {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .contact-order1 {
    order: 1;
  }
  .contact-order2 {
    order: 2;
  }
  .contact-order3 {
    order: 3;
  }
  .contact-order4 {
    order: 4;
  }
}
.swiper-filter-active .non-swiper-slide {
  display: none;
}
.swiper-filter-wrap, .pxl-grid-filter3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swiper-filter-wrap .filter-item, .pxl-grid-filter3 .filter-item {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 24px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.swiper-filter-wrap .filter-item:before, .pxl-grid-filter3 .filter-item:before {
  content: '';
  width: 11px;
  height: 41px;
  -webkit-border-radius: 11px;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  background-color: #f4f4f4;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleY(0);
  -khtml-transform: translate(-50%, -50%) scaleY(0);
  -moz-transform: translate(-50%, -50%) scaleY(0);
  -ms-transform: translate(-50%, -50%) scaleY(0);
  -o-transform: translate(-50%, -50%) scaleY(0);
  transform: translate(-50%, -50%) scaleY(0);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.swiper-filter-wrap .filter-item span, .pxl-grid-filter3 .filter-item span {
  color: #010927;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-filter-wrap .filter-item.active, .pxl-grid-filter3 .filter-item.active {
  color: var(--primary-color);
}
.swiper-filter-wrap .filter-item.active:before, .pxl-grid-filter3 .filter-item.active:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scaleY(1);
  -khtml-transform: translate(-50%, -50%) scaleY(1);
  -moz-transform: translate(-50%, -50%) scaleY(1);
  -ms-transform: translate(-50%, -50%) scaleY(1);
  -o-transform: translate(-50%, -50%) scaleY(1);
  transform: translate(-50%, -50%) scaleY(1);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  bottom: 0;
  top: auto;
  opacity: 1;
  visibility: visible;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 2px solid #4b5345;
  line-height: 36px;
  color: #4b5345;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow i:before {
  content: "\f142";
  font-size: 16px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: -80px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-left: 80px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-arrow + .pxl-swiper-dots {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: 0;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction {
  bottom: 10px;
  font-size: 0px;
  line-height: 20px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current {
  position: relative;
  margin-right: 50px;
}
.pxl-swiper-arrow-style1 .pxl-swiper-dots.pxl-swiper-pagination-fraction span.swiper-pagination-current:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 32px;
  width: 27px;
  height: 1px;
  background-color: #fff;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 20px;
  background: transparent;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: static;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow i {
  display: inline-flex;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg {
  height: 55px;
  width: 55px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--main {
  fill: #ececec;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow svg.item--hover {
  opacity: 0;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-right: 16px;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--main {
  opacity: 0;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow:hover svg.item--hover {
  opacity: 1;
}
.pxl-swiper-arrow-style2 .pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-swiper-arrow-style3 .pxl-swiper-arrow {
  font-size: 36px;
  color: #c5d3d8;
  background-color: transparent;
  box-shadow: none;
}
.pxl-swiper-arrow-style3 .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets {
  margin-top: 35px;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 1px solid var(--primary-color);
  top: -1px;
  left: -1px;
  position: absolute;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  -webkit-transform: scale(1.4);
  -khtml-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:after {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 13px;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  opacity: 0;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: transparent;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:after, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span:hover:before, .pxl-swiper-dots.style2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-swiper-sliders .pxl-item--image img {
  width: 100%;
}
.pxl-swiper-sliders .pxl-item--title a, .pxl-swiper-sliders .pxl-item--category a {
  color: inherit;
}
.pxl-swiper-sliders .pxl-item--title a:hover, .pxl-swiper-sliders .pxl-item--category a:hover {
  color: inherit;
}
.pxl-portfolio-grid .pxl-load-more {
  margin-top: 45px;
}
.pxl-portfolio-grid .pxl-load-more.pxl-loadmore-style2 .btn {
  background-color: transparent;
  color: var(--primary-color);
  letter-spacing: 5px;
}
.pxl-portfolio-grid .container-custom {
  max-width: 1170px;
  margin: 0 auto 60px;
}
@media screen and (min-width: 992px) {
  .pxl-portfolio-grid .container-custom {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid .container-custom {
    margin-bottom: 45px;
  }
}
.pxl-portfolio-grid .container-custom .pxl-grid-filter1 {
  margin-bottom: 0;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  .pxl-portfolio-grid .container-custom .wp-title {
    text-align: center;
    margin-bottom: 35px;
  }
}
.pxl-portfolio-grid .pxl-grid-filter .filter-item {
  color: #bababa;
  font-weight: 600;
}
.pxl-portfolio-grid .pxl-grid-filter .filter-item.active, .pxl-portfolio-grid .pxl-grid-filter .filter-item:hover {
  color: var(--primary-color);
}
.pxl-portfolio-grid.layout1 .item--featured {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-grid.layout1 .item--featured img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-grid.layout1 .item--title {
  margin: 0;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
}
.pxl-portfolio-grid.layout1 .item--category {
  margin-bottom: 0px;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #fff;
  font-size: 14px;
}
.pxl-portfolio-grid.layout1 .item--category a {
  display: inline-block;
}
.pxl-portfolio-grid.layout1 .item--btn {
  top: 30px;
  right: -50px;
  width: 50px;
  height: 35px;
  opacity: 0;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.pxl-portfolio-grid.layout1 .item--btn i {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-portfolio-grid.layout1 .item--btn:hover i {
  -webkit-transform: rotate(360deg);
  -khtml-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pxl-portfolio-grid.layout1 .item--holder {
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
  position: absolute;
}
.pxl-portfolio-grid.layout1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-grid.layout1 .pxl-item--inner:hover .item--featured {
  background-color: #fff;
}
.pxl-portfolio-grid.layout1 .pxl-item--inner:hover .item--featured img {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-grid.layout1 .pxl-item--inner:hover .item--title {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-portfolio-grid.layout1 .pxl-item--inner:hover .item--category {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-portfolio-grid.layout1 .pxl-item--inner:hover .item--btn {
  right: 0%;
  opacity: 1;
}
.pxl-portfolio-grid.layout2 .item--featured {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-grid.layout2 .item--featured img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-grid.layout2 .item--title {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
}
.pxl-portfolio-grid.layout2 .item--title a {
  color: inherit;
}
.pxl-portfolio-grid.layout2 .item--category {
  margin-bottom: 0px;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #fff;
  font-size: 14px;
}
.pxl-portfolio-grid.layout2 .item--category a {
  display: inline-block;
  color: inherit;
}
.pxl-portfolio-grid.layout2 .item-inner-holder {
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.pxl-portfolio-grid.layout2 .item--holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  padding: 20px;
  overflow: visible;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translateX(-50%) scaleX(0);
  -khtml-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.pxl-portfolio-grid.layout2 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-grid.layout2 .pxl-item--inner:hover .item--title {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-portfolio-grid.layout2 .pxl-item--inner:hover .item--category {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-portfolio-grid.layout2 .pxl-item--inner:hover .item--holder {
  -webkit-transform: translateX(-50%) scaleX(1);
  -khtml-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
.pxl-portfolio-carousel1 .item--featured {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-carousel1 .item--featured img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-carousel1 .item--title {
  margin: 0;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
}
.pxl-portfolio-carousel1 .item--category {
  margin-bottom: 0px;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #fff;
  font-size: 14px;
}
.pxl-portfolio-carousel1 .item--category a {
  display: inline-block;
}
.pxl-portfolio-carousel1 .item--btn {
  top: 30px;
  right: -50px;
  width: 50px;
  height: 35px;
  opacity: 0;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.pxl-portfolio-carousel1 .item--btn i {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-portfolio-carousel1 .item--btn:hover i {
  -webkit-transform: rotate(360deg);
  -khtml-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.pxl-portfolio-carousel1 .item--holder {
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
  position: absolute;
}
.pxl-portfolio-carousel1 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .item--featured {
  background-color: #fff;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .item--featured img {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .item--title {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .item--category {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .item--btn {
  right: 0%;
  opacity: 1;
}
.pxl-portfolio-carousel2 .item--featured {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-carousel2 .item--featured img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-carousel2 .item--title {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  opacity: 0;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  margin-bottom: 10px;
}
.pxl-portfolio-carousel2 .item--title a {
  color: inherit;
}
.pxl-portfolio-carousel2 .item--category {
  margin-bottom: 0px;
  -webkit-transform: translateY(8px);
  -khtml-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  opacity: 0;
  color: #fff;
  font-size: 14px;
}
.pxl-portfolio-carousel2 .item--category a {
  display: inline-block;
  color: inherit;
}
.pxl-portfolio-carousel2 .item-inner-holder {
  background-color: #0b0b0b;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.pxl-portfolio-carousel2 .item--holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  padding: 20px;
  overflow: visible;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transform: translateX(-50%) scaleX(0);
  -khtml-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  -o-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  opacity: 0;
  width: 100%;
  height: 100%;
}
.pxl-portfolio-carousel2 .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-carousel2 .pxl-item--inner:hover .item--title {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pxl-portfolio-carousel2 .pxl-item--inner:hover .item--category {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pxl-portfolio-carousel2 .pxl-item--inner:hover .item--holder {
  -webkit-transform: translateX(-50%) scaleX(1);
  -khtml-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  -o-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}
.pxl-project-carousel1 .container-custom {
  max-width: 1170px;
  margin-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .pxl-project-carousel1 .container-custom {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .pxl-project-carousel1 .container-custom {
    margin-bottom: 30px;
  }
  .pxl-project-carousel1 .container-custom .wp-title {
    margin-bottom: 35px;
  }
}
.pxl-project-carousel1 .container-custom.alignment-left {
  margin-left: 0;
  margin-right: auto;
}
.pxl-project-carousel1 .container-custom.alignment-center {
  margin: 0 auto 65px;
}
.pxl-project-carousel1 .container-custom.alignment-right {
  margin-left: auto;
  margin-right: 0;
}
.pxl-project-carousel1 .container-custom .wp-title {
  flex-grow: 1;
}
.pxl-project-carousel1 .container-custom .el--title {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  .pxl-project-carousel1 .container-custom .el--title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-project-carousel1 .container-custom .el--title {
    margin-bottom: 20px;
  }
}
.pxl-project-carousel1 .container-custom .el--sub-title {
  font-size: 14px;
  color: var(--third-color);
}
.pxl-project-carousel1 .container-custom .wp-arrow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.pxl-project-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow {
  position: static;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  line-height: 1;
  font-size: 26px;
  color: #b8b8b8;
}
.pxl-project-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow + .pxl-swiper-arrow {
  margin-left: 10px;
}
.pxl-project-carousel1 .container-custom .wp-arrow .pxl-swiper-arrow:hover {
  color: var(--primary-color);
  background-color: transparent;
}
.pxl-project-carousel1 .container-custom .wp-arrow .pxl-swiper-dots {
  margin-top: 0;
}
.pxl-project-carousel1 .container-custom .wp-arrow .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  margin: 0 8px;
  width: 5px;
  height: 5px;
}
.pxl-project-carousel1 .pxl-item--title {
  font-size: 48px;
  font-weight: 300;
  color: #000;
  max-width: 680px;
  padding-left: 100px;
  border-left: 2px solid #000;
  margin-bottom: 55px;
}
.pxl-project-carousel1 ul {
  padding-left: 102px;
  margin-bottom: 0;
  list-style: none;
}
.pxl-project-carousel1 ul li {
  display: inline-block;
}
.pxl-project-carousel1 ul li:first-child {
  color: #000;
  font-weight: 500;
}
.pxl-project-carousel1 ul li + li {
  margin-left: 25px;
}
.pxl-project-carousel1 .pxl-meta {
  max-width: 60%;
}
@media screen and (min-width: 992px) {
  .pxl-project-carousel1 .pxl-item--inner {
    padding-left: 28%;
    position: relative;
    display: flex;
    justify-content: end;
  }
  .pxl-project-carousel1 .pxl-item--inner .pxl-meta {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.pxl-image-box1 .pxl-item--title {
  margin-bottom: 23px;
  font-size: 22px;
  border-bottom: 2px solid #f1f2f1;
  padding-bottom: 17px;
}
.pxl-image-box1 .pxl-item--image {
  background-color: #070f01;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.pxl-image-box1 .pxl-item--image img {
  width: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-image-box1 .pxl-item--image a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.pxl-image-box1 .pxl-item--description {
  color: #4b5345;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .pxl-image-box1 .pxl-item--description {
    font-size: 14px;
  }
}
.pxl-image-box1 .pxl-item--inner:hover .pxl-item--image img {
  opacity: 1;
}
.pxl-image-box1 .pxl-item--inner:hover .pxl-item--image a:before {
  -webkit-animation: img_circle 0.65s;
  animation: img_circle 0.65s;
}
.pxl-accordion .pxl-item-accordion {
  margin-bottom: 0;
  cursor: pointer;
}
.pxl-accordion .pxl-item--content {
  display: none;
}
.pxl-accordion .fa-chevron-double-right {
  font-style: normal;
}
.pxl-accordion1 {
  padding: 20px 40px 5px;
  background-color: transparent;
  border: 1px solid #e8d7cc;
}
@media (max-width: 1024px) {
  .pxl-accordion1 {
    padding: 5px 15px 5px;
  }
}
.pxl-accordion1.style2 {
  padding: 0;
  border: none;
}
.pxl-accordion1.style2 .pxl-item-accordion {
  padding: 27.5px 0 27.5px;
}
.pxl-accordion1.style2 .pxl--item.active {
  border-bottom: 1px solid #e8d7cc;
}
.pxl-accordion1.style2 .pxl--item.active:last-child {
  border-bottom: none;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-item-accordion {
  border-bottom: none !important;
}
.pxl-accordion1.style2 .pxl--item.active .shop-list-v2 {
  margin: 24px 0 0 0;
}
.pxl-accordion1.style2 .pxl--item.active .shop-list-v2 li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-color);
  line-height: 19px;
  margin-bottom: 15px;
}
.pxl-accordion1.style2 .pxl--item.active .shop-list-v2 li:after {
  content: "\f142";
  font-family: Caseicon;
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 100;
}
.pxl-accordion1.style2 .pxl--item.active .shop-list-v2 li:last-child {
  margin-bottom: 0;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-item--content {
  padding: 0px 0 33px 0;
}
.pxl-accordion1.style2 .pxl--item.active .pxl-item--content > a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
}
.pxl-accordion1 .pxl-item-accordion {
  position: relative;
  font-size: 28px;
  font-weight: 400;
  color: var(--secondary-color);
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  padding: 15.5px 0 32.5px;
  border-bottom: 1px solid #e8d7cc;
}
@media (max-width: 1024px) {
  .pxl-accordion1 .pxl-item-accordion {
    font-size: 24px;
    padding: 20px 0 25px;
  }
}
.pxl-accordion1 .pxl-item-accordion span {
  display: block;
}
@media screen and (max-width: 575px) {
  .pxl-accordion1 .pxl-item-accordion span {
    padding-right: 40px;
  }
}
.pxl-accordion1 .pxl-item-accordion i {
  -webkit-transition: 250ms all linear 0ms;
  -khtml-transition: 250ms all linear 0ms;
  -moz-transition: 250ms all linear 0ms;
  -ms-transition: 250ms all linear 0ms;
  -o-transition: 250ms all linear 0ms;
  transition: 250ms all linear 0ms;
  position: absolute;
  right: 0px;
  color: var(--secondary-color);
  font-size: 32px;
}
@media screen and (max-width: 991px) {
  .pxl-accordion1 .pxl-item-accordion i {
    right: 15px;
  }
}
.pxl-accordion1 .pxl-item-accordion i:before {
  font-weight: 300;
}
.pxl-accordion1 .pxl-item-accordion i.fa-minus {
  position: absolute;
  opacity: 0;
}
.pxl-accordion1 .pxl-item--content {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: var(--third-color);
  padding-top: 10px;
  padding: 35px 0 17px 0;
}
.pxl-accordion1 .pxl--item:last-child .pxl-item-accordion {
  border-bottom-color: transparent;
}
.pxl-accordion1 .pxl--item:hover .pxl-item-accordion .fa-plus {
  transform: rotate(180deg);
  opacity: 0;
}
.pxl-accordion1 .pxl--item:hover .pxl-item-accordion .fa-minus {
  transform: rotate(180deg);
  opacity: 1;
}
.pxl-accordion1 .pxl--item.active .pxl-item-accordion {
  border-bottom: 1px solid #e8d7cc;
}
.pxl-accordion1 .pxl--item.active .pxl-item-accordion i {
  transform: rotateZ(180deg);
}
.pxl-tabs .pxl-item--tab-title {
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-tabs .pxl-item--content {
  display: none;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
  width: auto !important;
  left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor {
  margin: 0 -15px;
}
.pxl-tabs1.style-default .pxl-tabs--title {
  margin-bottom: 45px;
}
.pxl-tabs1.style-default .pxl-item--tab-title {
  padding: 15px 0;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
  color: #a5a5a5;
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pxl-tabs1.style-default .pxl-item--tab-title {
    padding: 12px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pxl-tabs1.style-default .pxl-item--tab-title:before, .pxl-tabs1.style-default .pxl-item--tab-title:after {
  width: 0%;
  height: 2px;
  opacity: 0;
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.pxl-tabs1.style-default .pxl-item--tab-title:before {
  top: 0px;
  right: 0px;
}
.pxl-tabs1.style-default .pxl-item--tab-title:after {
  left: 0px;
  bottom: 0px;
}
.pxl-tabs1.style-default .pxl-item--tab-title.active, .pxl-tabs1.style-default .pxl-item--tab-title:hover {
  color: var(--primary-color);
}
.pxl-tabs1.style-default .pxl-item--tab-title.active:before, .pxl-tabs1.style-default .pxl-item--tab-title:hover:before, .pxl-tabs1.style-default .pxl-item--tab-title.active:after, .pxl-tabs1.style-default .pxl-item--tab-title:hover:after {
  opacity: 1;
  width: 100%;
}
.pxl-tabs1.style-default .pxl-item--content {
  font-size: 17px;
  color: #7b7b7b;
  line-height: 1.647;
}
@media (max-width: 1024px) {
  .pxl-tabs1.style-button-set {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .pxl-tabs1.style-button-set .pxl-tabs--inner {
    width: 1000px;
    height: 500px;
  }
}
.pxl-tabs1.style-button-set .pxl-tabs--title {
  display: flex;
  border: 1px solid #c0c6c6;
  margin-bottom: 5px;
  flex: 3;
}
.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--tab-title {
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 400;
  display: flex;
  flex: 1;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--tab-title > span {
  width: 100%;
  text-align: center;
}
.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--tab-title:not(:last-child) {
  border-right: 1px solid #c0c6c6;
}
.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--tab-title:before {
  content: '';
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #c0c6c6;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  background-color: #f5f5f5;
  opacity: 0;
}
.pxl-tabs1.style-button-set .pxl-tabs--title .pxl-item--tab-title.active:before {
  opacity: 1;
}
.pxl-tabs1.style-button-radio .pxl-tabs--title {
  display: inline-flex;
  border-radius: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  width: 100%;
  justify-content: center;
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title {
  color: #002813;
  font-size: 18px;
  font-weight: 700;
  padding: 0 28px;
  line-height: 32px;
  position: relative;
  z-index: 1;
  display: inline-flex;
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title span.pxl-notification {
  display: inline-block;
  padding: 5px 10px;
  margin-left: 15px;
  line-height: 1.8;
  font-weight: 600;
  background: #d6ecc6;
  border-radius: 6px;
  color: #002813;
  font-size: 12px;
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title:before {
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  top: 8px;
  left: 0px;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background-color: transparent;
  background-color: #b8b5b5;
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title:after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  left: 3px;
  display: inline-block;
  top: 11px;
  border: 3px solid #fff;
  background-color: #fff;
  opacity: 1;
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title.active {
  color: var(--primary-color);
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title.active:before {
  opacity: 1;
  background-color: var(--primary-color);
}
.pxl-tabs1.style-button-radio .pxl-tabs--title .pxl-item--tab-title.active:after {
  opacity: 1;
  background-color: var(--primary-color);
}
.pxl-tabs1.style-line-top .pxl-tabs--title {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-tabs1.style-line-top .pxl-item--tab-title {
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .pxl-tabs1.style-line-top .pxl-item--tab-title {
    padding: 12px 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pxl-tabs1.style-line-top .pxl-item--tab-title:before {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.pxl-tabs1.style-line-top .pxl-item--tab-title.active, .pxl-tabs1.style-line-top .pxl-item--tab-title:hover {
  color: var(--primary-color);
}
.pxl-tabs1.style-line-top .pxl-item--tab-title.active:before, .pxl-tabs1.style-line-top .pxl-item--tab-title:hover:before {
  opacity: 1;
  background-color: #000;
}
.pxl-tabs1.style-line-top .pxl-item--content {
  font-size: 17px;
  color: #7b7b7b;
  line-height: 1.647;
}
.pxl-progressbar-1 .pxl--progressbar {
  height: 10px;
  position: relative;
  width: 0;
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  background-color: ;
  background-image: -webkit-gradient(linear, right top, left top, from(), to());
  background-image: -webkit-linear-gradient(to right, , );
  background-image: -moz-linear-gradient(to right, , );
  background-image: -ms-linear-gradient(to right, , );
  background-image: -o-linear-gradient(to right, , );
  background-image: linear-gradient(to right, , );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='', gradientType='1');
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  top: 5px;
}
.pxl-progressbar-1 .pxl--holder {
  background-color: #f4f4f4;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 10px;
}
.pxl-progressbar-1 .pxl--percentage {
  font-size: 15px;
  font-weight: 500;
  color: #382c4d;
}
.pxl-progressbar-1 .pxl--title {
  font-weight: 500;
  font-size: 16px;
  color: #382c4d;
  flex-grow: 1;
  margin-right: 20px;
  margin-bottom: 0;
}
.pxl-progressbar-1 .pxl--meta {
  margin-bottom: 7px;
}
.pxl-progressbar-1 .pxl--item + .pxl--item {
  margin-top: 28px;
}
.pxl-progressbar-2 .pxl-item--icon {
  width: 46px;
  height: 46px;
  -webkit-border-radius: 46px;
  -khtml-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  border-radius: 46px;
  background-image: -webkit-linear-gradient(60deg, ,  50%);
  background-image: -moz-linear-gradient(60deg, ,  50%);
  background-image: -ms-linear-gradient(60deg, ,  50%);
  background-image: -o-linear-gradient(60deg, ,  50%);
  background-image: linear-gradient(60deg, ,  50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr=' 50%');
  font-size: 20px;
  color: #fff;
  min-width: 46px;
  margin-top: 3px;
  margin-right: 10px;
}
.pxl-progressbar-2 .pxl--progressbar {
  height: 13px;
  position: relative;
  width: 0;
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  background-image: -webkit-linear-gradient(60deg, ,  50%);
  background-image: -moz-linear-gradient(60deg, ,  50%);
  background-image: -ms-linear-gradient(60deg, ,  50%);
  background-image: -o-linear-gradient(60deg, ,  50%);
  background-image: linear-gradient(60deg, ,  50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr=' 50%');
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.pxl-progressbar-2 .pxl--holder {
  background-color: rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 13px;
}
.pxl-progressbar-2 .pxl--percentage {
  font-size: 18px;
  font-weight: 500;
  color: #382c4d;
}
.pxl-progressbar-2 .pxl--title {
  font-weight: 500;
  font-size: 18px;
  color: #382c4d;
  flex-grow: 1;
  margin-right: 20px;
  margin-bottom: 0;
}
.pxl-progressbar-2 .pxl--meta {
  margin-bottom: 7px;
}
.pxl-progressbar-2 .pxl--item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pxl-progressbar-2 .pxl--item .pxl--bottom {
  flex-grow: 1;
}
.pxl-progressbar-2 .pxl--item + .pxl--item {
  margin-top: 25px;
}
.pxl-team-carousel.layout-1 .swiper-slide-visible .item-image > img {
  width: 100%;
}
.pxl-team-carousel.layout-1 .item-social {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  margin: 0 -5px;
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -khtml-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: ) {
  .pxl-team-carousel.layout-1 .item-social {
    opacity: 0;
    -webkit-transform: translatey(100%);
    -khtml-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -ms-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%);
  }
}
@media (max-width: 575px) {
  .pxl-team-carousel.layout-1 .item-social {
    bottom: 20px;
  }
}
.pxl-team-carousel.layout-1 .item-social a {
  background-color: var(--primary-color);
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  font-size: 18px;
  color: #e8e8e8;
  text-align: center;
  line-height: 1;
}
@media (max-width: 575px) {
  .pxl-team-carousel.layout-1 .item-social a {
    width: 45px;
    height: 45px;
  }
}
.pxl-team-carousel.layout-1 .item-social a i, .pxl-team-carousel.layout-1 .item-social a span {
  -webkit-transition: color 0.3s ease;
  -khtml-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.pxl-team-carousel.layout-1 .item-social a .inactive {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-team-carousel.layout-1 .item-social a .active {
  -webkit-transform: translate(-50%, 50px);
  -khtml-transform: translate(-50%, 50px);
  -moz-transform: translate(-50%, 50px);
  -ms-transform: translate(-50%, 50px);
  -o-transform: translate(-50%, 50px);
  transform: translate(-50%, 50px);
  color: #fff;
}
.pxl-team-carousel.layout-1 .item-social a:hover .inactive {
  -webkit-transform: translate(-50%, -50px);
  -khtml-transform: translate(-50%, -50px);
  -moz-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  -o-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
}
.pxl-team-carousel.layout-1 .item-social a:hover .active {
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pxl-team-carousel.layout-1 .item-image {
  z-index: 1;
  position: relative;
}
.pxl-team-carousel.layout-1 .item-content {
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  padding-top: 25px;
  text-align: center;
  z-index: 0;
  -webkit-transition: transform 0.3s ease;
  -khtml-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: ) {
  .pxl-team-carousel.layout-1 .item-content {
    transform: translatey(-80px);
  }
}
.pxl-team-carousel.layout-1 .item-content .item-title {
  color: var(--third-color);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  margin-bottom: 7px;
}
.pxl-team-carousel.layout-1 .item-content .item-title a {
  color: inherit;
}
.pxl-team-carousel.layout-1 .item-content .item-title a:hover {
  color: var(--link-color-hover);
}
.pxl-team-carousel.layout-1 .item-content .item-position {
  margin-bottom: 5px;
  color: var(--secondary-color);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .pxl-team-carousel.layout-1 .item-content .item-position {
    font-size: 24px;
  }
}
.pxl-team-carousel.layout-1 .item-inner .item-image img {
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.pxl-team-carousel.layout-1 .item-inner:hover .item-image img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
}
.pxl-team-carousel.layout-1 .item-inner:hover .item-social {
  opacity: 1;
  -webkit-transform: translatey(0);
  -khtml-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  transform: translatey(0);
}
.pxl-team-carousel.layout-1 .item-inner:hover .com-link {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pxl-team-carousel.layout-1 .item-inner:hover .item-content {
  transform: translatey(0);
}
.pxl-team-carousel.layout-1 .item-inner:hover .item-content .item-title:after {
  width: 100%;
  opacity: 1;
}
.pxl-team-carousel.layout-1 .nav-in-vertical .pxl-swiper-arrow, .pxl-team-carousel.layout-1 .nav-out-vertical .pxl-swiper-arrow {
  top: 35%;
}
@media (min-width: 768px) {
  .pxl-team-carousel.layout-1 .item-social {
    opacity: 0;
    -webkit-transform: translatey(100%);
    -khtml-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -ms-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%);
  }
}
.nav-out-vertical .pxl-swiper-arrow-prev {
  left: -100px;
}
.nav-out-vertical .pxl-swiper-arrow-prev:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 50px;
  height: 100%;
}
@media (max-width: ) {
  .nav-out-vertical .pxl-swiper-arrow-prev {
    left: -80px;
  }
  .nav-out-vertical .pxl-swiper-arrow-prev:before {
    width: 30px;
  }
}
@media (max-width: ) {
  .nav-out-vertical .pxl-swiper-arrow-prev {
    left: -70px;
  }
  .nav-out-vertical .pxl-swiper-arrow-prev:before {
    width: 20px;
  }
}
@media (max-width: 1300px) {
  .nav-out-vertical .pxl-swiper-arrow-prev {
    left: -26px;
  }
}
@media (max-width: ) {
  .nav-out-vertical .pxl-swiper-arrow-prev {
    left: 15px;
    opacity: 0;
    -webkit-transform: translate(-50px, -50%);
    -khtml-transform: translate(-50px, -50%);
    -moz-transform: translate(-50px, -50%);
    -ms-transform: translate(-50px, -50%);
    -o-transform: translate(-50px, -50%);
    transform: translate(-50px, -50%);
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
}
.nav-out-vertical .pxl-swiper-arrow-next {
  right: -100px;
}
.nav-out-vertical .pxl-swiper-arrow-next:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 50px;
  height: 100%;
}
@media (max-width: ) {
  .nav-out-vertical .pxl-swiper-arrow-next {
    right: -80px;
  }
  .nav-out-vertical .pxl-swiper-arrow-next:before {
    width: 30px;
  }
}
@media (max-width: ) {
  .nav-out-vertical .pxl-swiper-arrow-next {
    right: -70px;
  }
  .nav-out-vertical .pxl-swiper-arrow-next:before {
    width: 20px;
  }
}
@media (max-width: 1300px) {
  .nav-out-vertical .pxl-swiper-arrow-next {
    right: -26px;
  }
}
@media (max-width: ) {
  .nav-out-vertical .pxl-swiper-arrow-next {
    right: 15px;
    opacity: 0;
    -webkit-transform: translate(50px, -50%);
    -khtml-transform: translate(50px, -50%);
    -moz-transform: translate(50px, -50%);
    -ms-transform: translate(50px, -50%);
    -o-transform: translate(50px, -50%);
    transform: translate(50px, -50%);
    -webkit-transition: all 0.3s linear 0s;
    -khtml-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
}
.nav-out-vertical .pxl-swiper-arrow-prev {
  opacity: 0;
  -webkit-transform: translate(50px, -50%);
  -khtml-transform: translate(50px, -50%);
  -moz-transform: translate(50px, -50%);
  -ms-transform: translate(50px, -50%);
  -o-transform: translate(50px, -50%);
  transform: translate(50px, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.nav-out-vertical .pxl-swiper-arrow-next {
  opacity: 0;
  -webkit-transform: translate(-50px, -50%);
  -khtml-transform: translate(-50px, -50%);
  -moz-transform: translate(-50px, -50%);
  -ms-transform: translate(-50px, -50%);
  -o-transform: translate(-50px, -50%);
  transform: translate(-50px, -50%);
  -webkit-transition: all 0.3s linear 0s;
  -khtml-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-prev {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* pxl-text-image */
}
.pxl-text-image {
  position: relative;
}
.pxl-text-image li {
  list-style: none;
}
.pxl-text-image li .pxl-text-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-text-image li .pxl-text-image-container.active .pxl-text-image:after {
  width: 100%;
}
.pxl-text-image li .pxl-text-image-container.active .pxl-item--image {
  opacity: 1;
}
.pxl-text-image li .pxl-text-image-container .pxl-text-image {
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 50px;
  color: var(--primary-color);
  cursor: pointer;
  margin-bottom: 34px;
  position: relative;
}
@media (max-width: 1024px) {
  .pxl-text-image li .pxl-text-image-container .pxl-text-image {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 1024px) and (max-width: 620px) {
  .pxl-text-image li .pxl-text-image-container .pxl-text-image {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 1024px) and (max-width: 620px) and (max-width: 442px) {
  .pxl-text-image li .pxl-text-image-container .pxl-text-image {
    font-size: 24px;
  }
}
.pxl-text-image li .pxl-text-image-container .pxl-text-image:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  left: 0;
  bottom: -13px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-text-image li .pxl-text-image-container .pxl-item--image {
  position: absolute;
  opacity: 0;
  transition: 0.3s linear;
  z-index: -1;
}
@media (max-width: 1024px) {
  .pxl-text-image li .pxl-text-image-container .pxl-item--image img {
    max-width: 250px;
  }
}
@media (max-width: 1024px) and (max-width: 816px) {
  .pxl-text-image li .pxl-text-image-container .pxl-item--image img {
    max-width: 150px;
  }
}
@media (max-width: 1024px) and (max-width: 816px) and (max-width: 620px) {
  .pxl-text-image li .pxl-text-image-container .pxl-item--image img {
    max-width: 100px;
  }
}
@media (max-width: 1024px) and (max-width: 816px) and (max-width: 620px) and (max-width: 442px) {
  .pxl-text-image li .pxl-text-image-container .pxl-item--image img {
    max-width: 70px;
  }
}
.pxl-text-image li .pxl-text-image-container .pxl-item--image.right {
  bottom: 0;
  right: 0;
  border-radius: 0px 0px 151.5px 151.5px;
  overflow: hidden;
}
.pxl-text-image li .pxl-text-image-container .pxl-item--image.left {
  top: 0;
  left: 0;
}
.pxl-pricing1 {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-pricing1 .pxl-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
}
.pxl-pricing1 .pxl-price {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: var(--primary-color);
  word-spacing: -3px;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-price {
    font-size: 24px;
  }
}
.pxl-pricing1 .pxl-price .pxl-suffix {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  position: relative;
  top: -7px;
}
.pxl-pricing1 .pxl-popular {
  background-color: #e3f0da;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.pxl-pricing1 .pxl-popular span {
  font-size: 15px;
  display: inline-block;
  color: var(--secondary-color);
  font-weight: 500;
  line-height: 32px;
  padding: 0 24px;
}
.pxl-pricing1 .pxl-meta {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pxl-pricing1 .pxl-feature {
  background-color: #fcfcfc;
  margin-top: -1px;
  color: var(--third-color);
  list-style: none;
  margin-bottom: 0;
  padding: 30px 0px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
  .pxl-pricing1 .pxl-feature {
    font-size: 15px;
  }
}
.pxl-pricing1 .pxl-feature li {
  padding: 5px 25px;
  text-align: center;
  font-size: 14px;
}
.pxl-pricing1 .pxl-feature li:nth-child(2n) {
  background-color: #f8f8f8;
}
.pxl-pricing1 .pxl-feature li + li {
  margin-top: 5px;
}
.pxl-pricing1.is-active {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  z-index: 2;
  background-color: #fff;
}
.pxl-pricing1.is-active .pxl-meta {
  background-color: #000;
}
.pxl-pricing1.is-active .pxl-title, .pxl-pricing1.is-active .pxl-price {
  color: #fff;
}
.pxl-pricing1.is-active .pxl-feature {
  padding-top: 45px;
  padding-bottom: 45px;
}
.pxl-pricing1.is-active .pxl-feature li:nth-child(2n) {
  background-color: #f3f3f3;
}
.pxl-pricing1:hover {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
