@charset "UTF-8";
@media (min-width: 1600px) {
  .d-xxxl-block {
    display: block; } }

@font-face {
  font-family: "Valky";
  font-style: 400;
  src: url("../fonts/Valky-Regular.ttf") format("truetype"), url("../fonts/Valky-Regular.ttf") format("truetype"); }
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes pxlFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes pxlFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes pxlFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes pxlFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes pxlFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes pxlFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes pxlFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes pxlFadeInRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }
@keyframes animationFramesOne {
  0% {
    transform: translateX(0px); }
  25% {
    transform: translateX(-40px); }
  50% {
    transform: translateX(0px); }
  75% {
    transform: translateX(40px); }
  100% {
    transform: translateX(0px); } }
@keyframes animationFramesTwo {
  0% {
    transform: translateX(0px); }
  25% {
    transform: translateX(40px); }
  50% {
    transform: translateX(0px); }
  75% {
    transform: translateX(-40px); }
  100% {
    transform: translateX(0px); } }
@keyframes animationFramesThree {
  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); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 0px); }
  20% {
    transform: translate(-30px, 40px); }
  40% {
    transform: translate(60px, 60px); }
  60% {
    transform: translate(80px, 40px); }
  80% {
    transform: translate(40px, -70px); }
  100% {
    transform: translate(0px, 0px); } }
@keyframes animationFramesFive {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(-40px); }
  50% {
    transform: translateY(0px); }
  75% {
    transform: translateY(40px); }
  100% {
    transform: translateY(0px); } }
@keyframes animationFramesSix {
  0% {
    transform: translate(0px, 0px); }
  33% {
    transform: translate(-24px, -30px); }
  66% {
    transform: translate(24px, 30px); }
  100% {
    transform: translate(0px, 0px); } }
@keyframes animationFramesSeven {
  0% {
    transform: translate(0px, 0px); }
  20% {
    transform: rotate(45deg); }
  40% {
    transform: translate(0, 90px); }
  60% {
    transform: rotate(90deg); }
  80% {
    transform: translate(90px, 0); }
  100% {
    transform: translate(0px, 0px); } }
@-webkit-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-moz-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-ms-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-o-keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes readmoreIcon {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-moz-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-ms-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-o-keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes readmoreIcon-rtl {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-15px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-moz-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-ms-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-o-keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes pxl-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@-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); } }
@keyframes pxl_spin1 {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }
@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); } }
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }
@-webkit-keyframes updown {
  0% {
    transform: translateY(0); }
  40% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }
@keyframes updown {
  0% {
    transform: translateY(0); }
  40% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -webkit-transform: scale(1); }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@-moz-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -moz-transform: scale(1); }
  60% {
    opacity: 0;
    -moz-transform: scale(1.3); }
  100% {
    opacity: 1;
    -moz-transform: scale(1); } }
@-ms-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -ms-transform: scale(1); }
  60% {
    opacity: 0;
    -ms-transform: scale(1.3); }
  100% {
    opacity: 1;
    -ms-transform: scale(1); } }
@-o-keyframes scaleDisappear {
  0% {
    opacity: 1;
    -o-transform: scale(1); }
  60% {
    opacity: 0;
    -o-transform: scale(1.3); }
  100% {
    opacity: 1;
    -o-transform: scale(1); } }
@keyframes scaleDisappear {
  0% {
    opacity: 1;
    transform: scale(1); }
  60% {
    opacity: 0;
    transform: scale(1.3); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@-webkit-keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes pxl_zoom_reverse {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes pxl_zoom_reverse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes pxl-zoom-in {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes pxl-zoom-in-small {
  0% {
    transform: scale(0.67);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes pxl-zoom-out {
  0% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes pxl-zoom-out-in-small {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(0.4);
    opacity: 0.3; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%); }
  51% {
    opacity: 1; } }
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%); }
  50% {
    opacity: 0;
    transform: translate(-100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(100%); }
  51% {
    opacity: 1; } }
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%); }
  50% {
    opacity: 0;
    transform: translate(100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%); }
  51% {
    opacity: 1; } }
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%); }
  50% {
    opacity: 0;
    transform: translateY(100%); }
  51% {
    opacity: 1; } }
@-webkit-keyframes toBottomFromTop {
  49% {
    -webkit-transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@-moz-keyframes toBottomFromTop {
  49% {
    -moz-transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%); }
  50% {
    opacity: 0;
    transform: translateY(-100%); }
  51% {
    opacity: 1; } }
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes fadeInCustom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInCustom {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInOutCustom {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeInOutCustom {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeOutInCustom {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOutInCustom {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInLeftCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeInRightCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUpCustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUpCustom1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes playanimate {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes playanimate {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2); } }
@keyframes move {
  0% {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1); }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2); } }
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%; }
  50% {
    bottom: 100%; }
  100% {
    bottom: 14%; } }
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%; }
  50% {
    bottom: 0%; }
  100% {
    bottom: 100%; } }
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%; }
  50% {
    bottom: 100%; }
  100% {
    bottom: 5%; } }
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%; }
  50% {
    bottom: 0%; }
  100% {
    bottom: 78%; } }
@keyframes dotAnimatedBottomToTop5 {
  0% {
    bottom: 46%; }
  50% {
    bottom: 0%; }
  100% {
    bottom: 46%; } }
@keyframes dotAnimatedBottomToTop6 {
  0% {
    bottom: 27%; }
  50% {
    bottom: 100%; }
  100% {
    bottom: 27%; } }
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  100% {
    margin-top: 0; } }
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  100% {
    margin-top: 0; } }
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  100% {
    margin-top: 0; } }
@-o-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  100% {
    margin-top: 0; } }
@keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  100% {
    margin-top: 0; } }
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 100px; } }
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 100px; } }
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 100px; } }
@-o-keyframes headerSlideUp {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 100px; } }
@keyframes headerSlideUp {
  0% {
    margin-top: 0; }
  100% {
    margin-top: 100px; } }
@-webkit-keyframes loadershake {
  0% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg); }
  50% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  100% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg); } }
@keyframes loadershake {
  0% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg); }
  50% {
    -webkit-transform: rotateY(45deg);
    transform: rotateY(45deg); }
  100% {
    -webkit-transform: rotateY(5deg);
    transform: rotateY(5deg); } }
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes loader-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
@keyframes loader-4-1 {
  0% {
    box-shadow: inset 0 0 0 0 #77b80f; }
  100% {
    box-shadow: inset 0 -80px 0 0 #77b80f; } }
@keyframes loader-4-2 {
  25% {
    left: calc(100% + .2em);
    bottom: calc(100% + .2em); }
  50% {
    left: calc(100% + .2em);
    bottom: -0.4em; }
  75% {
    left: -0.4em;
    bottom: -0.4em; }
  100% {
    left: -0.4em;
    bottom: calc(100% + .2em); } }
@keyframes loader-5 {
  0% {
    opacity: 0.1;
    transform: rotate(0deg) scale(0.5); }
  100% {
    opacity: 1;
    transform: rotate(360deg) scale(1.2); } }
@keyframes pxl-ken-burns-in {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
@keyframes pxl-ken-burns-out {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes pxl-ken-burns-in-out {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@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 BackgroundAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
@-webkit-keyframes BackgroundAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
@-ms-keyframes BackgroundAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
@-moz-keyframes BackgroundAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }
@keyframes up-down-move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff; }
  70% {
    -webkit-box-shadow: 0 0 0 20px transparent; }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff; }
  70% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent; }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; } }
@-webkit-keyframes spineer-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff; }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes spineer-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff; }
  70% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent; }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent; } }
@-webkit-keyframes progress-loading {
  0% {
    width: 0; }
  to {
    width: 90%; } }
@keyframes progress-loading {
  0% {
    width: 0; }
  to {
    width: 90%; } }
@-webkit-keyframes progress-loaded {
  0% {
    width: 90%; }
  99% {
    width: 100%; }
  to {
    opacity: 0; } }
@keyframes progress-loaded {
  0% {
    width: 90%; }
  99% {
    width: 100%; }
  to {
    opacity: 0; } }
@property --var1 {
  syntax: "<color>";
  inherits: true;
  initial-value: #ccc; }
@keyframes ps_fadeIn {
  0% {
    --var1: #ccc; }
  100% {
    --var1: #000; } }
@keyframes ps_fadeOut {
  0% {
    --var1: #000; }
  100% {
    --var1: #ccc; } }
@keyframes moveDraw {
  100% {
    stroke-dashoffset: 0; } }
@-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-fill-mode: both;
  animation-fill-mode: both;
  -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; }

*, *:before, *:after {
  outline: none;
  box-sizing: inherit; }

::-moz-selection {
  background-color: var(--primary-color);
  color: #fff; }

::selection {
  background-color: var(--primary-color);
  color: #fff; }

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }
@media (max-width: 1199px) {
  html {
    overflow-x: hidden; } }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

abbr[title] {
  border-bottom: none;
  text-decoration: none; }

b, strong {
  font-weight: bold; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

dfn, cite, em, i {
  font-style: italic; }

pre {
  font-size: 14px;
  overflow: auto;
  background: #f5f5f5;
  padding: 15px;
  font-family: monospace, monospace;
  font-size: 1em; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

code, kbd, tt, var {
  font-size: 12px; }

code {
  padding: 2px 4px;
  color: #c7254e;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  text-decoration: none; }

mark {
  background: #fff9c0; }

big {
  font-size: 125%; }

a {
  background-color: transparent;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

img, video, iframe, svg {
  max-width: 100%;
  vertical-align: top; }

figure {
  margin: 0 0 30px 0; }

figcaption {
  display: block; }

form label {
  color: var(--body-color);
  max-width: 100%;
  margin-bottom: 5px; }

label {
  display: block; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  height: auto;
  line-height: normal;
  width: auto;
  transform: translate(0px, 3px);
  margin-right: 10px; }

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  border: none; }

button, input, optgroup, select, textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  font-weight: normal; }
@media (max-width: 767px) {
  body {
    overflow-x: hidden; } }
@media (max-width: 575px) {
  body {
    font-size: calc(var(--body-font-size) - 2px); } }
body:before, body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  -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; }
body:before {
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  cursor: progress; }
body:after {
  width: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999;
  opacity: 1; }
  body.loading:before {
    opacity: 1;
    visibility: visible; }
  body.loading:after {
    -webkit-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
    -khtml-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
    -moz-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
    -ms-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
    -o-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
    animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards; }
body.loaded:after {
  -webkit-animation: progress-loaded 0.5s ease-out forwards;
  -khtml-animation: progress-loaded 0.5s ease-out forwards;
  -moz-animation: progress-loaded 0.5s ease-out forwards;
  -ms-animation: progress-loaded 0.5s ease-out forwards;
  -o-animation: progress-loaded 0.5s ease-out forwards;
  animation: progress-loaded 0.5s ease-out forwards; }

a {
  text-decoration: none;
  -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); }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  line-height: var(--heading-line-height);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing); }

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0; }

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:hover .h1, a:hover .h2, a:hover .h3, a:hover .h4, a:hover .h4-1, a:hover .h5, a:hover .h6 {
  color: var(--link-color-hover); }

h1, .h1, .size-h1 {
  font-size: var(--heading-font-size-h1); }
@media (max-width: 1199px) {
  h1, .h1, .size-h1 {
    font-size: 52px; } }
@media (max-width: 767px) {
  h1, .h1, .size-h1 {
    font-size: 48px; } }
@media (max-width: 575px) {
  h1, .h1, .size-h1 {
    font-size: 42px; } }

h2, .h2, .size-h2 {
  font-size: var(--heading-font-size-h2); }
@media (max-width: 1199px) {
  h2, .h2, .size-h2 {
    font-size: 42px; } }
@media (max-width: 991px) {
  h2, .h2, .size-h2 {
    font-size: 36px; } }

h3, .h3, .size-h3 {
  font-size: var(--heading-font-size-h3); }
@media (max-width: 1199px) {
  h3, .h3, .size-h3 {
    font-size: 32px; } }
@media (max-width: 991px) {
  h3, .h3, .size-h3 {
    font-size: 28px; } }
@media (max-width: 575px) {
  h3, .h3, .size-h3 {
    font-size: 24px; } }

h4, .h4, .size-h4 {
  font-size: var(--heading-font-size-h4); }

h5, .h5, .size-h5 {
  font-size: var(--heading-font-size-h5); }

h6, .h6, .size-h6 {
  font-size: var(--heading-font-size-h6); }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  list-style-position: inside;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0; }
  ul ul, ul ol, ol ul, ol ol {
    padding-left: 15px; }
    [dir="rtl"] ul ul, [dir="rtl"] ul ol, [dir="rtl"] ol ul, [dir="rtl"] ol ol {
      padding-left: 0;
      padding-right: 15px; }
  ul.list-unstyled, ul.unstyled, ol.list-unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.list-unstyled ul, ul.list-unstyled ol, ul.unstyled ul, ul.unstyled ol, ol.list-unstyled ul, ol.list-unstyled ol, ol.unstyled ul, ol.unstyled ol {
      list-style: none; }
  ul.horizontal, ol.horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
    ul.horizontal > li, ol.horizontal > li {
      padding: 5px;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e0e0e0;
  border-spacing: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  table th, table td {
    padding: 8px;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-left: 0;
    text-align: start;
    vertical-align: middle; }
    table th:last-child, table td:last-child {
      border-right: 0; }
  table + * {
    margin-top: 20px; }
    table tbody tr:last-child th, table tbody tr:last-child td {
      border-bottom: 0; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }
  img.image-fit, img.img-fit {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -moz-object-fit: cover;
    -ms-filter-object-fit: cover;
    -webkit-object-fit: cover; }
    img.alignleft[alt="Image Alignment 150x150"], img.alignright[alt="Image Alignment 150x150"] {
      clear: both; }

a {
  color: var(--link-color);
  text-decoration: none; }
  a:hover {
    color: var(--link-color-hover); }
  a:hover, a:active, a:focus {
    text-decoration: none; }

p {
  margin: 0 0 14px; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  padding: 6px 0 6px 35px;
  margin: 15px 0;
  background-color: transparent;
  border-left: 1px solid var(--second-color);
  font-family: var(--heading-font-family);
  color: var(--heading-color);
  font-weight: 600;
  font-size: 25px;
  line-height: 35px; }
@media (max-width: 767px) {
  blockquote {
    padding: 6px 0 6px 24px; } }
[dir="rtl"] blockquote.has-text-align-right {
  text-align: left; }
blockquote cite {
  font-family: var(--body-font-family);
  background: transparent;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  padding-top: 8px;
  font-weight: normal;
  box-shadow: none;
  font-style: inherit;
  color: var(--second-color);
  display: block; }

.text-start {
  text-align: start; }

.text-end {
  text-align: end; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-white {
  color: #fff !important; }

.txt-secondary {
  color: var(--second-color); }

.txt-dark {
  color: #060606; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

@media (max-width: 480px) {
  .d-xxs-none {
    display: none; } }

.d-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .d-flex-wrap > * {
    flex-shrink: 0;
    max-width: 100%; }

.d-flex-auto {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .d-flex-auto > * {
    flex: 0 0 auto;
    width: auto !important;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

.d-flex-align-justify-center {
  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; }

@media (max-width: 575px) {
  .text-xs-start {
    text-align: start !important; }
  .text-xs-end {
    text-align: end !important; }
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; }
  .justify-content-xs-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xs-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; } }

@media (min-width: 1600px) {
  .text-xxxl-start {
    text-align: start !important; }
  .text-xxxl-end {
    text-align: end !important; }
  .text-xxxl-left {
    text-align: left !important; }
  .text-xxxl-right {
    text-align: right !important; }
  .text-xxxl-center {
    text-align: center !important; }
  .justify-content-xxxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .elementor-column.pxl-column-element-widescreen-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.font-medium {
  font-weight: 500; }

.text-primary {
  color: var(--primary-color); }

.text-second {
  color: var(--second-color); }

.text-dark {
  color: #000; }

.overflow-hidden {
  overflow: hidden !important; }

@media (max-width: 575px) {
  .overflow-hidden-xs {
    overflow: hidden !important; } }

.bg-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.scale-hover {
  overflow: hidden; }
  .scale-hover img {
    -webkit-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.35s cubic-bezier(0.24, 0.74, 0.58, 1); }
    .scale-hover:hover img {
      opacity: 0.9;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }

.hover-underline a, a.hover-underline {
  position: relative; }
  .hover-underline a:after, a.hover-underline:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid;
    transition: all 350ms; }
  .hover-underline a:hover, a.hover-underline:hover {
    color: inherit; }
    .hover-underline a:hover:after, a.hover-underline:hover:after {
      width: 100%; }

.text-truncate-1 {
  display: block;
  display: -webkit-box;
  max-height: 25.6px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-1 > * {
  display: block;
  display: -webkit-box;
  max-height: 25.6px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-2 {
  display: block;
  display: -webkit-box;
  max-height: 51.2px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-2 > * {
  display: block;
  display: -webkit-box;
  max-height: 51.2px;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-3 {
  display: block;
  display: -webkit-box;
  max-height: 72px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-3 > * {
  display: block;
  display: -webkit-box;
  max-height: 72px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -khtml-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-4 {
  display: block;
  display: -webkit-box;
  max-height: 96px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -khtml-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-4 > * {
  display: block;
  display: -webkit-box;
  max-height: 96px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -khtml-line-clamp: 4;
  -moz-line-clamp: 4;
  -ms-line-clamp: 4;
  -o-line-clamp: 4;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-5 {
  display: block;
  display: -webkit-box;
  max-height: 120px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -khtml-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-truncate-5 > * {
  display: block;
  display: -webkit-box;
  max-height: 120px;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -khtml-line-clamp: 5;
  -moz-line-clamp: 5;
  -ms-line-clamp: 5;
  -o-line-clamp: 5;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical; }

.text-multi-line-1 {
  font-size: 20px;
  line-height: 1.4;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-multi-line-2 {
  font-size: 30px;
  line-height: 1.5;
  min-height: 90px;
  max-height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-multi-line-242 {
  font-size: 24px;
  line-height: 1.16666667;
  min-height: 56.00000016px;
  max-height: 56.00000016px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.bypostauthor {
  display: block; }

.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; }

.pxl-sticky {
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 35px;
  z-index: 1; }

.list-style-none {
  list-style: none; }

.italic {
  font-style: italic; }

.no-padding {
  padding: 0 !important; }

.text-underline {
  text-decoration: underline; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.absoluted {
  position: absolute;
  z-index: 1; }

.pxl-absoluted {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.pxl-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pos-fixed, .pos-fix {
  position: fixed; }

.img-cover {
  object-fit: cover; }

.img-cover-center {
  object-fit: cover;
  object-position: center; }

.transition, .pxl-transition {
  -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-invisible {
  visibility: hidden; }

.pxl-init-invisible {
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease;
  -khtml-transition: visibility 0.3s ease;
  -moz-transition: visibility 0.3s ease;
  -ms-transition: visibility 0.3s ease;
  -o-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease; }
  .pxl-init-invisible.pxl-animated {
    visibility: visible; }

.font-body {
  font-family: var(--body-font-family) !important; }

.font-heading {
  font-family: var(--heading-font-family); }

.pxl-heading {
  color: var(--heading-color);
  font-weight: var(--heading-font-weight);
  margin-top: 0; }

.text-heading {
  color: var(--heading-color); }

.empty-none:empty {
  display: none !important; }

.clearfix::after, .clearfix::before {
  display: block;
  clear: both;
  content: ""; }

.shape-animate1 {
  animation: animationFramesTwo 12s infinite linear alternate; }

.shape-animate2 {
  animation: animationFramesOne 12s infinite linear alternate; }

.shape-animate3 {
  animation: animationFramesFour 12s infinite linear alternate; }

.shape-animate4 {
  animation: animationFramesThree 12s infinite linear alternate; }

.shape-animate5 {
  animation: animationFramesFive 12s infinite linear alternate; }

.shape-animate6 {
  animation: animationFramesSix 12s infinite linear alternate; }

.shape-animate7 {
  animation: animationFramesSeven 18s infinite linear alternate; }

.fade-in-out-custom {
  animation: fadeInOutCustom 8s infinite linear alternate; }

.fade-out-in-custom {
  animation: fadeOutInCustom 8s infinite linear alternate; }

.up-down-move {
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: up-down-move;
  animation-timing-function: linear; }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.pxl-page .fadeInDown {
  -webkit-animation-name: pxlFadeInDown;
  animation-name: pxlFadeInDown; }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

.pxl-page .fadeInLeft {
  -webkit-animation-name: pxlFadeInLeft;
  animation-name: pxlFadeInLeft; }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

.pxl-page .fadeInRight {
  -webkit-animation-name: pxlFadeInRight;
  animation-name: pxlFadeInRight; }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

.pxl-page .fadeInUp {
  -webkit-animation-name: pxlFadeInUp;
  animation-name: pxlFadeInUp; }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.scaleDisappear {
  -webkit-animation: scaleDisappear 350ms ease-in-out;
  -moz-animation: scaleDisappear 350ms ease-in-out;
  -ms-animation: scaleDisappear 350ms ease-in-out;
  -o-animation: scaleDisappear 350ms ease-in-out;
  animation: scaleDisappear 350ms ease-in-out; }

.zoomOut.animated {
  -webkit-animation-name: pxl-zoom-out;
  animation-name: pxl-zoom-out; }

.zoomInSmall.animated {
  -webkit-animation-name: pxl-zoom-in-small;
  animation-name: pxl-zoom-in-small; }

.pxl-spin {
  -webkit-animation: pxl-spin 2s linear infinite;
  -khtml-animation: pxl-spin 2s linear infinite;
  -moz-animation: pxl-spin 2s linear infinite;
  -ms-animation: pxl-spin 2s linear infinite;
  -o-animation: pxl-spin 2s linear infinite;
  animation: pxl-spin 2s linear infinite; }

.pxl-spin1 {
  -webkit-animation: pxl-spin 15s linear infinite;
  -khtml-animation: pxl-spin 15s linear infinite;
  -moz-animation: pxl-spin 15s linear infinite;
  -ms-animation: pxl-spin 15s linear infinite;
  -o-animation: pxl-spin 15s linear infinite;
  animation: pxl-spin 15s linear infinite; }

.pxl-dot-animate {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .pxl-dot-animate .dot-item {
    position: relative; }
    .pxl-dot-animate .dot-item span {
      width: 6px;
      height: 6px;
      background-color: #7a7a7a;
      position: absolute;
      bottom: 14%;
      left: 50%;
      margin-left: -2px;
      z-index: 1; }
    .pxl-dot-animate .dot-item:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 0;
      bottom: 0;
      width: 1px;
      height: 100%;
      background-color: #292929; }
  .pxl-dot-animate .dot-1 span {
    bottom: 8%;
    -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -khtml-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -ms-animation: dotAnimatedBottomToTop1 30s infinite linear;
    -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
    animation: dotAnimatedBottomToTop1 30s infinite linear; }
.pxl-dot-animate .dot-2 span {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
  animation: dotAnimatedBottomToTop2 30s infinite linear; }
.pxl-dot-animate .dot-3 span {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
  animation: dotAnimatedBottomToTop3 30s infinite linear; }
.pxl-dot-animate .dot-4 span {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop4 30s infinite linear;
  animation: dotAnimatedBottomToTop4 30s infinite linear; }
.pxl-dot-animate .dot-5 span {
  bottom: 12%;
  -webkit-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop5 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop5 30s infinite linear;
  animation: dotAnimatedBottomToTop5 30s infinite linear; }
.pxl-dot-animate .dot-6 span {
  bottom: 94%;
  -webkit-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop6 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop6 30s infinite linear;
  animation: dotAnimatedBottomToTop6 30s infinite linear; }

.pxl-transforms {
  -webkit-transform: perspective(var(--pxl-transform-perspective, 0)) rotate(var(--pxl-transform-rotateZ, 0)) rotateX(var(--pxl-transform-rotateX, 0)) rotateY(var(--pxl-transform-rotateY, 0)) translate(var(--pxl-transform-translate, 0)) translateX(var(--pxl-transform-translateX, 0)) translateY(var(--pxl-transform-translateY, 0)) scaleX(calc(var(--pxl-transform-flipX, 1) * var(--pxl-transform-scaleX, var(--pxl-transform-scale, 1)))) scaleY(calc(var(--pxl-transform-flipY, 1) * var(--pxl-transform-scaleY, var(--pxl-transform-scale, 1)))) skewX(var(--pxl-transform-skewX, 0)) skewY(var(--pxl-transform-skewY, 0));
  transform: perspective(var(--pxl-transform-perspective, 0)) rotate(var(--pxl-transform-rotateZ, 0)) rotateX(var(--pxl-transform-rotateX, 0)) rotateY(var(--pxl-transform-rotateY, 0)) translate(var(--pxl-transform-translate, 0)) translateX(var(--pxl-transform-translateX, 0)) translateY(var(--pxl-transform-translateY, 0)) scaleX(calc(var(--pxl-transform-flipX, 1) * var(--pxl-transform-scaleX, var(--pxl-transform-scale, 1)))) scaleY(calc(var(--pxl-transform-flipY, 1) * var(--pxl-transform-scaleY, var(--pxl-transform-scale, 1)))) skewX(var(--pxl-transform-skewX, 0)) skewY(var(--pxl-transform-skewY, 0));
  -webkit-transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
  -ms-transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
  transform-origin: var(--pxl-transform-origin-y) var(--pxl-transform-origin-x);
  -webkit-transition: -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
  transition: -webkit-transform var(--pxl-transform-transition-duration, 0.4s);
  -o-transition: transform var(--pxl-transform-transition-duration, 0.4s);
  transition: transform var(--pxl-transform-transition-duration, 0.4s);
  transition: transform var(--pxl-transform-transition-duration, 0.4s), -webkit-transform var(--pxl-transform-transition-duration, 0.4s); }

.pxl-rotate1 {
  transform: rotate(-90deg);
  transform-origin: 0 0; }

.transform-origin-0 .elementor-widget-container {
  transform-origin: 0 0; }

.elementor-column.pxl-bg-ken-burns .elementor-widget-wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: pxl-ken-burns-in-out 30s linear infinite;
  -khtml-animation: pxl-ken-burns-in-out 30s linear infinite;
  -moz-animation: pxl-ken-burns-in-out 30s linear infinite;
  -ms-animation: pxl-ken-burns-in-out 30s linear infinite;
  -o-animation: pxl-ken-burns-in-out 30s linear infinite;
  animation: pxl-ken-burns-in-out 30s linear infinite; }

.pxl-ken-burns {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 10s;
  -o-transition-duration: 10s;
  transition-duration: 10s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.pxl-ken-burns--out {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.pxl-ken-burns--active {
  -webkit-transition-duration: 20s;
  -o-transition-duration: 20s;
  transition-duration: 20s; }

.pxl-ken-burns--active.pxl-ken-burns--out {
  -webkit-animation: pxl-ken-burns-out 20s linear infinite;
  -khtml-animation: pxl-ken-burns-out 20s linear infinite;
  -moz-animation: pxl-ken-burns-out 20s linear infinite;
  -ms-animation: pxl-ken-burns-out 20s linear infinite;
  -o-animation: pxl-ken-burns-out 20s linear infinite;
  animation: pxl-ken-burns-out 20s linear infinite; }

.pxl-ken-burns--active.pxl-ken-burns--in {
  -webkit-animation: pxl-ken-burns-in 20s linear infinite;
  -khtml-animation: pxl-ken-burns-in 20s linear infinite;
  -moz-animation: pxl-ken-burns-in 20s linear infinite;
  -ms-animation: pxl-ken-burns-in 20s linear infinite;
  -o-animation: pxl-ken-burns-in 20s linear infinite;
  animation: pxl-ken-burns-in 20s linear infinite; }

.pxl-ken-burns--active.pxl-ken-burns--in-out {
  -webkit-animation: pxl-ken-burns-in-out 40s linear infinite;
  -khtml-animation: pxl-ken-burns-in-out 40s linear infinite;
  -moz-animation: pxl-ken-burns-in-out 40s linear infinite;
  -ms-animation: pxl-ken-burns-in-out 40s linear infinite;
  -o-animation: pxl-ken-burns-in-out 40s linear infinite;
  animation: pxl-ken-burns-in-out 40s linear infinite; }

.elementor-section.pxl-border-section-anm {
  border-width: 0 !important; }

.elementor-column.pxl-border-column-anm > .elementor-element-populated {
  border-width: 0 !important; }

.elementor-element.pxl-border-wg-anm > .elementor-widget-container {
  border-width: 0 !important;
  position: relative; }

.pxl-border-animated .pxl-border-anm {
  position: absolute;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1); }
  .pxl-border-animated .pxl-border-anm.bt {
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 0; }
  .pxl-border-animated .pxl-border-anm.br {
    top: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 100% 0; }
  .pxl-border-animated .pxl-border-anm.bb {
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: 0 100%; }
  .pxl-border-animated .pxl-border-anm.bl {
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: 0 0; }
.pxl-border-animated.num-3 .pxl-border-anm.br, .pxl-border-animated.num-3 .pxl-border-anm.bb, .pxl-border-animated.num-4 .pxl-border-anm.br, .pxl-border-animated.num-4 .pxl-border-anm.bb {
  transition-delay: 1s; }
.pxl-border-animated.pxl-animated .pxl-border-anm {
  transform: scale(1); }

.pxl-bd-anm {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #e4e4e4;
  transform: scale(0);
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
  .pxl-bd-anm.bt {
    border-width: 1px 0 0 0;
    transform-origin: 0 0; }
  .pxl-bd-anm.br {
    border-width: 0 1px 0 0;
    transform-origin: 100% 0; }
  .pxl-bd-anm.bb {
    border-width: 0 0 1px 0;
    transform-origin: 0 100%; }
  .pxl-bd-anm.bl {
    border-width: 0 0 0 1px;
    transform-origin: 0 0; }
  .pxl-bd-anm.pxl-animated {
    transform: scale(1); }

.elementor-widget-divider .elementor-divider-separator {
  transform: scaleX(0);
  transform-origin: 0 100%;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
.elementor-widget-divider.pxl-animated .elementor-divider-separator {
  transform: scale(1); }

.pxl-divider.animated .pxl-divider-separator {
  transform: scaleX(0);
  transform-origin: 0 100%;
  transition: transform 2s cubic-bezier(0.77, 0, 0.175, 1); }
.pxl-divider.animated.reversal .pxl-divider-separator {
  transform-origin: 100% 100%; }
.pxl-divider.animated.center .pxl-divider-separator {
  transform-origin: 50% 50%; }
.pxl-divider.animated.slow .pxl-divider-separator {
  transition: transform 2.5s cubic-bezier(0.77, 0, 0.175, 1); }
.pxl-divider.animated.normal .pxl-divider-separator {
  transition: transform 1.8s cubic-bezier(0.77, 0, 0.175, 1); }
.pxl-divider.animated.fast .pxl-divider-separator {
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.pxl-divider.animated.pxl-animated .pxl-divider-separator {
  transform: scale(1); }

.pxl-hd-bd-left .elementor-widget-container:before, .pxl-hd-bd-right .elementor-widget-container:before {
  transform: scaleY(0);
  transform-origin: 100% 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.pxl-hd-bd-left.pxl-animated .elementor-widget-container:before, .pxl-hd-bd-right.pxl-animated .elementor-widget-container:before {
  transform: scale(1); }

.pxl-section-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: var(--ss-bg-parallax-loaded); }
  .pxl-section-bg-parallax.pxl-lazy-loaded {
    --ss-bg-parallax-loaded: var(--ss-bg-parallax); }
  .pxl-section-bg-parallax.mask-prl {
    background-image: var(--ss-bg-parallax); }

.pxl-column-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: var(--col-bg-parallax-loaded); }
  .pxl-column-bg-parallax.pxl-lazy-loaded {
    --col-bg-parallax-loaded: var(--col-bg-parallax); }

.pxl-section-divider-top-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.pxl-section-divider-bot-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.cursor-map-target:hover .pxl-map-wrap {
  opacity: 1; }

.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.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999; }
    .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: 991px) {
    .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%); } }

.list-text-hover .text-hover-item {
  transition: z-index 0.11s 0.17s; }
  .list-text-hover .text-hover-item.active {
    z-index: 3; }

.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; }
  .pxl-imgs-hover .img-inner {
    transform: translateX(-100%); }
  .pxl-imgs-hover .img-hv-ac {
    transform: translateX(100%) scale(1.4); }
  .pxl-imgs-hover .img-item.active {
    z-index: 2; }
  .pxl-imgs-hover .img-item.deactive .img-hv-ac {
    animation: pxlImgOut 0.55s ease-in-out both; }
  .pxl-imgs-hover .img-item.deactive .img-inner {
    animation: pxlInnerOut 0.55s ease-in-out both; }
  .pxl-imgs-hover .img-item.active .img-hv-ac {
    animation: pxlImgIn 0.55s ease-in-out both; }
  .pxl-imgs-hover .img-item.active .img-inner {
    animation: pxlInnerIn 0.55s ease-in-out both; }

.pxl-text-img-wrap .content-inner:hover .pxl-imgs-hover {
  opacity: 1; }

.pxl-text-stroke {
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-text-stroke: 3px rgba(0, 0, 0, 0.08);
  color: transparent;
  text-transform: uppercase; }

.pxl-bg-parallax {
  position: relative;
  overflow: hidden; }

.parallax-inner {
  position: absolute;
  top: -10px;
  left: -10px;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.to-right-from-left:hover .pxl-icon {
  animation: toRightFromLeft 0.3s forwards; }

.pxl-split-text .split-line {
  overflow: hidden; }

.draw-top-right, .draw-bottom-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.draw-top-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.5s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  will-change: transform;
  transform: scaleX(0);
  transform-origin: right; }
.draw-top-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  transition: transform 0.5s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  will-change: transform;
  transform: scaleY(0);
  transform-origin: top; }

.draw-bottom-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.5s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  will-change: transform;
  transform: scaleX(0);
  transform-origin: left; }
.draw-bottom-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000;
  transition: transform 0.5s cubic-bezier(0.71, 0.01, 0.51, 0.99);
  will-change: transform;
  transform: scaleY(0);
  transform-origin: bottom; }

.clipped-bg-pinned {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.clipped-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  clip-path: inset(0% 20% 0% 20%);
  -webkit-transform: scale(0.86);
  transform: scale(0.86); }

.clipped-bg-circle-pinned {
  position: absolute;
  width: 100%;
  height: 100%; }

.circle-zoom-mask-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.pxl-text-zoom-down {
  position: absolute;
  opacity: 0;
  width: 100%;
  -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%); }

body.smooth-scroll {
  overflow: hidden; }

.smooth-scroll .pxl-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden; }

.smooth-scroll .scroll-content > * {
  overflow-x: hidden; }

.mask-parallax {
  position: absolute;
  width: 100%;
  height: 100%; }

.pxl-bg-prx-effect-mask-parallax .elementor-widget-wrap {
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease;
  -khtml-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
  .pxl-bg-prx-effect-mask-parallax .elementor-widget-wrap.visible {
    opacity: 1; }

.elementor-element-edit-mode.pxl-bg-prx-effect-mask-parallax .elementor-widget-wrap {
  opacity: 1; }

@media (max-width: 575px) {
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%; } }

.elementor-section.clip-path-1 {
  clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%); }

.elementor-section.clip-path-2:before {
  position: absolute;
  content: "";
  top: 150px;
  left: 0;
  width: 100%;
  clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
  background: #fff7e5;
  height: 650px; }
.elementor-section.clip-path-2:after {
  position: absolute;
  content: "";
  top: 580px;
  left: 0;
  width: 100%;
  clip-path: polygon(0 40%, 100% 0, 100% 60%, 0 100%);
  background: #fff7e5;
  height: 650px; }

@media (max-width: 575px) {
  .elementor-section.elementor-section-height-full.height-full-mobile {
    height: 100vh; }
  .elementor-section.elementor-section-height-full.height-full-mobile > .elementor-container {
    height: 100%; } }

.elementor-section .elementor-widget:not(:last-child) {
  margin-bottom: 0; }

.no-sidebar .elementor-section.w-1170 > .elementor-container {
  max-width: 1170px; }
@media (min-width: 1200px) {
  .no-sidebar .elementor-section.w-1170 > .elementor-container {
    width: 1080px;
    transform: translateX(calc((1050px - 770px)/2 * -1)); } }
@media (min-width: 1400px) {
  .no-sidebar .elementor-section.w-1170 > .elementor-container {
    width: 1170px;
    transform: translateX(calc((1140px - 770px)/2 * -1)); } }

.elementor-section.justify-content-between .elementor-container {
  justify-content: space-between; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.up-down-move {
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: up-down-move;
  animation-timing-function: linear; }

@media (min-width: 1200px) {
  .pxl-section-offset-left.pxl-container-width-container-1170 {
    padding-left: calc((100% - 1200px)/2) !important; }
    .pxl-section-offset-left.pxl-container-width-container-1170.pxl-section-gap-no {
      padding-left: calc((100% - 1170px)/2) !important; } }
@media (min-width: 1650px) {
  .pxl-section-offset-left.pxl-container-width-container-1470 {
    padding-left: calc((100% - 1470px)/2) !important; }
    .pxl-section-offset-left.pxl-container-width-container-1470.pxl-section-gap-no {
      padding-left: calc((100% - 1440px)/2) !important; } }
@media (min-width: 1770px) {
  .pxl-section-offset-left.pxl-container-width-container-1590 {
    padding-left: calc((100% - 1590px)/2) !important; }
    .pxl-section-offset-left.pxl-container-width-container-1590.pxl-section-gap-no {
      padding-left: calc((100% - 1560px)/2) !important; } }

@media (min-width: 1280px) {
  .pxl-section-offset-right.pxl-container-width-container-1170 {
    padding-right: calc((100% - 1200px)/2) !important; }
    .pxl-section-offset-right.pxl-container-width-container-1170.pxl-section-gap-no {
      padding-right: calc((100% - 1170px)/2) !important; } }
@media (min-width: 1650px) {
  .pxl-section-offset-right.pxl-container-width-container-1470 {
    padding-right: calc((100% - 1470px)/2) !important; }
    .pxl-section-offset-right.pxl-container-width-container-1470.pxl-section-gap-no {
      padding-right: calc((100% - 1440px)/2) !important; } }
@media (min-width: 1770px) {
  .pxl-section-offset-right.pxl-container-width-container-1590 {
    padding-right: calc((100% - 1590px)/2) !important; }
    .pxl-section-offset-right.pxl-container-width-container-1590.pxl-section-gap-no {
      padding-right: calc((100% - 1560px)/2) !important; } }

@media (min-width: 1650px) {
  .elementor-column.col-offset-left-container-1470 {
    padding-left: calc((100% - 1440px)/2) !important; }
    .pxl-section-gap-no .elementor-column.col-offset-left-container-1470 {
      padding-left: calc((100% - 1470px)/2) !important; }
  .elementor-column.col-offset-right-container-1470 {
    padding-right: calc((100% - 1440px)/2) !important; }
    .pxl-section-gap-no .elementor-column.col-offset-right-container-1470 {
      padding-right: calc((100% - 1470px)/2) !important; } }

@media (min-width: 576px) {
  .elementor-section.pxl-section-3cols .elementor-column {
    flex: 0 0 auto;
    width: 100%; } }
@media (min-width: 768px) {
  .elementor-section.pxl-section-3cols .elementor-column {
    flex: 0 0 auto;
    width: 50%; } }
@media (min-width: 1200px) {
  .elementor-section.pxl-section-3cols .elementor-column {
    flex: 0 0 auto;
    width: 33.33333333%; } }

.elementor-section.about-why-choose::before {
  position: absolute;
  content: "";
  width: 80%;
  height: calc(100% + 20px);
  clip-path: polygon(0 0, 75% 0, 56% 100%, 0% 100%);
  left: 0;
  top: 0;
  background: #fff; }
@media (max-width: 767px) {
  .elementor-section.about-why-choose::before {
    display: none; } }

.pxl-section-shape-item {
  position: absolute; }

.d-inline-flex.elementor-widget-icon .elementor-widget-container, .d-inline-flex.elementor-widget-icon .elementor-icon-wrapper {
  display: inline-flex; }

@media (max-width: 767px) {
  .p-sm-10.elementor-widget-icon .elementor-icon {
    padding: 10px !important; } }

body.admin-bar .dialog-type-lightbox {
  position: fixed; }

.hover-show-readmore .elementor-widget {
  -webkit-transform: translateY(50px);
  -khtml-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  -o-transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1);
  transition: transform 0.3s cubic-bezier(0.12, 0.27, 1, 1); }
.hover-show-readmore .pxl-button-wrapper {
  opacity: 0;
  visibility: hidden;
  -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; }
  .hover-show-readmore:hover .elementor-widget {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .hover-show-readmore:hover .pxl-button-wrapper {
    opacity: 1;
    visibility: visible; }

.elementor-element.hover-zoom-pll .pxl-column-bg-parallax {
  -webkit-transition: transform 0.3s linear !important;
  -khtml-transition: transform 0.3s linear !important;
  -moz-transition: transform 0.3s linear !important;
  -ms-transition: transform 0.3s linear !important;
  -o-transition: transform 0.3s linear !important;
  transition: transform 0.3s linear !important; }
  .elementor-element.hover-zoom-pll:hover .pxl-column-bg-parallax {
    -webkit-transform: scale(1.1) !important;
    -khtml-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important; }

.pxl-preloader-circle, .pxl-preloader {
  position: fixed;
  width: 260vw;
  height: 260vw;
  margin-left: -130vw;
  margin-top: -130vw;
  background-color: #fff;
  z-index: 999998;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.pxl-preloader-circle {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }

.pxl-preloader {
  left: 50%;
  top: 50%; }

.preloader-intro {
  position: fixed;
  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: 999999;
  font-weight: 500;
  font-size: calc(1rem + 2vw);
  line-height: calc(1rem + 2.5vw); }

.pxl-preloader .preloader-intro {
  -webkit-transform: scale(5);
  -khtml-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  opacity: 0; }

.pxl-preloader-circle, .pxl-preloader.pxl-preloader-disappearing {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.pxl-preloader-circle-appearing {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.e-preview--show-hidden-elements[data-elementor-device-mode=desktop] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-desktop, .e-preview--show-hidden-elements[data-elementor-device-mode=laptop] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-laptop, .e-preview--show-hidden-elements[data-elementor-device-mode=mobile] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-mobile, .e-preview--show-hidden-elements[data-elementor-device-mode=mobile_extra] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-mobile_extra, .e-preview--show-hidden-elements[data-elementor-device-mode=tablet] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-tablet, .e-preview--show-hidden-elements[data-elementor-device-mode=tablet_extra] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-tablet_extra, .e-preview--show-hidden-elements[data-elementor-device-mode=widescreen] .elementor-edit-area-active .pxl-sliders-wrap .elementor-hidden-widescreen {
  display: none; }

.pxl-loader {
  background: #fff;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -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-loader.style-1 .loading-spinner {
    margin: -45px auto 0 auto;
    width: 90px;
    height: 90px;
    top: 50%;
    position: relative;
    text-align: center; }
.pxl-loader.style-2 .loading-spinner {
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear; }
.pxl-loader.style-2 .loading-dot1, .pxl-loader.style-2 .loading-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out; }
.pxl-loader.style-2 .loading-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }
.pxl-loader.style-3 .loading-2dot-rotate {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  display: inline-block;
  color: inherit;
  vertical-align: middle;
  pointer-events: none; }
.pxl-loader.style-3 .loading-5 {
  width: 20px;
  height: 20px;
  background-color: #77b80f;
  box-shadow: 3em 0px 0px #77b80f;
  border-radius: 50%;
  animation: loader-5 1s ease-in-out infinite alternate; }

.pxl-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  z-index: 0; }

.pxl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: transform 0.4s linear;
  -khtml-transition: transform 0.4s linear;
  -moz-transition: transform 0.4s linear;
  -ms-transition: transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.pxl-swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.non-swiper-slide {
  display: none; }

.swiper-container-multirow-column > .pxl-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }
  .swiper-container-multirow-column > .pxl-swiper-wrapper .pxl-swiper-slide {
    height: calc((100% - 40px) / 2); }

.swiper-container-multirow-row > .pxl-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row; }
  .swiper-container-multirow-row > .pxl-swiper-wrapper .pxl-swiper-slide {
    height: calc((100% - 40px) / 2); }

.swiper-container-vertical > .pxl-swiper-wrapper {
  flex-direction: column; }

.swiper-slide img {
  display: block; }

.swiper-container-cube .swiper-cube-shadow {
  display: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden; }

.pxl-swiper-arrows {
  display: flex; }
  .pxl-swiper-arrows.custom {
    column-gap: 20px; }

.pxl-swiper-arrow {
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  color: #999999;
  -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 (max-width: 767px) {
  .pxl-swiper-arrow {
    font-size: 18px; } }
.pxl-swiper-arrow:hover {
  color: #000; }
.pxl-swiper-arrow .pxl-icon {
  line-height: 1; }
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed; }
.pxl-swiper-arrow.swiper-button-lock {
  display: none; }

.df-layout {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px; }

.nav-in-vertical .pxl-swiper-arrow, .nav-out-vertical .pxl-swiper-arrow {
  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%); }

.nav-in-vertical .pxl-swiper-arrow-prev {
  left: 0; }
.nav-in-vertical .pxl-swiper-arrow-next {
  right: 0; }
  .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev {
    opacity: 0;
    -webkit-transform: translate(30px, -50%);
    -khtml-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
    transform: translate(30px, -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-in-vertical.arrow-on-hover .pxl-swiper-arrow-next {
    opacity: 0;
    -webkit-transform: translate(-30px, -50%);
    -khtml-transform: translate(-30px, -50%);
    -moz-transform: translate(-30px, -50%);
    -ms-transform: translate(-30px, -50%);
    -o-transform: translate(-30px, -50%);
    transform: translate(-30px, -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 {
  left: -50px; }
@media (max-width: 1199px) {
  .nav-out-vertical .pxl-swiper-arrow-prev {
    opacity: 0;
    -webkit-transform: translate(-30px, -50%);
    -khtml-transform: translate(-30px, -50%);
    -moz-transform: translate(-30px, -50%);
    -ms-transform: translate(-30px, -50%);
    -o-transform: translate(-30px, -50%);
    transform: translate(-30px, -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: -50px; }
@media (max-width: 1199px) {
  .nav-out-vertical .pxl-swiper-arrow-next {
    opacity: 0;
    -webkit-transform: translate(30px, -50%);
    -khtml-transform: translate(30px, -50%);
    -moz-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    -o-transform: translate(30px, -50%);
    transform: translate(30px, -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.arrow-on-hover .pxl-swiper-arrow-prev {
  opacity: 0;
  -webkit-transform: translate(30px, -50%);
  -khtml-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  -o-transform: translate(30px, -50%);
  transform: translate(30px, -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.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 0;
  -webkit-transform: translate(-30px, -50%);
  -khtml-transform: translate(-30px, -50%);
  -moz-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  transform: translate(-30px, -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; }

@media (max-width: 1199px) {
  .pxl-swiper-slider:hover .nav-in-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-in-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-out-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-in-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-in-vertical .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-out-vertical .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-out-vertical .pxl-swiper-arrow-next {
    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-swiper-slider:hover .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-in-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-swiper-slider:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-swiper-slider:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
  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-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 {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0px 4px;
    background-color: transparent;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
      content: "";
      width: 5px;
      height: 5px;
      background: var(--primary-color);
      display: block;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.25s linear;
      -khtml-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
    .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
      -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
      box-shadow: 0px 0px 0px 1px var(--primary-color); }

.pxl-swiper-pagination-progressbar {
  background: #e6e6e6;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  position: relative; }
  .pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
  letter-spacing: 0.015em; }
@media (max-width: 767px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 13px; } }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
  letter-spacing: 0.015em; }
@media (max-width: 767px) {
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-size: 13px; } }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
  letter-spacing: 0.015em; }
@media (max-width: 767px) {
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 13px; } }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis;
  letter-spacing: 0.015em; }
@media (max-width: 767px) {
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 13px; } }

input[type="search"]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis; }
@media (max-width: 767px) {
  input[type="search"]::-webkit-input-placeholder {
    font-size: 14px; } }
input[type="search"]:-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis; }
@media (max-width: 767px) {
  input[type="search"]:-moz-placeholder {
    font-size: 14px; } }
input[type="search"]::-moz-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis; }
@media (max-width: 767px) {
  input[type="search"]::-moz-placeholder {
    font-size: 14px; } }
input[type="search"]:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: normal;
  opacity: 1;
  text-overflow: ellipsis; }
@media (max-width: 767px) {
  input[type="search"]:-ms-input-placeholder {
    font-size: 14px; } }

input:-internal-autofill-selected {
  background-color: white !important;
  background-image: none !important; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  height: 30px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.pxl-input-number-spin {
  width: 19px;
  height: 25px;
  background: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  right: 20px; }
  [dir="rtl"] .pxl-input-number-spin {
    left: 20px;
    right: auto; }

.pxl-input-number-spin-inner {
  cursor: pointer;
  width: 19px;
  height: 12.5px;
  position: relative;
  display: block; }
  .pxl-input-number-spin-inner:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    -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-input-number-spin-inner.pxl-input-number-spin-up:before {
    border-width: 0 3.5px 4px 3.5px;
    border-color: transparent transparent var(--primary-color) transparent; }
  .pxl-input-number-spin-inner.pxl-input-number-spin-down:before {
    border-width: 4px 3.5px 0 3.5px;
    border-color: var(--primary-color) transparent transparent transparent; }

input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  text-align: start;
  padding: 0;
  margin: 0; }

input::-webkit-datetime-edit {
  text-align: start;
  width: 100%; }

input[type="search" i]::-webkit-search-cancel-button {
  opacity: 0;
  display: none; }

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, .select2-container.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom-color: #d8d8d8;
  color: #010101;
  padding: 0;
  line-height: 48px;
  height: 48px;
  font-size: 14px;
  font-weight: normal;
  text-align: start;
  outline: none;
  letter-spacing: 0.015em;
  -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: 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; }
  input[type="text"]:hover, input[type="text"]:focus, input[type="text"]:active, input[type="email"]:hover, input[type="email"]:focus, input[type="email"]:active, input[type="url"]:hover, input[type="url"]:focus, input[type="url"]:active, input[type="password"]:hover, input[type="password"]:focus, input[type="password"]:active, input[type="search"]:hover, input[type="search"]:focus, input[type="search"]:active, input[type="tel"]:hover, input[type="tel"]:focus, input[type="tel"]:active, input[type="number"]:hover, input[type="number"]:focus, input[type="number"]:active, input[type="range"]:hover, input[type="range"]:focus, input[type="range"]:active, input[type="date"]:hover, input[type="date"]:focus, input[type="date"]:active, input[type="month"]:hover, input[type="month"]:focus, input[type="month"]:active, input[type="week"]:hover, input[type="week"]:focus, input[type="week"]:active, input[type="time"]:hover, input[type="time"]:focus, input[type="time"]:active, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime"]:active, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="color"]:hover, input[type="color"]:focus, input[type="color"]:active, textarea:hover, textarea:focus, textarea:active, select:hover, select:focus, select:active, .select2-container.select2-container--default .select2-selection--single:hover, .select2-container.select2-container--default .select2-selection--single:focus, .select2-container.select2-container--default .select2-selection--single:active {
    background-color: #fff;
    border-bottom-color: var(--black-color); }
  [dir="rtl"] input[type="text"], [dir="rtl"] input[type="email"], [dir="rtl"] input[type="url"], [dir="rtl"] input[type="password"], [dir="rtl"] input[type="search"], [dir="rtl"] input[type="tel"], [dir="rtl"] input[type="number"], [dir="rtl"] input[type="range"], [dir="rtl"] input[type="date"], [dir="rtl"] input[type="month"], [dir="rtl"] input[type="week"], [dir="rtl"] input[type="time"], [dir="rtl"] input[type="datetime"], [dir="rtl"] input[type="datetime-local"], [dir="rtl"] input[type="color"], [dir="rtl"] textarea, [dir="rtl"] select, [dir="rtl"] .select2-container.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px; }
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #cecece;
  outline: 0; }
.select2-container .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
  display: inline-flex; }
.select2-container.select2-container--default .select2-selection--multiple {
  border-color: #cecece; }
.select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: #cecece; }
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 15px; }
.select2-container.select2-container--default .select2-results__option[aria-selected=true], .select2-container.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #cecece; }
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #cecece; }
.select2-container .select2-search--inline {
  float: none;
  display: inline-flex; }
.select2-container .select2-dropdown {
  border: 1px solid #cecece; }
.select2-container .select2-search input {
  height: 32px; }
.select2-container .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto; }
.select2-container .select2-results__option {
  padding: 2px 15px;
  font-size: 13px;
  line-height: 32px;
  letter-spacing: 0.04em;
  color: var(--heading-color); }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="date"] {
  width: 100%; }

select {
  width: 100%;
  height: 48px;
  line-height: 46px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 20px; }
  [dir="rtl"] select {
    background-position: 10px 50%;
    padding-right: 22px;
    padding-left: 30px; }

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 110px;
  min-height: 110px;
  padding-top: 10px;
  line-height: normal;
  resize: vertical; }

input, select, textarea {
  vertical-align: top;
  position: relative; }

.pxl-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.pxl-select select {
  height: 48px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
.pxl-select i {
  position: absolute;
  right: 14px;
  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%); }

.pxl-custom-checkbox, .pxl-custom-radio {
  position: relative;
  margin-right: 5px;
  width: 17px;
  height: 17px;
  display: inline-block; }
  [dir="rtl"] .pxl-custom-checkbox, [dir="rtl"] .pxl-custom-radio {
    margin-right: 0;
    margin-left: 5px; }
  .pxl-custom-checkbox input[type="checkbox"], .pxl-custom-checkbox .pxl-checkmark, .pxl-custom-radio input[type="checkbox"], .pxl-custom-radio .pxl-checkmark {
    width: 17px;
    height: 17px;
    display: inline-block;
    padding: 0;
    margin: 0; }
  .pxl-custom-checkbox input, .pxl-custom-radio input {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
    .pxl-custom-checkbox input:checked + .pxl-checkmark:after, .pxl-custom-radio input:checked + .pxl-checkmark:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .pxl-custom-checkbox .pxl-checkmark, .pxl-custom-radio .pxl-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .pxl-custom-checkbox .pxl-checkmark:after, .pxl-custom-radio .pxl-checkmark:after {
      content: "";
      background-color: var(--primary-color);
      position: absolute;
      top: 3px;
      left: 3px;
      width: 7px;
      height: 7px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
  .pxl-custom-checkbox + label, .pxl-custom-radio + label {
    display: inline-block; }

.pxl-custom-radio input:checked + .pxl-checkmark {
  border-color: var(--primary-color); }
  .pxl-custom-radio input:checked + .pxl-checkmark:after {
    background-color: var(--primary-color); }
.pxl-custom-radio .pxl-checkmark {
  margin-top: 3px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .pxl-custom-radio .pxl-checkmark:after {
    background-color: #d8d8d8;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

.pxl-custom-checkbox {
  -webkit-transform: translate(0, 3px);
  -khtml-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px); }

#ui-datepicker-div {
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important; }
  #ui-datepicker-div .ui-datepicker-header {
    position: relative; }
    #ui-datepicker-div .ui-datepicker-header .ui-corner-all {
      display: block;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
      position: absolute;
      top: 0;
      padding: 0; }
      #ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
      #ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
        display: none; }
      #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
        left: 0; }
      #ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
        right: 0; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      line-height: 30px;
      margin-bottom: 10px;
      min-height: 40px;
      text-align: center;
      text-transform: uppercase; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1; }
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    width: 100%; }
    #ui-datepicker-div .ui-datepicker-calendar th {
      text-align: center; }
    #ui-datepicker-div .ui-datepicker-calendar td {
      text-align: center;
      padding: 6px; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
        color: rgba(0, 0, 0, 0.2); }

.wpcf7-form .wpcf7-form-control-wrap {
  display: block; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none; }
  .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: #faab04 !important; }
.wpcf7-form label {
  font-size: 16px;
  color: var(--heading-color);
  text-transform: uppercase;
  margin-bottom: 8px; }
  .wpcf7-form label + br {
    display: none; }
.wpcf7-form .control-item {
  margin-bottom: 18px; }
.wpcf7-form .wpcf7-textarea {
  height: 95px; }
.wpcf7-form button[type="submit"] {
  min-width: 193px;
  -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; }
  .wpcf7-form button[type="submit"] .btn-text {
    -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; }
  .wpcf7-form button[type="submit"] .pxli-spinner {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -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; }
.wpcf7-form.submitting button[type="submit"] .btn-text {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.wpcf7-form.submitting button[type="submit"] .pxli-spinner {
  opacity: 1;
  visibility: visible;
  -webkit-animation: pxl-spin 2s linear infinite;
  -khtml-animation: pxl-spin 2s linear infinite;
  -moz-animation: pxl-spin 2s linear infinite;
  -ms-animation: pxl-spin 2s linear infinite;
  -o-animation: pxl-spin 2s linear infinite;
  animation: pxl-spin 2s linear infinite;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.wpcf7-form .btn-form {
  margin-top: 45px; }

.contact-form-main .nice-select {
  background-color: #fff; }
.contact-form-main .ct-note {
  font-size: 14px;
  letter-spacing: 0.015em;
  margin-bottom: 45px; }
  .contact-form-main .ct-note span {
    color: #ea3a28; }

.contact-form-2 .wpcf7-textarea {
  height: 204px; }

.contact-form-3 .form-title {
  background-color: var(--primary-color);
  color: #fff;
  padding: 15px 23px;
  margin-bottom: 0; }
@media (max-width: 991px) {
  .contact-form-3 .form-title {
    padding: 15px 30px; } }
@media (max-width: 575px) {
  .contact-form-3 .form-title {
    padding: 15px 15px; } }
.contact-form-3 .form-content {
  padding: 24px 23px 20px 23px;
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #d8d8d8; }
@media (max-width: 991px) {
  .contact-form-3 .form-content {
    padding: 24px 30px; } }
@media (max-width: 575px) {
  .contact-form-3 .form-content {
    padding: 24px 15px; } }
.contact-form-3 .form-content .form-desc {
  color: var(--heading-color);
  margin-bottom: 20px; }
.contact-form-3 .control-item + .control-item {
  margin-top: 12px; }
.contact-form-3 .form-check .form-check-input.bg-primary {
  background-color: var(--primary-color); }
.contact-form-3 .wpcf7-textarea {
  height: 230px; }

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  position: absolute;
  bottom: -50px;
  padding: 0;
  margin: 0;
  border: 0;
  font-style: italic; }
  .wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14; }
  .wpcf7 form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #f13c3c; }

.pxl-search-form-popup {
  max-width: 750px;
  margin: 0 auto; }

.pxl-search-popup-inner .cat-search-wrap {
  flex: 0 0 173px;
  width: 173px;
  max-width: 173px; }
.pxl-search-popup-inner .text-search-wrap {
  position: relative; }
  .pxl-search-popup-inner .text-search-wrap .search-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    padding-left: 0;
    padding-right: 48px;
    border: 0;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff; }
    .pxl-search-popup-inner .text-search-wrap .search-field:hover, .pxl-search-popup-inner .text-search-wrap .search-field:focus, .pxl-search-popup-inner .text-search-wrap .search-field:active {
      border-color: var(--primary-color) !important;
      background-color: transparent; }
  .pxl-search-popup-inner .text-search-wrap input::-webkit-input-placeholder {
    color: #fff; }
  .pxl-search-popup-inner .text-search-wrap .search-submit {
    width: 48px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #fff; }
    .pxl-search-popup-inner .text-search-wrap .search-submit:hover {
      color: var(--primary-color); }
  .pxl-search-popup-inner .text-search-wrap .pxl-svg {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px; }
  .pxl-search-popup-inner .text-search-wrap .search-submit:hover .pxl-svg path {
    fill: var(--primary-color); }

#pxl-search-popup-normal .pxl-search-popup-inner .text-search-wrap .search-submit {
  right: 0; }

.search-no-results .pxl-content-area .pxl-search-form .pxl-search-field {
  border: 1px solid #d8d8d8; }
  .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:hover, .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:focus, .search-no-results .pxl-content-area .pxl-search-form .pxl-search-field:active {
    border-color: var(--primary-color); }
.search-no-results .pxl-content-area .pxl-search-form [type="submit"] {
  padding: 12px 35px;
  background-color: var(--primary-color);
  line-height: 1; }

.nice-select {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 24px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  .nice-select:after {
    position: absolute;
    font-size: 13px;
    font-style: normal;
    font-family: "LineIconsProLight";
    content: "";
    right: 0;
    top: 50%;
    color: var(--body-color);
    height: 100%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center; }
  .nice-select span.current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px;
    font-size: 14px;
    color: #999999; }
  .nice-select .option {
    text-overflow: ellipsis;
    overflow: hidden; }
  .nice-select .list {
    max-height: 330px;
    overflow: auto;
    background-color: #fff;
    -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: 0px 0px 0px 1px #e4e4e4;
    -khtml-box-shadow: 0px 0px 0px 1px #e4e4e4;
    -moz-box-shadow: 0px 0px 0px 1px #e4e4e4;
    -ms-box-shadow: 0px 0px 0px 1px #e4e4e4;
    -o-box-shadow: 0px 0px 0px 1px #e4e4e4;
    box-shadow: 0px 0px 0px 1px #e4e4e4;
    box-sizing: border-box;
    margin-top: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    color: inherit;
    -webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7); }
    .nice-select .list .selected {
      color: #222; }
    .nice-select .list .option {
      font-size: 0.875rem;
      color: #6e6f82;
      padding: 8px 15px;
      cursor: pointer;
      line-height: normal;
      list-style: none;
      outline: none;
      -webkit-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
      -khtml-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
      -moz-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
      -ms-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
      -o-transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
      transition: all 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      .nice-select .list .option.selected {
        background-color: #000;
        color: #fff; }
      .nice-select .list .option.disabled {
        background-color: transparent;
        color: #999;
        cursor: default; }
      .nice-select .list .option:hover, .nice-select .list .option:focus {
        background-color: #000;
        color: #fff; }
  .nice-select.open .list, .nice-select .list.open {
    min-width: 185px;
    overflow: auto;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -khtml-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -moz-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -ms-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    -o-animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
    animation: pxlFadeInDown 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.form-check {
  padding-top: 7px;
  display: flex; }
  .form-check .form-check-input {
    width: 15px;
    height: 15px;
    background: var(--second-color);
    border: none;
    cursor: pointer;
    margin-top: 2px;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    position: relative;
    text-align: center;
    line-height: 13px;
    float: left; }
    .form-check .form-check-input:after {
      content: "";
      font-family: "LineIconsProRegular";
      font-size: 12px;
      color: #fff;
      opacity: 0; }
      .form-check .form-check-input:checked[type=checkbox]:after {
        opacity: 1; }
  .form-check .form-check-label {
    cursor: pointer;
    color: var(--heading-color);
    text-transform: inherit;
    flex: 1; }

.bordered.form-check-input {
  border: 1px solid #e4e4e4;
  background-color: transparent;
  transition: all 400ms ease-in-out 0s; }

.bordered.form-check-input[type=checkbox] {
  border-radius: 0; }

.user-registration.ur-frontend-form {
  border: 0;
  background: #fff;
  padding: 3rem;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3; }
@media (max-width: 575px) {
  .user-registration.ur-frontend-form {
    padding: 3rem 2rem; } }
@media (max-width: 480px) {
  .user-registration.ur-frontend-form {
    padding: 2rem 1.5rem; } }
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0; }
  .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 24px; }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child {
      margin-bottom: 0; }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"], .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"] {
      border: 1px solid #e4e4e4;
      border-left: 0;
      background: transparent;
      border-right: 0;
      border-top: 0;
      border-radius: 0;
      padding: 0.8rem 0;
      height: 48px;
      color: #5b5b5b;
      font-size: 0.875rem;
      box-shadow: none;
      margin-bottom: 0; }
      .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]::-webkit-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]::-webkit-input-placeholder {
        font-style: italic;
        font-size: 0.8125rem;
        color: #6c757d;
        opacity: 1; }
      .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]:-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]:-moz-placeholder {
        font-style: italic;
        font-size: 0.8125rem;
        color: #6c757d;
        opacity: 1; }
      .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]::-moz-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]::-moz-placeholder {
        font-style: italic;
        font-size: 0.8125rem;
        color: #6c757d;
        opacity: 1; }
      .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="text"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="email"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="url"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="password"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="tel"]:-ms-input-placeholder, .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item input[type="date"]:-ms-input-placeholder {
        font-style: italic;
        font-size: 0.8125rem;
        color: #6c757d;
        opacity: 1; }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .ur-label {
      color: #060606;
      font-weight: 400; }
  .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy {
    font-size: 0.875em; }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy a {
      color: var(--primary-color); }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy input[type="checkbox"] {
      border: 1px solid #e4e4e4;
      background-color: transparent;
      border-radius: 0;
      width: 20px;
      height: 20px;
      background: #f2f2f2;
      cursor: pointer;
      position: relative;
      top: -4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-print-color-adjust: exact;
      transition: all 400ms ease-in-out 0s; }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy input[type="checkbox"]:checked {
      border-color: var(--primary-color);
      background-color: var(--primary-color);
      color: #fff;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .user-registration.ur-frontend-form .ur-form-row .ur-form-grid .field-privacy_policy input {
      position: relative;
      top: -4px; }
.user-registration.ur-frontend-form .ur-form-row .without_icon {
  padding-left: 0 !important; }
.user-registration.ur-frontend-form .ur-button-container {
  margin-top: 1.5rem;
  padding: 0; }
  .user-registration.ur-frontend-form .ur-button-container .ur-submit-button {
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    text-align: center;
    word-break: break-word;
    white-space: normal;
    cursor: pointer;
    transition: 0.35s all ease-out;
    display: block;
    width: 100%; }
    .user-registration.ur-frontend-form .ur-button-container .ur-submit-button:hover, .user-registration.ur-frontend-form .ur-button-container .ur-submit-button:focus, .user-registration.ur-frontend-form .ur-button-container .ur-submit-button:active {
      background-color: var(--primary-color);
      color: #fff; }

.sign-in-form .pxl-text-editor-wrap .pxl-text-editor {
  flex: 1 0 0%; }

#user-registration {
  margin: 0; }

.ur-frontend-form.login {
  border: 0;
  background: #fff;
  padding: 3rem;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 3; }
@media (max-width: 575px) {
  .ur-frontend-form.login {
    padding: 3rem 2rem; } }
@media (max-width: 480px) {
  .ur-frontend-form.login {
    padding: 2rem 1.5rem; } }
.ur-frontend-form.login .ur-form-row .ur-form-grid {
  padding: 0;
  margin-bottom: 24px; }
  .ur-frontend-form.login .ur-form-row .ur-form-grid:last-child {
    margin-bottom: 0; }
  .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"], .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"] {
    border: 1px solid #e4e4e4;
    border-left: 0;
    background: transparent;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0.8rem 0;
    height: 48px;
    color: #5b5b5b;
    font-size: 0.875rem;
    box-shadow: none;
    margin-bottom: 0; }
    .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]::-webkit-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]::-webkit-input-placeholder {
      font-style: italic;
      font-size: 0.8125rem;
      color: #6c757d;
      opacity: 1; }
    .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]:-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]:-moz-placeholder {
      font-style: italic;
      font-size: 0.8125rem;
      color: #6c757d;
      opacity: 1; }
    .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]::-moz-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]::-moz-placeholder {
      font-style: italic;
      font-size: 0.8125rem;
      color: #6c757d;
      opacity: 1; }
    .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="text"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="email"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="url"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="password"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="tel"]:-ms-input-placeholder, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="date"]:-ms-input-placeholder {
      font-style: italic;
      font-size: 0.8125rem;
      color: #6c757d;
      opacity: 1; }
  .ur-frontend-form.login .ur-form-row .ur-form-grid .ur-label {
    color: #060606;
    font-weight: 400; }
    .ur-frontend-form.login .ur-form-row .ur-form-grid .user-registration-form-row label {
      display: none; }
  .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"] {
    float: none;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--primary-color);
    background-color: transparent;
    border: 1px solid var(--primary-color);
    text-align: center;
    word-break: break-word;
    white-space: normal;
    cursor: pointer;
    transition: 0.35s all ease-out;
    display: block;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 32px; }
    .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"]:hover, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"]:focus, .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="submit"]:active {
      background-color: var(--primary-color);
      color: #fff; }
  .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="checkbox"] {
    border: 1px solid #e4e4e4;
    background-color: transparent;
    border-radius: 0;
    width: 20px;
    height: 20px;
    background: #f2f2f2;
    cursor: pointer;
    position: relative;
    top: -4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    transition: all 400ms ease-in-out 0s; }
  .ur-frontend-form.login .ur-form-row .ur-form-grid input[type="checkbox"]:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
  .ur-frontend-form.login .ur-form-row .ur-form-grid .lost_password a {
    color: var(--primary-color); }
    .ur-frontend-form.login .ur-form-row .ur-form-grid .lost_password a:hover {
      color: var(--link-color-hover); }
.ur-frontend-form.login .ur-form-row .without_icon {
  padding-left: 0 !important; }
.ur-frontend-form.login .ur-button-container {
  margin-top: 1.5rem;
  padding: 0; }

.label-for-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .label-for-checkbox > * {
    max-width: 100%; }
  .label-for-checkbox input[type="checkbox"] {
    border: 1px solid #e4e4e4;
    background-color: transparent;
    border-radius: 0;
    width: 15px;
    height: 15px;
    background: #f2f2f2;
    cursor: pointer;
    position: relative;
    top: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    transition: all 400ms ease-in-out 0s;
    background-position: center; }
  .label-for-checkbox input[type="checkbox"]:checked {
    border-color: var(--second-color);
    background-color: var(--second-color);
    color: #fff;
    background-image: url("../images/checked.png");
    background-size: 9px;
    background-position: center;
    background-repeat: no-repeat; }

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  vertical-align: bottom; }
  .button:hover, .button:active, .button:focus, button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    cursor: pointer; }
  .button:visited, button:visited, input[type="button"]:visited, input[type="reset"]:visited, input[type="submit"]:visited {
    text-decoration: none; }
  .button:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: none;
    outline-offset: 0; }

.btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart, .pxl-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.25;
  letter-spacing: 0.025em;
  padding: 16px 35px 16px 35px;
  background-color: var(--primary-color);
  outline: none;
  cursor: pointer;
  vertical-align: top;
  border: 1px solid var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  -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: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1); }
@media (max-width: 991px) {
  .btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart, .pxl-btn {
    padding: 14px 30px 14px 30px; } }
@media (max-width: 767px) {
  .btn, button, .button, input[type="submit"], input[type="button"], .added_to_cart, .pxl-btn {
    padding: 12px 26px 12px 26px;
    font-size: 13px; } }
.btn:active, .btn:hover, .btn:focus, button:active, button:hover, button:focus, .button:active, .button:hover, .button:focus, input[type="submit"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:active, input[type="button"]:hover, input[type="button"]:focus, .added_to_cart:active, .added_to_cart:hover, .added_to_cart:focus, .pxl-btn:active, .pxl-btn:hover, .pxl-btn:focus {
  color: #000000;
  outline: medium none;
  text-decoration: none;
  background-color: transparent;
  border-color: #000000; }
.btn.btn-outline, .btn.btn-alt, button.btn-outline, button.btn-alt, .button.btn-outline, .button.btn-alt, input[type="submit"].btn-outline, input[type="submit"].btn-alt, input[type="button"].btn-outline, input[type="button"].btn-alt, .added_to_cart.btn-outline, .added_to_cart.btn-alt, .pxl-btn.btn-outline, .pxl-btn.btn-alt {
  border: 1px solid var(--heading-color);
  background-color: transparent;
  color: var(--heading-color); }
  .btn.btn-outline:active, .btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-alt:active, .btn.btn-alt:hover, .btn.btn-alt:focus, button.btn-outline:active, button.btn-outline:hover, button.btn-outline:focus, button.btn-alt:active, button.btn-alt:hover, button.btn-alt:focus, .button.btn-outline:active, .button.btn-outline:hover, .button.btn-outline:focus, .button.btn-alt:active, .button.btn-alt:hover, .button.btn-alt:focus, input[type="submit"].btn-outline:active, input[type="submit"].btn-outline:hover, input[type="submit"].btn-outline:focus, input[type="submit"].btn-alt:active, input[type="submit"].btn-alt:hover, input[type="submit"].btn-alt:focus, input[type="button"].btn-outline:active, input[type="button"].btn-outline:hover, input[type="button"].btn-outline:focus, input[type="button"].btn-alt:active, input[type="button"].btn-alt:hover, input[type="button"].btn-alt:focus, .added_to_cart.btn-outline:active, .added_to_cart.btn-outline:hover, .added_to_cart.btn-outline:focus, .added_to_cart.btn-alt:active, .added_to_cart.btn-alt:hover, .added_to_cart.btn-alt:focus, .pxl-btn.btn-outline:active, .pxl-btn.btn-outline:hover, .pxl-btn.btn-outline:focus, .pxl-btn.btn-alt:active, .pxl-btn.btn-alt:hover, .pxl-btn.btn-alt:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff; }
.btn.btn-dash, button.btn-dash, .button.btn-dash, input[type="submit"].btn-dash, input[type="button"].btn-dash, .added_to_cart.btn-dash, .pxl-btn.btn-dash {
  border: 1px dashed var(--primary-color); }
.btn.btn-default, button.btn-default, .button.btn-default, input[type="submit"].btn-default, input[type="button"].btn-default, .added_to_cart.btn-default, .pxl-btn.btn-default {
  background-color: var(--default-color);
  border-color: var(--default-color);
  color: #fff; }
  .btn.btn-default:active, .btn.btn-default:hover, .btn.btn-default:focus, button.btn-default:active, button.btn-default:hover, button.btn-default:focus, .button.btn-default:active, .button.btn-default:hover, .button.btn-default:focus, input[type="submit"].btn-default:active, input[type="submit"].btn-default:hover, input[type="submit"].btn-default:focus, input[type="button"].btn-default:active, input[type="button"].btn-default:hover, input[type="button"].btn-default:focus, .added_to_cart.btn-default:active, .added_to_cart.btn-default:hover, .added_to_cart.btn-default:focus, .pxl-btn.btn-default:active, .pxl-btn.btn-default:hover, .pxl-btn.btn-default:focus {
    background-color: transparent;
    border-color: #000000;
    color: #000000; }
.btn.btn-primary, button.btn-primary, .button.btn-primary, input[type="submit"].btn-primary, input[type="button"].btn-primary, .added_to_cart.btn-primary, .pxl-btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff; }
  .btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-primary:focus, button.btn-primary:active, button.btn-primary:hover, button.btn-primary:focus, .button.btn-primary:active, .button.btn-primary:hover, .button.btn-primary:focus, input[type="submit"].btn-primary:active, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="button"].btn-primary:active, input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, .added_to_cart.btn-primary:active, .added_to_cart.btn-primary:hover, .added_to_cart.btn-primary:focus, .pxl-btn.btn-primary:active, .pxl-btn.btn-primary:hover, .pxl-btn.btn-primary:focus {
    background-color: transparent;
    border-color: #000000;
    color: #000000; }
.btn.btn-secondary, .btn.secondary, .btn.btn-second, button.btn-secondary, button.secondary, button.btn-second, .button.btn-secondary, .button.secondary, .button.btn-second, input[type="submit"].btn-secondary, input[type="submit"].secondary, input[type="submit"].btn-second, input[type="button"].btn-secondary, input[type="button"].secondary, input[type="button"].btn-second, .added_to_cart.btn-secondary, .added_to_cart.secondary, .added_to_cart.btn-second, .pxl-btn.btn-secondary, .pxl-btn.secondary, .pxl-btn.btn-second {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff; }
  .btn.btn-secondary:active, .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.secondary:active, .btn.secondary:hover, .btn.secondary:focus, .btn.btn-second:active, .btn.btn-second:hover, .btn.btn-second:focus, button.btn-secondary:active, button.btn-secondary:hover, button.btn-secondary:focus, button.secondary:active, button.secondary:hover, button.secondary:focus, button.btn-second:active, button.btn-second:hover, button.btn-second:focus, .button.btn-secondary:active, .button.btn-secondary:hover, .button.btn-secondary:focus, .button.secondary:active, .button.secondary:hover, .button.secondary:focus, .button.btn-second:active, .button.btn-second:hover, .button.btn-second:focus, input[type="submit"].btn-secondary:active, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:focus, input[type="submit"].secondary:active, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus, input[type="submit"].btn-second:active, input[type="submit"].btn-second:hover, input[type="submit"].btn-second:focus, input[type="button"].btn-secondary:active, input[type="button"].btn-secondary:hover, input[type="button"].btn-secondary:focus, input[type="button"].secondary:active, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="button"].btn-second:active, input[type="button"].btn-second:hover, input[type="button"].btn-second:focus, .added_to_cart.btn-secondary:active, .added_to_cart.btn-secondary:hover, .added_to_cart.btn-secondary:focus, .added_to_cart.secondary:active, .added_to_cart.secondary:hover, .added_to_cart.secondary:focus, .added_to_cart.btn-second:active, .added_to_cart.btn-second:hover, .added_to_cart.btn-second:focus, .pxl-btn.btn-secondary:active, .pxl-btn.btn-secondary:hover, .pxl-btn.btn-secondary:focus, .pxl-btn.secondary:active, .pxl-btn.secondary:hover, .pxl-btn.secondary:focus, .pxl-btn.btn-second:active, .pxl-btn.btn-second:hover, .pxl-btn.btn-second:focus {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff; }
.btn.btn-outline-light, button.btn-outline-light, .button.btn-outline-light, input[type="submit"].btn-outline-light, input[type="button"].btn-outline-light, .added_to_cart.btn-outline-light, .pxl-btn.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light:focus, button.btn-outline-light:active, button.btn-outline-light:hover, button.btn-outline-light:focus, .button.btn-outline-light:active, .button.btn-outline-light:hover, .button.btn-outline-light:focus, input[type="submit"].btn-outline-light:active, input[type="submit"].btn-outline-light:hover, input[type="submit"].btn-outline-light:focus, input[type="button"].btn-outline-light:active, input[type="button"].btn-outline-light:hover, input[type="button"].btn-outline-light:focus, .added_to_cart.btn-outline-light:active, .added_to_cart.btn-outline-light:hover, .added_to_cart.btn-outline-light:focus, .pxl-btn.btn-outline-light:active, .pxl-btn.btn-outline-light:hover, .pxl-btn.btn-outline-light:focus {
    color: #060606;
    background-color: #fff;
    border-color: #fff; }
.btn.btn-block, button.btn-block, .button.btn-block, input[type="submit"].btn-block, input[type="button"].btn-block, .added_to_cart.btn-block, .pxl-btn.btn-block {
  width: 100%;
  text-align: center;
  justify-content: center; }
.btn.btn-fullwidth, button.btn-fullwidth, .button.btn-fullwidth, input[type="submit"].btn-fullwidth, input[type="button"].btn-fullwidth, .added_to_cart.btn-fullwidth, .pxl-btn.btn-fullwidth {
  width: 100%;
  text-align: center;
  justify-content: center; }
  .btn.btn-fullwidth.border-3px, button.btn-fullwidth.border-3px, .button.btn-fullwidth.border-3px, input[type="submit"].btn-fullwidth.border-3px, input[type="button"].btn-fullwidth.border-3px, .added_to_cart.btn-fullwidth.border-3px, .pxl-btn.btn-fullwidth.border-3px {
    border-radius: 3px !important; }
.btn.btn-round, button.btn-round, .button.btn-round, input[type="submit"].btn-round, input[type="button"].btn-round, .added_to_cart.btn-round, .pxl-btn.btn-round {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.btn.text-justify, button.text-justify, .button.text-justify, input[type="submit"].text-justify, input[type="button"].text-justify, .added_to_cart.text-justify, .pxl-btn.text-justify {
  display: block; }
.btn .post-count, button .post-count, .button .post-count, input[type="submit"] .post-count, input[type="button"] .post-count, .added_to_cart .post-count, .pxl-btn .post-count {
  margin-left: 4px; }

.link-more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--body-font-family);
  font-weight: 500;
  color: var(--link-color);
  letter-spacing: 0.025em;
  padding-bottom: 1px; }
  .link-more > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .link-more {
      font-size: 18px; } }
@media (max-width: 767px) {
  .link-more {
    font-size: 16px; } }
.link-more.underline-true {
  padding-bottom: 17px; }
  .link-more.underline-true:after {
    content: "";
    width: 34px;
    height: 1px;
    background-color: var(--link-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.25s ease;
    -khtml-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .link-more.underline-true:hover:after {
      width: 80%;
      background-color: var(--link-color-hover);
      -webkit-transform: translate(-50%, -9px);
      -khtml-transform: translate(-50%, -9px);
      -moz-transform: translate(-50%, -9px);
      -ms-transform: translate(-50%, -9px);
      -o-transform: translate(-50%, -9px);
      transform: translate(-50%, -9px); }
.link-more .pxl-icon {
  font-size: 16px;
  margin-left: 8px;
  -webkit-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -khtml-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -ms-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  -o-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease; }
@media (max-width: 767px) {
  .link-more .pxl-icon {
    font-size: 14px; } }
.link-more:hover {
  color: var(--link-color-hover); }
  .link-more:hover .pxl-icon {
    -webkit-transform: translateX(5px);
    -khtml-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }
.link-more.lmore2 {
  font-size: 18px; }
@media (max-width: 1199px) {
  .link-more.lmore2 {
    font-size: 16px; } }
@media (max-width: 767px) {
  .link-more.lmore2 {
    font-size: 14px; } }
.link-more.lmore2.underline-true {
  padding-bottom: 11px; }
@media (max-width: 1199px) {
  .link-more.lmore2.underline-true {
    padding-bottom: 8px; } }
@media (max-width: 767px) {
  .link-more.lmore2.underline-true {
    padding-bottom: 6px; } }
.link-more.lmore2.underline-true:after {
  width: 40px;
  left: 0;
  -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);
  -webkit-transition: width 0.6s ease 0.3s;
  -khtml-transition: width 0.6s ease 0.3s;
  -moz-transition: width 0.6s ease 0.3s;
  -ms-transition: width 0.6s ease 0.3s;
  -o-transition: width 0.6s ease 0.3s;
  transition: width 0.6s ease 0.3s; }
  .link-more.lmore2.underline-true:hover:after {
    width: 100% !important;
    background-color: var(--link-color-hover);
    -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); }
.link-more.lmore2.underline-true.underline-center:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transform-origin: center;
  -khtml-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center; }
.link-more.lmore2.underline-true.underline-end:after {
  left: auto;
  right: 0;
  -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);
  -webkit-transform-origin: 100% 0;
  -khtml-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.pxl-readmore {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: var(--body-font-family);
  font-weight: 500;
  color: var(--primary-color);
  letter-spacing: 0.15em;
  padding-bottom: 1px; }
  .pxl-readmore .pxl-icon {
    font-size: 12px;
    opacity: 0;
    margin-left: 8px;
    -webkit-transform: translateX(-15px);
    -khtml-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    -webkit-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
    -khtml-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
    -moz-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
    -ms-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
    -o-transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, color 0.1s ease, opacity 0.3s ease; }
  .pxl-readmore:after {
    content: "";
    width: calc(100% - 22px);
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.25s ease;
    -khtml-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .pxl-readmore:hover {
    color: var(--link-color-hover); }
    .pxl-readmore:hover .pxl-icon {
      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-readmore:hover:after {
      width: 100%;
      background-color: var(--link-color-hover); }

.btn-link {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--link-color);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative; }
@media (max-width: 575px) {
  .btn-link {
    font-size: 14px; } }
.btn-link.underline-true {
  overflow: hidden; }
  .btn-link.underline-true:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--link-color);
    position: absolute;
    left: -1px;
    bottom: 3px;
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.8s ease 0.3s;
    -khtml-transition: transform 0.8s ease 0.3s;
    -moz-transition: transform 0.8s ease 0.3s;
    -ms-transition: transform 0.8s ease 0.3s;
    -o-transition: transform 0.8s ease 0.3s;
    transition: transform 0.8s ease 0.3s; }
    .btn-link.underline-true:hover:after {
      width: 100%;
      background-color: var(--link-color-hover);
      -webkit-transform: translateX(0);
      -khtml-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
.btn-link .pxl-icon {
  font-size: 12px;
  margin-left: 8px; }
@media (max-width: 575px) {
  .btn-link .pxl-icon {
    font-size: 11px;
    margin-left: 5px; } }
.btn-link:hover {
  color: var(--link-color-hover);
  text-decoration: none; }

.btn-readmore-plus {
  width: 41px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  background-color: var(--second-color);
  color: #fff;
  text-align: center;
  font-size: 16px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.dash-link-more {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  border-style: dashed;
  border-width: 2px;
  border-color: var(--primary-color);
  border-radius: 3px;
  padding: 14px 54px;
  text-align: center;
  cursor: pointer;
  color: #1b1b1b; }
@media (max-width: 480px) {
  .dash-link-more {
    padding: 14px 24px; } }
.dash-link-more:active, .dash-link-more:hover, .dash-link-more:focus {
  background-color: var(--primary-color);
  color: #fff; }

.pxl-btn-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px; }
  .pxl-btn-content > span {
    flex: 0 0 auto;
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    display: inline-flex; }
    .pxl-btn-content > span.pxl-align-icon-right {
      order: 2; }
  .pxl-btn-content .pxl-btn-icon {
    margin-top: -2px; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; }

.pxl-readmore-round-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .pxl-readmore-round-arrow > * {
    max-width: 100%; }
  .pxl-readmore-round-arrow .pxli {
    width: 86px;
    height: 86px;
    display: inline-flex;
    border: 2px solid var(--primary-color);
    align-items: center;
    justify-content: center;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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 (max-width: 1199px) {
    .pxl-readmore-round-arrow .pxli {
      width: 56px;
      height: 56px;
      font-size: 16px; } }
  .pxl-readmore-round-arrow .rm-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin-left: 15px; }
    .pxl-readmore-round-arrow:hover .pxli {
      -webkit-animation: bounceIn 3s linear 0s;
      -khtml-animation: bounceIn 3s linear 0s;
      -moz-animation: bounceIn 3s linear 0s;
      -ms-animation: bounceIn 3s linear 0s;
      -o-animation: bounceIn 3s linear 0s;
      animation: bounceIn 3s linear 0s; }
    .pxl-readmore-round-arrow:hover .rm-text {
      -webkit-animation: readmoreIcon 500ms linear 0s;
      -khtml-animation: readmoreIcon 500ms linear 0s;
      -moz-animation: readmoreIcon 500ms linear 0s;
      -ms-animation: readmoreIcon 500ms linear 0s;
      -o-animation: readmoreIcon 500ms linear 0s;
      animation: readmoreIcon 500ms linear 0s; }

.pxl-readmore-round-arrow-small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .pxl-readmore-round-arrow-small > * {
    max-width: 100%; }
  .pxl-readmore-round-arrow-small .pxli {
    width: 53px;
    height: 53px;
    display: inline-flex;
    border: 2px solid var(--primary-color);
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -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-readmore-round-arrow-small:hover .pxli {
      -webkit-animation: bounceIn 2s linear 0s;
      -khtml-animation: bounceIn 2s linear 0s;
      -moz-animation: bounceIn 2s linear 0s;
      -ms-animation: bounceIn 2s linear 0s;
      -o-animation: bounceIn 2s linear 0s;
      animation: bounceIn 2s linear 0s; }

.pxl-load-more .btn-grid-loadmore.right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .pxl-load-more .btn-grid-loadmore.right > * {
    max-width: 100%; }
.pxl-load-more .btn-icon {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.1s ease;
  -khtml-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }
  .pxl-load-more .btn-icon.left {
    margin-right: 6px; }
  .pxl-load-more .btn-icon.right {
    order: 2;
    margin-left: 8px;
    margin-right: 0; }
.pxl-load-more .btn-text {
  display: inline-block;
  -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-load-more .pxl-btn-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -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-load-more.loading .btn-icon, .pxl-load-more .loading .btn-icon {
    opacity: 0;
    visibility: hidden; }
  .pxl-load-more.loading .btn-text, .pxl-load-more .loading .btn-text {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  .pxl-load-more.loading .pxl-btn-icon, .pxl-load-more .loading .pxl-btn-icon {
    font-size: inherit;
    opacity: 1;
    visibility: visible;
    -webkit-animation: spin 1s infinite linear;
    -khtml-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }

@media (min-width: 1200px) {
  .header-height {
    height: 120px; }
  .pxl-header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2; } }

#pxl-header {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s;
  transition: all 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) 0s; }

.header-type-df.h-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -khtml-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -moz-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -ms-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -o-transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  transition: 0.6s cubic-bezier(0.3, 0.4, 0.5, 1);
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -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-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  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%);
  -webkit-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -khtml-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -moz-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -ms-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -o-transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  transition: 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important; }
  .pxl-header-sticky.h-fixed {
    -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;
    -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-sticky.pxl-header-rotate-x {
    -webkit-transition: all 0.3s ease-out !important;
    -khtml-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -ms-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    -webkit-transform: perspective(300px) rotateX(-90deg);
    transform: perspective(300px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -khtml-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top; }
    .pxl-header-sticky.pxl-header-rotate-x.h-fixed {
      -webkit-transform: perspective(300px) rotateX(0deg);
      transform: perspective(300px) rotateX(0deg); }

.pxl-header-main-sticky {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out !important;
  -khtml-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -ms-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important; }
  .pxl-header-main-sticky.h-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    -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); }

.sticky-direction-scroll-down .pxl-header-main-sticky.h-fixed {
  -webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s linear 0s normal forwards 1 running headerSlideDown; }

.pxl-header-fixed-top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: background 0.4s ease-in-out 0.3s;
  transition: background 0s ease-in-out 0s; }

.admin-bar .pxl-header-sticky {
  top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-sticky {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .admin-bar .pxl-header-sticky {
    top: 0; } }
.admin-bar .h-fixed {
  top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .h-fixed {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .admin-bar .h-fixed {
    top: 0; } }
.admin-bar .pxl-header-fixed-top {
  top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-fixed-top {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .admin-bar .pxl-header-fixed-top {
    top: 0; } }

@media (min-width: 1200px) {
  .pxl-page.header-pos-fixed-left .pxl-header, .pxl-page.header-pos-fixed-right .pxl-header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 25%;
    overflow-y: overlay;
    z-index: 1;
    scrollbar-width: none; }
    .pxl-page.header-pos-fixed-left .pxl-header::-webkit-scrollbar, .pxl-page.header-pos-fixed-right .pxl-header::-webkit-scrollbar {
      height: 0;
      width: 7px;
      background-color: transparent; }
    .pxl-page.header-pos-fixed-left .pxl-header::-webkit-scrollbar-track, .pxl-page.header-pos-fixed-right .pxl-header::-webkit-scrollbar-track {
      border-radius: 0; }
    .pxl-page.header-pos-fixed-left .pxl-header::-webkit-scrollbar-thumb, .pxl-page.header-pos-fixed-right .pxl-header::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: transparent; }
    .pxl-page.header-pos-fixed-left .pxl-header:hover::-webkit-scrollbar, .pxl-page.header-pos-fixed-right .pxl-header:hover::-webkit-scrollbar {
      width: 7px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 0; }
    .pxl-page.header-pos-fixed-left .pxl-header:hover::-webkit-scrollbar-thumb, .pxl-page.header-pos-fixed-right .pxl-header:hover::-webkit-scrollbar-thumb {
      background-color: rgba(204, 204, 204, 0.3); }
  .pxl-page.header-pos-fixed-left .elementor-section.elementor-section-boxed > .elementor-container, .pxl-page.header-pos-fixed-right .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1170px; }
  .admin-bar .pxl-page.header-pos-fixed-left .pxl-header, .admin-bar .pxl-page.header-pos-fixed-right .pxl-header {
    top: 32px; }
  .pxl-page.header-pos-fixed-left {
    padding-left: 25%; }
    .pxl-page.header-pos-fixed-left .pxl-header {
      left: 0; }
  .pxl-page.header-pos-fixed-right {
    padding-right: 25%; }
    .pxl-page.header-pos-fixed-right .pxl-header {
      right: 0; }
      .pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu > li > .sub-menu {
        left: auto;
        right: 100%; }
      .pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu .sub-menu {
        -webkit-transform: translate(-20px, 0);
        -khtml-transform: translate(-20px, 0);
        -moz-transform: translate(-20px, 0);
        -ms-transform: translate(-20px, 0);
        -o-transform: translate(-20px, 0);
        transform: translate(-20px, 0); }
      .pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu li:hover > .sub-menu {
        -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-page.header-pos-fixed-right .style-vr .pxl-primary-menu > li {
        flex-direction: row-reverse; }
      .pxl-page.header-pos-fixed-right .style-vr .pxl-primary-menu > li > .main-menu-toggle {
        right: auto;
        left: 30px;
        -webkit-transform: rotate(180deg);
        -khtml-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); } }

@media (min-width: 1600px) {
  .pxl-page.header-pos-fixed-left .pxl-main .elementor-section .elementor-container {
    margin-left: 65px; }
  .pxl-page.header-pos-fixed-left .pxl-footer .elementor-section .elementor-container {
    margin-left: 65px; }
  .pxl-page.header-pos-fixed-right .pxl-main .elementor-section .elementor-container {
    margin-right: 65px; }
  .pxl-page.header-pos-fixed-right .pxl-footer .elementor-section .elementor-container {
    margin-right: 65px; } }

.pxl-header.dark-header .pxl-anchor, .pxl-header.dark-header .pxl-anchor-icon {
  color: #000 !important; }

@media (max-width: 1199px) {
  .pxl-header-mobile-transparent, .pxl-header-mobile-transparent-sticky {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1; } }

.header-mobile-type-df {
  padding: 10px 0; }

.pxl-header-mobile-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  -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: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -khtml-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -moz-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -ms-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  -o-transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important;
  transition: transform 0.6s cubic-bezier(0.43, 0.46, 0.64, 0.66) !important; }
  .pxl-header-mobile-sticky.mh-fixed {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -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-mobile-main-sticky {
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -khtml-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -moz-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -ms-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -o-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important; }
  .pxl-header-mobile-main-sticky.mh-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    -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);
    -webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s linear 0s normal forwards 1 running headerSlideDown; }

.pxl-header-mobile-transparent-sticky {
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -khtml-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -moz-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -ms-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  -o-transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important;
  transition: 0.3s cubic-bezier(0.3, 0.4, 0.5, 1) !important; }
  .pxl-header-mobile-transparent-sticky.mh-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    -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);
    -webkit-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s linear 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s linear 0s normal forwards 1 running headerSlideDown; }

.pxl-header-mobile-fixed-top {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3 ease; }

.logged-in .pxl-header-mobile-sticky {
  top: 32px; }
@media screen and (max-width: 782px) {
  .logged-in .pxl-header-mobile-sticky {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .logged-in .pxl-header-mobile-sticky {
    top: 0; } }
.logged-in .pxl-header-mobile-sticky.mh-fixed, .logged-in .pxl-header-mobile-main-sticky.mh-fixed, .logged-in .pxl-header-mobile-transparent-sticky.mh-fixed {
  top: 32px; }
@media screen and (max-width: 782px) {
  .logged-in .pxl-header-mobile-sticky.mh-fixed, .logged-in .pxl-header-mobile-main-sticky.mh-fixed, .logged-in .pxl-header-mobile-transparent-sticky.mh-fixed {
    top: 46px; } }
@media screen and (max-width: 600px) {
  .logged-in .pxl-header-mobile-sticky.mh-fixed, .logged-in .pxl-header-mobile-main-sticky.mh-fixed, .logged-in .pxl-header-mobile-transparent-sticky.mh-fixed {
    top: 0; } }
.logged-in .pxl-header-mobile-fixed-top {
  top: 32px; }
@media screen and (max-width: 782px) {
  .logged-in .pxl-header-mobile-fixed-top {
    top: 46px; } }

.header-mobile-nav {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center; }

.menu-mobile-toggle-nav {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: 26px; }
  .menu-mobile-toggle-nav .bar {
    position: absolute;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    -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; }
  .menu-mobile-toggle-nav .bar:nth-child(1) {
    width: 24px;
    top: 0;
    bottom: auto; }
  .menu-mobile-toggle-nav .bar:nth-child(2) {
    width: 32px;
    top: 10px;
    bottom: auto; }
  .menu-mobile-toggle-nav .bar:nth-child(3) {
    width: 18px;
    top: auto;
    bottom: 0; }
    .menu-mobile-toggle-nav.cliked .bar, .menu-mobile-toggle-nav:hover .bar {
      background-color: #000; }
    .menu-mobile-toggle-nav.cliked .bar:nth-child(1), .menu-mobile-toggle-nav:hover .bar:nth-child(1) {
      width: 32px; }
    .menu-mobile-toggle-nav.cliked .bar:nth-child(2), .menu-mobile-toggle-nav:hover .bar:nth-child(2) {
      width: 18px; }
    .menu-mobile-toggle-nav.cliked .bar:nth-child(3), .menu-mobile-toggle-nav:hover .bar:nth-child(3) {
      width: 24px; }

@media (max-width: 1199px) {
  .pxl-header-mobile .header-main-mobile {
    position: relative;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.02);
    background-color: #fff; }
    .pxl-header-mobile .mobile-menu-toggle .bars {
      line-height: 1;
      cursor: pointer; }
      .pxl-header-mobile .mobile-menu-toggle .bars span {
        width: 30px;
        height: 3px;
        background-color: var(--second-color);
        display: block;
        -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-header-mobile .mobile-menu-toggle .bars span:nth-child(2) {
          margin: 7px 0; }
      .pxl-header-mobile .mobile-menu-toggle .bars:hover span {
        background-color: var(--primary-color); }
  .header-mobile-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .header-mobile-content > * {
      max-width: 100%; } }

.logo-default {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .logo-default > * {
    max-width: 100%; }
    .logo-default.logo-desktop img {
      max-width: var(--logo-width); }
  .logo-default.logo-mobile {
    padding-top: 10px;
    padding-bottom: 10px; }
    .logo-default.logo-mobile img {
      max-width: var(--logo-mobile_width); }

.pxl-nav-menu.is-arrow .pxl-primary-menu > li > .main-menu-toggle {
  display: inline-flex; }

@media (min-width: 1200px) {
  .pxl-primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: -35px;
    margin-right: -35px;
    display: flex;
    flex-wrap: wrap; }
    .pxl-primary-menu ul, .pxl-primary-menu ol {
      list-style: none;
      padding: 0;
      margin: 0; }
    .pxl-primary-menu li {
      position: relative;
      padding: 0;
      flex: 0 0 100%;
      width: 100%;
      max-width: 100%; }
      .pxl-primary-menu li:hover > .sub-menu {
        z-index: 9;
        visibility: visible;
        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-primary-menu > li {
      flex: 0 0 auto;
      width: auto;
      margin: 0 35px;
      display: inline-flex;
      align-items: center; }
      .pxl-primary-menu > li > a {
        color: var(--link-color-hover);
        font-size: 16px;
        font-weight: 400;
        font-family: var(--body-font-family);
        line-height: 120px;
        display: inline-block;
        letter-spacing: 0.05em;
        position: relative;
        text-transform: uppercase; }
        .pxl-primary-menu > li > a:hover {
          color: var(--primary-color); }
      .pxl-primary-menu > li > .main-menu-toggle {
        display: none;
        line-height: 1;
        font-size: 12px;
        margin-left: 8px;
        font-family: "LineIconsProRegular"; }
        .pxl-primary-menu > li > .main-menu-toggle:before {
          content: ""; }
      .pxl-primary-menu > li.active > a, .pxl-primary-menu > li.current-menu-item > a, .pxl-primary-menu > li.current-menu-ancestor > a {
        font-weight: 600; }
    .pxl-primary-menu > li.active > a, .pxl-primary-menu > li.active > .main-menu-toggle, .pxl-primary-menu > li.current-menu-item > a, .pxl-primary-menu > li.current-menu-item > .main-menu-toggle, .pxl-primary-menu > li.current-menu-ancestor > a, .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle, .pxl-primary-menu > li:hover > a, .pxl-primary-menu > li:hover > .main-menu-toggle {
      color: var(--primary-color); }
  .pxl-primary-menu > li.pxl-megamenu.current-menu-item:before, .pxl-primary-menu > li.pxl-megamenu.current-menu-ancestor:before {
    width: 0;
    height: 0;
    -webkit-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
    -khtml-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
    -moz-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
    -ms-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
    -o-transition: width 0.8s ease 0s, height 0.3s ease 0.3s;
    transition: width 0.8s ease 0s, height 0.3s ease 0.3s; }
    .pxl-primary-menu > li.pxl-megamenu.current-menu-item:hover:before, .pxl-primary-menu > li.pxl-megamenu.current-menu-ancestor:hover:before {
      width: 100%;
      height: 4px; }
  .pxl-primary-menu > li > .sub-menu {
    left: -70px; }
    [dir="rtl"] .pxl-primary-menu > li > .sub-menu {
      left: auto;
      right: -70px; }
  .pxl-primary-menu > li.active > a, .pxl-primary-menu > li:hover > a {
    color: var(--primary-color); }
    .pxl-primary-menu > li.active > a .pxl-menu-title:after, .pxl-primary-menu > li:hover > a .pxl-menu-title:after {
      background: var(--primary-color); }
  .pxl-primary-menu .sub-menu {
    width: 340px;
    color: var(--link-color);
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top left;
    position: absolute;
    top: 100%;
    left: 100%;
    padding: 50px 70px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 0 0 0 0;
    -khtml-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-transform: translate(0, 20px);
    -khtml-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -khtml-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -moz-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -ms-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    -o-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s;
    transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0.3s linear 0s; }
    .pxl-primary-menu .sub-menu.back {
      left: auto;
      right: 100%; }
    [dir="rtl"] .pxl-primary-menu .sub-menu {
      left: auto;
      right: 100%; }
      [dir="rtl"] .pxl-primary-menu .sub-menu.back {
        right: auto;
        left: 100%; }
  .pxl-primary-menu .sub-menu li {
    padding: 0; }
    .pxl-primary-menu .sub-menu li > a {
      display: block;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      padding: 3px 0;
      color: var(--link-color);
      background-color: transparent;
      position: relative; }
      .pxl-primary-menu .sub-menu li > a:hover {
        color: var(--link-color-hover);
        background-color: transparent; }
    .pxl-primary-menu .sub-menu li:hover > .sub-menu {
      top: -20px; }
  .pxl-primary-menu .sub-menu li.active > a, .pxl-primary-menu .sub-menu li.current-menu-item > a, .pxl-primary-menu .sub-menu li.current-menu-ancestor > a {
    color: var(--link-color-hover);
    background-color: transparent; }
  .pxl-primary-menu .pxl-parent-menu-icon {
    float: right; }
    .pxl-primary-menu .pxl-parent-menu-icon:before {
      margin-left: 5px;
      font-family: "pxli";
      content: "j";
      font-size: 12px; }
      [dir="rtl"] .pxl-primary-menu .pxl-parent-menu-icon:before {
        margin-left: 0;
        margin-right: 5px; }
    [dir="rtl"] .pxl-primary-menu .pxl-parent-menu-icon {
      float: left; }
  .lvl0-hover-divider .pxl-primary-menu > li > a .pxl-menu-title {
    position: relative;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    padding-bottom: 7px; }
    .lvl0-hover-divider .pxl-primary-menu > li > a .pxl-menu-title:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 2px;
      left: -130%;
      background-color: var(--link-color-hover);
      -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
    .lvl0-hover-divider .pxl-primary-menu > li > a .pxl-menu-title:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 2px;
      left: -102%;
      background-color: var(--link-color-hover);
      -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
  .lvl0-hover-divider .pxl-primary-menu > li:hover > a, .lvl0-hover-divider .pxl-primary-menu > li.active > a, .lvl0-hover-divider .pxl-primary-menu > li.current-menu-item > a, .lvl0-hover-divider .pxl-primary-menu > li.current-menu-ancestor > a {
    font-weight: 400; }
    .lvl0-hover-divider .pxl-primary-menu > li:hover > a .pxl-menu-title:before, .lvl0-hover-divider .pxl-primary-menu > li.active > a .pxl-menu-title:before, .lvl0-hover-divider .pxl-primary-menu > li.current-menu-item > a .pxl-menu-title:before, .lvl0-hover-divider .pxl-primary-menu > li.current-menu-ancestor > a .pxl-menu-title:before {
      left: 0; }
    .lvl0-hover-divider .pxl-primary-menu > li:hover > a .pxl-menu-title:after, .lvl0-hover-divider .pxl-primary-menu > li.active > a .pxl-menu-title:after, .lvl0-hover-divider .pxl-primary-menu > li.current-menu-item > a .pxl-menu-title:after, .lvl0-hover-divider .pxl-primary-menu > li.current-menu-ancestor > a .pxl-menu-title:after {
      left: 102%; }
  .lvl0-dots-divider .pxl-primary-menu > li {
    position: relative; }
    .lvl0-dots-divider .pxl-primary-menu > li > .dots {
      width: 5px;
      height: 5px;
      border-radius: 5px;
      background-color: #cccccc; }
      .lvl0-dots-divider .pxl-primary-menu > li:last-child > .dots {
        display: none; }
    .lvl0-dots-divider .pxl-primary-menu > li > a {
      position: relative;
      overflow: hidden;
      margin-top: -1px; }
      .lvl0-dots-divider .pxl-primary-menu > li > a .pxl-menu-title {
        display: inline-flex;
        position: relative;
        line-height: 1.5; }
      .lvl0-dots-divider .pxl-primary-menu > li > a:before {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: -130%;
        background-color: #000;
        -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
        -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
        -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
        -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
        -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
        transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
      .lvl0-dots-divider .pxl-primary-menu > li > a:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        top: 0;
        left: -102%;
        background-color: #000;
        -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
        -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
        -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
        -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
        -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
        transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
    .lvl0-dots-divider .pxl-primary-menu > li:hover > a, .lvl0-dots-divider .pxl-primary-menu > li.active > a, .lvl0-dots-divider .pxl-primary-menu > li.current-menu-item > a, .lvl0-dots-divider .pxl-primary-menu > li.current-menu-ancestor > a {
      font-weight: 400; }
      .lvl0-dots-divider .pxl-primary-menu > li:hover > a:before, .lvl0-dots-divider .pxl-primary-menu > li.active > a:before, .lvl0-dots-divider .pxl-primary-menu > li.current-menu-item > a:before, .lvl0-dots-divider .pxl-primary-menu > li.current-menu-ancestor > a:before {
        left: 0; }
      .lvl0-dots-divider .pxl-primary-menu > li:hover > a:after, .lvl0-dots-divider .pxl-primary-menu > li.active > a:after, .lvl0-dots-divider .pxl-primary-menu > li.current-menu-item > a:after, .lvl0-dots-divider .pxl-primary-menu > li.current-menu-ancestor > a:after {
        left: 102%; }
  .style-vr .pxl-primary-menu {
    margin-left: 0;
    margin-right: 0; }
    .style-vr .pxl-primary-menu > li {
      margin: 0;
      flex: 0 0 100%;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      .style-vr .pxl-primary-menu > li > * {
        max-width: 100%; }
      .style-vr .pxl-primary-menu > li > .main-menu-toggle {
        display: none;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 30px;
        font-size: 16px; }
        .style-vr .pxl-primary-menu > li > .main-menu-toggle:before {
          content: ""; }
      .style-vr .pxl-primary-menu > li > a {
        font-weight: normal;
        line-height: 2;
        text-transform: capitalize;
        font-size: 30px;
        left: -0.015em;
        color: #000; }
        .style-vr .pxl-primary-menu > li.active > a, .style-vr .pxl-primary-menu > li.active > .main-menu-toggle, .style-vr .pxl-primary-menu > li.current-menu-item > a, .style-vr .pxl-primary-menu > li.current-menu-item > .main-menu-toggle, .style-vr .pxl-primary-menu > li.current-menu-ancestor > a, .style-vr .pxl-primary-menu > li.current-menu-ancestor > .main-menu-toggle, .style-vr .pxl-primary-menu > li:hover > a, .style-vr .pxl-primary-menu > li:hover > .main-menu-toggle {
          color: var(--link-color-hover); }
      .style-vr .pxl-primary-menu > li > .sub-menu {
        left: 100%;
        right: 0;
        position: fixed;
        top: 0; }
        [dir="rtl"] .style-vr .pxl-primary-menu > li > .sub-menu {
          left: 0; }
    .style-vr .pxl-primary-menu .sub-menu {
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      padding: 50px 50px 70px 100px;
      border: 0;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      -webkit-transform: translate(20px, 0);
      -khtml-transform: translate(20px, 0);
      -moz-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
      -o-transform: translate(20px, 0);
      transform: translate(20px, 0); }
      .style-vr .pxl-primary-menu .sub-menu li {
        flex: 0 0 auto; }
      .style-vr .pxl-primary-menu .sub-menu a:hover {
        padding-left: 0; }
    .style-vr .pxl-primary-menu .sub-menu.pxl-mega-menu {
      border: 0;
      width: 1030px;
      height: 100vh;
      max-width: 1030px;
      background-color: #fff;
      left: 100% !important;
      padding: 50px 50px 70px 100px !important;
      -webkit-transform: translate(20px, 0) !important;
      -khtml-transform: translate(20px, 0) !important;
      -moz-transform: translate(20px, 0) !important;
      -ms-transform: translate(20px, 0) !important;
      -o-transform: translate(20px, 0) !important;
      transform: translate(20px, 0) !important;
      overflow: hidden;
      overflow-y: auto; }
      .style-vr .pxl-primary-menu li:hover .sub-menu {
        -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); }
      .style-vr .pxl-primary-menu li:hover > .sub-menu.pxl-mega-menu {
        -webkit-transform: translate(0, 0) !important;
        -khtml-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important; }
  .header-type-df .pxl-primary-menu > li {
    margin: 0 25px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .style-vr .pxl-primary-menu > li > a {
    font-size: 24px;
    line-height: 1.8; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .style-vr .pxl-primary-menu .sub-menu {
    padding: 50px 30px 70px 30px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .style-vr .pxl-primary-menu .sub-menu.pxl-mega-menu {
    padding: 50px 30px 70px 30px !important;
    width: calc(100vw - 445px);
    max-width: calc(100vw - 445px); } }

li.pxl-megamenu {
  position: static; }

.pxl-mega-menu {
  max-width: var(--megamenu-max-width);
  border: 1px solid #d0d0d0; }
@media (min-width: 1200px) {
  .pxl-mega-menu {
    left: 50% !important;
    padding: 0 !important;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -khtml-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -ms-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -o-box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    box-shadow: 0px 10px 20px 0px rgba(27, 26, 26, 0.3);
    -webkit-transform: translate(-50%, 20px) !important;
    -khtml-transform: translate(-50%, 20px) !important;
    -moz-transform: translate(-50%, 20px) !important;
    -ms-transform: translate(-50%, 20px) !important;
    -o-transform: translate(-50%, 20px) !important;
    transform: translate(-50%, 20px) !important; } }
@media (max-width: 1199px) {
  .pxl-mega-menu {
    border: 0; }
    .pxl-mega-menu .elementor-section {
      background-image: none !important;
      background-color: transparent !important; }
    .pxl-mega-menu .elementor-background-overlay {
      background-image: none !important;
      background-color: transparent !important; } }
.pxl-mega-menu .pxl-heading-wrap .heading-title {
  display: inline-flex; }

.pxl-primary-menu li:hover > .sub-menu.pxl-mega-menu {
  -webkit-transform: translate(-50%, 0) !important;
  -khtml-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important; }

.pxl-primary-menu .sub-menu.pxl-mega-menu {
  width: 100%;
  background-color: transparent; }

.sub-menu.pxl-mega-menu {
  width: 100%; }
@media (max-width: 1199px) {
  .sub-menu.pxl-mega-menu {
    padding-left: 15px; } }
.sub-menu.pxl-mega-menu .elementor-container .elementor-container {
  max-width: 100% !important; }

@media (min-width: 1200px) {
  .header-main-menu .sub-menu.pxl-mega-menu {
    padding-left: 35px;
    padding-right: 35px; } }

.pxl-nav-menu-mobile ul, .pxl-nav-menu-mobile ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .pxl-nav-menu-mobile ul li, .pxl-nav-menu-mobile ol li {
    position: relative;
    padding: 0; }

.pxl-mobile-menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .pxl-mobile-menu > li {
    color: var(--link-color);
    position: relative; }
    .pxl-mobile-menu > li > a {
      padding: 10px 0;
      color: var(--link-color);
      font-family: var(--body-font-family);
      font-size: 16px;
      font-weight: 400;
      display: inline-block;
      text-transform: capitalize;
      background-color: transparent; }
  .pxl-mobile-menu .menu-item:hover, .pxl-mobile-menu .menu-item:active, .pxl-mobile-menu .current-menu-item, .pxl-mobile-menu .current-menu-ancestor {
    color: var(--link-color-hover); }
    .pxl-mobile-menu .menu-item:hover > a, .pxl-mobile-menu .menu-item:active > a, .pxl-mobile-menu .current-menu-item > a, .pxl-mobile-menu .current-menu-ancestor > a {
      color: var(--link-color-hover);
      background-color: transparent; }
  .pxl-mobile-menu .menu-item:active {
    color: var(--link-color-hover); }
    .pxl-mobile-menu .menu-item:active > a {
      color: var(--link-color-hover);
      background-color: transparent; }
  .pxl-mobile-menu .sub-menu {
    display: none;
    list-style: none; }
    .pxl-mobile-menu .sub-menu .menu-item {
      position: relative;
      color: var(--link-color); }
      .pxl-mobile-menu .sub-menu .menu-item > a {
        padding: 5px 15px;
        display: inline-block;
        color: var(--link-color);
        font-size: 14px;
        font-weight: 400;
        background-color: transparent;
        font-family: var(--body-font-family);
        text-transform: capitalize;
        position: relative; }
    .pxl-mobile-menu .sub-menu .menu-item:hover, .pxl-mobile-menu .sub-menu .current-menu-item, .pxl-mobile-menu .sub-menu .current-menu-ancestor {
      color: var(--link-color-hover); }
      .pxl-mobile-menu .sub-menu .menu-item:hover > a, .pxl-mobile-menu .sub-menu .current-menu-item > a, .pxl-mobile-menu .sub-menu .current-menu-ancestor > a {
        color: var(--link-color-hover);
        background-color: transparent; }
    .pxl-mobile-menu .sub-menu .menu-item:active {
      color: var(--link-color-hover); }
      .pxl-mobile-menu .sub-menu .menu-item:active > a {
        color: var(--link-color-hover);
        background-color: transparent; }
    .pxl-mobile-menu .sub-menu .pxl-heading-wrap {
      margin: 10px 0; }
    .pxl-mobile-menu .sub-menu .elementor-section .elementor-container {
      flex-wrap: wrap; }
    .pxl-mobile-menu .sub-menu .elementor-column {
      width: 100% !important; }
    .pxl-mobile-menu .sub-menu .elementor .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
      padding: 0; }
    .pxl-mobile-menu .sub-menu .elementor-section .pxl-nav-menu-inner .pxl-nav-inner li {
      padding: 0; }
  .pxl-mobile-menu .main-menu-toggle {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: 13px;
    background-color: transparent;
    -webkit-border-radius: 4px 4px 0 4px;
    -khtml-border-radius: 4px 4px 0 4px;
    -moz-border-radius: 4px 4px 0 4px;
    -ms-border-radius: 4px 4px 0 4px;
    -o-border-radius: 4px 4px 0 4px;
    border-radius: 4px 4px 0 4px;
    -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-mobile-menu .main-menu-toggle:before {
      content: "";
      font-family: "LineIconsProLight"; }
    .pxl-mobile-menu .main-menu-toggle.open:before {
      content: "";
      font-family: "LineIconsProLight"; }
  .pxl-mobile-menu .sub-menu .main-menu-toggle {
    top: 5px; }

.pxl-nav-menu-inner.style-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
  flex-wrap: wrap; }
@media (max-width: 1199px) {
  .pxl-nav-menu-inner.style-2 ul {
    margin-left: -15px;
    margin-right: -15px; } }
@media (max-width: 575px) {
  .pxl-nav-menu-inner.style-2 ul {
    justify-content: center; } }
.pxl-nav-menu-inner.style-2 ul li {
  position: relative;
  padding: 0; }
.pxl-nav-menu-inner.style-2 ul > li {
  flex: 0 0 auto;
  width: auto;
  margin: 0 25px;
  display: inline-flex; }
@media (max-width: 1199px) {
  .pxl-nav-menu-inner.style-2 ul > li {
    margin: 0 15px; } }
.pxl-nav-menu-inner.style-2 ul > li > a {
  text-transform: uppercase;
  display: inline-block;
  color: #7e7e7e;
  font-size: 14px;
  letter-spacing: 0.1em; }
@media (max-width: 1199px) {
  .pxl-nav-menu-inner.style-2 ul > li > a {
    letter-spacing: 0; } }
.pxl-nav-menu-inner.style-2 ul > li.active > a, .pxl-nav-menu-inner.style-2 ul > li.active > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li.current-menu-item > a, .pxl-nav-menu-inner.style-2 ul > li.current-menu-item > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li.current-menu-ancestor > a, .pxl-nav-menu-inner.style-2 ul > li.current-menu-ancestor > .main-menu-toggle, .pxl-nav-menu-inner.style-2 ul > li:hover > a, .pxl-nav-menu-inner.style-2 ul > li:hover > .main-menu-toggle {
  color: #fff; }

@media (max-width: 1199px) {
  .pxl-popup-menu.widescreen {
    display: none; } }

@media (min-width: 1200px) {
  .pxl-popup-menu.widescreen .container {
    position: relative; }
    .pxl-popup-menu.widescreen .container > .separate {
      position: absolute;
      left: calc(25% + 30px);
      top: 0;
      bottom: 0;
      content: "";
      width: 1px;
      background-color: #d8d8d8; }
  .pxl-popup-menu.widescreen .pxl-primary-menu {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0; }
    .pxl-popup-menu.widescreen .pxl-primary-menu > li {
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .pxl-popup-menu.widescreen .pxl-primary-menu > li > * {
        max-width: 100%; }
      .pxl-popup-menu.widescreen .pxl-primary-menu > li.menu-item-has-children {
        position: static; }
        .pxl-popup-menu.widescreen .pxl-primary-menu > li.active > .sub-menu, .pxl-popup-menu.widescreen .pxl-primary-menu > li:hover > .sub-menu {
          top: 0;
          z-index: 1;
          visibility: visible;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1; }
      .pxl-popup-menu.widescreen .pxl-primary-menu > li:before {
        display: none; }
      .pxl-popup-menu.widescreen .pxl-primary-menu > li > a {
        line-height: 48px;
        text-transform: uppercase; }
        .pxl-popup-menu.widescreen .pxl-primary-menu > li > a .pxl-menu-title:after {
          left: 0;
          -webkit-transform: translateX(0);
          -khtml-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
      .pxl-popup-menu.widescreen .pxl-primary-menu > li > .main-menu-toggle:before {
        content: "";
        font-size: 16px; }
    .pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu {
      width: calc(75% - 50px);
      min-height: 50vh;
      left: calc(25% + 35px);
      top: 20px;
      padding: 0 0 0 45px;
      -webkit-box-shadow: none;
      -khtml-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu li a:hover {
        color: var(--link-color-hover);
        background-color: transparent;
        border-bottom-color: #d8d8d8; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu .current-menu-item > a, .pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu .current-menu-ancestor > a {
        color: var(--primary-color);
        background-color: transparent;
        border-bottom-color: #d8d8d8; }
    .pxl-popup-menu.widescreen .pxl-primary-menu .sub-menu.pxl-dropdown-mega {
      padding: 0 0 0 30px !important; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .elementor-section {
        width: 100% !important;
        left: auto !important;
        padding-top: 20px !important; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .elementor .elementor-section.elementor-section-boxed > .elementor-container {
        margin-left: 0; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-invisible {
        visibility: visible; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 ul li {
        padding-left: 13px; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 ul li:before {
        top: 13px; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 .pxl-cat-content {
        flex: 0 0 100%;
        max-width: 100%; }
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .pxl-category-box-layout-1 .pxl-cat-img {
        display: none; } }
    @media (min-width: 1200px) and (max-width: 1199px) {
      .pxl-popup-menu.widescreen .pxl-primary-menu .pxl-dropdown-mega .elementor-column {
        width: 50% !important; } }

.pxl-page-overlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  cursor: none;
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -khtml-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -moz-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -ms-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  -o-transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65);
  transition: all 0.3s cubic-bezier(0.52, 0.51, 0.66, 0.65); }
  .pxl-page-overlay.active {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 991px) {
    .pxl-page-overlay.active-mobile {
      opacity: 1;
      visibility: visible; } }

.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%;
  padding: 0;
  background: #fff;
  right: 0;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  -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-hidden-template .pxl-panel-header .panel-header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .pxl-hidden-template .pxl-panel-header .panel-header-inner > * {
      max-width: 100%; }
  .pxl-hidden-template .pxl-panel-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .pxl-hidden-template::-webkit-scrollbar {
    height: 0;
    width: 0;
    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: 0;
    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); }

.pxl-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  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-close > * {
    max-width: 100%; }
  .pxl-close .x-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    -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 (max-width: 767px) {
    .pxl-close .x-icon {
      width: 30px;
      height: 30px; } }
  .pxl-close .x-icon:before, .pxl-close .x-icon:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background-color: #112257;
    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 .x-icon: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 .x-icon: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 .x-text {
    margin-left: 20px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .pxl-close .x-text {
      margin-left: 15px;
      font-size: 14px; } }
.pxl-close:hover .x-icon {
  -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-close:hover .x-icon:before, .pxl-close:hover .x-icon: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-close:hover .x-text {
  color: #000; }

.pxl-panel-content .menu-main-container-wrap {
  padding: 0;
  min-height: calc(100% - 50px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .pxl-panel-content .menu-main-container-wrap > * {
    max-width: 100%; }

.pxl-hidden-template.el-builder .pxl-close {
  position: absolute;
  top: 15px;
  right: 15px; }
.pxl-hidden-template.el-builder .elementor-column-gap-default > .elementor-column.elementor-element > .elementor-element-populated {
  padding: 0; }
.pxl-hidden-template.el-builder .elementor-section-boxed .elementor-inner-section > .elementor-column-gap-default {
  margin: 0; }
  .pxl-hidden-template.el-builder.pxl-side-mobile .pxl-close {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 15px; }
.pxl-hidden-template.pxl-side-mobile .pxl-close .x-icon {
  margin-left: 0; }
.pxl-hidden-template.mobile-panel-df .pxl-logo {
  max-width: 105px; }
@media (max-width: 575px) {
  .pxl-hidden-template.mobile-panel-df .pxl-logo {
    max-width: 70px; } }

.pxl-hidden-template.pos-left {
  width: 100%;
  max-width: 364px;
  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); }
@media (max-width: 767px) {
  .pxl-hidden-template.pos-left {
    max-width: 320px; } }
@media (max-width: 575px) {
  .pxl-hidden-template.pos-left {
    width: 90%; } }
.pxl-hidden-template.pos-left .pxl-panel-header {
  padding: 30px 30px 10px 30px; }
@media (max-width: 480px) {
  .pxl-hidden-template.pos-left .pxl-panel-header {
    padding: 30px 20px 10px 20px; } }
.pxl-hidden-template.pos-left .pxl-panel-content {
  padding: 30px 40px; }
@media (max-width: 767px) {
  .pxl-hidden-template.pos-left .pxl-panel-content {
    padding: 30px 30px; } }
@media (max-width: 575px) {
  .pxl-hidden-template.pos-left .pxl-panel-content {
    padding: 30px 30px; } }
@media (max-width: 480px) {
  .pxl-hidden-template.pos-left .pxl-panel-content {
    padding: 30px 20px; } }

.pxl-hidden-template.pxl-canvas-menu {
  max-width: 445px;
  overflow: visible; }
  .pxl-hidden-template.pxl-canvas-menu .pxl-panel-content {
    padding: 0; }
  .pxl-hidden-template.pxl-canvas-menu .pxl-close {
    top: 55px;
    right: auto;
    left: 80px; }
  @media (max-width: 1599px) {
    .pxl-hidden-template.pxl-canvas-menu .pxl-close {
      top: 25px;
      left: 50px; } }

.pxl-hidden-template.pos-right {
  width: 100%;
  max-width: 500px;
  right: 0;
  left: auto;
  -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 (max-width: 575px) {
  .pxl-hidden-template.pos-right {
    width: 90%; } }
.pxl-hidden-template.pos-right .pxl-hidden-template-wrap {
  position: relative;
  padding: 30px; }

.pxl-hidden-template.pos-top {
  width: 100%;
  height: auto;
  max-height: 100%;
  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; }

.admin-bar .pxl-hidden-template.pos-top {
  max-height: calc(100% - 32px); }

.pxl-hidden-template.pos-top .pxl-hidden-template-wrap {
  position: relative; }
  .pxl-hidden-template.pos-top .pxl-hidden-template-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -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-hidden-template.pos-top .pxl-hidden-template-wrap:before {
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    cursor: progress; }
.pxl-hidden-template.pos-top.loading .pxl-hidden-template-wrap:before {
  opacity: 1;
  visibility: visible; }

.pxl-hidden-template.pxl-search-popup {
  background-color: #fff; }
@media (max-width: 767px) {
  .pxl-hidden-template.pxl-search-popup .pxl-hidden-template-wrap {
    overflow-y: auto; } }
.pxl-hidden-template.pxl-search-popup .pxl-search-product-form {
  position: relative; }
  .pxl-hidden-template.pxl-search-popup .pxl-search-product-form:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999999;
    opacity: 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-hidden-template.pxl-search-popup.loading .pxl-search-product-form .pxl-search-field {
  border-bottom-color: transparent; }
.pxl-hidden-template.pxl-search-popup.loading .pxl-search-product-form:after {
  -webkit-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -khtml-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -moz-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -ms-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  -o-animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards;
  animation: progress-loading 2s cubic-bezier(0.33, 0, 0.67, 0.99) forwards; }
.pxl-hidden-template.pxl-search-popup.loaded .pxl-search-product-form:after {
  -webkit-animation: progress-loaded 0.5s ease-out forwards;
  -khtml-animation: progress-loaded 0.5s ease-out forwards;
  -moz-animation: progress-loaded 0.5s ease-out forwards;
  -ms-animation: progress-loaded 0.5s ease-out forwards;
  -o-animation: progress-loaded 0.5s ease-out forwards;
  animation: progress-loaded 0.5s ease-out forwards; }
.pxl-hidden-template.pxl-search-popup .pxl-panel-content > .pxl-close {
  display: none; }
.pxl-hidden-template.pxl-search-popup .pxl-search-product {
  position: relative; }
  .pxl-hidden-template.pxl-search-popup .pxl-search-product .pxl-close {
    font-size: 20px;
    padding: 5px;
    top: 0;
    right: -5px; }
  @media (max-width: 767px) {
    .pxl-hidden-template.pxl-search-popup .pxl-search-product .pxl-close {
      position: fixed;
      top: 15px;
      right: 15px; } }

.elementor-element-edit-mode .pxl-search-product .pxl-close {
  display: none; }

.pxl-hidden-template.pos-center {
  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;
  background-color: transparent;
  cursor: none; }
  .pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
    width: 100%;
    max-width: 570px;
    max-height: 100vh;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    cursor: default;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
    -khtml-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
    -ms-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
    -o-box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
    box-shadow: 0 3px 21px rgba(255, 255, 255, 0.3);
    -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);
    overflow-y: auto; }
  @media (max-width: 1199px) {
    .pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
      max-width: 450px; } }
@media (max-width: 767px) {
  .pxl-hidden-template.pos-center .pxl-hidden-template-wrap {
    max-width: 420px; } }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent; }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap::-webkit-scrollbar-track {
  border-radius: 0; }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent; }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0; }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1); }
.pxl-hidden-template.pos-center .pxl-hidden-template-wrap:hover {
  -webkit-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  -khtml-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3); }
.pxl-hidden-template.pos-center .pxl-close {
  top: 50px;
  right: 50px;
  color: #000; }
@media (max-width: 575px) {
  .pxl-hidden-template.pos-center .pxl-close {
    top: 20px;
    right: 20px; } }
.pxl-hidden-template.pos-center .pxl-close:hover {
  color: #999999; }
.pxl-hidden-template.pos-center .pxl-panel-content {
  padding: 0; }
  .pxl-hidden-template.pos-center.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.pos-center-large {
  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;
  background-color: transparent;
  cursor: none;
  padding: 30px 0;
  flex-direction: row;
  overflow-y: inherit; }
  .pxl-hidden-template.pos-center-large .pxl-hidden-template-wrap {
    width: 100%;
    max-width: 1560px;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    cursor: default;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.3);
    -khtml-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 21px rgba(0, 0, 0, 0.3);
    -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);
    overflow: hidden; }
  @media (max-width: 1599px) {
    .pxl-hidden-template.pos-center-large .pxl-hidden-template-wrap {
      max-width: 90%; } }
@media (max-width: 1199px) {
  .pxl-hidden-template.pos-center-large .pxl-hidden-template-wrap {
    max-width: calc(100% - 40px); } }
.pxl-hidden-template.pos-center-large .pxl-panel-content {
  padding: 0;
  position: static;
  max-height: calc(100vh - 60px);
  overflow-y: auto; }
  .pxl-hidden-template.pos-center-large .pxl-panel-content::-webkit-scrollbar {
    height: 0;
    width: 0;
    background-color: transparent; }
  .pxl-hidden-template.pos-center-large .pxl-panel-content::-webkit-scrollbar-track {
    border-radius: 0; }
  .pxl-hidden-template.pos-center-large .pxl-panel-content::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent; }
  .pxl-hidden-template.pos-center-large .pxl-panel-content:hover::-webkit-scrollbar {
    width: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0; }
  .pxl-hidden-template.pos-center-large .pxl-panel-content:hover::-webkit-scrollbar-thumb {
    background-color: rgba(48, 48, 48, 0.1); }
.pxl-hidden-template.pos-center-large .pxl-close {
  top: 10px;
  right: 10px;
  color: #000;
  background: #fff;
  padding: 15px;
  border-radius: 50%; }
@media (max-width: 767px) {
  .pxl-hidden-template.pos-center-large .pxl-close {
    padding: 10px;
    font-size: 14px; } }
.pxl-hidden-template.pos-center-large .pxl-close:hover {
  color: #999999; }
.pxl-hidden-template.pos-center-large.open .pxl-hidden-template-wrap {
  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); }

.admin-bar .pxl-hidden-template.pos-center-large .pxl-hidden-template-wrap {
  max-height: calc(100vh - 92px); }

.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;
  visibility: visible;
  z-index: 99999; }

.pxl-hidden-template.pxl-side-mobile.el-builder {
  max-width: 364px; }

.pxl-side-menu {
  width: 100%;
  max-width: 400px;
  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%); }
  .pxl-side-menu .pxl-panel-header {
    padding: 30px 40px 0 40px;
    position: relative;
    z-index: 1; }
  .pxl-side-menu .pxl-panel-content {
    padding: 0 25px 40px; }

.pxl-popup-menu > .pxl-panel-content > .container > div.elementor {
  max-width: 25%; }
.pxl-popup-menu .elementor-section, .pxl-popup-menu .elementor-section .elementor-container, .pxl-popup-menu .elementor-column, .pxl-popup-menu .elementor-column-wrap, .pxl-popup-menu .elementor-widget-wrap, .pxl-popup-menu .elementor-widget {
  position: static; }

.admin-bar .pxl-side-cart {
  height: auto;
  top: 50%; }

.pxl-side-cart {
  width: 100%;
  height: auto;
  min-height: 540px;
  max-width: 360px;
  left: auto;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -khtml-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%); }
  .pxl-side-cart.open {
    -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-side-cart .pxl-panel-header .panel-header-inner {
    justify-content: space-between; }
  .pxl-side-cart .pxl-title {
    font-size: 28px;
    color: var(--heading-color); }
  .pxl-side-cart .pxl-close {
    background-color: transparent;
    margin-right: -9px; }
    .pxl-side-cart .pxl-close:before, .pxl-side-cart .pxl-close:after {
      background-color: #999999; }
      .pxl-side-cart .pxl-close:hover:before, .pxl-side-cart .pxl-close:hover:after {
        background-color: var(--primary-color); }
  .pxl-side-cart .pxl-panel-header {
    padding: 24px 24px 0 24px; }
  @media (max-width: 400px) {
    .pxl-side-cart .pxl-panel-header {
      padding: 24px 15px 0 15px; } }
  .pxl-side-cart .pxl-panel-header .panel-header-inner {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
  .pxl-side-cart .pxl-panel-content {
    padding: 0 24px 35px 24px;
    overflow: hidden; }
  @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; }
  .pxl-side-cart .widget_shopping_cart_content ul li {
    padding: 24px 30px 24px 0;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
    .pxl-side-cart .widget_shopping_cart_content ul li a {
      display: block;
      font-weight: 500;
      font-size: 18px;
      line-height: 1.5; }
    .pxl-side-cart .widget_shopping_cart_content ul li .remove {
      position: absolute;
      top: 13px;
      right: -5px;
      line-height: 1;
      padding: 5px;
      color: #999999; }
      .pxl-side-cart .widget_shopping_cart_content ul li .remove:hover {
        color: var(--primary-color); }
    .pxl-side-cart .widget_shopping_cart_content ul li .quantity {
      font-size: 15px;
      font-weight: normal;
      margin-top: 8px; }
    .pxl-side-cart .widget_shopping_cart_content ul li .amount {
      color: var(--primary-color);
      font-weight: 500; }
      .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: 8px;
      -khtml-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px; }
    .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);
      content: "";
      display: table; }
      .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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(215, 215, 215, 0.3);
  color: var(--heading-color);
  margin-bottom: 0; }
  .pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total > * {
    max-width: 100%; }
  .pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-weight: normal; }
  .pxl-side-cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--primary-color); }
.pxl-side-cart .widget_shopping_cart_content .buttons .button {
  display: block; }
.pxl-side-cart .widget_shopping_cart_content .buttons .button + .button {
  margin-top: 8px; }
.pxl-side-cart .blockOverlay {
  background-color: rgba(255, 255, 255, 0.2) !important; }
.pxl-side-cart .woocommerce-mini-cart__empty-message {
  margin-top: 30px; }

.pxl-side-cat {
  width: 100%;
  max-width: 360px;
  right: auto;
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
  .pxl-side-cat .pxl-close {
    background-color: transparent;
    margin-right: -9px; }
    .pxl-side-cat .pxl-close:before, .pxl-side-cat .pxl-close:after {
      background-color: #999999; }
      .pxl-side-cat .pxl-close:hover:before, .pxl-side-cat .pxl-close:hover:after {
        background-color: var(--primary-color); }
  .pxl-side-cat .pxl-panel-header {
    padding: 24px 24px 0 24px; }
  @media (max-width: 400px) {
    .pxl-side-cat .pxl-panel-header {
      padding: 24px 15px 0 15px; } }
  .pxl-side-cat .pxl-panel-header .panel-header-inner {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(215, 215, 215, 0.3); }
  .pxl-side-cat .pxl-panel-content {
    padding: 0 24px 24px 24px; }
  @media (max-width: 400px) {
    .pxl-side-cat .pxl-panel-content {
      padding: 0 15px 24px 15px; } }
  .pxl-side-cat .pxl-cat-menu-wrap {
    padding: 24px 0 24px 0;
    list-style: none; }
    .pxl-side-cat .pxl-cat-menu-wrap li {
      position: relative;
      padding-top: 4px;
      padding-bottom: 4px; }
      .pxl-side-cat .pxl-cat-menu-wrap li a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 2px 0 2px 14px; }
        .pxl-side-cat .pxl-cat-menu-wrap li a:before {
          content: "";
          position: absolute;
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 2px;
          display: block;
          background-color: #4f4f4f; }
    .pxl-side-cat .pxl-cat-menu-wrap ul.children {
      padding-left: 18px;
      margin-bottom: 0;
      list-style: none;
      display: none; }

.pxl-page-title-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.pxl-pagetitle.layout-df {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
  padding-top: 60px;
  padding-bottom: 0; }
  .pxl-pagetitle.layout-df .pxl-page-title-overlay {
    background-color: transparent; }
    .pxl-pagetitle.layout-df .pxl-page-title .main-title {
      text-transform: capitalize;
      margin-bottom: 0;
      letter-spacing: 0; }
    @media (max-width: 575px) {
      .pxl-pagetitle.layout-df .pxl-page-title .main-title {
        font-size: 32px; } }
    .pxl-pagetitle.layout-df .pxl-page-title .sub-title {
      font-size: 16px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      margin-top: 12px; }
    @media (max-width: 1199px) {
      .pxl-pagetitle.layout-df .pxl-page-title .sub-title {
        font-size: 14px; } }
  .pxl-pagetitle.layout-df .pxl-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px; }
    .pxl-pagetitle.layout-df .pxl-breadcrumb .breadcrumb-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-family: var(--heading-font-family);
      font-size: 14px;
      line-height: 1.4;
      font-weight: 500;
      text-transform: uppercase;
      justify-content: center; }
      .pxl-pagetitle.layout-df .pxl-breadcrumb .breadcrumb-inner > * {
        max-width: 100%; }
    .pxl-pagetitle.layout-df .pxl-breadcrumb .br-item {
      flex: 0 0 auto;
      max-width: 100%;
      display: inline-flex;
      align-items: center; }
      .pxl-pagetitle.layout-df .pxl-breadcrumb .br-item:last-child .br-divider {
        display: none !important; }
    .pxl-pagetitle.layout-df .pxl-breadcrumb .br-divider {
      margin: 0 14px 2px;
      display: inline-flex; }
    .pxl-pagetitle.layout-df .pxl-breadcrumb .br-item + .br-item::before {
      display: none; }

.pxl-page-title-bg, .pxl-page-title-bg-post {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.pxl-pt-wrap .main-title {
  margin-bottom: 0; }
@media (max-width: 575px) {
  .pxl-pt-wrap .main-title {
    font-size: 32px; } }
@media (max-width: 480px) {
  .pxl-pt-wrap .main-title {
    font-size: 26px; } }
.pxl-pt-wrap .sub-title {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.015em;
  margin-top: 14px; }
@media (max-width: 991px) {
  .pxl-pt-wrap .sub-title {
    display: none; } }

.pxl-brc-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pxl-brc-wrap .brc-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    justify-content: center; }
    .pxl-brc-wrap .brc-inner > * {
      max-width: 100%; }
    @media (max-width: 575px) {
      .pxl-brc-wrap .brc-inner {
        font-size: 12px; } }
  .pxl-brc-wrap .br-item {
    flex: 0 0 auto;
    max-width: 100%;
    color: #000000; }
    .pxl-brc-wrap .br-item a {
      color: #999999; }
      .pxl-brc-wrap .br-item a:hover {
        color: #000000; }
    .pxl-brc-wrap .br-item:last-child .br-divider {
      display: none !important; }
  .pxl-brc-wrap .br-divider {
    color: #999999;
    margin: 0 14px; }

.pxl-main {
  padding-top: var(--content-padding-top);
  padding-bottom: var(--content-padding-bottom); }
@media (max-width: 1199px) {
  .pxl-main {
    padding-top: var(--content-padding-tablet_top);
    padding-bottom: var(--content-padding-tablet_bottom); } }
@media (max-width: 767px) {
  .pxl-main {
    padding-top: var(--content-padding-mobile_top);
    padding-bottom: var(--content-padding-mobile_bottom); } }

@media (min-width: 1200px) {
  .pxl-sidebar-area.sidebar-post.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px; }
  .pxl-content-area.content-post.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px); }
  .pxl-sidebar-area.sidebar-page.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px; }
  .pxl-content-area.content-page.col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px); } }

@media (max-width: 991px) {
  .pxl-sidebar-area {
    margin-top: 80px; } }

.pxl-archive-post {
  padding-bottom: 43px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dadada; }
  .pxl-archive-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .pxl-archive-post .post-featured {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px; }
  .pxl-archive-post .post-content {
    position: relative; }
  .pxl-archive-post .pxli-thumbtack {
    width: 32px;
    height: 32px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #000;
    border-radius: 50%;
    margin-right: 3px;
    text-align: center;
    line-height: 32px;
    position: relative;
    top: -4px; }
  .pxl-archive-post .post-title {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.1333333333;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.025em;
    word-break: break-word; }
  .pxl-archive-post .post-excerpt {
    margin-bottom: 40px;
    color: #999999;
    font-size: 16px;
    line-height: 26px; }
  .pxl-archive-post .post-readmore {
    margin-bottom: 40px; }
  .pxl-archive-post .archive-metas {
    font-size: 14px;
    position: relative;
    color: #999999; }
    .pxl-archive-post .archive-metas .meta-inner .post-category {
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .pxl-archive-post .archive-metas .meta-inner > div {
      position: relative;
      display: flex;
      align-items: center;
      white-space: break-spaces; }
      .pxl-archive-post .archive-metas .meta-inner > div + div:before {
        content: "/";
        margin-left: 18px;
        margin-right: 18px;
        margin-top: -1px; }
    .pxl-archive-post .archive-metas .pxl-icon {
      font-size: 16px;
      color: var(--second-color);
      margin-right: 8px; }
  .pxl-archive-post iframe {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.7777777778; }

.pxl-single-page p:last-child {
  clear: both; }
  .pxl-single-page p:last-child img[class*="align"] {
    margin-bottom: 0; }

.content-post .elementor-widget-image {
  overflow: hidden; }
.content-post .elementor-widget-pxl_video {
  overflow: hidden; }

.single-post-top-sidebar {
  margin-bottom: 50px; }
@media (max-width: 991px) {
  .single-post-top-sidebar {
    justify-content: center; } }
.single-post-top-sidebar .widget_categories .widget-title {
  display: none; }
.single-post-top-sidebar .widget_categories ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: -5px -24px; }
  .single-post-top-sidebar .widget_categories ul > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .single-post-top-sidebar .widget_categories ul {
      margin: -5px -15px; } }
@media (max-width: 991px) {
  .single-post-top-sidebar .widget_categories ul {
    justify-content: center; } }
.single-post-top-sidebar .widget_categories ul li.pxl-list-item {
  margin: 5px 24px; }
@media (max-width: 1199px) {
  .single-post-top-sidebar .widget_categories ul li.pxl-list-item {
    margin: 5px 15px; } }
@media (max-width: 575px) {
  .single-post-top-sidebar .widget_categories ul li.pxl-list-item {
    margin: 2px 15px; } }
.single-post-top-sidebar .widget_categories ul li.pxl-list-item > a {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  position: relative;
  padding: 0;
  border-bottom: 0; }
@media (max-width: 1199px) {
  .single-post-top-sidebar .widget_categories ul li.pxl-list-item > a {
    font-size: 14px; } }
.single-post-top-sidebar .widget_categories ul li.pxl-list-item > a:after {
  display: none; }
.single-post-top-sidebar .widget_categories ul li.pxl-list-item > a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #a3a3a3;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  -khtml-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .single-post-top-sidebar .widget_categories ul li.pxl-list-item > a:hover:before, .single-post-top-sidebar .widget_categories ul li.pxl-list-item > a.active:before {
    width: 100%; }
.single-post-top-sidebar .widget_search .pxl-search-field {
  width: 270px; }

@media (min-width: 992px) {
  .no-sidebar .pxl-single-post .post-featured.featured-large-crop {
    width: calc(100vw - 40px);
    transform: translateX(calc((100vw - 855px)/2 * -1)); } }
@media (min-width: 1200px) {
  .no-sidebar .pxl-single-post .post-featured.featured-large-crop {
    width: 1080px;
    transform: translateX(calc((1080px - 770px)/2 * -1)); } }
@media (min-width: 1400px) {
  .no-sidebar .pxl-single-post .post-featured.featured-large-crop {
    width: 1280px;
    transform: translateX(calc((1280px - 770px)/2 * -1)); } }
@media (min-width: 1600px) {
  .no-sidebar .pxl-single-post .post-featured.featured-large-crop {
    width: 1440px;
    transform: translateX(calc((1440px - 770px)/2 * -1)); } }

.pxl-single-post .post-featured {
  position: relative;
  margin-bottom: 90px; }
@media (max-width: 1199px) {
  .pxl-single-post .post-featured {
    margin-bottom: 50px; } }
.pxl-single-post .post-featured .post-date {
  display: flex;
  flex-direction: column;
  width: 87px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0; }
@media (max-width: 767px) {
  .pxl-single-post .post-featured .post-date {
    width: 64px; } }
.pxl-single-post .post-featured .post-date .day {
  font-family: var(--heading-font-family);
  font-size: 40px;
  line-height: 0.75;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: var(--second-color);
  padding: 12px 8px 23px 8px; }
@media (max-width: 767px) {
  .pxl-single-post .post-featured .post-date .day {
    font-size: 32px;
    padding: 8px 8px 19px 8px; } }
.pxl-single-post .post-featured .post-date .month {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: var(--primary-color);
  padding: 10px 8px 9px 8px; }
@media (max-width: 767px) {
  .pxl-single-post .post-featured .post-date .month {
    font-size: 12px; } }
.pxl-single-post .post-content .post-title {
  font-weight: 500;
  line-height: 1.0833333333;
  margin-bottom: 80px;
  word-break: break-word; }
@media (max-width: 1199px) {
  .pxl-single-post .post-content .post-title {
    margin-bottom: 50px; } }
.pxl-single-post .post-content .content-inner p {
  margin-bottom: 30px; }
@media (max-width: 1199px) {
  .pxl-single-post .post-content .content-inner p {
    margin-bottom: 24px; } }
.pxl-single-post .post-content .content-inner p:last-child {
  margin-bottom: 0; }

.post-metas {
  font-size: 14px;
  position: relative;
  color: #999999;
  margin-bottom: 18px; }
@media (max-width: 1199px) {
  .post-metas {
    margin-bottom: 8px; } }
.post-metas .post-category {
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .post-metas .meta-inner > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces;
    padding: 0 0 10px 0; }
    .post-metas .meta-inner > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }

.post-tags-share {
  padding-top: 100px;
  padding-bottom: 65px;
  border-bottom: 1px solid #e5e5e5; }
@media (max-width: 1199px) {
  .post-tags-share {
    padding-top: 70px;
    padding-bottom: 35px; } }

.post-tags-wrap {
  margin-bottom: 20px; }
  .post-tags-wrap .label {
    font-size: 14px;
    color: var(--heading-color);
    text-transform: uppercase;
    margin-right: 14px;
    letter-spacing: 0.05em; }
  .post-tags-wrap .post-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
    .post-tags-wrap .post-tags > * {
      max-width: 100%; }
  .post-tags-wrap a {
    font-size: 14px;
    line-height: 26px;
    color: var(--link-color-hover);
    padding: 0 8px;
    display: inline-flex;
    border: 1px solid #dadada; }
    .post-tags-wrap a:hover {
      color: #fff;
      background-color: var(--primary-color);
      border-color: var(--primary-color); }

.post-share-wrap {
  margin-bottom: 20px; }
  .post-share-wrap .label {
    font-size: 14px;
    color: var(--heading-color);
    text-transform: uppercase;
    margin-right: 18px;
    letter-spacing: 0.05em; }
  .post-share-wrap .row {
    gap: 7px; }
    .post-share-wrap .social-item a {
      font-size: 14px;
      color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .post-share-wrap .social-item a.icon-facebook {
        background-color: #3b5ea1; }
      .post-share-wrap .social-item a.icon-twitter {
        background-color: #00ccff; }
      .post-share-wrap .social-item a.icon-pinterest {
        background-color: #ee2c34; }
      .post-share-wrap .social-item a.icon-linkedin {
        background-color: #087ec0; }
      .post-share-wrap .social-item a:hover {
        color: #fff;
        background-color: var(--primary-color); }

.post-author-info {
  padding-top: 50px;
  padding-bottom: 43px;
  border-bottom: 1px solid #e5e5e5; }
  .post-author-info .author-avatar img {
    flex-shrink: 0;
    max-width: 80px;
    border-radius: 50%;
    margin-right: 35px;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .post-author-info .author-avatar img {
      margin-right: 30px; } }
@media (max-width: 767px) {
  .post-author-info .author-avatar img {
    margin-right: 20px; } }
.post-author-info .author-description .author-name {
  font-size: 24px;
  line-height: 1;
  color: var(--heading-color); }
  .post-author-info .author-description .author-name a {
    color: inherit; }
    .post-author-info .author-description .author-name a:hover {
      color: var(--link-color); }
.post-author-info .author-description .user-roles {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #999999;
  text-transform: uppercase; }
.post-author-info .author-description .author-desc {
  font-size: 16px;
  line-height: 28px;
  color: var(--body-color);
  margin-top: 7px; }
.post-author-info .author-description .user-social {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 24px 0 0 0; }
  .post-author-info .author-description .user-social > * {
    max-width: 100%; }
  .post-author-info .author-description .user-social li {
    display: inline-flex;
    align-items: center; }

.pxl-related-post {
  padding-top: 80px;
  padding-bottom: 65px;
  border-bottom: 1px solid #e5e5e5; }
@media (max-width: 1199px) {
  .pxl-related-post {
    padding-top: 60px;
    padding-bottom: 45px; } }
.pxl-related-post .widget-title {
  margin-bottom: 50px; }
@media (max-width: 1199px) {
  .pxl-related-post .widget-title {
    margin-bottom: 35px; } }
@media (max-width: 767px) {
  .pxl-related-post .widget-title {
    margin-bottom: 25px; } }

.pxl-grid-overlay.loader {
  cursor: wait;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .pxl-grid-overlay.loader:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.3); }
  .pxl-grid-overlay.loader:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    font-family: "pxli";
    font-size: 3.125rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -25px 0 0 -25px;
    color: rgba(var(--primary-color-rgb),0.8);
    -webkit-animation: spin 1.5s infinite linear;
    -khtml-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -ms-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear; }

.posts-pagination, .woocommerce-pagination {
  padding-top: 115px; }
@media (max-width: 1199px) {
  .posts-pagination, .woocommerce-pagination {
    padding-top: 90px; } }
.posts-pagination:empty, .woocommerce-pagination:empty {
  display: none; }
.posts-pagination .pagination-inner, .woocommerce-pagination .pagination-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -5px -2.5px;
  align-items: center; }
  .posts-pagination .pagination-inner > *, .woocommerce-pagination .pagination-inner > * {
    max-width: 100%; }
.posts-pagination .page-numbers, .posts-pagination .post-page-numbers, .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
  flex: 0 0 auto;
  margin: 5px 2.5px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  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;
  background-color: transparent;
  border: 1px solid #dfdfdf;
  color: #999999; }
  .posts-pagination .page-numbers.dots, .posts-pagination .post-page-numbers.dots, .woocommerce-pagination .page-numbers.dots, .woocommerce-pagination .post-page-numbers.dots {
    line-height: 30px; }
  .posts-pagination .page-numbers:hover, .posts-pagination .page-numbers.current, .posts-pagination .post-page-numbers:hover, .posts-pagination .post-page-numbers.current, .woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers.current {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff; }
  .posts-pagination .page-numbers.prev, .posts-pagination .post-page-numbers.prev, .woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .post-page-numbers.prev {
    width: auto;
    padding: 0 25px 0 15px; }
  .posts-pagination .page-numbers.next, .posts-pagination .post-page-numbers.next, .woocommerce-pagination .page-numbers.next, .woocommerce-pagination .post-page-numbers.next {
    width: auto;
    padding: 0 15px 0 25px; }
.posts-pagination .icon-text-wr, .woocommerce-pagination .icon-text-wr {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase; }
.posts-pagination.page-links, .woocommerce-pagination.page-links {
  justify-content: start; }

.content-blog .pagination-inner {
  justify-content: center; }

.comment-list-wrap .navigation {
  justify-content: flex-end; }

.pxl-entry-content + .navigation.page-links {
  margin-top: 0; }

.navigation.page-links {
  margin-top: 26px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
  align-items: center; }
  .navigation.page-links > * {
    max-width: 100%; }
  .navigation.page-links .post-nav-links {
    margin: 0 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .navigation.page-links .post-nav-links > * {
      max-width: 100%; }
    .navigation.page-links .post-nav-links .post-page-numbers:first-child {
      margin-left: 10px; }
  .navigation.page-links .post-page-numbers {
    flex: 0 0 auto;
    margin: 3px;
    vertical-align: top;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 43px;
    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;
    border: 1px solid #d8d8d8;
    color: var(--link-color);
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px; }
    .navigation.page-links .post-page-numbers.dots {
      line-height: 30px; }
    .navigation.page-links .post-page-numbers:hover, .navigation.page-links .post-page-numbers.current {
      border-color: var(--primary-color);
      background: var(--primary-color);
      color: #fff; }

.pxl-load-more.circle {
  margin-top: 95px; }
@media (max-width: 1199px) {
  .pxl-load-more.circle {
    margin-top: 65px; } }
.pxl-load-more.circle .btn-grid-loadmore {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--link-color);
  cursor: pointer;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 50%;
  -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 (max-width: 1199px) {
  .pxl-load-more.circle .btn-grid-loadmore {
    font-size: 14px; } }
.pxl-load-more.circle .btn-grid-loadmore.spinner-box {
  width: 132px;
  height: 132px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent; }
@media (max-width: 1199px) {
  .pxl-load-more.circle .btn-grid-loadmore.spinner-box {
    width: 102px;
    height: 102px; } }
.pxl-load-more.circle .btn-grid-loadmore .circle-border {
  width: 130px;
  height: 130px;
  padding: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%; }
@media (max-width: 1199px) {
  .pxl-load-more.circle .btn-grid-loadmore .circle-border {
    width: 100px;
    height: 100px; } }
.pxl-load-more.circle .btn-grid-loadmore .circle-core {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%; }
.pxl-load-more.circle .btn-grid-loadmore .btn-text {
  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: 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-load-more.circle .btn-grid-loadmore:hover {
  color: var(--link-color-hover); }
.pxl-load-more.circle .btn-grid-loadmore.loading {
  border-color: transparent;
  color: var(--link-color-hover); }
  .pxl-load-more.circle .btn-grid-loadmore.loading .circle-border {
    background: var(--primary-color);
    background: -webkit-linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
    background: -moz-linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
    background: -o-linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
    background: linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
    animation: pxl-spin 0.8s linear 0s infinite; }

.pxl-shop-infinite-btn.spinner-box {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent; }
  .pxl-shop-infinite-btn.spinner-box .circle-border {
    width: 50px;
    height: 50px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
  .pxl-shop-infinite-btn.spinner-box .circle-core {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%; }
    .pxl-shop-infinite-btn.spinner-box.loading .circle-border {
      background: var(--primary-color);
      background: -webkit-linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
      background: -moz-linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
      background: -o-linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
      background: linear-gradient(0deg, rgba(var(--primary-color-rgb),0.1) 33%, var(--primary-color) 100%);
      animation: pxl-spin 0.8s linear 0s infinite; }

.single-next-prev-nav {
  position: relative;
  padding: 66px 0;
  border-bottom: 1px solid #e5e5e5; }
@media (max-width: 1199px) {
  .single-next-prev-nav {
    padding: 36px 0; } }
.single-next-prev-nav .divider {
  width: 30px;
  padding: 0 15px; }
.single-next-prev-nav .nav-inner {
  display: inline-block;
  position: relative; }
  .single-next-prev-nav .nav-inner > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
@media (min-width: 576px) {
  .single-next-prev-nav .nav-label-wrap {
    margin-bottom: 15px; } }
.single-next-prev-nav .nav-label {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--link-color);
  position: relative;
  letter-spacing: 0.05em;
  line-height: 18px;
  display: inline-block;
  -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; }
  .single-next-prev-nav .nav-label:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--link-color);
    position: absolute;
    bottom: 0;
    left: 0;
    -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; }
.single-next-prev-nav .nav-icon {
  font-weight: 700;
  font-size: 17px;
  margin-top: -4px;
  display: inline-block;
  -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; }
  .single-next-prev-nav .prev .nav-icon {
    margin-right: 7px; }
  .single-next-prev-nav .prev .nav-img {
    margin-right: 18px; }
.single-next-prev-nav .next .nav-icon {
  margin-left: 7px; }
.single-next-prev-nav .next .nav-img {
  margin-left: 18px; }
.single-next-prev-nav .nav-img {
  overflow: hidden;
  position: relative; }
  .single-next-prev-nav .nav-img img {
    width: 80px; }
.single-next-prev-nav .nav-title {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  max-height: 48px;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  color: var(--link-color);
  -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; }
  .single-next-prev-nav .nav-title > * {
    display: block;
    display: -webkit-box;
    max-height: 48px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
.single-next-prev-nav .nav-next-prev:hover .nav-icon {
  color: var(--link-color-hover); }
.single-next-prev-nav .nav-next-prev:hover .nav-label {
  color: var(--link-color-hover); }
  .single-next-prev-nav .nav-next-prev:hover .nav-label:after {
    background-color: var(--link-color-hover); }
.single-next-prev-nav .nav-next-prev:hover .nav-title {
  color: var(--link-color-hover); }

.error404 .pxl-main {
  padding-top: 0;
  padding-bottom: 0; }
.error404 .page-404-wrap {
  background-color: #fff;
  position: relative; }
  .error404 .page-404-wrap .page-404-content {
    text-align: center; }
  .error404 .page-404-wrap .page-404-inner {
    padding-top: 140px;
    padding-bottom: 210px; }
  @media (max-width: 1199px) {
    .error404 .page-404-wrap .page-404-inner {
      padding-top: 120px;
      padding-bottom: 120px; } }
@media (max-width: 575px) {
  .error404 .page-404-wrap .page-404-inner {
    padding-top: 100px;
    padding-bottom: 100px; } }
.error404 .page-404-wrap .sub-title {
  font-family: "Marcellus", serif;
  font-size: 250px;
  line-height: 1;
  color: var(--primary-color);
  margin-bottom: 35px;
  display: block; }
@media (max-width: 1199px) {
  .error404 .page-404-wrap .sub-title {
    font-size: 180px; } }
@media (max-width: 767px) {
  .error404 .page-404-wrap .sub-title {
    font-size: 150px; } }
@media (max-width: 575px) {
  .error404 .page-404-wrap .sub-title {
    font-size: 120px;
    margin-bottom: 25px; } }
.error404 .page-404-wrap .title {
  max-width: 500px;
  margin-bottom: 67px;
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 575px) {
  .error404 .page-404-wrap .title {
    margin-bottom: 35px; } }

@media (min-width: 1200px) {
  .sidebar-area-wrap {
    padding-left: 15px; }
    .sidebar-left .sidebar-area-wrap {
      padding-left: 0;
      padding-right: 15px; }
  .sidebar-sticky .sidebar-area-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 40px; }
    .header-sticky .sidebar-sticky .sidebar-area-wrap {
      top: 120px; } }

@media (min-width: 1400px) {
  .sidebar-area-wrap {
    padding-left: 30px; }
    .sidebar-left .sidebar-area-wrap {
      padding-left: 0;
      padding-right: 30px; } }

@media (min-width: 1600px) {
  .sidebar-area-wrap {
    padding-left: 70px; }
    .sidebar-left .sidebar-area-wrap {
      padding-left: 0;
      padding-right: 70px; } }

.pxl-widget-title {
  margin-bottom: 25px; }

.elementor-widget-sidebar .widget, .pxl-sidebar-area .widget {
  position: relative; }
  .elementor-widget-sidebar .widget ul, .elementor-widget-sidebar .widget ol, .pxl-sidebar-area .widget ul, .pxl-sidebar-area .widget ol {
    list-style: none;
    padding: 0;
    margin: 0; }
    .elementor-widget-sidebar .widget ul ul, .elementor-widget-sidebar .widget ul ol, .elementor-widget-sidebar .widget ol ul, .elementor-widget-sidebar .widget ol ol, .pxl-sidebar-area .widget ul ul, .pxl-sidebar-area .widget ul ol, .pxl-sidebar-area .widget ol ul, .pxl-sidebar-area .widget ol ol {
      padding-left: 20px; }
      [dir="rlt"] .elementor-widget-sidebar .widget ul ul, [dir="rlt"] .elementor-widget-sidebar .widget ul ol, [dir="rlt"] .elementor-widget-sidebar .widget ol ul, [dir="rlt"] .elementor-widget-sidebar .widget ol ol, [dir="rlt"] .pxl-sidebar-area .widget ul ul, [dir="rlt"] .pxl-sidebar-area .widget ul ol, [dir="rlt"] .pxl-sidebar-area .widget ol ul, [dir="rlt"] .pxl-sidebar-area .widget ol ol {
        padding-left: 0;
        padding-right: 20px; }
.elementor-widget-sidebar .widget-title, .pxl-sidebar-area .widget-title {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 28px;
  position: relative; }
@media (max-width: 767px) {
  .elementor-widget-sidebar .widget-title, .pxl-sidebar-area .widget-title {
    font-size: 18px; } }
.elementor-widget-sidebar .widget + .widget, .pxl-sidebar-area .widget + .widget {
  margin-top: 70px; }
.elementor-widget-sidebar p:empty, .pxl-sidebar-area p:empty {
  display: none; }
.elementor-widget-sidebar .wp-caption .wp-caption-text, .pxl-sidebar-area .wp-caption .wp-caption-text {
  text-align: center; }

.widget_archive, .widget_categories, .widget_pages, .widget_nav_menu, .widget_product_categories, .woocommerce-widget-layered-nav-list, .widget_layered_nav_filters {
  margin-bottom: 0; }
  .widget_archive .widget-title, .widget_categories .widget-title, .widget_pages .widget-title, .widget_nav_menu .widget-title, .widget_product_categories .widget-title, .woocommerce-widget-layered-nav-list .widget-title, .widget_layered_nav_filters .widget-title {
    margin-bottom: 25px; }

.widget_pages, .widget_meta, .widget_nav_menu {
  position: relative;
  overflow: hidden; }
  .widget_pages a, .widget_meta a, .widget_nav_menu a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 12px 0 12px 0; }
  @media (max-width: 767px) {
    .widget_pages a, .widget_meta a, .widget_nav_menu a {
      padding: 10px 0 10px 0; } }
  .widget_pages a:after, .widget_meta a:after, .widget_nav_menu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    min-width: 800px;
    -webkit-transform: translateX(-30%);
    -khtml-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
    background-color: #dadada; }
  .widget_pages a > .title, .widget_meta a > .title, .widget_nav_menu a > .title {
    flex: 1 0 0%; }
  .widget_pages a > .count, .widget_meta a > .count, .widget_nav_menu a > .count {
    display: inline-flex;
    -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-sidebar-area .pxl-list-item {
  position: relative;
  overflow: hidden; }
  .pxl-sidebar-area .pxl-list-item > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
    .pxl-sidebar-area .pxl-list-item > a:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      min-width: 800px;
      -webkit-transform: translateX(-30%);
      -khtml-transform: translateX(-30%);
      -moz-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
      -o-transform: translateX(-30%);
      transform: translateX(-30%);
      background-color: #dadada; }
    .pxl-sidebar-area .pxl-list-item > a > .count {
      display: inline-flex;
      -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-sidebar-area .pxl-list-item .pxl-menu-toggle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 12px;
    right: -8px;
    cursor: pointer;
    z-index: 2; }
    .pxl-sidebar-area .pxl-list-item .pxl-menu-toggle:hover {
      color: var(--link-color-hover); }
    [dir="rtl"] .pxl-sidebar-area .pxl-list-item .pxl-menu-toggle {
      right: auto;
      left: 0; }
    .pxl-sidebar-area .pxl-list-item .pxl-menu-toggle.open:before {
      content: ""; }
  .pxl-sidebar-area .pxl-list-item:last-child > a {
    border-bottom: 0; }

.pxl-sidebar-area:not(.sidebar-shop) .pxl-list-item > a {
  padding: 12px 0 12px 0; }
@media (max-width: 767px) {
  .pxl-sidebar-area:not(.sidebar-shop) .pxl-list-item > a {
    padding: 10px 0 10px 0; } }

.widget_nav_menu .menu-item {
  position: relative; }
  .widget_nav_menu .menu-item .pxl-menu-toggle {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    z-index: 2;
    font-size: 13px;
    margin-top: 4px; }
    .widget_nav_menu .menu-item .pxl-menu-toggle:hover {
      color: var(--link-color-hover); }
    .widget_nav_menu .menu-item .pxl-menu-toggle:before {
      font-family: "pxli";
      content: ""; }
    [dir="rtl"] .widget_nav_menu .menu-item .pxl-menu-toggle {
      right: auto;
      left: 0; }
    .widget_nav_menu .menu-item .pxl-menu-toggle.open:before {
      content: ""; }
  .widget_nav_menu .menu-item .sub-menu {
    display: none;
    margin-top: 5px;
    padding-left: 0; }

.pxl-widget-inner > * {
  position: relative;
  z-index: 1; }
.pxl-widget-inner > .pxl-wg-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0; }

form.woocommerce-product-search, .pxl-search-form {
  position: relative; }
  form.woocommerce-product-search [type="search"], .pxl-search-form [type="search"] {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    padding-left: 0;
    padding-right: 30px; }
    form.woocommerce-product-search [type="search"]::-webkit-input-placeholder, .pxl-search-form [type="search"]::-webkit-input-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
    form.woocommerce-product-search [type="search"]:-moz-placeholder, .pxl-search-form [type="search"]:-moz-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
    form.woocommerce-product-search [type="search"]::-moz-placeholder, .pxl-search-form [type="search"]::-moz-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
    form.woocommerce-product-search [type="search"]:-ms-input-placeholder, .pxl-search-form [type="search"]:-ms-input-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
  form.woocommerce-product-search [type="submit"], .pxl-search-form [type="submit"] {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    border-radius: 0;
    -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; }
    [dir="rtl"] form.woocommerce-product-search [type="submit"], [dir="rtl"] .pxl-search-form [type="submit"] {
      right: auto;
      left: 0; }
    form.woocommerce-product-search [type="submit"] span, .pxl-search-form [type="submit"] span {
      margin: 0;
      font-size: 20px; }
    form.woocommerce-product-search [type="submit"]:active, form.woocommerce-product-search [type="submit"]:hover, form.woocommerce-product-search [type="submit"]:focus, .pxl-search-form [type="submit"]:active, .pxl-search-form [type="submit"]:hover, .pxl-search-form [type="submit"]:focus {
      color: var(--primary-color); }

table.wp-calendar-table {
  border-spacing: 0; }
  table.wp-calendar-table caption {
    margin-bottom: 15px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color); }
  table.wp-calendar-table th, table.wp-calendar-table td {
    text-align: center;
    border-right: 0;
    padding: 5px;
    position: relative; }
    table.wp-calendar-table th a, table.wp-calendar-table td a {
      color: #fff;
      display: block; }
      table.wp-calendar-table th a:before, table.wp-calendar-table td a:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: var(--primary-color);
        z-index: -1;
        -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; }
    table.wp-calendar-table th:hover a:before, table.wp-calendar-table td:hover a:before {
      background-color: var(--primary-color); }

.widget_calendar {
  font-size: 14px; }
  .widget_calendar caption {
    font-size: 16px; }
  .widget_calendar .wp-calendar-nav {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }

@media (min-width: 768px) and (max-width: 991px) {
  .widget_pxl_recent_posts .pxl-posts-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .widget_pxl_recent_posts .pxl-posts-list > * {
      max-width: 100%; } }
.widget_pxl_recent_posts .layout-1 .pxl-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center; }
  .widget_pxl_recent_posts .layout-1 .pxl-post-item > * {
    max-width: 100%; }
.widget_pxl_recent_posts .layout-1 .pxl-post-item + .pxl-post-item {
  padding-top: 20px;
  margin-top: 20px; }
  .widget_pxl_recent_posts .layout-1 .pxl-post-item + .pxl-post-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    position: absolute;
    left: 0;
    top: 0; }
.widget_pxl_recent_posts .layout-1 .pxl-post-img {
  flex-shrink: 0; }
  .widget_pxl_recent_posts .layout-1 .pxl-post-img img {
    width: 76px;
    transition: all 0.25s linear; }
  @media (max-width: 1199px) {
    .widget_pxl_recent_posts .layout-1 .pxl-post-img img {
      width: 60px; } }
.widget_pxl_recent_posts .layout-1 .pxl-list-content {
  padding-left: 20px; }
@media (max-width: 1199px) {
  .widget_pxl_recent_posts .layout-1 .pxl-list-content {
    padding-left: 15px; } }
.widget_pxl_recent_posts .layout-1 .pxl-wg-post-title {
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  max-height: 45.6px;
  font-size: 19px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical; }
  .widget_pxl_recent_posts .layout-1 .pxl-wg-post-title > * {
    display: block;
    display: -webkit-box;
    max-height: 45.6px;
    font-size: 19px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
.widget_pxl_recent_posts .layout-1 .post-meta {
  margin-top: 4px;
  font-size: 14px; }
  .widget_pxl_recent_posts .layout-1 .post-meta a {
    color: inherit; }
    .widget_pxl_recent_posts .layout-1 .post-meta a:hover {
      color: var(--link-color-hover); }
  .widget_pxl_recent_posts .layout-1 .post-meta .separate {
    margin: 0 3px; }
.widget_pxl_recent_posts .layout-2 .pxl-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  width: 100%; }
  .widget_pxl_recent_posts .layout-2 .pxl-post-item > * {
    max-width: 100%; }
.widget_pxl_recent_posts .layout-2 .pxl-post-item + .pxl-post-item {
  padding-top: 22px;
  margin-top: 16px; }
  .widget_pxl_recent_posts .layout-2 .pxl-post-item + .pxl-post-item:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dadada;
    position: absolute;
    left: 0;
    top: 0; }
.widget_pxl_recent_posts .layout-2 .pxl-post-idx {
  min-width: 35px;
  position: relative; }
  .widget_pxl_recent_posts .layout-2 .pxl-post-idx:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #dadada;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px; }
  .widget_pxl_recent_posts .layout-2 .pxl-post-idx a {
    color: #ccc; }
    .widget_pxl_recent_posts .layout-2 .pxl-post-idx a:hover {
      color: var(--link-color); }
  .widget_pxl_recent_posts .layout-2 .pxl-post-idx .number {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase; }
.widget_pxl_recent_posts .layout-2 .pxl-list-content {
  padding-left: 20px; }
.widget_pxl_recent_posts .layout-2 .category {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-transform: uppercase; }
  .widget_pxl_recent_posts .layout-2 .category a {
    color: #999999; }
    .widget_pxl_recent_posts .layout-2 .category a:hover {
      color: var(--link-color-hover); }
.widget_pxl_recent_posts .layout-2 .pxl-wg-post-title {
  margin-bottom: -4px;
  display: block;
  display: -webkit-box;
  max-height: 25.9999999999px;
  font-size: 18px;
  line-height: 1.4444444444;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical; }
  .widget_pxl_recent_posts .layout-2 .pxl-wg-post-title > * {
    display: block;
    display: -webkit-box;
    max-height: 25.9999999999px;
    font-size: 18px;
    line-height: 1.4444444444;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
.widget_pxl_recent_posts .layout-2 .pxl-post-item:hover .pxl-post-idx a {
  color: var(--link-color); }

.pxl-social-wg {
  gap: 23px; }
  .pxl-social-wg li a {
    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;
    width: 40px;
    height: 40px;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    color: #666666; }
    .pxl-social-wg li a:hover {
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      color: #fff; }

.widget_media_gallery #gallery-1 {
  margin: -5px; }
  .widget_media_gallery #gallery-1 .gallery-item {
    float: none;
    padding: 5px;
    margin: 0;
    width: 33.333333%; }
    .widget_media_gallery #gallery-1 .gallery-item a {
      position: relative;
      display: block;
      overflow: hidden; }
      .widget_media_gallery #gallery-1 .gallery-item a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(var(--primary-color-rgb), 0.8);
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0);
        -khtml-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -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; }
      .widget_media_gallery #gallery-1 .gallery-item a:after {
        content: "";
        font-family: "pxli";
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 16px;
        margin-top: -8px;
        margin-left: -8px;
        color: #fff;
        line-height: 1;
        -webkit-transform: scale(0);
        -khtml-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -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; }
        .widget_media_gallery #gallery-1 .gallery-item a:hover:before {
          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); }
        .widget_media_gallery #gallery-1 .gallery-item a:hover:after {
          transition-delay: 0.3s;
          -webkit-transform: scale(1);
          -khtml-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1); }
  .widget_media_gallery #gallery-1 img {
    border: 0; }

.widget_nav_menu.horizontal .menu {
  display: flex;
  flex-wrap: wrap;
  margin: -8px; }
  .widget_nav_menu.horizontal .menu li {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 8px; }
    .widget_nav_menu.horizontal .menu li a {
      padding: 0;
      display: inline-block;
      border-bottom: 1px solid transparent; }
      .widget_nav_menu.horizontal .menu li a:hover {
        border-color: var(--second-color); }
    .widget_nav_menu.horizontal .menu li:after {
      content: "";
      width: 4px;
      height: 4px;
      display: inline-block;
      margin-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%; }
      [dir="rtl"] .widget_nav_menu.horizontal .menu li:after {
        margin-left: 0;
        margin-right: 8px; }
    .widget_nav_menu.horizontal .menu li:last-child:after {
      display: none; }
.widget_nav_menu.horizontal .sub-menu {
  display: none; }

.widget_recent_comments li {
  padding: 5px 0; }
.widget_recent_comments a:not([class]) {
  color: var(--primary-color); }

.widget_recent_entries a {
  font-size: 14px;
  padding: 2px 0;
  display: block; }
.widget_recent_entries li:first-child a {
  padding-top: 0; }
.widget_recent_entries li:last-child a {
  padding-bottom: 0; }

.widget_rss li .rsswidget {
  font-size: 125%; }
.widget_rss li .rss-date {
  font-style: italic;
  margin-bottom: 10px;
  display: block; }
.widget_rss li .rssSummary {
  margin-bottom: 10px; }
.widget_rss li cite {
  font-weight: 700;
  color: var(--primary-color); }
.widget_rss .rss-widget-icon {
  vertical-align: middle; }

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .tagcloud > a {
    margin: 5px;
    flex: 0 0 auto;
    background-color: rgba(26, 25, 29, 0.07);
    display: inline-block;
    font-size: 13px !important;
    padding: 6px 22px;
    text-transform: uppercase; }
  @media (max-width: 1199px) {
    .tagcloud > a {
      padding: 5px 18px; } }
  .tagcloud > a:hover {
    background-color: var(--primary-color);
    color: #fff; }

.widget_mc4wp_form_widget {
  background-color: #f4f5f9;
  padding: 38px 30px 54px 30px; }
@media (max-width: 767px) {
  .widget_mc4wp_form_widget {
    padding: 30px 20px 40px 20px; }
    .widget_mc4wp_form_widget .widget-title {
      margin-bottom: 15px; } }
.widget_mc4wp_form_widget .mailchimp-form .mc-desc {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.025em;
  margin-bottom: 35px; }
@media (max-width: 767px) {
  .widget_mc4wp_form_widget .mailchimp-form .mc-desc {
    margin-bottom: 25px; } }
.widget_mc4wp_form_widget .mailchimp-form input[type="email"] {
  border-color: #d8d8d8;
  padding: 0 18px; }
  .widget_mc4wp_form_widget .mailchimp-form input[type="email"]:hover, .widget_mc4wp_form_widget .mailchimp-form input[type="email"]:focus, .widget_mc4wp_form_widget .mailchimp-form input[type="email"]:active {
    border-color: var(--black-color); }
.widget_mc4wp_form_widget .mailchimp-form .mc-accept {
  display: none; }
.widget_mc4wp_form_widget .mailchimp-form .pxl-btn {
  margin-top: 15px;
  display: block;
  width: 100%;
  padding: 14px 35px 14px 35px; }
@media (max-width: 767px) {
  .widget_mc4wp_form_widget .mailchimp-form .pxl-btn {
    padding: 12px 26px 12px 26px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .widget_pxl_banner_box .pxl-banner-wg {
    max-width: 50%; } }
.widget_pxl_banner_box .bn-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px; }
  .widget_pxl_banner_box .bn-content .bn-subject {
    margin-bottom: 10px; }
    .widget_pxl_banner_box .bn-content .bn-subject span {
      font-size: 12px;
      font-weight: 500;
      padding: 2px 9px;
      color: #fff;
      background-color: #577280;
      border-radius: 4px; }
  .widget_pxl_banner_box .bn-content .bn-heading {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: #fff;
    margin-bottom: 0px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .widget_pxl_banner_box .bn-content .bn-heading {
      font-size: 32px; } }
  .widget_pxl_banner_box .bn-content .bn-sub-heading {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #ffc554;
    text-transform: uppercase; }

.widget_pxl_policy_features_widget {
  border: 1px solid #d0d0d0;
  padding: 40px 20px 35px 40px; }
@media (max-width: 1599px) {
  .widget_pxl_policy_features_widget {
    padding: 30px 20px 30px 30px; } }
.widget_pxl_policy_features_widget .policy-item + .policy-item {
  margin-top: 35px; }
.widget_pxl_policy_features_widget .pxl-icon {
  font-size: 30px; }
.widget_pxl_policy_features_widget .title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000; }
.widget_pxl_policy_features_widget .desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #999999; }

.single-product .pxl-single-sidebar .widget + .widget {
  margin-top: 40px; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed, iframe, object {
  max-width: 100%; }

.custom-logo-link {
  display: inline-block; }

.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-text {
  padding-top: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.025em;
  color: #999999;
  font-style: italic; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  overflow: hidden;
  position: absolute;
  width: 0px;
  word-wrap: normal;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: none; }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

.gallery {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  margin-top: 28px; }

.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1em;
  padding: 0 10px;
  width: 50%; }
  .gallery-item .gallery-icon {
    overflow: hidden; }

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0; }

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex; }
.wp-block-gallery.alignfull {
  margin-bottom: 20px; }
  .wp-block-gallery.alignfull .blocks-gallery-caption {
    margin-bottom: 20px; }

#primary:not(.content-has-sidebar) .wp-block-gallery.alignfull {
  width: 100vw; }
  #primary:not(.content-has-sidebar) .wp-block-gallery.alignfull .blocks-gallery-grid {
    position: relative;
    left: calc(-12.5% - 128px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px); }

.gallery-columns-1 .gallery-item {
  width: 100%; }

@media (min-width: 480px) {
  .gallery-columns-3 .gallery-item {
    width: 33.333333%; } }

@media (min-width: 480px) {
  .gallery-columns-4 .gallery-item {
    width: 25%; } }

.gallery-columns-5 .gallery-caption {
  display: none; }
@media (min-width: 480px) {
  .gallery-columns-5 .gallery-item {
    width: 25%; } }
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%; } }

.gallery-columns-6 .gallery-caption {
  display: none; }
@media (min-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%; } }
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    width: 16.66%; } }

.gallery-columns-7 .gallery-caption {
  display: none; }
@media (min-width: 480px) {
  .gallery-columns-7 .gallery-item {
    width: 25%; } }
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    width: 14.28%; } }

.gallery-columns-8 .gallery-caption {
  display: none; }
@media (min-width: 480px) {
  .gallery-columns-8 .gallery-item {
    width: 25%; } }
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    width: 12.5%; } }

.gallery-columns-9 .gallery-caption {
  display: none; }
@media (min-width: 480px) {
  .gallery-columns-9 .gallery-item {
    width: 25%; } }
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    width: 11.11%; } }

.gallery-caption {
  display: block; }

.wp-block-gallery.aligncenter, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  display: flex; }

.lg-outer .lg-thumb-outer .lg-thumb {
  width: 100% !important;
  text-align: center !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.comment-list-wrap {
  padding-top: 80px;
  position: relative; }
@media (max-width: 1199px) {
  .comment-list-wrap {
    padding-top: 60px; } }

.comments-title {
  margin-bottom: 50px; }
@media (max-width: 1199px) {
  .comments-title {
    margin-bottom: 40px; } }
@media (max-width: 767px) {
  .comments-title {
    margin-bottom: 30px; } }

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0; }
  .commentlist .comment {
    padding-top: 42px;
    margin-top: 43px;
    border-top: 1px solid #d8d8d8; }
  @media (max-width: 1199px) {
    .commentlist .comment {
      padding-top: 32px;
      margin-top: 33px; } }
.commentlist > .comment:first-child, .commentlist > .review:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0; }
  .commentlist > .comment:not(:last-child) > .children, .commentlist > .review:not(:last-child) > .children {
    margin-bottom: 0; }
.commentlist .comment-avatar img {
  border-radius: 50%; }
@media (max-width: 1399px) {
  .commentlist .comment-avatar img {
    max-width: 60px; } }
@media (max-width: 991px) {
  .commentlist .comment-avatar img {
    max-width: 60px; } }
@media (max-width: 575px) {
  .commentlist .comment-avatar img {
    max-width: 40px; } }
.commentlist .comment-content .comment-title {
  position: relative;
  font-size: 20px;
  line-height: 26px; }
@media (max-width: 1199px) {
  .commentlist .comment-content .comment-title {
    font-size: 18px; } }
.commentlist .comment-content .comment-title a {
  color: inherit; }
  .commentlist .comment-content .comment-title a:hover {
    color: var(--link-color-hover); }
.commentlist .comment-content .comment-date {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.015em;
  color: #999999; }
.commentlist .comment-content .comment-meta {
  font-size: 12px;
  color: #333; }
@media (max-width: 480px) {
  .commentlist .comment-content .comment-meta {
    margin-top: 10px; } }
.commentlist .comment-text-wrap {
  margin-top: 15px; }
  .commentlist .comment-text-wrap .comment-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.015em; }
.commentlist .children {
  list-style: none;
  padding: 0 0 0 60px;
  margin: 0; }
  [dir="rtl"] .commentlist .children {
    padding: 0 60px 0 0; }
  @media (max-width: 1399px) {
    .commentlist .children {
      padding: 0 0 0 35px; }
      [dir="rtl"] .commentlist .children {
        padding: 0 35px 0 0; } }
@media (max-width: 575px) {
  .commentlist .children {
    padding: 0 0 0 20px; }
    [dir="rtl"] .commentlist .children {
      padding: 0 20px 0 0; } }
.commentlist .comment-reply-link {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  letter-spacing: 0.015em;
  display: inline-flex;
  margin-top: 10px; }
  .commentlist .comment-reply-link:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--link-color);
    position: absolute;
    left: 0;
    bottom: 0;
    -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; }
    .commentlist .comment-reply-link:hover:after {
      background-color: var(--link-color-hover); }

.comments-pagination {
  margin-top: 24px; }

.comment-respond {
  margin-top: 90px;
  position: relative; }
@media (max-width: 1199px) {
  .comment-respond {
    margin-top: 70px; } }
.comment-respond .comment-reply-title {
  margin-bottom: 35px; }
@media (max-width: 1199px) {
  .comment-respond .comment-reply-title {
    margin-bottom: 20px; } }
.comment-respond .comment-form p, .comment-respond .comment-form .lbl {
  font-size: 14px;
  letter-spacing: 0.015em; }
.comment-respond .comment-form .comment-form-field {
  margin-top: 17px; }
.comment-respond .comment-form .pxl-comment-form-rating .comment-form-field {
  margin-top: 0; }
.comment-respond .comment-form input[type=checkbox] {
  display: none; }
.comment-respond .comment-form input[type=checkbox] + label:before {
  content: "";
  font-family: "pxli";
  border: 1px solid #999;
  border-radius: 0;
  color: var(--heading-color);
  background-color: transparent;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  position: relative;
  top: 3px;
  font-size: 14px;
  text-align: center;
  line-height: 22px; }
@media (max-width: 767px) {
  .comment-respond .comment-form input[type=checkbox] + label:before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 0;
    font-size: 12px;
    line-height: 16px; } }
.comment-respond .comment-form input[type=checkbox]:checked + label:before {
  color: #000; }
.comment-respond .comment-form input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa; }
  .comment-respond .comment-form .comment-form-comment textarea {
    height: 110px; }
.comment-respond .comment-form button .pxl-icon {
  font-size: 16px; }
.comment-respond .comment-form-cookies-consent {
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 22px; }
  .comment-respond .comment-form-cookies-consent .cms-custom-checkbox {
    flex: 0 0 auto;
    margin-top: 1px; }
  .comment-respond .comment-form-cookies-consent label {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
    font-size: 14px;
    color: #000000;
    line-height: normal;
    padding-bottom: 5px; }
.comment-respond .form-submit {
  margin: 65px 0 0; }
@media (max-width: 1199px) {
  .comment-respond .form-submit {
    margin: 35px 0 0; } }

.logged-in-as {
  margin-bottom: 5px; }

#cancel-comment-reply-link {
  padding-left: 15px;
  color: var(--second-color);
  font-weight: normal; }
  [dir="rtl"] #cancel-comment-reply-link {
    padding-left: 0;
    padding-right: 15px; }

p.no-comments {
  margin-top: 30px;
  color: red; }

.rating-container {
  display: inline-block;
  height: 18px;
  vertical-align: top;
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl; }

.rating-container * {
  font-size: 17px; }

.rating-container > input {
  display: none; }

.rating-container > input + label {
  font-family: "pxli";
  line-height: 1; }

.rating-container > input + label:before {
  display: inline-block;
  content: "";
  color: #FFB237; }

.rating-container > input:checked ~ label:before, .rating-container > input + label:hover ~ label:before, .rating-container > input + label:hover:before, .pxl-rating-icon-filled:before {
  content: "";
  color: #FFB237; }

.rating-container:hover > input + label:before, .pxl-rating-icon-empty:before {
  content: "";
  color: #FFB237;
  text-shadow: none; }

.rating-container:hover > input + label:hover ~ label:before, .rating-container:hover > input + label:hover:before {
  content: "";
  color: #FFB237; }

.pxl-rating-icon-filled, .pxl-rating-icon-empty {
  font-family: "pxli";
  display: inline-block;
  overflow: hidden;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0; }

.pxl-rating-icon-empty {
  z-index: -1; }

.woocommerce-Reviews .comment-meta-title {
  font-size: 18px;
  margin-top: -4px; }
.woocommerce-Reviews .comment-meta {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 0.025em; }
  .woocommerce-Reviews .comment-meta .comment-title {
    color: var(--link-color);
    text-transform: uppercase; }
.woocommerce-Reviews .commentlist .comment {
  padding-top: 0;
  margin-top: 36px;
  border-top: 0; }
.woocommerce-Reviews .comment-respond {
  margin-top: 57px; }
  .woocommerce-Reviews .comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.025em; }
  .woocommerce-Reviews .comment-respond .form-submit {
    margin: 35px 0 0; }
.woocommerce-Reviews .pxl-comment-form-rating .label {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--heading-color);
  text-transform: uppercase; }
.woocommerce-Reviews input[type="text"], .woocommerce-Reviews input[type="email"], .woocommerce-Reviews input[type="url"], .woocommerce-Reviews textarea {
  padding: 10px 20px;
  border: 1px solid #cccccc;
  border-bottom-color: #cccccc; }
  .woocommerce-Reviews input[type="text"]:hover, .woocommerce-Reviews input[type="text"]:focus, .woocommerce-Reviews input[type="text"]:active, .woocommerce-Reviews input[type="email"]:hover, .woocommerce-Reviews input[type="email"]:focus, .woocommerce-Reviews input[type="email"]:active, .woocommerce-Reviews input[type="url"]:hover, .woocommerce-Reviews input[type="url"]:focus, .woocommerce-Reviews input[type="url"]:active, .woocommerce-Reviews textarea:hover, .woocommerce-Reviews textarea:focus, .woocommerce-Reviews textarea:active {
    border-color: #000;
    border-bottom-color: #000; }

.pxl-scroll-top {
  height: 50px;
  width: 50px;
  background-color: var(--second-color);
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  opacity: 0;
  border-radius: 50%;
  overflow: hidden;
  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;
  -webkit-transform: translate(0, 20px);
  -khtml-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  -khtml-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease; }
@media (max-width: 1199px) {
  .pxl-scroll-top {
    height: 40px;
    width: 40px;
    line-height: 40px; } }
.pxl-scroll-top span {
  position: relative;
  -webkit-animation: icon-bounce 2s linear 0s infinite;
  -khtml-animation: icon-bounce 2s linear 0s infinite;
  -moz-animation: icon-bounce 2s linear 0s infinite;
  -ms-animation: icon-bounce 2s linear 0s infinite;
  -o-animation: icon-bounce 2s linear 0s infinite;
  animation: icon-bounce 2s linear 0s infinite; }
.pxl-scroll-top:hover, .pxl-scroll-top:focus, .pxl-scroll-top:active {
  color: #f2f2f2;
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
  -khtml-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
  -moz-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
  -ms-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
  -o-box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5);
  box-shadow: 0 8px 16px rgba(var(--primary-color-rgb), 0.5); }
  .pxl-scroll-top:hover span, .pxl-scroll-top:focus span, .pxl-scroll-top:active span {
    -webkit-animation: toTopFromBottom 0.6s forwards;
    -khtml-animation: toTopFromBottom 0.6s forwards;
    -moz-animation: toTopFromBottom 0.6s forwards;
    -ms-animation: toTopFromBottom 0.6s forwards;
    -o-animation: toTopFromBottom 0.6s forwards;
    animation: toTopFromBottom 0.6s forwards; }
.pxl-scroll-top.on {
  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); }
[dir="rtl"] .pxl-scroll-top {
  right: auto;
  left: 20px; }

.pxl-footer.pxl-footer-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
.pxl-footer.pxl-footer-absoluted {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .pxl-footer.footer-type-df a {
    color: #616277; }
    .pxl-footer.footer-type-df a:hover {
      color: #616277; }

.pxl-footer-bottom {
  border-top: 1px solid #e0e1e6;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #616277;
  font-size: 14px; }

.pxl-copyright-text a {
  font-weight: 700; }

.footer-bottom {
  color: #616277;
  font-size: 14px; }
  .footer-bottom .elementor-widget-text-editor a {
    color: #616277; }

.pxl-footer .pxl-primary-menu > li > a span:before {
  display: none; }

@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px; } }

.elementor-section .elementor-container {
  flex-wrap: wrap;
  justify-content: center; }
  .elementor-section.pxl-section-static-pos-yes .elementor-container {
    position: static; }
  .elementor-section.pxl-section-static-pos-yes .elementor-column, .elementor-section.pxl-section-static-pos-yes .elementor-column-wrap {
    position: static; }
  .elementor-section.pxl-section-static-pos-yes .elementor-widget-wrap {
    position: static; }
.elementor-section.pxl-section-overflow-hidden-yes {
  overflow: hidden !important; }

@media (min-width: 768px) {
  .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty .pxl-column-bg-parallax {
    margin: -10px; } }

.elementor-column.pxl-column-overflow-hidden-yes > .elementor-widget-wrap {
  overflow: hidden !important; }

.elementor-editor-active .pxl-primary-menu li:hover > .sub-menu {
  visibility: hidden;
  opacity: 0;
  z-index: -1; }

.elementor-editor-active .pxl-header-sticky {
  display: none; }

.elementor-editor-active .pxl-header-mobile-sticky {
  display: none; }

.elementor-editor-active .elementor-widget-divider .elementor-divider-separator {
  transform: scale(1); }

.elementor-editor-active .pxl-border-animated .pxl-border-anm.bb {
  transform: scale(1); }

.elementor-editor-active .pxl-hd-bd-left .elementor-widget-container:before, .elementor-editor-active .pxl-hd-bd-right .elementor-widget-container:before {
  transform: scale(1); }

.elementor-editor-active .elementor-widget-pxl_layer .elementor-widget-empty-icon {
  display: none !important; }

.elementor-editor-active .pxl-page.header-pos-fixed-left, .elementor-editor-active .pxl-page.header-pos-fixed-right {
  padding-left: 0;
  padding-right: 0; }
  .elementor-editor-active .pxl-page.header-pos-fixed-left .pxl-header, .elementor-editor-active .pxl-page.header-pos-fixed-right .pxl-header {
    display: none; }

.elementor-editor-active .pxl-scroll-top {
  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); }

.elementor-editor-active .pxl-footer.pxl-footer-absoluted {
  bottom: 314px; }

.elementor-column {
  min-height: 0px; }

.elementor-lightbox .swiper-zoom-container > canvas, .elementor-lightbox .swiper-zoom-container > img, .elementor-lightbox .swiper-zoom-container > svg {
  object-fit: cover;
  -o-object-fit: cover; }

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 15px; }
@media (max-width: 575px) {
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px; } }

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 0 15px; }
@media (max-width: 575px) {
  .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 0 20px; } }

.pxl-single-post .single-elementor-content > .elementor {
  margin: 0 -15px; }

.pxl-single-post .elementor-inner-section > .elementor-column-gap-default {
  margin: 0 -15px; }

@media (min-width: 576px) {
  .pxl-page .elementor-inner-section.container-auto > .elementor-column-gap-default {
    margin: 0 auto; } }

.pxl-shape-divider-pos-top .pxl-shape-divider {
  top: -1px; }

.pxl-shape-divider-mask .pxl-shape-divider {
  width: 100%;
  height: 25px;
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  mask-image: var(--ss-mask-url);
  -webkit-mask-image: var(--ss-mask-url);
  -ms-mask-image: var(--ss-mask-url);
  -o-mask-image: var(--ss-mask-url);
  -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; }

@media (min-width: 768px) {
  .elementor-editor-active .elementor-edit-area-active .elementor-widget-wrap.elementor-element-empty {
    margin: 0; } }

.pxl-logo a {
  display: inline-flex; }

.visible-logo, .hidden-logo {
  position: absolute;
  left: 0; }
  .visible-logo img, .hidden-logo img {
    -webkit-transition: opacity 0.3s ease;
    -khtml-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.hidden-logo .pxl-logo img {
  opacity: 0; }

.dark-header .visible-logo .pxl-logo img {
  opacity: 0; }
.dark-header .hidden-logo .pxl-logo img {
  opacity: 1; }

.pxl-heading-wrap h1, .pxl-heading-wrap h2, .pxl-heading-wrap h3, .pxl-heading-wrap h4, .pxl-heading-wrap h5, .pxl-heading-wrap h6 {
  margin: 0; }
.pxl-heading-wrap a > .heading-title {
  -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-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pxl-divider.horizontal .pxl-divider-separator {
    border-top: 1px solid #d8d8d8; }
  .pxl-divider.vertical .pxl-divider-separator {
    border-left: 1px solid #d8d8d8; }

.pxl-socials-wrap.layout-1 {
  gap: 23px; }
@media (max-width: 767px) {
  .pxl-socials-wrap.layout-1 {
    gap: 20px; } }
.pxl-socials-wrap.layout-1 .social-item {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  color: var(--body-color); }
  .pxl-socials-wrap.layout-1 .social-item:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff; }
.pxl-socials-wrap.layout-2 {
  gap: 23px; }
  .pxl-socials-wrap.layout-2 .social-item {
    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;
    color: var(--body-color); }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-facebook"] {
      color: #3b5ea1; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-twitter"] {
      color: #00ccff; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-dribbble"] {
      color: #ff70b7; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-behance"] {
      color: #1879fd; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-google"] {
      color: #e24d43; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-youtube"] {
      color: #df2926; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-rss"] {
      color: #ffa500; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-skype"] {
      color: #0ebaee; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-flickr"] {
      color: #ff0084; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-linkedin"] {
      color: #087ec0; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-vimeo"] {
      color: #27bcf1; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-pinterest"] {
      color: #ee2c34; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-instagram"] {
      color: #db944c; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-tumblr"] {
      color: #426d9b; }
    .pxl-socials-wrap.layout-2 .social-item:hover[class*="-tripadvisor"] {
      color: #00aa6c; }

.pxl-qc-wrap.layout-1 .qc-item {
  display: flex;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.015em;
  position: relative; }
  .pxl-qc-wrap.layout-1 .qc-item .pxl-icon {
    font-size: 14px;
    margin-right: 8px;
    line-height: 1; }
  .pxl-qc-wrap.layout-1 .qc-item a {
    color: inherit; }
    .pxl-qc-wrap.layout-1 .qc-item a:hover {
      color: var(--link-color); }
  .pxl-qc-wrap.layout-1 .qc-item + .qc-item {
    margin-top: 22px; }
  @media (max-width: 991px) {
    .pxl-qc-wrap.layout-1 .qc-item + .qc-item {
      margin-top: 15px; } }
@media (max-width: 767px) {
  .pxl-qc-wrap.layout-1 .qc-item + .qc-item {
    margin-top: 8px; } }

.pxl-anchor-wrap .pxl-anchor {
  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; }
  .pxl-anchor-wrap .pxl-anchor .anchor-title {
    -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-anchor-cart.layout-df a.cart-anchor {
  position: relative; }
  .pxl-anchor-cart.layout-df a.cart-anchor .pxl-anchor-icon {
    font-size: 24px;
    line-height: 1; }
  .pxl-anchor-cart.layout-df a.cart-anchor .anchor-cart-total {
    font-size: 16px;
    letter-spacing: 0.015em;
    line-height: 1;
    text-transform: uppercase;
    margin-left: 8px; }
  .pxl-anchor-cart.layout-df a.cart-anchor .anchor-cart-count {
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  @media (max-width: 575px) {
    .pxl-anchor-cart.layout-df a.cart-anchor .anchor-cart-count {
      width: 18px;
      height: 18px;
      line-height: 18px;
      font-size: 10px; } }

.pxl-anchor-wishlist .wl-anchor {
  position: relative;
  padding-right: 10px; }
  .pxl-anchor-wishlist .wl-anchor .pxl-anchor-icon {
    font-size: 24px;
    line-height: 1; }
  .pxl-anchor-wishlist .wl-anchor .anchor-wl-count {
    position: absolute;
    left: 12px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 20px; }
  @media (max-width: 575px) {
    .pxl-anchor-wishlist .wl-anchor .anchor-wl-count {
      width: 18px;
      height: 18px;
      line-height: 18px;
      font-size: 10px; } }

.pxl-links.layout-1 {
  list-style: none; }
  .pxl-links.layout-1 li {
    position: relative;
    font-weight: 400; }
    .pxl-links.layout-1 li + li {
      margin-top: 24px; }
    @media (max-width: 767px) {
      .pxl-links.layout-1 li + li {
        margin-top: 15px; } }
    .pxl-links.layout-1 li a {
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.015em;
      color: var(--body-color);
      display: flex;
      align-items: center; }
      .pxl-links.layout-1 li a span {
        position: relative; }
        .pxl-links.layout-1 li a span:after {
          content: "";
          width: 0;
          height: 1px;
          background-color: #000;
          position: absolute;
          left: 0;
          bottom: 4px;
          -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-links.layout-1 li a:hover {
        color: #000; }
        .pxl-links.layout-1 li a:hover span:after {
          width: 100%; }
.pxl-links.layout-2 {
  list-style: none; }
  .pxl-links.layout-2 li {
    position: relative; }
    .pxl-links.layout-2 li a {
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.015em;
      display: inline-flex;
      align-items: center;
      position: relative; }
      .pxl-links.layout-2 li a:hover {
        color: var(--link-color-hover); }
      .pxl-links.layout-2 li a .badge {
        position: absolute;
        top: 2px;
        left: calc(100% + 8px);
        text-transform: uppercase;
        font-size: 11px;
        color: #999999; }
        [dir="rtl"] .pxl-links.layout-2 li a .badge {
          left: auto;
          right: calc(100% + 8px); }
.pxl-links.layout-3 li a {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 1; }
  .pxl-links.layout-3 li a span {
    position: relative; }
    .pxl-links.layout-3 li a span:after {
      content: "";
      width: 100%;
      height: 2px;
      background-color: var(--primary-color);
      position: absolute;
      left: 0;
      bottom: 0;
      -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-links.layout-3 li a:hover {
    color: var(--second-color); }
    .pxl-links.layout-3 li a:hover span:after {
      background-color: var(--second-color); }
.pxl-links.layout-4 {
  column-gap: 70px; }
@media (max-width: 1199px) {
  .pxl-links.layout-4 {
    column-gap: 30px; } }
.pxl-links.layout-4 li a {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
@media (max-width: 575px) {
  .pxl-links.layout-4 li a {
    font-size: 14px; } }

.pxl-mailchimp.hide-df-desc .mailchimp-form .mc-desc {
  display: none; }
.pxl-mailchimp .pxl-icon {
  display: none; }
  .pxl-mailchimp.style-default .el-mc-desc {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.015em;
    margin-bottom: 32px; }
  @media (max-width: 767px) {
    .pxl-mailchimp.style-default .el-mc-desc {
      margin-bottom: 22px; } }
  .pxl-mailchimp.style-default .mailchimp-form {
    position: relative; }
    .pxl-mailchimp.style-default .mailchimp-form .mc-desc {
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.015em;
      margin-bottom: 32px; }
    @media (max-width: 767px) {
      .pxl-mailchimp.style-default .mailchimp-form .mc-desc {
        margin-bottom: 22px; } }
    .pxl-mailchimp.style-default .mailchimp-form input[type="email"] {
      border-color: #d8d8d8;
      padding: 0 25px;
      font-size: 16px;
      letter-spacing: 0.015em;
      margin-bottom: 21px; }
    @media (min-width: 1200px) {
      .pxl-mailchimp.style-default .mailchimp-form input[type="email"] {
        height: 60px;
        line-height: 60px; } }
  @media (max-width: 767px) {
    .pxl-mailchimp.style-default .mailchimp-form input[type="email"] {
      margin-bottom: 16px; } }
  .pxl-mailchimp.style-default .mailchimp-form input[type="email"]::-webkit-input-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-default .mailchimp-form input[type="email"]:-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-default .mailchimp-form input[type="email"]::-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-default .mailchimp-form input[type="email"]:-ms-input-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-default .mailchimp-form input[type="email"]:hover, .pxl-mailchimp.style-default .mailchimp-form input[type="email"]:focus, .pxl-mailchimp.style-default .mailchimp-form input[type="email"]:active {
    border-color: var(--black-color); }
  .pxl-mailchimp.style-default .mailchimp-form .mc-accept {
    font-size: 14px;
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .pxl-mailchimp.style-default .mailchimp-form .mc-accept {
      margin-bottom: 26px; } }
  .pxl-mailchimp.style-default .mailchimp-form .mc-accept a {
    text-decoration: underline;
    text-underline-offset: 3px; }
  .pxl-mailchimp.style-default .mailchimp-form .pxl-btn {
    display: block;
    padding: 14px 35px 14px 35px; }
  @media (max-width: 767px) {
    .pxl-mailchimp.style-default .mailchimp-form .pxl-btn {
      padding: 12px 26px 12px 26px; } }
  .pxl-mailchimp.style-default .mc4wp-response {
    margin-top: 20px;
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    color: #333;
    z-index: 999;
    font-size: 13px;
    box-shadow: 0px 5px 83px 0px rgba(3, 43, 86, 0.12); }
    .pxl-mailchimp.style-default .mc4wp-response:empty {
      display: none; }
.pxl-mailchimp.style-1 input[type="email"] {
  font-size: 16px; }
@media (min-width: 768px) {
  .pxl-mailchimp.style-1 input[type="email"]::-webkit-input-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-1 input[type="email"]:-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-1 input[type="email"]::-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-1 input[type="email"]:-ms-input-placeholder {
    font-size: 16px; } }
.pxl-mailchimp.style-1 .mc-accept {
  display: none; }
.pxl-mailchimp.style-1 .pxl-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--link-color);
  font-weight: 500;
  letter-spacing: 0.075em; }
  .pxl-mailchimp.style-1 .pxl-btn:hover {
    color: var(--link-color-hover); }
.pxl-mailchimp.style-2 .pxl-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 25px;
  margin-top: -12px; }
@media (min-width: 400px) {
  .pxl-mailchimp.style-2 .pxl-icon {
    display: none; } }
.pxl-mailchimp.style-2 input[type="email"] {
  font-size: 16px;
  padding-left: 42px; }
@media (min-width: 768px) {
  .pxl-mailchimp.style-2 input[type="email"]::-webkit-input-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-2 input[type="email"]:-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-2 input[type="email"]::-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-2 input[type="email"]:-ms-input-placeholder {
    font-size: 16px; } }
@media (min-width: 400px) {
  .pxl-mailchimp.style-2 input[type="email"] {
    padding-left: 0; } }
.pxl-mailchimp.style-2 .mc-accept {
  display: none; }
.pxl-mailchimp.style-2 .pxl-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--link-color);
  font-weight: 500;
  letter-spacing: 0.075em; }
  .pxl-mailchimp.style-2 .pxl-btn:hover {
    color: var(--link-color-hover); }
.pxl-mailchimp.style-3 .pxl-icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 22px;
  font-size: 18px; }
.pxl-mailchimp.style-3 input[type="email"] {
  font-size: 18px;
  border-width: 1px;
  border-color: #d8d8d8;
  padding: 8px 22px 8px 52px; }
@media (min-width: 768px) {
  .pxl-mailchimp.style-3 input[type="email"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #999999; }
  .pxl-mailchimp.style-3 input[type="email"]:-moz-placeholder {
    font-size: 18px;
    color: #999999; }
  .pxl-mailchimp.style-3 input[type="email"]::-moz-placeholder {
    font-size: 18px;
    color: #999999; }
  .pxl-mailchimp.style-3 input[type="email"]:-ms-input-placeholder {
    font-size: 18px;
    color: #999999; } }
.pxl-mailchimp.style-3 .mc-accept {
  text-align: center;
  margin-top: 42px; }
@media (max-width: 767px) {
  .pxl-mailchimp.style-3 .mc-accept {
    margin-top: 30px; } }
.pxl-mailchimp.style-3 .mc-accept a {
  text-decoration: underline; }
.pxl-mailchimp.style-3 .pxl-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  padding: 0 22px;
  border: 0;
  background-color: transparent;
  color: var(--link-color);
  font-weight: 500;
  letter-spacing: 0.075em; }
  .pxl-mailchimp.style-3 .pxl-btn:hover {
    color: var(--link-color-hover); }
.pxl-mailchimp.style-4 .pxl-icon {
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 16px; }
.pxl-mailchimp.style-4 input[type="email"] {
  font-size: 14px;
  border-width: 1px;
  border-color: #d8d8d8;
  padding: 8px 22px 8px 50px; }
@media (min-width: 768px) {
  .pxl-mailchimp.style-4 input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999; }
  .pxl-mailchimp.style-4 input[type="email"]:-moz-placeholder {
    font-size: 14px;
    color: #999999; }
  .pxl-mailchimp.style-4 input[type="email"]::-moz-placeholder {
    font-size: 14px;
    color: #999999; }
  .pxl-mailchimp.style-4 input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
    color: #999999; } }
.pxl-mailchimp.style-4 .mc-accept {
  display: none;
  text-align: center; }
  .pxl-mailchimp.style-4 .mc-accept a {
    text-decoration: underline; }
.pxl-mailchimp.style-4 .pxl-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 48px;
  padding: 0 22px;
  border: 0;
  background-color: transparent;
  color: var(--link-color);
  font-weight: 500;
  letter-spacing: 0.05em; }
@media (max-width: 480px) {
  .pxl-mailchimp.style-4 .pxl-btn {
    font-size: 13px; } }
.pxl-mailchimp.style-4 .pxl-btn:hover {
  color: var(--link-color-hover); }
.pxl-mailchimp.style-5 .pxl-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  margin-top: -9px; }
.pxl-mailchimp.style-5 input[type="email"] {
  font-size: 16px;
  padding-left: 36px;
  background-color: transparent; }
@media (min-width: 768px) {
  .pxl-mailchimp.style-5 input[type="email"]::-webkit-input-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-5 input[type="email"]:-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-5 input[type="email"]::-moz-placeholder {
    font-size: 16px; }
  .pxl-mailchimp.style-5 input[type="email"]:-ms-input-placeholder {
    font-size: 16px; } }
.pxl-mailchimp.style-5 .mc-accept {
  display: none; }
.pxl-mailchimp.style-5 .pxl-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 48px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--link-color);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em; }
  .pxl-mailchimp.style-5 .pxl-btn:hover {
    color: var(--link-color-hover); }
.pxl-mailchimp.style-6 .el-mc-desc {
  margin-bottom: 34px; }
@media (max-width: 767px) {
  .pxl-mailchimp.style-6 .el-mc-desc {
    margin-bottom: 20px; } }
.pxl-mailchimp.style-6 .pxl-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  margin-top: -9px; }
.pxl-mailchimp.style-6 input[type="email"] {
  border-color: #d8d8d8;
  padding: 0 25px;
  font-size: 16px;
  letter-spacing: 0.015em;
  margin-bottom: 0;
  font-family: var(--body-font-family); }
@media (min-width: 1200px) {
  .pxl-mailchimp.style-6 input[type="email"] {
    height: 60px;
    line-height: 60px; } }
.pxl-mailchimp.style-6 input[type="email"]::-webkit-input-placeholder {
  font-size: 16px; }
.pxl-mailchimp.style-6 input[type="email"]:-moz-placeholder {
  font-size: 16px; }
.pxl-mailchimp.style-6 input[type="email"]::-moz-placeholder {
  font-size: 16px; }
.pxl-mailchimp.style-6 input[type="email"]:-ms-input-placeholder {
  font-size: 16px; }
.pxl-mailchimp.style-6 input[type="email"]:hover, .pxl-mailchimp.style-6 input[type="email"]:focus, .pxl-mailchimp.style-6 input[type="email"]:active {
  border-color: var(--black-color); }
.pxl-mailchimp.style-6 .mc-accept {
  display: none; }
.pxl-mailchimp.style-6 .pxl-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--link-color);
  font-size: 24px;
  padding-right: 25px;
  font-family: var(--body-font-family); }
@media (min-width: 1200px) {
  .pxl-mailchimp.style-6 .pxl-btn {
    line-height: 60px; } }
@media (max-width: 1199px) {
  .pxl-mailchimp.style-6 .pxl-btn {
    line-height: 48px; } }
.pxl-mailchimp.style-6 .pxl-btn .btn-text {
  display: none; }
.pxl-mailchimp.style-6 .pxl-btn:before {
  content: "";
  font-family: "LineIconsProLight"; }
.pxl-mailchimp.style-6 .pxl-btn:hover {
  color: var(--link-color-hover); }

.pxl-language-switcher {
  position: relative; }
  .pxl-language-switcher .current-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    color: var(--link-color);
    align-items: center;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    -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;
    letter-spacing: 0.015em; }
    .pxl-language-switcher .current-item > * {
      max-width: 100%; }
    .pxl-language-switcher .current-item:hover {
      color: var(--link-color-hover); }
    .pxl-language-switcher .current-item label {
      cursor: pointer; }
    .pxl-language-switcher .current-item:before {
      content: "";
      width: 100px;
      min-width: 150px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 100%; }
    .pxl-language-switcher .current-item .pxl-icon {
      border: 0;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      margin-right: 15px;
      color: var(--link-color);
      -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; }
  .pxl-language-switcher ul {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 150px;
    top: calc(100% + 30px);
    left: 0;
    border-top: 0px solid #cdcdcd;
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    -webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -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-language-switcher ul li {
      margin: 0;
      list-style-type: none;
      display: block;
      position: relative; }
      .pxl-language-switcher ul li a {
        padding: 6px 20px;
        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;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.015em; }
      .pxl-language-switcher ul li:last-child a {
        border: 0; }
  .pxl-language-switcher:focus ul, .pxl-language-switcher:hover ul {
    top: calc(100% + 10px);
    opacity: 1;
    visibility: visible; }
  .pxl-language-switcher:focus .pxl-icon, .pxl-language-switcher:hover .pxl-icon {
    color: var(--link-color-hover); }
.pxl-language-switcher.hover-ontop .current-item:before {
  top: auto;
  bottom: 100%; }
.pxl-language-switcher.hover-ontop ul {
  top: auto;
  bottom: calc(100% + 30px); }
  .pxl-language-switcher.hover-ontop:focus ul, .pxl-language-switcher.hover-ontop:hover ul {
    top: auto;
    bottom: calc(100% + 10px); }
.pxl-language-switcher.style-1 {
  padding-right: 25px; }
  .pxl-language-switcher.style-1:after {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    font-style: normal;
    font-family: "LineIconsProLight";
    content: "";
    right: 0;
    top: 50%;
    color: #000;
    height: 100%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    -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-currency-switcher.style-1 .wmc-currency-wrapper {
  padding-right: 25px; }
  .pxl-currency-switcher.style-1 .wmc-currency-wrapper:after {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    font-style: normal;
    font-family: "LineIconsProLight";
    content: "";
    right: 0;
    top: 50%;
    color: #000;
    height: 100%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    -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-currency-switcher.style-1 .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
  font-size: 16px; }

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
  position: relative;
  cursor: pointer; }
  .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    border: 0;
    width: 100%;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    color: var(--link-color);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.015em; }
  .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-current-currency-arrow {
    display: none; }
  .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    display: block;
    min-width: 150px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 101;
    top: calc(100% + 30px);
    -webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.1);
    -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; }
    .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency:before {
      content: "";
      width: 100px;
      min-width: 150px;
      height: 10px;
      position: absolute;
      left: 0;
      bottom: 100%; }
    .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency.wmc-show-up {
      top: auto;
      bottom: calc(100% + 30px);
      width: 100%;
      border: 0;
      text-align: left; }
      .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency.wmc-show-up:before {
        top: 100%;
        bottom: auto; }
    .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
      justify-content: start !important;
      padding: 0; }
      .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a {
        padding: 6px 20px;
        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;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: 0.015em; }
        .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover {
          font-weight: 400; }
  .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:focus span.wmc-current-currency, .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover span.wmc-current-currency {
    color: var(--link-color-hover); }
  .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:focus .wmc-sub-currency, .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency {
    display: block;
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px); }
    .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:focus .wmc-sub-currency.wmc-show-up, .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper:hover .wmc-sub-currency.wmc-show-up {
      top: auto;
      bottom: calc(100% + 10px); }

.pxl-footer .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  top: auto;
  bottom: calc(100% + 30px); }

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
  border: 0; }

.pxl-image-wg {
  line-height: 1; }
  .pxl-image-wg.pxl-bg-parallax img {
    opacity: 0;
    visibility: hidden;
    width: 100%; }
.pxl-image-wg.pxl-transition 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-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(-150px, 0px);
    -khtml-transform: scale(1.5) translate(-150px, 0px);
    -moz-transform: scale(1.5) translate(-150px, 0px);
    -ms-transform: scale(1.5) translate(-150px, 0px);
    -o-transform: scale(1.5) translate(-150px, 0px);
    transform: scale(1.5) translate(-150px, 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(150px, 0px);
    -khtml-transform: scale(1.5) translate(150px, 0px);
    -moz-transform: scale(1.5) translate(150px, 0px);
    -ms-transform: scale(1.5) translate(150px, 0px);
    -o-transform: scale(1.5) translate(150px, 0px);
    transform: scale(1.5) translate(150px, 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 {
  visibility: hidden; }
  .pxl-image-wg.skew-in.pxl-animated {
    visibility: visible;
    -webkit-animation-name: pxl_skew_in;
    animation-name: pxl_skew_in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -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; }
.pxl-image-wg .parallax-inner {
  background-image: var(--pxl-bg-lazy-loaded); }
  .pxl-image-wg .parallax-inner.pxl-lazy-loaded {
    --pxl-bg-lazy-loaded: var(--pxl-bg-lazy); }

.elementor-widget-wp-widget-categories.horizontal-list h5 {
  display: none; }
.elementor-widget-wp-widget-categories.horizontal-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: -5px -24px; }
  .elementor-widget-wp-widget-categories.horizontal-list ul > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .elementor-widget-wp-widget-categories.horizontal-list ul {
      margin: -5px -15px; } }
.elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item {
  margin: 5px 24px; }
@media (max-width: 1199px) {
  .elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item {
    margin: 5px 15px; } }
@media (max-width: 575px) {
  .elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item {
    margin: 2px 15px; } }
.elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item > a {
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  position: relative;
  padding: 0;
  border-bottom: 0; }
@media (max-width: 575px) {
  .elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item > a {
    font-size: 14px; } }
.elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item > a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #a3a3a3;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  -khtml-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
  .elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item > a:hover:after, .elementor-widget-wp-widget-categories.horizontal-list .pxl-list-item > a.active:after {
    width: 100%; }

.pxl-list-style.style1 .list-item {
  position: relative;
  padding-left: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .pxl-list-style.style1 .list-item > * {
    max-width: 100%; }
  [dir="rtl"] .pxl-list-style.style1 .list-item {
    padding-left: 0;
    padding-right: 35px; }
  .pxl-list-style.style1 .list-item:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--body-color);
    position: absolute;
    left: 0;
    top: 10px; }
    [dir="rtl"] .pxl-list-style.style1 .list-item:before {
      left: auto;
      right: 0; }
  .pxl-list-style.style1 .list-item + .list-item {
    margin-top: 8px; }
.pxl-list-style.style1 .list-icon {
  flex: 0 0 auto;
  width: auto;
  padding-right: 10px; }
.pxl-list-style.style1 .list-content {
  font-size: 18px;
  line-height: 1.5; }
.pxl-list-style.style2 .list-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .pxl-list-style.style2 .list-item > * {
    max-width: 100%; }
  .pxl-list-style.style2 .list-item + .list-item {
    margin-top: 6px; }
  .pxl-list-style.style2 .list-item > div {
    display: inline-flex; }
.pxl-list-style.style2 .list-icon {
  flex: 0 0 auto;
  width: auto;
  padding-right: 20px; }
  .pxl-list-style.style2 .list-icon img {
    max-width: 24px;
    display: inline-block; }
.pxl-list-style.style2 .list-content {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.025em;
  color: var(--heading-color);
  text-transform: uppercase; }

.pxl-tweets .pxl-ctf-item {
  background-color: #f4f5f9;
  padding: 68px 70px;
  border-bottom: 0 !important; }
@media (max-width: 1199px) {
  .pxl-tweets .pxl-ctf-item {
    padding: 48px 50px; } }
@media (max-width: 767px) {
  .pxl-tweets .pxl-ctf-item {
    padding: 38px 40px; } }
@media (max-width: 480px) {
  .pxl-tweets .pxl-ctf-item {
    padding: 30px 20px; } }
.pxl-tweets .pxl-author-box {
  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;
  justify-content: space-between;
  margin-bottom: 50px; }
@media (max-width: 1199px) {
  .pxl-tweets .pxl-author-box {
    margin-bottom: 40px; } }
.pxl-tweets .pxl-author-box-link .author-avt a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden; }
.pxl-tweets .pxl-author-box-link .author-text {
  padding-left: 20px; }
  .pxl-tweets .pxl-author-box-link .author-text .author-name {
    font-size: 20px;
    line-height: 1.2; }
  .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta {
    font-size: 16px;
    color: #999999; }
    .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta a {
      color: inherit; }
      .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta a:hover {
        color: var(--link-color); }
    .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta .pxl-screename-sep:before {
      content: "-";
      display: inline-block; }
    .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta .lbl {
      display: none; }
@media (max-width: 575px) {
  .pxl-tweets .pxl-corner-logo {
    position: absolute;
    top: 40px;
    right: 20px; } }
.pxl-tweets .pxl-corner-logo svg {
  width: 30px; }
@media (max-width: 575px) {
  .pxl-tweets .pxl-corner-logo svg {
    width: 20px; } }
.pxl-tweets .pxl-corner-logo svg path {
  fill: #00ccff; }
.pxl-tweets .pxl-tweet-content {
  font-size: 28px;
  color: #000000;
  line-height: 1.6428571429;
  letter-spacing: -0.015em; }
@media (max-width: 1199px) {
  .pxl-tweets .pxl-tweet-content {
    font-size: 24px; } }
.pxl-tweets .pxl-tweet-content a {
  color: #00ccff; }
  .pxl-tweets .pxl-tweet-content a:hover {
    color: var(--link-color-hover); }

.pxl-twitter-wg .pxl-tweets {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 110px; }
  .pxl-twitter-wg .pxl-tweets > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .pxl-twitter-wg .pxl-tweets {
      padding-top: 80px; } }
  .pxl-twitter-wg .pxl-tweets:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    content: "";
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    font-family: "LineIconsProRegular";
    color: #00ccff; }
  @media (max-width: 1199px) {
    .pxl-twitter-wg .pxl-tweets:before {
      font-size: 42px; } }
  .pxl-twitter-wg .pxl-tweets .pxl-ctf-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background-color: transparent;
    text-align: center;
    justify-content: center;
    max-width: 900px; }
    .pxl-twitter-wg .pxl-tweets .pxl-ctf-item > * {
      max-width: 100%; }
  .pxl-twitter-wg .pxl-tweets .pxl-author-box {
    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;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 43px;
    order: 2; }
  @media (max-width: 575px) {
    .pxl-twitter-wg .pxl-tweets .pxl-author-box {
      margin-top: 24px; } }
.pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-avt {
  display: none; }
.pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text {
  padding-left: 0; }
  .pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text .author-name {
    display: none; }
  .pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta {
    font-size: 14px;
    color: var(--body-color);
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  @media (max-width: 575px) {
    .pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta {
      font-size: 12px; } }
  .pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta .pxl-screename-sep {
    margin: 0 10px; }
    .pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta .pxl-screename-sep:before {
      content: "/";
      display: inline-block; }
  .pxl-twitter-wg .pxl-tweets .pxl-author-box-link .author-text .pxl-tweet-meta .lbl {
    display: inline-block; }
.pxl-twitter-wg .pxl-tweets .pxl-corner-logo {
  display: none; }
.pxl-twitter-wg .pxl-tweets .pxl-tweet-content {
  order: 1;
  font-size: 30px;
  color: #000000;
  line-height: 1.6;
  letter-spacing: -0.015em; }
@media (max-width: 1199px) {
  .pxl-twitter-wg .pxl-tweets .pxl-tweet-content {
    font-size: 24px; } }
.pxl-twitter-wg .pxl-tweets .pxl-tweet-content a {
  color: #00ccff; }
  .pxl-twitter-wg .pxl-tweets .pxl-tweet-content a:hover {
    color: var(--link-color-hover); }

.pxl-product-filter ul, .pxl-product-filter ol {
  list-style: none; }
.pxl-product-filter .widget-title {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  -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-product-filter .widget-title > span {
    display: block; }
  .pxl-product-filter .widget-title.enable-collapse:hover {
    color: var(--heading-color); }
.pxl-product-filter.collapsed .widget-title {
  margin-bottom: 0; }
.pxl-product-filter .pxl-list-item > a, .pxl-product-filter .wc-layered-nav-term > a {
  padding: 0;
  line-height: 30px; }
.pxl-product-filter .pxl-list-item > a:after {
  display: none; }
.pxl-product-filter .pxl-list-item > a {
  letter-spacing: 0;
  text-transform: inherit;
  padding: 0;
  font-size: 16px; }
@media (min-width: 992px) {
  .pxl-product-filter .woocommerce-widget-layered-nav .widget-content {
    position: relative;
    padding-bottom: 0;
    border-bottom: 0; }
  .pxl-product-filter .woocommerce-widget-layered-nav + .woocommerce-widget-layered-nav .widget-content {
    padding-top: 0; } }
.pxl-product-filter .pxl-widget .enable-scrollable-1:hover::-webkit-scrollbar-thumb {
  background-color: #928656; }
.pxl-product-filter .pxl-widget-product-orderby .pxl-list-item > a > .title {
  display: inline-flex;
  position: relative;
  overflow: hidden; }
  .pxl-product-filter .pxl-widget-product-orderby .pxl-list-item > a > .title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: -130%;
    background-color: var(--link-color);
    -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
  .pxl-product-filter .pxl-widget-product-orderby .pxl-list-item > a > .title:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: -102%;
    background-color: var(--link-color);
    -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
.pxl-product-filter .pxl-widget-product-orderby .pxl-list-item > a:hover {
  color: var(--link-color); }
  .pxl-product-filter .pxl-widget-product-orderby .pxl-list-item > a:hover > .title:before {
    left: 0; }
  .pxl-product-filter .pxl-widget-product-orderby .pxl-list-item > a:hover > .title:after {
    left: 102%; }
.pxl-product-filter .pxl-widget-product-orderby .pxl-list-item.chosen > a {
  color: var(--link-color); }
  .pxl-product-filter .pxl-widget-product-orderby .pxl-list-item.chosen > a > .title:before {
    left: 0; }
  .pxl-product-filter .pxl-widget-product-orderby .pxl-list-item.chosen > a > .title:after {
    left: 102%; }

.pxl-search-product .filter-category {
  margin-bottom: 30px; }
@media (max-width: 767px) {
  .pxl-search-product .filter-category {
    margin-bottom: 20px; } }
.pxl-search-product .filter-category ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  column-gap: 48px; }
  .pxl-search-product .filter-category ul > * {
    max-width: 100%; }
  @media (max-width: 991px) {
    .pxl-search-product .filter-category ul {
      column-gap: 40px; } }
@media (max-width: 767px) {
  .pxl-search-product .filter-category ul {
    column-gap: 30px; } }
@media (max-width: 575px) {
  .pxl-search-product .filter-category ul {
    column-gap: 24px; } }
.pxl-search-product .filter-category .filter-link {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--link-color-hover);
  letter-spacing: 0.05em; }
@media (max-width: 991px) {
  .pxl-search-product .filter-category .filter-link {
    font-size: 14px; } }
.pxl-search-product .filter-category .filter-link > .title {
  display: inline-flex;
  position: relative;
  overflow: hidden; }
  .pxl-search-product .filter-category .filter-link > .title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: -130%;
    background-color: var(--link-color);
    -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
  .pxl-search-product .filter-category .filter-link > .title:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: -102%;
    background-color: var(--link-color);
    -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
.pxl-search-product .filter-category .filter-cat-item.active .filter-link, .pxl-search-product .filter-category .filter-cat-item:hover .filter-link {
  color: var(--link-color); }
  .pxl-search-product .filter-category .filter-cat-item.active .filter-link > .title:before, .pxl-search-product .filter-category .filter-cat-item:hover .filter-link > .title:before {
    left: 0; }
  .pxl-search-product .filter-category .filter-cat-item.active .filter-link > .title:after, .pxl-search-product .filter-category .filter-cat-item:hover .filter-link > .title:after {
    left: 102%; }
.pxl-search-product .pxl-search-wrap {
  margin-bottom: 50px; }
  .pxl-search-product .pxl-search-product-form .pxl-search-field {
    font-size: 36px;
    line-height: 78px;
    height: 78px; }
  @media (max-width: 767px) {
    .pxl-search-product .pxl-search-product-form .pxl-search-field {
      font-size: 24px;
      line-height: 54px;
      height: 54px; } }
  .pxl-search-product .pxl-search-product-form .pxl-search-field::-webkit-input-placeholder {
    font-size: 36px; }
  @media (max-width: 767px) {
    .pxl-search-product .pxl-search-product-form .pxl-search-field::-webkit-input-placeholder {
      font-size: 24px; } }
  .pxl-search-product .pxl-search-product-form .pxl-search-field:-moz-placeholder {
    font-size: 36px; }
  @media (max-width: 767px) {
    .pxl-search-product .pxl-search-product-form .pxl-search-field:-moz-placeholder {
      font-size: 24px; } }
  .pxl-search-product .pxl-search-product-form .pxl-search-field::-moz-placeholder {
    font-size: 36px; }
  @media (max-width: 767px) {
    .pxl-search-product .pxl-search-product-form .pxl-search-field::-moz-placeholder {
      font-size: 24px; } }
  .pxl-search-product .pxl-search-product-form .pxl-search-field:-ms-input-placeholder {
    font-size: 36px; }
  @media (max-width: 767px) {
    .pxl-search-product .pxl-search-product-form .pxl-search-field:-ms-input-placeholder {
      font-size: 24px; } }
.pxl-search-product .pxl-search-results .result-lbl {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .pxl-search-product .pxl-search-results .result-lbl.hide {
    display: none; }
.pxl-search-product .pxl-product-grid-pagination .woocommerce-pagination {
  margin-bottom: 70px; }

.pxl-search-wrap-wg.layout-2 .pxl-search-form .pxl-search-field {
  padding-right: 15px;
  padding-left: 30px;
  height: 42px;
  border-color: #dbdbdb; }
  .pxl-search-wrap-wg.layout-2 .pxl-search-form .pxl-search-field:hover, .pxl-search-wrap-wg.layout-2 .pxl-search-form .pxl-search-field:focus {
    border-color: #000; }
.pxl-search-wrap-wg.layout-2 .pxl-search-form .pxl-search-submit {
  left: 0;
  right: auto; }

.pxl-user-anchor-wrap {
  position: relative; }
  .pxl-user-anchor-wrap:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 0; }
  .pxl-user-anchor-wrap .pxl-anchor {
    cursor: pointer;
    -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-user-anchor-wrap .user-logged-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px; }
    .pxl-user-anchor-wrap .user-logged-link > * {
      max-width: 100%; }
    .pxl-user-anchor-wrap .user-logged-link .pxl-icon-img {
      position: relative;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
    @media (max-width: 767px) {
      .pxl-user-anchor-wrap .user-logged-link .pxl-icon-img {
        width: 24px;
        height: 24px; } }
  @media (max-width: 575px) {
    .pxl-user-anchor-wrap .user-logged-link .pxl-icon-img {
      width: 20px;
      height: 20px; } }
  .pxl-user-anchor-wrap .user-logged-link .pxl-icon-img img {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    -khtml-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .pxl-user-anchor-wrap .user-logged-link .user-title {
    font-size: 16px;
    -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; }
  @media (max-width: 575px) {
    .pxl-user-anchor-wrap .user-logged-link .user-title {
      display: none; } }
  .pxl-user-anchor-wrap .ua-submenu {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    font-size: 16px;
    width: 250px;
    min-width: 250px;
    top: calc(100% + 30px);
    right: 0;
    left: auto;
    border-top: 0px solid #cdcdcd;
    padding: 20px 15px;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    -webkit-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
    -khtml-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
    -moz-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
    -ms-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
    -o-box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
    box-shadow: 6px 5px 20px -5px rgba(51, 51, 51, 0.3);
    -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; }
  @media (max-width: 575px) {
    .pxl-user-anchor-wrap .ua-submenu {
      font-size: 14px; } }
  .pxl-user-anchor-wrap .ua-submenu .ua-avatar {
    flex: 0 0 64px;
    width: 64px; }
    .pxl-user-anchor-wrap .ua-submenu .ua-avatar a {
      display: block; }
    .pxl-user-anchor-wrap .ua-submenu .ua-avatar .username {
      line-height: 1;
      color: #7e7e7e;
      font-size: 13px;
      display: block;
      margin-top: 6px;
      text-align: center; }
  .pxl-user-anchor-wrap .ua-submenu ul {
    flex: 0 0 calc(100% - 64px);
    width: calc(100% - 64px);
    list-style: none;
    padding: 0 15px 0 15px;
    margin: 0; }
    .pxl-user-anchor-wrap .ua-submenu ul li {
      margin: 0;
      list-style-type: none;
      display: block;
      position: relative; }
      .pxl-user-anchor-wrap .ua-submenu ul li.user-info-item {
        margin-top: -5px; }
      .pxl-user-anchor-wrap .ua-submenu ul li a {
        display: block;
        margin: 0; }
      .pxl-user-anchor-wrap .ua-submenu ul li .display-name {
        display: block; }
      .pxl-user-anchor-wrap .ua-submenu ul li .username {
        line-height: 1;
        color: #7e7e7e;
        font-size: 13px;
        display: block;
        margin-top: 3px; }
      .pxl-user-anchor-wrap .ua-submenu ul li + li {
        margin-top: 8px; }
.pxl-user-anchor-wrap:focus .ua-submenu, .pxl-user-anchor-wrap:hover .ua-submenu {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible; }

.pxl-ci-wrap.layout-1 .ci-icon {
  margin-right: 25px; }
  .pxl-ci-wrap.layout-1 .ci-icon .pxl-icon {
    font-size: 26px;
    color: #000; }
.pxl-ci-wrap.layout-1.show-maps .ci-content-wrap, .pxl-ci-wrap.layout-1.show-popup .ci-content-wrap {
  cursor: pointer; }
.pxl-ci-wrap.layout-1 .ci-title {
  font-size: 13px;
  color: #999999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px; }
.pxl-ci-wrap.layout-1 .ci-content {
  font-size: 16px;
  color: var(--heading-color);
  line-height: 1.875; }

@media (max-width: 575px) {
  .pxl-countdown.layout-1 .pxl-countdown-container {
    max-width: 270px;
    margin: 0 auto; } }
.pxl-countdown.layout-1 .time-item + .time-item {
  position: relative; }
  .pxl-countdown.layout-1 .time-item + .time-item:before {
    content: ":";
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    color: var(--heading-color);
    line-height: 1;
    margin-left: -2px;
    margin-top: -25px; }
  @media (max-width: 575px) {
    .pxl-countdown.layout-1 .time-item + .time-item:before {
      display: none; } }
@media (max-width: 575px) {
  .pxl-countdown.layout-1 .time-item {
    margin-bottom: 30px; } }
.pxl-countdown.layout-1 .inner-number {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--heading-color);
  text-transform: uppercase;
  position: relative; }
@media (max-width: 1199px) {
  .pxl-countdown.layout-1 .inner-number {
    font-size: 48px; } }
.pxl-countdown.layout-1 .inner-text {
  font-size: 14px;
  line-height: 24px;
  color: var(--body-color);
  margin-left: 6px; }

.pxl-counter.layout-1 .counter-inner .col-left {
  min-width: 154px; }
@media (max-width: 1199px) {
  .pxl-counter.layout-1 .counter-inner .col-left {
    min-width: 120px; } }
@media (max-width: 480px) {
  .pxl-counter.layout-1 .counter-inner .col-left {
    min-width: 100px; } }
.pxl-counter.layout-1 .counter-inner .counter-number {
  font-size: 48px;
  line-height: 0.8;
  color: #999999;
  display: inline-flex; }
@media (max-width: 1199px) {
  .pxl-counter.layout-1 .counter-inner .counter-number {
    font-size: 38px; } }
@media (max-width: 480px) {
  .pxl-counter.layout-1 .counter-inner .counter-number {
    font-size: 32px; } }
.pxl-counter.layout-1 .counter-inner .odometer-inside {
  display: inline-flex; }
.pxl-counter.layout-1 .counter-inner .counter-title {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
  display: block;
  text-transform: uppercase;
  color: var(--heading-color); }
@media (max-width: 1199px) {
  .pxl-counter.layout-1 .counter-inner .counter-title br {
    display: none; } }
.pxl-counter.layout-1 .counter-inner .desc {
  font-size: 14px;
  margin-top: 10px; }
.pxl-counter.layout-1 .counter-inner sup {
  margin-left: 8px; }

.pxl-image-about .item-image {
  --this-width: 26.3vw;
  width: var(--this-width);
  height: calc(var(--this-width) * 1.53);
  display: block;
  border: 1px solid #c4c8c9;
  padding: 34px 34px;
  border-bottom-left-radius: 50% 30%;
  border-bottom-right-radius: 50% 30%;
  border-top-left-radius: 50% 30%;
  border-top-right-radius: 50% 30%;
  overflow: hidden;
  -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 (max-width: 1599px) {
  .pxl-image-about .item-image {
    --this-width: 35vw;
    padding: 30px; } }
@media (max-width: 1199px) {
  .pxl-image-about .item-image {
    --this-width: 38vw;
    padding: 24px; } }
@media (max-width: 767px) {
  .pxl-image-about .item-image {
    --this-width: 70vw;
    padding: 30px; } }
@media (max-width: 575px) {
  .pxl-image-about .item-image {
    padding: 20px; } }
.pxl-image-about .item-image .pxl-parallax-background {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50% 29%;
  border-bottom-right-radius: 50% 30%;
  border-top-left-radius: 50% 30%;
  border-top-right-radius: 50% 30%;
  overflow: hidden; }
.pxl-image-about .item-image .parallax-inner {
  position: absolute;
  top: -10%;
  left: -10%;
  height: 120%;
  width: 120%;
  background-position: center center;
  background-size: cover;
  background-image: var(--pxl-bg-lazy-loaded); }
  .pxl-image-about .item-image .parallax-inner.pxl-lazy-loaded {
    --pxl-bg-lazy-loaded: var(--pxl-bg-lazy); }

.pxl-spinner {
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #b9b9b9;
  text-transform: uppercase;
  -webkit-animation: spin 16s infinite linear;
  -khtml-animation: spin 16s infinite linear;
  -moz-animation: spin 16s infinite linear;
  -ms-animation: spin 16s infinite linear;
  -o-animation: spin 16s infinite linear;
  animation: spin 16s infinite linear; }
  .pxl-spinner svg {
    fill: #b9b9b9; }
    .pxl-spinner svg circle, .pxl-spinner svg path {
      fill: none; }

.pxl-testimonial-carousel.layout-1 .item-content {
  text-align: center;
  cursor: w-resize; }
.pxl-testimonial-carousel.layout-1 .item-desc {
  font-family: "Amiri";
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  color: #000; }
@media (max-width: 1199px) {
  .pxl-testimonial-carousel.layout-1 .item-desc {
    font-size: 38px; } }
@media (max-width: 991px) {
  .pxl-testimonial-carousel.layout-1 .item-desc {
    font-size: 32px; } }
@media (max-width: 767px) {
  .pxl-testimonial-carousel.layout-1 .item-desc {
    font-size: 28px; } }

.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon {
  color: var(--heading-color);
  padding-top: 5px;
  -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-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon .pxl-icon {
    font-size: 38px; }
  @media (max-width: 1199px) {
    .pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon .pxl-icon {
      font-size: 32px; } }
  .pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon svg {
    width: 40px;
    height: 40px; }
  .pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancy-icon svg * {
    fill: var(--heading-color);
    stroke: var(--heading-color);
    -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; }
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content .title {
  font-size: 22px;
  color: var(--heading-color);
  margin-bottom: 12px; }
  .pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content .title a {
    color: inherit; }
.pxl-fancybox-wrap.layout-1 .fancybox-inner .pxl-fancybox-content .desc {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.025em; }
.pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-fancy-icon {
  color: var(--heading-color);
  -webkit-animation: pxl_bounce 1s ease-out infinite;
  -khtml-animation: pxl_bounce 1s ease-out infinite;
  -moz-animation: pxl_bounce 1s ease-out infinite;
  -ms-animation: pxl_bounce 1s ease-out infinite;
  -o-animation: pxl_bounce 1s ease-out infinite;
  animation: pxl_bounce 1s ease-out infinite; }
  .pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-fancy-icon svg, .pxl-fancybox-wrap.layout-1 .fancybox-inner:hover .pxl-fancy-icon svg * {
    color: var(--heading-color);
    stroke: var(--heading-color); }

.pxl-single-product-gift-card-wg.single-product .section-image-summary {
  padding-bottom: 0; }
.pxl-single-product-gift-card-wg .pxl-single-images {
  flex: 0 0 100%;
  max-width: 600px; }
@media (max-width: 1199px) {
  .pxl-single-product-gift-card-wg .pxl-single-images {
    max-width: 540px; } }
@media (max-width: 991px) {
  .pxl-single-product-gift-card-wg .pxl-single-images {
    max-width: 370px; } }
@media (max-width: 767px) {
  .pxl-single-product-gift-card-wg .pxl-single-images {
    max-width: 100%; } }
.pxl-single-product-gift-card-wg .pxl-sticky {
  position: relative !important; }
.pxl-single-product-gift-card-wg .pxl-single-summary {
  flex: 1 0 0%; }
  .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner {
    padding-left: 70px; }
  @media (max-width: 1199px) {
    .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner {
      padding-left: 20px; } }
@media (max-width: 991px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner {
    padding-left: 0; } }
.pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner .product-title {
  font-size: 36px;
  font-weight: 300; }
@media (max-width: 1199px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner .product-title {
    font-size: 30px; } }
@media (max-width: 480px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner .product-title {
    font-size: 24px; } }
.pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner .product-price {
  font-size: 24px;
  color: #999999;
  font-weight: 400;
  margin-top: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e6e6e6; }
@media (max-width: 1199px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner .product-price {
    font-size: 20px; } }
@media (max-width: 991px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner .product-price {
    font-size: 18px; } }
.pxl-single-product-gift-card-wg .pxl-single-summary .summary-inner form.cart {
  margin-top: 30px; }
.pxl-single-product-gift-card-wg .pxl-single-summary .gift_card_template_button {
  margin-top: 35px; }
@media (max-width: 991px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .gift_card_template_button {
    margin-top: 15px; } }
@media (max-width: 1199px) {
  .pxl-single-product-gift-card-wg .pxl-single-summary .pxl-quantity-wrap {
    margin-bottom: 30px; } }
.pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc {
  margin-top: 40px;
  padding-top: 33px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative; }
  .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .text-excerpt {
    font-size: 16px;
    line-height: 1.875;
    -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-single-product-gift-card-wg .pxl-single-summary .product-short-desc .text-short.hide, .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .text-long.hide {
      display: none; }
    .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .text-short p, .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .text-long p {
      margin-bottom: 0; }
  .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .short-desc-toggle-more, .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .short-desc-toggle-less {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 30px; }
    .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .short-desc-toggle-more .pxl-icon, .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .short-desc-toggle-less .pxl-icon {
      font-size: 10px;
      margin-left: 8px;
      color: #000; }
  .pxl-single-product-gift-card-wg .pxl-single-summary .product-short-desc .short-desc-toggle-less {
    float: right; }
.pxl-single-product-gift-card-wg .pxl-single-summary .product-share-wrap {
  display: flex;
  align-items: center;
  margin-top: 30px; }
  .pxl-single-product-gift-card-wg .pxl-single-summary .product-share-wrap .label {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.05em;
    margin-right: 30px; }

.pxl-product-on-hover-wg .pinned-point-item {
  position: absolute;
  cursor: pointer; }
  .pxl-product-on-hover-wg .pinned-point-item .point-inner {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 24px;
    letter-spacing: 0.025;
    text-transform: uppercase;
    color: #000;
    -webkit-animation: spineer-white 2s infinite;
    animation: spineer-white 2s infinite; }
  @media (max-width: 991px) {
    .pxl-product-on-hover-wg .pinned-point-item .point-inner {
      width: 40px;
      height: 40px;
      font-size: 18px; } }
@media (max-width: 575px) {
  .pxl-product-on-hover-wg .pinned-point-item .point-inner {
    width: 30px;
    height: 30px;
    font-size: 16px; } }
.pxl-product-on-hover-wg .product-item {
  position: absolute;
  top: -47px;
  left: 50px;
  padding-left: 43px;
  opacity: 0;
  overflow: clip;
  -webkit-transform: translate(0, 20px);
  -khtml-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px); }
  .pxl-product-on-hover-wg .product-item.left {
    left: auto;
    right: 50px;
    padding-left: 0;
    padding-right: 43px; }
  @media (max-width: 991px) {
    .pxl-product-on-hover-wg .product-item.left {
      right: 40px; } }
@media (max-width: 575px) {
  .pxl-product-on-hover-wg .product-item.left {
    right: 30px; } }
.pxl-product-on-hover-wg .product-item.left .pxl-single-product-lightbox .rect {
  border-right-color: transparent;
  border-left-color: #fff;
  left: auto;
  right: -50px; }
.pxl-product-on-hover-wg .product-item.bottom {
  left: 25px;
  right: auto;
  top: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 43px; }
  .pxl-product-on-hover-wg .product-item.bottom .pxl-single-product-lightbox .rect {
    border-width: 25px 8px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    left: 60px;
    right: auto;
    top: -50px;
    margin-left: -8px; }
.pxl-product-on-hover-wg .pxl-single-product-lightbox {
  width: 400px;
  position: relative;
  background-color: #fff;
  padding: 35px 30px; }
@media (max-width: 991px) {
  .pxl-product-on-hover-wg .pxl-single-product-lightbox {
    width: 350px; } }
@media (max-width: 767px) {
  .pxl-product-on-hover-wg .pxl-single-product-lightbox {
    width: 300px;
    padding: 30px 20px; } }
@media (max-width: 575px) {
  .pxl-product-on-hover-wg .pxl-single-product-lightbox {
    width: 270px;
    padding: 20px 15px; } }
.pxl-product-on-hover-wg .pxl-single-product-lightbox .rect {
  position: absolute;
  background: 0 0;
  border-width: 8px 25px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
  margin-bottom: 0;
  left: -50px;
  top: 60px;
  transition: 0.3s; }
.pxl-product-on-hover-wg .pxl-single-product-lightbox .product-info {
  padding-top: 26px;
  text-align: center; }
.pxl-product-on-hover-wg .pxl-single-product-lightbox .loop-product-brand {
  font-size: 20px;
  font-family: "Amiri";
  text-transform: uppercase;
  color: var(--heading-color);
  line-height: 1.2;
  margin-bottom: 0; }
.pxl-product-on-hover-wg .pxl-single-product-lightbox .pxl-loop-product-title {
  margin-bottom: 10px;
  line-height: 1.666666;
  color: #999999; }
  .pxl-product-on-hover-wg .pxl-single-product-lightbox .pxl-loop-product-title a {
    color: inherit; }
    .pxl-product-on-hover-wg .pxl-single-product-lightbox .pxl-loop-product-title a:hover {
      color: var(--heading-color); }
.pxl-product-on-hover-wg .pxl-single-product-lightbox .price {
  justify-content: center;
  font-family: "Amiri";
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px; }
  .pxl-product-on-hover-wg .pxl-single-product-lightbox .quickview .woosq-btn {
    display: block;
    width: 100%;
    border: 1px solid #999999;
    background-color: #fff;
    color: #000000;
    font-size: 14px; }
    .pxl-product-on-hover-wg .pxl-single-product-lightbox .quickview .woosq-btn:active, .pxl-product-on-hover-wg .pxl-single-product-lightbox .quickview .woosq-btn:hover, .pxl-product-on-hover-wg .pxl-single-product-lightbox .quickview .woosq-btn:focus {
      color: #fff;
      outline: medium none;
      text-decoration: none;
      background-color: #000000;
      border-color: #000000; }

.pxl-showcase.style1 {
  -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-showcase.style1 .showcase-inner {
    border: 1px solid #d6d7de;
    border-radius: 10px;
    overflow: hidden; }
  .pxl-showcase.style1 .item-title-link {
    padding: 14px 15px 12px 20px; }
  @media (max-width: 1199px) {
    .pxl-showcase.style1 .item-title-link {
      padding: 10px 15px 10px 15px; } }
  .pxl-showcase.style1 .item-title-link a.btn-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.75;
    letter-spacing: -0.015em; }
  @media (max-width: 1199px) {
    .pxl-showcase.style1 .item-title-link a.btn-link {
      font-size: 14px;
      line-height: 1.5; } }
  .pxl-showcase.style1 .item-title-link a.btn-link:hover {
    color: var(--link-color); }
    .pxl-showcase.style1 .item-title-link a.btn-link:hover.underline-true:after {
      background-color: var(--link-color); }
  .pxl-showcase.style1:hover {
    -webkit-transform: translateY(-10px);
    -khtml-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
    .pxl-showcase.style1.is-coming-soon .item-image {
      position: relative; }
    .pxl-showcase.style1.is-coming-soon .title-coming-soon {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 24px;
      color: #999999;
      letter-spacing: -0.025em; }
    @media (max-width: 1199px) {
      .pxl-showcase.style1.is-coming-soon .title-coming-soon {
        font-size: 18px; } }

@media (max-width: 1599px) {
  .pxl-heading-wrap .custom-price {
    -webkit-transform: scale(0.8);
    -khtml-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); } }
@media (max-width: 1199px) {
  .pxl-heading-wrap .custom-price {
    -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); } }
@media (max-width: 575px) {
  .pxl-heading-wrap .custom-price {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.pxl-heading-wrap .custom-price .cp-dl {
  font-size: 40px;
  line-height: 1;
  position: relative;
  top: -116px;
  font-weight: 500;
  display: inline-flex;
  margin-right: 4px; }
@media (max-width: 575px) {
  .pxl-heading-wrap .custom-price .cp-dl {
    font-size: 28px;
    top: -64px; } }
.pxl-heading-wrap .custom-price .cp-sub {
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  display: inline-flex;
  position: relative;
  top: -126px;
  opacity: 0.25;
  margin-left: 12px; }
@media (max-width: 575px) {
  .pxl-heading-wrap .custom-price .cp-sub {
    font-size: 40px;
    top: -70px; } }
.pxl-heading-wrap .custom-price .cp-sub .cp-sub-dl {
  font-size: 40px;
  line-height: 1;
  display: inline-flex;
  position: relative;
  top: 10px;
  margin-right: 5px; }
@media (max-width: 575px) {
  .pxl-heading-wrap .custom-price .cp-sub .cp-sub-dl {
    font-size: 28px;
    top: 5px; } }
.pxl-heading-wrap .custom-price .cp-sub .cp-sub-price {
  position: relative; }
  .pxl-heading-wrap .custom-price .cp-sub .cp-sub-price:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff; }
  @media (max-width: 575px) {
    .pxl-heading-wrap .custom-price .cp-sub .cp-sub-price:after {
      height: 2px; } }

.grid-filter-wrap {
  margin: -5px -19px 50px -17px; }
  .grid-filter-wrap .filter-item {
    position: relative;
    color: var(--heading-color);
    display: inline-block;
    font-family: var(--heading-font-family);
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer;
    padding: 5px 19px 5px 19px;
    -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; }
    .grid-filter-wrap .filter-item.active, .grid-filter-wrap .filter-item:hover {
      color: var(--second-color); }

.pxl-post-list.layout-post-list-1 .grid-item {
  display: flex; }
  .pxl-post-list.layout-post-list-1 .grid-item .grid-item-inner {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dadada; }
  @media (max-width: 1199px) {
    .pxl-post-list.layout-post-list-1 .grid-item .grid-item-inner {
      padding-bottom: 43px; } }
  .pxl-post-list.layout-post-list-1 .grid-item .grid-item-inner.post-featured {
    padding-bottom: 43px; }
.pxl-post-list.layout-post-list-1 .grid-item:last-child .grid-item-inner {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }
@media (min-width: 1200px) {
  .pxl-post-list.layout-post-list-1 .item-feature.col-xl-6 {
    padding-right: 35px; } }
@media (max-width: 1199px) {
  .pxl-post-list.layout-post-list-1 .item-feature {
    margin-bottom: 28px; } }
.pxl-post-list.layout-post-list-1 .item-feature .post-image {
  position: relative; }
  .pxl-post-list.layout-post-list-1 .item-feature .post-image img {
    width: 100%; }
.pxl-post-list.layout-post-list-1 .item-feature .feature-audio {
  height: 100%; }
.pxl-post-list.layout-post-list-1 .item-feature .feature-video {
  height: 100%; }
  .pxl-post-list.layout-post-list-1 .item-feature .feature-video iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1.7777777778; }
.pxl-post-list.layout-post-list-1 .item-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between; }
  .pxl-post-list.layout-post-list-1 .item-content > * {
    max-width: 100%; }
  .pxl-post-list.layout-post-list-1 .item-content .item-title {
    margin-bottom: 18px; }
  .pxl-post-list.layout-post-list-1 .item-content .item-excerpt {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 38px; }
  .pxl-post-list.layout-post-list-1 .item-content .item-metas {
    font-size: 14px;
    position: relative;
    color: #999999; }
    .pxl-post-list.layout-post-list-1 .item-content .item-metas .item-category {
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .pxl-post-list.layout-post-list-1 .item-content .item-metas > div {
      position: relative;
      display: flex;
      align-items: center;
      white-space: break-spaces; }
      .pxl-post-list.layout-post-list-1 .item-content .item-metas > div + div:before {
        content: "/";
        margin-left: 12px;
        margin-right: 12px;
        margin-top: -1px; }
  .pxl-post-list.layout-post-list-1 .item-content .item-title {
    font-weight: 500;
    letter-spacing: -0.025em; }
  @media (min-width: 1200px) {
    .pxl-post-list.layout-post-list-1 .item-content .item-title {
      display: block;
      display: -webkit-box;
      max-height: 60px;
      font-size: 24px;
      line-height: 1.25;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; }
      .pxl-post-list.layout-post-list-1 .item-content .item-title > * {
        display: block;
        display: -webkit-box;
        max-height: 60px;
        font-size: 24px;
        line-height: 1.25;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -khtml-line-clamp: 2;
        -moz-line-clamp: 2;
        -ms-line-clamp: 2;
        -o-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical; } }
.pxl-post-list.layout-post-list-1 .post-featured .item-feature {
  margin-bottom: 28px; }
@media (min-width: 1200px) {
  .pxl-post-list.layout-post-list-1 .post-featured .item-content .item-title {
    font-size: 30px; } }

.pxl-post-grid.layout-post-1 .item-featured {
  overflow: hidden; }
  .pxl-post-grid.layout-post-1 .item-featured img {
    width: 100%;
    -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
.pxl-post-grid.layout-post-1 .item-content {
  padding-top: 20px; }
  .pxl-post-grid.layout-post-1 .item-content .item-title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.025em;
    font-weight: 500;
    margin-bottom: 18px; }
  @media (max-width: 1199px) {
    .pxl-post-grid.layout-post-1 .item-content .item-title {
      font-size: 20px;
      margin-bottom: 10px; } }
@media (max-width: 767px) {
  .pxl-post-grid.layout-post-1 .item-content .item-title {
    font-size: 18px; } }
.pxl-post-grid.layout-post-1 .item-post-metas {
  font-size: 14px;
  position: relative;
  color: #999999; }
  .pxl-post-grid.layout-post-1 .item-post-metas .post-category {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-post-grid.layout-post-1 .item-post-metas > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces; }
    .pxl-post-grid.layout-post-1 .item-post-metas > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }
.pxl-post-grid.layout-post-1 .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -khtml-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.pxl-product-grid .shop-filter-top-wrap .widget-content-inner {
  max-height: 270px; }
.pxl-product-grid .filter-category ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px; }
  .pxl-product-grid .filter-category ul > * {
    max-width: 100%; }
  @media (max-width: 991px) {
    .pxl-product-grid .filter-category ul {
      margin: 0 -15px; } }
@media (max-width: 575px) {
  .pxl-product-grid .filter-category ul {
    margin: 0 -10px; } }
.pxl-product-grid .filter-category ul li {
  padding: 0 19px; }
@media (max-width: 991px) {
  .pxl-product-grid .filter-category ul li {
    padding: 0 15px; } }
@media (max-width: 575px) {
  .pxl-product-grid .filter-category ul li {
    padding: 0 10px; } }
.pxl-product-grid .filter-category .filter-link {
  font-size: 18px; }
@media (max-width: 991px) {
  .pxl-product-grid .filter-category .filter-link {
    font-size: 16px; } }
.pxl-product-grid .filter-category .filter-link > .title {
  display: inline-flex;
  position: relative;
  overflow: hidden; }
  .pxl-product-grid .filter-category .filter-link > .title:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: -130%;
    background-color: var(--link-color);
    -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
    transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
  .pxl-product-grid .filter-category .filter-link > .title:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: -102%;
    background-color: var(--link-color);
    -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
    transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
.pxl-product-grid .filter-category .wc-layered-nav-term.active > a, .pxl-product-grid .filter-category .wc-layered-nav-term.chosen > a, .pxl-product-grid .filter-category .wc-layered-nav-term:hover > a {
  color: var(--link-color); }
  .pxl-product-grid .filter-category .wc-layered-nav-term.active > a > .title:before, .pxl-product-grid .filter-category .wc-layered-nav-term.chosen > a > .title:before, .pxl-product-grid .filter-category .wc-layered-nav-term:hover > a > .title:before {
    left: 0; }
  .pxl-product-grid .filter-category .wc-layered-nav-term.active > a > .title:after, .pxl-product-grid .filter-category .wc-layered-nav-term.chosen > a > .title:after, .pxl-product-grid .filter-category .wc-layered-nav-term:hover > a > .title:after {
    left: 102%; }
@media (max-width: 575px) {
  .pxl-product-grid .shop-toolbars.layout-2 .col-sm.filter-category {
    margin-bottom: 10px; } }
@media (max-width: 1199px) {
  .pxl-product-grid .shop-toolbars.layout-2 .pxl-active-filters-wrap {
    margin-top: 15px; } }

.pxl-instagram-grid-wg.layout-1 .item-inner a {
  position: relative;
  display: block; }
  .pxl-instagram-grid-wg.layout-1 .item-inner a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    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);
    -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-instagram-grid-wg.layout-1 .item-inner a:hover:before {
      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-instagram-grid-wg.layout-1 .item-inner a:hover .pxl-icon {
      opacity: 1;
      -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-instagram-grid-wg.layout-1 .item-inner .pxl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -khtml-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-transition: all 0.3s ease 0.1s;
  -khtml-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }

.pxl-post-carousel.layout-post-1 .item-inner-wrap {
  overflow: hidden; }
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-featured {
    overflow: hidden; }
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-featured img {
      -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-featured .pxl-overlay {
      background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%);
      background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%);
      background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%); }
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content {
    position: absolute;
    bottom: -86px;
    left: 0;
    right: 0;
    padding: 0 60px 70px 80px;
    -webkit-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -khtml-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -moz-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -ms-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -o-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52); }
  @media (max-width: 1599px) {
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content {
      padding: 0 30px 40px 40px;
      bottom: -56px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content {
    bottom: -75px;
    padding: 0 20px 30px 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-content {
    padding: 0 6% 8% 6%; } }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-metas {
  font-size: 13px;
  position: relative;
  color: #fff;
  margin-bottom: 18px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-metas {
    margin-bottom: 10px; } }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-metas .item-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-metas a {
  color: inherit; }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-metas > div {
  position: relative;
  display: flex;
  align-items: center;
  white-space: break-spaces; }
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-metas > div + div:before {
    content: "/";
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -1px; }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
  display: block;
  display: -webkit-box;
  max-height: 42.0000000001px;
  font-size: 36px;
  line-height: 1.1666666667;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -khtml-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 35px; }
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 42.0000000001px;
    font-size: 36px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -khtml-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
  @media (max-width: 1599px) {
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
      display: block;
      display: -webkit-box;
      max-height: 37.3333333334px;
      font-size: 32px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -khtml-line-clamp: 1;
      -moz-line-clamp: 1;
      -ms-line-clamp: 1;
      -o-line-clamp: 1;
      line-clamp: 1;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical;
      margin-bottom: 20px; }
      .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title > * {
        display: block;
        display: -webkit-box;
        max-height: 37.3333333334px;
        font-size: 32px;
        line-height: 1.1666666667;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -khtml-line-clamp: 1;
        -moz-line-clamp: 1;
        -ms-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 65.3333333335px;
    font-size: 28px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    margin-bottom: 20px; }
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 65.3333333335px;
      font-size: 28px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 56.0000000002px;
    font-size: 24px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 56.0000000002px;
      font-size: 24px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 56.0000000002px;
    font-size: 24px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
    .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 56.0000000002px;
      font-size: 24px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-title a {
  color: inherit; }
.pxl-post-carousel.layout-post-1 .item-inner-wrap .item-excerpt {
  color: #cccccc;
  display: block;
  display: -webkit-box;
  max-height: 52px;
  font-size: 16px;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -khtml-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .pxl-post-carousel.layout-post-1 .item-inner-wrap .item-excerpt > * {
    display: block;
    display: -webkit-box;
    max-height: 52px;
    font-size: 16px;
    line-height: 1.625;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
.pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -khtml-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }
@media (min-width: 1200px) {
  .pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .item-content {
    bottom: 0; }
  .pxl-post-carousel.layout-post-1 .item-inner-wrap:hover .item-excerpt {
    opacity: 1; } }
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow {
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  border: 1px solid #fff; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow {
    width: 50px;
    height: 50px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px; } }
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 80px; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 40px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 3%; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 6%; } }
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 80px; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 40px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 3%; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 6%; } }
.pxl-post-carousel.layout-post-1 .pxl-swiper-arrows .pxl-swiper-arrow:hover {
  background-color: transparent;
  color: #fff; }

.pxl-post-carousel.layout-post-2 .item-featured {
  overflow: hidden; }
  .pxl-post-carousel.layout-post-2 .item-featured img {
    -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
.pxl-post-carousel.layout-post-2 .item-content {
  padding-top: 22px; }
.pxl-post-carousel.layout-post-2 .item-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 18px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-2 .item-title {
    font-size: 20px;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-2 .item-title {
    font-size: 18px; } }
.pxl-post-carousel.layout-post-2 .item-metas {
  font-size: 14px;
  position: relative;
  color: #999999; }
  .pxl-post-carousel.layout-post-2 .item-metas .item-category {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-post-carousel.layout-post-2 .item-metas > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces; }
    .pxl-post-carousel.layout-post-2 .item-metas > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }
.pxl-post-carousel.layout-post-2 .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -khtml-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }
.pxl-post-carousel.layout-post-2 .pxl-swiper-arrows {
  position: absolute;
  right: -20px;
  top: -100px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-2 .pxl-swiper-arrows {
    top: -85px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-2 .pxl-swiper-arrows {
    top: -62px;
    right: -16px; } }

.pxl-post-carousel.layout-post-3 .swiper-filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
  margin-bottom: 68px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .pxl-post-carousel.layout-post-3 .swiper-filter-wrap > * {
    max-width: 100%; }
  @media (max-width: 575px) {
    .pxl-post-carousel.layout-post-3 .swiper-filter-wrap {
      gap: 15px 30px; } }
  .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item {
    font-size: 16px;
    line-height: 1.1;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -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;
    position: relative;
    z-index: 1;
    color: var(--link-color); }
  @media (max-width: 575px) {
    .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item {
      font-size: 14px; } }
  .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #a3a3a3;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s ease;
    -khtml-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item:hover, .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item.active {
    color: var(--link-color-hover); }
    .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item:hover:after, .pxl-post-carousel.layout-post-3 .swiper-filter-wrap .filter-item.active:after {
      width: 100%; }
.pxl-post-carousel.layout-post-3 .item-inner-wrap {
  overflow: hidden; }
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured {
    overflow: hidden; }
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured img {
      width: 100%;
      -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
    @media (min-width: 1200px) {
      .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured .img-response {
        display: none; } }
  @media (max-width: 1199px) {
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured .img-desktop {
      display: none; } }
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-featured .pxl-overlay {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.001) 56%);
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.001) 56%);
    background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.001) 56%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0.001) 56%); }
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 70px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -khtml-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -moz-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -ms-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    -o-transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52);
    transition: bottom 0.3s cubic-bezier(0, 0, 0.3, 0.52); }
  @media (max-width: 1279px) {
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
      padding: 0 30px 50px 30px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
    padding: 0 20px 40px 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content {
    padding: 0 20px 30px 20px; } }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-content .item-content-inner {
  max-width: 800px; }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-metas {
  font-size: 13px;
  position: relative;
  color: #fff;
  margin-bottom: 13px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-metas {
    margin-bottom: 8px; } }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-metas .item-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-metas a {
  color: inherit; }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-metas > div {
  position: relative;
  display: flex;
  align-items: center;
  white-space: break-spaces; }
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-metas > div + div:before {
    content: "/";
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -1px; }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
  display: block;
  display: -webkit-box;
  max-height: 103.9999999997px;
  font-size: 48px;
  line-height: 1.0833333333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 32px; }
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title > * {
    display: block;
    display: -webkit-box;
    max-height: 103.9999999997px;
    font-size: 48px;
    line-height: 1.0833333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
  @media (max-width: 1599px) {
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
      display: block;
      display: -webkit-box;
      max-height: 90.9999999997px;
      font-size: 42px;
      line-height: 1.0833333333;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical;
      margin-bottom: 20px; }
      .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title > * {
        display: block;
        display: -webkit-box;
        max-height: 90.9999999997px;
        font-size: 42px;
        line-height: 1.0833333333;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -khtml-line-clamp: 2;
        -moz-line-clamp: 2;
        -ms-line-clamp: 2;
        -o-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 84.0000000002px;
    font-size: 36px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    margin-bottom: 20px; }
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 84.0000000002px;
      font-size: 36px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 65.3333333335px;
    font-size: 28px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 65.3333333335px;
      font-size: 28px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 56.0000000002px;
    font-size: 24px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 56.0000000002px;
      font-size: 24px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title {
    display: block;
    display: -webkit-box;
    max-height: 42.0000000001px;
    font-size: 18px;
    line-height: 1.1666666667;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    margin-bottom: 10px; }
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title > * {
      display: block;
      display: -webkit-box;
      max-height: 42.0000000001px;
      font-size: 18px;
      line-height: 1.1666666667;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -khtml-line-clamp: 2;
      -moz-line-clamp: 2;
      -ms-line-clamp: 2;
      -o-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
      -khtml-box-orient: vertical;
      -moz-box-orient: vertical;
      -ms-box-orient: vertical;
      -o-box-orient: vertical;
      box-orient: vertical; } }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-title a {
  color: inherit; }
.pxl-post-carousel.layout-post-3 .item-inner-wrap .item-excerpt {
  color: #cccccc;
  display: block;
  display: -webkit-box;
  max-height: 52px;
  font-size: 16px;
  line-height: 1.625;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -khtml-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -khtml-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical; }
  .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-excerpt > * {
    display: block;
    display: -webkit-box;
    max-height: 52px;
    font-size: 16px;
    line-height: 1.625;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -khtml-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -khtml-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical; }
  @media (max-width: 767px) {
    .pxl-post-carousel.layout-post-3 .item-inner-wrap .item-excerpt {
      display: none; } }
.pxl-post-carousel.layout-post-3 .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -khtml-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05); }
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow {
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  border: 1px solid #fff; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow {
    width: 50px;
    height: 50px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px; } }
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 80px; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 40px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 3%; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 6%; } }
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 80px; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 40px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 3%; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 6%; } }
.pxl-post-carousel.layout-post-3 .pxl-swiper-arrows .pxl-swiper-arrow:hover {
  background-color: transparent;
  color: #fff; }
.pxl-post-carousel.layout-post-3 .pxl-swiper-dots {
  bottom: 90px;
  right: -8px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-end;
  z-index: 0;
  max-width: 1170px; }
@media (max-width: 1279px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-dots {
    bottom: 40px;
    right: 20px; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-3 .pxl-swiper-dots {
    bottom: 30px;
    right: 10px; } }
.pxl-post-carousel.layout-post-3 .pxl-swiper-dots .pxl-swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px; }
  .pxl-post-carousel.layout-post-3 .pxl-swiper-dots .pxl-swiper-pagination-bullet:before {
    width: 8px;
    height: 8px;
    background: #fff; }
  .pxl-post-carousel.layout-post-3 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover, .pxl-post-carousel.layout-post-3 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    -webkit-box-shadow: 0px 0px 0px 0 #fff;
    -khtml-box-shadow: 0px 0px 0px 0 #fff;
    -moz-box-shadow: 0px 0px 0px 0 #fff;
    -ms-box-shadow: 0px 0px 0px 0 #fff;
    -o-box-shadow: 0px 0px 0px 0 #fff;
    box-shadow: 0px 0px 0px 0 #fff; }
    .pxl-post-carousel.layout-post-3 .pxl-swiper-dots .pxl-swiper-pagination-bullet:hover:before, .pxl-post-carousel.layout-post-3 .pxl-swiper-dots .pxl-swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      width: 36px;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }

.pxl-post-carousel.layout-post-4 .item-inner-wrap {
  overflow: hidden; }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-featured {
    overflow: hidden;
    border-radius: 20px; }
    .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-featured img {
      -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
      transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
    .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-featured .pxl-overlay {
      background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%);
      background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%);
      background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.001) 56%); }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px 35px 40px; }
  @media (max-width: 1199px) {
    .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-content {
      padding: 0 20px 30px 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-content {
    padding: 0 15px 20px 20px; } }
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-metas {
  font-size: 14px;
  position: relative;
  color: #fff;
  margin-bottom: 15px; }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-metas .item-category {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-metas a {
    color: inherit; }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-metas > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces; }
    .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-metas > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-title {
  font-size: 24px;
  line-height: 1.25;
  color: #fff;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 0; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-title {
    font-size: 20px; } }
.pxl-post-carousel.layout-post-4 .item-inner-wrap .item-title a {
  color: inherit;
  text-decoration: underline transparent;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px; }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap .item-title a:hover {
    text-underline-offset: 3px;
    text-decoration: underline #fff;
    text-decoration-thickness: 1px; }
.pxl-post-carousel.layout-post-4 .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -khtml-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }
@media (min-width: 1200px) {
  .pxl-post-carousel.layout-post-4 .item-inner-wrap:hover .item-content {
    bottom: 0; }
  .pxl-post-carousel.layout-post-4 .item-inner-wrap:hover .item-excerpt {
    opacity: 1; } }
.pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow {
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  border: 1px solid #fff; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow {
    width: 50px;
    height: 50px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow {
    font-size: 18px;
    width: 40px;
    height: 40px; } }
.pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 80px; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 40px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 3%; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 6%; } }
.pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 80px; }
@media (max-width: 1599px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 40px; } }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 30px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 3%; } }
@media (max-width: 575px) {
  .pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 6%; } }
.pxl-post-carousel.layout-post-4 .pxl-swiper-arrows .pxl-swiper-arrow:hover {
  background-color: transparent;
  color: #fff; }

.pxl-post-carousel.layout-post-5 .item-featured {
  overflow: hidden; }
  .pxl-post-carousel.layout-post-5 .item-featured img {
    -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
.pxl-post-carousel.layout-post-5 .item-content {
  padding-top: 38px; }
.pxl-post-carousel.layout-post-5 .item-title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 8px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-5 .item-title {
    font-size: 24px; } }
@media (max-width: 991px) {
  .pxl-post-carousel.layout-post-5 .item-title {
    font-size: 20px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-5 .item-title {
    font-size: 18px; } }
.pxl-post-carousel.layout-post-5 .item-title a {
  position: relative;
  text-decoration: underline transparent;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px; }
  .pxl-post-carousel.layout-post-5 .item-title a:hover {
    color: var(--link-color);
    text-decoration: underline var(--link-color);
    text-decoration-thickness: 1px; }
.pxl-post-carousel.layout-post-5 .item-metas {
  font-size: 14px;
  position: relative;
  color: #999999; }
  .pxl-post-carousel.layout-post-5 .item-metas .item-category {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-post-carousel.layout-post-5 .item-metas > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces; }
    .pxl-post-carousel.layout-post-5 .item-metas > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }
.pxl-post-carousel.layout-post-5 .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -khtml-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }
.pxl-post-carousel.layout-post-5 .pxl-swiper-arrow {
  font-size: 45px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-5 .pxl-swiper-arrow {
    font-size: 32px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-5 .pxl-swiper-arrow {
    font-size: 24px; } }
.pxl-post-carousel.layout-post-5 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: -70px; }
.pxl-post-carousel.layout-post-5 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: -70px; }

.pxl-post-carousel.layout-post-6 .item-featured {
  overflow: hidden; }
  .pxl-post-carousel.layout-post-6 .item-featured img {
    -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
.pxl-post-carousel.layout-post-6 .item-content {
  padding-top: 22px; }
.pxl-post-carousel.layout-post-6 .item-metas {
  font-size: 14px;
  position: relative;
  color: #999999;
  margin-bottom: 8px; }
  .pxl-post-carousel.layout-post-6 .item-metas .item-category {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-post-carousel.layout-post-6 .item-metas > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces; }
    .pxl-post-carousel.layout-post-6 .item-metas > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }
.pxl-post-carousel.layout-post-6 .item-title {
  font-family: "Amiri";
  font-size: 22px;
  line-height: 1.272727;
  letter-spacing: -0.025em;
  margin-bottom: 22px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-6 .item-title {
    font-size: 20px;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-6 .item-title {
    font-size: 18px; } }
.pxl-post-carousel.layout-post-6 .item-excerpt {
  font-family: "Amiri";
  font-size: 16px;
  line-height: 1.5; }
  .pxl-post-carousel.layout-post-6 .item-inner-wrap:hover .item-featured img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -khtml-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
.pxl-post-carousel.layout-post-6 .pxl-swiper-arrows {
  position: absolute;
  right: -20px;
  top: -100px; }
@media (max-width: 1199px) {
  .pxl-post-carousel.layout-post-6 .pxl-swiper-arrows {
    top: -85px; } }
@media (max-width: 767px) {
  .pxl-post-carousel.layout-post-6 .pxl-swiper-arrows {
    top: -62px;
    right: -16px; } }
.pxl-post-carousel.layout-post-6 .pxl-swiper-arrows.arrow-on-hover .pxl-swiper-arrow-prev {
  opacity: 0;
  -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-post-carousel.layout-post-6 .pxl-swiper-arrows.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 0;
  -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-post-carousel.layout-post-6.pxl-swiper-slider:hover .pxl-swiper-arrows.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-post-carousel.layout-post-6.pxl-swiper-slider:focus .pxl-swiper-arrows.arrow-on-hover .pxl-swiper-arrow-prev {
  opacity: 1; }
.pxl-post-carousel.layout-post-6.pxl-swiper-slider:hover .pxl-swiper-arrows.arrow-on-hover .pxl-swiper-arrow-next, .pxl-post-carousel.layout-post-6.pxl-swiper-slider:focus .pxl-swiper-arrows.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 1; }

.pxl-post-related-carousel .item-featured {
  overflow: hidden; }
  .pxl-post-related-carousel .item-featured img {
    width: 100%;
    -webkit-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -khtml-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -moz-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -ms-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    -o-transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68);
    transition: transform 0.75s cubic-bezier(0, 0, 0.39, 0.68); }
.pxl-post-related-carousel .item-content {
  padding-top: 20px; }
.pxl-post-related-carousel .item-title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 500;
  margin-bottom: 18px; }
@media (max-width: 1199px) {
  .pxl-post-related-carousel .item-title {
    font-size: 20px;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  .pxl-post-related-carousel .item-title {
    font-size: 18px; } }
.pxl-post-related-carousel .item-post-metas {
  font-size: 14px;
  position: relative;
  color: #999999; }
  .pxl-post-related-carousel .item-post-metas .post-category {
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-post-related-carousel .item-post-metas > div {
    position: relative;
    display: flex;
    align-items: center;
    white-space: break-spaces; }
    .pxl-post-related-carousel .item-post-metas > div + div:before {
      content: "/";
      margin-left: 12px;
      margin-right: 12px;
      margin-top: -1px; }
.pxl-post-related-carousel .item-inner-wrap:hover .item-featured img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -khtml-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.pxl-clients.layout-1 .item-inner.not-hover-img .item-image {
  -webkit-transition: opacity 0.3s ease;
  -khtml-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.pxl-clients.layout-1 .pxl-swiper-wrapper {
  align-items: center; }
  .pxl-clients.layout-1 .pxl-swiper-wrapper .pxl-swiper-slide {
    display: inline-flex;
    justify-content: center; }
.pxl-clients.layout-1 .item-inner.hover-img .item-image {
  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);
  -webkit-transition: transform 0.6s ease 0s, opacity 0.6s ease;
  -khtml-transition: transform 0.6s ease 0s, opacity 0.6s ease;
  -moz-transition: transform 0.6s ease 0s, opacity 0.6s ease;
  -ms-transition: transform 0.6s ease 0s, opacity 0.6s ease;
  -o-transition: transform 0.6s ease 0s, opacity 0.6s ease;
  transition: transform 0.6s ease 0s, opacity 0.6s ease; }
.pxl-clients.layout-1 .item-inner.hover-img .item-image-hover {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -khtml-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
  -khtml-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
  -moz-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
  -ms-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
  -o-transition: transform 0.6s ease 0.1s, opacity 0.6s ease;
  transition: transform 0.6s ease 0.1s, opacity 0.6s ease; }
  .pxl-clients.layout-1 .item-inner.hover-img:hover .item-image {
    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%); }
  .pxl-clients.layout-1 .item-inner.hover-img:hover .item-image-hover {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
.pxl-clients.layout-1 .pxl-swiper-dots.pxl-swiper-pagination-progressbar {
  margin-top: 50px; }

.pxl-instagram-carousel .item-inner a {
  position: relative;
  display: block; }
  .pxl-instagram-carousel .item-inner a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    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);
    -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-instagram-carousel .item-inner a:hover:before {
      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-instagram-carousel .item-inner a:hover .pxl-icon {
      opacity: 1;
      -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-instagram-carousel .item-inner .pxl-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 45px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -30%);
  -khtml-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  -webkit-transition: all 0.3s ease 0.1s;
  -khtml-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s; }
@media (max-width: 1199px) {
  .pxl-instagram-carousel .item-inner .pxl-icon {
    font-size: 38px; } }
@media (max-width: 767px) {
  .pxl-instagram-carousel .item-inner .pxl-icon {
    font-size: 32px; } }
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-prev {
  left: -60px; }
@media (max-width: 1399px) {
  .pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-prev {
    left: 0; } }
.pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-next {
  right: -60px; }
@media (max-width: 1399px) {
  .pxl-instagram-carousel .nav-out-vertical .pxl-swiper-arrow-next {
    right: 0; } }

.pxl-product-carousel-wg.pxl-product-grid .grid-item, .pxl-product-carousel-wg.pxl-product-grid.layout-2 .grid-item {
  margin-bottom: 0; }
@media (max-width: 479px) {
  .pxl-product-carousel-wg.pxl-product-grid.layout-2 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%; } }
.pxl-product-carousel-wg .pxl-swiper-arrow {
  width: auto;
  height: auto; }
  .pxl-product-carousel-wg > .pxl-swiper-arrows.size-df .pxl-swiper-arrow {
    font-size: 48px; }
  @media (max-width: 1599px) {
    .pxl-product-carousel-wg > .pxl-swiper-arrows.size-df .pxl-swiper-arrow {
      font-size: 42px; } }
@media (max-width: 1199px) {
  .pxl-product-carousel-wg > .pxl-swiper-arrows.size-df .pxl-swiper-arrow {
    font-size: 32px; } }
.pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow {
  margin-top: -100px; }
@media (min-width: 1800px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-prev {
    left: -130px; } }
@media (max-width: 1799px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-prev {
    left: -60px; } }
@media (max-width: 1599px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-prev {
    left: 20px; } }
@media (max-width: 1199px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-prev {
    left: 0; } }
@media (min-width: 1800px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-next {
    right: -130px; } }
@media (max-width: 1799px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-next {
    right: -60px; } }
@media (max-width: 1599px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-next {
    right: 20px; } }
@media (max-width: 1199px) {
  .pxl-product-carousel-wg > .nav-out-vertical .pxl-swiper-arrow-next {
    right: 0; } }
.pxl-product-carousel-wg > .pxl-swiper-dots {
  margin-top: 86px; }
@media (max-width: 767px) {
  .pxl-product-carousel-wg > .pxl-swiper-dots {
    margin-top: 35px; } }
.pxl-product-carousel-wg > .pxl-swiper-dots.pxl-swiper-pagination-progressbar {
  margin-top: 75px; }
@media (max-width: 767px) {
  .pxl-product-carousel-wg > .pxl-swiper-dots.pxl-swiper-pagination-progressbar {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .pxl-product-carousel-wg .product-thumb .product-hover-img .pxl-swiper-arrow {
    display: none; } }

.pxl-fancybox-carousel.layout-1 {
  cursor: default; }
  .pxl-fancybox-carousel.layout-1 .swiper-slide {
    display: flex;
    justify-content: center; }
    .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon {
      color: var(--primary-color);
      padding-top: 5px;
      -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-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon .pxl-icon {
        font-size: 40px; }
      @media (max-width: 1199px) {
        .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon .pxl-icon {
          font-size: 32px; } }
    @media (max-width: 767px) {
      .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon .pxl-icon {
        font-size: 26px; } }
    .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon svg {
      width: 40px;
      height: 40px; }
    @media (max-width: 767px) {
      .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon svg {
        width: 26px;
        height: 26px; } }
    .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon svg, .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancy-icon svg * {
      fill: var(--primary-color);
      stroke: var(--primary-color);
      -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; }
  .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancybox-content .title {
    font-size: 24px;
    color: var(--heading-color);
    margin-bottom: 12px; }
  @media (max-width: 1199px) {
    .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancybox-content .title {
      font-size: 20px; } }
@media (max-width: 767px) {
  .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancybox-content .title {
    font-size: 16px;
    margin-bottom: 8px; } }
.pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancybox-content .title a {
  color: inherit; }
.pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancybox-content .desc {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.025em; }
@media (max-width: 767px) {
  .pxl-fancybox-carousel.layout-1 .item-inner .pxl-fancybox-content .desc {
    font-size: 14px; } }
.pxl-fancybox-carousel.layout-1 .item-inner:hover .pxl-fancy-icon {
  color: var(--heading-color);
  -webkit-animation: pxl_bounce 1s ease-out infinite;
  -khtml-animation: pxl_bounce 1s ease-out infinite;
  -moz-animation: pxl_bounce 1s ease-out infinite;
  -ms-animation: pxl_bounce 1s ease-out infinite;
  -o-animation: pxl_bounce 1s ease-out infinite;
  animation: pxl_bounce 1s ease-out infinite; }
  .pxl-fancybox-carousel.layout-1 .item-inner:hover .pxl-fancy-icon svg, .pxl-fancybox-carousel.layout-1 .item-inner:hover .pxl-fancy-icon svg * {
    color: var(--heading-color);
    stroke: var(--heading-color); }
.pxl-fancybox-carousel.layout-1 .pxl-swiper-dots {
  margin-top: 40px; }
  .pxl-fancybox-carousel.layout-1 .nav-out-vertical .pxl-swiper-arrow-prev {
    left: -50px; }
  @media (max-width: 1399px) {
    .pxl-fancybox-carousel.layout-1 .nav-out-vertical .pxl-swiper-arrow-prev {
      left: -10px;
      -webkit-transform: translate(-30px, -50%);
      -khtml-transform: translate(-30px, -50%);
      -moz-transform: translate(-30px, -50%);
      -ms-transform: translate(-30px, -50%);
      -o-transform: translate(-30px, -50%);
      transform: translate(-30px, -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-fancybox-carousel.layout-1 .nav-out-vertical .pxl-swiper-arrow-next {
    right: -50px; }
  @media (max-width: 1399px) {
    .pxl-fancybox-carousel.layout-1 .nav-out-vertical .pxl-swiper-arrow-next {
      right: -10px;
      -webkit-transform: translate(30px, -50%);
      -khtml-transform: translate(30px, -50%);
      -moz-transform: translate(30px, -50%);
      -ms-transform: translate(30px, -50%);
      -o-transform: translate(30px, -50%);
      transform: translate(30px, -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-fancybox-carousel.layout-1 .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev {
  opacity: 0;
  -webkit-transform: translate(30px, -50%);
  -khtml-transform: translate(30px, -50%);
  -moz-transform: translate(30px, -50%);
  -ms-transform: translate(30px, -50%);
  -o-transform: translate(30px, -50%);
  transform: translate(30px, -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-fancybox-carousel.layout-1 .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
  opacity: 0;
  -webkit-transform: translate(-30px, -50%);
  -khtml-transform: translate(-30px, -50%);
  -moz-transform: translate(-30px, -50%);
  -ms-transform: translate(-30px, -50%);
  -o-transform: translate(-30px, -50%);
  transform: translate(-30px, -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-fancybox-carousel.layout-1:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-fancybox-carousel.layout-1:hover .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next, .pxl-fancybox-carousel.layout-1:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-prev, .pxl-fancybox-carousel.layout-1:focus .nav-out-vertical.arrow-on-hover .pxl-swiper-arrow-next {
  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-fancybox-carousel.layout-2 .item-image-wrap {
  width: 100%;
  height: 348px;
  padding: 34px;
  background-color: #e2dbd6;
  border-bottom-left-radius: 50% 30%;
  border-bottom-right-radius: 50% 30%;
  border-top-left-radius: 50% 30%;
  border-top-right-radius: 50% 30%;
  overflow: hidden;
  margin-bottom: 35px;
  -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-fancybox-carousel.layout-2 .item-image-wrap.jpg {
    background-color: transparent;
    padding: 0; }
  .pxl-fancybox-carousel.layout-2 .item-image-wrap .item-image {
    height: 56%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .pxl-fancybox-carousel.layout-2 .item-image-wrap .item-image a {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%; }
    .pxl-fancybox-carousel.layout-2 .item-image-wrap .item-image img {
      max-height: 100%;
      -webkit-transition: transform 0.3s ease-in-out;
      -khtml-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      -ms-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
  .pxl-fancybox-carousel.layout-2 .item-image-wrap:hover .item-image img {
    -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-fancybox-carousel.layout-2 .item-image-wrap .item-image-inner {
    width: 100%;
    height: 100%; }
    .pxl-fancybox-carousel.layout-2 .item-image-wrap .item-image-inner a {
      display: block;
      width: 100%;
      height: 100%; }
  .pxl-fancybox-carousel.layout-2 .item-image-wrap .pxl-parallax-background {
    width: 100%;
    height: 100%; }
  .pxl-fancybox-carousel.layout-2 .item-image-wrap .parallax-inner {
    position: absolute;
    top: -10%;
    left: -10%;
    height: 120%;
    width: 120%;
    background-position: center center;
    background-size: cover;
    background-image: var(--pxl-bg-lazy-loaded); }
    .pxl-fancybox-carousel.layout-2 .item-image-wrap .parallax-inner.pxl-lazy-loaded {
      --pxl-bg-lazy-loaded: var(--pxl-bg-lazy); }
.pxl-fancybox-carousel.layout-2 .pxl-fancybox-content .title {
  font-size: 30px;
  margin-bottom: 6px; }
@media (max-width: 1199px) {
  .pxl-fancybox-carousel.layout-2 .pxl-fancybox-content .title {
    font-size: 24px; } }
.pxl-fancybox-carousel.layout-2 .pxl-fancybox-content .title a {
  color: inherit; }
  .pxl-fancybox-carousel.layout-2 .pxl-fancybox-content .title a:hover {
    color: var(--primary-color); }
.pxl-fancybox-carousel.layout-2 .pxl-fancybox-content .desc {
  font-size: 16px;
  color: #999999; }
.pxl-fancybox-carousel.layout-2 .item-inner:hover .pxl-fancybox-content .title a {
  color: var(--primary-color); }

.pxl-sliders-wrap {
  position: relative; }

.pxl-slider-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  z-index: 0; }

.pxl-slider-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-slider-item {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }
  .pxl-slider-item > div {
    width: 100%; }
  .pxl-slider-item .pxl-slide-bg {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .pxl-slider-item .pxl-btn {
    position: relative;
    z-index: 1; }

.effect-fade .pxl-slider-item:not(.swiper-slide-active) {
  z-index: -1; }
.effect-fade .pxl-slider-item.swiper-slide-active {
  z-index: 1; }

.pxl-slide-bg {
  background-image: var(--slide-bg-lazy); }

.pxl-slider-arrow-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  z-index: 2; }
  .pxl-slider-arrow-wrap > * {
    max-width: 100%; }
    .pxl-slider-arrow-wrap.pos-absolute.wrap {
      position: absolute;
      bottom: 30px; }
      .pxl-slider-arrow-wrap.pos-absolute.separate .pxl-slider-arrow-prev {
        position: absolute;
        left: 30px;
        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%); }
      .pxl-slider-arrow-wrap.pos-absolute.separate .pxl-slider-arrow-next {
        position: absolute;
        right: 30px;
        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%); }
  .pxl-slider-arrow-wrap.pos-df {
    margin-top: 30px; }
    .pxl-slider-arrow-wrap.pos-df.wrap {
      justify-content: center; }
  .pxl-slider-arrow-wrap.separate {
    justify-content: space-between; }

.pxl-slider-arrow {
  z-index: 2;
  text-align: center;
  cursor: pointer;
  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; }
  .pxl-slider-arrow.swiper-button-disabled {
    cursor: not-allowed; }
  .pxl-slider-arrow .arrow-text {
    font-size: 16px;
    position: relative; }
  .pxl-slider-arrow .swiper-button-disabled .arrow-text:after {
    display: none; }
  .pxl-slider-arrow .pxl-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
    background-color: transparent;
    color: #999999;
    -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 (max-width: 575px) {
    .pxl-slider-arrow .pxl-icon {
      font-size: 28px;
      width: 70px;
      height: 70px;
      line-height: 70px; } }
  .pxl-slider-arrow .pxl-icon:hover {
    color: #000; }
  .pxl-slider-arrow .pxl-icon.swiper-button-disabled {
    cursor: not-allowed; }

.pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow {
  padding: 0 20px; }
  .pxl-slider-arrow-wrap.layout-df .pxl-slider-arrow-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 40px;
    margin-left: -1px;
    background-color: rgba(0, 0, 0, 0.1); }

.pxl-slider-dots {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  column-gap: 10px;
  margin: 0 2px; }
  .pxl-slider-dots .pxl-slider-pagination-bullet {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -khtml-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear; }
    .pxl-slider-dots .pxl-slider-pagination-bullet:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #cccccc;
      display: block;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.25s linear;
      -khtml-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      -ms-transition: all 0.25s linear;
      -o-transition: all 0.25s linear;
      transition: all 0.25s linear; }
    .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
      -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
      -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
      box-shadow: 0px 0px 0px 1px var(--primary-color); }
      .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
        background: var(--primary-color); }

.pxl-slide-item-wrap.full-screen {
  height: 100vh; }
  .pxl-slide-item-wrap.full-screen .slide-content-wrap > div {
    height: 100vh; }

.pxl-slider-item-1 .pxl-slide-item-wrap {
  overflow: hidden; }
@media (min-width: 1200px) and (max-width: 1280px) {
  .pxl-slider-item-1 .pxl-slide-item-wrap .container {
    max-width: 1024px; } }
.pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap {
  width: 100%; }
  .pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 42%; }
    .pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content > * {
      max-width: 100%; }
    @media (max-width: 1599px) {
      .pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
        width: 43%; } }
  @media (max-width: 767px) {
    .pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content {
      width: 100%; } }
@media (min-width: 768px) {
  .pxl-slider-item-1 .pxl-slide-item-wrap .slide-content-wrap .sl-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 200%;
    background-color: #fff; } }
.pxl-slider-item-1 .small-heading {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.025em; }
.pxl-slider-item-1 .large-heading {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  color: #000; }
@media (max-width: 1599px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 80px; } }
@media (max-width: 1599px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 70px; } }
@media (max-width: 1199px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 56px; } }
@media (max-width: 991px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 48px; } }
@media (max-width: 767px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 42px; } }
@media (max-width: 575px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 38px; } }
@media (max-width: 480px) {
  .pxl-slider-item-1 .large-heading {
    font-size: 32px; } }
.pxl-slider-item-1 .desc {
  font-size: 24px;
  line-height: 1.5;
  color: #000; }

@media (min-width: 1200px) {
  .woocommerce-page .container-fluid.gap-80 {
    padding-left: 45px;
    padding-right: 45px; } }
@media (min-width: 1600px) {
  .woocommerce-page .container-fluid.gap-80 {
    padding-left: 80px;
    padding-right: 80px; } }
@media (min-width: 1200px) {
  .woocommerce-page .container-fluid.gap-100 {
    padding-left: 45px;
    padding-right: 45px; } }
@media (min-width: 1600px) {
  .woocommerce-page .container-fluid.gap-100 {
    padding-left: 100px;
    padding-right: 100px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
  .woocommerce-page .container-xxl {
    padding-left: 45px;
    padding-right: 45px; } }

@media (max-width: 991px) {
  .woocommerce-shop .pxl-main {
    padding-top: 32px;
    padding-bottom: 100px; } }

.col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: -15px; }
  .col2-set .col-1, .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px; }
  @media (min-width: 769px) {
    .col2-set .col-1, .col2-set .col-2 {
      flex: 0 0 50%;
      max-width: 50%; } }

.woocommerce-notices-wrapper {
  margin-bottom: 38px; }
  .woocommerce-notices-wrapper:empty {
    display: none; }
  .woocommerce-notices-wrapper ul {
    list-style: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  position: relative;
  width: 100%;
  border: 0;
  color: var(--body-color);
  background: #f2f2f2;
  padding: 15px 15px 15px 45px;
  word-wrap: break-word;
  list-style: none; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    font-family: "LineIconsProRegular";
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
    float: right;
    padding: 0;
    background-color: transparent;
    border-color: transparent;
    color: var(--link-color);
    margin: 4px 0 0 15px;
    position: relative;
    overflow: hidden; }
    .woocommerce-error a.button:before, .woocommerce-info a.button:before, .woocommerce-message a.button:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: var(--link-color);
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 1, 1); }
    .woocommerce-error a.button:after, .woocommerce-info a.button:after, .woocommerce-message a.button:after {
      content: "";
      width: 0;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: var(--link-color-hover);
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -khtml-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -moz-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -ms-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      -o-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 1, 1); }
    .woocommerce-error a.button:active, .woocommerce-error a.button:hover, .woocommerce-error a.button:focus, .woocommerce-info a.button:active, .woocommerce-info a.button:hover, .woocommerce-info a.button:focus, .woocommerce-message a.button:active, .woocommerce-message a.button:hover, .woocommerce-message a.button:focus {
      color: var(--link-color-hover);
      outline: medium none;
      text-decoration: none;
      background-color: transparent;
      border-color: transparent; }
      .woocommerce-error a.button:active:before, .woocommerce-error a.button:hover:before, .woocommerce-error a.button:focus:before, .woocommerce-info a.button:active:before, .woocommerce-info a.button:hover:before, .woocommerce-info a.button:focus:before, .woocommerce-message a.button:active:before, .woocommerce-message a.button:hover:before, .woocommerce-message a.button:focus:before {
        left: 100%; }
      .woocommerce-error a.button:active:after, .woocommerce-error a.button:hover:after, .woocommerce-error a.button:focus:after, .woocommerce-info a.button:active:after, .woocommerce-info a.button:hover:after, .woocommerce-info a.button:focus:after, .woocommerce-message a.button:active:after, .woocommerce-message a.button:hover:after, .woocommerce-message a.button:focus:after {
        width: 100%; }

.woocommerce-error {
  color: #d62a28; }
  .woocommerce-error:before {
    color: #d62a28;
    content: ""; }

.woocommerce-info {
  color: #cf8207; }
  .woocommerce-info:before {
    color: #cf8207;
    content: ""; }

.woocommerce-message {
  color: #27ae60; }
  .woocommerce-message:before {
    color: #27ae60;
    content: ""; }

.pxl-add-to-cart {
  font-size: 14px;
  line-height: 1.215;
  letter-spacing: 0.075em;
  padding: 16px 35px 15px 35px;
  width: 100%;
  text-align: center;
  justify-content: center;
  position: relative;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transform-origin: center; }
@media (max-width: 767px) {
  .pxl-add-to-cart {
    font-size: 13px;
    padding: 12px 12px 12px 12px; } }
.pxl-add-to-cart .btn-text {
  -webkit-transition: margin-right 0.1s linear;
  -khtml-transition: margin-right 0.1s linear;
  -moz-transition: margin-right 0.1s linear;
  -ms-transition: margin-right 0.1s linear;
  -o-transition: margin-right 0.1s linear;
  transition: margin-right 0.1s linear; }
.pxl-add-to-cart + .added_to_cart {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: center; }
.pxl-add-to-cart .pxl-icon-spinner {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 0; }
  .pxl-add-to-cart.loading .btn-text {
    margin-right: 5px; }
  .pxl-add-to-cart.loading .pxl-icon-spinner {
    width: auto;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pxl-spin 2s linear infinite;
    -khtml-animation: pxl-spin 2s linear infinite;
    -moz-animation: pxl-spin 2s linear infinite;
    -ms-animation: pxl-spin 2s linear infinite;
    -o-animation: pxl-spin 2s linear infinite;
    animation: pxl-spin 2s linear infinite; }
.pxl-add-to-cart.added {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
  .pxl-add-to-cart.added + .added_to_cart {
    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); }

.single_add_to_cart_button .btn-text, .btn-buy-now .btn-text {
  -webkit-transition: margin-right 0.1s linear;
  -khtml-transition: margin-right 0.1s linear;
  -moz-transition: margin-right 0.1s linear;
  -ms-transition: margin-right 0.1s linear;
  -o-transition: margin-right 0.1s linear;
  transition: margin-right 0.1s linear; }
.single_add_to_cart_button .pxl-icon-spinner, .btn-buy-now .pxl-icon-spinner {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 0; }
  .single_add_to_cart_button.loading .btn-text, .btn-buy-now.loading .btn-text {
    margin-right: 5px; }
  .single_add_to_cart_button.loading .pxl-icon-spinner, .btn-buy-now.loading .pxl-icon-spinner {
    width: auto;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pxl-spin 2s linear infinite;
    -khtml-animation: pxl-spin 2s linear infinite;
    -moz-animation: pxl-spin 2s linear infinite;
    -ms-animation: pxl-spin 2s linear infinite;
    -o-animation: pxl-spin 2s linear infinite;
    animation: pxl-spin 2s linear infinite; }

.product-share-wrap {
  text-transform: capitalize; }
  .product-share-wrap.layout-1 {
    position: relative; }
    .product-share-wrap.layout-1 .label {
      position: relative;
      overflow: hidden; }
    .product-share-wrap.layout-1 .social-share {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
      .product-share-wrap.layout-1 .social-share .social-item {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        opacity: 0;
        width: 100%;
        -webkit-transition: top 0.5s ease, opacity 0.3s ease, z-index 0.3s ease;
        -khtml-transition: top 0.5s ease, opacity 0.3s ease, z-index 0.3s ease;
        -moz-transition: top 0.5s ease, opacity 0.3s ease, z-index 0.3s ease;
        -ms-transition: top 0.5s ease, opacity 0.3s ease, z-index 0.3s ease;
        -o-transition: top 0.5s ease, opacity 0.3s ease, z-index 0.3s ease;
        transition: top 0.5s ease, opacity 0.3s ease, z-index 0.3s ease; }
        .product-share-wrap.layout-1 .social-share .social-item a {
          color: #000;
          height: 40px;
          line-height: 40px;
          width: 100%;
          text-align: center;
          background-color: #fff;
          border-radius: 2px;
          font-size: 14px; }
          .product-share-wrap.layout-1 .social-share .social-item a:hover {
            color: #fff; }
            .product-share-wrap.layout-1 .social-share .social-item a:hover.twitter {
              background-color: #00ccff; }
            .product-share-wrap.layout-1 .social-share .social-item a:hover.facebook {
              background-color: #3b5ea1; }
            .product-share-wrap.layout-1 .social-share .social-item a:hover.linkedin {
              background-color: #087ec0; }
            .product-share-wrap.layout-1 .social-share .social-item a:hover.pinterest {
              background-color: #ee2c34; }
        .product-share-wrap.layout-1 .social-share .social-item:nth-child(1) {
          transform: rotateX(45deg); }
        .product-share-wrap.layout-1 .social-share .social-item:nth-child(2) {
          transform: rotateX(90deg); }
        .product-share-wrap.layout-1 .social-share .social-item:nth-child(3) {
          transform: rotateX(135deg); }
        .product-share-wrap.layout-1 .social-share .social-item:nth-child(4) {
          transform: rotateX(180deg); }
    .product-share-wrap.layout-1:hover .label {
      z-index: 2; }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(1) {
        opacity: 1;
        transition-delay: 0.08s;
        transform: rotate(0deg); }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(2) {
        opacity: 1;
        transition-delay: 0.16s;
        transform: rotate(0deg); }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(3) {
        opacity: 1;
        transition-delay: 0.24s;
        transform: rotate(0deg); }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(4) {
        opacity: 1;
        transition-delay: 0.32s;
        transform: rotate(0deg); }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(5) {
        opacity: 1;
        transition-delay: 0.4s;
        transform: rotate(0deg); }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(1) {
        top: 30px; }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(2) {
        top: 71px; }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(3) {
        top: 112px; }
      .product-share-wrap.layout-1:hover .social-share .social-item:nth-child(4) {
        top: 153px; }
  .product-share-wrap.layout-df {
    font-size: 19px; }
    .product-share-wrap.layout-df .label {
      display: none; }

.shop-toolbars {
  position: relative;
  margin-bottom: 40px; }
@media (max-width: 767px) {
  .shop-toolbars {
    margin-bottom: 30px; } }
.shop-toolbars > .row {
  position: relative; }
.shop-toolbars .pxl-toolbar-ordering {
  position: relative; }
  .shop-toolbars .pxl-toolbar-ordering select {
    border: 0; }
.shop-toolbars .pxl-toolbar-ordering + .pxl-view-layout-wrap {
  position: relative; }
@media (min-width: 992px) {
  .shop-toolbars .pxl-toolbar-ordering + .pxl-view-layout-wrap {
    margin-left: 30px;
    padding-left: 45px; }
    .shop-toolbars .pxl-toolbar-ordering + .pxl-view-layout-wrap:before {
      content: "";
      width: 1px;
      height: 40px;
      background-color: #e0e0e0;
      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%); } }
.shop-toolbars .toggle-hidden-on-mobile + .pxl-view-layout-wrap {
  position: relative; }
@media (min-width: 992px) {
  .shop-toolbars .toggle-hidden-on-mobile + .pxl-view-layout-wrap {
    margin-left: 30px;
    padding-left: 45px; }
    .shop-toolbars .toggle-hidden-on-mobile + .pxl-view-layout-wrap:before {
      content: "";
      width: 1px;
      height: 40px;
      background-color: #e0e0e0;
      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%); } }
.shop-toolbars .pxl-result-count {
  font-size: 16px; }
  .shop-toolbars .pxl-result-count span {
    font-weight: 600;
    color: var(--primary-color); }
.shop-toolbars .nice-select {
  background-color: #fff;
  border-bottom: 0;
  padding: 0 38px 0 0; }
@media (min-width: 992px) {
  .shop-toolbars .nice-select {
    min-width: 185px; } }
@media (max-width: 767px) {
  .shop-toolbars .nice-select {
    padding: 0 28px 0 0; } }
.shop-toolbars .nice-select:after {
  font-size: 18px;
  color: #000;
  -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; }
@media (max-width: 991px) {
  .shop-toolbars .nice-select:after {
    font-size: 16px; } }
@media (max-width: 767px) {
  .shop-toolbars .nice-select:after {
    font-size: 13px; } }
.shop-toolbars .nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 46px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -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; }
@media (max-width: 991px) {
  .shop-toolbars .nice-select span.current {
    font-size: 16px; } }
@media (max-width: 767px) {
  .shop-toolbars .nice-select span.current {
    font-size: 13px; } }
.shop-toolbars .nice-select:hover:after {
  color: var(--link-color-hover); }
.shop-toolbars .nice-select:hover span.current {
  color: var(--link-color-hover); }
.shop-toolbars .pxl-view-layout {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px; }
  .shop-toolbars .pxl-view-layout li {
    display: inline-flex; }
  .shop-toolbars .pxl-view-layout a {
    font-size: 22px;
    line-height: 1;
    color: #999999;
    letter-spacing: 0.05em; }
  @media (max-width: 991px) {
    .shop-toolbars .pxl-view-layout a {
      font-size: 20px; } }
@media (max-width: 575px) {
  .shop-toolbars .pxl-view-layout a {
    font-size: 17px; } }
.shop-toolbars .pxl-view-layout a:hover {
  color: var(--link-color); }
.shop-toolbars .pxl-view-layout .active a {
  color: var(--link-color); }
@media (max-width: 991px) {
  .shop-toolbars .pxl-view-layout .grid-4cols .lnil:before {
    content: ""; }
  .shop-toolbars .pxl-view-layout .grid-3cols .lnil:before {
    content: ""; } }
.shop-toolbars .btn-shop-sidebar-hidden-toggle.on-mobile {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-end; }
@media (min-width: 992px) {
  .shop-toolbars .filter-place > .row {
    row-gap: 10px;
    column-gap: 35px; } }
@media (max-width: 991px) {
  .shop-toolbars.layout-1 .filter-place {
    flex: 0 0 100%;
    width: 100%; } }
.shop-toolbars .btn-shop-filter-top-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
@media (max-width: 991px) {
  .shop-toolbars .btn-shop-filter-top-toggle {
    font-size: 16px; } }
@media (max-width: 575px) {
  .shop-toolbars .btn-shop-filter-top-toggle {
    gap: 5px; } }
.shop-toolbars .btn-shop-filter-top-toggle span {
  -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; }
  .shop-toolbars .btn-shop-filter-top-toggle.cliked .lnil:before {
    content: ""; }
@media (max-width: 991px) {
  .shop-toolbars .btn-shop-filter-top-toggle .text {
    position: relative;
    top: 2px; } }
@media (max-width: 991px) {
  .shop-toolbars.layout-1 .btn-shop-filter-top-toggle {
    position: absolute;
    top: 8px;
    right: 15px; } }
@media (max-width: 991px) {
  .shop-toolbars.layout-1 .pxl-view-layout-wrap + .filter-place .btn-shop-filter-top-toggle {
    position: absolute;
    top: 8px;
    right: 15px; } }
@media (max-width: 575px) {
  .shop-toolbars.layout-1 .pxl-view-layout-wrap + .filter-place .btn-shop-filter-top-toggle {
    right: 20px; } }
.shop-toolbars.filter-on .number-result {
  margin-top: 10px; }
.shop-toolbars.layout-2 .btn-shop-filter-top-toggle {
  text-transform: capitalize; }
@media (max-width: 991px) {
  .shop-toolbars.layout-2 .pxl-view-layout-wrap {
    padding-top: 5px; } }

.pxl-active-filters-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
  font-size: 14px; }
  .pxl-active-filters-wrap > * {
    max-width: 100%; }
  .pxl-active-filters-wrap .pxl-active-filters-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-right: 20px; }
    .pxl-active-filters-wrap .pxl-active-filters-inner > * {
      max-width: 100%; }
    @media (max-width: 575px) {
      .pxl-active-filters-wrap .pxl-active-filters-inner {
        margin-right: 15px; } }
    .pxl-active-filters-wrap .pxl-active-filters-inner a:not(.reset-all) {
      padding: 2px 10px;
      background-color: #eef0f4;
      border-radius: 2px; }
      .pxl-active-filters-wrap .pxl-active-filters-inner a:not(.reset-all):hover {
        color: #fff;
        background-color: var(--primary-color); }
    .pxl-active-filters-wrap .pxl-active-filters-inner .link-close {
      font-size: 10px;
      margin-left: 8px; }
  .pxl-active-filters-wrap .reset-all {
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center; }
    .pxl-active-filters-wrap .reset-all span {
      margin-right: 10px; }
      .pxl-active-filters-wrap .reset-all.loading span {
        -webkit-animation: pxl_spin1 2s linear infinite;
        -khtml-animation: pxl_spin1 2s linear infinite;
        -moz-animation: pxl_spin1 2s linear infinite;
        -ms-animation: pxl_spin1 2s linear infinite;
        -o-animation: pxl_spin1 2s linear infinite;
        animation: pxl_spin1 2s linear infinite; }

.has-sidebar .shop-toolbars {
  margin-top: -10px; }

.woocommerce-page .no-sidebar .shop-toolbars.filter-on {
  padding-top: 60px;
  border-top: 1px solid #e3e3e3; }
@media (max-width: 991px) {
  .woocommerce-page .no-sidebar .shop-toolbars.filter-on {
    padding-top: 30px; } }

.shop-toolbars.border-top {
  padding-top: 60px;
  border-top: 1px solid #e3e3e3; }
@media (max-width: 991px) {
  .shop-toolbars.border-top {
    padding-top: 30px; } }

.number-result + .shop-filter-top-wrap {
  top: calc(100% - 25px); }

@media (max-width: 991px) {
  .admin-bar .shop-filter-top-wrap {
    top: 32px;
    height: calc(100% - 32px); } }
@media screen and (max-width: 782px) {
  .admin-bar .shop-filter-top-wrap {
    top: 46px;
    height: calc(100% - 46px); } }

.shop-filter-top-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translateY(20px);
  -khtml-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.2s cubic-bezier(0.57, 0.73, 1, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.57, 0.73, 1, 1);
  -moz-transition: all 0.2s cubic-bezier(0.57, 0.73, 1, 1);
  -ms-transition: all 0.2s cubic-bezier(0.57, 0.73, 1, 1);
  -o-transition: all 0.2s cubic-bezier(0.57, 0.73, 1, 1);
  transition: all 0.2s cubic-bezier(0.57, 0.73, 1, 1); }
@media (max-width: 991px) {
  .shop-filter-top-wrap {
    width: 100%;
    max-width: 364px;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    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);
    height: 100%;
    width: 100%;
    z-index: -1;
    padding: 0;
    background: #fff;
    opacity: 0;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    border: 0; }
    .shop-filter-top-wrap::-webkit-scrollbar {
      height: 0;
      width: 0;
      background-color: transparent; }
    .shop-filter-top-wrap::-webkit-scrollbar-track {
      border-radius: 0; }
    .shop-filter-top-wrap::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: transparent; }
    .shop-filter-top-wrap:hover::-webkit-scrollbar {
      width: 0;
      height: auto;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 0; }
    .shop-filter-top-wrap:hover::-webkit-scrollbar-thumb {
      background-color: rgba(48, 48, 48, 0.1); } }
@media (max-width: 767px) {
  .shop-filter-top-wrap {
    max-width: 320px; } }
@media (max-width: 575px) {
  .shop-filter-top-wrap {
    width: 90%; } }
.shop-filter-top-wrap.open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }
@media (max-width: 991px) {
  .shop-filter-top-wrap.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; } }
.shop-filter-top-wrap.shop-base {
  padding: 50px 55px 60px; }
@media (max-width: 1199px) {
  .shop-filter-top-wrap.shop-base {
    padding: 30px 30px 40px; } }
.shop-filter-top-wrap .filter-top-inner > * {
  flex: 1 0 0%; }
@media (max-width: 991px) {
  .shop-filter-top-wrap .filter-top-inner > * {
    flex: 0 0 100%;
    width: 100%; } }
.shop-filter-top-wrap .filter-top-inner .widget:nth-child(1) {
  flex: 0 0 25%; }
@media (max-width: 1199px) {
  .shop-filter-top-wrap .filter-top-inner .widget:nth-child(1) {
    flex: 0 0 22%; } }
@media (max-width: 991px) {
  .shop-filter-top-wrap .filter-top-inner .widget:nth-child(1) {
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 1200px) {
  .shop-filter-top-wrap .filter-top-inner .widget:nth-child(1) .widget-content {
    padding-right: 15%; } }
@media (min-width: 1400px) {
  .shop-filter-top-wrap .filter-top-inner .widget:nth-child(1) .widget-content {
    padding-right: 28%; } }
.shop-filter-top-wrap .filter-top-inner .widget:last-child {
  flex: 0 0 23%; }
@media (max-width: 1199px) {
  .shop-filter-top-wrap .filter-top-inner .widget:last-child {
    flex: 0 0 20%; } }
@media (max-width: 991px) {
  .shop-filter-top-wrap .filter-top-inner .widget:last-child {
    flex: 0 0 100%;
    width: 100%; } }
.shop-filter-top-wrap .filter-top-inner .widget-title {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  -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; }
  .shop-filter-top-wrap .filter-top-inner .widget-title > span {
    display: block; }
  .shop-filter-top-wrap .filter-top-inner .widget-title.enable-collapse:hover {
    color: var(--heading-color); }
.shop-filter-top-wrap .filter-top-inner .widget_pages a, .shop-filter-top-wrap .filter-top-inner .widget_meta a, .shop-filter-top-wrap .filter-top-inner .widget_nav_menu a {
  padding: 0; }
.shop-filter-top-wrap .filter-top-inner .pxl-list-item > a, .shop-filter-top-wrap .filter-top-inner .wc-layered-nav-term > a {
  line-height: 30px; }
@media (max-width: 991px) {
  .shop-filter-top-wrap .filter-top-inner .widget + .widget .widget-content {
    padding-top: 23px; } }
.shop-filter-top-wrap .pxl-list-item > a {
  letter-spacing: 0;
  text-transform: inherit;
  padding: 0;
  font-size: 16px; }
@media (min-width: 992px) {
  .shop-filter-top-wrap .woocommerce-widget-layered-nav .widget-content {
    position: relative;
    padding-bottom: 0;
    border-bottom: 0; }
  .shop-filter-top-wrap .woocommerce-widget-layered-nav + .woocommerce-widget-layered-nav .widget-content {
    padding-top: 0; } }
.shop-filter-top-wrap .pxl-widget .enable-scrollable-1:hover::-webkit-scrollbar-thumb {
  background-color: #928656; }
.shop-filter-top-wrap .pxl-widget .enable-scrollable-1 .count {
  margin-right: 5px; }
.shop-filter-top-wrap .pxl-close {
  margin-bottom: 30px; }
@media (min-width: 992px) {
  .shop-filter-top-wrap .pxl-close {
    display: none !important; } }
.shop-filter-top-wrap .reset-all {
  margin-top: 20px; }
@media (min-width: 992px) {
  .shop-filter-top-wrap .reset-all {
    display: none !important; } }
.shop-filter-top-wrap.el-element .pxl-close {
  margin-top: 30px;
  margin-left: 30px;
  margin-bottom: 0; }
.shop-filter-top-wrap.el-element .reset-all {
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 30px; }

@media (max-width: 1199px) and (min-width: 992px) {
  .has-sidebar .shop-filter-top-wrap .filter-top-inner > * {
    flex: 0 0 auto; }
  .has-sidebar .shop-filter-top-wrap .filter-top-inner .widget:nth-child(1) {
    flex: 1 0 0%; }
  .has-sidebar .shop-filter-top-wrap .filter-top-inner .widget:last-child {
    flex: 1 0 0%; } }

.pxl-loop-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
  .pxl-loop-badges > div {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 10px;
    min-width: 72px;
    color: #fff;
    background-color: var(--second-color); }
    .pxl-loop-badges > div.out-of-stock {
      background-color: #999999; }

.pxl-shop-woosmart-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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-shop-woosmart-wrap .product-action {
    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;
    justify-content: center;
    align-items: center;
    color: #cccccc;
    font-size: 16px;
    width: 30px;
    height: 30px; }
    .pxl-shop-woosmart-wrap .product-action:hover {
      color: var(--second-color); }
      .pxl-shop-woosmart-wrap .product-action.woosw-btn.woosw-adding .pxl-icon:before {
        -webkit-animation: pxl-spin 2s linear infinite;
        -khtml-animation: pxl-spin 2s linear infinite;
        -moz-animation: pxl-spin 2s linear infinite;
        -ms-animation: pxl-spin 2s linear infinite;
        -o-animation: pxl-spin 2s linear infinite;
        animation: pxl-spin 2s linear infinite; }
      .pxl-shop-woosmart-wrap .product-action.woosw-btn.woosw-adding:after {
        display: none !important; }
    .pxl-shop-woosmart-wrap .product-action.woosw-added {
      color: var(--second-color); }
  .pxl-shop-woosmart-wrap .wishlist.style-rounded {
    margin-top: 5px;
    margin-right: 5px; }
    .pxl-shop-woosmart-wrap .wishlist.style-rounded .product-action {
      width: 45px;
      height: 45px;
      background-color: #fff;
      border-radius: 50%;
      color: #000; }
      .pxl-shop-woosmart-wrap .wishlist.style-rounded .product-action.woosw-added, .pxl-shop-woosmart-wrap .wishlist.style-rounded .product-action:hover {
        color: var(--second-color); }

.pxl-product-grid .grid-item {
  margin-bottom: 50px; }
.pxl-product-grid .product-thumb {
  position: relative;
  overflow: hidden; }
  .pxl-product-grid .product-thumb .thumb-wrap {
    position: relative;
    overflow: hidden; }
    .pxl-product-grid .product-thumb .thumb-wrap img {
      width: 100%;
      max-width: 600px;
      height: auto; }
  .pxl-product-grid .product-thumb .product-main-img {
    -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.75, 0.5, 1);
    -khtml-transition: opacity 0.6s cubic-bezier(0.15, 0.75, 0.5, 1);
    -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.75, 0.5, 1);
    -ms-transition: opacity 0.6s cubic-bezier(0.15, 0.75, 0.5, 1);
    -o-transition: opacity 0.6s cubic-bezier(0.15, 0.75, 0.5, 1);
    transition: opacity 0.6s cubic-bezier(0.15, 0.75, 0.5, 1); }
  .pxl-product-grid .product-thumb .product-hover-img {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.6s ease;
    -khtml-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -ms-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .pxl-product-grid .product-thumb .product-hover-img .p-img-hover {
      -webkit-transform: translateZ(0);
      -khtml-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: transform 1s cubic-bezier(0.15, 0.75, 0.5, 1);
      -khtml-transition: transform 1s cubic-bezier(0.15, 0.75, 0.5, 1);
      -moz-transition: transform 1s cubic-bezier(0.15, 0.75, 0.5, 1);
      -ms-transition: transform 1s cubic-bezier(0.15, 0.75, 0.5, 1);
      -o-transition: transform 1s cubic-bezier(0.15, 0.75, 0.5, 1);
      transition: transform 1s cubic-bezier(0.15, 0.75, 0.5, 1); }
    .pxl-product-grid .product-thumb .product-hover-img .pxl-swiper-arrow {
      font-size: 24px;
      color: rgba(0, 0, 0, 0.35); }
    @media (max-width: 1199px) {
      .pxl-product-grid .product-thumb .product-hover-img .pxl-swiper-arrow {
        font-size: 20px; } }
    .pxl-product-grid .product-thumb .product-hover-img .pxl-swiper-arrow:hover {
      color: #000; }
  .pxl-product-grid .product-thumb:hover .has-hover-img .product-main-img {
    opacity: 0; }
  .pxl-product-grid .product-thumb:hover .has-hover-img .product-hover-img {
    opacity: 1; }
    .pxl-product-grid .product-thumb:hover .has-hover-img .product-hover-img .p-img-hover {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
      -khtml-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
      -moz-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
      -ms-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
      -o-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
      transform: scale3d(1.1, 1.1, 1.1) translateZ(0); }
.pxl-product-grid .product-info {
  padding-top: 22px; }
  .pxl-product-grid.layout-1 .product-info {
    padding-bottom: 73px; }
.pxl-product-grid .loop-product-brand {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 12px; }
  .pxl-product-grid .loop-product-brand a {
    color: inherit; }
    .pxl-product-grid .loop-product-brand a:hover {
      color: var(--link-color); }
.pxl-product-grid .pxl-loop-product-title {
  font-size: 18px;
  margin-bottom: 6px; }
  .pxl-product-grid .pxl-loop-product-title a {
    position: relative;
    text-decoration: underline transparent;
    text-underline-offset: 2px; }
    .pxl-product-grid .pxl-loop-product-title a:hover {
      color: var(--link-color);
      text-decoration: underline var(--link-color); }
.pxl-product-grid .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  column-gap: 5px; }
  .pxl-product-grid .price > * {
    max-width: 100%; }
  .pxl-product-grid .price del {
    color: #999999;
    order: 2; }
  .pxl-product-grid .price ins {
    color: var(--second-color); }
.pxl-product-grid .variations_form {
  padding-top: 9px; }
  .pxl-product-grid .variations_form .variations {
    position: relative; }
    .pxl-product-grid .variations_form .variation .label {
      display: none; }
    .pxl-product-grid .variations_form .variation + .variation {
      margin-top: 15px; }
  .pxl-product-grid .variations_form .reset {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 6px;
    display: inline-block;
    line-height: 1; }
    [dir="rtl"] .pxl-product-grid .variations_form .reset {
      right: auto;
      left: 0; }
    .pxl-product-grid .variations_form .reset a {
      color: #999999;
      font-size: 14px;
      letter-spacing: 0.05em; }
      .pxl-product-grid .variations_form .reset a:hover {
        color: var(--link-color); }
.pxl-product-grid .product-rating {
  margin-bottom: 5px; }
.pxl-product-grid .att-term-count {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: uppercase;
  margin-top: 12px; }
@media (max-width: 767px) {
  .pxl-product-grid.layout-1 .loop-product-add-cart-wrap {
    -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-grid .loop-product-add-cart-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -khtml-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .pxl-product-grid .loop-product-add-cart-wrap .added_to_cart {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 1.215;
    letter-spacing: 0.075em;
    padding: 16px 35px 15px 35px;
    width: 100%;
    text-align: center;
    justify-content: center; }
  @media (max-width: 767px) {
    .pxl-product-grid .loop-product-add-cart-wrap .added_to_cart {
      font-size: 13px;
      padding: 12px 12px 12px 12px; } }
.pxl-product-grid .product-wrap {
  position: relative; }
  .pxl-product-grid.layout-1 .loop-product-add-cart-wrap .pxl-add-to-cart {
    position: absolute;
    bottom: 0; }
.pxl-product-grid.layout-1 .product-wrap:hover .loop-product-add-cart-wrap {
  -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-grid.layout-2 .grid-item {
  margin-bottom: 60px; }
.pxl-product-grid.layout-2 .loop-product-add-cart-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 0 18px 18px; }
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .pxl-product-grid.layout-2 .loop-product-add-cart-wrap {
      padding: 0 15px 18px; } }
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap > div {
    flex: 1 0 0%; }
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-atc-action {
    position: relative; }
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-add-to-cart {
    padding: 16px 12px 15px 12px;
    width: 100%; }
  @media (max-width: 1199px) {
    .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-add-to-cart {
      letter-spacing: 0.05em;
      font-size: 13px; } }
@media (max-width: 767px) {
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-add-to-cart {
    padding: 12px 8px 12px 8px;
    font-size: 12px; } }
.pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-add-to-cart:active, .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-add-to-cart:hover, .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .pxl-add-to-cart:focus {
  border-color: #fff;
  background-color: #fff; }
.pxl-product-grid.layout-2 .loop-product-add-cart-wrap .added_to_cart {
  padding: 16px 12px 15px 12px;
  width: 100%; }
@media (max-width: 1199px) {
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .added_to_cart {
    letter-spacing: 0.05em;
    font-size: 13px; } }
@media (max-width: 767px) {
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .added_to_cart {
    padding: 12px 8px 12px 8px;
    font-size: 12px; } }
.pxl-product-grid.layout-2 .loop-product-add-cart-wrap .added_to_cart:active, .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .added_to_cart:hover, .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .added_to_cart:focus {
  border-color: #fff;
  background-color: #fff; }
.pxl-product-grid.layout-2 .loop-product-add-cart-wrap .woosq-btn {
  font-size: 14px;
  line-height: 1.215;
  letter-spacing: 0.075em;
  padding: 16px 12px 15px 12px;
  width: 100%; }
@media (max-width: 1199px) {
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .woosq-btn {
    letter-spacing: 0.05em;
    font-size: 13px; } }
@media (max-width: 767px) {
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .woosq-btn {
    padding: 12px 8px 12px 8px;
    font-size: 12px; } }
.pxl-product-grid.layout-2 .loop-product-add-cart-wrap .woosq-btn:active, .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .woosq-btn:hover, .pxl-product-grid.layout-2 .loop-product-add-cart-wrap .woosq-btn:focus {
  border-color: #fff;
  background-color: #fff; }
@media (min-width: 1200px) and (max-width: 1599px) {
  .pxl-product-grid.layout-2 .row-cols-xl-4 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pxl-product-grid.layout-2 .row-cols-lg-4 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pxl-product-grid.layout-2 .row-cols-md-3 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 576px) and (max-width: 767px) {
  .pxl-product-grid.layout-2 .row-cols-sm-2 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%;
    width: 100%; } }
@media (min-width: 480px) and (max-width: 575px) {
  .pxl-product-grid.layout-2 .row-cols-xs-2 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%;
    width: 100%; } }
@media (max-width: 350px) {
  .pxl-product-grid.layout-2 .loop-product-add-cart-wrap > div {
    flex: 0 0 100%;
    width: 100%; } }
.pxl-product-grid.layout-2 .product-wrap:hover .loop-product-add-cart-wrap {
  -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-grid.layout-3 .product-info {
  padding-top: 15px; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 40px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .pxl-product-grid.layout-3 .loop-add-cart-wrap > * {
    max-width: 100%; }
  @media (min-width: 1200px) {
    .pxl-product-grid.layout-3 .loop-add-cart-wrap {
      opacity: 0;
      visibility: 0;
      -webkit-transform: translateY(10px);
      -khtml-transform: translateY(10px);
      -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
      -o-transform: translateY(10px);
      transform: translateY(10px); } }
@media (max-width: 1199px) {
  .pxl-product-grid.layout-3 .loop-add-cart-wrap {
    margin-bottom: 15px; } }
.pxl-product-grid.layout-3 .loop-add-cart-wrap > div {
  flex: 0 0 auto;
  width: auto; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-atc-action {
  position: relative; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart {
  padding: 0;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.075em;
  border-color: transparent;
  background-color: transparent;
  color: #999999;
  line-height: 30px; }
@media (max-width: 1199px) {
  .pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart {
    font-size: 14px; } }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart:active, .pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart:hover, .pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart:focus {
  color: var(--link-color);
  border-color: transparent;
  background-color: transparent; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart .btn-text {
  -webkit-transition: margin-right 0.1s linear;
  -khtml-transition: margin-right 0.1s linear;
  -moz-transition: margin-right 0.1s linear;
  -ms-transition: margin-right 0.1s linear;
  -o-transition: margin-right 0.1s linear;
  transition: margin-right 0.1s linear; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart + .added_to_cart {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart .pxl-icon-spinner {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 0; }
@media (max-width: 1199px) {
  .pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart .pxl-icon-spinner {
    font-size: 14px; } }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart.loading .btn-text {
  margin-right: 5px; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart.loading .pxl-icon-spinner {
  width: auto;
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pxl-spin 2s linear infinite;
  -khtml-animation: pxl-spin 2s linear infinite;
  -moz-animation: pxl-spin 2s linear infinite;
  -ms-animation: pxl-spin 2s linear infinite;
  -o-animation: pxl-spin 2s linear infinite;
  animation: pxl-spin 2s linear infinite; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart.added {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }
  .pxl-product-grid.layout-3 .loop-add-cart-wrap .pxl-add-to-cart.added + .added_to_cart {
    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-product-grid.layout-3 .loop-add-cart-wrap .added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.075em;
  padding: 0;
  text-align: center;
  justify-content: center;
  border-color: transparent;
  background-color: transparent;
  color: #999999; }
@media (max-width: 767px) {
  .pxl-product-grid.layout-3 .loop-add-cart-wrap .added_to_cart {
    font-size: 14px; } }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .added_to_cart:active, .pxl-product-grid.layout-3 .loop-add-cart-wrap .added_to_cart:hover, .pxl-product-grid.layout-3 .loop-add-cart-wrap .added_to_cart:focus {
  color: var(--link-color);
  border-color: transparent;
  background-color: transparent; }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .woosq-btn {
  font-size: 16px;
  line-height: 1.215;
  letter-spacing: 0.075em;
  padding: 0;
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  color: #999999;
  line-height: 30px; }
@media (max-width: 1199px) {
  .pxl-product-grid.layout-3 .loop-add-cart-wrap .woosq-btn {
    font-size: 14px; } }
.pxl-product-grid.layout-3 .loop-add-cart-wrap .woosq-btn:active, .pxl-product-grid.layout-3 .loop-add-cart-wrap .woosq-btn:hover, .pxl-product-grid.layout-3 .loop-add-cart-wrap .woosq-btn:focus {
  color: var(--link-color);
  border-color: transparent;
  background-color: transparent; }
.pxl-product-grid.layout-3 .wooct-countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px; }
  .pxl-product-grid.layout-3 .wooct-countdown > * {
    max-width: 100%; }
  .pxl-product-grid.layout-3 .wooct-countdown .wooct-text-above {
    display: none; }
.pxl-product-grid.layout-3 .product-title {
  text-align: center; }
.pxl-product-grid.layout-3 .product-rating {
  justify-content: center; }
.pxl-product-grid.layout-3 .price {
  justify-content: center; }
  .pxl-product-grid.layout-3 .variations_form .variations {
    text-align: center; }
  .pxl-product-grid.layout-3 .variations_form .wpcvs-terms {
    justify-content: center; }
  .pxl-product-grid.layout-3 .variations_form .reset {
    position: relative;
    display: block;
    text-align: center; }
@media (min-width: 1200px) {
  .pxl-product-grid.layout-3 .product-wrap:hover .loop-add-cart-wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
.pxl-product-grid.layout-4 .quickview {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, bottom 0.2s linear;
  -khtml-transition: opacity 0.3s ease, bottom 0.2s linear;
  -moz-transition: opacity 0.3s ease, bottom 0.2s linear;
  -ms-transition: opacity 0.3s ease, bottom 0.2s linear;
  -o-transition: opacity 0.3s ease, bottom 0.2s linear;
  transition: opacity 0.3s ease, bottom 0.2s linear; }
  .pxl-product-grid.layout-4 .quickview .woosq-btn {
    display: block;
    width: 100%;
    border: 1px solid #999999;
    background-color: #fff;
    color: #000000; }
    .pxl-product-grid.layout-4 .quickview .woosq-btn:active, .pxl-product-grid.layout-4 .quickview .woosq-btn:hover, .pxl-product-grid.layout-4 .quickview .woosq-btn:focus {
      color: #fff;
      outline: medium none;
      text-decoration: none;
      background-color: #000000;
      border-color: #000000; }
.pxl-product-grid.layout-4 .loop-product-brand {
  font-size: 20px;
  font-family: "Amiri";
  text-transform: uppercase;
  color: var(--heading-color);
  margin-bottom: 5px; }
.pxl-product-grid.layout-4 .pxl-loop-product-title {
  margin-bottom: 15px; }
  .pxl-product-grid.layout-4 .pxl-loop-product-title a {
    color: var(--link-color-hover);
    position: relative;
    text-decoration: none;
    text-underline-offset: 0; }
    .pxl-product-grid.layout-4 .pxl-loop-product-title a:hover {
      color: var(--link-color); }
.pxl-product-grid.layout-4 .product-rating {
  justify-content: center; }
.pxl-product-grid.layout-4 .price {
  justify-content: center; }
  .pxl-product-grid.layout-4 .variations_form .variations {
    text-align: center; }
  .pxl-product-grid.layout-4 .variations_form .wpcvs-terms {
    justify-content: center; }
  .pxl-product-grid.layout-4 .variations_form .reset {
    position: relative;
    display: block;
    text-align: center; }
.pxl-product-grid.layout-4 .product-wrap:hover .quickview {
  opacity: 1;
  visibility: visible;
  bottom: 10px; }
.pxl-product-grid .wooct-countdown {
  margin-top: 10px; }
  .pxl-product-grid .wooct-countdown .wooct-text-above {
    margin-bottom: 5px; }
    .pxl-product-grid .wooct-countdown .wooct-text-above br {
      display: none; }
  .pxl-product-grid .wooct-countdown .wooct-timer {
    flex: 0 0 auto;
    width: 70%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    column-gap: 20px; }
  @media (max-width: 991px) {
    .pxl-product-grid .wooct-countdown .wooct-timer {
      width: 80%; } }
@media (max-width: 767px) {
  .pxl-product-grid .wooct-countdown .wooct-timer {
    width: 70%; } }
@media (max-width: 480px) {
  .pxl-product-grid .wooct-countdown .wooct-timer {
    width: 100%; } }
.pxl-product-grid .wooct-countdown .wooct-timer > span {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  flex: 1 0 0%; }
  .pxl-product-grid .wooct-countdown .wooct-timer > span + span:before {
    content: ":";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-left: -3px;
    margin-top: -20px;
    color: #999999; }
    .pxl-product-grid .wooct-countdown .wooct-timer > span span:first-child {
      font-size: 24px;
      font-weight: 400;
      color: var(--second-color);
      padding: 7px 0;
      border: 1px solid #999999;
      margin-bottom: 6px;
      min-width: 46px;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 1199px) {
      .pxl-product-grid .wooct-countdown .wooct-timer > span span:first-child {
        font-size: 20px;
        min-width: 40px; } }
    .pxl-product-grid .wooct-countdown .wooct-timer > span span:last-child {
      font-size: 14px;
      text-transform: capitalize;
      color: #999999; }
.pxl-product-grid .wpro-pre-order-shop-page {
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  margin-top: 10px;
  color: #000; }

.woocommerce-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px; }
  .woocommerce-pagination > * {
    max-width: 100%; }
  .woocommerce-pagination.infinite {
    padding-top: 0; }
  .woocommerce-pagination.load-more {
    padding-top: 0; }
  .woocommerce-pagination .page-numbers, .woocommerce-pagination .post-page-numbers {
    color: #000000;
    text-transform: uppercase; }
    .woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .post-page-numbers:hover, .woocommerce-pagination .post-page-numbers.current {
      color: #fff; }
  .woocommerce-pagination .prev .pxl-icon {
    margin-right: 5px; }
.woocommerce-pagination .next .pxl-icon {
  margin-left: 5px; }
@media (min-width: 1200px) {
  .woocommerce-pagination .pxl-shop-load-more {
    min-width: 200px; } }

@media (max-width: 991px) {
  .admin-bar .sidebar-shop.on-mobile-hidden {
    top: 32px;
    height: calc(100% - 32px); } }
@media screen and (max-width: 782px) {
  .admin-bar .sidebar-shop.on-mobile-hidden {
    top: 46px;
    height: calc(100% - 46px); } }

.container .sidebar-shop .sidebar-area-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.sidebar-shop .widget-title {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 45px; }
@media (max-width: 991px) {
  .sidebar-shop.on-mobile-hidden {
    margin-top: 0;
    width: 100%;
    max-width: 364px;
    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: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    max-height: 100vh;
    overflow-y: auto;
    scrollbar-width: none; }
    .sidebar-shop.on-mobile-hidden::-webkit-scrollbar {
      height: 0;
      width: 0;
      background-color: transparent; }
    .sidebar-shop.on-mobile-hidden::-webkit-scrollbar-track {
      border-radius: 0; }
    .sidebar-shop.on-mobile-hidden::-webkit-scrollbar-thumb {
      border-radius: 0;
      background-color: transparent; }
    .sidebar-shop.on-mobile-hidden:hover::-webkit-scrollbar {
      width: 0;
      height: auto;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 0; }
    .sidebar-shop.on-mobile-hidden:hover::-webkit-scrollbar-thumb {
      background-color: rgba(48, 48, 48, 0.1); } }
@media (max-width: 767px) {
  .sidebar-shop.on-mobile-hidden {
    max-width: 320px; } }
@media (max-width: 575px) {
  .sidebar-shop.on-mobile-hidden {
    width: 90%; } }
@media (max-width: 991px) {
  .sidebar-shop.on-mobile-hidden.pos-right {
    right: 0;
    left: auto;
    -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); } }
.sidebar-shop.on-mobile-hidden.pos-right .pxl-close {
  justify-content: flex-end; }
@media (max-width: 991px) {
  .sidebar-shop.on-mobile-hidden.pos-left {
    left: 0;
    right: auto;
    -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 (max-width: 991px) {
  .sidebar-shop.on-mobile-hidden .sidebar-area-wrap {
    padding: 30px 40px; } }
@media (max-width: 767px) {
  .sidebar-shop.on-mobile-hidden .sidebar-area-wrap {
    padding: 30px 30px; } }
@media (max-width: 575px) {
  .sidebar-shop.on-mobile-hidden .sidebar-area-wrap {
    padding: 30px 30px; } }
@media (max-width: 480px) {
  .sidebar-shop.on-mobile-hidden .sidebar-area-wrap {
    padding: 30px 20px; } }
.sidebar-shop.on-mobile-hidden .sidebar-area-wrap .pxl-close {
  margin-bottom: 30px; }
@media (min-width: 992px) {
  .sidebar-shop.on-mobile-hidden .sidebar-area-wrap .pxl-close {
    display: none; } }
.sidebar-shop.on-mobile-hidden.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; }
.sidebar-shop .reset-all {
  text-transform: uppercase; }
  .sidebar-shop .reset-all span {
    position: relative;
    top: -1px; }
  .sidebar-shop .reset-all.ontop {
    margin-bottom: 50px; }
  .sidebar-shop .reset-all.onbottom {
    margin-top: 30px; }
.sidebar-shop .pxl-active-filters-wrap.ontop {
  margin-bottom: 50px; }
.sidebar-shop .pxl-active-filters-wrap.onbottom {
  margin-top: 30px; }

.shop-filter-top-wrap ul, .shop-filter-top-wrap ol, .sidebar-shop ul, .sidebar-shop ol {
  list-style: none;
  margin: 0; }
  .shop-filter-top-wrap .widget_pages a, .shop-filter-top-wrap .widget_meta a, .shop-filter-top-wrap .widget_nav_menu a, .sidebar-shop .widget_pages a, .sidebar-shop .widget_meta a, .sidebar-shop .widget_nav_menu a {
    padding: 4px 0; }
    .shop-filter-top-wrap .widget_pages a:after, .shop-filter-top-wrap .widget_meta a:after, .shop-filter-top-wrap .widget_nav_menu a:after, .sidebar-shop .widget_pages a:after, .sidebar-shop .widget_meta a:after, .sidebar-shop .widget_nav_menu a:after {
      display: none; }
.shop-filter-top-wrap .pxl-list-item > a, .shop-filter-top-wrap .wc-layered-nav-term > a, .sidebar-shop .pxl-list-item > a, .sidebar-shop .wc-layered-nav-term > a {
  line-height: 30px; }
  .shop-filter-top-wrap .pxl-list-item > a:after, .shop-filter-top-wrap .wc-layered-nav-term > a:after, .sidebar-shop .pxl-list-item > a:after, .sidebar-shop .wc-layered-nav-term > a:after {
    display: none; }
.shop-filter-top-wrap .pxl-list-item.chosen > a, .shop-filter-top-wrap .pxl-list-item.current-cat > a, .shop-filter-top-wrap .wc-layered-nav-term.chosen > a, .shop-filter-top-wrap .wc-layered-nav-term.current-cat > a, .sidebar-shop .pxl-list-item.chosen > a, .sidebar-shop .pxl-list-item.current-cat > a, .sidebar-shop .wc-layered-nav-term.chosen > a, .sidebar-shop .wc-layered-nav-term.current-cat > a {
  color: var(--link-color-hover); }
.shop-filter-top-wrap .children > .pxl-list-item a, .shop-filter-top-wrap .children > .wc-layered-nav-term a, .sidebar-shop .children > .pxl-list-item a, .sidebar-shop .children > .wc-layered-nav-term a {
  text-transform: capitalize; }
  .shop-filter-top-wrap .children > .pxl-list-item a > .title, .shop-filter-top-wrap .children > .wc-layered-nav-term a > .title, .sidebar-shop .children > .pxl-list-item a > .title, .sidebar-shop .children > .wc-layered-nav-term a > .title {
    display: inline-flex;
    position: relative;
    overflow: hidden; }
    .shop-filter-top-wrap .children > .pxl-list-item a > .title:before, .shop-filter-top-wrap .children > .wc-layered-nav-term a > .title:before, .sidebar-shop .children > .pxl-list-item a > .title:before, .sidebar-shop .children > .wc-layered-nav-term a > .title:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 3px;
      left: -130%;
      background-color: var(--link-color);
      -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
      transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
    .shop-filter-top-wrap .children > .pxl-list-item a > .title:after, .shop-filter-top-wrap .children > .wc-layered-nav-term a > .title:after, .sidebar-shop .children > .pxl-list-item a > .title:after, .sidebar-shop .children > .wc-layered-nav-term a > .title:after {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 3px;
      left: -102%;
      background-color: var(--link-color);
      -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
      transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
  .shop-filter-top-wrap .children > .pxl-list-item a:hover, .shop-filter-top-wrap .children > .wc-layered-nav-term a:hover, .sidebar-shop .children > .pxl-list-item a:hover, .sidebar-shop .children > .wc-layered-nav-term a:hover {
    color: var(--link-color); }
    .shop-filter-top-wrap .children > .pxl-list-item a:hover > .title:before, .shop-filter-top-wrap .children > .wc-layered-nav-term a:hover > .title:before, .sidebar-shop .children > .pxl-list-item a:hover > .title:before, .sidebar-shop .children > .wc-layered-nav-term a:hover > .title:before {
      left: 0; }
    .shop-filter-top-wrap .children > .pxl-list-item a:hover > .title:after, .shop-filter-top-wrap .children > .wc-layered-nav-term a:hover > .title:after, .sidebar-shop .children > .pxl-list-item a:hover > .title:after, .sidebar-shop .children > .wc-layered-nav-term a:hover > .title:after {
      left: 102%; }
.shop-filter-top-wrap .reset-all, .sidebar-shop .reset-all {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  column-gap: 12px; }
  .shop-filter-top-wrap .reset-all.loading span, .sidebar-shop .reset-all.loading span {
    -webkit-animation: pxl_spin1 2s linear infinite;
    -khtml-animation: pxl_spin1 2s linear infinite;
    -moz-animation: pxl_spin1 2s linear infinite;
    -ms-animation: pxl_spin1 2s linear infinite;
    -o-animation: pxl_spin1 2s linear infinite;
    animation: pxl_spin1 2s linear infinite; }

.widget_product_categories ul.product-categories {
  max-height: 300px;
  overflow: hidden;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  overflow-y: auto;
  scrollbar-width: none; }
  .widget_product_categories ul.product-categories::-webkit-scrollbar {
    height: 0;
    width: 4px;
    background-color: #e5e5e5; }
  .widget_product_categories ul.product-categories::-webkit-scrollbar-track {
    border-radius: 0; }
  .widget_product_categories ul.product-categories::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--primary-color); }
  .widget_product_categories ul.product-categories:hover::-webkit-scrollbar {
    width: 4px;
    border-radius: 0; }

.pxl-widget .filter-link .count {
  position: absolute;
  right: 0;
  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%); }
.pxl-widget .widget-title {
  position: relative; }
  .pxl-widget .widget-title > span {
    display: block; }
.pxl-widget .list-style-checkbox li > a {
  padding: 0 0 0 35px; }
  .pxl-widget .list-style-checkbox li > a:before, .pxl-widget .list-style-checkbox li > a:after {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0px;
    transition: all 300ms ease-in-out; }
  .pxl-widget .list-style-checkbox li > a:before {
    content: "";
    border: 1px solid #c0c0c0; }
  .pxl-widget .list-style-checkbox li > a:after {
    font-family: "LineIconsProLight";
    content: "";
    font-size: 12px;
    color: var(--link-color);
    visibility: hidden;
    opacity: 0;
    display: inline-block !important;
    min-width: 0;
    background-color: transparent;
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .pxl-widget .list-style-checkbox li > a .term-color {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 8px;
    margin-right: 10px; }
.pxl-widget .list-style-checkbox li.active > a:before, .pxl-widget .list-style-checkbox li.chosen > a:before, .pxl-widget .list-style-checkbox li:hover > a:before {
  border-color: #776c42; }
.pxl-widget .list-style-checkbox li.active > a:after, .pxl-widget .list-style-checkbox li.chosen > a:after, .pxl-widget .list-style-checkbox li:hover > a:after {
  opacity: 1;
  visibility: visible; }
.pxl-widget .enable-scrollable-1 {
  overflow: hidden;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  overflow-y: auto;
  scrollbar-width: none; }
  .pxl-widget .enable-scrollable-1 .tt-txt {
    display: none; }
  .pxl-widget .enable-scrollable-1::-webkit-scrollbar {
    height: 0;
    width: 4px;
    border-radius: 0;
    background-color: #e5e5e5; }
  .pxl-widget .enable-scrollable-1::-webkit-scrollbar-track {
    border-radius: 0; }
  .pxl-widget .enable-scrollable-1::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: var(--primary-color); }
  .pxl-widget .enable-scrollable-1:hover::-webkit-scrollbar {
    background-color: #e5e5e5; }
  .pxl-widget .enable-scrollable-1:hover::-webkit-scrollbar-thumb {
    background-color: var(--primary-color); }
    .pxl-widget .enable-scrollable-1.show-items-count-1 .count {
      margin-right: 10px; }
.pxl-widget .enable-loadmore-1 li {
  display: none; }
.pxl-widget .pxl-toogle-more {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.015em;
  color: var(--link-color);
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  -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-widget .pxl-toogle-more .pxl-icon {
    margin-left: 6px;
    font-size: 10px;
    padding-top: 3px; }
  .pxl-widget .pxl-toogle-more:hover {
    color: #999999; }
    .pxl-widget .pxl-toogle-more.opened .pxl-icon:before {
      content: ""; }
.pxl-widget .pxl-collapse-toogle {
  position: absolute;
  top: 0;
  right: -5px;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
  -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-widget.collapsed .pxl-collapse-toogle:before {
    content: ""; }

.pxl-widget-product-categories .display-inline ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .pxl-widget-product-categories .display-inline ul > * {
    max-width: 100%; }
  .pxl-widget-product-categories .display-inline ul li {
    padding: 5px; }
.pxl-widget-product-categories .display-inline .filter-link .count {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 4px;
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.pxl-widget-product-brand .display-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .pxl-widget-product-brand .display-inline > * {
    max-width: 100%; }
  .pxl-widget-product-brand .display-inline .wc-layered-nav-term {
    padding: 5px; }
  .pxl-widget-product-brand .display-inline .filter-link .count {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 4px;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.pxl-widget-product-tags .display-inline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: -5px; }
  .pxl-widget-product-tags .display-inline > * {
    max-width: 100%; }
  .pxl-widget-product-tags .display-inline .wc-layered-nav-term {
    padding: 5px; }
  .pxl-widget-product-tags .display-inline .filter-link .count {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 4px;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
.pxl-widget-product-tags .list-style-checkbox .wc-layered-nav-term > a {
  padding: 3px 0 4px 35px; }

.widget_layered_nav .widget-title {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  -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; }
  .widget_layered_nav .widget-title > span {
    display: block; }
  .widget_layered_nav .widget-title.enable-collapse:hover {
    color: var(--heading-color); }
.widget_layered_nav.collapsed .widget-title {
  margin-bottom: 0; }

.woocommerce-widget-layered-nav {
  margin-top: 0 !important; }
  .woocommerce-widget-layered-nav + .woocommerce-widget-layered-nav .widget-content {
    padding-top: 24px; }
  .woocommerce-widget-layered-nav .widget-content {
    position: relative;
    padding-bottom: 23px;
    border-bottom: 1px solid #dadada; }
  .woocommerce-widget-layered-nav .pxl-collapse-toogle {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    -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; }
    .woocommerce-widget-layered-nav .pxl-collapse-toogle.collapsed:before {
      content: ""; }
  .woocommerce-widget-layered-nav .wc-layered-nav-term {
    position: relative; }
    .woocommerce-widget-layered-nav .wc-layered-nav-term > a {
      font-size: 16px;
      line-height: 30px;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .woocommerce-widget-layered-nav .wc-layered-nav-term > a > .title {
        display: inline-flex;
        position: relative;
        overflow: hidden; }
        .woocommerce-widget-layered-nav .wc-layered-nav-term > a > .title:before {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 6px;
          left: -130%;
          background-color: var(--link-color);
          -webkit-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
          -khtml-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
          -moz-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
          -ms-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
          -o-transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s;
          transition: left 0.6s cubic-bezier(0.4, 0, 1, 1) 0.2s; }
        .woocommerce-widget-layered-nav .wc-layered-nav-term > a > .title:after {
          content: "";
          width: 100%;
          height: 1px;
          position: absolute;
          bottom: 6px;
          left: -102%;
          background-color: var(--link-color);
          -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
          -khtml-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
          -moz-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
          -ms-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
          -o-transition: left 0.5s cubic-bezier(0.4, 0, 1, 1);
          transition: left 0.5s cubic-bezier(0.4, 0, 1, 1); }
    .woocommerce-widget-layered-nav .wc-layered-nav-term .count {
      position: absolute;
      right: 0;
      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%); }
      .woocommerce-widget-layered-nav .wc-layered-nav-term.active > a, .woocommerce-widget-layered-nav .wc-layered-nav-term.chosen > a, .woocommerce-widget-layered-nav .wc-layered-nav-term:hover > a {
        color: var(--link-color); }
        .woocommerce-widget-layered-nav .wc-layered-nav-term.active > a > .title:before, .woocommerce-widget-layered-nav .wc-layered-nav-term.chosen > a > .title:before, .woocommerce-widget-layered-nav .wc-layered-nav-term:hover > a > .title:before {
          left: 0; }
        .woocommerce-widget-layered-nav .wc-layered-nav-term.active > a > .title:after, .woocommerce-widget-layered-nav .wc-layered-nav-term.chosen > a > .title:after, .woocommerce-widget-layered-nav .wc-layered-nav-term:hover > a > .title:after {
          left: 102%; }
  .woocommerce-widget-layered-nav .display-inline {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: -5px; }
    .woocommerce-widget-layered-nav .display-inline > * {
      max-width: 100%; }
    .woocommerce-widget-layered-nav .display-inline .wc-layered-nav-term {
      padding: 5px; }
  .woocommerce-widget-layered-nav .list-style-color .wc-layered-nav-term > a .term-color {
    height: 28px;
    width: 28px;
    padding: 2px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .woocommerce-widget-layered-nav .list-style-color .wc-layered-nav-term > a .term-color span {
      display: block;
      width: 22px;
      height: 22px;
      position: relative;
      border-radius: 50%;
      -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-out;
      -khtml-transition: transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out;
      -ms-transition: transform 0.3s ease-out;
      -o-transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out; }
  .woocommerce-widget-layered-nav .list-style-color .wc-layered-nav-term > a .title {
    margin-left: 5px; }
    .woocommerce-widget-layered-nav .list-style-color .wc-layered-nav-term > a:hover .term-color {
      border-color: #999999; }
      .woocommerce-widget-layered-nav .list-style-color .wc-layered-nav-term > a:hover .term-color span {
        -webkit-transform: scale(0.8);
        -khtml-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8); }
.woocommerce-widget-layered-nav .list-style-image .wc-layered-nav-term > a .term-shape {
  border: 1px solid transparent; }
  .woocommerce-widget-layered-nav .list-style-image .wc-layered-nav-term > a .term-shape span {
    display: block;
    width: 28px;
    height: 28px;
    background-position: center;
    position: relative;
    border-radius: 0;
    -webkit-transition: transform 0.3s ease-out;
    -khtml-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
.woocommerce-widget-layered-nav .list-style-image .wc-layered-nav-term > a .title {
  margin-left: 10px; }
.woocommerce-widget-layered-nav .list-style-image .wc-layered-nav-term.chosen > a .term-shape {
  border-color: #000; }
.woocommerce-widget-layered-nav .show-label-off .wc-layered-nav-term > a .title {
  display: none; }

ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: -10px 0; }
  ul.product_list_widget li {
    padding: 10px 0;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden; }
    ul.product_list_widget li a {
      display: block; }
      ul.product_list_widget li a .product-title {
        display: block;
        display: -webkit-box;
        max-height: 25.9999999999px;
        font-size: 18px;
        line-height: 1.4444444444;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -khtml-line-clamp: 1;
        -moz-line-clamp: 1;
        -ms-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        -khtml-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
        box-orient: vertical; }
        ul.product_list_widget li a .product-title > * {
          display: block;
          display: -webkit-box;
          max-height: 25.9999999999px;
          font-size: 18px;
          line-height: 1.4444444444;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          -khtml-line-clamp: 1;
          -moz-line-clamp: 1;
          -ms-line-clamp: 1;
          -o-line-clamp: 1;
          line-clamp: 1;
          -webkit-box-orient: vertical;
          -khtml-box-orient: vertical;
          -moz-box-orient: vertical;
          -ms-box-orient: vertical;
          -o-box-orient: vertical;
          box-orient: vertical; }
    ul.product_list_widget li .quantity, ul.product_list_widget li .amount {
      font-size: 15px;
      color: var(--primary-color); }
      ul.product_list_widget li .star-rating + .woocommerce-Price-amount, ul.product_list_widget li .star-rating + .reviewer {
        display: inline-flex; }
    ul.product_list_widget li img {
      margin-right: 20px;
      float: left;
      width: 70px; }
    ul.product_list_widget li .star-rating {
      display: none;
      font-size: 12px;
      width: 80px; }
    ul.product_list_widget li dl {
      margin: 0;
      padding-left: 1em;
      content: "";
      display: table; }
      ul.product_list_widget li dl dt, ul.product_list_widget li dl dd {
        display: inline-block;
        float: left;
        margin-bottom: 1em; }
      ul.product_list_widget li dl dt {
        font-weight: 700;
        padding: 0 0 0.25em;
        margin: 0 4px 0 0;
        clear: left; }
      ul.product_list_widget li dl dd {
        padding: 0 0 0.25em; }
        ul.product_list_widget li dl dd p:last-child {
          margin-bottom: 0; }

.widget_price_filter .widget-title {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  -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; }
  .widget_price_filter .widget-title > span {
    display: block; }
  .widget_price_filter .widget-title:hover {
    color: var(--heading-color); }
.widget_price_filter .price_slider {
  margin-bottom: 1em; }
  .widget_price_filter .price_slider_amount .price_label {
    display: block;
    color: #000;
    margin-top: 5px;
    font-size: 16px; }
    .widget_price_filter .price_slider_amount .price_label .lbl {
      color: #999999; }
  .widget_price_filter .price_slider_amount button {
    display: none;
    padding: 8px 15px 8px 15px;
    margin: 0;
    float: right;
    border: none;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0.12em;
    position: relative;
    border-radius: 0;
    -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; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: start; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  height: 15px;
  background-color: #fff;
  border-radius: 0;
  cursor: ew-resize;
  outline: none;
  top: -5px;
  border: 1px solid #c0c0c0; }
  .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
    margin-left: -5px; }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  background-color: var(--primary-color); }
  .widget_price_filter .price_slider_wrapper .ui-widget-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #D7D7D7; }
.widget_price_filter .ui-slider-horizontal {
  height: 4px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: 0px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: 0px; }

.widget_product_search form {
  position: relative; }
.widget_product_search [type="submit"] {
  font-size: 0; }
  .widget_product_search [type="submit"]:before {
    display: inline-block !important;
    font-family: "lineicons";
    content: "";
    font-size: 19px;
    background-color: transparent;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    transition: 0s; }

.widget_rating_filter li.wc-layered-nav-rating > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #999999; }
  .widget_rating_filter li.wc-layered-nav-rating > a > * {
    max-width: 100%; }

.widget_layered_nav_filters ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none; }
  .widget_layered_nav_filters ul > * {
    max-width: 100%; }
    .widget_layered_nav_filters ul li a {
      background-color: rgba(26, 25, 29, 0.07);
      display: inline-block;
      font-size: 13px;
      padding: 6px 22px;
      text-transform: uppercase; }
    @media (max-width: 1199px) {
      .widget_layered_nav_filters ul li a {
        padding: 5px 18px; } }
    .widget_layered_nav_filters ul li a:after {
      content: "";
      font-size: 10px;
      margin-left: 8px;
      display: inline-block;
      font-family: "LineIconsProLight"; }
    .widget_layered_nav_filters ul li a:hover {
      color: #fff;
      background-color: var(--primary-color); }

.pxl-star-rated {
  color: #ffbb05; }

.woocommerce-product-rating {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  margin: 0;
  align-items: center; }

p.stars {
  margin: 0;
  line-height: 1; }
  p.stars > span {
    margin-bottom: -15px;
    display: block; }

.star-rating {
  font-family: "LineIconsProRegular";
  color: #999999;
  font-size: 12px;
  letter-spacing: 3px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  width: 72px;
  height: 24px;
  line-height: 24px;
  overflow: hidden; }
  .star-rating:before {
    content: "";
    display: block;
    overflow: hidden; }
  .star-rating > span:before, .star-rating .pxl-star-rated:before {
    content: "";
    display: block;
    overflow: hidden; }
  .star-rating > span:before, .star-rating .pxl-star-rated:before, .star-rating[aria-label="Rated 0 out of 5"]:before {
    color: #ffbb05; }
  .star-rating .pxl-star-rated, .star-rating > span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 24px; }
    [dir="rtl"] .star-rating .pxl-star-rated, [dir="rtl"] .star-rating > span {
      left: auto;
      right: 0; }
  .star-rating + .woocommerce-review-link {
    font-size: 14px;
    color: #999999;
    margin-left: 8px; }
    .star-rating + .woocommerce-review-link:hover {
      color: var(--link-color); }
    [dir="rtl"] .star-rating + .woocommerce-review-link {
      margin-left: 0;
      margin-right: 8px; }

.comment-rating .star-rating {
  font-size: 12px;
  width: 72px; }

.woocommerce-Reviews .comment-meta {
  margin-bottom: -5px; }
.woocommerce-Reviews .pxl-comment-form-rating {
  margin-bottom: 5px; }
@media (max-width: 575px) {
  .woocommerce-Reviews .pxl-comment-form-rating {
    margin-bottom: 15px; } }
.woocommerce-Reviews p.stars > span {
  margin-bottom: 0; }

.pxl-rating-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .pxl-rating-wrap > * {
    max-width: 100%; }

.review-num {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: #999999;
  line-height: 32px;
  padding-left: 3px; }

p.stars:hover a {
  color: #ffbb05; }
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  color: #cccccc; }
  p.stars a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5px; }
  p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "LineIconsProRegular";
    content: "";
    text-indent: 0; }
  p.stars a:hover ~ a {
    color: #cccccc; }
p.stars.selected a.active {
  color: #ffbb05; }
  p.stars.selected a.active ~ a {
    color: #cccccc; }
p.stars.selected a:not(.active) {
  color: #ffbb05; }
  p.stars.selected:hover a {
    color: #ffbb05; }
  p.stars.selected:hover a.active ~ a {
    color: #ffbb05; }
p.stars.selected a:hover ~ a {
  color: #cccccc !important; }

.single-product .pxl-main {
  padding-top: 0;
  padding-bottom: 0; }
.single-product .pxl-content-main {
  padding-top: 40px; }
  .single-product .pxl-content-main.layout-with-sidebar {
    padding-bottom: 100px; }
  @media (max-width: 1199px) {
    .single-product .pxl-content-main.layout-with-sidebar {
      padding-bottom: 50px; } }
.single-product .section-image-summary {
  padding-bottom: 80px; }
.single-product .pxl-single-images {
  position: relative;
  margin-bottom: 50px; }
.single-product .pxl-single-summary {
  margin-bottom: 50px; }
  .single-product .layout-df .pxl-product {
    margin-top: 38px; }
  @media (max-width: 1199px) {
    .single-product .layout-df .pxl-product {
      margin-top: 0; } }
  .single-product .layout-df .section-image-summary {
    padding-bottom: 100px; }
  @media (max-width: 1199px) {
    .single-product .layout-df .section-image-summary {
      padding-bottom: 50px; } }
  .single-product .layout-df .pxl-single-images {
    flex: 0 0 100%;
    margin-right: 100px;
    max-width: 905px; }
  @media (max-width: 1599px) {
    .single-product .layout-df .pxl-single-images {
      margin-right: 80px;
      max-width: 800px; } }
@media (max-width: 1399px) {
  .single-product .layout-df .pxl-single-images {
    margin-right: 30px;
    max-width: 700px; } }
@media (max-width: 1199px) {
  .single-product .layout-df .pxl-single-images {
    margin-right: 0;
    max-width: 60%; } }
@media (max-width: 991px) {
  .single-product .layout-df .pxl-single-images {
    margin-right: 0;
    max-width: 50%; } }
@media (max-width: 767px) {
  .single-product .layout-df .pxl-single-images {
    margin-right: 0;
    max-width: 100%; } }
.single-product .layout-df .pxl-single-summary {
  flex: 1 0 0%; }
.single-product .layout-sticky .pxl-product {
  margin-top: 38px; }
@media (max-width: 1199px) {
  .single-product .layout-sticky .pxl-product {
    margin-top: 0; } }
.single-product .layout-sticky .section-image-summary {
  padding-bottom: 100px; }
@media (max-width: 1199px) {
  .single-product .layout-sticky .section-image-summary {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .single-product .layout-sticky .section-image-summary {
    padding-bottom: 20px; } }
.single-product .layout-sticky .pxl-single-images {
  flex: 0 0 100%;
  margin-right: 100px;
  max-width: 905px; }
@media (max-width: 1599px) {
  .single-product .layout-sticky .pxl-single-images {
    margin-right: 80px;
    max-width: 800px; } }
@media (max-width: 1399px) {
  .single-product .layout-sticky .pxl-single-images {
    margin-right: 30px;
    max-width: 700px; } }
@media (max-width: 1199px) {
  .single-product .layout-sticky .pxl-single-images {
    margin-right: 0;
    max-width: 60%; } }
@media (max-width: 991px) {
  .single-product .layout-sticky .pxl-single-images {
    margin-right: 0;
    max-width: 50%; } }
@media (max-width: 767px) {
  .single-product .layout-sticky .pxl-single-images {
    margin-right: 0;
    max-width: 100%; } }
.single-product .layout-sticky .pxl-single-summary {
  flex: 1 0 0%; }
.single-product .layout-with-sidebar .pxl-single-images {
  flex: 0 0 auto;
  width: 48%; }
@media (max-width: 991px) {
  .single-product .layout-with-sidebar .pxl-single-images {
    width: 50%; } }
@media (max-width: 767px) {
  .single-product .layout-with-sidebar .pxl-single-images {
    width: 100%; } }
.single-product .layout-with-sidebar .pxl-single-images .single-images-inner {
  padding-right: 70px; }
@media (max-width: 1599px) {
  .single-product .layout-with-sidebar .pxl-single-images .single-images-inner {
    padding-right: 30px; } }
@media (max-width: 1199px) {
  .single-product .layout-with-sidebar .pxl-single-images .single-images-inner {
    padding-right: 0; } }
.single-product .layout-with-sidebar .pxl-single-summary {
  flex: 0 0 auto;
  width: 30%; }
@media (max-width: 991px) {
  .single-product .layout-with-sidebar .pxl-single-summary {
    width: 50%; } }
@media (max-width: 767px) {
  .single-product .layout-with-sidebar .pxl-single-summary {
    width: 100%; } }
@media (min-width: 1600px) {
  .single-product .layout-with-sidebar .pxl-single-summary .summary-inner {
    padding-right: 10px; } }
.single-product .layout-with-sidebar .pxl-single-summary .product-brand {
  font-size: 30px;
  font-family: "Amiri";
  text-transform: uppercase;
  line-height: 1; }
.single-product .layout-with-sidebar .pxl-single-summary .product-title {
  font-size: 18px;
  color: var(--body-color);
  line-height: 26px; }
.single-product .layout-with-sidebar .pxl-single-summary .product-price {
  font-family: "Amiri";
  font-weight: 400;
  margin-top: 5px; }
.single-product .layout-with-sidebar .pxl-single-summary .pxl-single-woosmart-wrap {
  margin-top: 24px;
  padding-bottom: 24px; }
.single-product .layout-with-sidebar .pxl-single-sidebar {
  flex: 0 0 auto;
  width: 22%;
  margin-bottom: 40px; }
@media (max-width: 991px) {
  .single-product .layout-with-sidebar .pxl-single-sidebar {
    width: 100%;
    margin-bottom: 0; } }
.single-product .layout-with-sidebar .pxl-single-sidebar .sidebar-inner {
  padding-left: 15%; }
@media (max-width: 1599px) {
  .single-product .layout-with-sidebar .pxl-single-sidebar .sidebar-inner {
    padding-left: 20px; } }
@media (max-width: 1199px) {
  .single-product .layout-with-sidebar .pxl-single-sidebar .sidebar-inner {
    padding-left: 0; } }
@media (max-width: 991px) {
  .single-product .layout-with-sidebar .pxl-single-sidebar .sidebar-inner {
    text-align: center; } }
@media (min-width: 576px) and (max-width: 991px) {
  .single-product .layout-with-sidebar .pxl-single-sidebar .pxl-policy-features-wg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .single-product .layout-with-sidebar .pxl-single-sidebar .pxl-policy-features-wg > * {
      max-width: 100%; }
    .single-product .layout-with-sidebar .pxl-single-sidebar .pxl-policy-features-wg .policy-item {
      flex: 1 0 0%;
      text-align: center; }
      .single-product .layout-with-sidebar .pxl-single-sidebar .pxl-policy-features-wg .policy-item + .policy-item {
        margin-top: 0; } }
@media (min-width: 480px) and (max-width: 991px) {
  .single-product .layout-with-sidebar .pxl-single-sidebar .widget_media_image img {
    max-width: 72% !important; } }
.single-product .layout-full-width {
  padding-top: 55px; }
@media (max-width: 1199px) {
  .single-product .layout-full-width .section-image-summary {
    padding-bottom: 0; } }
.single-product .layout-full-width .pxl-single-content {
  flex: 0 0 auto;
  width: 29%;
  padding-right: 110px; }
@media (max-width: 1599px) {
  .single-product .layout-full-width .pxl-single-content {
    padding-right: 55px; } }
@media (max-width: 1199px) {
  .single-product .layout-full-width .pxl-single-content {
    padding-right: 0; } }
@media (max-width: 991px) {
  .single-product .layout-full-width .pxl-single-content {
    width: 100%;
    padding-right: 15px;
    order: 2;
    margin-top: 50px; } }
.single-product .layout-full-width .pxl-single-images {
  flex: 0 0 auto;
  width: 42%; }
@media (max-width: 991px) {
  .single-product .layout-full-width .pxl-single-images {
    width: 50%;
    order: 0; } }
@media (max-width: 575px) {
  .single-product .layout-full-width .pxl-single-images {
    width: 100%; } }
.single-product .layout-full-width .pxl-single-summary {
  flex: 0 0 auto;
  width: 29%;
  padding-left: 110px; }
@media (max-width: 1599px) {
  .single-product .layout-full-width .pxl-single-summary {
    padding-left: 55px; } }
@media (max-width: 1199px) {
  .single-product .layout-full-width .pxl-single-summary {
    padding-left: 0; } }
@media (max-width: 991px) {
  .single-product .layout-full-width .pxl-single-summary {
    width: 50%;
    order: 1;
    padding-left: 15px; } }
@media (max-width: 575px) {
  .single-product .layout-full-width .pxl-single-summary {
    width: 100%; } }
@media (max-width: 767px) {
  .single-product .layout-full-width .pxl-single-summary .pxl-single-woosmart-wrap {
    column-gap: 20px; } }
.single-product .layout-full-width .pxl-single-content .content-inner {
  padding-top: 142px; }
@media (max-width: 1599px) {
  .single-product .layout-full-width .pxl-single-content .content-inner {
    padding-top: 90px; } }
@media (max-width: 1199px) {
  .single-product .layout-full-width .pxl-single-content .content-inner {
    padding-top: 0px; } }
.single-product .layout-full-width .pxl-single-content .pxl-sticky {
  top: -100px; }
@media (max-width: 1599px) {
  .single-product .layout-full-width .pxl-single-content .pxl-sticky {
    top: -50px; } }
@media (max-width: 1199px) {
  .single-product .layout-full-width .pxl-single-content .pxl-sticky {
    top: 50px; } }
.single-product .layout-full-width .pxl-single-content .product-nav {
  margin-bottom: 62px; }
@media (max-width: 991px) {
  .single-product .layout-full-width .pxl-single-content .product-nav {
    margin-bottom: 30px; } }
.single-product .layout-full-width .pxl-single-content .product-share {
  margin-top: 80px; }
@media (max-width: 991px) {
  .single-product .layout-full-width .pxl-single-content .product-share {
    margin-top: 30px; } }
.single-product .layout-full-width .pxl-single-content .product-share .label {
  display: none; }
.single-product .layout-full-width .pxl-product-list-gallery .image-item + .image-item {
  margin-top: 10px; }
.single-product .layout-full-width .pxl-single-summary .summary-inner {
  padding-top: 140px; }
@media (max-width: 1599px) {
  .single-product .layout-full-width .pxl-single-summary .summary-inner {
    padding-top: 90px; } }
@media (max-width: 1199px) {
  .single-product .layout-full-width .pxl-single-summary .summary-inner {
    padding-top: 0px; } }
.single-product .layout-full-width .pxl-single-summary .pxl-sticky {
  top: -100px; }
@media (max-width: 1599px) {
  .single-product .layout-full-width .pxl-single-summary .pxl-sticky {
    top: -50px; } }
@media (max-width: 1199px) {
  .single-product .layout-full-width .pxl-single-summary .pxl-sticky {
    top: 50px; } }
.single-product .layout-full-width .pxl-single-summary .wpcvs-type-button .wpcvs-term {
  padding: 5px 10px; }
.single-product .layout-full-width .pxl-single-summary .wpcvs-type-button .wpcvs-term.wpcvs-selected {
  color: #fff;
  border-color: #000000;
  background-color: #000000; }
.single-product .layout-full-width .pxl-single-summary .wpcvs-type-button .wpcvs-term:not(.wpcvs-disabled):hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000; }
.single-product .layout-full-width .pxl-single-summary .pxl-add-to-cart-wrap button {
  border-color: #000000;
  background-color: #000000; }
  .single-product .layout-full-width .pxl-single-summary .pxl-add-to-cart-wrap button:active, .single-product .layout-full-width .pxl-single-summary .pxl-add-to-cart-wrap button:hover, .single-product .layout-full-width .pxl-single-summary .pxl-add-to-cart-wrap button:focus {
    background-color: transparent; }
.single-product .layout-full-width .pxl-single-summary .pxl-single-woosmart-wrap {
  margin-top: 20px;
  padding-bottom: 20px; }
.single-product .layout-full-width .ploop-title {
  text-align: center; }
.single-product .layout-full-width .pxl-cross-sell .ploop-title {
  margin-bottom: 65px; }
.single-product .layout-full-width .pxl-swiper-dots {
  margin-top: 80px; }
@media (max-width: 1199px) {
  .single-product .layout-grid-gallery .section-image-summary {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .single-product .layout-grid-gallery .section-image-summary {
    padding-bottom: 20px; } }
.single-product .layout-grid-gallery .product-main-img .product-badges {
  top: 35px; }
.single-product .layout-grid-gallery .product-main-img .pxl-cursor-icon {
  top: 40px; }
  .single-product .layout-grid-gallery .pxl-single-summary .summary-inner {
    padding-left: 70px; }
  @media (max-width: 1599px) {
    .single-product .layout-grid-gallery .pxl-single-summary .summary-inner {
      padding-left: 40px; } }
@media (max-width: 1399px) {
  .single-product .layout-grid-gallery .pxl-single-summary .summary-inner {
    padding-left: 15px; } }
@media (max-width: 1199px) {
  .single-product .layout-grid-gallery .pxl-single-summary .summary-inner {
    padding-left: 0; } }
.single-product .layout-grid-gallery .pxl-single-summary .product-title {
  font-size: 24px; }
.single-product .layout-grid-gallery .pxl-single-summary .meta-item {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 6px; }
  .single-product .layout-grid-gallery .pxl-single-summary .meta-item .label {
    text-transform: uppercase;
    color: #999999; }
  .single-product .layout-grid-gallery .pxl-single-summary .meta-item .meta-entry {
    color: #000000;
    padding-left: 8px; }
.single-product .layout-grid-gallery .pxl-single-summary .product-price {
  margin-top: 20px; }
.single-product .layout-grid-gallery .pxl-single-woosmart-wrap {
  column-gap: 45px;
  margin-top: 18px;
  padding-bottom: 18px; }
@media (max-width: 1399px) {
  .single-product .layout-grid-gallery .pxl-single-woosmart-wrap {
    column-gap: 30px; } }
@media (max-width: 991px) {
  .single-product .layout-grid-gallery .pxl-single-woosmart-wrap {
    column-gap: 18px; } }
@media (max-width: 767px) {
  .single-product .layout-grid-gallery .pxl-single-woosmart-wrap {
    column-gap: 40px; } }
@media (max-width: 480px) {
  .single-product .layout-grid-gallery .pxl-single-woosmart-wrap {
    column-gap: 20px; } }
.single-product .layout-grid-gallery .product-share-wrap.layout-df {
  font-size: 18px; }
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .layout-grid-gallery .product-share-wrap.layout-df {
    font-size: 16px; } }
.single-product .layout-grid-gallery .social-share {
  margin-left: -12px;
  margin-right: -12px; }
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .layout-grid-gallery .social-share {
    margin-left: -8px;
    margin-right: -8px; } }
.single-product .layout-grid-gallery .social-share .social-item {
  padding-left: 12px;
  padding-right: 12px; }
@media (min-width: 768px) and (max-width: 991px) {
  .single-product .layout-grid-gallery .social-share .social-item {
    padding-left: 8px;
    padding-right: 8px; } }
.single-product .layout-grid-gallery .pxl-up-sells {
  padding-top: 0; }
  .single-product .layout-grid-gallery .pxl-up-sells + .pxl-ploop-img-parallax {
    margin-top: 60px; }
  @media (max-width: 1199px) {
    .single-product .layout-grid-gallery .pxl-up-sells + .pxl-ploop-img-parallax {
      margin-top: 30px; } }
.single-product .layout-grid-gallery .pxl-cross-sell {
  padding-top: 50px; }
.single-product .layout-grid-gallery .pxl-ploop-img-parallax + .pxl-cross-sell {
  padding-top: 120px; }
@media (max-width: 1199px) {
  .single-product .layout-grid-gallery .pxl-ploop-img-parallax + .pxl-cross-sell {
    padding-top: 95px; } }
@media (max-width: 767px) {
  .single-product .layout-grid-gallery .pxl-ploop-img-parallax + .pxl-cross-sell {
    padding-top: 75px; } }
.single-product .product-main-img .wp-video {
  width: 100% !important; }
.single-product .product-main-img iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1.7777777778; }
  .single-product .product-type-gift-card .pxl-single-images .product-main-img {
    padding: 100px 115px; }
  @media (max-width: 1199px) {
    .single-product .product-type-gift-card .pxl-single-images .product-main-img {
      padding: 80px; } }
@media (max-width: 991px) {
  .single-product .product-type-gift-card .pxl-single-images .product-main-img {
    padding: 30px; } }
@media (max-width: 767px) {
  .single-product .product-type-gift-card .pxl-single-images .product-main-img {
    padding: 80px; } }
@media (max-width: 575px) {
  .single-product .product-type-gift-card .pxl-single-images .product-main-img {
    padding: 30px;
    border-radius: 20px; } }
.single-product .product-type-gift-card .pxl-single-images .product-main-img-inner {
  border-radius: 40px;
  overflow: hidden; }
@media (max-width: 1199px) {
  .single-product .product-type-gift-card .pxl-single-images .product-main-img-inner {
    border-radius: 30px; } }
@media (max-width: 991px) {
  .single-product .product-type-gift-card .pxl-single-images .product-main-img-inner {
    border-radius: 20px; } }
.single-product .product-type-gift-card label.ywgc-edit-message {
  font-size: 14px; }
.single-product .product-type-gift-card .gift-card-content-editor.step-content label {
  display: block;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  line-height: 1; }
.single-product .product-type-gift-card .gift-card-content-editor.step-content textarea {
  float: none;
  width: 100%;
  height: 50px;
  min-height: 50px; }
.single-product .gift-cards_form h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--body-color); }
  .single-product .gift-cards_form .gift-cards-list button {
    padding: 16px 20px;
    border-color: #ccc;
    font-size: 16px;
    color: #999999; }
  @media (max-width: 1199px) {
    .single-product .gift-cards_form .gift-cards-list button {
      padding: 12px 15px; } }
@media (max-width: 991px) {
  .single-product .gift-cards_form .gift-cards-list button {
    padding: 12px 12px; } }
.single-product .gift-cards_form .gift-cards-list .ywgc-predefined-amount-button.selected_button {
  background-color: transparent;
  border-color: #000000;
  color: #000; }
.single-product .gift-cards_form .gift_card_template_button .gift_card_add_to_cart_button {
  width: 100%; }
.single-product .gift-cards_form .gift_card_template_button .added_to_cart {
  width: 100%;
  margin-top: 15px; }
.single-product .gift-cards_form .logo-paypal {
  margin-top: 15px;
  width: 100%; }
@media (min-width: 768px) {
  .single-product .display-by-attribute .image-item:not(.enable) {
    display: none; } }
@media (min-width: 768px) {
  .single-product .display-by-attribute .image-item.disable {
    display: none; } }
.single-product .display-by-attribute .image-item.enable {
  display: block; }
@media (min-width: 768px) {
  .single-product .display-by-attribute .thumbs-item:not(.enable) {
    display: none; } }
@media (min-width: 768px) {
  .single-product .display-by-attribute .thumbs-item.disable {
    display: none; } }
.single-product .display-by-attribute .thumbs-item.enable {
  display: block; }
.single-product .product-main-img .image-item img {
  -webkit-transition: all 0.5s !important;
  -khtml-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important; }
.single-product .product-main-img .image-item.highlight img {
  -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);
  -webkit-transition: transform 0.5s ease 0.8s !important;
  -khtml-transition: transform 0.5s ease 0.8s !important;
  -moz-transition: transform 0.5s ease 0.8s !important;
  -ms-transition: transform 0.5s ease 0.8s !important;
  -o-transition: transform 0.5s ease 0.8s !important;
  transition: transform 0.5s ease 0.8s !important; }
.single-product .thumbs-vertical-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .single-product .thumbs-vertical-slider .product-main-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 205px);
    -ms-flex: 0 0 calc(100% - 205px);
    flex: 0 0 calc(100% - 205px);
    max-width: calc(100% - 205px);
    margin: 0 0 0 205px; }
  @media (max-width: 1599px) {
    .single-product .thumbs-vertical-slider .product-main-img {
      -webkit-flex: 0 0 calc(100% - 175px);
      -ms-flex: 0 0 calc(100% - 175px);
      flex: 0 0 calc(100% - 175px);
      max-width: calc(100% - 175px);
      margin: 0 0 0 175px; } }
@media (max-width: 1399px) {
  .single-product .thumbs-vertical-slider .product-main-img {
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin: 0 0 0 100px; } }
@media (max-width: 991px) {
  .single-product .thumbs-vertical-slider .product-main-img {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 0 0; } }
.single-product .thumbs-vertical-slider .product-gallery-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 205px;
  padding-right: 115px; }
@media (max-width: 1599px) {
  .single-product .thumbs-vertical-slider .product-gallery-img {
    width: 175px;
    padding-right: 85px; } }
@media (max-width: 1399px) {
  .single-product .thumbs-vertical-slider .product-gallery-img {
    width: 100px;
    padding-right: 30px; } }
@media (max-width: 991px) {
  .single-product .thumbs-vertical-slider .product-gallery-img {
    position: relative;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    margin-top: 10px; } }
@media (max-width: 767px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-wrapper {
    justify-content: center; } }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .product-gallery-carousel {
    height: 100%;
    position: relative; }
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slider-inner {
    height: 100%; }
  .single-product .thumbs-vertical-slider .product-gallery-img .swiper-container-thumbs {
    height: 100%;
    width: 100%; }
  .single-product .thumbs-vertical-slider .product-gallery-img .swiper-wrapper .swiper-slide {
    height: auto !important; } }
.single-product .thumbs-vertical-slider .product-gallery-img .thumbs-img {
  position: relative; }
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide:hover .thumbs-img, .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img {
    cursor: pointer; }
    .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide:hover .thumbs-img .draw-top-right:before, .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-top-right:before {
      transform: scaleX(1); }
    .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide:hover .thumbs-img .draw-top-right:after, .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-top-right:after {
      transform: scaleY(1); }
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide:hover .thumbs-img .draw-bottom-left:before, .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-bottom-left:before {
    transform: scaleX(1); }
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide:hover .thumbs-img .draw-bottom-left:after, .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-bottom-left:after {
    transform: scaleY(1); }
.single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 18px; }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .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%);
    opacity: 0;
    visibility: hidden;
    z-index: -1; } }
@media (max-width: 768px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow {
    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%); } }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow-prev-thumbs {
    top: 10px; }
    .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow-prev-thumbs .pxl-icon:before {
      content: ""; } }
@media (max-width: 768px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow-prev-thumbs {
    left: -10px; } }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow-next-thumbs {
    bottom: 10px; }
    .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow-next-thumbs .pxl-icon:before {
      content: ""; } }
@media (max-width: 768px) {
  .single-product .thumbs-vertical-slider .product-gallery-img .pxl-swiper-arrow-next-thumbs {
    right: -10px; } }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img:hover .pxl-swiper-arrow {
    opacity: 1;
    visibility: visible;
    z-index: 1; } }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img:hover .pxl-swiper-arrow-prev-thumbs {
    top: 5px; } }
@media (min-width: 992px) {
  .single-product .thumbs-vertical-slider .product-gallery-img:hover .pxl-swiper-arrow-next-thumbs {
    bottom: 5px; } }
.single-product .thumbs-horizontal-slider .product-gallery-img {
  margin-top: 10px; }
.single-product .thumbs-horizontal-slider .product-gallery-carousel {
  padding: 0 108px; }
@media (max-width: 1599px) {
  .single-product .thumbs-horizontal-slider .product-gallery-carousel {
    padding: 0 70px; } }
@media (max-width: 1199px) {
  .single-product .thumbs-horizontal-slider .product-gallery-carousel {
    padding: 0 50px; } }
@media (max-width: 991px) {
  .single-product .thumbs-horizontal-slider .product-gallery-carousel {
    padding: 0 10%; } }
.single-product .thumbs-horizontal-slider .pxl-swiper-slider-inner {
  margin-left: -1px;
  padding-right: 1px; }
.single-product .thumbs-horizontal-slider .pxl-swiper-arrow {
  width: auto; }
@media (min-width: 1200px) {
  .single-product .thumbs-horizontal-slider .pxl-swiper-arrow {
    font-size: 32px; } }
.single-product .thumbs-horizontal-slider .pxl-swiper-arrow-prev-thumbs {
  margin-left: -5px; }
.single-product .thumbs-horizontal-slider .pxl-swiper-arrow-next-thumbs {
  margin-right: -5px; }
  .single-product .thumbs-horizontal-slider .thumbs-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1px solid #ccc; }
.single-product .thumbs-horizontal-slider .pxl-swiper-slide:hover .thumbs-img, .single-product .thumbs-horizontal-slider .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img {
  cursor: pointer; }
  .single-product .thumbs-horizontal-slider .pxl-swiper-slide:hover .thumbs-img .draw-top-right:before, .single-product .thumbs-horizontal-slider .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-top-right:before {
    transform: scaleX(1); }
  .single-product .thumbs-horizontal-slider .pxl-swiper-slide:hover .thumbs-img .draw-top-right:after, .single-product .thumbs-horizontal-slider .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-top-right:after {
    transform: scaleY(1); }
.single-product .thumbs-horizontal-slider .pxl-swiper-slide:hover .thumbs-img .draw-bottom-left:before, .single-product .thumbs-horizontal-slider .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-bottom-left:before {
  transform: scaleX(1); }
.single-product .thumbs-horizontal-slider .pxl-swiper-slide:hover .thumbs-img .draw-bottom-left:after, .single-product .thumbs-horizontal-slider .pxl-swiper-slide.swiper-slide-thumb-active .thumbs-img .draw-bottom-left:after {
  transform: scaleY(1); }
.single-product .thumbs-vertical-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .single-product .thumbs-vertical-left .product-gallery-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 205px;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    max-width: 205px;
    padding-right: 115px; }
  @media (max-width: 1599px) {
    .single-product .thumbs-vertical-left .product-gallery-img {
      -webkit-flex: 0 0 175px;
      -ms-flex: 0 0 175px;
      flex: 0 0 175px;
      max-width: 175px;
      padding-right: 85px; } }
@media (max-width: 1399px) {
  .single-product .thumbs-vertical-left .product-gallery-img {
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding-right: 30px; } }
@media (max-width: 767px) {
  .single-product .thumbs-vertical-left .product-gallery-img {
    display: none; } }
.single-product .thumbs-vertical-left .product-gallery-img .product-gallery-inner {
  row-gap: 10px;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: 10px;
  z-index: 1; }
.single-product .thumbs-vertical-left .product-gallery-img .thumbs-item {
  position: relative; }
  .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item .thumbs-img {
    position: relative; }
    .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item:hover .thumbs-img, .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item.active .thumbs-img {
      cursor: pointer; }
      .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item:hover .thumbs-img .draw-top-right:before, .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item.active .thumbs-img .draw-top-right:before {
        transform: scaleX(1); }
      .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item:hover .thumbs-img .draw-top-right:after, .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item.active .thumbs-img .draw-top-right:after {
        transform: scaleY(1); }
    .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item:hover .thumbs-img .draw-bottom-left:before, .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item.active .thumbs-img .draw-bottom-left:before {
      transform: scaleX(1); }
    .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item:hover .thumbs-img .draw-bottom-left:after, .single-product .thumbs-vertical-left .product-gallery-img .thumbs-item.active .thumbs-img .draw-bottom-left:after {
      transform: scaleY(1); }
.single-product .thumbs-vertical-left .product-main-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 205px);
  -ms-flex: 0 0 calc(100% - 205px);
  flex: 0 0 calc(100% - 205px);
  max-width: calc(100% - 205px); }
@media (max-width: 1599px) {
  .single-product .thumbs-vertical-left .product-main-img {
    -webkit-flex: 0 0 calc(100% - 175px);
    -ms-flex: 0 0 calc(100% - 175px);
    flex: 0 0 calc(100% - 175px);
    max-width: calc(100% - 175px); } }
@media (max-width: 1399px) {
  .single-product .thumbs-vertical-left .product-main-img {
    -webkit-flex: 0 0 calc(100% - 100px);
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px); } }
@media (max-width: 767px) {
  .single-product .thumbs-vertical-left .product-main-img {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.single-product .thumbs-vertical-left .product-main-img .pxl-img-sticky-wrapper {
  row-gap: 10px; }
.single-product .product-main-img .product-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center; }
  .single-product .product-main-img .product-badges > div {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 10px;
    min-width: 72px;
    color: #fff;
    background-color: var(--second-color); }
    .single-product .product-main-img .product-badges > div.out-of-stock {
      background-color: #999999; }
.single-product .product-main-img .nav-in-vertical .pxl-swiper-arrow-prev {
  left: 12px; }
@media (max-width: 575px) {
  .single-product .product-main-img .nav-in-vertical .pxl-swiper-arrow-prev {
    left: 8px; } }
.single-product .product-main-img .nav-in-vertical .pxl-swiper-arrow-next {
  right: 12px; }
@media (max-width: 575px) {
  .single-product .product-main-img .nav-in-vertical .pxl-swiper-arrow-next {
    right: 8px; } }
.single-product .product-main-img .pxl-swiper-arrow {
  font-size: 30px; }
.single-product .product-main-img .pxl-swiper-slide.zoom {
  cursor: none; }
.single-product .product-main-img .zoom-hover {
  background-image: var(--zoom-bg-img);
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  cursor: none;
  margin: auto;
  filter: none !important; }
  .single-product .product-main-img .zoom-hover img {
    transition: opacity 0.5s;
    display: block;
    width: 100%; }
  .single-product .product-main-img .zoom-hover img:hover {
    opacity: 0; }
.single-product .product-main-img .pxl-cursor-icon {
  position: absolute;
  top: 24px;
  right: 36px;
  opacity: 1;
  transform: scale(1); }
.single-product .video-feature .product-main-img .zoom-hover {
  cursor: default; }
  .single-product .thumbs-img .pxl-item-video {
    font-size: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    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%); }
.single-product .product-main-img .image-item {
  position: relative; }
.single-product .product-main-img .pxl-item-video {
  font-size: 14px;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  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: background-color 0.3s;
  -khtml-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer; }
  .single-product .product-main-img .pxl-item-video:hover {
    background-color: rgba(0, 0, 0, 0.8); }
.single-product .product-nav {
  margin-bottom: 34px; }
  .single-product .product-nav a {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--link-color-hover); }
    .single-product .product-nav a:hover {
      color: var(--link-color); }
  .single-product .product-nav .nav-inner {
    column-gap: 45px; }
    .single-product .product-nav .nav-inner i {
      font-size: 10px; }
      .single-product .product-nav .nav-inner .pro-prev i {
        margin-right: 8px; }
    .single-product .product-nav .nav-inner .pro-next {
      position: relative; }
      .single-product .product-nav .nav-inner .pro-next i {
        margin-left: 8px; }
    .single-product .product-nav .nav-inner .pro-prev + .pro-next:before {
      content: "";
      width: 1px;
      height: 30px;
      background-color: rgba(0, 0, 0, 0.1225);
      position: absolute;
      left: -24px;
      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%); }
.single-product .product-title {
  font-size: 30px;
  margin-bottom: 0; }
@media (max-width: 480px) {
  .single-product .product-title {
    font-size: 24px;
    margin-bottom: 10px; } }
.single-product .woocommerce-product-rating {
  margin-top: 5px; }
.single-product .product-price {
  font-size: 20px;
  font-weight: 600;
  color: #010101;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px; }
@media (max-width: 1199px) {
  .single-product .product-price {
    font-size: 18px; } }
@media (max-width: 991px) {
  .single-product .product-price {
    font-size: 16px; } }
.single-product .product-price del {
  order: 2;
  color: #999999;
  margin-left: 6px; }
.single-product .product-price ins {
  color: var(--second-color); }
.single-product .product-short-desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px; }
.single-product form.cart {
  margin-top: 38px; }
@media (max-width: 1199px) {
  .single-product form.cart {
    margin-top: 30px; } }
.single-product .pxl-single-summary .reset_variations {
  display: none !important; }
.single-product .woocommerce-variation-price {
  display: none; }
.single-product .pxl-variation-row {
  margin-bottom: 17px;
  align-items: center; }
  .single-product .pxl-variation-row label {
    min-width: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.05em;
    margin: 0; }
    .single-product .pxl-variation-row.att-type-select .wpcvs-terms {
      display: none; }
  .single-product .pxl-variation-row .guide a {
    font-size: 14px;
    letter-spacing: 0.025em;
    position: relative;
    padding-bottom: 4px;
    margin-top: -3px;
    display: block; }
    .single-product .pxl-variation-row .guide a:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #191516;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: width 0.3s ease;
      -khtml-transition: width 0.3s ease;
      -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      transition: width 0.3s ease; }
      .single-product .pxl-variation-row .guide a:hover:after, .single-product .pxl-variation-row .guide a.active:after {
        width: 0; }
  .single-product .pxl-variation-row .guide .text {
    margin-left: 4px; }
  .single-product .pxl-variation-row select {
    border: 1px solid #999999;
    padding-left: 20px;
    height: 54px;
    line-height: 52px;
    font-size: 16px; }
  .single-product .pxl-variation-row .nice-select {
    color: #000;
    border: 1px solid #999999;
    background-color: #fff;
    padding-left: 20px;
    height: 54px;
    line-height: 52px;
    font-size: 16px; }
    .single-product .pxl-variation-row .nice-select span.current {
      font-size: 16px;
      height: 54px;
      line-height: 52px;
      color: #000; }
    .single-product .pxl-variation-row .nice-select:after {
      font-size: 16px;
      right: 18px;
      color: #000; }
.single-product .vlayout-block .pxl-variation-row {
  margin-bottom: 25px; }
  .single-product .vlayout-block .pxl-variation-row .label {
    margin-bottom: 9px; }
  .single-product .vlayout-block .pxl-variation-row label {
    font-size: 16px;
    text-transform: capitalize;
    color: #999999;
    letter-spacing: 0; }
  .single-product .vlayout-block .pxl-variation-row .variation-val-selected {
    color: #000000; }
.single-product .vlayout-block form.cart {
  margin-top: 38px; }
.single-product .vlayout-block .pxl-quantity-wrap {
  margin-bottom: 64px; }
@media (max-width: 1199px) {
  .single-product .vlayout-block .pxl-quantity-wrap {
    margin-bottom: 50px; } }
.single-product .vlayout-block .pxl-quantity-wrap .label {
  margin-bottom: 10px; }
.single-product .pxl-product-attr-size-guide-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  scrollbar-width: none;
  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; }
@media (max-width: 767px) {
  .single-product .pxl-product-attr-size-guide-panel {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px); } }
.single-product .pxl-product-attr-size-guide-panel .pxl-hidden-template-wrap {
  width: 100%;
  max-width: 800px;
  position: relative;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  max-height: 100vh;
  overflow-y: auto;
  -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); }
  .single-product .pxl-product-attr-size-guide-panel .pxl-hidden-template-wrap::-webkit-scrollbar {
    height: 0;
    width: 0;
    background-color: transparent; }
  .single-product .pxl-product-attr-size-guide-panel .pxl-hidden-template-wrap::-webkit-scrollbar-track {
    border-radius: 0; }
  .single-product .pxl-product-attr-size-guide-panel .pxl-hidden-template-wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent; }
  .single-product .pxl-product-attr-size-guide-panel .pxl-hidden-template-wrap:hover::-webkit-scrollbar {
    width: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0; }
  .single-product .pxl-product-attr-size-guide-panel .pxl-hidden-template-wrap:hover::-webkit-scrollbar-thumb {
    background-color: rgba(48, 48, 48, 0.1); }
.single-product .pxl-product-attr-size-guide-panel .pxl-panel-content {
  position: relative;
  flex: 1;
  padding: 70px 30px 30px; }
@media (max-width: 1199px) {
  .single-product .pxl-product-attr-size-guide-panel .pxl-panel-content {
    padding: 50px 30px 30px; } }
@media (max-width: 767px) {
  .single-product .pxl-product-attr-size-guide-panel .pxl-panel-content {
    padding: 50px 15px 30px; } }
.single-product .pxl-product-attr-size-guide-panel .pxl-close {
  position: absolute;
  top: 15px;
  right: 15px; }
.single-product .pxl-product-attr-size-guide-panel.open {
  height: 100%;
  -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; }
  .single-product .pxl-product-attr-size-guide-panel.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); }
.single-product .pxl-quantity-wrap {
  align-items: center;
  margin-bottom: 45px; }
  .single-product .pxl-quantity-wrap label {
    min-width: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.05em;
    margin: 0; }
.single-product .quantity-inner {
  position: relative;
  display: inline-block;
  width: 110px; }
  .single-product .quantity-inner input {
    line-height: 42px;
    width: 100%;
    height: 42px;
    border: 1px solid #999999;
    font-size: 14px;
    text-align: center;
    -moz-appearance: textfield; }
  .single-product .quantity-inner .quantity-button {
    position: absolute;
    top: 0;
    width: 35px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--body-color);
    -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; }
    .single-product .quantity-inner .quantity-button:hover {
      color: #000; }
  .single-product .quantity-inner .quantity-up {
    right: 0;
    padding-left: 5px; }
  .single-product .quantity-inner .quantity-down {
    left: 0;
    z-index: 1;
    justify-content: flex-end;
    padding-right: 5px; }
.single-product .pxl-add-to-cart-wrap button, .single-product .pxl-add-to-cart-wrap .added_to_cart {
  width: 100%; }
.single-product .pxl-add-to-cart-wrap button.added {
  opacity: 0;
  visibility: hidden; }
  .single-product .pxl-add-to-cart-wrap.canvas-cart-on .added_to_cart {
    display: none; }
.single-product .pxl-add-to-cart-wrap .added_to_cart {
  position: absolute;
  top: 0;
  left: 0; }
.single-product .woocommerce-variation-add-to-cart-disabled .btn-buy-now {
  opacity: 0.5;
  cursor: not-allowed; }
.single-product .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed; }
  .single-product .layout-with-sidebar .pxl-add-to-cart-wrap button {
    background-color: #000000;
    border-color: #000000; }
    .single-product .layout-with-sidebar .pxl-add-to-cart-wrap button:active, .single-product .layout-with-sidebar .pxl-add-to-cart-wrap button:hover, .single-product .layout-with-sidebar .pxl-add-to-cart-wrap button:focus {
      background-color: #fff;
      border-color: #000000; }
.single-product .pxl-grouped-product-list {
  margin-bottom: 70px; }
@media (max-width: 1199px) {
  .single-product .pxl-grouped-product-list {
    margin-bottom: 30px; } }
.single-product .pxl-grouped-product-list .list-item {
  column-gap: 20px;
  justify-content: space-between; }
@media (max-width: 1199px) {
  .single-product .pxl-grouped-product-list .list-item {
    column-gap: 15px; } }
.single-product .pxl-grouped-product-list .list-item + .list-item {
  border-top: 1px solid #cccccc;
  margin-top: 23px;
  padding-top: 23px; }
.single-product .pxl-grouped-product-list .p-image img {
  max-width: 65px; }
@media (max-width: 1199px) {
  .single-product .pxl-grouped-product-list .p-image img {
    max-width: 50px; } }
.single-product .pxl-grouped-product-list .quantity .label {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 5px; }
.single-product .pxl-grouped-product-list .pxl-quantity-wrap {
  margin: 0;
  flex-direction: column; }
  .single-product .pxl-grouped-product-list .pxl-quantity-wrap > * {
    padding: 0; }
.single-product .pxl-grouped-product-list .woocommerce-grouped-product-list-item__label label {
  margin-top: -6px;
  margin-bottom: 0; }
.single-product .pxl-grouped-product-list .woocommerce-grouped-product-list-item__label a {
  font-size: 16px;
  line-height: 24px;
  display: block; }
.single-product .pxl-grouped-product-list .woocommerce-Price-amount {
  font-weight: 600; }
.single-product .woosg-wrap {
  padding-top: 28px;
  padding-bottom: 10px; }
@media (min-width: 1200px) {
  .single-product .woosg-wrap {
    padding-bottom: 20px; } }
.single-product .woosg-wrap .woosg-products {
  border: 0; }
  .single-product .woosg-wrap .woosg-products .woosg-product {
    padding: 22px 0;
    border-bottom: 1px solid #ccc;
    align-items: start; }
    .single-product .woosg-wrap .woosg-products .woosg-product:last-child {
      border-bottom: 0; }
    .single-product .woosg-wrap .woosg-products .woosg-product > div {
      padding-left: 0;
      padding-right: 0; }
    .single-product .woosg-wrap .woosg-products .woosg-product .woosg-thumb {
      width: 65px;
      flex: 0 0 65px; }
    @media (max-width: 1199px) {
      .single-product .woosg-wrap .woosg-products .woosg-product .woosg-thumb {
        width: 50px;
        flex: 0 0 50px; } }
    .single-product .woosg-wrap .woosg-products .woosg-product .woosg-title {
      padding-left: 20px; }
    @media (max-width: 1199px) {
      .single-product .woosg-wrap .woosg-products .woosg-product .woosg-title {
        padding-left: 15px; } }
    .single-product .woosg-wrap .woosg-products .woosg-product .woosg-title .woosg-name {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 5px; }
    .single-product .woosg-wrap .woosg-products .woosg-product .woosg-title .woosg-price {
      font-weight: 600;
      color: #000000; }
    .single-product .woosg-wrap .woosg-products .woosg-product .woosg-quantity {
      width: auto;
      flex: 0 0 auto; }
    .single-product .woosg-wrap .woosg-products .woosg-product .pxl-quantity-wrap {
      margin-bottom: 0;
      margin: 0;
      flex-direction: column;
      align-items: start; }
      .single-product .woosg-wrap .woosg-products .woosg-product .pxl-quantity-wrap .label {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 5px; }
      .single-product .woosg-wrap .woosg-products .woosg-product .pxl-quantity-wrap > * {
        padding: 0; }
    .single-product .woosg-wrap .woosg-products .woosg-product form.variations_form .variations .variation {
      border: 0;
      padding: 0;
      margin: 10px 0 0;
      max-width: 100%;
      border-radius: 0; }
      .single-product .woosg-wrap .woosg-products .woosg-product form.variations_form .variations .variation .label {
        display: none; }
.single-product .woosg-wrap .woosg-total {
  font-size: 20px;
  color: var(--body-color); }
  .single-product .woosg-wrap .woosg-total .amount {
    font-weight: 600;
    color: var(--second-color); }
.single-product .woosg-wrap .woosg-alert {
  display: none;
  position: absolute;
  height: 0; }
.single-product .pxl-single-woosmart-wrap {
  column-gap: 35px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8; }
@media (max-width: 1199px) {
  .single-product .pxl-single-woosmart-wrap {
    column-gap: 20px; } }
@media (max-width: 991px) {
  .single-product .pxl-single-woosmart-wrap {
    column-gap: 14px; } }
@media (max-width: 767px) {
  .single-product .pxl-single-woosmart-wrap {
    column-gap: 35px; } }
@media (max-width: 575px) {
  .single-product .pxl-single-woosmart-wrap {
    column-gap: 30px; } }
.single-product .pxl-single-woosmart-wrap .product-wishlist .pxl-ttip .tt-txt, .single-product .pxl-single-woosmart-wrap .product-compare .pxl-ttip .tt-txt {
  position: relative;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 0 0 5px;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  -webkit-transform: none;
  -khtml-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
.single-product .pxl-single-woosmart-wrap .product-wishlist .tt-txt:before, .single-product .pxl-single-woosmart-wrap .product-compare .tt-txt:before {
  display: none; }
.single-product .pxl-single-woosmart-wrap .item > a, .single-product .pxl-single-woosmart-wrap .item .label {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.025em;
  text-transform: uppercase; }
@media (max-width: 480px) {
  .single-product .pxl-single-woosmart-wrap .item > a, .single-product .pxl-single-woosmart-wrap .item .label {
    font-size: 12px; } }
.single-product .pxl-single-woosmart-wrap .item > a:hover, .single-product .pxl-single-woosmart-wrap .item .label:hover {
  color: var(--second-color); }
.single-product .pxl-single-woosmart-wrap .item .text {
  margin-left: 5px; }
.single-product .pxl-single-woosmart-wrap .separate {
  width: 1px;
  height: 26px;
  background-color: #ccc;
  display: block;
  padding: 0; }
  .single-product .pxl-single-woosmart-wrap .product-share-wrap .label {
    text-align: right;
    cursor: pointer; }
@media (max-width: 360px) {
  .single-product .layout-df .pxl-single-woosmart-wrap, .single-product .layout-sticky .pxl-single-woosmart-wrap {
    column-gap: 15px; } }
.single-product .product-external-info {
  margin-top: 33px;
  margin-bottom: 60px; }
@media (max-width: 1199px) {
  .single-product .product-external-info {
    margin-top: 25px;
    margin-bottom: 30px; } }
.single-product .product-external-info .ex-logo img {
  width: 70px; }
.single-product .product-external-info .ex-desc {
  font-size: 14px;
  line-height: 24px;
  color: var(--heading-color);
  letter-spacing: 0.015em; }
  .single-product .product-external-info .ex-desc a {
    color: #0066cc;
    text-decoration: underline;
    text-underline-offset: 3px; }
    .single-product .product-external-info .ex-desc a:hover {
      color: var(--link-color); }
.single-product .safe-checkout-wrap {
  background-color: #fff;
  padding: 20px 30px 37px 30px; }
@media (max-width: 1199px) {
  .single-product .safe-checkout-wrap {
    padding: 20px 20px 30px 20px; } }
.single-product .safe-checkout-wrap .safe-checkout-text {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 15px;
  display: block; }
.single-product .safe-checkout-wrap img {
  width: 100%;
  max-width: 375px; }
.single-product .pxl-single-woosmart-wrap:has(+ .safe-checkout-wrap) {
  border-bottom: 0; }
.single-product .safe-checkout-wrap + .product_meta {
  margin-top: 38px;
  padding-top: 32px;
  border-top: 1px solid #d8d8d8; }
.single-product .product_meta {
  margin-top: 33px;
  margin-bottom: 55px; }
  .single-product .product_meta .meta-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .single-product .product_meta .meta-item > * {
      max-width: 100%; }
    .single-product .product_meta .meta-item .label {
      font-size: 13px;
      text-transform: uppercase;
      color: var(--body-color);
      letter-spacing: 0.05em;
      min-width: 100px; }
    .single-product .product_meta .meta-item .meta-entry {
      font-size: 14px;
      letter-spacing: 0.025em; }
    .single-product .product_meta .meta-item + .meta-item {
      margin-top: 3px; }
.single-product .pxl-product:not(.wooct-active) .wooct-wrap-single {
  display: none !important; }
.single-product .wooct-wrap-single {
  background-color: #fff;
  padding: 20px 23px 18px 23px;
  margin-top: 44px; }
@media (max-width: 1199px) {
  .single-product .wooct-wrap-single {
    padding: 20px 20px 18px 20px; } }
.single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 {
  display: flex; }
@media (max-width: 480px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 {
    flex-wrap: wrap; } }
.single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-text-above {
  flex: 0 0 auto;
  width: 30%;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: var(--heading-color); }
@media (max-width: 991px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-text-above {
    width: 20%; } }
@media (max-width: 767px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-text-above {
    width: 30%; } }
@media (max-width: 480px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-text-above {
    width: 100%;
    margin-bottom: 5px; }
    .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-text-above br {
      display: none; } }
.single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer {
  flex: 0 0 auto;
  width: 70%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  column-gap: 20px; }
@media (max-width: 991px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer {
    width: 80%; } }
@media (max-width: 767px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer {
    width: 70%; } }
@media (max-width: 480px) {
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer {
    width: 100%; } }
.single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer > span {
  border: 0;
  padding: 0;
  margin: 0;
  position: relative;
  flex: 1 0 0%; }
  .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer > span + span:before {
    content: ":";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-left: -3px;
    margin-top: -20px;
    color: #999999; }
    .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
      font-size: 24px;
      font-weight: 400;
      color: var(--second-color);
      padding: 7px 0;
      border: 1px solid #999999;
      margin-bottom: 6px;
      min-width: 46px;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 1199px) {
      .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer > span span:first-child {
        font-size: 20px;
        min-width: 40px; } }
    .single-product .wooct-wrap-single .wooct-countdown.wooct-style-02 .wooct-timer > span span:last-child {
      font-size: 14px;
      text-transform: capitalize;
      color: #999999; }
.single-product .product-price + .pxl-product-stock {
  margin-top: 20px; }
.single-product .pxl-product-stock {
  align-items: center; }
  .single-product .pxl-product-stock .label {
    padding-right: 20px; }
  .single-product .pxl-product-stock label {
    min-width: 50px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.025em;
    margin: 0; }
    .single-product .pxl-product-stock .stock-enty .stock-percent-bar {
      background-color: #d6d6d9;
      display: block;
      margin-bottom: 5px; }
      .single-product .pxl-product-stock .stock-enty .stock-percent-bar .stock-bar {
        height: 5px;
        display: block;
        background-color: #669900; }
    .single-product .pxl-product-stock .stock-enty .total-sold {
      font-size: 14px;
      color: #000000; }
      .single-product .pxl-product-stock .stock-enty .total-sold .lbl {
        color: #999999;
        margin-right: 10px; }
.single-product .wooct-wrap-single + .pxl-product-stock {
  background-color: #fff;
  padding: 20px 23px 13px 23px;
  position: relative; }
@media (max-width: 1199px) {
  .single-product .wooct-wrap-single + .pxl-product-stock {
    padding: 20px 20px 13px 20px; } }
.single-product .wooct-wrap-single + .pxl-product-stock.stock-bars {
  align-items: start; }
  .single-product .wooct-wrap-single + .pxl-product-stock.stock-bars label {
    margin-top: -6px; }
.single-product .wooct-wrap-single + .pxl-product-stock .label {
  flex: 0 0 auto;
  width: 30%; }
.single-product .wooct-wrap-single + .pxl-product-stock:before {
  content: "";
  position: absolute;
  left: 23px;
  right: 23px;
  top: 0;
  height: 1px;
  background-color: #e4e4e4; }
.single-product .pxl-product-stock.out-of-stock {
  margin-top: 30px; }
  .single-product .pxl-product-stock.out-of-stock .stock-text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #999999;
    padding: 5px 10px;
    text-transform: uppercase; }
.single-product .cwginstock-subscribe-form {
  margin-top: 50px;
  position: relative !important; }
  .single-product .cwginstock-subscribe-form .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none; }
  .single-product .cwginstock-subscribe-form .panel-body {
    padding: 0; }
    .single-product .cwginstock-subscribe-form .panel-body .form-group {
      position: relative;
      margin-bottom: 0; }
      .single-product .cwginstock-subscribe-form .panel-body .form-group input {
        text-align: left !important;
        height: 54px;
        border: 1px solid #999999;
        margin: 0;
        font-size: 16px; }
      .single-product .cwginstock-subscribe-form .panel-body .form-group input::-webkit-input-placeholder {
        font-size: 16px; }
      .single-product .cwginstock-subscribe-form .panel-body .form-group .cwgstock_email {
        padding-left: 65px; }
    .single-product .cwginstock-subscribe-form .panel-body .field-wrap {
      margin-bottom: 20px; }
      .single-product .cwginstock-subscribe-form .panel-body .field-email .pxl-icon {
        font-size: 20px;
        position: absolute;
        left: 24px;
        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%); }
  .single-product .cwginstock-subscribe-form .cwgstock_output {
    margin-top: 8px;
    font-size: 14px;
    line-height: 26px; }
    .single-product .cwginstock-subscribe-form .cwgstock_output .cwginstocksuccess {
      color: #000000 !important; }
    .single-product .cwginstock-subscribe-form .cwgstock_output .cwginstockerror {
      color: #d62a28 !important; }
  .single-product .cwginstock-subscribe-form .blockUI.blockOverlay {
    background-color: transparent !important;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -khtml-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 48px !important;
    height: 48px !important; }
    .single-product .cwginstock-subscribe-form .blockUI.blockOverlay:before {
      content: "";
      display: inline-block;
      font-size: 24px;
      line-height: 1;
      font-family: "LineIconsProLight";
      -webkit-animation: spin 1s infinite linear;
      -khtml-animation: spin 1s infinite linear;
      -moz-animation: spin 1s infinite linear;
      -ms-animation: spin 1s infinite linear;
      -o-animation: spin 1s infinite linear;
      animation: spin 1s infinite linear; }
.single-product .wpro-pre-order-availability-date, .single-product .wpro-pre-order-quantity {
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  margin-bottom: 35px; }
.single-product .woobt-wrap {
  padding-top: 110px;
  padding-bottom: 100px;
  border-top: 1px solid #ccc; }
@media (max-width: 1199px) {
  .single-product .woobt-wrap {
    padding-top: 90px;
    padding-bottom: 80px; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap {
    padding-top: 70px; } }
.single-product .woobt-wrap .pxl-heading {
  margin-bottom: 45px; }
@media (max-width: 1199px) {
  .single-product .woobt-wrap .pxl-heading {
    margin-bottom: 30px; } }
.single-product .woobt-wrap .pxl-bt-content {
  flex: 0 0 71%;
  max-width: 71%; }
@media (max-width: 1599px) {
  .single-product .woobt-wrap .pxl-bt-content {
    flex: 0 0 75%;
    max-width: 75%; } }
@media (max-width: 1199px) {
  .single-product .woobt-wrap .pxl-bt-content {
    flex: 0 0 64%;
    max-width: 64%; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .pxl-bt-content {
    flex: 0 0 100%;
    max-width: 100%; } }
.single-product .woobt-wrap .col-total-action {
  flex: 0 0 29%;
  max-width: 29%;
  padding-left: 150px; }
@media (max-width: 1599px) {
  .single-product .woobt-wrap .col-total-action {
    padding-left: 100px;
    flex: 0 0 25%;
    max-width: 25%; } }
@media (max-width: 1399px) {
  .single-product .woobt-wrap .col-total-action {
    padding-left: 80px; } }
@media (max-width: 1199px) {
  .single-product .woobt-wrap .col-total-action {
    padding-left: 50px;
    flex: 0 0 36%;
    max-width: 36%; } }
@media (max-width: 991px) {
  .single-product .woobt-wrap .col-total-action {
    padding-left: 30px; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .col-total-action {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px; } }
.single-product .woobt-wrap .woobt-products-wrap {
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  animation: ps_fadeOut 0.5s ease-in-out forwards; }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap {
    flex-direction: column; } }
.single-product .woobt-wrap .woobt-products-wrap::-webkit-scrollbar {
  height: 5px;
  width: 0;
  background-color: transparent; }
.single-product .woobt-wrap .woobt-products-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--var1); }
.single-product .woobt-wrap .woobt-products-wrap:hover {
  animation: ps_fadeIn 0.5s ease-in-out forwards; }
.single-product .woobt-wrap .woobt-products-wrap .woobt-product-item {
  flex: 0 0 auto;
  width: 272px; }
@media (max-width: 1599px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-product-item {
    width: 250px; } }
@media (max-width: 1399px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-product-item {
    width: 240px; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-product-item {
    width: 100%;
    display: flex; } }
.single-product .woobt-wrap .woobt-products-wrap .woobt-product-item + .woobt-product-item {
  margin-left: 100px; }
@media (max-width: 1599px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-product-item + .woobt-product-item {
    margin-left: 80px; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-product-item + .woobt-product-item {
    margin-left: 0;
    margin-top: 20px; } }
.single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap {
  position: relative;
  display: block; }
  .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap .icon-plus {
    font-size: 24px;
    color: #000000;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -12px;
    margin-left: -12px; }
  @media (max-width: 1599px) {
    .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap .icon-plus {
      left: -40px; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap .icon-plus {
    display: none; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap {
    margin-right: 30px; }
    .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap .pxl-shop-woosmart-wrap {
      display: none; }
    .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap .pxl-loop-badges {
      display: none; } }
@media (max-width: 480px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap {
    margin-right: 20px; } }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap img {
    width: 80px; } }
@media (max-width: 480px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-img-wrap img {
    width: 50px; } }
.single-product .woobt-wrap .woobt-products-wrap .woobt-product-info .woobt-title {
  margin-bottom: 5px; }
.single-product .woobt-wrap .woobt-products-wrap .woobt-product-info .product-rating {
  margin-bottom: 5px; }
.single-product .woobt-wrap .woobt-products-wrap .woobt-product-info .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color); }
@media (max-width: 767px) {
  .single-product .woobt-wrap .woobt-products-wrap .woobt-product-info .price {
    font-size: 16px; } }
.single-product .woobt-wrap .woobt-images .woobt-image:not(.woobt-image-this):before {
  display: none; }
.single-product .woobt-wrap .woobt-images .woobt-image {
  margin-right: 0; }
.single-product .woobt-wrap .woobt-images .woobt-image.woobt-image-hide img {
  filter: none; }
.single-product .woobt-wrap .woobt-products {
  border: 0; }
  .single-product .woobt-wrap .woobt-products input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    position: relative;
    text-align: center;
    line-height: 14px;
    margin-top: 2px;
    margin-right: 20px; }
    .single-product .woobt-wrap .woobt-products input[type="checkbox"]:after {
      content: "";
      font-family: "LineIconsProLight";
      font-size: 10px;
      color: #fff;
      opacity: 0; }
    .single-product .woobt-wrap .woobt-products input[type="checkbox"]:checked[type=checkbox] {
      background: var(--primary-color);
      border-color: var(--primary-color); }
      .single-product .woobt-wrap .woobt-products input[type="checkbox"]:checked[type=checkbox]:after {
        opacity: 1; }
  .single-product .woobt-wrap .woobt-products .woobt-qty-num {
    display: none; }
  .single-product .woobt-wrap .woobt-products .woobt-title-inner {
    font-size: 16px;
    letter-spacing: 0.015em; }
    .single-product .woobt-wrap .woobt-products .woobt-title-inner .this-lbl {
      text-transform: uppercase;
      color: var(--heading-color); }
    .single-product .woobt-wrap .woobt-products .woobt-title-inner a {
      color: var(--body-color); }
      .single-product .woobt-wrap .woobt-products .woobt-title-inner a:hover {
        color: var(--link-color); }
  .single-product .woobt-wrap .woobt-products .woobt-price {
    margin-left: 4px !important;
    font-size: 16px;
    letter-spacing: 0.015em;
    color: var(--heading-color); }
  .single-product .woobt-wrap .woobt-products .woobt-product {
    align-items: start;
    border-bottom: 0;
    padding: 3px 0; }
  @media (max-width: 767px) {
    .single-product .woobt-wrap .woobt-products .woobt-product {
      flex-direction: row;
      text-align: left; } }
  .single-product .woobt-wrap .woobt-products .woobt-product > div {
    padding: 0; }
  .single-product .woobt-wrap .woobt-products .variations {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: inline-block; }
  @media (max-width: 767px) {
    .single-product .woobt-wrap .woobt-products .variations {
      justify-content: start !important;
      flex-direction: row !important;
      align-items: center !important; } }
  .single-product .woobt-wrap .woobt-products .variations .variation {
    border: 0;
    padding: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 0; }
    .single-product .woobt-wrap .woobt-products .variations .variation .label {
      font-size: 14px;
      margin-right: 15px; }
  .single-product .woobt-wrap .woobt-products .variations .wpcvs-type-button .wpcvs-term {
    min-width: 25px;
    min-height: 25px;
    font-size: 12px; }
  .single-product .woobt-wrap .woobt-products .variations .reset {
    display: inline-flex;
    margin-left: 15px;
    font-size: 14px; }
  .single-product .woobt-wrap .woobt-products .woobt-availability {
    display: none; }
.single-product .woobt-wrap .woobt-total-heading {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--body-color);
  margin-bottom: 12px; }
.single-product .woobt-wrap .woobt-additional {
  font-size: 16px; }
  .single-product .woobt-wrap .woobt-additional .amount {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color); }
.single-product .woobt-wrap .woobt-total {
  font-size: 0;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1;
  color: var(--heading-color);
  text-transform: uppercase;
  margin-bottom: 47px; }
  .single-product .woobt-wrap .woobt-total .amount {
    font-size: 40px; }
  @media (max-width: 1199px) {
    .single-product .woobt-wrap .woobt-total .amount {
      font-size: 32px; } }
.single-product .woobt-wrap .woobt-actions .button {
  width: 100%;
  padding: 16px 20px;
  position: relative; }
.single-product .woobt-wrap .woobt-actions .added_to_cart {
  display: none; }
.single-product .woobt-wrap .woobt-alert {
  padding: 0;
  border: 0;
  background-color: transparent;
  margin: 20px 0 0 0; }
.single-product .pxl-wc-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
  display: none; }
  .single-product .pxl-wc-tabs.style-popup .tab-link-item {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative; }
    .single-product .pxl-wc-tabs.style-popup .tab-link-item:after {
      content: "";
      width: 0;
      height: 1px;
      background-color: #191516;
      position: absolute;
      left: 50%;
      bottom: 1px;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: width 0.3s ease;
      -khtml-transition: width 0.3s ease;
      -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      transition: width 0.3s ease; }
    .single-product .pxl-wc-tabs.style-popup .tab-link-item:hover {
      color: var(--link-color); }
      .single-product .pxl-wc-tabs.style-popup .tab-link-item:hover:after {
        width: 100%; }
  .single-product .pxl-wc-tabs.style-popup .tab-item.active .tab-link-item {
    color: var(--link-color); }
    .single-product .pxl-wc-tabs.style-popup .tab-item.active .tab-link-item:after {
      width: 100%; }
.single-product .pxl-wc-tabs.style-popup .pxl-panel-content h2 {
  display: none; }
.single-product .pxl-wc-tabs.style-popup .pxl-panel-content ul {
  list-style: none;
  margin-bottom: 20px; }
.single-product .pxl-wc-tabs.style-accordion .tab-link-item {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 14px 0 13px 0;
  border-bottom: 1px solid #cfc6bc; }
  .single-product .pxl-wc-tabs.style-accordion .tab-link-item:hover {
    color: var(--link-color); }
  .single-product .pxl-wc-tabs.style-accordion .tab-link-item .text {
    flex: 1 0 0%; }
  .single-product .pxl-wc-tabs.style-accordion .tab-link-item .pxl-icon {
    flex: 0 0 auto;
    width: auto; }
.single-product .pxl-wc-tabs.style-accordion .ac-content {
  display: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.015em;
  padding-bottom: 28px;
  border-bottom: 1px solid #cfc6bc; }
  .single-product .pxl-wc-tabs.style-accordion .ac-content h2 {
    display: none; }
  .single-product .pxl-wc-tabs.style-accordion .ac-content ul {
    list-style: none;
    margin-bottom: 20px; }
    .single-product .pxl-wc-tabs.style-accordion .ac-content ul:last-child {
      margin-bottom: 0; }
  .single-product .pxl-wc-tabs.style-accordion .ac-content h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .single-product .pxl-wc-tabs.style-accordion .ac-content .woocommerce-Reviews .commentlist .comment {
      margin-top: 18px; }
    .single-product .pxl-wc-tabs.style-accordion .ac-content .woocommerce-Reviews .comment-meta-title {
      font-size: 18px;
      text-transform: inherit; }
    .single-product .pxl-wc-tabs.style-accordion .ac-content .woocommerce-Reviews .pxl-comment-form-rating .label {
      font-size: 12px; }
  .single-product .pxl-wc-tabs.style-accordion .ac-content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0; }
.single-product .pxl-wc-tabs.style-accordion .ac-item {
  position: relative; }
  .single-product .pxl-wc-tabs.style-accordion .ac-item:last-child .tab-link-item {
    border-bottom: 0; }
  .single-product .pxl-wc-tabs.style-accordion .ac-item:last-child .ac-content {
    border-bottom: 0; }
.single-product .pxl-wc-tabs.style-accordion .ac-item.active .tab-link-item {
  border-bottom: 0; }
  .single-product .pxl-wc-tabs.style-accordion .ac-item.active .pxl-icon:before {
    content: ""; }
.single-product .pxl-wc-tabs.style-df .tabs-action {
  border-bottom: 1px solid #dedede; }
@media (max-width: 575px) {
  .single-product .pxl-wc-tabs.style-df .tabs-action {
    padding-bottom: 10px; }
    .single-product .pxl-wc-tabs.style-df .tabs-action .tab-action-inner {
      row-gap: 5px; } }
.single-product .pxl-wc-tabs.style-df .tab-item .tab-link-item {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--body-color);
  position: relative;
  display: block;
  padding-bottom: 12px; }
@media (max-width: 575px) {
  .single-product .pxl-wc-tabs.style-df .tab-item .tab-link-item {
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 0; } }
.single-product .pxl-wc-tabs.style-df .tab-item .tab-link-item:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  -khtml-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
@media (max-width: 575px) {
  .single-product .pxl-wc-tabs.style-df .tab-item .tab-link-item:after {
    display: none; } }
.single-product .pxl-wc-tabs.style-df .tab-item .tab-link-item:hover {
  color: #000000; }
  .single-product .pxl-wc-tabs.style-df .tab-item .tab-link-item:hover:after {
    width: 100%; }
.single-product .pxl-wc-tabs.style-df .tab-item.active .tab-link-item {
  color: #000000; }
  .single-product .pxl-wc-tabs.style-df .tab-item.active .tab-link-item:after {
    width: 100%; }
.single-product .pxl-wc-tabs.style-df .wc-tabs-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 75px 0 50px 0;
  background-color: #fff;
  display: none;
  opacity: 0;
  -webkit-animation: pxlFadeInUp 400ms linear 1 forwards;
  -khtml-animation: pxlFadeInUp 400ms linear 1 forwards;
  -moz-animation: pxlFadeInUp 400ms linear 1 forwards;
  -ms-animation: pxlFadeInUp 400ms linear 1 forwards;
  -o-animation: pxlFadeInUp 400ms linear 1 forwards;
  animation: pxlFadeInUp 400ms linear 1 forwards;
  -webkit-transition: opacity 0.2s linear, top 0.2s linear;
  -khtml-transition: opacity 0.2s linear, top 0.2s linear;
  -moz-transition: opacity 0.2s linear, top 0.2s linear;
  -ms-transition: opacity 0.2s linear, top 0.2s linear;
  -o-transition: opacity 0.2s linear, top 0.2s linear;
  transition: opacity 0.2s linear, top 0.2s linear; }
  .single-product .pxl-wc-tabs.style-df .wc-tabs-panel > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .single-product .pxl-wc-tabs.style-df .wc-tabs-panel {
      padding: 45px 0 30px 0; } }
  .single-product .pxl-wc-tabs.style-df .wc-tabs-panel.active {
    display: block; }
  .single-product .pxl-wc-tabs.style-df .wc-tabs-panel ul, .single-product .pxl-wc-tabs.style-df .wc-tabs-panel ol {
    list-style: none; }
    .single-product .pxl-wc-tabs.style-df .wc-tabs-panel .woocommerce-Reviews .commentlist .comment {
      margin-top: 0; }
.single-product .product-single-loop {
  padding-top: 100px; }
@media (max-width: 1599px) {
  .single-product .product-single-loop {
    padding-top: 70px; } }
.single-product .tabs-loop-title {
  font-size: 30px;
  font-family: "Amiri";
  text-transform: uppercase;
  margin-bottom: 55px; }
@media (max-width: 1199px) {
  .single-product .tabs-loop-title {
    font-size: 28px;
    margin-bottom: 25px; } }
@media (max-width: 991px) {
  .single-product .tabs-loop-title {
    font-size: 24px; } }
.single-product .pxl-product-loop-tabs .tabs-action {
  border-bottom: 1px solid #dedede; }
@media (max-width: 575px) {
  .single-product .pxl-product-loop-tabs .tabs-action {
    padding-bottom: 10px; }
    .single-product .pxl-product-loop-tabs .tabs-action .tab-action-inner {
      row-gap: 5px; } }
.single-product .pxl-product-loop-tabs .tab-item .tab-link-item {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--body-color);
  position: relative;
  display: block;
  padding-bottom: 12px; }
@media (max-width: 575px) {
  .single-product .pxl-product-loop-tabs .tab-item .tab-link-item {
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 0; } }
.single-product .pxl-product-loop-tabs .tab-item .tab-link-item:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  -khtml-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }
@media (max-width: 575px) {
  .single-product .pxl-product-loop-tabs .tab-item .tab-link-item:after {
    display: none; } }
.single-product .pxl-product-loop-tabs .tab-item .tab-link-item:hover {
  color: #000000; }
  .single-product .pxl-product-loop-tabs .tab-item .tab-link-item:hover:after {
    width: 100%; }
.single-product .pxl-product-loop-tabs .tab-item.active .tab-link-item {
  color: #000000; }
  .single-product .pxl-product-loop-tabs .tab-item.active .tab-link-item:after {
    width: 100%; }
.single-product .pxl-product-loop-tabs .product-loop-tabs-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 75px 0 50px 0;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: pxlFadeInUp 400ms linear 1 forwards;
  -khtml-animation: pxlFadeInUp 400ms linear 1 forwards;
  -moz-animation: pxlFadeInUp 400ms linear 1 forwards;
  -ms-animation: pxlFadeInUp 400ms linear 1 forwards;
  -o-animation: pxlFadeInUp 400ms linear 1 forwards;
  animation: pxlFadeInUp 400ms linear 1 forwards;
  -webkit-transition: opacity 0.2s linear, top 0.2s linear, z-index 0.2s ease;
  -khtml-transition: opacity 0.2s linear, top 0.2s linear, z-index 0.2s ease;
  -moz-transition: opacity 0.2s linear, top 0.2s linear, z-index 0.2s ease;
  -ms-transition: opacity 0.2s linear, top 0.2s linear, z-index 0.2s ease;
  -o-transition: opacity 0.2s linear, top 0.2s linear, z-index 0.2s ease;
  transition: opacity 0.2s linear, top 0.2s linear, z-index 0.2s ease; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel > * {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .single-product .pxl-product-loop-tabs .product-loop-tabs-panel {
      padding: 60px 0 50px 0; } }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel.active {
    top: 0;
    opacity: 1;
    z-index: 2; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .ploop-title {
    display: none; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .pxl-up-sells {
    padding: 0; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .pxl-cross-sell {
    padding: 0; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .pxl-product-related.layout-carousel {
    padding: 0; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .pxl-product-recent-viewed.layout-carousel {
    padding: 0; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .pxl-product-recent-viewed .link-view-all {
    display: none; }
  .single-product .pxl-product-loop-tabs .product-loop-tabs-panel .single-loop-swiper-arrows {
    top: -45px; }
.single-product .pxl-product-grid .pxl-swiper-slide > .grid-item {
  margin-bottom: 0; }
.single-product .pxl-product-grid.layout-2 .pxl-swiper-slide > .grid-item {
  margin-bottom: 0; }
.single-product .pxl-up-sells {
  position: relative;
  padding-top: 120px; }
@media (max-width: 1199px) {
  .single-product .pxl-up-sells {
    padding-top: 80px; } }
.single-product .pxl-up-sells.layout-carousel {
  padding-bottom: 60px; }
@media (max-width: 1199px) {
  .single-product .pxl-up-sells.layout-carousel {
    padding-bottom: 30px; } }
.single-product .pxl-up-sells .ploop-title {
  margin-bottom: 45px; }
@media (max-width: 1199px) {
  .single-product .pxl-up-sells .ploop-title {
    margin-bottom: 30px; } }
.single-product .pxl-cross-sell {
  position: relative;
  padding-top: 120px; }
@media (max-width: 1199px) {
  .single-product .pxl-cross-sell {
    padding-top: 95px; } }
@media (max-width: 767px) {
  .single-product .pxl-cross-sell {
    padding-top: 75px; } }
.single-product .pxl-cross-sell.layout-carousel {
  padding-bottom: 60px; }
@media (max-width: 1199px) {
  .single-product .pxl-cross-sell.layout-carousel {
    padding-bottom: 30px; } }
.single-product .pxl-cross-sell .ploop-title {
  margin-bottom: 45px; }
@media (max-width: 1199px) {
  .single-product .pxl-cross-sell .ploop-title {
    margin-bottom: 30px; } }
.single-product .pxl-product-related {
  position: relative;
  padding-top: 25px;
  padding-bottom: 40px; }
  .single-product .pxl-product-related.layout-carousel {
    padding-bottom: 100px; }
  @media (max-width: 1199px) {
    .single-product .pxl-product-related.layout-carousel {
      padding-bottom: 70px; } }
  .single-product .pxl-product-related .ploop-title {
    margin-bottom: 45px; }
  @media (max-width: 1199px) {
    .single-product .pxl-product-related .ploop-title {
      margin-bottom: 30px; } }
.single-product .pxl-product-recent-viewed {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
@media (max-width: 1199px) {
  .single-product .pxl-product-recent-viewed {
    padding-bottom: 70px; } }
@media (max-width: 991px) {
  .single-product .pxl-product-recent-viewed {
    padding-top: 70px; } }
.single-product .pxl-product-recent-viewed.layout-carousel {
  padding-bottom: 100px; }
@media (max-width: 1199px) {
  .single-product .pxl-product-recent-viewed.layout-carousel {
    padding-bottom: 70px; } }
.single-product .pxl-product-recent-viewed .ploop-title {
  margin-bottom: 45px; }
@media (max-width: 1199px) {
  .single-product .pxl-product-recent-viewed .ploop-title {
    margin-bottom: 30px; } }
.single-product .pxl-product-recent-viewed .link-view-all {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-left: 40px; }
@media (max-width: 480px) {
  .single-product .pxl-product-recent-viewed .link-view-all {
    display: none; } }
.single-product .pxl-product-recent-viewed .link-view-all .pxl-icon {
  font-size: 12px;
  margin-left: 8px; }
.single-product .single-loop-swiper-arrows {
  position: absolute;
  top: -85px;
  right: 0;
  gap: 40px;
  z-index: 1; }
@media (max-width: 1199px) {
  .single-product .single-loop-swiper-arrows {
    top: -60px;
    gap: 30px; } }
@media (max-width: 575px) {
  .single-product .single-loop-swiper-arrows {
    top: -58px; } }
.single-product .single-loop-swiper-arrows .pxl-swiper-arrow {
  font-size: 35px;
  width: 100%;
  height: 35px; }
@media (max-width: 1199px) {
  .single-product .single-loop-swiper-arrows .pxl-swiper-arrow {
    font-size: 30px;
    height: 30px; } }
.single-product .pxl-product > section.layout-carousel:last-child {
  padding-bottom: 150px; }
@media (max-width: 1199px) {
  .single-product .pxl-product > section.layout-carousel:last-child {
    padding-bottom: 120px; } }
@media (max-width: 767px) {
  .single-product .pxl-product > section.layout-carousel:last-child {
    padding-bottom: 100px; } }
.single-product .product-loops .section-bg {
  width: 100vw;
  left: calc((100vw - 100%)/-2); }
.single-product .pxl-ploop-img-parallax {
  width: 100vw;
  margin-left: calc((100vw - 100%)/-2);
  overflow: hidden; }
  .single-product .pxl-ploop-img-parallax .parallax-section-inner {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    background-image: var(--ploop-img-parallax);
    background-size: cover;
    bottom: -180px; }
  .single-product .pxl-ploop-img-parallax .parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .single-product .pxl-ploop-img-parallax .parallax-img-content {
    height: 800px; }
  @media (max-width: 1599px) {
    .single-product .pxl-ploop-img-parallax .parallax-img-content {
      height: 650px; } }
@media (max-width: 1199px) {
  .single-product .pxl-ploop-img-parallax .parallax-img-content {
    height: 550px; } }
@media (max-width: 767px) {
  .single-product .pxl-ploop-img-parallax .parallax-img-content {
    height: 450px; } }
@media (max-width: 575px) {
  .single-product .pxl-ploop-img-parallax .parallax-img-content {
    height: 380px; } }
@media (max-width: 480px) {
  .single-product .pxl-ploop-img-parallax .parallax-img-content {
    height: 300px; } }
.single-product .layout-df .pxl-wc-tabs {
  margin-top: 50px; }
.single-product .layout-df .wc-tabs-panel {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  padding: 0;
  background: rgba(var(--heading-color-rgb),0.8);
  will-change: transform;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  scrollbar-width: none;
  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; }
@media (max-width: 767px) {
  .single-product .layout-df .wc-tabs-panel {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px); } }
.single-product .layout-df .wc-tabs-panel .pxl-hidden-template-wrap {
  width: 100%;
  max-width: 1200px;
  position: relative;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  max-height: 100vh;
  overflow-y: auto;
  -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); }
  .single-product .layout-df .wc-tabs-panel .pxl-hidden-template-wrap::-webkit-scrollbar {
    height: 0;
    width: 0;
    background-color: transparent; }
  .single-product .layout-df .wc-tabs-panel .pxl-hidden-template-wrap::-webkit-scrollbar-track {
    border-radius: 0; }
  .single-product .layout-df .wc-tabs-panel .pxl-hidden-template-wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent; }
  .single-product .layout-df .wc-tabs-panel .pxl-hidden-template-wrap:hover::-webkit-scrollbar {
    width: 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0; }
  .single-product .layout-df .wc-tabs-panel .pxl-hidden-template-wrap:hover::-webkit-scrollbar-thumb {
    background-color: rgba(48, 48, 48, 0.1); }
.single-product .layout-df .wc-tabs-panel .pxl-panel-content {
  position: relative;
  flex: 1;
  padding: 70px 30px 30px;
  font-size: 16px; }
@media (max-width: 1199px) {
  .single-product .layout-df .wc-tabs-panel .pxl-panel-content {
    padding: 70px 30px 30px; } }
@media (max-width: 767px) {
  .single-product .layout-df .wc-tabs-panel .pxl-panel-content {
    padding: 70px 15px 30px; } }
.single-product .layout-df .wc-tabs-panel .pxl-close {
  position: absolute;
  top: 15px;
  right: 15px; }
.single-product .layout-df .wc-tabs-panel.open {
  height: 100%;
  -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; }
  .single-product .layout-df .wc-tabs-panel.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); }
.single-product .layout-df .pxl-product-recent-viewed:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  left: 0; }
.single-product .layout-sticky .section-image-summary + section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
@media (max-width: 1599px) {
  .single-product .layout-sticky .section-image-summary + section {
    padding-bottom: 50px; } }
@media (max-width: 767px) {
  .single-product .layout-sticky .section-image-summary + section {
    padding-top: 75px;
    padding-bottom: 20px; } }
.single-product .layout-sticky .section-image-summary + section:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  left: 0; }

.elementor-editor-active.single-product .layout-df .wc-tabs-panel.wc-tabs-panel--description {
  height: 100%;
  -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; }
  .elementor-editor-active.single-product .layout-df .wc-tabs-panel.wc-tabs-panel--description .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); }
  .elementor-editor-active.single-product .layout-df .wc-tabs-panel.wc-tabs-panel--description .pxl-close {
    display: none; }

.pxl-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  border-top: 1px solid #dedede;
  padding: 9px 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -khtml-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: transform 0.25s ease;
  -khtml-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  .pxl-sticky-atc.show {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  @media (max-width: 767px) {
    .pxl-sticky-atc.off-mobile {
      display: none;
      -webkit-transform: translate3d(0, 100%, 0) !important;
      -khtml-transform: translate3d(0, 100%, 0) !important;
      -moz-transform: translate3d(0, 100%, 0) !important;
      -ms-transform: translate3d(0, 100%, 0) !important;
      -o-transform: translate3d(0, 100%, 0) !important;
      transform: translate3d(0, 100%, 0) !important; } }
  .pxl-sticky-atc .sticky-atc-content {
    row-gap: 10px; }
    .pxl-sticky-atc .prodcut-thumbnail img {
      width: 50px; }
    @media (max-width: 1199px) {
      .pxl-sticky-atc .prodcut-thumbnail img {
        width: 35px; } }
  .pxl-sticky-atc .prodcut-name {
    font-size: 18px;
    line-height: 24px;
    color: var(--heading-color); }
  @media (max-width: 1199px) {
    .pxl-sticky-atc .prodcut-name {
      font-size: 16px; } }
  .pxl-sticky-atc .p-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    column-gap: 5px; }
    .pxl-sticky-atc .p-price > * {
      max-width: 100%; }
    @media (max-width: 1199px) {
      .pxl-sticky-atc .p-price {
        font-size: 16px; } }
    .pxl-sticky-atc .p-price del {
      color: #999999;
      order: 2; }
    .pxl-sticky-atc .p-price ins {
      color: var(--second-color); }
  .pxl-sticky-atc .variations {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center; }
  @media (max-width: 1199px) {
    .pxl-sticky-atc .variations {
      gap: 30px; } }
.pxl-sticky-atc .variations .variation .label {
  display: none; }
.pxl-sticky-atc .variations .variation .wpcvs-type-image .wpcvs-term {
  width: 35px;
  height: 35px; }
@media (max-width: 575px) {
  .pxl-sticky-atc .variations .variation .wpcvs-type-image .wpcvs-term {
    width: 28px;
    height: 28px; } }
@media (max-width: 575px) {
  .pxl-sticky-atc .variations .variation .wpcvs-type-button .wpcvs-term {
    min-width: 28px;
    min-height: 28px; } }
.pxl-sticky-atc .variations .reset {
  display: none; }
.pxl-sticky-atc .variations .nice-select {
  border: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  height: 54px;
  line-height: 52px;
  font-size: 16px;
  min-width: 100px; }
@media (max-width: 1199px) {
  .pxl-sticky-atc .variations .nice-select {
    min-width: auto;
    height: 42px;
    line-height: 40px; } }
.pxl-sticky-atc .variations .nice-select span.current {
  font-size: 16px;
  height: 54px;
  line-height: 52px;
  color: #000;
  -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; }
@media (max-width: 1199px) {
  .pxl-sticky-atc .variations .nice-select span.current {
    height: 42px;
    line-height: 40px; } }
.pxl-sticky-atc .variations .nice-select:after {
  display: none; }
.pxl-sticky-atc .variations .nice-select ul.list {
  top: auto;
  bottom: 100%;
  margin: 0; }
@media (max-width: 480px) {
  .pxl-sticky-atc .variations .nice-select ul.list {
    left: auto; } }
.pxl-sticky-atc .variations .nice-select:hover span.current {
  color: #999999; }
.pxl-sticky-atc .variations .nice-select.open .list, .pxl-sticky-atc .variations .nice-select .list.open {
  -webkit-animation: pxlFadeInUp 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -khtml-animation: pxlFadeInUp 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -moz-animation: pxlFadeInUp 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -ms-animation: pxlFadeInUp 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  -o-animation: pxlFadeInUp 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7);
  animation: pxlFadeInUp 0.2s cubic-bezier(0.4, 0.5, 0.6, 0.7); }
.pxl-sticky-atc .quantity .pxl-quantity-wrap {
  margin: 0; }
  .pxl-sticky-atc .quantity .pxl-quantity-wrap > * {
    padding: 0; }
.pxl-sticky-atc .quantity .label {
  display: none; }
.pxl-sticky-atc .quantity .quantity-inner {
  width: 140px; }
@media (max-width: 1199px) {
  .pxl-sticky-atc .quantity .quantity-inner {
    width: 120px; } }
@media (max-width: 991px) {
  .pxl-sticky-atc .quantity .quantity-inner {
    width: 100px; } }
.pxl-sticky-atc .quantity .quantity-inner .quantity-button {
  height: 54px;
  line-height: 54px; }
@media (max-width: 1199px) {
  .pxl-sticky-atc .quantity .quantity-inner .quantity-button {
    height: 42px;
    line-height: 42px; } }
.pxl-sticky-atc .quantity .quantity-inner input {
  height: 54px;
  line-height: 54px; }
@media (max-width: 1199px) {
  .pxl-sticky-atc .quantity .quantity-inner input {
    height: 42px;
    line-height: 42px; } }
.pxl-sticky-atc a.button {
  height: 54px;
  min-width: 354px; }
@media (max-width: 1399px) {
  .pxl-sticky-atc a.button {
    min-width: 254px; } }
@media (max-width: 1199px) {
  .pxl-sticky-atc a.button {
    height: 42px;
    min-width: 180px;
    padding: 8px 20px 8px 20px; } }
.pxl-sticky-atc a.added_to_cart {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  height: 54px;
  width: 100%;
  min-width: 354px; }
@media (max-width: 1399px) {
  .pxl-sticky-atc a.added_to_cart {
    min-width: 254px; } }
@media (max-width: 1199px) {
  .pxl-sticky-atc a.added_to_cart {
    height: 42px;
    min-width: 180px;
    padding: 8px 20px 8px 20px; } }

body.single-product .product-type-gift-card .pxl-single-images .product-main-img {
  background-color: #F2F2F2; }

.wpcvs-empty, .wpcvs-terms + select:not(.wpcvs-select), .wpcvs-term.wpcvs-disabled:after, .wpcvs-term.wpcvs-disabled:before {
  display: none !important; }

.wpcvs-terms {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .wpcvs-terms > * {
    max-width: 100%; }
  [dir="rtl"] .wpcvs-terms {
    justify-content: flex-end; }

.wpcvs-term {
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  align-items: center;
  justify-content: center; }

.wpcvs-term > span {
  display: block;
  position: relative; }

.wpcvs-type-color {
  gap: 5px; }
  .wpcvs-type-color .wpcvs-term {
    font-size: 0;
    height: 20px;
    width: 20px;
    -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; }
    .wpcvs-type-color .wpcvs-term.wpcvs-selected {
      border-color: #999999; }
      .wpcvs-type-color .wpcvs-term.wpcvs-selected > span:before {
        display: none; }
    .wpcvs-type-color .wpcvs-term:hover {
      border-color: #999999; }
    .wpcvs-type-color .wpcvs-term > span {
      width: 10px;
      height: 10px;
      line-height: 10px; }
  .wpcvs-type-color.rounded .wpcvs-term, .wpcvs-type-color.wpcvs-style-rounded .wpcvs-term {
    border-radius: 20px; }
    .wpcvs-type-color.rounded .wpcvs-term > span, .wpcvs-type-color.wpcvs-style-rounded .wpcvs-term > span {
      border-radius: 10px;
      overflow: hidden; }
.wpcvs-type-color.square .wpcvs-term {
  border-radius: 0; }
  .wpcvs-type-color.square .wpcvs-term > span {
    border-radius: 0;
    overflow: hidden; }

.wpcvs-type-button {
  gap: 10px; }
@media (max-width: 991px) {
  .wpcvs-type-button {
    gap: 6px; } }
.wpcvs-type-button .wpcvs-term {
  font-size: 14px;
  width: auto;
  min-width: 35px;
  min-height: 35px;
  border-color: #999999;
  background-color: #fff;
  padding: 0 5px;
  -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; }
  .wpcvs-type-button .wpcvs-term.wpcvs-selected {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color); }
    .wpcvs-type-button .wpcvs-term.wpcvs-selected > span:before {
      display: none; }
  .wpcvs-type-button .wpcvs-term:not(.wpcvs-disabled):hover {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color); }
  .wpcvs-type-button .wpcvs-term > span {
    background-color: transparent; }
.wpcvs-type-button.black-bg .wpcvs-term.wpcvs-selected {
  border-color: #000000;
  background-color: #000000; }
.wpcvs-type-button.black-bg .wpcvs-term:not(.wpcvs-disabled):hover {
  border-color: #000000;
  background-color: #000000; }

.wpcvs-type-image {
  gap: 10px; }
@media (max-width: 991px) {
  .wpcvs-type-image {
    gap: 6px; } }
.wpcvs-type-image .wpcvs-term {
  width: 35px;
  height: 43px;
  border-color: transparent;
  -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 (max-width: 991px) {
  .wpcvs-type-image .wpcvs-term {
    width: 32px; } }
.wpcvs-type-image .wpcvs-term img {
  border-radius: 0;
  object-fit: cover;
  height: 100%; }
.wpcvs-type-image .wpcvs-term.wpcvs-selected {
  border-color: #000000; }
  .wpcvs-type-image .wpcvs-term.wpcvs-selected > span:before {
    display: none; }
.wpcvs-type-image .wpcvs-term:hover {
  border-color: #000000; }
.wpcvs-type-image .wpcvs-term > span {
  height: 100%;
  line-height: 1; }

.single-product .wpcvs-type-image .wpcvs-term {
  width: 40px;
  height: 50px; }

.wpcvs-type-radio .wpcvs-term {
  display: block;
  width: calc(100% - 6px);
  text-align: start; }
  .wpcvs-type-radio .wpcvs-term > span {
    padding: 0 20px;
    border-radius: 2px; }
  .wpcvs-type-radio .wpcvs-term input[type="radio"] {
    outline: none;
    margin-right: 10px;
    pointer-events: none; }

.wpcvs-more {
  display: inline-block;
  margin: 6px 3px 0 3px;
  padding: 3px;
  height: 42px;
  line-height: 42px;
  position: relative;
  float: left; }

.wpcvs-term.wpcvs-selected > span:before {
  content: "✓";
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9;
  border: 2px solid #ffffff; }

.wpcvs-term.wpcvs-disabled {
  opacity: 0.75;
  cursor: default;
  overflow: hidden; }
  .wpcvs-term.wpcvs-disabled span {
    position: relative; }
    .wpcvs-term.wpcvs-disabled span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -1px;
      width: 60px;
      height: 1px;
      background: #999999;
      -webkit-transform: translate(-50%, 0) rotate(45deg);
      transform: translate(-50%, 0) rotate(45deg); }

.wpcvs-tippy-inner {
  padding: 5px 1px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center; }

.wpcvs-tippy-inner .wpcvs-tippy-title {
  font-weight: 700; }

.wpcvs-tippy-inner > span {
  margin-bottom: 5px; }

.wpcvs-tippy-inner > span:last-child {
  margin-bottom: 0; }

.wpcvs-tippy-inner .wpcvs-tippy-swatches span {
  display: block;
  width: 100%;
  min-width: 150px;
  min-height: 150px;
  font-size: 0; }

.wpcvs-tippy-swatches--color, .wpcvs-tippy-swatches--image img {
  border-radius: 3px; }

.single-product .pxl-single-summary .wpcvs-type-color {
  gap: 3px; }
  .single-product .pxl-single-summary .wpcvs-type-color .wpcvs-term {
    font-size: 0;
    height: 30px;
    width: 30px;
    -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; }
    .single-product .pxl-single-summary .wpcvs-type-color .wpcvs-term.wpcvs-selected {
      border-color: #999999; }
      .single-product .pxl-single-summary .wpcvs-type-color .wpcvs-term.wpcvs-selected > span:before {
        display: none; }
    .single-product .pxl-single-summary .wpcvs-type-color .wpcvs-term:hover {
      border-color: #999999; }
    .single-product .pxl-single-summary .wpcvs-type-color .wpcvs-term > span {
      height: 20px;
      width: 20px;
      line-height: 20px; }
  .single-product .pxl-single-summary .wpcvs-type-color.wpcvs-style-rounded .wpcvs-term {
    border-radius: 30px; }
    .single-product .pxl-single-summary .wpcvs-type-color.wpcvs-style-rounded .wpcvs-term > span {
      border-radius: 20px; }
.single-product .pxl-single-summary .wpcvs-type-color.square .wpcvs-term {
  border-radius: 0;
  height: 40px;
  width: 40px; }
  .single-product .pxl-single-summary .wpcvs-type-color.square .wpcvs-term > span {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 0;
    overflow: hidden; }

.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right {
  max-width: 645px;
  flex-direction: row; }
@media (max-width: 1599px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right {
    max-width: 545px; } }
@media (max-width: 1199px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right {
    max-width: 450px; } }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-hidden-template-wrap {
  padding: 0;
  position: relative;
  width: 100%; }
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-hidden-template-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -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-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-hidden-template-wrap:after {
    content: "";
    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%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-family: "LineIconsProLight";
    -webkit-animation: spin 1s infinite linear;
    -khtml-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -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-hidden-template.pxl-hidden-template-canvas-cart.pos-right.loading .pxl-hidden-template-wrap:before {
  opacity: 1;
  visibility: visible; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right.loading .pxl-hidden-template-wrap:after {
  opacity: 1;
  visibility: visible; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-header {
  padding: 50px 80px 60px 80px; }
@media (max-width: 1599px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-header {
    padding: 50px 50px 60px 50px; } }
@media (max-width: 1199px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-header {
    padding: 30px; } }
@media (max-width: 575px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-header {
    padding: 30px 20px; } }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-header .panel-header-inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #e9e9e9; }
@media (max-width: 1199px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-header .panel-header-inner {
    padding-bottom: 30px; } }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content {
  padding: 0 80px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  direction: rtl; }
@media (max-width: 1599px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content {
    padding: 0 50px; } }
@media (max-width: 1199px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content {
    padding: 0 30px; } }
@media (max-width: 575px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content {
    padding: 0 20px; } }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content::-webkit-scrollbar {
  height: 0;
  width: 3px;
  background-color: transparent; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content::-webkit-scrollbar-track {
  border-radius: 0; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content:hover::-webkit-scrollbar {
  width: 3px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1); }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-content .widget_shopping_cart_content {
  direction: ltr; }
.pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-footer {
  padding: 30px 80px 75px 80px;
  padding-bottom: 75px; }
@media (max-width: 1599px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-footer {
    padding: 30px 50px 75px 50px; } }
@media (max-width: 1199px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-footer {
    padding: 30px 30px 45px 30px; } }
@media (max-width: 575px) {
  .pxl-hidden-template.pxl-hidden-template-canvas-cart.pos-right .pxl-panel-footer {
    padding: 30px 20px 35px 20px; } }

.pxl-hidden-template-canvas-cart .pxl-title {
  color: var(--heading-color);
  line-height: 1.2; }
.pxl-hidden-template-canvas-cart .pxl-close {
  font-size: 20px;
  color: #000; }
  .pxl-hidden-template-canvas-cart .pxl-close:hover {
    color: #999999; }
.pxl-hidden-template-canvas-cart .mini_cart_item {
  position: relative;
  padding-right: 80px;
  padding-top: 13px;
  padding-bottom: 13px; }
@media (max-width: 1599px) {
  .pxl-hidden-template-canvas-cart .mini_cart_item {
    padding-right: 50px; } }
@media (max-width: 1199px) {
  .pxl-hidden-template-canvas-cart .mini_cart_item {
    padding-right: 35px; } }
@media (max-width: 575px) {
  .pxl-hidden-template-canvas-cart .mini_cart_item {
    padding-right: 30px; } }
.pxl-hidden-template-canvas-cart .mini_cart_item .remove {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 12px;
  color: #000; }
  .pxl-hidden-template-canvas-cart .mini_cart_item .remove:hover {
    color: #999999; }
.pxl-hidden-template-canvas-cart .product-thumbnail img {
  width: 60px;
  margin-right: 0; }
.pxl-hidden-template-canvas-cart .product-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: -5px; }
.pxl-hidden-template-canvas-cart .variation {
  font-size: 14px;
  margin-top: 4px;
  padding-bottom: 4px;
  line-height: 1; }
  .pxl-hidden-template-canvas-cart .variation span {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex; }
    .pxl-hidden-template-canvas-cart .variation span + span {
      padding-left: 8px; }
      .pxl-hidden-template-canvas-cart .variation span + span:before {
        content: ",";
        position: absolute;
        left: 0; }
.pxl-hidden-template-canvas-cart .price {
  font-size: 16px;
  line-height: 1;
  color: var(--heading-color);
  margin-top: 12px; }
@media (max-width: 480px) {
  .pxl-hidden-template-canvas-cart .cart-item-quantify {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; } }
.pxl-hidden-template-canvas-cart .pxl-quantity-wrap {
  align-items: center; }
  .pxl-hidden-template-canvas-cart .pxl-quantity-wrap .label {
    display: none; }
.pxl-hidden-template-canvas-cart .quantity-inner {
  position: relative;
  display: inline-block;
  width: 80px; }
  .pxl-hidden-template-canvas-cart .quantity-inner input {
    line-height: 34px;
    width: 100%;
    height: 34px;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    text-align: center; }
  .pxl-hidden-template-canvas-cart .quantity-inner .quantity-button {
    position: absolute;
    top: 0;
    width: 35px;
    height: 34px;
    line-height: 32px;
    font-size: 11px;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--body-color);
    -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; }
    .pxl-hidden-template-canvas-cart .quantity-inner .quantity-button:hover {
      color: #000; }
  .pxl-hidden-template-canvas-cart .quantity-inner .quantity-up {
    right: 0;
    justify-content: center; }
  .pxl-hidden-template-canvas-cart .quantity-inner .quantity-down {
    left: 0;
    z-index: 1;
    justify-content: center; }
    .pxl-hidden-template-canvas-cart .quantity-inner:hover input {
      border-color: #000; }
.pxl-hidden-template-canvas-cart .woocommerce-mini-cart__total {
  margin-bottom: 32px;
  align-items: center; }
  .pxl-hidden-template-canvas-cart .woocommerce-mini-cart__total .total-lbl {
    font-size: 20px;
    letter-spacing: 0.015em; }
  .pxl-hidden-template-canvas-cart .woocommerce-mini-cart__total .total-value {
    font-size: 24px;
    font-weight: 600;
    color: var(--heading-color); }
.pxl-hidden-template-canvas-cart .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .pxl-hidden-template-canvas-cart .woocommerce-mini-cart__buttons .button {
    width: 100%; }
  .pxl-hidden-template-canvas-cart .woocommerce-mini-cart__buttons a:first-child {
    order: 1; }
  .pxl-hidden-template-canvas-cart .woocommerce-mini-cart__buttons .checkout {
    order: 0;
    margin-bottom: 15px; }

.widget_shopping_cart_content .blockUI.blockOverlay {
  position: relative !important;
  display: none !important; }

.pxl-cart-dropdown {
  position: absolute;
  top: 70px;
  right: -140px;
  width: 395px;
  max-width: 91vw;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  margin-top: 10px;
  -webkit-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
  .pxl-cart-dropdown.open {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    margin-top: 0; }
  .pxl-cart-dropdown .pxl-cart-dropdown-inner {
    position: relative;
    padding: 37px 0 47px 0; }
  @media (max-width: 480px) {
    .pxl-cart-dropdown .pxl-cart-dropdown-inner {
      padding: 25px 0 35px 0; } }
  .pxl-cart-dropdown .pxl-cart-dropdown-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -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-cart-dropdown .pxl-cart-dropdown-inner:after {
    content: "";
    position: absolute;
    top: 45%;
    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%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-family: "LineIconsProLight";
    -webkit-animation: spin 1s infinite linear;
    -khtml-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -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-cart-dropdown.loading .pxl-cart-dropdown-inner:before {
  opacity: 1;
  visibility: visible; }
.pxl-cart-dropdown.loading .pxl-cart-dropdown-inner:after {
  opacity: 1;
  visibility: visible; }
.pxl-cart-dropdown .cart-content-body {
  padding: 0 30px;
  max-height: 360px;
  overflow-y: auto; }
@media (max-width: 1199px) {
  .pxl-cart-dropdown .cart-content-body {
    max-height: 270px; } }
@media (max-width: 480px) {
  .pxl-cart-dropdown .cart-content-body {
    padding: 0 20px; } }
.pxl-cart-dropdown .cart-content-body::-webkit-scrollbar {
  height: 0;
  width: 3px;
  background-color: transparent; }
.pxl-cart-dropdown .cart-content-body::-webkit-scrollbar-track {
  border-radius: 0; }
.pxl-cart-dropdown .cart-content-body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent; }
.pxl-cart-dropdown .cart-content-body:hover::-webkit-scrollbar {
  width: 3px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0; }
.pxl-cart-dropdown .cart-content-body:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1); }
.pxl-cart-dropdown .mini_cart_item {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 20px; }
@media (max-width: 1599px) {
  .pxl-cart-dropdown .mini_cart_item {
    padding-right: 50px; } }
@media (max-width: 1199px) {
  .pxl-cart-dropdown .mini_cart_item {
    padding-right: 35px; } }
@media (max-width: 575px) {
  .pxl-cart-dropdown .mini_cart_item {
    padding-right: 30px; } }
.pxl-cart-dropdown .mini_cart_item .remove {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 12px;
  color: #000; }
  .pxl-cart-dropdown .mini_cart_item .remove:hover {
    color: #999999; }
.pxl-cart-dropdown .product-thumbnail img {
  width: 60px;
  margin-right: 0; }
.pxl-cart-dropdown .product-name {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: -5px; }
.pxl-cart-dropdown .variation {
  font-size: 14px;
  margin-top: 4px;
  padding-bottom: 4px;
  line-height: 1; }
  .pxl-cart-dropdown .variation span {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-flex; }
    .pxl-cart-dropdown .variation span + span {
      padding-left: 8px; }
      .pxl-cart-dropdown .variation span + span:before {
        content: ",";
        position: absolute;
        left: 0; }
.pxl-cart-dropdown .price {
  font-size: 16px;
  line-height: 1;
  color: var(--heading-color);
  margin-top: 12px; }
.pxl-cart-dropdown .cart-item-quantify {
  display: none;
  padding: 0; }
.pxl-cart-dropdown .cart-content-footer {
  padding: 0 30px;
  margin-top: 35px; }
@media (max-width: 480px) {
  .pxl-cart-dropdown .cart-content-footer {
    padding: 0 20px; } }
.pxl-cart-dropdown .cart-content-footer .cart-footer-wrap {
  border-top: 1px solid #d0d0d0;
  padding-top: 25px; }
.pxl-cart-dropdown .woocommerce-mini-cart__total {
  margin-bottom: 28px;
  align-items: center; }
  .pxl-cart-dropdown .woocommerce-mini-cart__total .total-lbl {
    font-size: 18px;
    letter-spacing: 0.015em; }
  .pxl-cart-dropdown .woocommerce-mini-cart__total .total-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color); }
.pxl-cart-dropdown .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .pxl-cart-dropdown .woocommerce-mini-cart__buttons .button {
    font-size: 14px;
    width: 100%;
    padding: 14px 35px 14px 35px; }
  .pxl-cart-dropdown .woocommerce-mini-cart__buttons a:first-child {
    order: 1; }
  .pxl-cart-dropdown .woocommerce-mini-cart__buttons .checkout {
    order: 0;
    margin-bottom: 10px; }

@media (min-width: 992px) {
  .cart-content-left {
    padding-right: 45px; } }
@media (min-width: 1200px) {
  .cart-content-left {
    padding-right: 85px; } }
@media (max-width: 991px) {
  .cart-content-left {
    margin-bottom: 80px; } }

.cart-list-wrapper .cart-list-head {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #dedede;
  padding-bottom: 10px; }
@media (max-width: 575px) {
  .cart-list-wrapper .cart-list-head {
    display: none; } }
.cart-list-wrapper .cart-list-head .product-name {
  margin-left: -90px; }
.cart-list-wrapper .cart-list-head .col-quantity {
  width: 20%; }
.cart-list-wrapper .cart-list-item {
  padding: 25px 0; }
  .cart-list-wrapper .cart-list-item + .cart-list-item {
    border-top: 1px solid #dedede; }
    .cart-list-wrapper .cart-list-item .product-thumbnail img {
      width: 70px; }
  .cart-list-wrapper .cart-list-item .cart-item-info {
    padding-left: 20px; }
  .cart-list-wrapper .cart-list-item .item-name {
    font-size: 16px;
    padding-top: 4px;
    line-height: 24px; }
  .cart-list-wrapper .cart-list-item .variation {
    margin-top: 5px;
    padding-bottom: 4px;
    line-height: 1; }
    .cart-list-wrapper .cart-list-item .variation span {
      margin: 0;
      padding: 0;
      position: relative;
      display: inline-flex; }
      .cart-list-wrapper .cart-list-item .variation span + span {
        padding-left: 8px; }
        .cart-list-wrapper .cart-list-item .variation span + span:before {
          content: ",";
          position: absolute;
          left: 0; }
  .cart-list-wrapper .cart-list-item .col-quantity {
    width: 20%; }
  .cart-list-wrapper .cart-list-item .pxl-quantity-wrap {
    align-items: center; }
    .cart-list-wrapper .cart-list-item .pxl-quantity-wrap .label {
      display: none; }
  .cart-list-wrapper .cart-list-item .quantity-inner {
    position: relative;
    display: inline-block;
    width: 80px; }
    .cart-list-wrapper .cart-list-item .quantity-inner input {
      line-height: 34px;
      width: 100%;
      height: 34px;
      border: 1px solid #d0d0d0;
      font-size: 14px;
      text-align: center; }
    .cart-list-wrapper .cart-list-item .quantity-inner .quantity-button {
      position: absolute;
      top: 0;
      width: 35px;
      height: 34px;
      line-height: 32px;
      font-size: 11px;
      border: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      color: var(--body-color);
      -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; }
      .cart-list-wrapper .cart-list-item .quantity-inner .quantity-button:hover {
        color: #000; }
    .cart-list-wrapper .cart-list-item .quantity-inner .quantity-up {
      right: 0;
      justify-content: center; }
    .cart-list-wrapper .cart-list-item .quantity-inner .quantity-down {
      left: 0;
      z-index: 1;
      justify-content: center; }
      .cart-list-wrapper .cart-list-item .quantity-inner:hover input {
        border-color: #000; }
  .cart-list-wrapper .cart-list-item .item-price, .cart-list-wrapper .cart-list-item .item-subtotal {
    font-size: 16px;
    color: var(--heading-color);
    padding-top: 4px; }
  .cart-list-wrapper .cart-list-item .remove {
    font-size: 12px;
    color: #999999; }
    .cart-list-wrapper .cart-list-item .remove:hover {
      color: var(--link-color); }
  @media (max-width: 575px) {
    .cart-list-wrapper .cart-list-item .cart-item-info {
      position: relative; }
    .cart-list-wrapper .cart-list-item .col-remove {
      position: absolute;
      top: 0;
      right: 0;
      width: auto !important; }
    .cart-list-wrapper .cart-list-item .item-name {
      padding-top: 0;
      margin-bottom: 5px; }
    .cart-list-wrapper .cart-list-item .item-subtotal {
      margin-top: 5px; }
      .cart-list-wrapper .cart-list-item .item-subtotal .lbl {
        color: var(--body-color); } }

.coupon {
  border: 1px solid #d0d0d0;
  padding: 23px 30px 35px 30px;
  margin-top: 55px; }
@media (max-width: 480px) {
  .coupon {
    padding: 18px 15px 24px 15px; } }
.coupon label {
  font-size: 20px;
  line-height: 1.5;
  color: var(--heading-color);
  margin-bottom: 15px; }
@media (max-width: 480px) {
  .coupon label {
    margin-bottom: 10px; } }
.coupon .pxl-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  color: #000; }
@media (max-width: 480px) {
  .coupon .pxl-icon {
    display: none; } }
.coupon .input-text {
  border: 1px solid #d0d0d0;
  height: 50px;
  padding: 0 120px 0 50px; }
@media (max-width: 480px) {
  .coupon .input-text {
    padding: 0 20px 0 20px; } }
.coupon .input-text:hover {
  border-color: #000; }
@media (min-width: 481px) {
  .coupon .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    background-color: transparent;
    color: #000;
    padding: 0 24px;
    font-size: 14px;
    letter-spacing: 0.05em;
    border: 0; }
    .coupon .button:hover, .coupon .button:active, .coupon .button:focus {
      color: #999999; } }
@media (max-width: 480px) {
  .coupon .button {
    margin-top: 15px;
    width: 100%; } }

.cart-collaterals {
  background-color: #f0f1f4;
  position: relative;
  margin-top: 10px; }
  .cart-collaterals .cart_totals {
    position: relative;
    padding: 30px 35px 25px 35px; }
  @media (max-width: 480px) {
    .cart-collaterals .cart_totals {
      padding: 25px 15px 20px 15px; } }
  .cart-collaterals .cart_totals:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -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; }
  .cart-collaterals .cart_totals:after {
    content: "";
    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%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-family: "LineIconsProLight";
    -webkit-animation: spin 1s infinite linear;
    -khtml-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -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; }
  .cart-collaterals:before {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url("../images/cart-total-shap-top.png");
    position: absolute;
    top: -10px;
    left: 0;
    background-repeat: repeat-x; }
  .cart-collaterals:after {
    content: "";
    width: 100%;
    height: 10px;
    background-image: url("../images/cart-total-shap-bot.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    background-repeat: repeat-x; }
  .cart-collaterals .pxl-heading {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0; }
  .cart-collaterals .cart-total-row {
    margin-bottom: 15px; }
  .cart-collaterals span.lbl {
    font-size: 16px;
    letter-spacing: 0.015em; }
  .cart-collaterals span.value {
    font-size: 16px;
    letter-spacing: 0.015em;
    color: var(--heading-color); }
  .cart-collaterals .woocommerce-shipping-totals {
    padding-bottom: 30px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d0d0d0; }
  .cart-collaterals .nice-select.shipping_method {
    border: 1px solid #cecece;
    background-color: #fff;
    padding-left: 18px;
    letter-spacing: 0.015em; }
    .cart-collaterals .nice-select.shipping_method span.current {
      color: var(--heading-color); }
    .cart-collaterals .nice-select.shipping_method:after {
      right: 16px; }
  .cart-collaterals .woocommerce-shipping-calculator {
    margin-top: 10px; }
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
      font-size: 16px;
      letter-spacing: 0.015em;
      color: var(--body-color); }
      .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
        color: var(--link-color); }
    .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
      margin-top: 10px; }
      .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button {
        width: 100%; }
    .cart-collaterals .woocommerce-shipping-calculator .select2-container.select2-container--default .select2-selection--single {
      border: 1px solid #cecece; }
    .cart-collaterals .woocommerce-shipping-calculator .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 18px; }
      .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow:after {
        position: absolute;
        font-size: 13px;
        font-style: normal;
        font-family: "LineIconsProLight";
        content: "";
        right: 16px;
        top: 50%;
        color: var(--body-color);
        height: 100%;
        transform: translate(0, -50%);
        display: flex;
        align-items: center; }
    .cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
    .cart-collaterals .woocommerce-shipping-calculator .input-text {
      padding: 0 18px;
      border: 1px solid #cecece; }
  .cart-collaterals .order-total {
    margin-bottom: 10px; }
    .cart-collaterals .order-total span.lbl {
      font-size: 18px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .cart-collaterals .order-total span.value {
      font-size: 20px;
      font-weight: 600;
      color: #000;
      letter-spacing: 0.015em; }
      .cart-collaterals .order-total span.value strong {
        font-weight: 600; }
  .cart-collaterals .wc-proceed-to-checkout {
    padding-bottom: 30px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d0d0d0; }
  .cart-collaterals .checkout-button {
    width: 100%; }
  .cart-collaterals .payment_method_text {
    font-size: 16px;
    color: var(--heading-color);
    margin-bottom: 10px; }
  .cart-collaterals .blockUI.blockOverlay {
    position: relative !important;
    display: none !important; }
    .cart-collaterals .cart_totals.processing:before {
      opacity: 1;
      visibility: visible; }
    .cart-collaterals .cart_totals.processing:after {
      opacity: 1;
      visibility: visible; }

.woocommerce-cart-form .continue-shopping {
  margin-top: 40px; }
.woocommerce-cart-form .pxl-continue-shop {
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 3px; }

.cart-cross-sell {
  padding-top: 120px; }
@media (max-width: 1199px) {
  .cart-cross-sell {
    padding-top: 80px; } }
.cart-cross-sell h3 {
  margin-bottom: 45px; }
@media (max-width: 1199px) {
  .cart-cross-sell h3 {
    margin-bottom: 30px; } }

.pxl-cart-empty .woocommerce-info {
  margin-bottom: 30px; }
.pxl-cart-empty .return-to-shop {
  text-align: center; }

.ywgc_have_code .woocommerce-info {
  margin-bottom: 30px; }

.cart-item-info-inner .item-name > .wpro-pre-order-availability-date-cart {
  display: none; }

.pxl-checkout-content-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  position: relative;
  text-align: center;
  line-height: 14px;
  margin-right: 13px; }
  .pxl-checkout-content-wrap input[type="checkbox"]:after {
    content: "";
    font-family: "LineIconsProLight";
    font-size: 10px;
    color: #fff;
    opacity: 0; }
  .pxl-checkout-content-wrap input[type="checkbox"]:checked[type=checkbox] {
    background: var(--primary-color);
    border-color: var(--primary-color); }
    .pxl-checkout-content-wrap input[type="checkbox"]:checked[type=checkbox]:after {
      opacity: 1; }
.pxl-checkout-content-wrap input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  position: relative;
  text-align: center;
  line-height: 14px;
  margin-right: 13px; }
  .pxl-checkout-content-wrap input[type="radio"]:after {
    content: "";
    font-family: "LineIconsProLight";
    font-size: 10px;
    color: #fff;
    opacity: 0; }
  .pxl-checkout-content-wrap input[type="radio"]:checked[type=radio] {
    background: var(--primary-color);
    border-color: var(--primary-color); }
    .pxl-checkout-content-wrap input[type="radio"]:checked[type=radio]:after {
      opacity: 1; }
.pxl-checkout-content-wrap .content-top-inner {
  padding-right: 70px; }
@media (max-width: 1199px) {
  .pxl-checkout-content-wrap .content-top-inner {
    padding-right: 30px; } }
@media (max-width: 991px) {
  .pxl-checkout-content-wrap .content-top-inner {
    padding-right: 0; } }
@media (max-width: 575px) {
  .pxl-checkout-content-wrap .content-top-inner div + div {
    margin-top: 20px; } }
.pxl-checkout-content-wrap .pxl-heading {
  font-size: 20px; }
.pxl-checkout-content-wrap .customer-details {
  padding-right: 70px; }
@media (max-width: 1199px) {
  .pxl-checkout-content-wrap .customer-details {
    padding-right: 30px; } }
@media (max-width: 991px) {
  .pxl-checkout-content-wrap .customer-details {
    padding-right: 0; } }

.pxl-login-form-checkout {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding: 0;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 0;
  scrollbar-width: none;
  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; }
@media (max-width: 767px) {
  .pxl-login-form-checkout {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px); } }
.pxl-login-form-checkout .pxl-hidden-template-wrap {
  width: calc(100% - 40px);
  max-width: 570px;
  position: relative;
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  max-height: 100vh;
  padding: 35px 50px 65px;
  overflow-y: auto;
  -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); }
@media (max-width: 575px) {
  .pxl-login-form-checkout .pxl-hidden-template-wrap {
    padding: 25px 20px 35px; } }
.pxl-login-form-checkout .pxl-hidden-template-wrap::-webkit-scrollbar {
  height: 0;
  width: 0;
  background-color: transparent; }
.pxl-login-form-checkout .pxl-hidden-template-wrap::-webkit-scrollbar-track {
  border-radius: 0; }
.pxl-login-form-checkout .pxl-hidden-template-wrap::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent; }
.pxl-login-form-checkout .pxl-hidden-template-wrap:hover::-webkit-scrollbar {
  width: 0;
  height: auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0; }
.pxl-login-form-checkout .pxl-hidden-template-wrap:hover::-webkit-scrollbar-thumb {
  background-color: rgba(48, 48, 48, 0.1); }
.pxl-login-form-checkout .pxl-panel-header {
  margin-bottom: 68px; }
.pxl-login-form-checkout .pxl-panel-content {
  position: relative;
  flex: 1; }
.pxl-login-form-checkout .pxl-title {
  font-size: 30px;
  color: var(--heading-color); }
.pxl-login-form-checkout .pxl-close {
  font-size: 18px;
  color: var(--heading-color); }
  .pxl-login-form-checkout .pxl-close:hover {
    color: #999999; }
.pxl-login-form-checkout.open {
  height: 100%;
  -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-login-form-checkout.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);
    background: #fff; }

.woocommerce-form-login .form-fields + .form-fields, .woocommerce-form-register .form-fields + .form-fields {
  margin-top: 30px; }
.woocommerce-form-login .input-text, .woocommerce-form-register .input-text {
  font-size: 16px;
  height: 40px; }
  .woocommerce-form-login .input-text::-webkit-input-placeholder, .woocommerce-form-register .input-text::-webkit-input-placeholder {
    font-size: 16px; }
  .woocommerce-form-login .input-text:-moz-placeholder, .woocommerce-form-register .input-text:-moz-placeholder {
    font-size: 16px; }
  .woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-form-register .input-text::-moz-placeholder {
    font-size: 16px; }
  .woocommerce-form-login .input-text:-ms-input-placeholder, .woocommerce-form-register .input-text:-ms-input-placeholder {
    font-size: 16px; }
.woocommerce-form-login .password-input, .woocommerce-form-register .password-input {
  position: relative;
  display: block; }
.woocommerce-form-login .show-password-input, .woocommerce-form-register .show-password-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  padding: 0 0 0 10px;
  border: 0;
  font-size: 18px;
  color: #999999;
  display: inline-block;
  line-height: 40px;
  cursor: pointer;
  -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; }
  .woocommerce-form-login .show-password-input:before, .woocommerce-form-register .show-password-input:before {
    content: "";
    font-family: "LineIconsProRegular"; }
  .woocommerce-form-login .show-password-input:hover, .woocommerce-form-register .show-password-input:hover {
    color: #000; }
.woocommerce-form-login .form-actions, .woocommerce-form-register .form-actions {
  margin-top: 47px; }
.woocommerce-form-login .remember-forgot, .woocommerce-form-register .remember-forgot {
  margin-bottom: 42px; }
  .woocommerce-form-login .remember-forgot label, .woocommerce-form-register .remember-forgot label {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.015em;
    margin: 0; }
    .woocommerce-form-login .remember-forgot .lost_password a, .woocommerce-form-register .remember-forgot .lost_password a {
      color: #0099cc;
      font-size: 14px; }
      .woocommerce-form-login .remember-forgot .lost_password a:hover, .woocommerce-form-register .remember-forgot .lost_password a:hover {
        color: var(--link-color); }
.woocommerce-form-login button[type="submit"], .woocommerce-form-register button[type="submit"] {
  width: 100%;
  padding: 14px 35px 14px 35px; }

.checkout-content-top {
  margin-bottom: 45px; }
  .checkout-content-top .checkout-login-btn-toggle {
    width: 100%;
    padding: 14px 16px 14px 16px;
    text-align: left;
    justify-content: flex-start;
    height: 50px;
    border-color: #d0d0d0;
    font-size: 14px;
    text-transform: capitalize; }
    .checkout-content-top .checkout-login-btn-toggle .pxl-icon {
      font-size: 20px;
      margin-right: 15px; }
    .checkout-content-top .checkout-login-btn-toggle:hover, .checkout-content-top .checkout-login-btn-toggle:active, .checkout-content-top .checkout-login-btn-toggle:focus {
      border-color: var(--primary-color); }
  .checkout-content-top form.woocommerce-form-login {
    display: block !important; }
  .checkout-content-top form.checkout_coupon {
    display: block !important; }
    .checkout-content-top form.checkout_coupon .pxl-icon {
      position: absolute;
      left: 16px;
      top: 50%;
      font-size: 20px;
      margin-top: -10px;
      color: #000; }
    @media (max-width: 480px) {
      .checkout-content-top form.checkout_coupon .pxl-icon {
        display: none; } }
    .checkout-content-top form.checkout_coupon .input-text {
      border: 1px solid #d0d0d0;
      height: 50px;
      padding: 0 120px 0 50px; }
    @media (max-width: 480px) {
      .checkout-content-top form.checkout_coupon .input-text {
        padding: 0 20px 0 20px; } }
    .checkout-content-top form.checkout_coupon .input-text:hover {
      border-color: #000; }
    .checkout-content-top form.checkout_coupon .button {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      background-color: transparent;
      color: #000;
      padding: 0 24px;
      font-size: 14px;
      letter-spacing: 0.05em;
      border: 0; }
      .checkout-content-top form.checkout_coupon .button:hover, .checkout-content-top form.checkout_coupon .button:active, .checkout-content-top form.checkout_coupon .button:focus {
        color: #999999; }

.woocommerce-checkout ul.woocommerce-error {
  margin-bottom: 120px;
  list-style: none;
  font-size: 16px;
  padding: 30px 15px 30px 45px; }
  .woocommerce-checkout ul.woocommerce-error:before {
    top: 26px;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .woocommerce-checkout ul.woocommerce-error strong {
    font-weight: 400;
    color: var(--heading-color); }

.woocommerce-checkout .select2-container .select2-dropdown {
  border: 1px solid #999;
  top: 3px; }

.pxl-checkout-wrap .form-row {
  margin-bottom: 20px; }
  .pxl-checkout-wrap .form-row:last-child {
    margin-bottom: 0; }
.pxl-checkout-wrap input[type="text"], .pxl-checkout-wrap input[type="email"], .pxl-checkout-wrap input[type="url"], .pxl-checkout-wrap input[type="password"], .pxl-checkout-wrap input[type="search"], .pxl-checkout-wrap input[type="tel"], .pxl-checkout-wrap input[type="number"], .pxl-checkout-wrap input[type="range"], .pxl-checkout-wrap input[type="date"], .pxl-checkout-wrap input[type="month"], .pxl-checkout-wrap input[type="week"], .pxl-checkout-wrap input[type="time"], .pxl-checkout-wrap input[type="datetime"], .pxl-checkout-wrap input[type="datetime-local"], .pxl-checkout-wrap input[type="color"], .pxl-checkout-wrap select, .pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single {
  height: 40px; }
.pxl-checkout-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }
.pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #999999; }
.pxl-checkout-wrap .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
  color: #000; }
.pxl-checkout-wrap .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .pxl-checkout-wrap .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-color: transparent;
  border-bottom-color: #000; }
.pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  top: 0;
  right: 0;
  width: 15px;
  line-height: 40px; }
  .pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "";
    font-size: 14px;
    font-family: "LineIconsProLight"; }
  .pxl-checkout-wrap .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
@media (min-width: 576px) {
  .pxl-checkout-wrap .form-row-first {
    width: 50%;
    padding-right: 15px;
    display: inline-block; }
  .pxl-checkout-wrap .form-row-last {
    width: 50%;
    padding-left: 15px;
    display: inline-block; } }

.woocommerce-billing-fields {
  margin-bottom: 45px; }

.woocommerce-account-fields {
  margin-bottom: 10px; }
  .woocommerce-account-fields label {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.015em; }

.woocommerce-shipping-fields {
  margin-bottom: 32px; }
  .woocommerce-shipping-fields .ship-to-different-address label {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.015em; }

.woocommerce-additional-fields textarea {
  height: 130px; }

@media (max-width: 991px) {
  .checkout-col-right {
    margin-top: 80px; } }

.checkout-review-wrap {
  margin-top: -88px;
  background-color: #f0f1f4;
  position: relative; }
@media (max-width: 991px) {
  .checkout-review-wrap {
    margin-top: 0; } }
.checkout-review-wrap:before {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/cart-total-shap-top.png);
  position: absolute;
  top: -10px;
  left: 0;
  background-repeat: repeat-x; }
.checkout-review-wrap:after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../images/cart-total-shap-bot.png);
  position: absolute;
  bottom: -10px;
  left: 0;
  background-repeat: repeat-x; }
.checkout-review-wrap .order-review-heading {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d0d0; }
.checkout-review-wrap select {
  background-color: transparent;
  border-color: transparent; }
.checkout-review-wrap .nice-select {
  border-bottom: 0;
  margin-top: -6px; }
  .checkout-review-wrap .nice-select span.current {
    color: var(--body-color);
    -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; }
  .checkout-review-wrap .nice-select:hover span.current {
    color: #000; }
.checkout-review-wrap .checkout-review-inner {
  padding: 30px 50px 55px 50px; }
@media (max-width: 575px) {
  .checkout-review-wrap .checkout-review-inner {
    padding: 30px 35px 55px 35px; } }
@media (max-width: 480px) {
  .checkout-review-wrap .checkout-review-inner {
    padding: 25px 15px 20px 15px; } }
.checkout-review-wrap .checkout-review-inner .woocommerce-checkout-review-order-table {
  position: static !important; }
.checkout-review-wrap .checkout-review-inner .blockUI.blockOverlay {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent !important; }
  .checkout-review-wrap .checkout-review-inner .blockUI.blockOverlay:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    bottom: -10px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    -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; }
  .checkout-review-wrap .checkout-review-inner .blockUI.blockOverlay:after {
    content: "";
    position: absolute;
    top: 45%;
    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%);
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    font-family: "LineIconsProLight";
    -webkit-animation: spin 1s infinite linear;
    -khtml-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    z-index: 3;
    -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; }
.checkout-review-wrap .shop_table {
  padding-bottom: 25px; }
  .checkout-review-wrap .review-order-list .cart_item + .cart_item {
    margin-top: 25px; }
    .checkout-review-wrap .review-order-list .product-thumbs img {
      width: 45px; }
  .checkout-review-wrap .review-order-list .product-name {
    font-size: 16px;
    line-height: 24px;
    color: var(--heading-color); }
  .checkout-review-wrap .review-order-list .variation {
    margin-top: 8px;
    padding-bottom: 4px;
    line-height: 1;
    color: #999999; }
    .checkout-review-wrap .review-order-list .variation span {
      margin: 0;
      padding: 0;
      position: relative;
      display: inline-flex; }
      .checkout-review-wrap .review-order-list .variation span + span {
        padding-left: 8px; }
        .checkout-review-wrap .review-order-list .variation span + span:before {
          content: ",";
          position: absolute;
          left: 0; }
  .checkout-review-wrap .review-order-list .product-total {
    font-size: 16px;
    line-height: 1.2;
    color: var(--heading-color); }
.checkout-review-wrap .review-order-subtotal-shiping {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #d0d0d0; }
  .checkout-review-wrap .review-order-subtotal-shiping .lbl {
    font-size: 16px; }
  .checkout-review-wrap .review-order-subtotal-shiping .value {
    font-size: 16px;
    color: #000; }
  .checkout-review-wrap .review-order-subtotal-shiping .nice-select span.current {
    font-size: 16px; }
.checkout-review-wrap .order-total {
  padding-top: 25px;
  margin-top: 12px;
  border-top: 1px solid #d0d0d0; }
  .checkout-review-wrap .order-total span.lbl {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .checkout-review-wrap .order-total span.value {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.015em; }
    .checkout-review-wrap .order-total span.value strong {
      font-weight: 600; }

.woocommerce-checkout-payment {
  padding-top: 25px;
  border-top: 1px solid #d0d0d0;
  position: static !important; }
  .woocommerce-checkout-payment .blockUI.blockOverlay {
    position: relative !important;
    display: none !important; }
  .woocommerce-checkout-payment ul.payment_methods {
    margin: 0;
    list-style: none outside; }
    .woocommerce-checkout-payment ul.payment_methods li {
      margin: 0; }
      .woocommerce-checkout-payment ul.payment_methods li + li {
        margin-top: 15px; }
      .woocommerce-checkout-payment ul.payment_methods li label {
        font-size: 16px;
        letter-spacing: 0.015em;
        color: #000000; }
      .woocommerce-checkout-payment ul.payment_methods li .payment_box {
        font-size: 14px;
        line-height: 24px;
        color: #999999;
        letter-spacing: 0.015em;
        padding-left: 40px; }
      .woocommerce-checkout-payment ul.payment_methods li input {
        margin: 0 19px 0 0;
        float: left; }
      .woocommerce-checkout-payment ul.payment_methods li img {
        vertical-align: middle;
        padding: 0;
        position: relative;
        max-width: 150px; }
      .woocommerce-checkout-payment ul.payment_methods li img + img {
        margin-left: 2px; }
  .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.015em;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #d0d0d0; }
    .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper a {
      text-decoration: underline;
      text-underline-offset: 3px; }
  .woocommerce-checkout-payment button[type="submit"] {
    width: 100%;
    margin-top: 35px; }

.pxl-thankyou {
  font-size: 16px; }

ul.order_details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  list-style: none;
  margin-bottom: 45px; }
@media (max-width: 767px) {
  ul.order_details {
    column-gap: 0; } }
ul.order_details li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }
@media (max-width: 1199px) {
  ul.order_details li {
    border: 0;
    float: none;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  ul.order_details li {
    flex: 0 0 auto;
    width: 50%; } }
ul.order_details li:last-child {
  margin-right: 0;
  padding-right: 0; }
ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
  margin-top: 5px;
  color: #000;
  font-weight: 600; }
@media (max-width: 1024px) {
  ul.order_details li strong {
    font-weight: 400; } }
ul.order_details li:last-of-type {
  border: none; }

.woocommerce-order-details__title, .woocommerce-column__title {
  margin: 0;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  color: var(--heading-color);
  margin-bottom: 15px; }

.wc-bacs-bank-details-account-name {
  font-weight: bold; }

.woocommerce-order-downloads {
  margin-bottom: 45px; }
  .woocommerce-order-downloads *:last-child {
    margin-bottom: 0; }

.woocommerce-order-details table {
  border-radius: 0; }
  .woocommerce-order-details table th, .woocommerce-order-details table td {
    padding: 8px 15px; }
  .woocommerce-order-details table th {
    font-weight: 400; }
  .woocommerce-order-details table strong {
    font-weight: 400; }
.woocommerce-order-details tfoot tr:last-child th {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 0; }
.woocommerce-order-details tfoot tr:last-child td {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.015em;
  border-bottom: 0; }

.woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid #d8d8d8;
  text-align: left;
  width: 100%;
  border-radius: 0;
  padding: 8px 16px; }
.woocommerce-customer-details .woocommerce-customer-details--phone, .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0; }
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "pxli";
  content: "";
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }
.woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "pxli";
  content: "";
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute; }

.wc-item-meta li {
  display: flex; }
  .wc-item-meta li .wc-item-meta-label {
    margin-right: 5px; }

.woosw-btn.woosw-added {
  color: var(--second-color); }
  .woosw-btn.woosw-added:before {
    display: none; }

.woosw-btn.woosw-adding .pxl-icon {
  -webkit-animation: pxl-spin 2s linear infinite;
  -khtml-animation: pxl-spin 2s linear infinite;
  -moz-animation: pxl-spin 2s linear infinite;
  -ms-animation: pxl-spin 2s linear infinite;
  -o-animation: pxl-spin 2s linear infinite;
  animation: pxl-spin 2s linear infinite; }
  .woosw-btn.woosw-adding .pxl-icon:before {
    content: "";
    font-family: "LineIconsProRegular"; }
.woosw-btn.woosw-adding:after {
  display: none !important; }

.woosc-btn.woosc-btn-added:before {
  content: "";
  font-family: "LineIconsProLight"; }

.woosc-area .added_to_cart {
  margin-left: 10px; }

#woosq-popup.woosq-popup {
  max-width: 1170px;
  max-height: 736px; }
  #woosq-popup .woosq-product > .product > div {
    height: 736px;
    max-height: 736px; }
    #woosq-popup .woosq-product > .product .summary .summary-content {
      padding: 60px 70px; }
    @media (max-width: 1199px) {
      #woosq-popup .woosq-product > .product .summary .summary-content {
        padding: 30px; } }
  @media (max-width: 480px) {
    #woosq-popup .woosq-product > .product .summary .summary-content {
      padding: 30px 20px; } }
  #woosq-popup .woosq-product .thumbnails {
    background-color: #fff;
    max-height: 736px; }
    #woosq-popup .woosq-product .thumbnails .slick-track {
      max-height: 736px; }
    #woosq-popup .woosq-product .thumbnails img {
      width: 100%;
      height: 100%;
      object-fit: cover !important;
      max-height: 736px; }
    #woosq-popup .woosq-product .thumbnails .slick-arrow {
      color: #999999; }
      #woosq-popup .woosq-product .thumbnails .slick-arrow:hover {
        color: #000;
        background-color: transparent; }
      #woosq-popup .woosq-product .thumbnails .slick-arrow:before {
        font-size: 30px;
        font-family: "LineIconsProLight"; }
      #woosq-popup .woosq-product .thumbnails .slick-arrow.slick-prev {
        left: 15px; }
        #woosq-popup .woosq-product .thumbnails .slick-arrow.slick-prev:before {
          content: ""; }
      #woosq-popup .woosq-product .thumbnails .slick-arrow.slick-next {
        right: 15px; }
        #woosq-popup .woosq-product .thumbnails .slick-arrow.slick-next:before {
          content: ""; }
    #woosq-popup .woosq-product .thumbnails .slick-dots li {
      width: 30px;
      height: 30px;
      -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; }
      #woosq-popup .woosq-product .thumbnails .slick-dots li button {
        opacity: 1;
        width: 30px;
        height: 30px;
        padding: 0;
        -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; }
        #woosq-popup .woosq-product .thumbnails .slick-dots li button:before {
          display: inline-block;
          background-color: #999999;
          -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.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; }
      #woosq-popup .woosq-product .thumbnails .slick-dots li:hover, #woosq-popup .woosq-product .thumbnails .slick-dots li.slick-active {
        width: 56px; }
        #woosq-popup .woosq-product .thumbnails .slick-dots li:hover button, #woosq-popup .woosq-product .thumbnails .slick-dots li.slick-active button {
          width: 56px;
          padding: 0 10px; }
          #woosq-popup .woosq-product .thumbnails .slick-dots li:hover button:before, #woosq-popup .woosq-product .thumbnails .slick-dots li.slick-active button:before {
            width: 100%;
            background-color: var(--primary-color); }
    #woosq-popup .woosq-product .thumbnails .product-badges {
      position: absolute;
      top: 20px;
      left: 20px;
      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-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center; }
      #woosq-popup .woosq-product .thumbnails .product-badges > div {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        line-height: 24px;
        padding: 0 10px;
        min-width: 72px;
        color: #fff;
        background-color: var(--second-color); }
        #woosq-popup .woosq-product .thumbnails .product-badges > div.out-of-stock {
          background-color: #999999; }
#woosq-popup .product_title {
  font-size: 30px;
  margin-bottom: 0; }
@media (max-width: 480px) {
  #woosq-popup .product_title {
    font-size: 24px;
    margin-bottom: 10px; } }
#woosq-popup .price {
  font-size: 20px;
  font-weight: 600;
  color: #010101;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px; }
@media (max-width: 1199px) {
  #woosq-popup .price {
    font-size: 18px; } }
@media (max-width: 991px) {
  #woosq-popup .price {
    font-size: 16px; } }
#woosq-popup .price del {
  order: 2;
  color: #999999;
  margin-left: 6px; }
#woosq-popup .price ins {
  color: var(--second-color); }
#woosq-popup .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px; }
  #woosq-popup .pxl-variation-row .guide {
    display: none; }
#woosq-popup .reset_variations {
  display: none !important; }
#woosq-popup .product_meta {
  margin-bottom: 0; }
@media (max-width: 480px) {
  #woosq-popup .pxl-add-to-cart-wrap > .col {
    flex: 0 0 100%;
    width: 100%; }
    #woosq-popup .pxl-add-to-cart-wrap > .col + .col {
      margin-top: 10px; } }

@media (max-width: 767px) {
  table.woosw-content-items tr.woosw-content-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    table.woosw-content-items tr.woosw-content-item > * {
      max-width: 100%; } }
table.woosw-content-items tr.woosw-content-item td {
  padding: 24px;
  border-left: 0;
  border-right: 0; }
@media (max-width: 767px) {
  table.woosw-content-items tr.woosw-content-item td {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
  text-align: center; }
@media (min-width: 1200px) {
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
    width: 88px; } }
@media (max-width: 767px) {
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove {
    position: relative;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before, table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    top: 50%;
    background-color: #999999;
    transform-origin: 50% 50%;
    opacity: 1;
    font-size: 20px;
    -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; }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover {
    border-color: var(--primary-color); }
    table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:before, table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:after {
      background-color: var(--primary-color);
      -webkit-transform: rotate(0deg);
      -khtml-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  @media (max-width: 767px) {
    table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
      position: absolute;
      top: 15px;
      right: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image {
  padding-left: 0;
  padding-right: 0;
  width: 72px; }
@media (max-width: 767px) {
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image {
    padding-left: 15px; } }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--image img {
  width: 72px; }
@media (min-width: 992px) {
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
    width: 332px;
    float: left; } }
@media (min-width: 1200px) {
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
    width: 420px;
    float: left; } }
@media (min-width: 1600px) {
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--title {
    width: 465px;
    float: left; } }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a {
  font-weight: 500;
  color: var(--heading-color); }
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--title a:hover {
    color: var(--link-color-hover); }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px; }
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
    order: 2;
    padding-left: 6px;
    font-size: 14px;
    line-height: 32px;
    color: #999999; }
    [dir="rtl"] table.woosw-content-items tr.woosw-content-item .woosw-content-item--price del {
      padding-left: 0;
      padding-right: 6px; }
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--price ins {
    font-weight: inherit;
    text-decoration: none; }
  @media (min-width: 992px) {
    table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
      width: 160px;
      float: left; } }
@media (min-width: 1200px) {
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
    width: 180px;
    float: left; } }
@media (min-width: 1600px) {
  table.woosw-content-items tr.woosw-content-item .woosw-content-item--price {
    width: 288px;
    float: left; } }
table.woosw-content-items tr.woosw-content-item .woosw-content-item--time {
  display: none; }
table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions {
  text-align: right; }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .woosw-content-item--stock {
    display: none; }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .btn {
    min-width: 220px; }
  @media (max-width: 575px) {
    table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .btn {
      width: 100%; } }
  table.woosw-content-items tr.woosw-content-item td.woosw-content-item--actions .pxl-btn-icon {
    font-size: 14px;
    margin-left: 4px; }

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
  font-size: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #E0E0E0;
  color: #E0E0E0;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 20px;
    top: 50%;
    background-color: #999999;
    transform-origin: 50% 50%;
    opacity: 1;
    font-size: 20px;
    -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; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span.removing, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover {
    border-color: var(--primary-color); }
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span.removing:after, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:before, .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span:hover:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span.removing:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span.removing:after, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:before, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span:hover:after {
      background-color: var(--primary-color);
      -webkit-transform: rotate(0deg);
      -khtml-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  @media (max-width: 767px) {
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove span, .woosw-list table.woosw-content-items tr.woosw-content-item td.woosw-content-item--remove span {
      position: absolute;
      top: 15px;
      right: 15px; } }

.woosw-actions:empty {
  display: none; }

.pxl-wishlist-page .pxl-content-area {
  margin-bottom: 0; }

.woosw-list table.woosw-content-items tr:nth-child(2n) td {
  background-color: transparent; }

.woosw-list table.woosw-content-items tr:hover td {
  background-color: transparent; }

@media (min-width: 768px) {
  .woosw-area .woosw-inner .woosw-content {
    width: 100%;
    max-width: 738px; } }
@media (min-width: 992px) {
  .woosw-area .woosw-inner .woosw-content {
    width: 100%;
    max-width: 800px; } }
.woosw-area .woosw-inner .woosw-content .woosw-content-top {
  color: var(--heading-color);
  background-color: #F2F2F2; }
.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
  color: var(--heading-color);
  background-color: #F2F2F2; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-bot a, .woosw-area .woosw-inner .woosw-content .woosw-content-bot span {
    color: var(--heading-color) !important;
    text-decoration: none !important;
    -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; }
    .woosw-area .woosw-inner .woosw-content .woosw-content-bot a:hover, .woosw-area .woosw-inner .woosw-content .woosw-content-bot span:hover {
      color: var(--primary-color) !important; }
.woosw-area .woosw-inner .woosw-content .woosw-content-item--remove span.removing:before {
  animation: none !important;
  -webkit-animation: none !important; }
.woosw-area .woosw-inner .woosw-content .added_to_cart {
  margin-left: 10px; }

.woosw-list {
  font-size: 16px; }
@media (max-width: 575px) {
  .woosw-list {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }
.woosw-list table.woosw-items {
  border-radius: 0; }
@media (max-width: 767px) {
  .woosw-list table.woosw-items {
    font-size: 14px; } }
.woosw-list table.woosw-items tr th, .woosw-list table.woosw-items tr td {
  padding: 8px 15px;
  border-color: #d0d0d0; }
.woosw-list table.woosw-items .woosw-item .woosw-item--image a {
  display: block;
  width: 70px; }
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  .woosw-list table.woosw-items .woosw-item .woosw-item--name a:hover {
    color: var(--link-color-hover); }
.woosw-list table.woosw-items .woosw-item .added_to_cart, .woosw-list table.woosw-items .woosw-item button, .woosw-list table.woosw-items .woosw-item .button {
  padding: 12px 35px 12px 35px;
  display: block; }
.woosw-list table.woosw-items .woosw-item .pxl-add-to-cart.added {
  display: none; }
.woosw-list table.woosw-items .woosw-item .woosw-item--stock {
  display: none; }
.woosw-list .woosw-actions {
  display: none; }

body .mfp-bg {
  background-color: rgba(0, 0, 0, 0.4); }

body .mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 1; }

.woosw-popup {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4); }
  .woosw-popup .woosw-popup-inner .woosw-popup-content {
    width: calc(100% - 40px);
    max-width: 700px; }
.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
  padding: 20px 0;
  border-top: 1px solid #dedede;
  position: relative; }
@media (max-width: 575px) {
  .woosw-popup .woosw-items .woosw-item .woosw-item-inner {
    flex-direction: column;
    justify-content: start;
    align-items: start; } }
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div {
  margin-right: 20px; }
@media (max-width: 575px) {
  .woosw-popup .woosw-items .woosw-item .woosw-item-inner > div {
    margin-right: 0;
    margin-bottom: 10px; } }
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child {
  margin-right: 0; }
@media (max-width: 575px) {
  .woosw-popup .woosw-items .woosw-item .woosw-item-inner > div:last-child {
    margin-bottom: 0; } }
@media (max-width: 575px) {
  .woosw-popup .woosw-items .woosw-item .woosw-item--remove {
    position: absolute;
    right: 20px;
    top: 30px; } }
.woosw-popup .woosw-items .woosw-item .woosw-item--image {
  width: 70px; }
  .woosw-popup .woosw-items .woosw-item .woosw-item--image a {
    display: block; }
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  .woosw-popup .woosw-items .woosw-item .woosw-item--name a:hover {
    color: var(--link-color-hover); }
@media (max-width: 575px) {
  .woosw-popup .woosw-items .woosw-item .woosw-item--info, .woosw-popup .woosw-items .woosw-item .woosw-item--actions {
    width: 100%; } }
.woosw-popup .woosw-items .woosw-item .added_to_cart, .woosw-popup .woosw-items .woosw-item button, .woosw-popup .woosw-items .woosw-item .button {
  padding: 12px 20px 12px 20px;
  display: block;
  min-width: 150px; }
.woosw-popup .woosw-items .woosw-item .pxl-add-to-cart.added {
  display: none; }
.woosw-popup .woosw-items .woosw-item .woosw-item--stock {
  display: none; }

.woosc-area {
  z-index: 99 !important; }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
    font-size: 16px; }
  @media (max-width: 767px) {
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table {
      font-size: 14px; } }
.woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr th {
  border: 1px solid #e2e2e2;
  padding: 15px 15px 15px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
.woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr:nth-child(2n) td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table tbody tr:nth-child(2n) td {
  background-color: #fff !important; }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table tbody tr td {
    border: 1px solid #e2e2e2;
    padding: 12px 15px; }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr th.td-label, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr td.td-label, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table tbody tr th.td-label, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table tbody tr td.td-label {
    background-color: #f2f2f2 !important;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr:hover td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table tbody tr:hover td {
      background-color: #fff !important; }
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table thead tr:hover td.td-label, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table tbody tr:hover td.td-label {
      background-color: #f2f2f2 !important; }
.woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table .added_to_cart, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table button, .woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table .button {
  padding: 12px 20px 12px 20px;
  display: block; }
.woosc-area .woosc-inner .woosc-table .woosc-table-inner table.woosc_table .pxl-add-to-cart.added {
  display: none; }
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.shop_attributes {
  border: 0; }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.shop_attributes th {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.shop_attributes th, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.shop_attributes td {
    border: 0;
    min-width: 0; }

.pxl-myaccount-login-reg-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  position: relative;
  text-align: center;
  line-height: 14px;
  margin-right: 13px; }
  .pxl-myaccount-login-reg-form input[type="checkbox"]:after {
    content: "";
    font-family: "LineIconsProLight";
    font-size: 10px;
    color: #fff;
    opacity: 0; }
  .pxl-myaccount-login-reg-form input[type="checkbox"]:checked[type=checkbox] {
    background: var(--primary-color);
    border-color: var(--primary-color); }
    .pxl-myaccount-login-reg-form input[type="checkbox"]:checked[type=checkbox]:after {
      opacity: 1; }
.pxl-myaccount-login-reg-form .pxl-login-form {
  width: 100%;
  max-width: 570px;
  padding: 40px 50px 65px;
  border: 1px solid #d0d0d0;
  display: none; }
@media (max-width: 575px) {
  .pxl-myaccount-login-reg-form .pxl-login-form {
    padding: 30px 20px 35px; } }
.pxl-myaccount-login-reg-form .pxl-login-form.active {
  display: block; }
.pxl-myaccount-login-reg-form .pxl-login-form h3 {
  font-size: 30px;
  margin-bottom: 68px; }
  .pxl-myaccount-login-reg-form .pxl-login-form .form-actions .button {
    height: 50px; }
  .pxl-myaccount-login-reg-form .pxl-login-form .form-actions a.create-acc {
    margin-top: 15px;
    width: 100%; }
.pxl-myaccount-login-reg-form .pxl-register-form {
  display: none;
  width: 100%;
  max-width: 570px;
  padding: 40px 50px 65px;
  border: 1px solid #d0d0d0;
  display: none; }
@media (max-width: 575px) {
  .pxl-myaccount-login-reg-form .pxl-register-form {
    padding: 30px 20px 35px; } }
.pxl-myaccount-login-reg-form .pxl-register-form.active {
  display: block; }
.pxl-myaccount-login-reg-form .pxl-register-form h3 {
  font-size: 30px;
  margin-bottom: 68px; }
  .pxl-myaccount-login-reg-form .pxl-register-form .form-actions .button {
    width: 100%;
    height: 50px; }
  .pxl-myaccount-login-reg-form .pxl-register-form .form-actions a.btn-login {
    margin-top: 15px; }
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-privacy-policy-text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.015em;
  margin-top: 35px; }
  .pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-privacy-policy-text a {
    text-decoration: underline;
    text-underline-offset: 3px; }
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-password-strength {
  margin-top: 8px;
  color: #d62a28; }
.pxl-myaccount-login-reg-form .pxl-register-form .woocommerce-password-hint {
  color: #cf8207;
  line-height: 24px;
  display: block; }

.pxl-wc-account-wrap .wc-account-nav {
  border: 1px solid #d0d0d0; }
.pxl-wc-account-wrap .avatar-wrap {
  padding: 30px 20px 30px 20px; }
  .pxl-wc-account-wrap .avatar-wrap .profile-preview {
    display: inline-block;
    width: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
    -khtml-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
    -ms-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14);
    box-shadow: 0 18px 29px rgba(0, 0, 0, 0.14); }
  .pxl-wc-account-wrap .avatar-wrap .hello {
    font-size: 14px; }
  .pxl-wc-account-wrap .avatar-wrap .full-name {
    font-size: 20px;
    margin-top: 3px; }
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation li {
  margin: -1px -1px 0; }
  .pxl-wc-account-wrap .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #d0d0d0;
    color: inherit; }
.pxl-wc-account-wrap .woocommerce-MyAccount-navigation .is-active a, .pxl-wc-account-wrap .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: var(--heading-color);
  border-top-color: var(--heading-color); }
@media (max-width: 991px) {
  .pxl-wc-account-wrap .woocommerce-MyAccount-content {
    margin-top: 80px; } }
.pxl-wc-account-wrap .wc-account-content {
  font-size: 16px; }
  .pxl-wc-account-wrap .wc-account-content strong {
    color: var(--heading-color); }
  .pxl-wc-account-wrap .wc-account-content h3 {
    font-size: 20px; }
  .pxl-wc-account-wrap .wc-account-content table {
    border-radius: 0; }
  @media (max-width: 767px) {
    .pxl-wc-account-wrap .wc-account-content table {
      font-size: 14px; } }
  .pxl-wc-account-wrap .wc-account-content table th, .pxl-wc-account-wrap .wc-account-content table td {
    padding: 8px 15px;
    border-color: #d0d0d0; }
  .pxl-wc-account-wrap .wc-account-content table th {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .pxl-wc-account-wrap .wc-account-content table button, .pxl-wc-account-wrap .wc-account-content table .button {
    padding: 10px 20px 10px 20px;
    width: 100%; }
  .pxl-wc-account-wrap .wc-account-content .woocommerce-customer-details {
    margin-top: 50px; }
  .pxl-wc-account-wrap .wc-account-content address {
    font-style: normal; }
  .pxl-wc-account-wrap .wc-account-content .form-row {
    margin-bottom: 20px; }
  .pxl-wc-account-wrap .wc-account-content input[type="text"], .pxl-wc-account-wrap .wc-account-content input[type="email"], .pxl-wc-account-wrap .wc-account-content input[type="url"], .pxl-wc-account-wrap .wc-account-content input[type="password"], .pxl-wc-account-wrap .wc-account-content input[type="search"], .pxl-wc-account-wrap .wc-account-content input[type="tel"], .pxl-wc-account-wrap .wc-account-content input[type="number"], .pxl-wc-account-wrap .wc-account-content input[type="range"], .pxl-wc-account-wrap .wc-account-content input[type="date"], .pxl-wc-account-wrap .wc-account-content input[type="month"], .pxl-wc-account-wrap .wc-account-content input[type="week"], .pxl-wc-account-wrap .wc-account-content input[type="time"], .pxl-wc-account-wrap .wc-account-content input[type="datetime"], .pxl-wc-account-wrap .wc-account-content input[type="datetime-local"], .pxl-wc-account-wrap .wc-account-content input[type="color"], .pxl-wc-account-wrap .wc-account-content select, .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single {
    height: 40px; }
  .pxl-wc-account-wrap .wc-account-content .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #999999; }
  .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #000; }
  .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-color: transparent;
    border-bottom-color: #000; }
  .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    top: 0;
    right: 0;
    width: 15px;
    line-height: 40px; }
    .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
      content: "";
      font-size: 14px;
      font-family: "LineIconsProLight"; }
    .pxl-wc-account-wrap .wc-account-content .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
  @media (max-width: 575px) {
    .pxl-wc-account-wrap .wc-account-content .woocommerce-orders-table {
      display: block;
      overflow-x: auto;
      white-space: nowrap; } }
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address .woocommerce-Address-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address h3 {
  font-size: 20px;
  margin-bottom: 0; }
.pxl-wc-account-wrap .wc-account-content .woocommerce-Address a.edit {
  color: #999999; }
  .pxl-wc-account-wrap .wc-account-content .woocommerce-Address a.edit:hover {
    color: #000; }
.pxl-wc-account-wrap .wc-account-content .woocommerce-address-fields button[type="submit"] {
  margin-top: 30px;
  width: 100%; }
.pxl-wc-account-wrap .wc-account-content .edit-account button[type="submit"] {
  margin-top: 30px;
  width: 100%; }
.pxl-wc-account-wrap .wc-account-content .edit-account fieldset {
  margin-top: 50px;
  padding: 30px; }
@media (max-width: 575px) {
  .pxl-wc-account-wrap .wc-account-content .woosc_list {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }
.pxl-wc-account-wrap .wc-account-content .woosc_list .tr-image img {
  width: 70px; }
.pxl-wc-account-wrap .wc-account-content .woosc_list .tr-content {
  display: none; }
.pxl-wc-account-wrap .wc-account-content .woosc_list .added_to_cart, .pxl-wc-account-wrap .wc-account-content .woosc_list button, .pxl-wc-account-wrap .wc-account-content .woosc_list .button {
  padding: 12px 35px 12px 35px;
  display: block; }
.pxl-wc-account-wrap .wc-account-content .woosc_list .pxl-add-to-cart.added {
  display: none; }
.pxl-wc-account-wrap .wc-account-content .woosc_list .th-placeholder, .pxl-wc-account-wrap .wc-account-content .woosc_list .td-placeholder {
  display: none; }
@media (max-width: 575px) {
  .pxl-wc-account-wrap .wc-account-content .woosw-list {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }
.pxl-wc-account-wrap .wc-account-content .woosw-list table.woosw-items tr th, .pxl-wc-account-wrap .wc-account-content .woosw-list table.woosw-items td {
  padding: 8px 15px; }
.pxl-wc-account-wrap .wc-account-content .woosw-list .woosw-item--image img {
  width: 70px; }
.pxl-wc-account-wrap .wc-account-content .woosw-list .added_to_cart, .pxl-wc-account-wrap .wc-account-content .woosw-list button, .pxl-wc-account-wrap .wc-account-content .woosw-list .button {
  padding: 12px 35px 12px 35px; }
.pxl-wc-account-wrap .wc-account-content .woosw-list .pxl-add-to-cart.added {
  display: none; }
.pxl-wc-account-wrap .wc-account-content .woosw-list .woosw-actions {
  display: none; }

.pxl-ttip {
  position: relative;
  display: inline-block; }
  .pxl-ttip:hover .tt-txt {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s; }

.tt-txt {
  font-size: 0;
  opacity: 0;
  visibility: hidden; }
  .tt-txt:before {
    content: "";
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001;
    margin-bottom: 0;
    left: calc(50% - 6px);
    top: auto;
    bottom: -12px;
    transition: 0.3s; }

.pxl-ttip .tt-txt {
  position: absolute;
  pointer-events: none;
  display: inline-block;
  color: #fff;
  padding: 7px 10px 9px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 0;
  background: #000;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }

.tt-top .tt-txt {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .tt-top .tt-txt:before {
    border-top-color: #000; }
.tt-top:hover .tt-txt {
  -webkit-transform: translate(-50%, -8px);
  -khtml-transform: translate(-50%, -8px);
  -moz-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  -o-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px); }

.tt-top-left .tt-txt, .tt-top-right .tt-txt {
  bottom: 100%;
  left: 50%; }
  .tt-top-left .tt-txt:before, .tt-top-right .tt-txt:before {
    border-top-color: #000; }
.tt-top-left:hover .tt-txt, .tt-top-right:hover .tt-txt {
  -webkit-transform: translate(0, -8px);
  -khtml-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px); }

.tt-top-left .tt-txt {
  -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);
  margin-left: 12px; }
  .tt-top-left .tt-txt:before {
    left: auto;
    right: 6px; }
.tt-top-left:hover .tt-txt {
  -webkit-transform: translate(-100%, -8px);
  -khtml-transform: translate(-100%, -8px);
  -moz-transform: translate(-100%, -8px);
  -ms-transform: translate(-100%, -8px);
  -o-transform: translate(-100%, -8px);
  transform: translate(-100%, -8px); }

.tt-top-right .tt-txt {
  -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);
  margin-left: -12px; }
  .tt-top-right .tt-txt:before {
    left: 6px;
    right: auto; }
.tt-top-right:hover .tt-txt {
  -webkit-transform: translate(0, -8px);
  -khtml-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);
  transform: translate(0, -8px); }

.tt-left .tt-txt {
  left: auto;
  right: 100%;
  bottom: 50%;
  margin-bottom: -14px; }
  .tt-left .tt-txt:before {
    border-left-color: #000;
    margin-right: -11px;
    margin-bottom: -6px;
    right: 0;
    bottom: 50%;
    left: auto; }
.tt-left:hover .tt-txt {
  -webkit-transform: translate(-8px, 0);
  -khtml-transform: translate(-8px, 0);
  -moz-transform: translate(-8px, 0);
  -ms-transform: translate(-8px, 0);
  -o-transform: translate(-8px, 0);
  transform: translate(-8px, 0); }

.tt-right .tt-txt {
  left: 100%;
  bottom: 50%;
  margin-bottom: -14px; }
  .tt-right .tt-txt:before {
    border-right-color: #000;
    margin-left: -11px;
    margin-bottom: -6px;
    left: 0;
    bottom: 50%; }
.tt-right:hover .tt-txt {
  -webkit-transform: translate(8px, 0);
  -khtml-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0); }

.tt-bottom .tt-txt {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .tt-bottom .tt-txt:before {
    border-bottom-color: #000;
    top: -12px;
    bottom: auto; }
.tt-bottom:hover .tt-txt {
  -webkit-transform: translate(-50%, 8px);
  -khtml-transform: translate(-50%, 8px);
  -moz-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  -o-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px); }

.tt-bottom-left .tt-txt, .tt-bottom-right .tt-txt {
  top: 100%;
  left: 50%; }
  .tt-bottom-left .tt-txt:before, .tt-bottom-right .tt-txt:before {
    border-bottom-color: #000;
    top: -12px;
    bottom: auto; }
.tt-bottom-left:hover .tt-txt, .tt-bottom-right:hover .tt-txt {
  -webkit-transform: translate(0, 8px);
  -khtml-transform: translate(0, 8px);
  -moz-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  -o-transform: translate(0, 8px);
  transform: translate(0, 8px); }

.tt-bottom-left .tt-txt {
  -webkit-transform: translate(-100%, 100%);
  -khtml-transform: translate(-100%, 100%);
  -moz-transform: translate(-100%, 100%);
  -ms-transform: translate(-100%, 100%);
  -o-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  margin-left: 12px; }
  .tt-bottom-left .tt-txt:before {
    left: auto;
    right: 6px; }
.tt-bottom-left:hover .tt-txt {
  -webkit-transform: translate(-100%, 8px);
  -khtml-transform: translate(-100%, 8px);
  -moz-transform: translate(-100%, 8px);
  -ms-transform: translate(-100%, 8px);
  -o-transform: translate(-100%, 8px);
  transform: translate(-100%, 8px); }

.tt-bottom-right .tt-txt {
  -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);
  margin-left: -12px; }
  .tt-bottom-right .tt-txt:before {
    left: 6px;
    right: auto; }
.tt-bottom-right:hover .tt-txt {
  -webkit-transform: translate(0, 8px);
  -khtml-transform: translate(0, 8px);
  -moz-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  -o-transform: translate(0, 8px);
  transform: translate(0, 8px); }

[class*="hint--"]:after {
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 14px; }

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #000; }

.pxl-cursor-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  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: center;
  color: #000;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s linear, opacity 0.2s linear;
  display: inline-block; }
@media (max-width: 575px) {
  .pxl-cursor-icon {
    width: 18px;
    height: 18px;
    font-size: 17px; } }
.pxl-cursor-icon.active {
  position: fixed !important;
  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-cursor-icon.hide {
  display: none; }

.logged-in .popup-newsletter .pxl-cursor-icon {
  margin-top: -32px; }

.logged-in .menu-page-popup .pxl-cursor-icon {
  margin-top: -32px; }

.pxl-page-overlay .pxl-cursor-icon {
  color: #fff; }

.pxl-hidden-template .pxl-cursor-icon {
  color: #fff; }

.pxl-archive-post:not(.sticky) .pxli-thumbtack {
  display: none; }

body:not(.theme-core) .post-tags-share {
  justify-content: flex-start; }
  body:not(.theme-core) .single-next-prev-nav .nav-label-wrap {
    margin-bottom: 0; }
  body:not(.theme-core) .single-next-prev-nav .nav-title-wrap {
    display: none; }
body:not(.theme-core) .overflow-hidden-unt {
  overflow: hidden; }

.post-password-form {
  position: relative; }
  .post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0; }

.wp-block-button {
  margin-bottom: 20px; }
  .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0; }

.wp-block-cover {
  color: #fff; }

.single-post p[class], .single-post p[style] {
  line-height: normal;
  clear: both;
  overflow: hidden; }

[class*="wp-block-"] {
  margin-bottom: 30px; }
  [class*="wp-block-"]:first-child {
    margin-top: 0; }
  [class*="wp-block-"]:last-child {
    margin-bottom: 0; }

.pxl-sidebar-area [class*="wp-block-"] {
  margin-top: 0;
  margin-bottom: 0; }
  .pxl-sidebar-area [class*="wp-block-"]:first-child {
    margin-top: 0; }
  .pxl-sidebar-area [class*="wp-block-"]:last-child {
    margin-bottom: 0; }
.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
  line-height: var(--body-line-height); }
.pxl-sidebar-area .widget_block h2 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  margin-bottom: 28px;
  position: relative; }
.pxl-sidebar-area .widget_block ul {
  margin: 0; }
.pxl-sidebar-area .widget_block li > a {
  padding: 7.5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-size: 16px;
  line-height: 24px; }
.pxl-sidebar-area .widget_block .wp-block-latest-posts__list {
  margin-bottom: 0; }

.wp-block-group.has-background {
  padding: 15px 20px; }
.wp-block-group .wp-block-button + * {
  padding-top: 15px; }

.wp-block-rss {
  list-style: none; }

.wp-block-table .has-fixed-layout {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }

.blocks-gallery-caption {
  margin-bottom: 30px; }

.wp-caption.alignright {
  margin-bottom: 0 !important; }

.wp-block-quote br {
  display: none; }

.pxl-sidebar-area .wp-block-latest-comments li {
  margin-bottom: 20px; }
  .pxl-sidebar-area .wp-block-latest-comments li:last-child {
    margin-bottom: 0; }

.pxl-sidebar-area .wp-block-latest-comments [class*="wp-block-"] {
  padding-top: 0;
  padding-bottom: 0; }

.wp-block-search__label {
  margin: 0 0 17px 0;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.33333;
  display: none; }
  .wp-block-search__label:before {
    display: none; }

.wp-block-search__inside-wrapper {
  position: relative; }
  .wp-block-search__inside-wrapper .wp-block-search__input {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    padding-left: 0;
    padding-right: 30px; }
    .wp-block-search__inside-wrapper .wp-block-search__input::-webkit-input-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
    .wp-block-search__inside-wrapper .wp-block-search__input:-moz-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
    .wp-block-search__inside-wrapper .wp-block-search__input::-moz-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
    .wp-block-search__inside-wrapper .wp-block-search__input:-ms-input-placeholder {
      color: #999999;
      font-weight: normal;
      opacity: 1;
      font-size: 16px;
      text-overflow: ellipsis;
      line-height: inherit; }
  .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 0;
    padding: 0;
    background-color: transparent;
    color: #000;
    border: 0;
    border-radius: 0;
    font-size: 0;
    -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; }
    [dir="rtl"] .wp-block-search__inside-wrapper .wp-block-search__button {
      right: auto;
      left: 0; }
    .wp-block-search__inside-wrapper .wp-block-search__button:before {
      content: "";
      font-size: 19px;
      display: inline-block;
      line-height: 45px;
      font-family: "lineicons" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none; }
    .wp-block-search__inside-wrapper .wp-block-search__button:active, .wp-block-search__inside-wrapper .wp-block-search__button:hover, .wp-block-search__inside-wrapper .wp-block-search__button:focus {
      color: var(--primary-color); }

ul.wp-block-archives {
  list-style: none; }

.pxl-login-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  position: relative;
  text-align: center;
  line-height: 14px;
  margin-right: 18px; }
  .pxl-login-wrap input[type="checkbox"]:after {
    content: "";
    font-family: "LineIconsProLight";
    font-size: 10px;
    color: #fff;
    opacity: 0; }
  .pxl-login-wrap input[type="checkbox"]:checked[type=checkbox] {
    background: var(--primary-color);
    border-color: var(--primary-color); }
    .pxl-login-wrap input[type="checkbox"]:checked[type=checkbox]:after {
      opacity: 1; }
.pxl-login-wrap .input-text, .pxl-login-wrap input[type="text"], .pxl-login-wrap input[type="password"] {
  font-size: 16px;
  height: 40px; }
  .pxl-login-wrap .input-text::-webkit-input-placeholder, .pxl-login-wrap input[type="text"]::-webkit-input-placeholder, .pxl-login-wrap input[type="password"]::-webkit-input-placeholder {
    font-size: 16px; }
  .pxl-login-wrap .input-text:-moz-placeholder, .pxl-login-wrap input[type="text"]:-moz-placeholder, .pxl-login-wrap input[type="password"]:-moz-placeholder {
    font-size: 16px; }
  .pxl-login-wrap .input-text::-moz-placeholder, .pxl-login-wrap input[type="text"]::-moz-placeholder, .pxl-login-wrap input[type="password"]::-moz-placeholder {
    font-size: 16px; }
  .pxl-login-wrap .input-text:-ms-input-placeholder, .pxl-login-wrap input[type="text"]:-ms-input-placeholder, .pxl-login-wrap input[type="password"]:-ms-input-placeholder {
    font-size: 16px; }
.pxl-login-wrap .hide_show_password .password_preview {
  right: 0; }
.pxl-login-wrap .pxl-login-form {
  max-width: 100%;
  padding: 40px 50px 65px;
  display: none; }
@media (max-width: 575px) {
  .pxl-login-wrap .pxl-login-form {
    padding: 30px 20px 35px; } }
.pxl-login-wrap .pxl-login-form .pu-form-heading {
  margin-bottom: 68px; }
  .pxl-login-wrap .pxl-login-form .pu-form-heading .form-title {
    font-size: 30px; }
.pxl-login-wrap .pxl-login-form .form-desc {
  font-size: 16px; }
.pxl-login-wrap .pxl-login-form .pu-form-item {
  margin-bottom: 23px; }
.pxl-login-wrap .pxl-login-form label {
  color: var(--heading-color); }
.pxl-login-wrap .pxl-login-form label.lbl {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--heading-color);
  margin-bottom: 8px; }
.pxl-login-wrap .pxl-login-form .remember-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 47px;
  margin-bottom: 47px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.015em; }
  .pxl-login-wrap .pxl-login-form .remember-wrap > * {
    max-width: 100%; }
  .pxl-login-wrap .pxl-login-form .remember-wrap label {
    margin-bottom: 0; }
  .pxl-login-wrap .pxl-login-form .remember-wrap a {
    color: #0099cc;
    font-size: 14px; }
.pxl-login-wrap .pxl-login-form .pu-button-action {
  margin-bottom: 15px; }
.pxl-login-wrap .pxl-login-form .lost_password a {
  color: var(--primary-color); }
  .pxl-login-wrap .pxl-login-form .lost_password a:hover {
    color: var(--link-color-hover); }
.pxl-login-wrap .pxl-login-form button[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 35px 14px 35px;
  -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-login-wrap .pxl-login-form button[type="submit"]:hover:after, .pxl-login-wrap .pxl-login-form button[type="submit"]:focus:after, .pxl-login-wrap .pxl-login-form button[type="submit"]:active:after {
    opacity: 0;
    -webkit-transform: translateY(-6px);
    -khtml-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); }
  .pxl-login-wrap .pxl-login-form button[type="submit"] .btn-text {
    -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: 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-login-wrap .pxl-login-form button[type="submit"] .pxli-spinner {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -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-login-wrap .pxl-login-form button[type="submit"].loading .btn-text {
      opacity: 0;
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .pxl-login-wrap .pxl-login-form button[type="submit"].loading .pxli-spinner {
      font-size: inherit;
      opacity: 1;
      visibility: visible;
      -webkit-animation: spin 1s infinite linear;
      -khtml-animation: spin 1s infinite linear;
      -moz-animation: spin 1s infinite linear;
      -ms-animation: spin 1s infinite linear;
      -o-animation: spin 1s infinite linear;
      animation: spin 1s infinite linear; }
.pxl-login-wrap .pxl-login-form .pu-link-form {
  margin-bottom: 0; }
  .pxl-login-wrap .pxl-login-form .pu-link-form a {
    height: 50px;
    display: block;
    color: #fff;
    padding: 14px 35px 14px 35px; }
    .pxl-login-wrap .pxl-login-form .pu-link-form a:hover, .pxl-login-wrap .pxl-login-form .pu-link-form a:focus, .pxl-login-wrap .pxl-login-form .pu-link-form a:active {
      color: #000; }
.pxl-login-wrap .pxl-register-form {
  max-width: 100%;
  padding: 40px 50px 65px;
  display: none; }
@media (max-width: 575px) {
  .pxl-login-wrap .pxl-register-form {
    padding: 30px 20px 35px; } }
.pxl-login-wrap .pxl-register-form .pu-form-heading {
  margin-bottom: 68px; }
  .pxl-login-wrap .pxl-register-form .pu-form-heading .form-title {
    font-size: 30px; }
.pxl-login-wrap .pxl-register-form .form-desc {
  font-size: 16px; }
.pxl-login-wrap .pxl-register-form .pu-form-item {
  margin-bottom: 23px; }
.pxl-login-wrap .pxl-register-form label.lbl {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: var(--heading-color);
  margin-bottom: 8px; }
.pxl-login-wrap .pxl-register-form .label-for-checkbox {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.018em;
  margin-top: 35px;
  margin-bottom: 0; }
  .pxl-login-wrap .pxl-register-form .label-for-checkbox a {
    text-decoration: underline;
    text-underline-offset: 4px; }
  .pxl-login-wrap .pxl-register-form .label-for-checkbox input[type="checkbox"] {
    display: none; }
.pxl-login-wrap .pxl-register-form .pu-button-action {
  margin-top: 47px;
  margin-bottom: 15px; }
.pxl-login-wrap .pxl-register-form button[type="submit"] {
  display: block;
  width: 100%;
  height: 50px;
  min-width: 186px;
  padding: 14px 35px 14px 35px;
  -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-login-wrap .pxl-register-form button[type="submit"] .btn-text {
    -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: 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-login-wrap .pxl-register-form button[type="submit"] .pxli-spinner {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -7.5px;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    -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-login-wrap .pxl-register-form button[type="submit"].loading .btn-text {
      opacity: 0;
      -webkit-transform: scale(0);
      -khtml-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .pxl-login-wrap .pxl-register-form button[type="submit"].loading .pxli-spinner {
      font-size: inherit;
      opacity: 1;
      visibility: visible;
      -webkit-animation: spin 1s infinite linear;
      -khtml-animation: spin 1s infinite linear;
      -moz-animation: spin 1s infinite linear;
      -ms-animation: spin 1s infinite linear;
      -o-animation: spin 1s infinite linear;
      animation: spin 1s infinite linear; }
.pxl-login-wrap .pxl-register-form .pu-link-form {
  margin-bottom: 0; }
  .pxl-login-wrap .pxl-register-form .pu-link-form a {
    display: block;
    color: #fff;
    height: 50px;
    padding: 14px 35px 14px 35px; }
    .pxl-login-wrap .pxl-register-form .pu-link-form a:hover, .pxl-login-wrap .pxl-register-form .pu-link-form a:focus, .pxl-login-wrap .pxl-register-form .pu-link-form a:active {
      color: #000; }

ul.pu-error {
  color: #ff030b;
  margin-bottom: 10px;
  margin-right: 30px; }

.pu-error {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-size: 14px; }
  .pu-error .tt-text {
    position: absolute;
    top: 7px;
    right: 0;
    pointer-events: none;
    display: inline-block;
    background: rgba(255, 79, 85, 0.2);
    color: #ff030b;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.5;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .pu-error .tt-text:before {
      content: "";
      position: absolute;
      background: 0 0;
      border: 6px solid transparent;
      z-index: 1000001;
      margin-bottom: 0;
      top: auto;
      left: auto;
      right: 6px;
      border-bottom-color: rgba(255, 79, 85, 0.2);
      top: -12px;
      bottom: auto;
      transition: 0.3s; }

.pu-password-strength {
  font-size: 14px; }
  .pu-password-strength.short {
    color: #ff030b; }
  .pu-password-strength.bad {
    color: #ff9800; }
  .pu-password-strength.good {
    color: #b0c017; }
  .pu-password-strength.strong {
    color: #5ed640; }

.pu-password-hint {
  font-size: 13px;
  color: #ff030b; }

.pxl-login-reg-form .pxl-login-form {
  display: none; }
  .pxl-login-reg-form .pxl-login-form.active {
    display: block; }
.pxl-login-reg-form .pxl-register-form {
  display: none; }
  .pxl-login-reg-form .pxl-register-form.active {
    display: block; }
.d-flex-wrap.gx-0, .d-flex.gx-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .d-flex-wrap.gx-0 > *, .d-flex.gx-0 > * {
    padding-left: 0px;
    padding-right: 0px; }
    .d-flex-wrap.gx-0.margin > *, .d-flex.gx-0.margin > * {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-0, .d-flex.gxm-0 {
  margin-left: 0px;
  margin-right: 0px; }
  .d-flex-wrap.gxm-0 > *, .d-flex.gxm-0 > * {
    margin-left: 0px;
    margin-right: 0px; }
.d-flex-wrap.gx-5, .d-flex.gx-5 {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .d-flex-wrap.gx-5 > *, .d-flex.gx-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px; }
    .d-flex-wrap.gx-5.margin > *, .d-flex.gx-5.margin > * {
      margin-left: 2.5px;
      margin-right: 2.5px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-5, .d-flex.gxm-5 {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .d-flex-wrap.gxm-5 > *, .d-flex.gxm-5 > * {
    margin-left: 2.5px;
    margin-right: 2.5px; }
.d-flex-wrap.gx-10, .d-flex.gx-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .d-flex-wrap.gx-10 > *, .d-flex.gx-10 > * {
    padding-left: 5px;
    padding-right: 5px; }
    .d-flex-wrap.gx-10.margin > *, .d-flex.gx-10.margin > * {
      margin-left: 5px;
      margin-right: 5px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-10, .d-flex.gxm-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .d-flex-wrap.gxm-10 > *, .d-flex.gxm-10 > * {
    margin-left: 5px;
    margin-right: 5px; }
.d-flex-wrap.gx-12, .d-flex.gx-12 {
  margin-left: -6px;
  margin-right: -6px; }
  .d-flex-wrap.gx-12 > *, .d-flex.gx-12 > * {
    padding-left: 6px;
    padding-right: 6px; }
    .d-flex-wrap.gx-12.margin > *, .d-flex.gx-12.margin > * {
      margin-left: 6px;
      margin-right: 6px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-12, .d-flex.gxm-12 {
  margin-left: -6px;
  margin-right: -6px; }
  .d-flex-wrap.gxm-12 > *, .d-flex.gxm-12 > * {
    margin-left: 6px;
    margin-right: 6px; }
.d-flex-wrap.gx-15, .d-flex.gx-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .d-flex-wrap.gx-15 > *, .d-flex.gx-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    .d-flex-wrap.gx-15.margin > *, .d-flex.gx-15.margin > * {
      margin-left: 7.5px;
      margin-right: 7.5px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-15, .d-flex.gxm-15 {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .d-flex-wrap.gxm-15 > *, .d-flex.gxm-15 > * {
    margin-left: 7.5px;
    margin-right: 7.5px; }
.d-flex-wrap.gx-16, .d-flex.gx-16 {
  margin-left: -8px;
  margin-right: -8px; }
  .d-flex-wrap.gx-16 > *, .d-flex.gx-16 > * {
    padding-left: 8px;
    padding-right: 8px; }
    .d-flex-wrap.gx-16.margin > *, .d-flex.gx-16.margin > * {
      margin-left: 8px;
      margin-right: 8px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-16, .d-flex.gxm-16 {
  margin-left: -8px;
  margin-right: -8px; }
  .d-flex-wrap.gxm-16 > *, .d-flex.gxm-16 > * {
    margin-left: 8px;
    margin-right: 8px; }
.d-flex-wrap.gx-20, .d-flex.gx-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .d-flex-wrap.gx-20 > *, .d-flex.gx-20 > * {
    padding-left: 10px;
    padding-right: 10px; }
    .d-flex-wrap.gx-20.margin > *, .d-flex.gx-20.margin > * {
      margin-left: 10px;
      margin-right: 10px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-20, .d-flex.gxm-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .d-flex-wrap.gxm-20 > *, .d-flex.gxm-20 > * {
    margin-left: 10px;
    margin-right: 10px; }
.d-flex-wrap.gx-24, .d-flex.gx-24 {
  margin-left: -12px;
  margin-right: -12px; }
  .d-flex-wrap.gx-24 > *, .d-flex.gx-24 > * {
    padding-left: 12px;
    padding-right: 12px; }
    .d-flex-wrap.gx-24.margin > *, .d-flex.gx-24.margin > * {
      margin-left: 12px;
      margin-right: 12px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-24, .d-flex.gxm-24 {
  margin-left: -12px;
  margin-right: -12px; }
  .d-flex-wrap.gxm-24 > *, .d-flex.gxm-24 > * {
    margin-left: 12px;
    margin-right: 12px; }
.d-flex-wrap.gx-25, .d-flex.gx-25 {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .d-flex-wrap.gx-25 > *, .d-flex.gx-25 > * {
    padding-left: 12.5px;
    padding-right: 12.5px; }
    .d-flex-wrap.gx-25.margin > *, .d-flex.gx-25.margin > * {
      margin-left: 12.5px;
      margin-right: 12.5px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-25, .d-flex.gxm-25 {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .d-flex-wrap.gxm-25 > *, .d-flex.gxm-25 > * {
    margin-left: 12.5px;
    margin-right: 12.5px; }
.d-flex-wrap.gx-30, .d-flex.gx-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .d-flex-wrap.gx-30 > *, .d-flex.gx-30 > * {
    padding-left: 15px;
    padding-right: 15px; }
    .d-flex-wrap.gx-30.margin > *, .d-flex.gx-30.margin > * {
      margin-left: 15px;
      margin-right: 15px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-30, .d-flex.gxm-30 {
  margin-left: -15px;
  margin-right: -15px; }
  .d-flex-wrap.gxm-30 > *, .d-flex.gxm-30 > * {
    margin-left: 15px;
    margin-right: 15px; }
.d-flex-wrap.gx-35, .d-flex.gx-35 {
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .d-flex-wrap.gx-35 > *, .d-flex.gx-35 > * {
    padding-left: 17.5px;
    padding-right: 17.5px; }
    .d-flex-wrap.gx-35.margin > *, .d-flex.gx-35.margin > * {
      margin-left: 17.5px;
      margin-right: 17.5px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-35, .d-flex.gxm-35 {
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .d-flex-wrap.gxm-35 > *, .d-flex.gxm-35 > * {
    margin-left: 17.5px;
    margin-right: 17.5px; }
.d-flex-wrap.gx-40, .d-flex.gx-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .d-flex-wrap.gx-40 > *, .d-flex.gx-40 > * {
    padding-left: 20px;
    padding-right: 20px; }
    .d-flex-wrap.gx-40.margin > *, .d-flex.gx-40.margin > * {
      margin-left: 20px;
      margin-right: 20px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-40, .d-flex.gxm-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .d-flex-wrap.gxm-40 > *, .d-flex.gxm-40 > * {
    margin-left: 20px;
    margin-right: 20px; }
.d-flex-wrap.gx-50, .d-flex.gx-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .d-flex-wrap.gx-50 > *, .d-flex.gx-50 > * {
    padding-left: 25px;
    padding-right: 25px; }
    .d-flex-wrap.gx-50.margin > *, .d-flex.gx-50.margin > * {
      margin-left: 25px;
      margin-right: 25px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-50, .d-flex.gxm-50 {
  margin-left: -25px;
  margin-right: -25px; }
  .d-flex-wrap.gxm-50 > *, .d-flex.gxm-50 > * {
    margin-left: 25px;
    margin-right: 25px; }
.d-flex-wrap.gx-60, .d-flex.gx-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .d-flex-wrap.gx-60 > *, .d-flex.gx-60 > * {
    padding-left: 30px;
    padding-right: 30px; }
    .d-flex-wrap.gx-60.margin > *, .d-flex.gx-60.margin > * {
      margin-left: 30px;
      margin-right: 30px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-60, .d-flex.gxm-60 {
  margin-left: -30px;
  margin-right: -30px; }
  .d-flex-wrap.gxm-60 > *, .d-flex.gxm-60 > * {
    margin-left: 30px;
    margin-right: 30px; }
.d-flex-wrap.gx-70, .d-flex.gx-70 {
  margin-left: -35px;
  margin-right: -35px; }
  .d-flex-wrap.gx-70 > *, .d-flex.gx-70 > * {
    padding-left: 35px;
    padding-right: 35px; }
    .d-flex-wrap.gx-70.margin > *, .d-flex.gx-70.margin > * {
      margin-left: 35px;
      margin-right: 35px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-70, .d-flex.gxm-70 {
  margin-left: -35px;
  margin-right: -35px; }
  .d-flex-wrap.gxm-70 > *, .d-flex.gxm-70 > * {
    margin-left: 35px;
    margin-right: 35px; }
.d-flex-wrap.gx-80, .d-flex.gx-80 {
  margin-left: -40px;
  margin-right: -40px; }
  .d-flex-wrap.gx-80 > *, .d-flex.gx-80 > * {
    padding-left: 40px;
    padding-right: 40px; }
    .d-flex-wrap.gx-80.margin > *, .d-flex.gx-80.margin > * {
      margin-left: 40px;
      margin-right: 40px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-80, .d-flex.gxm-80 {
  margin-left: -40px;
  margin-right: -40px; }
  .d-flex-wrap.gxm-80 > *, .d-flex.gxm-80 > * {
    margin-left: 40px;
    margin-right: 40px; }
.d-flex-wrap.gx-90, .d-flex.gx-90 {
  margin-left: -45px;
  margin-right: -45px; }
  .d-flex-wrap.gx-90 > *, .d-flex.gx-90 > * {
    padding-left: 45px;
    padding-right: 45px; }
    .d-flex-wrap.gx-90.margin > *, .d-flex.gx-90.margin > * {
      margin-left: 45px;
      margin-right: 45px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-90, .d-flex.gxm-90 {
  margin-left: -45px;
  margin-right: -45px; }
  .d-flex-wrap.gxm-90 > *, .d-flex.gxm-90 > * {
    margin-left: 45px;
    margin-right: 45px; }
.d-flex-wrap.gx-100, .d-flex.gx-100 {
  margin-left: -50px;
  margin-right: -50px; }
  .d-flex-wrap.gx-100 > *, .d-flex.gx-100 > * {
    padding-left: 50px;
    padding-right: 50px; }
    .d-flex-wrap.gx-100.margin > *, .d-flex.gx-100.margin > * {
      margin-left: 50px;
      margin-right: 50px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-100, .d-flex.gxm-100 {
  margin-left: -50px;
  margin-right: -50px; }
  .d-flex-wrap.gxm-100 > *, .d-flex.gxm-100 > * {
    margin-left: 50px;
    margin-right: 50px; }
.d-flex-wrap.gx-120, .d-flex.gx-120 {
  margin-left: -60px;
  margin-right: -60px; }
  .d-flex-wrap.gx-120 > *, .d-flex.gx-120 > * {
    padding-left: 60px;
    padding-right: 60px; }
    .d-flex-wrap.gx-120.margin > *, .d-flex.gx-120.margin > * {
      margin-left: 60px;
      margin-right: 60px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-120, .d-flex.gxm-120 {
  margin-left: -60px;
  margin-right: -60px; }
  .d-flex-wrap.gxm-120 > *, .d-flex.gxm-120 > * {
    margin-left: 60px;
    margin-right: 60px; }
.d-flex-wrap.gx-150, .d-flex.gx-150 {
  margin-left: -75px;
  margin-right: -75px; }
  .d-flex-wrap.gx-150 > *, .d-flex.gx-150 > * {
    padding-left: 75px;
    padding-right: 75px; }
    .d-flex-wrap.gx-150.margin > *, .d-flex.gx-150.margin > * {
      margin-left: 75px;
      margin-right: 75px;
      padding-left: 0;
      padding-right: 0; }
.d-flex-wrap.gxm-150, .d-flex.gxm-150 {
  margin-left: -75px;
  margin-right: -75px; }
  .d-flex-wrap.gxm-150 > *, .d-flex.gxm-150 > * {
    margin-left: 75px;
    margin-right: 75px; }
@media (min-width: 0) {
  .d-flex-wrap.gx-xs-0, .d-flex.gx-xs-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gx-xs-0 > *, .d-flex.gx-xs-0 > * {
      padding-left: 0px;
      padding-right: 0px; }
      .d-flex-wrap.gx-xs-0.margin > *, .d-flex.gx-xs-0.margin > * {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-0, .d-flex.gxm-xs-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gxm-xs-0 > *, .d-flex.gxm-xs-0 > * {
      margin-left: 0px;
      margin-right: 0px; }
  .d-flex-wrap.gx-xs-5, .d-flex.gx-xs-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gx-xs-5 > *, .d-flex.gx-xs-5 > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .d-flex-wrap.gx-xs-5.margin > *, .d-flex.gx-xs-5.margin > * {
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-5, .d-flex.gxm-xs-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gxm-xs-5 > *, .d-flex.gxm-xs-5 > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .d-flex-wrap.gx-xs-10, .d-flex.gx-xs-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gx-xs-10 > *, .d-flex.gx-xs-10 > * {
      padding-left: 5px;
      padding-right: 5px; }
      .d-flex-wrap.gx-xs-10.margin > *, .d-flex.gx-xs-10.margin > * {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-10, .d-flex.gxm-xs-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gxm-xs-10 > *, .d-flex.gxm-xs-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
  .d-flex-wrap.gx-xs-12, .d-flex.gx-xs-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gx-xs-12 > *, .d-flex.gx-xs-12 > * {
      padding-left: 6px;
      padding-right: 6px; }
      .d-flex-wrap.gx-xs-12.margin > *, .d-flex.gx-xs-12.margin > * {
        margin-left: 6px;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-12, .d-flex.gxm-xs-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gxm-xs-12 > *, .d-flex.gxm-xs-12 > * {
      margin-left: 6px;
      margin-right: 6px; }
  .d-flex-wrap.gx-xs-15, .d-flex.gx-xs-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gx-xs-15 > *, .d-flex.gx-xs-15 > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .d-flex-wrap.gx-xs-15.margin > *, .d-flex.gx-xs-15.margin > * {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-15, .d-flex.gxm-xs-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gxm-xs-15 > *, .d-flex.gxm-xs-15 > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .d-flex-wrap.gx-xs-16, .d-flex.gx-xs-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gx-xs-16 > *, .d-flex.gx-xs-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
      .d-flex-wrap.gx-xs-16.margin > *, .d-flex.gx-xs-16.margin > * {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-16, .d-flex.gxm-xs-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gxm-xs-16 > *, .d-flex.gxm-xs-16 > * {
      margin-left: 8px;
      margin-right: 8px; }
  .d-flex-wrap.gx-xs-20, .d-flex.gx-xs-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gx-xs-20 > *, .d-flex.gx-xs-20 > * {
      padding-left: 10px;
      padding-right: 10px; }
      .d-flex-wrap.gx-xs-20.margin > *, .d-flex.gx-xs-20.margin > * {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-20, .d-flex.gxm-xs-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gxm-xs-20 > *, .d-flex.gxm-xs-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
  .d-flex-wrap.gx-xs-24, .d-flex.gx-xs-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gx-xs-24 > *, .d-flex.gx-xs-24 > * {
      padding-left: 12px;
      padding-right: 12px; }
      .d-flex-wrap.gx-xs-24.margin > *, .d-flex.gx-xs-24.margin > * {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-24, .d-flex.gxm-xs-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gxm-xs-24 > *, .d-flex.gxm-xs-24 > * {
      margin-left: 12px;
      margin-right: 12px; }
  .d-flex-wrap.gx-xs-25, .d-flex.gx-xs-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gx-xs-25 > *, .d-flex.gx-xs-25 > * {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .d-flex-wrap.gx-xs-25.margin > *, .d-flex.gx-xs-25.margin > * {
        margin-left: 12.5px;
        margin-right: 12.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-25, .d-flex.gxm-xs-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gxm-xs-25 > *, .d-flex.gxm-xs-25 > * {
      margin-left: 12.5px;
      margin-right: 12.5px; }
  .d-flex-wrap.gx-xs-30, .d-flex.gx-xs-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gx-xs-30 > *, .d-flex.gx-xs-30 > * {
      padding-left: 15px;
      padding-right: 15px; }
      .d-flex-wrap.gx-xs-30.margin > *, .d-flex.gx-xs-30.margin > * {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-30, .d-flex.gxm-xs-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gxm-xs-30 > *, .d-flex.gxm-xs-30 > * {
      margin-left: 15px;
      margin-right: 15px; }
  .d-flex-wrap.gx-xs-35, .d-flex.gx-xs-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gx-xs-35 > *, .d-flex.gx-xs-35 > * {
      padding-left: 17.5px;
      padding-right: 17.5px; }
      .d-flex-wrap.gx-xs-35.margin > *, .d-flex.gx-xs-35.margin > * {
        margin-left: 17.5px;
        margin-right: 17.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-35, .d-flex.gxm-xs-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gxm-xs-35 > *, .d-flex.gxm-xs-35 > * {
      margin-left: 17.5px;
      margin-right: 17.5px; }
  .d-flex-wrap.gx-xs-40, .d-flex.gx-xs-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gx-xs-40 > *, .d-flex.gx-xs-40 > * {
      padding-left: 20px;
      padding-right: 20px; }
      .d-flex-wrap.gx-xs-40.margin > *, .d-flex.gx-xs-40.margin > * {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-40, .d-flex.gxm-xs-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gxm-xs-40 > *, .d-flex.gxm-xs-40 > * {
      margin-left: 20px;
      margin-right: 20px; }
  .d-flex-wrap.gx-xs-50, .d-flex.gx-xs-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gx-xs-50 > *, .d-flex.gx-xs-50 > * {
      padding-left: 25px;
      padding-right: 25px; }
      .d-flex-wrap.gx-xs-50.margin > *, .d-flex.gx-xs-50.margin > * {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-50, .d-flex.gxm-xs-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gxm-xs-50 > *, .d-flex.gxm-xs-50 > * {
      margin-left: 25px;
      margin-right: 25px; }
  .d-flex-wrap.gx-xs-60, .d-flex.gx-xs-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gx-xs-60 > *, .d-flex.gx-xs-60 > * {
      padding-left: 30px;
      padding-right: 30px; }
      .d-flex-wrap.gx-xs-60.margin > *, .d-flex.gx-xs-60.margin > * {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-60, .d-flex.gxm-xs-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gxm-xs-60 > *, .d-flex.gxm-xs-60 > * {
      margin-left: 30px;
      margin-right: 30px; }
  .d-flex-wrap.gx-xs-70, .d-flex.gx-xs-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gx-xs-70 > *, .d-flex.gx-xs-70 > * {
      padding-left: 35px;
      padding-right: 35px; }
      .d-flex-wrap.gx-xs-70.margin > *, .d-flex.gx-xs-70.margin > * {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-70, .d-flex.gxm-xs-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gxm-xs-70 > *, .d-flex.gxm-xs-70 > * {
      margin-left: 35px;
      margin-right: 35px; }
  .d-flex-wrap.gx-xs-80, .d-flex.gx-xs-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gx-xs-80 > *, .d-flex.gx-xs-80 > * {
      padding-left: 40px;
      padding-right: 40px; }
      .d-flex-wrap.gx-xs-80.margin > *, .d-flex.gx-xs-80.margin > * {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-80, .d-flex.gxm-xs-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gxm-xs-80 > *, .d-flex.gxm-xs-80 > * {
      margin-left: 40px;
      margin-right: 40px; }
  .d-flex-wrap.gx-xs-90, .d-flex.gx-xs-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gx-xs-90 > *, .d-flex.gx-xs-90 > * {
      padding-left: 45px;
      padding-right: 45px; }
      .d-flex-wrap.gx-xs-90.margin > *, .d-flex.gx-xs-90.margin > * {
        margin-left: 45px;
        margin-right: 45px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-90, .d-flex.gxm-xs-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gxm-xs-90 > *, .d-flex.gxm-xs-90 > * {
      margin-left: 45px;
      margin-right: 45px; }
  .d-flex-wrap.gx-xs-100, .d-flex.gx-xs-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gx-xs-100 > *, .d-flex.gx-xs-100 > * {
      padding-left: 50px;
      padding-right: 50px; }
      .d-flex-wrap.gx-xs-100.margin > *, .d-flex.gx-xs-100.margin > * {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-100, .d-flex.gxm-xs-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gxm-xs-100 > *, .d-flex.gxm-xs-100 > * {
      margin-left: 50px;
      margin-right: 50px; }
  .d-flex-wrap.gx-xs-120, .d-flex.gx-xs-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gx-xs-120 > *, .d-flex.gx-xs-120 > * {
      padding-left: 60px;
      padding-right: 60px; }
      .d-flex-wrap.gx-xs-120.margin > *, .d-flex.gx-xs-120.margin > * {
        margin-left: 60px;
        margin-right: 60px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-120, .d-flex.gxm-xs-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gxm-xs-120 > *, .d-flex.gxm-xs-120 > * {
      margin-left: 60px;
      margin-right: 60px; }
  .d-flex-wrap.gx-xs-150, .d-flex.gx-xs-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gx-xs-150 > *, .d-flex.gx-xs-150 > * {
      padding-left: 75px;
      padding-right: 75px; }
      .d-flex-wrap.gx-xs-150.margin > *, .d-flex.gx-xs-150.margin > * {
        margin-left: 75px;
        margin-right: 75px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xs-150, .d-flex.gxm-xs-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gxm-xs-150 > *, .d-flex.gxm-xs-150 > * {
      margin-left: 75px;
      margin-right: 75px; } }
@media (min-width: 576px) {
  .d-flex-wrap.gx-sm-0, .d-flex.gx-sm-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gx-sm-0 > *, .d-flex.gx-sm-0 > * {
      padding-left: 0px;
      padding-right: 0px; }
      .d-flex-wrap.gx-sm-0.margin > *, .d-flex.gx-sm-0.margin > * {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-0, .d-flex.gxm-sm-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gxm-sm-0 > *, .d-flex.gxm-sm-0 > * {
      margin-left: 0px;
      margin-right: 0px; }
  .d-flex-wrap.gx-sm-5, .d-flex.gx-sm-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gx-sm-5 > *, .d-flex.gx-sm-5 > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .d-flex-wrap.gx-sm-5.margin > *, .d-flex.gx-sm-5.margin > * {
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-5, .d-flex.gxm-sm-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gxm-sm-5 > *, .d-flex.gxm-sm-5 > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .d-flex-wrap.gx-sm-10, .d-flex.gx-sm-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gx-sm-10 > *, .d-flex.gx-sm-10 > * {
      padding-left: 5px;
      padding-right: 5px; }
      .d-flex-wrap.gx-sm-10.margin > *, .d-flex.gx-sm-10.margin > * {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-10, .d-flex.gxm-sm-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gxm-sm-10 > *, .d-flex.gxm-sm-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
  .d-flex-wrap.gx-sm-12, .d-flex.gx-sm-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gx-sm-12 > *, .d-flex.gx-sm-12 > * {
      padding-left: 6px;
      padding-right: 6px; }
      .d-flex-wrap.gx-sm-12.margin > *, .d-flex.gx-sm-12.margin > * {
        margin-left: 6px;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-12, .d-flex.gxm-sm-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gxm-sm-12 > *, .d-flex.gxm-sm-12 > * {
      margin-left: 6px;
      margin-right: 6px; }
  .d-flex-wrap.gx-sm-15, .d-flex.gx-sm-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gx-sm-15 > *, .d-flex.gx-sm-15 > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .d-flex-wrap.gx-sm-15.margin > *, .d-flex.gx-sm-15.margin > * {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-15, .d-flex.gxm-sm-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gxm-sm-15 > *, .d-flex.gxm-sm-15 > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .d-flex-wrap.gx-sm-16, .d-flex.gx-sm-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gx-sm-16 > *, .d-flex.gx-sm-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
      .d-flex-wrap.gx-sm-16.margin > *, .d-flex.gx-sm-16.margin > * {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-16, .d-flex.gxm-sm-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gxm-sm-16 > *, .d-flex.gxm-sm-16 > * {
      margin-left: 8px;
      margin-right: 8px; }
  .d-flex-wrap.gx-sm-20, .d-flex.gx-sm-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gx-sm-20 > *, .d-flex.gx-sm-20 > * {
      padding-left: 10px;
      padding-right: 10px; }
      .d-flex-wrap.gx-sm-20.margin > *, .d-flex.gx-sm-20.margin > * {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-20, .d-flex.gxm-sm-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gxm-sm-20 > *, .d-flex.gxm-sm-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
  .d-flex-wrap.gx-sm-24, .d-flex.gx-sm-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gx-sm-24 > *, .d-flex.gx-sm-24 > * {
      padding-left: 12px;
      padding-right: 12px; }
      .d-flex-wrap.gx-sm-24.margin > *, .d-flex.gx-sm-24.margin > * {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-24, .d-flex.gxm-sm-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gxm-sm-24 > *, .d-flex.gxm-sm-24 > * {
      margin-left: 12px;
      margin-right: 12px; }
  .d-flex-wrap.gx-sm-25, .d-flex.gx-sm-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gx-sm-25 > *, .d-flex.gx-sm-25 > * {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .d-flex-wrap.gx-sm-25.margin > *, .d-flex.gx-sm-25.margin > * {
        margin-left: 12.5px;
        margin-right: 12.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-25, .d-flex.gxm-sm-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gxm-sm-25 > *, .d-flex.gxm-sm-25 > * {
      margin-left: 12.5px;
      margin-right: 12.5px; }
  .d-flex-wrap.gx-sm-30, .d-flex.gx-sm-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gx-sm-30 > *, .d-flex.gx-sm-30 > * {
      padding-left: 15px;
      padding-right: 15px; }
      .d-flex-wrap.gx-sm-30.margin > *, .d-flex.gx-sm-30.margin > * {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-30, .d-flex.gxm-sm-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gxm-sm-30 > *, .d-flex.gxm-sm-30 > * {
      margin-left: 15px;
      margin-right: 15px; }
  .d-flex-wrap.gx-sm-35, .d-flex.gx-sm-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gx-sm-35 > *, .d-flex.gx-sm-35 > * {
      padding-left: 17.5px;
      padding-right: 17.5px; }
      .d-flex-wrap.gx-sm-35.margin > *, .d-flex.gx-sm-35.margin > * {
        margin-left: 17.5px;
        margin-right: 17.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-35, .d-flex.gxm-sm-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gxm-sm-35 > *, .d-flex.gxm-sm-35 > * {
      margin-left: 17.5px;
      margin-right: 17.5px; }
  .d-flex-wrap.gx-sm-40, .d-flex.gx-sm-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gx-sm-40 > *, .d-flex.gx-sm-40 > * {
      padding-left: 20px;
      padding-right: 20px; }
      .d-flex-wrap.gx-sm-40.margin > *, .d-flex.gx-sm-40.margin > * {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-40, .d-flex.gxm-sm-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gxm-sm-40 > *, .d-flex.gxm-sm-40 > * {
      margin-left: 20px;
      margin-right: 20px; }
  .d-flex-wrap.gx-sm-50, .d-flex.gx-sm-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gx-sm-50 > *, .d-flex.gx-sm-50 > * {
      padding-left: 25px;
      padding-right: 25px; }
      .d-flex-wrap.gx-sm-50.margin > *, .d-flex.gx-sm-50.margin > * {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-50, .d-flex.gxm-sm-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gxm-sm-50 > *, .d-flex.gxm-sm-50 > * {
      margin-left: 25px;
      margin-right: 25px; }
  .d-flex-wrap.gx-sm-60, .d-flex.gx-sm-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gx-sm-60 > *, .d-flex.gx-sm-60 > * {
      padding-left: 30px;
      padding-right: 30px; }
      .d-flex-wrap.gx-sm-60.margin > *, .d-flex.gx-sm-60.margin > * {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-60, .d-flex.gxm-sm-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gxm-sm-60 > *, .d-flex.gxm-sm-60 > * {
      margin-left: 30px;
      margin-right: 30px; }
  .d-flex-wrap.gx-sm-70, .d-flex.gx-sm-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gx-sm-70 > *, .d-flex.gx-sm-70 > * {
      padding-left: 35px;
      padding-right: 35px; }
      .d-flex-wrap.gx-sm-70.margin > *, .d-flex.gx-sm-70.margin > * {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-70, .d-flex.gxm-sm-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gxm-sm-70 > *, .d-flex.gxm-sm-70 > * {
      margin-left: 35px;
      margin-right: 35px; }
  .d-flex-wrap.gx-sm-80, .d-flex.gx-sm-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gx-sm-80 > *, .d-flex.gx-sm-80 > * {
      padding-left: 40px;
      padding-right: 40px; }
      .d-flex-wrap.gx-sm-80.margin > *, .d-flex.gx-sm-80.margin > * {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-80, .d-flex.gxm-sm-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gxm-sm-80 > *, .d-flex.gxm-sm-80 > * {
      margin-left: 40px;
      margin-right: 40px; }
  .d-flex-wrap.gx-sm-90, .d-flex.gx-sm-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gx-sm-90 > *, .d-flex.gx-sm-90 > * {
      padding-left: 45px;
      padding-right: 45px; }
      .d-flex-wrap.gx-sm-90.margin > *, .d-flex.gx-sm-90.margin > * {
        margin-left: 45px;
        margin-right: 45px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-90, .d-flex.gxm-sm-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gxm-sm-90 > *, .d-flex.gxm-sm-90 > * {
      margin-left: 45px;
      margin-right: 45px; }
  .d-flex-wrap.gx-sm-100, .d-flex.gx-sm-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gx-sm-100 > *, .d-flex.gx-sm-100 > * {
      padding-left: 50px;
      padding-right: 50px; }
      .d-flex-wrap.gx-sm-100.margin > *, .d-flex.gx-sm-100.margin > * {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-100, .d-flex.gxm-sm-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gxm-sm-100 > *, .d-flex.gxm-sm-100 > * {
      margin-left: 50px;
      margin-right: 50px; }
  .d-flex-wrap.gx-sm-120, .d-flex.gx-sm-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gx-sm-120 > *, .d-flex.gx-sm-120 > * {
      padding-left: 60px;
      padding-right: 60px; }
      .d-flex-wrap.gx-sm-120.margin > *, .d-flex.gx-sm-120.margin > * {
        margin-left: 60px;
        margin-right: 60px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-120, .d-flex.gxm-sm-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gxm-sm-120 > *, .d-flex.gxm-sm-120 > * {
      margin-left: 60px;
      margin-right: 60px; }
  .d-flex-wrap.gx-sm-150, .d-flex.gx-sm-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gx-sm-150 > *, .d-flex.gx-sm-150 > * {
      padding-left: 75px;
      padding-right: 75px; }
      .d-flex-wrap.gx-sm-150.margin > *, .d-flex.gx-sm-150.margin > * {
        margin-left: 75px;
        margin-right: 75px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-sm-150, .d-flex.gxm-sm-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gxm-sm-150 > *, .d-flex.gxm-sm-150 > * {
      margin-left: 75px;
      margin-right: 75px; } }
@media (min-width: 768px) {
  .d-flex-wrap.gx-md-0, .d-flex.gx-md-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gx-md-0 > *, .d-flex.gx-md-0 > * {
      padding-left: 0px;
      padding-right: 0px; }
      .d-flex-wrap.gx-md-0.margin > *, .d-flex.gx-md-0.margin > * {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-0, .d-flex.gxm-md-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gxm-md-0 > *, .d-flex.gxm-md-0 > * {
      margin-left: 0px;
      margin-right: 0px; }
  .d-flex-wrap.gx-md-5, .d-flex.gx-md-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gx-md-5 > *, .d-flex.gx-md-5 > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .d-flex-wrap.gx-md-5.margin > *, .d-flex.gx-md-5.margin > * {
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-5, .d-flex.gxm-md-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gxm-md-5 > *, .d-flex.gxm-md-5 > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .d-flex-wrap.gx-md-10, .d-flex.gx-md-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gx-md-10 > *, .d-flex.gx-md-10 > * {
      padding-left: 5px;
      padding-right: 5px; }
      .d-flex-wrap.gx-md-10.margin > *, .d-flex.gx-md-10.margin > * {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-10, .d-flex.gxm-md-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gxm-md-10 > *, .d-flex.gxm-md-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
  .d-flex-wrap.gx-md-12, .d-flex.gx-md-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gx-md-12 > *, .d-flex.gx-md-12 > * {
      padding-left: 6px;
      padding-right: 6px; }
      .d-flex-wrap.gx-md-12.margin > *, .d-flex.gx-md-12.margin > * {
        margin-left: 6px;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-12, .d-flex.gxm-md-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gxm-md-12 > *, .d-flex.gxm-md-12 > * {
      margin-left: 6px;
      margin-right: 6px; }
  .d-flex-wrap.gx-md-15, .d-flex.gx-md-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gx-md-15 > *, .d-flex.gx-md-15 > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .d-flex-wrap.gx-md-15.margin > *, .d-flex.gx-md-15.margin > * {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-15, .d-flex.gxm-md-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gxm-md-15 > *, .d-flex.gxm-md-15 > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .d-flex-wrap.gx-md-16, .d-flex.gx-md-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gx-md-16 > *, .d-flex.gx-md-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
      .d-flex-wrap.gx-md-16.margin > *, .d-flex.gx-md-16.margin > * {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-16, .d-flex.gxm-md-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gxm-md-16 > *, .d-flex.gxm-md-16 > * {
      margin-left: 8px;
      margin-right: 8px; }
  .d-flex-wrap.gx-md-20, .d-flex.gx-md-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gx-md-20 > *, .d-flex.gx-md-20 > * {
      padding-left: 10px;
      padding-right: 10px; }
      .d-flex-wrap.gx-md-20.margin > *, .d-flex.gx-md-20.margin > * {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-20, .d-flex.gxm-md-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gxm-md-20 > *, .d-flex.gxm-md-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
  .d-flex-wrap.gx-md-24, .d-flex.gx-md-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gx-md-24 > *, .d-flex.gx-md-24 > * {
      padding-left: 12px;
      padding-right: 12px; }
      .d-flex-wrap.gx-md-24.margin > *, .d-flex.gx-md-24.margin > * {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-24, .d-flex.gxm-md-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gxm-md-24 > *, .d-flex.gxm-md-24 > * {
      margin-left: 12px;
      margin-right: 12px; }
  .d-flex-wrap.gx-md-25, .d-flex.gx-md-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gx-md-25 > *, .d-flex.gx-md-25 > * {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .d-flex-wrap.gx-md-25.margin > *, .d-flex.gx-md-25.margin > * {
        margin-left: 12.5px;
        margin-right: 12.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-25, .d-flex.gxm-md-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gxm-md-25 > *, .d-flex.gxm-md-25 > * {
      margin-left: 12.5px;
      margin-right: 12.5px; }
  .d-flex-wrap.gx-md-30, .d-flex.gx-md-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gx-md-30 > *, .d-flex.gx-md-30 > * {
      padding-left: 15px;
      padding-right: 15px; }
      .d-flex-wrap.gx-md-30.margin > *, .d-flex.gx-md-30.margin > * {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-30, .d-flex.gxm-md-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gxm-md-30 > *, .d-flex.gxm-md-30 > * {
      margin-left: 15px;
      margin-right: 15px; }
  .d-flex-wrap.gx-md-35, .d-flex.gx-md-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gx-md-35 > *, .d-flex.gx-md-35 > * {
      padding-left: 17.5px;
      padding-right: 17.5px; }
      .d-flex-wrap.gx-md-35.margin > *, .d-flex.gx-md-35.margin > * {
        margin-left: 17.5px;
        margin-right: 17.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-35, .d-flex.gxm-md-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gxm-md-35 > *, .d-flex.gxm-md-35 > * {
      margin-left: 17.5px;
      margin-right: 17.5px; }
  .d-flex-wrap.gx-md-40, .d-flex.gx-md-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gx-md-40 > *, .d-flex.gx-md-40 > * {
      padding-left: 20px;
      padding-right: 20px; }
      .d-flex-wrap.gx-md-40.margin > *, .d-flex.gx-md-40.margin > * {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-40, .d-flex.gxm-md-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gxm-md-40 > *, .d-flex.gxm-md-40 > * {
      margin-left: 20px;
      margin-right: 20px; }
  .d-flex-wrap.gx-md-50, .d-flex.gx-md-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gx-md-50 > *, .d-flex.gx-md-50 > * {
      padding-left: 25px;
      padding-right: 25px; }
      .d-flex-wrap.gx-md-50.margin > *, .d-flex.gx-md-50.margin > * {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-50, .d-flex.gxm-md-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gxm-md-50 > *, .d-flex.gxm-md-50 > * {
      margin-left: 25px;
      margin-right: 25px; }
  .d-flex-wrap.gx-md-60, .d-flex.gx-md-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gx-md-60 > *, .d-flex.gx-md-60 > * {
      padding-left: 30px;
      padding-right: 30px; }
      .d-flex-wrap.gx-md-60.margin > *, .d-flex.gx-md-60.margin > * {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-60, .d-flex.gxm-md-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gxm-md-60 > *, .d-flex.gxm-md-60 > * {
      margin-left: 30px;
      margin-right: 30px; }
  .d-flex-wrap.gx-md-70, .d-flex.gx-md-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gx-md-70 > *, .d-flex.gx-md-70 > * {
      padding-left: 35px;
      padding-right: 35px; }
      .d-flex-wrap.gx-md-70.margin > *, .d-flex.gx-md-70.margin > * {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-70, .d-flex.gxm-md-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gxm-md-70 > *, .d-flex.gxm-md-70 > * {
      margin-left: 35px;
      margin-right: 35px; }
  .d-flex-wrap.gx-md-80, .d-flex.gx-md-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gx-md-80 > *, .d-flex.gx-md-80 > * {
      padding-left: 40px;
      padding-right: 40px; }
      .d-flex-wrap.gx-md-80.margin > *, .d-flex.gx-md-80.margin > * {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-80, .d-flex.gxm-md-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gxm-md-80 > *, .d-flex.gxm-md-80 > * {
      margin-left: 40px;
      margin-right: 40px; }
  .d-flex-wrap.gx-md-90, .d-flex.gx-md-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gx-md-90 > *, .d-flex.gx-md-90 > * {
      padding-left: 45px;
      padding-right: 45px; }
      .d-flex-wrap.gx-md-90.margin > *, .d-flex.gx-md-90.margin > * {
        margin-left: 45px;
        margin-right: 45px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-90, .d-flex.gxm-md-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gxm-md-90 > *, .d-flex.gxm-md-90 > * {
      margin-left: 45px;
      margin-right: 45px; }
  .d-flex-wrap.gx-md-100, .d-flex.gx-md-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gx-md-100 > *, .d-flex.gx-md-100 > * {
      padding-left: 50px;
      padding-right: 50px; }
      .d-flex-wrap.gx-md-100.margin > *, .d-flex.gx-md-100.margin > * {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-100, .d-flex.gxm-md-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gxm-md-100 > *, .d-flex.gxm-md-100 > * {
      margin-left: 50px;
      margin-right: 50px; }
  .d-flex-wrap.gx-md-120, .d-flex.gx-md-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gx-md-120 > *, .d-flex.gx-md-120 > * {
      padding-left: 60px;
      padding-right: 60px; }
      .d-flex-wrap.gx-md-120.margin > *, .d-flex.gx-md-120.margin > * {
        margin-left: 60px;
        margin-right: 60px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-120, .d-flex.gxm-md-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gxm-md-120 > *, .d-flex.gxm-md-120 > * {
      margin-left: 60px;
      margin-right: 60px; }
  .d-flex-wrap.gx-md-150, .d-flex.gx-md-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gx-md-150 > *, .d-flex.gx-md-150 > * {
      padding-left: 75px;
      padding-right: 75px; }
      .d-flex-wrap.gx-md-150.margin > *, .d-flex.gx-md-150.margin > * {
        margin-left: 75px;
        margin-right: 75px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-md-150, .d-flex.gxm-md-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gxm-md-150 > *, .d-flex.gxm-md-150 > * {
      margin-left: 75px;
      margin-right: 75px; } }
@media (min-width: 992px) {
  .d-flex-wrap.gx-lg-0, .d-flex.gx-lg-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gx-lg-0 > *, .d-flex.gx-lg-0 > * {
      padding-left: 0px;
      padding-right: 0px; }
      .d-flex-wrap.gx-lg-0.margin > *, .d-flex.gx-lg-0.margin > * {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-0, .d-flex.gxm-lg-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gxm-lg-0 > *, .d-flex.gxm-lg-0 > * {
      margin-left: 0px;
      margin-right: 0px; }
  .d-flex-wrap.gx-lg-5, .d-flex.gx-lg-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gx-lg-5 > *, .d-flex.gx-lg-5 > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .d-flex-wrap.gx-lg-5.margin > *, .d-flex.gx-lg-5.margin > * {
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-5, .d-flex.gxm-lg-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gxm-lg-5 > *, .d-flex.gxm-lg-5 > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .d-flex-wrap.gx-lg-10, .d-flex.gx-lg-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gx-lg-10 > *, .d-flex.gx-lg-10 > * {
      padding-left: 5px;
      padding-right: 5px; }
      .d-flex-wrap.gx-lg-10.margin > *, .d-flex.gx-lg-10.margin > * {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-10, .d-flex.gxm-lg-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gxm-lg-10 > *, .d-flex.gxm-lg-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
  .d-flex-wrap.gx-lg-12, .d-flex.gx-lg-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gx-lg-12 > *, .d-flex.gx-lg-12 > * {
      padding-left: 6px;
      padding-right: 6px; }
      .d-flex-wrap.gx-lg-12.margin > *, .d-flex.gx-lg-12.margin > * {
        margin-left: 6px;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-12, .d-flex.gxm-lg-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gxm-lg-12 > *, .d-flex.gxm-lg-12 > * {
      margin-left: 6px;
      margin-right: 6px; }
  .d-flex-wrap.gx-lg-15, .d-flex.gx-lg-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gx-lg-15 > *, .d-flex.gx-lg-15 > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .d-flex-wrap.gx-lg-15.margin > *, .d-flex.gx-lg-15.margin > * {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-15, .d-flex.gxm-lg-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gxm-lg-15 > *, .d-flex.gxm-lg-15 > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .d-flex-wrap.gx-lg-16, .d-flex.gx-lg-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gx-lg-16 > *, .d-flex.gx-lg-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
      .d-flex-wrap.gx-lg-16.margin > *, .d-flex.gx-lg-16.margin > * {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-16, .d-flex.gxm-lg-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gxm-lg-16 > *, .d-flex.gxm-lg-16 > * {
      margin-left: 8px;
      margin-right: 8px; }
  .d-flex-wrap.gx-lg-20, .d-flex.gx-lg-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gx-lg-20 > *, .d-flex.gx-lg-20 > * {
      padding-left: 10px;
      padding-right: 10px; }
      .d-flex-wrap.gx-lg-20.margin > *, .d-flex.gx-lg-20.margin > * {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-20, .d-flex.gxm-lg-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gxm-lg-20 > *, .d-flex.gxm-lg-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
  .d-flex-wrap.gx-lg-24, .d-flex.gx-lg-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gx-lg-24 > *, .d-flex.gx-lg-24 > * {
      padding-left: 12px;
      padding-right: 12px; }
      .d-flex-wrap.gx-lg-24.margin > *, .d-flex.gx-lg-24.margin > * {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-24, .d-flex.gxm-lg-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gxm-lg-24 > *, .d-flex.gxm-lg-24 > * {
      margin-left: 12px;
      margin-right: 12px; }
  .d-flex-wrap.gx-lg-25, .d-flex.gx-lg-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gx-lg-25 > *, .d-flex.gx-lg-25 > * {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .d-flex-wrap.gx-lg-25.margin > *, .d-flex.gx-lg-25.margin > * {
        margin-left: 12.5px;
        margin-right: 12.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-25, .d-flex.gxm-lg-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gxm-lg-25 > *, .d-flex.gxm-lg-25 > * {
      margin-left: 12.5px;
      margin-right: 12.5px; }
  .d-flex-wrap.gx-lg-30, .d-flex.gx-lg-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gx-lg-30 > *, .d-flex.gx-lg-30 > * {
      padding-left: 15px;
      padding-right: 15px; }
      .d-flex-wrap.gx-lg-30.margin > *, .d-flex.gx-lg-30.margin > * {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-30, .d-flex.gxm-lg-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gxm-lg-30 > *, .d-flex.gxm-lg-30 > * {
      margin-left: 15px;
      margin-right: 15px; }
  .d-flex-wrap.gx-lg-35, .d-flex.gx-lg-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gx-lg-35 > *, .d-flex.gx-lg-35 > * {
      padding-left: 17.5px;
      padding-right: 17.5px; }
      .d-flex-wrap.gx-lg-35.margin > *, .d-flex.gx-lg-35.margin > * {
        margin-left: 17.5px;
        margin-right: 17.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-35, .d-flex.gxm-lg-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gxm-lg-35 > *, .d-flex.gxm-lg-35 > * {
      margin-left: 17.5px;
      margin-right: 17.5px; }
  .d-flex-wrap.gx-lg-40, .d-flex.gx-lg-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gx-lg-40 > *, .d-flex.gx-lg-40 > * {
      padding-left: 20px;
      padding-right: 20px; }
      .d-flex-wrap.gx-lg-40.margin > *, .d-flex.gx-lg-40.margin > * {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-40, .d-flex.gxm-lg-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gxm-lg-40 > *, .d-flex.gxm-lg-40 > * {
      margin-left: 20px;
      margin-right: 20px; }
  .d-flex-wrap.gx-lg-50, .d-flex.gx-lg-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gx-lg-50 > *, .d-flex.gx-lg-50 > * {
      padding-left: 25px;
      padding-right: 25px; }
      .d-flex-wrap.gx-lg-50.margin > *, .d-flex.gx-lg-50.margin > * {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-50, .d-flex.gxm-lg-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gxm-lg-50 > *, .d-flex.gxm-lg-50 > * {
      margin-left: 25px;
      margin-right: 25px; }
  .d-flex-wrap.gx-lg-60, .d-flex.gx-lg-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gx-lg-60 > *, .d-flex.gx-lg-60 > * {
      padding-left: 30px;
      padding-right: 30px; }
      .d-flex-wrap.gx-lg-60.margin > *, .d-flex.gx-lg-60.margin > * {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-60, .d-flex.gxm-lg-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gxm-lg-60 > *, .d-flex.gxm-lg-60 > * {
      margin-left: 30px;
      margin-right: 30px; }
  .d-flex-wrap.gx-lg-70, .d-flex.gx-lg-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gx-lg-70 > *, .d-flex.gx-lg-70 > * {
      padding-left: 35px;
      padding-right: 35px; }
      .d-flex-wrap.gx-lg-70.margin > *, .d-flex.gx-lg-70.margin > * {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-70, .d-flex.gxm-lg-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gxm-lg-70 > *, .d-flex.gxm-lg-70 > * {
      margin-left: 35px;
      margin-right: 35px; }
  .d-flex-wrap.gx-lg-80, .d-flex.gx-lg-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gx-lg-80 > *, .d-flex.gx-lg-80 > * {
      padding-left: 40px;
      padding-right: 40px; }
      .d-flex-wrap.gx-lg-80.margin > *, .d-flex.gx-lg-80.margin > * {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-80, .d-flex.gxm-lg-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gxm-lg-80 > *, .d-flex.gxm-lg-80 > * {
      margin-left: 40px;
      margin-right: 40px; }
  .d-flex-wrap.gx-lg-90, .d-flex.gx-lg-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gx-lg-90 > *, .d-flex.gx-lg-90 > * {
      padding-left: 45px;
      padding-right: 45px; }
      .d-flex-wrap.gx-lg-90.margin > *, .d-flex.gx-lg-90.margin > * {
        margin-left: 45px;
        margin-right: 45px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-90, .d-flex.gxm-lg-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gxm-lg-90 > *, .d-flex.gxm-lg-90 > * {
      margin-left: 45px;
      margin-right: 45px; }
  .d-flex-wrap.gx-lg-100, .d-flex.gx-lg-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gx-lg-100 > *, .d-flex.gx-lg-100 > * {
      padding-left: 50px;
      padding-right: 50px; }
      .d-flex-wrap.gx-lg-100.margin > *, .d-flex.gx-lg-100.margin > * {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-100, .d-flex.gxm-lg-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gxm-lg-100 > *, .d-flex.gxm-lg-100 > * {
      margin-left: 50px;
      margin-right: 50px; }
  .d-flex-wrap.gx-lg-120, .d-flex.gx-lg-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gx-lg-120 > *, .d-flex.gx-lg-120 > * {
      padding-left: 60px;
      padding-right: 60px; }
      .d-flex-wrap.gx-lg-120.margin > *, .d-flex.gx-lg-120.margin > * {
        margin-left: 60px;
        margin-right: 60px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-120, .d-flex.gxm-lg-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gxm-lg-120 > *, .d-flex.gxm-lg-120 > * {
      margin-left: 60px;
      margin-right: 60px; }
  .d-flex-wrap.gx-lg-150, .d-flex.gx-lg-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gx-lg-150 > *, .d-flex.gx-lg-150 > * {
      padding-left: 75px;
      padding-right: 75px; }
      .d-flex-wrap.gx-lg-150.margin > *, .d-flex.gx-lg-150.margin > * {
        margin-left: 75px;
        margin-right: 75px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-lg-150, .d-flex.gxm-lg-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gxm-lg-150 > *, .d-flex.gxm-lg-150 > * {
      margin-left: 75px;
      margin-right: 75px; } }
@media (min-width: 1200px) {
  .d-flex-wrap.gx-xl-0, .d-flex.gx-xl-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gx-xl-0 > *, .d-flex.gx-xl-0 > * {
      padding-left: 0px;
      padding-right: 0px; }
      .d-flex-wrap.gx-xl-0.margin > *, .d-flex.gx-xl-0.margin > * {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-0, .d-flex.gxm-xl-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gxm-xl-0 > *, .d-flex.gxm-xl-0 > * {
      margin-left: 0px;
      margin-right: 0px; }
  .d-flex-wrap.gx-xl-5, .d-flex.gx-xl-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gx-xl-5 > *, .d-flex.gx-xl-5 > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .d-flex-wrap.gx-xl-5.margin > *, .d-flex.gx-xl-5.margin > * {
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-5, .d-flex.gxm-xl-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gxm-xl-5 > *, .d-flex.gxm-xl-5 > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .d-flex-wrap.gx-xl-10, .d-flex.gx-xl-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gx-xl-10 > *, .d-flex.gx-xl-10 > * {
      padding-left: 5px;
      padding-right: 5px; }
      .d-flex-wrap.gx-xl-10.margin > *, .d-flex.gx-xl-10.margin > * {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-10, .d-flex.gxm-xl-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gxm-xl-10 > *, .d-flex.gxm-xl-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
  .d-flex-wrap.gx-xl-12, .d-flex.gx-xl-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gx-xl-12 > *, .d-flex.gx-xl-12 > * {
      padding-left: 6px;
      padding-right: 6px; }
      .d-flex-wrap.gx-xl-12.margin > *, .d-flex.gx-xl-12.margin > * {
        margin-left: 6px;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-12, .d-flex.gxm-xl-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gxm-xl-12 > *, .d-flex.gxm-xl-12 > * {
      margin-left: 6px;
      margin-right: 6px; }
  .d-flex-wrap.gx-xl-15, .d-flex.gx-xl-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gx-xl-15 > *, .d-flex.gx-xl-15 > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .d-flex-wrap.gx-xl-15.margin > *, .d-flex.gx-xl-15.margin > * {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-15, .d-flex.gxm-xl-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gxm-xl-15 > *, .d-flex.gxm-xl-15 > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .d-flex-wrap.gx-xl-16, .d-flex.gx-xl-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gx-xl-16 > *, .d-flex.gx-xl-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
      .d-flex-wrap.gx-xl-16.margin > *, .d-flex.gx-xl-16.margin > * {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-16, .d-flex.gxm-xl-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gxm-xl-16 > *, .d-flex.gxm-xl-16 > * {
      margin-left: 8px;
      margin-right: 8px; }
  .d-flex-wrap.gx-xl-20, .d-flex.gx-xl-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gx-xl-20 > *, .d-flex.gx-xl-20 > * {
      padding-left: 10px;
      padding-right: 10px; }
      .d-flex-wrap.gx-xl-20.margin > *, .d-flex.gx-xl-20.margin > * {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-20, .d-flex.gxm-xl-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gxm-xl-20 > *, .d-flex.gxm-xl-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
  .d-flex-wrap.gx-xl-24, .d-flex.gx-xl-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gx-xl-24 > *, .d-flex.gx-xl-24 > * {
      padding-left: 12px;
      padding-right: 12px; }
      .d-flex-wrap.gx-xl-24.margin > *, .d-flex.gx-xl-24.margin > * {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-24, .d-flex.gxm-xl-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gxm-xl-24 > *, .d-flex.gxm-xl-24 > * {
      margin-left: 12px;
      margin-right: 12px; }
  .d-flex-wrap.gx-xl-25, .d-flex.gx-xl-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gx-xl-25 > *, .d-flex.gx-xl-25 > * {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .d-flex-wrap.gx-xl-25.margin > *, .d-flex.gx-xl-25.margin > * {
        margin-left: 12.5px;
        margin-right: 12.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-25, .d-flex.gxm-xl-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gxm-xl-25 > *, .d-flex.gxm-xl-25 > * {
      margin-left: 12.5px;
      margin-right: 12.5px; }
  .d-flex-wrap.gx-xl-30, .d-flex.gx-xl-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gx-xl-30 > *, .d-flex.gx-xl-30 > * {
      padding-left: 15px;
      padding-right: 15px; }
      .d-flex-wrap.gx-xl-30.margin > *, .d-flex.gx-xl-30.margin > * {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-30, .d-flex.gxm-xl-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gxm-xl-30 > *, .d-flex.gxm-xl-30 > * {
      margin-left: 15px;
      margin-right: 15px; }
  .d-flex-wrap.gx-xl-35, .d-flex.gx-xl-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gx-xl-35 > *, .d-flex.gx-xl-35 > * {
      padding-left: 17.5px;
      padding-right: 17.5px; }
      .d-flex-wrap.gx-xl-35.margin > *, .d-flex.gx-xl-35.margin > * {
        margin-left: 17.5px;
        margin-right: 17.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-35, .d-flex.gxm-xl-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gxm-xl-35 > *, .d-flex.gxm-xl-35 > * {
      margin-left: 17.5px;
      margin-right: 17.5px; }
  .d-flex-wrap.gx-xl-40, .d-flex.gx-xl-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gx-xl-40 > *, .d-flex.gx-xl-40 > * {
      padding-left: 20px;
      padding-right: 20px; }
      .d-flex-wrap.gx-xl-40.margin > *, .d-flex.gx-xl-40.margin > * {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-40, .d-flex.gxm-xl-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gxm-xl-40 > *, .d-flex.gxm-xl-40 > * {
      margin-left: 20px;
      margin-right: 20px; }
  .d-flex-wrap.gx-xl-50, .d-flex.gx-xl-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gx-xl-50 > *, .d-flex.gx-xl-50 > * {
      padding-left: 25px;
      padding-right: 25px; }
      .d-flex-wrap.gx-xl-50.margin > *, .d-flex.gx-xl-50.margin > * {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-50, .d-flex.gxm-xl-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gxm-xl-50 > *, .d-flex.gxm-xl-50 > * {
      margin-left: 25px;
      margin-right: 25px; }
  .d-flex-wrap.gx-xl-60, .d-flex.gx-xl-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gx-xl-60 > *, .d-flex.gx-xl-60 > * {
      padding-left: 30px;
      padding-right: 30px; }
      .d-flex-wrap.gx-xl-60.margin > *, .d-flex.gx-xl-60.margin > * {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-60, .d-flex.gxm-xl-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gxm-xl-60 > *, .d-flex.gxm-xl-60 > * {
      margin-left: 30px;
      margin-right: 30px; }
  .d-flex-wrap.gx-xl-70, .d-flex.gx-xl-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gx-xl-70 > *, .d-flex.gx-xl-70 > * {
      padding-left: 35px;
      padding-right: 35px; }
      .d-flex-wrap.gx-xl-70.margin > *, .d-flex.gx-xl-70.margin > * {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-70, .d-flex.gxm-xl-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gxm-xl-70 > *, .d-flex.gxm-xl-70 > * {
      margin-left: 35px;
      margin-right: 35px; }
  .d-flex-wrap.gx-xl-80, .d-flex.gx-xl-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gx-xl-80 > *, .d-flex.gx-xl-80 > * {
      padding-left: 40px;
      padding-right: 40px; }
      .d-flex-wrap.gx-xl-80.margin > *, .d-flex.gx-xl-80.margin > * {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-80, .d-flex.gxm-xl-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gxm-xl-80 > *, .d-flex.gxm-xl-80 > * {
      margin-left: 40px;
      margin-right: 40px; }
  .d-flex-wrap.gx-xl-90, .d-flex.gx-xl-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gx-xl-90 > *, .d-flex.gx-xl-90 > * {
      padding-left: 45px;
      padding-right: 45px; }
      .d-flex-wrap.gx-xl-90.margin > *, .d-flex.gx-xl-90.margin > * {
        margin-left: 45px;
        margin-right: 45px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-90, .d-flex.gxm-xl-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gxm-xl-90 > *, .d-flex.gxm-xl-90 > * {
      margin-left: 45px;
      margin-right: 45px; }
  .d-flex-wrap.gx-xl-100, .d-flex.gx-xl-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gx-xl-100 > *, .d-flex.gx-xl-100 > * {
      padding-left: 50px;
      padding-right: 50px; }
      .d-flex-wrap.gx-xl-100.margin > *, .d-flex.gx-xl-100.margin > * {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-100, .d-flex.gxm-xl-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gxm-xl-100 > *, .d-flex.gxm-xl-100 > * {
      margin-left: 50px;
      margin-right: 50px; }
  .d-flex-wrap.gx-xl-120, .d-flex.gx-xl-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gx-xl-120 > *, .d-flex.gx-xl-120 > * {
      padding-left: 60px;
      padding-right: 60px; }
      .d-flex-wrap.gx-xl-120.margin > *, .d-flex.gx-xl-120.margin > * {
        margin-left: 60px;
        margin-right: 60px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-120, .d-flex.gxm-xl-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gxm-xl-120 > *, .d-flex.gxm-xl-120 > * {
      margin-left: 60px;
      margin-right: 60px; }
  .d-flex-wrap.gx-xl-150, .d-flex.gx-xl-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gx-xl-150 > *, .d-flex.gx-xl-150 > * {
      padding-left: 75px;
      padding-right: 75px; }
      .d-flex-wrap.gx-xl-150.margin > *, .d-flex.gx-xl-150.margin > * {
        margin-left: 75px;
        margin-right: 75px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xl-150, .d-flex.gxm-xl-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gxm-xl-150 > *, .d-flex.gxm-xl-150 > * {
      margin-left: 75px;
      margin-right: 75px; } }
@media (min-width: 1400px) {
  .d-flex-wrap.gx-xxl-0, .d-flex.gx-xxl-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gx-xxl-0 > *, .d-flex.gx-xxl-0 > * {
      padding-left: 0px;
      padding-right: 0px; }
      .d-flex-wrap.gx-xxl-0.margin > *, .d-flex.gx-xxl-0.margin > * {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-0, .d-flex.gxm-xxl-0 {
    margin-left: 0px;
    margin-right: 0px; }
    .d-flex-wrap.gxm-xxl-0 > *, .d-flex.gxm-xxl-0 > * {
      margin-left: 0px;
      margin-right: 0px; }
  .d-flex-wrap.gx-xxl-5, .d-flex.gx-xxl-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gx-xxl-5 > *, .d-flex.gx-xxl-5 > * {
      padding-left: 2.5px;
      padding-right: 2.5px; }
      .d-flex-wrap.gx-xxl-5.margin > *, .d-flex.gx-xxl-5.margin > * {
        margin-left: 2.5px;
        margin-right: 2.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-5, .d-flex.gxm-xxl-5 {
    margin-left: -2.5px;
    margin-right: -2.5px; }
    .d-flex-wrap.gxm-xxl-5 > *, .d-flex.gxm-xxl-5 > * {
      margin-left: 2.5px;
      margin-right: 2.5px; }
  .d-flex-wrap.gx-xxl-10, .d-flex.gx-xxl-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gx-xxl-10 > *, .d-flex.gx-xxl-10 > * {
      padding-left: 5px;
      padding-right: 5px; }
      .d-flex-wrap.gx-xxl-10.margin > *, .d-flex.gx-xxl-10.margin > * {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-10, .d-flex.gxm-xxl-10 {
    margin-left: -5px;
    margin-right: -5px; }
    .d-flex-wrap.gxm-xxl-10 > *, .d-flex.gxm-xxl-10 > * {
      margin-left: 5px;
      margin-right: 5px; }
  .d-flex-wrap.gx-xxl-12, .d-flex.gx-xxl-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gx-xxl-12 > *, .d-flex.gx-xxl-12 > * {
      padding-left: 6px;
      padding-right: 6px; }
      .d-flex-wrap.gx-xxl-12.margin > *, .d-flex.gx-xxl-12.margin > * {
        margin-left: 6px;
        margin-right: 6px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-12, .d-flex.gxm-xxl-12 {
    margin-left: -6px;
    margin-right: -6px; }
    .d-flex-wrap.gxm-xxl-12 > *, .d-flex.gxm-xxl-12 > * {
      margin-left: 6px;
      margin-right: 6px; }
  .d-flex-wrap.gx-xxl-15, .d-flex.gx-xxl-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gx-xxl-15 > *, .d-flex.gx-xxl-15 > * {
      padding-left: 7.5px;
      padding-right: 7.5px; }
      .d-flex-wrap.gx-xxl-15.margin > *, .d-flex.gx-xxl-15.margin > * {
        margin-left: 7.5px;
        margin-right: 7.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-15, .d-flex.gxm-xxl-15 {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .d-flex-wrap.gxm-xxl-15 > *, .d-flex.gxm-xxl-15 > * {
      margin-left: 7.5px;
      margin-right: 7.5px; }
  .d-flex-wrap.gx-xxl-16, .d-flex.gx-xxl-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gx-xxl-16 > *, .d-flex.gx-xxl-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
      .d-flex-wrap.gx-xxl-16.margin > *, .d-flex.gx-xxl-16.margin > * {
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-16, .d-flex.gxm-xxl-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .d-flex-wrap.gxm-xxl-16 > *, .d-flex.gxm-xxl-16 > * {
      margin-left: 8px;
      margin-right: 8px; }
  .d-flex-wrap.gx-xxl-20, .d-flex.gx-xxl-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gx-xxl-20 > *, .d-flex.gx-xxl-20 > * {
      padding-left: 10px;
      padding-right: 10px; }
      .d-flex-wrap.gx-xxl-20.margin > *, .d-flex.gx-xxl-20.margin > * {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-20, .d-flex.gxm-xxl-20 {
    margin-left: -10px;
    margin-right: -10px; }
    .d-flex-wrap.gxm-xxl-20 > *, .d-flex.gxm-xxl-20 > * {
      margin-left: 10px;
      margin-right: 10px; }
  .d-flex-wrap.gx-xxl-24, .d-flex.gx-xxl-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gx-xxl-24 > *, .d-flex.gx-xxl-24 > * {
      padding-left: 12px;
      padding-right: 12px; }
      .d-flex-wrap.gx-xxl-24.margin > *, .d-flex.gx-xxl-24.margin > * {
        margin-left: 12px;
        margin-right: 12px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-24, .d-flex.gxm-xxl-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .d-flex-wrap.gxm-xxl-24 > *, .d-flex.gxm-xxl-24 > * {
      margin-left: 12px;
      margin-right: 12px; }
  .d-flex-wrap.gx-xxl-25, .d-flex.gx-xxl-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gx-xxl-25 > *, .d-flex.gx-xxl-25 > * {
      padding-left: 12.5px;
      padding-right: 12.5px; }
      .d-flex-wrap.gx-xxl-25.margin > *, .d-flex.gx-xxl-25.margin > * {
        margin-left: 12.5px;
        margin-right: 12.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-25, .d-flex.gxm-xxl-25 {
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .d-flex-wrap.gxm-xxl-25 > *, .d-flex.gxm-xxl-25 > * {
      margin-left: 12.5px;
      margin-right: 12.5px; }
  .d-flex-wrap.gx-xxl-30, .d-flex.gx-xxl-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gx-xxl-30 > *, .d-flex.gx-xxl-30 > * {
      padding-left: 15px;
      padding-right: 15px; }
      .d-flex-wrap.gx-xxl-30.margin > *, .d-flex.gx-xxl-30.margin > * {
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-30, .d-flex.gxm-xxl-30 {
    margin-left: -15px;
    margin-right: -15px; }
    .d-flex-wrap.gxm-xxl-30 > *, .d-flex.gxm-xxl-30 > * {
      margin-left: 15px;
      margin-right: 15px; }
  .d-flex-wrap.gx-xxl-35, .d-flex.gx-xxl-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gx-xxl-35 > *, .d-flex.gx-xxl-35 > * {
      padding-left: 17.5px;
      padding-right: 17.5px; }
      .d-flex-wrap.gx-xxl-35.margin > *, .d-flex.gx-xxl-35.margin > * {
        margin-left: 17.5px;
        margin-right: 17.5px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-35, .d-flex.gxm-xxl-35 {
    margin-left: -17.5px;
    margin-right: -17.5px; }
    .d-flex-wrap.gxm-xxl-35 > *, .d-flex.gxm-xxl-35 > * {
      margin-left: 17.5px;
      margin-right: 17.5px; }
  .d-flex-wrap.gx-xxl-40, .d-flex.gx-xxl-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gx-xxl-40 > *, .d-flex.gx-xxl-40 > * {
      padding-left: 20px;
      padding-right: 20px; }
      .d-flex-wrap.gx-xxl-40.margin > *, .d-flex.gx-xxl-40.margin > * {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-40, .d-flex.gxm-xxl-40 {
    margin-left: -20px;
    margin-right: -20px; }
    .d-flex-wrap.gxm-xxl-40 > *, .d-flex.gxm-xxl-40 > * {
      margin-left: 20px;
      margin-right: 20px; }
  .d-flex-wrap.gx-xxl-50, .d-flex.gx-xxl-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gx-xxl-50 > *, .d-flex.gx-xxl-50 > * {
      padding-left: 25px;
      padding-right: 25px; }
      .d-flex-wrap.gx-xxl-50.margin > *, .d-flex.gx-xxl-50.margin > * {
        margin-left: 25px;
        margin-right: 25px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-50, .d-flex.gxm-xxl-50 {
    margin-left: -25px;
    margin-right: -25px; }
    .d-flex-wrap.gxm-xxl-50 > *, .d-flex.gxm-xxl-50 > * {
      margin-left: 25px;
      margin-right: 25px; }
  .d-flex-wrap.gx-xxl-60, .d-flex.gx-xxl-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gx-xxl-60 > *, .d-flex.gx-xxl-60 > * {
      padding-left: 30px;
      padding-right: 30px; }
      .d-flex-wrap.gx-xxl-60.margin > *, .d-flex.gx-xxl-60.margin > * {
        margin-left: 30px;
        margin-right: 30px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-60, .d-flex.gxm-xxl-60 {
    margin-left: -30px;
    margin-right: -30px; }
    .d-flex-wrap.gxm-xxl-60 > *, .d-flex.gxm-xxl-60 > * {
      margin-left: 30px;
      margin-right: 30px; }
  .d-flex-wrap.gx-xxl-70, .d-flex.gx-xxl-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gx-xxl-70 > *, .d-flex.gx-xxl-70 > * {
      padding-left: 35px;
      padding-right: 35px; }
      .d-flex-wrap.gx-xxl-70.margin > *, .d-flex.gx-xxl-70.margin > * {
        margin-left: 35px;
        margin-right: 35px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-70, .d-flex.gxm-xxl-70 {
    margin-left: -35px;
    margin-right: -35px; }
    .d-flex-wrap.gxm-xxl-70 > *, .d-flex.gxm-xxl-70 > * {
      margin-left: 35px;
      margin-right: 35px; }
  .d-flex-wrap.gx-xxl-80, .d-flex.gx-xxl-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gx-xxl-80 > *, .d-flex.gx-xxl-80 > * {
      padding-left: 40px;
      padding-right: 40px; }
      .d-flex-wrap.gx-xxl-80.margin > *, .d-flex.gx-xxl-80.margin > * {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-80, .d-flex.gxm-xxl-80 {
    margin-left: -40px;
    margin-right: -40px; }
    .d-flex-wrap.gxm-xxl-80 > *, .d-flex.gxm-xxl-80 > * {
      margin-left: 40px;
      margin-right: 40px; }
  .d-flex-wrap.gx-xxl-90, .d-flex.gx-xxl-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gx-xxl-90 > *, .d-flex.gx-xxl-90 > * {
      padding-left: 45px;
      padding-right: 45px; }
      .d-flex-wrap.gx-xxl-90.margin > *, .d-flex.gx-xxl-90.margin > * {
        margin-left: 45px;
        margin-right: 45px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-90, .d-flex.gxm-xxl-90 {
    margin-left: -45px;
    margin-right: -45px; }
    .d-flex-wrap.gxm-xxl-90 > *, .d-flex.gxm-xxl-90 > * {
      margin-left: 45px;
      margin-right: 45px; }
  .d-flex-wrap.gx-xxl-100, .d-flex.gx-xxl-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gx-xxl-100 > *, .d-flex.gx-xxl-100 > * {
      padding-left: 50px;
      padding-right: 50px; }
      .d-flex-wrap.gx-xxl-100.margin > *, .d-flex.gx-xxl-100.margin > * {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-100, .d-flex.gxm-xxl-100 {
    margin-left: -50px;
    margin-right: -50px; }
    .d-flex-wrap.gxm-xxl-100 > *, .d-flex.gxm-xxl-100 > * {
      margin-left: 50px;
      margin-right: 50px; }
  .d-flex-wrap.gx-xxl-120, .d-flex.gx-xxl-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gx-xxl-120 > *, .d-flex.gx-xxl-120 > * {
      padding-left: 60px;
      padding-right: 60px; }
      .d-flex-wrap.gx-xxl-120.margin > *, .d-flex.gx-xxl-120.margin > * {
        margin-left: 60px;
        margin-right: 60px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-120, .d-flex.gxm-xxl-120 {
    margin-left: -60px;
    margin-right: -60px; }
    .d-flex-wrap.gxm-xxl-120 > *, .d-flex.gxm-xxl-120 > * {
      margin-left: 60px;
      margin-right: 60px; }
  .d-flex-wrap.gx-xxl-150, .d-flex.gx-xxl-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gx-xxl-150 > *, .d-flex.gx-xxl-150 > * {
      padding-left: 75px;
      padding-right: 75px; }
      .d-flex-wrap.gx-xxl-150.margin > *, .d-flex.gx-xxl-150.margin > * {
        margin-left: 75px;
        margin-right: 75px;
        padding-left: 0;
        padding-right: 0; }
  .d-flex-wrap.gxm-xxl-150, .d-flex.gxm-xxl-150 {
    margin-left: -75px;
    margin-right: -75px; }
    .d-flex-wrap.gxm-xxl-150 > *, .d-flex.gxm-xxl-150 > * {
      margin-left: 75px;
      margin-right: 75px; } }
.row.gx-16 {
  margin-left: -8px;
  margin-right: -8px; }
  .row.gx-16 > * {
    padding-left: 8px;
    padding-right: 8px; }
.row.gx-24 {
  margin-left: -12px;
  margin-right: -12px; }
  .row.gx-24 > * {
    padding-left: 12px;
    padding-right: 12px; }
@media (min-width: 0) {
  .row.gx-xs-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .row.gx-xs-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
  .row.gx-xs-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .row.gx-xs-24 > * {
      padding-left: 12px;
      padding-right: 12px; } }
@media (min-width: 576px) {
  .row.gx-sm-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .row.gx-sm-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
  .row.gx-sm-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .row.gx-sm-24 > * {
      padding-left: 12px;
      padding-right: 12px; } }
@media (min-width: 768px) {
  .row.gx-md-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .row.gx-md-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
  .row.gx-md-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .row.gx-md-24 > * {
      padding-left: 12px;
      padding-right: 12px; } }
@media (min-width: 992px) {
  .row.gx-lg-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .row.gx-lg-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
  .row.gx-lg-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .row.gx-lg-24 > * {
      padding-left: 12px;
      padding-right: 12px; } }
@media (min-width: 1200px) {
  .row.gx-xl-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .row.gx-xl-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
  .row.gx-xl-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .row.gx-xl-24 > * {
      padding-left: 12px;
      padding-right: 12px; } }
@media (min-width: 1400px) {
  .row.gx-xxl-16 {
    margin-left: -8px;
    margin-right: -8px; }
    .row.gx-xxl-16 > * {
      padding-left: 8px;
      padding-right: 8px; }
  .row.gx-xxl-24 {
    margin-left: -12px;
    margin-right: -12px; }
    .row.gx-xxl-24 > * {
      padding-left: 12px;
      padding-right: 12px; } }
@media (min-width: 0) {
  .overflow-hidden-xs {
    overflow: hidden !important; } }
@media (min-width: 576px) {
  .overflow-hidden-sm {
    overflow: hidden !important; } }
@media (min-width: 768px) {
  .overflow-hidden-md {
    overflow: hidden !important; } }
@media (min-width: 992px) {
  .overflow-hidden-lg {
    overflow: hidden !important; } }
@media (min-width: 1200px) {
  .overflow-hidden-xl {
    overflow: hidden !important; } }
@media (min-width: 1400px) {
  .overflow-hidden-xxl {
    overflow: hidden !important; } }

.elementor-section.pxl-container-margin-auto-yes .elementor-column-gap-default {
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 1599px) {
  .elementor-section.pxl-container-margin-auto-laptop-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 1199px) {
  .elementor-section.pxl-container-margin-auto-tablet_extra-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 991px) {
  .elementor-section.pxl-container-margin-auto-tablet-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 767px) {
  .elementor-section.pxl-container-margin-auto-mobile_extra-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 575px) {
  .elementor-section.pxl-container-margin-auto-mobile-yes .elementor-column-gap-default {
    margin-left: auto;
    margin-right: auto; } }

.pxl-swiper-arrows-false .pxl-slider-arrow-wrap {
  display: none; }
.pxl-swiper-arrows-false .pxl-swiper-arrows {
  display: none; }
@media (max-width: 1599px) {
  .pxl-swiper-arrows-laptop-false .pxl-slider-arrow-wrap {
    display: none; }
  .pxl-swiper-arrows-laptop-false .pxl-swiper-arrows {
    display: none; }
  .pxl-swiper-arrows-laptop-true .pxl-slider-arrow-wrap {
    display: flex; }
  .pxl-swiper-arrows-laptop-true .pxl-swiper-arrows {
    display: flex; } }
@media (max-width: 1199px) {
  .pxl-swiper-arrows-tablet_extra-false .pxl-slider-arrow-wrap {
    display: none; }
  .pxl-swiper-arrows-tablet_extra-false .pxl-swiper-arrows {
    display: none; }
  .pxl-swiper-arrows-tablet_extra-true .pxl-slider-arrow-wrap {
    display: flex; }
  .pxl-swiper-arrows-tablet_extra-true .pxl-swiper-arrows {
    display: flex; } }
@media (max-width: 991px) {
  .pxl-swiper-arrows-tablet-false .pxl-slider-arrow-wrap {
    display: none; }
  .pxl-swiper-arrows-tablet-false .pxl-swiper-arrows {
    display: none; }
  .pxl-swiper-arrows-tablet-true .pxl-slider-arrow-wrap {
    display: flex; }
  .pxl-swiper-arrows-tablet-true .pxl-swiper-arrows {
    display: flex; } }
@media (max-width: 767px) {
  .pxl-swiper-arrows-mobile_extra-false .pxl-slider-arrow-wrap {
    display: none; }
  .pxl-swiper-arrows-mobile_extra-false .pxl-swiper-arrows {
    display: none; }
  .pxl-swiper-arrows-mobile_extra-true .pxl-slider-arrow-wrap {
    display: flex; }
  .pxl-swiper-arrows-mobile_extra-true .pxl-swiper-arrows {
    display: flex; } }
@media (max-width: 575px) {
  .pxl-swiper-arrows-mobile-false .pxl-slider-arrow-wrap {
    display: none; }
  .pxl-swiper-arrows-mobile-false .pxl-swiper-arrows {
    display: none; }
  .pxl-swiper-arrows-mobile-true .pxl-slider-arrow-wrap {
    display: flex; }
  .pxl-swiper-arrows-mobile-true .pxl-swiper-arrows {
    display: flex; } }

.pxl-swiper-dots-false .pxl-slider-dots {
  display: none; }
.pxl-swiper-dots-false .pxl-swiper-dots {
  display: none; }
@media (max-width: 1599px) {
  .pxl-swiper-dots-laptop-false .pxl-slider-dots {
    display: none; }
  .pxl-swiper-dots-laptop-false .pxl-swiper-dots {
    display: none; }
  .pxl-swiper-dots-laptop-true .pxl-slider-dots {
    display: flex; }
  .pxl-swiper-dots-laptop-true .pxl-swiper-dots {
    display: flex; } }
@media (max-width: 1199px) {
  .pxl-swiper-dots-tablet_extra-false .pxl-slider-dots {
    display: none; }
  .pxl-swiper-dots-tablet_extra-false .pxl-swiper-dots {
    display: none; }
  .pxl-swiper-dots-tablet_extra-true .pxl-slider-dots {
    display: flex; }
  .pxl-swiper-dots-tablet_extra-true .pxl-swiper-dots {
    display: flex; } }
@media (max-width: 991px) {
  .pxl-swiper-dots-tablet-false .pxl-slider-dots {
    display: none; }
  .pxl-swiper-dots-tablet-false .pxl-swiper-dots {
    display: none; }
  .pxl-swiper-dots-tablet-true .pxl-slider-dots {
    display: flex; }
  .pxl-swiper-dots-tablet-true .pxl-swiper-dots {
    display: flex; } }
@media (max-width: 767px) {
  .pxl-swiper-dots-mobile_extra-false .pxl-slider-dots {
    display: none; }
  .pxl-swiper-dots-mobile_extra-false .pxl-swiper-dots {
    display: none; }
  .pxl-swiper-dots-mobile_extra-true .pxl-slider-dots {
    display: flex; }
  .pxl-swiper-dots-mobile_extra-true .pxl-swiper-dots {
    display: flex; } }
@media (max-width: 575px) {
  .pxl-swiper-dots-mobile-false .pxl-slider-dots {
    display: none; }
  .pxl-swiper-dots-mobile-false .pxl-swiper-dots {
    display: none; }
  .pxl-swiper-dots-mobile-true .pxl-slider-dots {
    display: flex; }
  .pxl-swiper-dots-mobile-true .pxl-swiper-dots {
    display: flex; } }

.pxl-swiper-dots-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
  -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
  box-shadow: 0px 0px 0px 1px var(--primary-color); }
  .pxl-swiper-dots-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
    background: var(--primary-color); }

.pxl-swiper-dots-white .pxl-slider-dots .pxl-slider-pagination-bullet:before {
  background: #fff; }
.pxl-swiper-dots-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: 0px 0px 0px 1px #fff;
  -khtml-box-shadow: 0px 0px 0px 1px #fff;
  -moz-box-shadow: 0px 0px 0px 1px #fff;
  -ms-box-shadow: 0px 0px 0px 1px #fff;
  -o-box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px #fff; }
  .pxl-swiper-dots-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #fff; }
@media (max-width: 1599px) {
  .pxl-swiper-dots-laptop-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-laptop-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color); }
    .pxl-swiper-dots-laptop-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-laptop-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: var(--primary-color); }
  .pxl-swiper-dots-laptop-white .pxl-slider-dots .pxl-slider-pagination-bullet:before {
    background: #fff; }
  .pxl-swiper-dots-laptop-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-laptop-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -khtml-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    -ms-box-shadow: 0px 0px 0px 1px #fff;
    -o-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff; }
    .pxl-swiper-dots-laptop-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-laptop-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; } }
@media (max-width: 1199px) {
  .pxl-swiper-dots-tablet_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-tablet_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color); }
    .pxl-swiper-dots-tablet_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-tablet_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: var(--primary-color); }
  .pxl-swiper-dots-tablet_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet:before {
    background: #fff; }
  .pxl-swiper-dots-tablet_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-tablet_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -khtml-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    -ms-box-shadow: 0px 0px 0px 1px #fff;
    -o-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff; }
    .pxl-swiper-dots-tablet_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-tablet_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; } }
@media (max-width: 991px) {
  .pxl-swiper-dots-tablet-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-tablet-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color); }
    .pxl-swiper-dots-tablet-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-tablet-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: var(--primary-color); }
  .pxl-swiper-dots-tablet-white .pxl-slider-dots .pxl-slider-pagination-bullet:before {
    background: #fff; }
  .pxl-swiper-dots-tablet-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-tablet-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -khtml-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    -ms-box-shadow: 0px 0px 0px 1px #fff;
    -o-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff; }
    .pxl-swiper-dots-tablet-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-tablet-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; } }
@media (max-width: 767px) {
  .pxl-swiper-dots-mobile_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-mobile_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color); }
    .pxl-swiper-dots-mobile_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-mobile_extra-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: var(--primary-color); }
  .pxl-swiper-dots-mobile_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet:before {
    background: #fff; }
  .pxl-swiper-dots-mobile_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-mobile_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -khtml-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    -ms-box-shadow: 0px 0px 0px 1px #fff;
    -o-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff; }
    .pxl-swiper-dots-mobile_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-mobile_extra-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; } }
@media (max-width: 575px) {
  .pxl-swiper-dots-mobile-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-mobile-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -khtml-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -moz-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -ms-box-shadow: 0px 0px 0px 1px var(--primary-color);
    -o-box-shadow: 0px 0px 0px 1px var(--primary-color);
    box-shadow: 0px 0px 0px 1px var(--primary-color); }
    .pxl-swiper-dots-mobile-primary .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-mobile-primary .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: var(--primary-color); }
  .pxl-swiper-dots-mobile-white .pxl-slider-dots .pxl-slider-pagination-bullet:before {
    background: #fff; }
  .pxl-swiper-dots-mobile-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover, .pxl-swiper-dots-mobile-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active {
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    -khtml-box-shadow: 0px 0px 0px 1px #fff;
    -moz-box-shadow: 0px 0px 0px 1px #fff;
    -ms-box-shadow: 0px 0px 0px 1px #fff;
    -o-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff; }
    .pxl-swiper-dots-mobile-white .pxl-slider-dots .pxl-slider-pagination-bullet:hover:before, .pxl-swiper-dots-mobile-white .pxl-slider-dots .pxl-slider-pagination-bullet.swiper-pagination-bullet-active:before {
      background: #fff; } }

.show-cart-totals-none a.cart-anchor {
  padding-right: 10px; }
@media (max-width: 1599px) {
  .show-cart-totals-laptop-none a.cart-anchor {
    padding-right: 10px; } }
@media (max-width: 1199px) {
  .show-cart-totals-tablet_extra-none a.cart-anchor {
    padding-right: 10px; } }
@media (max-width: 991px) {
  .show-cart-totals-tablet-none a.cart-anchor {
    padding-right: 10px; } }
@media (max-width: 767px) {
  .show-cart-totals-mobile_extra-none a.cart-anchor {
    padding-right: 10px; } }
@media (max-width: 575px) {
  .show-cart-totals-mobile-none a.cart-anchor {
    padding-right: 10px; } }

.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction {
  margin: -9px 0; }
  .pxl-slider-dots-direction-column .pxl-slider-pagination-fraction > * {
    margin: 9px 0; }
.pxl-slider-dots-direction-column .pxl-slider-pagination-fraction .divider {
  width: 1px;
  height: 75px; }
@media (max-width: 1599px) {
  .pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction {
    margin: -9px 0; }
    .pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction > * {
      margin: 9px 0; }
  .pxl-slider-dots-direction-laptop-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px; }
  .pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto; }
    .pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction > * {
      margin: 0 9px; }
  .pxl-slider-dots-direction-laptop-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px; } }
@media (max-width: 1199px) {
  .pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction {
    margin: -9px 0; }
    .pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction > * {
      margin: 9px 0; }
  .pxl-slider-dots-direction-tablet_extra-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px; }
  .pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto; }
    .pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction > * {
      margin: 0 9px; }
  .pxl-slider-dots-direction-tablet_extra-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px; } }
@media (max-width: 991px) {
  .pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction {
    margin: -9px 0; }
    .pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction > * {
      margin: 9px 0; }
  .pxl-slider-dots-direction-tablet-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px; }
  .pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto; }
    .pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction > * {
      margin: 0 9px; }
  .pxl-slider-dots-direction-tablet-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px; } }
@media (max-width: 767px) {
  .pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction {
    margin: -9px 0; }
    .pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction > * {
      margin: 9px 0; }
  .pxl-slider-dots-direction-mobile_extra-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px; }
  .pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto; }
    .pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction > * {
      margin: 0 9px; }
  .pxl-slider-dots-direction-mobile_extra-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px; } }
@media (max-width: 575px) {
  .pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction {
    margin: -9px 0; }
    .pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction > * {
      margin: 9px 0; }
  .pxl-slider-dots-direction-mobile-column .pxl-slider-pagination-fraction .divider {
    width: 1px;
    height: 40px; }
  .pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction {
    margin: 0 -9px;
    width: auto; }
    .pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction > * {
      margin: 0 9px; }
  .pxl-slider-dots-direction-mobile-row .pxl-slider-pagination-fraction .divider {
    width: 40px;
    height: 1px; } }

.pxl-border-anm.bw-no {
  border-width: 0; }

.pxl-border-anm.bw-yes {
  border-width: var(--bd-width); }
@media (max-width: 1599px) {
  .pxl-border-anm.bw-laptop-no {
    border-width: 0; }
  .pxl-border-anm.bw-laptop-yes {
    border-width: var(--bd-width); } }
@media (max-width: 1199px) {
  .pxl-border-anm.bw-tablet_extra-no {
    border-width: 0; }
  .pxl-border-anm.bw-tablet_extra-yes {
    border-width: var(--bd-width); } }
@media (max-width: 991px) {
  .pxl-border-anm.bw-tablet-no {
    border-width: 0; }
  .pxl-border-anm.bw-tablet-yes {
    border-width: var(--bd-width); } }
@media (max-width: 767px) {
  .pxl-border-anm.bw-mobile_extra-no {
    border-width: 0; }
  .pxl-border-anm.bw-mobile_extra-yes {
    border-width: var(--bd-width); } }
@media (max-width: 575px) {
  .pxl-border-anm.bw-mobile-no {
    border-width: 0; }
  .pxl-border-anm.bw-mobile-yes {
    border-width: var(--bd-width); } }

.elementor-column.pxl-column-element-grow {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.elementor-column.pxl-column-element-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
@media (max-width: 1599px) {
  .elementor-column.pxl-column-element-laptop-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%; }
  .elementor-column.pxl-column-element-laptop-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .elementor-column.pxl-column-element-laptop-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media (max-width: 1199px) {
  .elementor-column.pxl-column-element-tablet_extra-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%; }
  .elementor-column.pxl-column-element-tablet_extra-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .elementor-column.pxl-column-element-tablet_extra-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media (max-width: 991px) {
  .elementor-column.pxl-column-element-tablet-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%; }
  .elementor-column.pxl-column-element-tablet-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .elementor-column.pxl-column-element-tablet-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media (max-width: 767px) {
  .elementor-column.pxl-column-element-mobile_extra-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%; }
  .elementor-column.pxl-column-element-mobile_extra-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .elementor-column.pxl-column-element-mobile_extra-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }
@media (max-width: 575px) {
  .elementor-column.pxl-column-element-mobile-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%; }
  .elementor-column.pxl-column-element-mobile-grow {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .elementor-column.pxl-column-element-mobile-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

.video-bg-type-background .pxl-video-player {
  background-image: var(--pxl-video-player-bg-url); }
@media (max-width: 1599px) {
  .video-bg-type-laptop-static .pxl-video-player {
    background-image: none; }
  .video-bg-type-laptop-static .static-img {
    opacity: 1;
    visibility: visible; }
  .video-bg-type-laptop-background .pxl-video-player {
    background-image: var(--pxl-video-player-bg-url); }
  .video-bg-type-laptop-background .static-img {
    opacity: 0;
    visibility: hidden; } }
@media (max-width: 1199px) {
  .video-bg-type-tablet_extra-static .pxl-video-player {
    background-image: none; }
  .video-bg-type-tablet_extra-static .static-img {
    opacity: 1;
    visibility: visible; }
  .video-bg-type-tablet_extra-background .pxl-video-player {
    background-image: var(--pxl-video-player-bg-url); }
  .video-bg-type-tablet_extra-background .static-img {
    opacity: 0;
    visibility: hidden; } }
@media (max-width: 991px) {
  .video-bg-type-tablet-static .pxl-video-player {
    background-image: none; }
  .video-bg-type-tablet-static .static-img {
    opacity: 1;
    visibility: visible; }
  .video-bg-type-tablet-background .pxl-video-player {
    background-image: var(--pxl-video-player-bg-url); }
  .video-bg-type-tablet-background .static-img {
    opacity: 0;
    visibility: hidden; } }
@media (max-width: 767px) {
  .video-bg-type-mobile_extra-static .pxl-video-player {
    background-image: none; }
  .video-bg-type-mobile_extra-static .static-img {
    opacity: 1;
    visibility: visible; }
  .video-bg-type-mobile_extra-background .pxl-video-player {
    background-image: var(--pxl-video-player-bg-url); }
  .video-bg-type-mobile_extra-background .static-img {
    opacity: 0;
    visibility: hidden; } }
@media (max-width: 575px) {
  .video-bg-type-mobile-static .pxl-video-player {
    background-image: none; }
  .video-bg-type-mobile-static .static-img {
    opacity: 1;
    visibility: visible; }
  .video-bg-type-mobile-background .pxl-video-player {
    background-image: var(--pxl-video-player-bg-url); }
  .video-bg-type-mobile-background .static-img {
    opacity: 0;
    visibility: hidden; } }
/*# sourceMappingURL=style.css.map */