@media(min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none !important
    }
}

@media screen and (max-width:767px) {
    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none !important
    }
}

@keyframes pxl_scale {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

@keyframes pxl_scale1 {
    0% {
        transform: scale(1);
        opacity: .67
    }
    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-webkit-keyframes pxl_scale1 {
    0% {
        transform: scale(1);
        opacity: .67
    }
    100% {
        transform: scale(2.2);
        opacity: 0
    }
}

@-ms-keyframes pxl_spin {
    from {
        -ms-transform: rotate(0)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes pxl_spin {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes pxl_spin {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes pxl_spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes pxl_spin_child {
    0% {
        -webkit-transform: rotate(-160deg);
        -moz-transform: rotate(-160deg);
        -o-transform: rotate(-160deg);
        transform: rotate(-160deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pxl-image-spin {
    animation: pxl_spin_reverse 12s linear infinite
}

@keyframes pxl_zoom_reverse {
    0% {
        transform: scale(.6)
    }
    100% {
        transform: scale(1)
    }
}

.pxl-image-zoom {
    animation: pxl_zoom_reverse 8s linear infinite
}

@-ms-keyframes pxl_spin_reverse {
    from {
        -ms-transform: translate(-50%, -50%)rotate(0)
    }
    to {
        -ms-transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@-moz-keyframes pxl_spin_reverse {
    from {
        -moz-transform: translate(-50%, -50%)rotate(0)
    }
    to {
        -moz-transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_spin_reverse {
    from {
        -webkit-transform: translate(-50%, -50%)rotate(0)
    }
    to {
        -webkit-transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@keyframes pxl_spin_reverse {
    from {
        transform: translate(-50%, -50%)rotate(0)
    }
    to {
        transform: translate(-50%, -50%)rotate(-360deg)
    }
}

@-webkit-keyframes pxl_right_from_left {
    49% {
        -webkit-transform: translate(100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_right_from_left {
    49% {
        -moz-transform: translate(100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes pxl_right_from_left {
    49% {
        transform: translate(100%)
    }
    50% {
        opacity: 0;
        transform: translate(-100%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_left_from_right {
    49% {
        -webkit-transform: translate(-100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes pxl_left_from_right {
    49% {
        -moz-transform: translate(-100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translate(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes pxl_left_from_right {
    49% {
        transform: translate(-100%)
    }
    50% {
        opacity: 0;
        transform: translate(100%)
    }
    51% {
        opacity: 1
    }
}

@-webkit-keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@keyframes pxl_ani1 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@-webkit-keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes pxl_ani2 {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@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)
    }
}

.pxl-image-bounce {
    animation: pxl_bounce 1s ease-out infinite;
    -webkit-animation: pxl_bounce 1s ease-out infinite
}

@keyframes pxl_zigzag {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(40px)
    }
    50% {
        transform: translateX(0)
    }
    75% {
        transform: translateX(-40px)
    }
    100% {
        transform: translateX(0)
    }
}

.slide-right-to-left {
    animation: pxl_right_left 12s ease-out infinite;
    -webkit-animation: pxl_right_left 12s ease-out infinite
}

@keyframes pxl_left_right {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateX(-40px)
    }
    50% {
        transform: translateX(0)
    }
    75% {
        transform: translateX(40px)
    }
    100% {
        transform: translateX(0)
    }
}

.slide-left-to-right {
    animation: pxl_left_right 12s ease-out infinite;
    -webkit-animation: pxl_left_right 12s ease-out infinite
}

@keyframes pxl_bottom_top_small {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateY(10px)
    }
    50% {
        transform: translateY(0)
    }
    75% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes pxl_float_one {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-3%)
    }
}

@keyframes pxl_float_two {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-20px)
    }
}

.slide-up-down {
    animation: pxl_float_two 1.2s ease infinite alternate
}

@keyframes pxl_bottom_top {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateY(40px)
    }
    50% {
        transform: translateY(0)
    }
    75% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}

.slide-bottom-to-top {
    animation: pxl_bottom_top 12s ease-out infinite;
    -webkit-animation: pxl_bottom_top 12s ease-out infinite
}

@keyframes pxl_effect1 {
    0% {
        transform: translate(0, 0)
    }
    20% {
        transform: translate(40px, -5px)
    }
    40% {
        transform: translate(60px, 40px)
    }
    60% {
        transform: translate(40px, 60px)
    }
    80% {
        transform: translate(-40px, 60px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.slide-effect1 {
    animation: pxl_effect1 12s ease-out infinite;
    -webkit-animation: pxl_effect1 12s ease-out infinite
}

@keyframes pxl_effect2 {
    0% {
        transform: translate(0, 0)
    }
    20% {
        transform: translate(-30px, 40px)
    }
    40% {
        transform: translate(60px, 60px)
    }
    60% {
        transform: translate(70px, 40px)
    }
    80% {
        transform: translate(40px, -70px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.slide-effect2 {
    animation: pxl_effect2 12s ease-out infinite;
    -webkit-animation: pxl_effect2 12s ease-out infinite
}

@keyframes pxl_effect3 {
    0% {
        transform: translate(0, 0)
    }
    30% {
        transform: translate(40px, 60px)
    }
    45% {
        transform: translate(80px, 90px)
    }
    65% {
        transform: translate(40px, 110px)
    }
    75% {
        transform: translate(20px, 800px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.slide-effect3 {
    animation: pxl_effect3 12s ease-out infinite;
    -webkit-animation: pxl_effect3 12s ease-out infinite
}

@keyframes pxl_top_bottom {
    0% {
        transform: translateX(0)
    }
    25% {
        transform: translateY(-40px)
    }
    50% {
        transform: translateY(0)
    }
    75% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0)
    }
}

.slide-top-to-bottom {
    animation: pxl_top_bottom 12s ease-out infinite;
    -webkit-animation: pxl_top_bottom 12s ease-out infinite
}

@-webkit-keyframes img_circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes img_circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes pxl_loader_bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_loader_bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes pxl_keyword_slideIn {
    from {
        transform: translateY(65%)rotateX(-95deg);
        opacity: 0
    }
    to {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
}

@keyframes pxl_keyword_slideOut {
    from {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
    to {
        transform: translateY(-65%)rotateX(95deg);
        opacity: 0
    }
}

@keyframes pxl_path_animation1 {
    0% {
        d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z")
    }
    15% {
        d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z")
    }
    25% {
        d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z")
    }
    35% {
        d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z")
    }
    50% {
        d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z")
    }
    75% {
        d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z")
    }
    100% {
        d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z")
    }
}

@-webkit-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }
    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@-moz-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }
    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@-o-keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }
    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

@keyframes pxl_animation_round {
    from {
        transform: rotate(0)translateX(10px)rotate(0)
    }
    to {
        transform: rotate(360deg)translateX(10px)rotate(-360deg)
    }
}

.pxl-animation-round {
    animation: pxl_animation_round 4s infinite linear;
    -webkit-animation: pxl_animation_round 4s infinite linear
}

@keyframes pxl_kenburns {
    0% {
        opacity: 1;
        transform: scale(1.2)
    }
    1.5625% {
        opacity: 1
    }
    23.4375% {
        opacity: 1
    }
    26.5625% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
    98.4375% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 1
    }
}

.pxl-grid .pxl-grid-masonry {
    position: relative
}

.pxl-grid .grid-sizer {
    z-index: -1
}

.pxl-grid .pxl-load-more {
    text-align: center;
    padding: 0 15px
}

@media screen and (min-width:1200px) {
    .pxl-grid .col-xl-pxl5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.elementor-editor-active .grid-sizer {
    display: none
}

.pxl-col-align-start>.elementor-widget-wrap {
    justify-content: flex-start
}

.pxl-col-align-start .elementor-inner-section>.elementor-container {
    margin-left: 0
}

.pxl-col-align-center>.elementor-widget-wrap {
    justify-content: center
}

.pxl-col-align-end>.elementor-widget-wrap {
    justify-content: flex-end
}

.pxl-col-align-end .elementor-inner-section>.elementor-container {
    margin-right: 0
}

.pxl-carousel-inner {
    overflow: hidden
}

.pxl-swiper-container {
    margin: 0 -15px;
    position: relative;
    overflow: hidden
}

.pxl-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.pxl-swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    height: 100%;
    position: relative;
    padding: 0 15px
}

.pxl-swiper-arrow {
    font-size: 13px;
    color: #42413f;
    width: 58px;
    height: 58px;
    line-height: 56px;
    display: block;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    background-color: initial;
    border: 1px solid rgba(56, 56, 55, .64);
    -webkit-border-radius: 58px;
    -khtml-border-radius: 58px;
    -moz-border-radius: 58px;
    -ms-border-radius: 58px;
    -o-border-radius: 58px;
    border-radius: 58px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    margin: 0 7px;
    cursor: pointer
}

.pxl-swiper-arrow:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.pxl-swiper-arrow.swiper-button-disabled {
    cursor: not-allowed
}

.pxl-swiper-arrow.pxl-mouse-effect {
    height: 100%;
    width: 140px;
    position: absolute;
    top: 0;
    margin: 0;
    opacity: 0
}

.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-next {
    right: -120px
}

.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev {
    left: -120px
}

.pxl-swiper-arrow-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.pxl-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px
}

.pxl-swiper-pagination .pxl-swiper-current-slide,
.pxl-swiper-pagination .pxl-swiper-total-slides {
    font-size: 18px;
    font-weight: 700;
    color: #cccabf;
    margin: 0 14px
}

.pxl-swiper-pagination .pxl-swiper-current-slide:before,
.pxl-swiper-pagination .pxl-swiper-total-slides:before {
    content: '0'
}

.pxl-swiper-pagination .pxl-swiper-current-slide {
    color: #0a1316
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
    cursor: pointer;
    width: 2px;
    height: 13px;
    display: inline-block;
    margin: 0 6px;
    position: relative
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6e3d4;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active:before,
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover:before {
    height: 26px;
    background-color: var(--secondary-color)
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
    height: 1px;
    width: 100%;
    background-color: #c1b9b9;
    max-width: 1170px;
    margin-bottom: 4px;
    position: relative
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    height: 8px;
    transform: scale(0);
    transform-origin: left top
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span {
    color: #0a1316;
    display: inline-flex;
    margin: 0 6px
}

.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span:before {
    content: '0'
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
    margin-top: 27px
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span {
    cursor: pointer;
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 9px;
    position: relative;
    background-color: #e3e3e3;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active,
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:hover {
    background-color: var(--secondary-color)
}

.pxl-swiper-boxshadow .pxl-carousel-inner {
    margin: 0 -30px
}

.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
    padding: 0 30px
}

.pxl-swiper-boxshadow .pxl-swiper-slide {
    -webkit-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .25s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
    opacity: 0
}

@media screen and (max-width:1199px) {
    .pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
        margin-left: 45px;
        margin-right: 45px
    }
}

.pxl-swiper-sliders {
    position: relative
}

.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
    opacity: 1;
    visibility: visible
}

.pxl-swiper-nogap .pxl-swiper-container {
    margin: 0
}

.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
    padding: 0
}

.pxl-swiper-thumbs {
    overflow: hidden;
    padding: 0 15px
}

.pxl-swiper-thumbs .swiper-slide {
    cursor: pointer;
    padding: 0 15px
}

.swiper-container-vertical {
    height: 300px
}

.swiper-container-vertical .pxl-swiper-wrapper {
    flex-direction: column
}

.swiper-container-vertical .pxl-swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-slider-mode=fade] .swiper-slide-active {
    z-index: 9
}

html {
    box-sizing: border-box
}

body {
    background-color: #fff;
    font-size: 18px;
    line-height: 1.66667;
    color: #586563;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-weight: 400;
    letter-spacing: 0;
    font-family: barlow, sans-serif;
    margin: 0;
    padding: 0
}

body.body-overflow {
    overflow: hidden
}

@media screen and (max-width:767px) {
    body.body-visible-sm {
        overflow: visible
    }
}

a {
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    color: var(--link-color)
}

a:before,
a:after {
    -webkit-transition: inherit;
    -khtml-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

a:hover,
a:focus {
    color: var(--link-color-hover)
}

a:active {
    color: var(--link-color-active)
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none
}

.ft-heading,
.pxl-item--archive .pxl-post--meta,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total,
.woocommerce #pxl-sidebar-area .widget_products ul li a,
.single-product #pxl-content-area div.product form.cart label,
.single-product>div.product form.cart label,
.single-product #pxl-content-area div.product .entry-summary .price,
.single-product>div.product .entry-summary .price,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
    font-family: fira sans, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: fira sans, sans-serif;
    color: #0a1316;
    font-weight: 700;
    margin: 0 0 15px;
    clear: both;
    line-height: 1.36364
}

h1,
.h1 {
    font-size: 52px
}

h2,
.h2 {
    font-size: 48px
}

h3,
.h3 {
    font-size: 32px
}

h4,
.h4 {
    font-size: 28px
}

h5,
.h5 {
    font-size: 22px
}

h6,
.h6 {
    font-size: 18px
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none
}

p {
    margin: 0 0 15px
}

table {
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 32px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

table th {
    color: #000
}

caption,
td {
    font-weight: 400
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 13px 8px
}

th {
    font-weight: 600;
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

td {
    border-top: 1px solid #ededed;
    padding: 10px;
    border-right: 1px solid #ededed
}

dl {
    margin: 0 0 0 25px
}

dl dt {
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

dl dd {
    line-height: normal;
    margin-bottom: 20px
}

dl dd a {
    color: #000
}

dl dd a:hover {
    color: var(--primary-color)
}

code,
kbd {
    background-color: initial;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: var(--primary-color)
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

ol {
    list-style: outside none decimal;
    margin-bottom: 32px
}

ul {
    padding: 0;
    margin: 0 0 32px
}

ul li {
    list-style-position: inside
}

dl+h2+ul {
    padding-left: 35px
}

dl+h2+ul ul {
    padding-left: 35px
}

dl+h2+ul ul li {
    list-style: outside
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    padding: .8075em 0;
    font-size: .875em;
    font-style: italic
}

.gallery-caption {
    opacity: 1;
    margin-top: 10px
}

.wp-block-group.has-background {
    padding: 40px;
    margin-bottom: 30px
}

.wp-caption-text {
    text-align: center
}

.alignleft,
.alignright,
.aligncenter {
    margin-top: 15px;
    margin-bottom: 32px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 30px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 35px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.sticky {
    display: block
}

.screen-reader-text {
    display: none
}

.bypostauthor {
    display: block
}

blockquote {
    background-color: #f9f7ef;
    padding: 34px 30px 40px;
    font-size: 20px;
    line-height: 1.7;
    color: #1a1a1a;
    position: relative;
    font-weight: 600;
    font-style: italic;
    margin: 37px 0;
    text-align: center
}

@media screen and (max-width:767px) {
    blockquote {
        padding-left: 20px;
        padding-right: 20px
    }
}

blockquote cite {
    font-size: 18px;
    color: #1c3f39;
    font-style: normal;
    margin-top: 16px;
    display: block
}

blockquote cite span {
    display: block;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    font-family: barlow, sans-serif;
    margin-top: -2px
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote.wp-block-quote p {
    margin-bottom: 16px !important
}

blockquote.wp-block-quote cite br {
    display: none
}

blockquote.wp-block-quote.has-text-align-right:before {
    left: auto;
    right: 0
}

.wp-block-button {
    margin-bottom: 20px
}

.wp-block-button .wp-block-button__link {
    padding-left: 32px;
    padding-right: 32px;
    background-color: var(--secondary-color);
    font-size: 16px;
    font-weight: 700
}

.wp-block-button .wp-block-button__link:not([href]) {
    color: #fff
}

.wp-block-button .wp-block-button__link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.wp-block-button .wp-block-button__link:hover:not([href]) {
    color: #fff
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background-color: initial;
    color: var(--primary-color)
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.wp-block-button.is-style-squared .wp-block-button__link {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.wp-block-button.aligncenter {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.has-background-dim {
    color: #fff;
    margin-bottom: 30px
}

.wp-block-gallery .blocks-gallery-item {
    float: left
}

.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 22px
}

.wp-block-gallery.alignleft {
    margin-right: 30px
}

.wp-block-gallery.alignright {
    margin-left: 30px
}

#tslOverlay {
    background-color: initial !important;
    z-index: 999999 !important
}

@media screen and (min-width:1200px) {
    #pxl-wapper .container {
        max-width: 1200px;
        width: 100%
    }
}

@media screen and (max-width:1199px) {
    #pxl-wapper .container {
        max-width: 100%
    }
}

#pxl-wapper .elementor-widget:not(:last-child) {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    #pxl-wapper #pxl-sidebar-area {
        margin-top: 60px
    }
}

@media screen and (min-width:992px) {
    #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
        flex-direction: row-reverse
    }
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section>.elementor-container.elementor-column-gap-extended {
    margin: 0 -15px;
    max-width: inherit !important
}

@media screen and (max-width:1199px) {
    #pxl-wapper .elementor-top-section>.elementor-column-gap-extended .elementor-inner-section>.elementor-column-gap-extended {
        margin-left: -15px;
        margin-right: -15px
    }
}

#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth>.elementor-container {
    max-width: 1170px !important;
    margin: auto
}

#pxl-main {
    padding: 120px 0;
    min-height: calc(100vh - 606px)
}

@media screen and (max-width:1024px) {
    #pxl-main {
        overflow: hidden
    }
    #pxl-main>.elementor-container {
        padding: 0 15px
    }
}

.elementor-page #pxl-main {
    padding: 0
}

@media screen and (min-width:1200px) {
    body:not(.elementor-editor-active) .pxl-row-scroll-fixed>.elementor-container {
        align-items: flex-start;
        justify-content: space-between
    }
    body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
        position: sticky;
        top: 30px
    }
}

.elementor-page #pxl-content-area.col-12,
.elementor-page #pxl-footer-elementor .row>.col-12 {
    padding: 0
}

.single-post .pxl-item--excerpt>.elementor {
    margin: 0 -15px
}

.pxl-bg-color-left {
    z-index: 1
}

.pxl-bg-color-left:before {
    z-index: -1;
    content: '';
    background-color: #070f01;
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0
}

@media screen and (max-width:1400px) {
    .pxl-bg-color-left:before {
        left: 0
    }
}

.pxl-bg-color-right {
    z-index: 1
}

.pxl-bg-color-right:before {
    z-index: -1;
    content: '';
    background-color: #011f48;
    position: absolute;
    top: 0;
    right: 6%;
    left: 0;
    bottom: 0
}

@media screen and (max-width:1400px) {
    .pxl-bg-color-right:before {
        right: 30px
    }
}

@media screen and (max-width:1199px) {
    .pxl-bg-color-right:before {
        right: 0
    }
}

.pxl-bg-color-skew {
    z-index: 1
}

.pxl-bg-color-skew:before {
    z-index: -1;
    content: '';
    background-color: #080808;
    position: absolute;
    top: 0;
    left: 6px;
    right: 6px;
    bottom: 0;
    transform: skewX(-12deg);
    max-width: 1160px;
    margin: auto
}

#pxl-page-title-elementor {
    background-color: #fff
}

#pxl-page-title-default {
    background-color: #fefcf4;
    padding: 150px 0
}

@media screen and (max-width:767px) {
    #pxl-page-title-default {
        padding: 90px 0
    }
}

#pxl-page-title-default .row {
    align-items: center
}

#pxl-page-title-default .pxl-page-title {
    margin: 0
}

@media screen and (max-width:1199px) {
    #pxl-page-title-default .pxl-page-title {
        font-size: 48px
    }
}

@media screen and (max-width:767px) {
    #pxl-page-title-default .pxl-page-title {
        font-size: 42px;
        text-align: center;
        margin-bottom: 12px
    }
}

.pxl-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #141414;
    font-weight: 600
}

@media screen and (min-width:768px) {
    .pxl-breadcrumb {
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .pxl-breadcrumb {
        justify-content: center
    }
}

.pxl-breadcrumb a {
    color: inherit
}

.pxl-breadcrumb a:hover {
    color: var(--primary-color)
}

.pxl-breadcrumb span.breadcrumb-entry {
    color: var(--primary-color)
}

.pxl-breadcrumb li:after {
    content: "/";
    margin: 0 14px;
    color: inherit
}

.pxl-breadcrumb li:last-child:before,
.pxl-breadcrumb li:last-child:after {
    display: none
}

#pxl-footer-default {
    padding: 44px 0;
    background-color: #fefcf4;
    font-size: 16px;
    border-top: 1px solid #e6e3d4;
    text-align: center
}

#pxl-footer-default a {
    color: inherit
}

#pxl-footer-default a:hover {
    color: inherit;
    text-decoration: underline
}

.pxl-scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    background-color: var(--secondary-color);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    z-index: 9999;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -khtml-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 15px;
    opacity: 0;
    visibility: hidden
}

.pxl-scroll-top.pxl-on {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.pxl-scroll-top i {
    animation: pxl_scroll_top_effect 1s ease infinite alternate
}

.pxl-scroll-top:focus {
    color: #fff;
    background-color: var(--secondary-color)
}

.pxl-scroll-top:hover {
    margin-bottom: 4px;
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

@keyframes pxl_scroll_top_effect {
    0% {
        transform: translateX(3px)
    }
    100% {
        transform: translateX(-3px)
    }
}

@media screen and (max-width:1024px) {
    .section-bg-bl-lg {
        background-position: 0 100% !important
    }
}

.pxl-footer-fixed #pxl-footer-elementor {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1
}

@media screen and (max-width:1199px) {
    .pxl-footer-fixed #pxl-footer-elementor {
        position: static;
        overflow: hidden
    }
}

.pxl-footer-fixed #pxl-header-elementor,
.pxl-footer-fixed #pxl-page-title-elementor {
    background-color: #fff
}

.pxl-footer-fixed #pxl-main {
    background-color: #fff
}

@media screen and (max-width:1199px) {
    .pxl-footer-fixed #pxl-main {
        margin-bottom: 0 !important
    }
}

.elementor-editor-active #pxl-header-default,
.elementor-editor-active #pxl-header-elementor,
.elementor-editor-active #pxl-page-title-default,
.elementor-editor-active #pxl-footer-elementor,
.elementor-editor-active .pxl-menu-primary .sub-menu,
.elementor-editor-active .pxl-menu-primary .children,
.elementor-editor-active #pxl-page-title-elementor {
    display: none
}

.elementor-editor-active.single-footer #pxl-main,
.elementor-editor-active.single-header #pxl-main {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto
}

.elementor-editor-active.single-pxl-template {
    background-color: rgba(0, 0, 0, .1)
}

.elementor-editor-active .elementor-inner-section>.elementor-element-overlay>.elementor-editor-element-settings {
    margin-left: 84px
}

.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
    margin-left: 12px
}

body img.mfp-img {
    padding: 0 !important
}

body .mfp-fade.mfp-bg.mfp-ready {
    opacity: .85;
    background-color: #000
}

body .mfp-bottom-bar {
    margin-top: 0
}

body .mfp-wrap .mfp-container .mfp-content {
    max-width: 1170px;
    position: static
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
    padding: 0;
    right: 0;
    text-align: center;
    top: -36px;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    border: 9px solid transparent;
    position: absolute
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #222
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before,
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

body .mfp-wrap .mfp-container .mfp-iframe-scaler {
    position: relative;
    overflow: visible
}

body .mfp-wrap .mfp-container .mfp-arrow {
    background-color: var(--primary-color);
    width: 60px;
    height: 120px;
    opacity: 1
}

body .mfp-wrap .mfp-container .mfp-arrow:before,
body .mfp-wrap .mfp-container .mfp-arrow:after {
    border: none
}

body .mfp-wrap .mfp-container .mfp-arrow:before {
    font-family: caseicon;
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: normal;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    width: auto;
    height: auto
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
    content: "\f136"
}

body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
    content: "\f14d"
}

@media screen and (min-width:1200px) {
    body .mfp-wrap .mfp-container {
        padding: 0 120px
    }
}

@media screen and (min-width:992px) {
    body.blog .pxl-content-wrap.no-sidebar .pxl-content-area,
    body.archive:not(.post-type-archive) .pxl-content-wrap.no-sidebar .pxl-content-area,
    body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto
    }
}

.pxl-row-divider-active {
    z-index: 1
}

.pxl-row-divider-active>.elementor-container {
    z-index: 2
}

.pxl-row-divider-active .pxl-row-angle {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px
}

.pxl-row-divider-wave-animation-top .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    height: 150px
}

.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
    bottom: -1px;
    height: 150px
}

.pxl-row-divider-angle-top .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleX(-1)scaleY(-1);
    -khtml-transform: scaleX(-1)scaleY(-1);
    -moz-transform: scaleX(-1)scaleY(-1);
    -ms-transform: scaleX(-1)scaleY(-1);
    -o-transform: scaleX(-1)scaleY(-1);
    transform: scaleX(-1)scaleY(-1)
}

.pxl-row-divider-angle-top-right .pxl-row-angle {
    top: -1px;
    -webkit-transform: scaleX(1)scaleY(-1);
    -khtml-transform: scaleX(1)scaleY(-1);
    -moz-transform: scaleX(1)scaleY(-1);
    -ms-transform: scaleX(1)scaleY(-1);
    -o-transform: scaleX(1)scaleY(-1);
    transform: scaleX(1)scaleY(-1)
}

.pxl-row-divider-angle-bottom .pxl-row-angle {
    bottom: -1px
}

.pxl-row-divider-angle-bottom-left .pxl-row-angle {
    bottom: -1px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
    top: -1px;
    -webkit-transform: scaleX(-1)scaleY(-1);
    -khtml-transform: scaleX(-1)scaleY(-1);
    -moz-transform: scaleX(-1)scaleY(-1);
    -ms-transform: scaleX(-1)scaleY(-1);
    -o-transform: scaleX(-1)scaleY(-1);
    transform: scaleX(-1)scaleY(-1)
}

.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
    bottom: -1px
}

.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
    top: -1px;
    -webkit-transform: scaleX(1)scaleY(-1);
    -khtml-transform: scaleX(1)scaleY(-1);
    -moz-transform: scaleX(1)scaleY(-1);
    -ms-transform: scaleX(1)scaleY(-1);
    -o-transform: scaleX(1)scaleY(-1);
    transform: scaleX(1)scaleY(-1)
}

.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
    bottom: -1px;
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-row-divider-curved-top .pxl-row-angle {
    top: -1px
}

.pxl-row-divider-curved-top .pxl-row-angle path {
    fill-rule: evenodd
}

.pxl-row-divider-curved-bottom .pxl-row-angle {
    bottom: -1px;
    -webkit-transform: scaleY(-1);
    -khtml-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1)
}

.pxl-row-divider-curved-bottom .pxl-row-angle path {
    fill-rule: evenodd
}

.pxl-row-divider-vertical1 .pxl-divider-vertical {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1490px;
    margin: 0 auto
}

.pxl-row-divider-vertical1 .pxl-divider-vertical>div {
    background-color: #303233;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line1 {
    left: 0
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line2 {
    left: 20%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line3 {
    left: 40%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line4 {
    left: 60%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line5 {
    left: 80%
}

.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-section-line6 {
    right: 0
}

.pxl-row-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@keyframes pxl_loader_digital1 {
    0% {
        left: 20%
    }
    50% {
        left: 50%
    }
    100% {
        left: 20%
    }
}

@keyframes pxl_loader_digital2 {
    0% {
        left: 80%
    }
    50% {
        left: 50%
    }
    100% {
        left: 80%
    }
}

@keyframes pxl_folding {
    0%,
    10% {
        transform: perspective(140px)rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        transform: perspective(140px)rotateX(0);
        opacity: 1
    }
    90%,
    100% {
        transform: perspective(140px)rotateY(180deg);
        opacity: 0
    }
}

@keyframes pxl_loader_prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@keyframes pxl_loader_anim {
    0% {
        box-shadow: 20px -10px, 40px 10px, 60px 0
    }
    25% {
        box-shadow: 20px 0, 40px 0, 60px 10px
    }
    50% {
        box-shadow: 20px 10px, 40px -10px, 60px 0
    }
    75% {
        box-shadow: 20px 0, 40px 0, 60px -10px
    }
    100% {
        box-shadow: 20px -10px, 40px 10px, 60px 0
    }
}

@keyframes pxl_loaderFlash {
    0% {
        background-color: rgba(168, 218, 28, .28);
        box-shadow: 32px 0 rgba(168, 218, 28, .28), -32px 0 var(--primary-color)
    }
    50% {
        background-color: var(--primary-color);
        box-shadow: 32px 0 rgba(168, 218, 28, .28), -32px 0 rgba(168, 218, 28, .28)
    }
    100% {
        background-color: rgba(168, 218, 28, .28);
        box-shadow: 32px 0 var(--primary-color), -32px 0 rgba(168, 218, 28, .28)
    }
}

@keyframes pxl_animloader {
    50% {
        transform: scale(1)translate(-50%, -50%)
    }
}

@keyframes pxl_loader_photography {
    0% {
        left: 0;
        transform: translateX(-100%)
    }
    100% {
        left: 100%;
        transform: translateX(0%)
    }
}

@-webkit-keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0)scaleX(0);
        transform: translate(0)scaleX(0)
    }
    30% {
        -webkit-transform: translate(0)scaleX(1);
        transform: translate(0)scaleX(1)
    }
    100%,
    80% {
        -webkit-transform: translate(100%)scaleX(0);
        transform: translate(100%)scaleX(0)
    }
}

@keyframes pxl_site_loading {
    0% {
        -webkit-transform: translate(0)scaleX(0);
        transform: translate(0)scaleX(0)
    }
    30% {
        -webkit-transform: translate(0)scaleX(1);
        transform: translate(0)scaleX(1)
    }
    100%,
    80% {
        -webkit-transform: translate(100%)scaleX(0);
        transform: translate(100%)scaleX(0)
    }
}

@-webkit-keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_reveal {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    80% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes pxl_loader_rotate1 {
    0% {
        transform: rotateX(35deg)rotateY(-45deg)rotateZ(0)
    }
    100% {
        transform: rotateX(35deg)rotateY(-45deg)rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate2 {
    0% {
        transform: rotateX(50deg)rotateY(10deg)rotateZ(0)
    }
    100% {
        transform: rotateX(50deg)rotateY(10deg)rotateZ(360deg)
    }
}

@keyframes pxl_loader_rotate3 {
    0% {
        transform: rotateX(35deg)rotateY(55deg)rotateZ(0)
    }
    100% {
        transform: rotateX(35deg)rotateY(55deg)rotateZ(360deg)
    }
}

.pxl-loader {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999
}

.pxl-loader.is-loaded {
    opacity: 0;
    visibility: hidden
}

.pxl-loader .pxl-loader-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.pxl-loader.style-default .pxl-loader-effect {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: var(--primary-color);
    box-shadow: 32px 0 var(--primary-color), -32px 0 var(--primary-color);
    animation: pxl_loaderFlash .5s ease-out infinite alternate
}

.pxl-loader.style-digital .pxl-loader-effect {
    filter: url(#pxl-svg-digital);
    position: absolute;
    width: 160px;
    height: 160px;
    opacity: .8
}

.pxl-loader.style-digital .pxl-circle-1,
.pxl-loader.style-digital .pxl-circle-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    animation: pxl_loader_digital1 cubic-bezier(.77, 0, .175, 1)2.5s infinite;
    background: var(--primary-color)
}

.pxl-loader.style-digital .pxl-circle-2 {
    animation-name: pxl_loader_digital2;
    background: var(--primary-color)
}

.pxl-loader.style-software {
    background: var(--primary-color)
}

.pxl-loader.style-software .pxl-loader-effect {
    width: 45px;
    height: 45px
}

.pxl-loader.style-software .pxl-bounce-1,
.pxl-loader.style-software .pxl-bounce-2 {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pxl_loader_bounce 2s infinite ease-in-out;
    animation: pxl_loader_bounce 2s infinite ease-in-out
}

.pxl-loader.style-software .pxl-bounce-2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.pxl-loader.style-insurance .pxl-loader-effect {
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pxl-loader.style-insurance .pxl-loader-effect>div {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-transform: scale(1.04);
    -khtml-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04)
}

.pxl-loader.style-insurance .pxl-loader-effect>div:before {
    content: '';
    background-color: rgba(168, 218, 28, .25);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 25px;
    height: 25px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-animation: pxl_folding 2s infinite linear both;
    -moz-animation: pxl_folding 2s infinite linear both;
    animation: pxl_folding 2s infinite linear both
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-1 {
    top: 0;
    left: 0
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-2 {
    -webkit-transform: rotateZ(90deg)scale(1.04);
    -khtml-transform: rotateZ(90deg)scale(1.04);
    -moz-transform: rotateZ(90deg)scale(1.04);
    -ms-transform: rotateZ(90deg)scale(1.04);
    -o-transform: rotateZ(90deg)scale(1.04);
    transform: rotateZ(90deg)scale(1.04);
    top: 0;
    right: 0
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    background-color: rgba(168, 218, 28, .5)
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-3 {
    -webkit-transform: rotateZ(270deg)scale(1.04);
    -khtml-transform: rotateZ(270deg)scale(1.04);
    -moz-transform: rotateZ(270deg)scale(1.04);
    -ms-transform: rotateZ(270deg)scale(1.04);
    -o-transform: rotateZ(270deg)scale(1.04);
    transform: rotateZ(270deg)scale(1.04);
    bottom: 0;
    left: 0
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-3:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    background-color: #a8da1c
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-4 {
    -webkit-transform: rotateZ(180deg)scale(1.05);
    -khtml-transform: rotateZ(180deg)scale(1.05);
    -moz-transform: rotateZ(180deg)scale(1.05);
    -ms-transform: rotateZ(180deg)scale(1.05);
    -o-transform: rotateZ(180deg)scale(1.05);
    transform: rotateZ(180deg)scale(1.05);
    bottom: 0;
    right: 0
}

.pxl-loader.style-insurance .pxl-loader-effect .pxl-leaf-4:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background-color: rgba(168, 218, 28, .75)
}

.pxl-loader.style-corporate .pxl-loader-effect {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    animation: pxl_spin 1s linear infinite
}

.pxl-loader.style-corporate .pxl-loader-effect::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid var(--primary-color);
    animation: pxl_loader_prixClipFix 2s linear infinite
}

.pxl-loader.style-event {
    background-color: #111617
}

.pxl-loader.style-event .pxl-loader-effect {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    animation: pxl_spin 1s linear infinite
}

.pxl-loader.style-event .pxl-loader-effect::before,
.pxl-loader.style-event .pxl-loader-effect::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: pxl_loader_prixClipFix 2s linear infinite
}

.pxl-loader.style-event .pxl-loader-effect::after {
    border-color: var(--primary-color);
    animation: pxl_loader_prixClipFix 2s linear infinite, pxl_spin .5s linear infinite reverse;
    inset: 6px
}

.pxl-loader.style-event.pxl-loader-gradient .pxl-loader-effect::before {
    border-color: var(--primary-color)
}

.pxl-loader.style-event.pxl-loader-gradient .pxl-loader-effect::after {
    border-color:
}

.pxl-loader.style-business .pxl-loader-effect {
    width: 8px;
    height: 48px;
    display: inline-block;
    border-radius: 4px;
    color: var(--primary-color);
    box-sizing: border-box;
    animation: pxl_loader_anim .6s linear infinite
}

.pxl-loader.style-startup .pxl-loader-effect {
    width: 48px;
    height: 48px;
    display: block;
    box-sizing: border-box;
    animation: pxl_spin 1s linear infinite
}

.pxl-loader.style-startup .pxl-loader-effect:before,
.pxl-loader.style-startup .pxl-loader-effect:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    animation: pxl_scale 1s infinite ease-in-out
}

.pxl-loader.style-startup .pxl-loader-effect:before {
    top: auto;
    bottom: 0;
    background-color: var(--secondary-color);
    animation-delay: .5s
}

.pxl-loader.style-app .pxl-loader-effect {
    width: 48px;
    height: 48px;
    display: block;
    color: #fff;
    box-sizing: border-box;
    animation: pxl_spin 1s linear infinite
}

.pxl-loader.style-app .pxl-loader-effect:before,
.pxl-loader.style-app .pxl-loader-effect:after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: scale(.5)translate(0, 0);
    background-color: var(--primary-color);
    border-radius: 50%;
    animation: pxl_animloader 1s infinite ease-in-out
}

.pxl-loader.style-app .pxl-loader-effect:before {
    background-color: var(--secondary-color);
    transform: scale(.5)translate(-48px, -48px)
}

.pxl-loader.style-photography {
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-loader.style-photography .pxl-loader-effect {
    width: 100%;
    height: 3px;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, .15);
    overflow: hidden
}

.pxl-loader.style-photography .pxl-loader-effect:after {
    content: '';
    width: 192px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: pxl_loader_photography 2s linear infinite
}

.pxl-loader.style-architecture {
    display: block !important;
    -webkit-transition: transform .5s linear, -webkit-transform .5s linear;
    -khtml-transition: transform .5s linear, -webkit-transform .5s linear;
    -moz-transition: transform .5s linear, -webkit-transform .5s linear;
    -ms-transition: transform .5s linear, -webkit-transform .5s linear;
    -o-transition: transform .5s linear, -webkit-transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
    opacity: 1 !important
}

.pxl-loader.style-architecture .pxl-loader-bar {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 150px;
    height: 2em;
    font-size: 5em;
    line-height: 2em;
    font-weight: 700;
    color: #fff;
    -webkit-transition: -webkit-transform 0s linear;
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
    transition: transform 0s linear, -webkit-transform 0s linear;
    -webkit-transform: scaleX(1)translate(-50%, -50%);
    transform: scaleX(1)translate(-50%, -50%);
    -webkit-transform-origin: center right;
    transform-origin: center right;
    z-index: 2;
    text-transform: uppercase;
    text-align: center
}

@media screen and (max-width:1199px) {
    .pxl-loader.style-architecture .pxl-loader-bar {
        font-size: 3em;
        padding: 0 80px
    }
}

@media screen and (max-width:767px) {
    .pxl-loader.style-architecture .pxl-loader-bar {
        font-size: 2em;
        padding: 0 60px
    }
}

.pxl-loader.style-architecture .pxl-loader-bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #111;
    border-radius: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-animation: pxl_site_loading 2s linear infinite forwards;
    animation: pxl_site_loading 2s linear infinite forwards
}

.pxl-loader.style-architecture.is-loaded {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition-delay: .2s
}

.pxl-loader.style-law .pxl-loader-text {
    font-size: 160px;
    line-height: 1;
    color: var(--primary-color)
}

.pxl-loader.style-law .pxl-loader-holder {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.pxl-loader.style-law .pxl-loader-holder.type-color-gradient .pxl-loader-text {
    font-weight: 500
}

.pxl-loader.style-law .pxl-loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #fff;
    animation: pxl_reveal 2.5s ease infinite
}

.pxl-loader.style-portfolio {
    background-color: #000
}

.pxl-loader.style-portfolio .pxl-loader-effect {
    width: 180px;
    height: 180px;
    border: 2px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: pxl_spin 1s ease-in-out infinite;
    -webkit-animation: pxl_spin 1s ease-in-out infinite
}

@media screen and (max-width:1199px) {
    .pxl-loader.style-portfolio .pxl-loader-effect {
        width: 100px;
        height: 100px
    }
}

.pxl-loader.style-portfolio2 .pxl-loader-effect {
    width: 180px;
    height: 180px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: pxl_spin 1s ease-in-out infinite;
    -webkit-animation: pxl_spin 1s ease-in-out infinite
}

@media screen and (max-width:1199px) {
    .pxl-loader.style-portfolio2 .pxl-loader-effect {
        width: 100px;
        height: 100px
    }
}

.pxl-loader.style-seo .pxl-loader-effect {
    width: 100px;
    height: 100px
}

.pxl-loader.style-seo .pxl-loader-rotate {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%
}

.pxl-loader.style-seo .pxl-loader-rotate.pxl-rotate-1 {
    border-color: var(--primary-color);
    left: 0%;
    top: 0%;
    animation: pxl_loader_rotate1 1.15s linear infinite;
    border-bottom-width: 6px;
    border-bottom-style: solid
}

.pxl-loader.style-seo .pxl-loader-rotate.pxl-rotate-2 {
    border-color: ;
    right: 0%;
    top: 0%;
    animation: pxl_loader_rotate2 1.15s linear infinite;
    border-right-width: 6px;
    border-right-style: solid
}

.pxl-loader.style-seo .pxl-loader-rotate.pxl-rotate-3 {
    border-color: ;
    right: 0%;
    bottom: 0%;
    animation: pxl_loader_rotate3 1.15s linear infinite;
    border-top-width: 6px;
    border-top-style: solid
}

.elementor-editor-active #pxl-loadding {
    display: none !important
}

.pxl-cursor,
.pxl-cursor-section {
    visibility: hidden;
    position: fixed;
    pointer-events: none;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
    pointer-events: none;
    top: 0;
    left: 0
}

.pxl-cursor .pxl-cursor-wrapper,
.pxl-cursor-section .pxl-cursor-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--follower,
.pxl-cursor-section .pxl-cursor--follower {
    position: absolute;
    background-color: var(--primary-color);
    opacity: .25;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1);
    transition: transform .3s cubic-bezier(.165, .84, .44, 1), opacity .3s cubic-bezier(.165, .84, .44, 1), background-color .1s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--label,
.pxl-cursor-section .pxl-cursor--label {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    transform: scale(0);
    will-change: transform, opacity;
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor .pxl-cursor--drap,
.pxl-cursor-section .pxl-cursor--drap {
    line-height: 87px;
    text-align: center;
    width: 87px;
    height: 87px;
    background-color: var(--secondary-color);
    font-size: 0;
    -webkit-border-radius: 87px;
    -khtml-border-radius: 87px;
    -moz-border-radius: 87px;
    -ms-border-radius: 87px;
    -o-border-radius: 87px;
    border-radius: 87px;
    -webkit-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transition: transform .5s cubic-bezier(.165, .84, .44, 1), opacity .5s cubic-bezier(.165, .84, .44, 1);
    transform: scale(0);
    will-change: transform, opacity;
    color: #fff
}

.pxl-cursor .pxl-cursor--drap:before,
.pxl-cursor-section .pxl-cursor--drap:before,
.pxl-cursor .pxl-cursor--drap:after,
.pxl-cursor-section .pxl-cursor--drap:after {
    content: "\f10b";
    font-family: caseicon;
    font-size: 10px;
    display: inline-flex
}

.pxl-cursor .pxl-cursor--drap:before,
.pxl-cursor-section .pxl-cursor--drap:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-cursor .pxl-cursor--drap:after,
.pxl-cursor-section .pxl-cursor--drap:after {
    margin-left: 10px
}

.pxl-cursor .pxl-cursor--icon,
.pxl-cursor-section .pxl-cursor--icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    will-change: transform, opacity;
    -webkit-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -khtml-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -ms-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    -o-transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 500ms cubic-bezier(.165, .84, .44, 1), opacity 500ms cubic-bezier(.165, .84, .44, 1)
}

.pxl-cursor.is-enabled,
.pxl-cursor-section.is-enabled {
    visibility: visible
}

.pxl-cursor.is-hidden .pxl-cursor-wrapper,
.pxl-cursor-section.is-hidden .pxl-cursor-wrapper {
    transform: scale(0) !important
}

.pxl-cursor.is-mouse-down .pxl-cursor-wrapper,
.pxl-cursor-section.is-mouse-down .pxl-cursor-wrapper {
    transform: scale(.8)
}

.pxl-cursor.is-active .pxl-cursor--follower,
.pxl-cursor-section.is-active .pxl-cursor--follower {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 8px rgba(0, 0, 0, .12);
    -webkit-transform: scale(4);
    -khtml-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0
}

.pxl-cursor.is-active.has-label .pxl-cursor--follower,
.pxl-cursor-section.is-active.has-label .pxl-cursor--follower {
    background-color: var(--secondary-color);
    opacity: 1
}

.pxl-cursor.is-active.has-drap .pxl-cursor--drap,
.pxl-cursor-section.is-active.has-drap .pxl-cursor--drap {
    transform: scale(1)
}

.pxl-cursor.is-active.has-label .pxl-cursor--label,
.pxl-cursor-section.is-active.has-label .pxl-cursor--label {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor-section.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor.is-active.has-icon-right .pxl-cursor--follower,
.pxl-cursor-section.is-active.has-icon-right .pxl-cursor--follower {
    background-color: #000;
    opacity: .8
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon,
.pxl-cursor-section.is-active.has-icon .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before,
.pxl-cursor-section.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f110";
    font-family: Flaticon;
    font-size: 24px;
    color: #fff
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon,
.pxl-cursor-section.is-active.has-icon-right .pxl-cursor--icon {
    transform: scale(1)
}

.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before,
.pxl-cursor-section.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f111";
    font-family: Flaticon;
    font-size: 24px;
    color: #fff
}

.pxl-cursor.is-active.has-remove,
.pxl-cursor-section.is-active.has-remove {
    opacity: 0
}

.pxl-cursor.is-active-section .pxl-cursor--follower,
.pxl-cursor-section.is-active-section .pxl-cursor--follower {
    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-cursor.style-morden.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower,
.pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--follower {
    background-color: var(--primary-color);
    opacity: 1
}

.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--follower,
.pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower,
.pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--follower {
    -webkit-transform: scale(7.6);
    -khtml-transform: scale(7.6);
    -moz-transform: scale(7.6);
    -ms-transform: scale(7.6);
    -o-transform: scale(7.6);
    transform: scale(7.6);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--icon:before,
.pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--icon:before,
.pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--icon:before,
.pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--icon:before {
    font-size: 42px
}

.pxl-cursor.drap-style1 .pxl-cursor--drap,
.pxl-cursor-section.drap-style1 .pxl-cursor--drap {
    background-color: #fff;
    height: 135px;
    width: 135px;
    line-height: 135px;
    color: #000
}

.pxl-cursor.drap-style1 .pxl-cursor--drap:before,
.pxl-cursor-section.drap-style1 .pxl-cursor--drap:before,
.pxl-cursor.drap-style1 .pxl-cursor--drap:after,
.pxl-cursor-section.drap-style1 .pxl-cursor--drap:after {
    font-size: 12px
}

.elementor-editor-active.page-template-default {}

.elementor-editor-active.page-template-default #pxl-content-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.elementor-editor-active.page-template-default #pxl-sidebar-area {
    display: none
}

.pxl-cookie-policy {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 570px;
    background-color: #fff;
    -webkit-border-radius: 57px;
    -khtml-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    border-radius: 57px;
    padding: 17px 58px 17px 24px;
    -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    box-shadow: 0 8px 8px rgba(29, 27, 76, 8%);
    font-size: 15px;
    color: #111013;
    z-index: 9999;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width:767px) {
    .pxl-cookie-policy {
        max-width: 290px;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        display: none
    }
}

.pxl-cookie-policy a {
    font-weight: 700;
    text-decoration: underline;
    color: inherit;
    text-underline-offset: 2px;
    margin: 0 4px;
    white-space: nowrap
}

.pxl-cookie-policy a:hover {
    text-decoration: none;
    color: var(--primary-color)
}

.pxl-cookie-policy .pxl-item--icon {
    min-width: 20px
}

.pxl-cookie-policy .pxl-item--icon img {
    max-height: 20px
}

.pxl-cookie-policy .pxl-item--close {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-width: 12px
}

.pxl-cookie-policy .pxl-item--close:before,
.pxl-cookie-policy .pxl-item--close:after {
    height: 1px
}

@media screen and (max-width:767px) {
    .pxl-cookie-policy .pxl-item--close {
        top: 10px;
        -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-cookie-policy.pxl-active {
    opacity: 1;
    visibility: visible;
    bottom: 60px
}

.pxl-cookie-policy.pxl-hidden {
    opacity: 0;
    visibility: hidden;
    bottom: 30px
}

.pxl-popup--close.style2 {
    border: none;
    width: 24px;
    height: 24px;
    background-color: initial
}

.pxl-popup--close.style2:before,
.pxl-popup--close.style2:after {
    background-color: #878787
}

.pxl-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, .43);
    z-index: 99991;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.pxl-popup .pxl-popup--content {
    width: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-popup .pxl-popup--close {
    border-width: 8px
}

.pxl-popup .pxl-popup--close:before,
.pxl-popup .pxl-popup--close:after {
    background-color: #a7a7a7
}

.pxl-popup .pxl-popup--close:hover:before,
.pxl-popup .pxl-popup--close:hover:after {
    background-color: #111
}

.pxl-popup.pxl-effect-zoom .pxl-popup--content {
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
    -webkit-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -khtml-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -moz-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -ms-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    -o-transform: translateY(-20px)perspective(600px)rotateX(14deg);
    transform: translateY(-20px)perspective(600px)rotateX(14deg)
}

.pxl-popup.pxl-active {
    opacity: 1;
    visibility: visible
}

.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
    -webkit-transform: translateY(0)perspective(600px)rotateX(0);
    -khtml-transform: translateY(0)perspective(600px)rotateX(0);
    -moz-transform: translateY(0)perspective(600px)rotateX(0);
    -ms-transform: translateY(0)perspective(600px)rotateX(0);
    -o-transform: translateY(0)perspective(600px)rotateX(0);
    transform: translateY(0)perspective(600px)rotateX(0)
}

.pxl-section-overlay-image {}

.pxl-section-overlay-image .pxl-overlay--image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    right: 140px;
    left: 46%
}

@media screen and (max-width:1024px) {
    .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
        display: none
    }
}

body.rtl {}

body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
    content: "\f111"
}

body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
    content: "\f110"
}

body.rtl .pxl-cookie-policy {
    padding-left: 58px;
    padding-right: 24px
}

@media screen and (max-width:767px) {
    body.rtl .pxl-cookie-policy {
        padding-left: 25px;
        padding-right: 25px
    }
}

body.rtl .pxl-cookie-policy .pxl-item--close {
    right: auto;
    left: 10px
}

#pxl-page-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden
}

#pxl-page-popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

#pxl-page-popup .pxl-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
    z-index: -1;
    cursor: pointer
}

#pxl-page-popup .pxl-page-popup-content {
    max-width: 1170px;
    margin: 190px auto 0;
    position: relative;
    z-index: 99;
    overflow: hidden
}

@media screen and (max-width:1600px) {
    #pxl-page-popup .pxl-page-popup-content {
        margin-top: 140px
    }
}

@media screen and (max-width:1199px) {
    #pxl-page-popup .pxl-page-popup-content {
        margin-top: 80px
    }
}

#pxl-page-popup .pxl-page-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -webkit-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px)
}

#pxl-page-popup .pxl-page-item.active {
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

body.elementor-editor-active #pxl-page-popup {
    display: none
}

.admin-bar #pxl-page-popup {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar #pxl-page-popup {
        top: 46px
    }
}

@media screen and (max-width:600px) {
    .admin-bar #pxl-page-popup {
        top: 0
    }
}

.pxl-section-waves1 {
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0
}

@media screen and (max-width:767px) {
    .pxl-section-waves1 {
        height: 80px
    }
}

.pxl-wave-parallax>use {
    animation: pxl-move-forever 25s cubic-bezier(.55, .5, .45, .5)infinite;
    fill: #ebeef6
}

.pxl-wave-parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
    opacity: .5
}

.pxl-wave-parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
    opacity: .4
}

.pxl-wave-parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
    opacity: .3
}

.pxl-wave-parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes pxl-move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }
    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@media(min-width:768px) and (max-width:1024px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        text-indent: -99999px
    }
}

@media screen and (max-width:767px) {
    body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        text-indent: -99999px
    }
}

.pxl-box-hover1 .pxl-item--inner {
    position: relative;
    z-index: 1
}

.pxl-box-hover1 .pxl-item--inner:before,
.pxl-box-hover1 .pxl-item--inner:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: var(--primary-color);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.pxl-box-hover1 .pxl-item--inner:before {
    left: 0;
    right: 0;
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    z-index: -1
}

.pxl-box-hover1 .pxl-item--inner:after {
    opacity: .3;
    left: 25px;
    right: 25px;
    z-index: -2;
    height: 16px;
    top: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    transform: scaleY(0);
    transform-origin: top center
}

.pxl-box-hover1 .pxl-item--inner:hover:before {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.pxl-box-hover1 .pxl-item--inner:hover:after {
    transform: scaleY(1);
    -webkit-transition-delay: .16s;
    transition-delay: .16s
}

.hover-imge-effect1 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect1 a {
    display: block
}

.hover-imge-effect1 a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.hover-imge-effect2 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2 img {
    -webkit-transition: all 1.2s;
    -khtml-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s
}

.hover-imge-effect2-up {
    position: relative;
    overflow: hidden
}

.hover-imge-effect2-up img {
    -webkit-transition: all .6s;
    -khtml-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.hover-imge-effect3 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect3 img {
    -webkit-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -khtml-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.hover-imge-effect4 {
    position: relative;
    overflow: hidden
}

.hover-imge-effect4 .hover-item {
    width: 50%;
    height: 50%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    -webkit-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -khtml-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -moz-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -ms-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    -o-transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    transition: all .3s cubic-bezier(.39, .575, .565, 1)0s;
    opacity: 0
}

.hover-imge-effect4 .hover-item.hover-item1 {
    top: 0;
    left: 0
}

.hover-imge-effect4 .hover-item.hover-item2 {
    top: 0;
    left: 50%
}

.hover-imge-effect4 .hover-item.hover-item3 {
    left: 50%;
    top: 50%
}

.hover-imge-effect4 .hover-item.hover-item4 {
    left: 0;
    top: 50%
}

.pxl-item--inner:hover .hover-imge-effect1 a:before {
    -webkit-animation: img_circle .65s;
    animation: img_circle .65s
}

.pxl-item--inner:hover .hover-imge-effect2 img,
.pxl-item--inner:hover .hover-imge-effect2-up img {
    -webkit-transform: scale(1.18);
    -khtml-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18)
}

.pxl-item--inner:hover .hover-imge-effect3 img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item1 {
    left: 50%;
    top: 0;
    opacity: 1
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item2 {
    left: 50%;
    top: 50%;
    opacity: 1
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item3 {
    left: 0%;
    top: 50%;
    opacity: 1
}

.pxl-item--inner:hover .hover-imge-effect4 .hover-item.hover-item4 {
    left: 0%;
    top: 0%;
    opacity: 1
}

.pxl-flipbox {
    position: relative;
    perspective: 1200px
}

.pxl-flipbox .pxl-flipbox--front,
.pxl-flipbox .pxl-flipbox--back {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pxl-flipbox .pxl-flipbox--back {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateY(180deg)translateZ(1px);
    z-index: 99
}

.pxl-flipbox .pxl-flipbox--wrap {
    position: relative;
    transition-property: box-shadow, transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform-style: preserve-3d
}

.pxl-flipbox:hover .pxl-flipbox--wrap {
    transform: rotateY(180deg);
    transform-origin: 50% 50%
}

body.rtl .pxl-box-hover1 .pxl-item--inner:before {
    transform-origin: left center;
    -webkit-transform-origin: left center
}

body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
    transform-origin: right center;
    -webkit-transform-origin: right center
}

.z-index-1 {
    z-index: 1
}

.pxl-icon-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pxl-icon-middle {
    position: relative
}

.pxl-icon-middle>* {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-hidden {
    display: none
}

.color-white {
    color: #fff
}

.btn-flex {
    display: inline-flex;
    align-items: center
}

.btn-flex i {
    display: inline-flex
}

.field-dflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-text-nowrap {
    white-space: nowrap
}

.pxl-imgfilter-wrap {
    overflow: hidden
}

.pxl-imgfilter-wrap .pxl-item--imgfilter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: blur(8px)
}

.pxl-imgfilter-wrap .pxl-item--imgfilter:before {
    background-color: rgba(253, 253, 251, .1)
}

.pxl--hover-slideup {
    -webkit-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -khtml-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -moz-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -ms-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .65s cubic-bezier(.23, 1, .32, 1);
    transition: all .65s cubic-bezier(.23, 1, .32, 1)
}

.pxl--hover-slideup:hover {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pxl--effect-slide:after {
    transform-origin: right center;
    -webkit-transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -khtml-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -khtml-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -ms-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    -o-transition: transform .3s cubic-bezier(.37, .31, .2, .85);
    transition: transform .3s cubic-bezier(.37, .31, .2, .85)
}

.pxl--effect-slide:hover:after {
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -khtml-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.d-inline-block {
    display: inline-block
}

.pxl-d-flex {
    display: inline-flex
}

.pxl-mw-1200 {
    max-width: 1200px
}

.fs-17 {
    font-size: 17px
}

.lt-4 {
    letter-spacing: -.03em !important
}

.pxl-text-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .pxl-text-center .pxl-link-page1 .pxl-item--inner {
        justify-content: center
    }
}

.pxl-text-left {
    text-align: left
}

.pxl-text-right {
    text-align: right
}

.pxl-img--mask {
    width: 100px;
    height: 100px;
    position: relative
}

.pxl-img--mask .pxl--mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    -ms-mask-position: center center;
    -o-mask-position: center center;
    mask-position: center center;
    mask-size: cover;
    -webkit-mask-size: cover
}

.text-primary {
    color: var(--primary-color)
}

.text-secondary {
    color: var(--secondary-color)
}

.pxl-flex-grow {
    flex-grow: 1
}

.pxl-icon--plus {
    height: 10px;
    width: 10px;
    position: relative;
    cursor: pointer
}

.pxl-icon--plus:before,
.pxl-icon--plus:after {
    content: '';
    background-color: #122a00;
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icon--plus:before {
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0
}

.pxl-icon--plus:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 0
}

.pxl-icon--minus {
    height: 10px;
    width: 10px;
    position: relative;
    cursor: pointer
}

.pxl-icon--minus:before {
    content: '';
    background-color: #122a00;
    position: absolute;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-icon--minus:before {
    width: 10px;
    height: 2px;
    top: 4px;
    left: 0
}

.pxl-inline-flex {
    display: inline-flex;
    align-items: center
}

.pxl-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pxl-widget-flex>.elementor-widget-container>div {
    display: flex
}

.el-empty:empty {
    display: none !important
}

.pxl-spill,
.pxl-imgfilter-wrap .pxl-item--imgfilter:before,
.pxl-icon1.pxl-type-gradient a:before,
.pxl-text-effect1.pxl-image .pxl-item--image:before,
.pxl-text-effect1.pxl-image .pxl-item--image-url:before,
.pxl-gallery-grid1 .item--inner:before,
.pxl-image-single.style-divider .pxl-item--bg:before,
.pxl-image-single.style-divider .pxl-item--image:before,
.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:before,
.pxl-image-box .pxl-item--link,
.pxl-showcase-grid1.style-1 .pxl-item--image:before,
.pxl-showcase-grid1.style-2 .pxl-item--image:before,
#pxl-popup-elementor .pxl-item--overlay .pxl-item--flip:before,
.pxl-gallery .pxl--item-inner.video-active:before,
.pxl-portfolio-style2 .pxl-item--inner:before,
.pxl-icon-box3 .pxl-item--inner:before,
.pxl-icon-box3 .pxl-item--inner:after,
.pxl-testimonial-carousel1.style-2 .pxl-item--inner:before,
.pxl-testimonial-carousel1.style-2 .pxl-item--inner:after,
.pxl-testimonial-carousel2 .pxl-item--desc:before,
.pxl-testimonial-carousel2 .pxl-item--desc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-skew {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: var(--primary-color);
    transform: skew(-9deg);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-middle,
.pxl-contact-info1 .pxl-item--icon>*,
.pxl-icon1.style-square-box a i,
.pxl-icon1.style-round-box a i,
.pxl-popup-button1 .pxl-anchor-button,
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .pxl-cart-icon,
.pxl-portfolio-style2 .pxl-item--button a .pxl-icon--plus,
.pxl-icon-box1.style-2 .pxl-item--icon>*,
.pxl-icon-box1.style-4 .pxl-item--icon>*,
.pxl-icon-box1.style-7 .pxl-item--icon>*,
.pxl-icon-box1.style-8 .pxl-item--icon>*,
.pxl-icon-box3 .pxl-item--icon>*,
.pxl-video-player1 .btn-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-icon--middle {
    position: relative
}

.pxl-icon--middle * {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-item--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-item--flexnw {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.color-inherit {
    color: inherit
}

.color-inherit:hover {
    color: inherit
}

.color-primary {
    color: var(--primary-color)
}

.text-gradient,
.pxl-loader.style-law .pxl-loader-holder.type-color-gradient .pxl-loader-text,
.pxl-icon--gradient i,
.pxl-link .pxl-type-gradient i,
.pxl-form-label span,
.swiper-filter-wrap .filter-item.active span,
.pxl-icon-box1.style-4 .pxl-item--icon i,
.pxl-counter1 .pxl-item--icon.pxl-color--gradient i {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.text-gradient-bg {
    background-color: initial;
    background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

.rm-text-gradient {
    text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-image: none
}

.bg-gradient {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1')
}

.bg-gradient-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)')
}

.ft-theme-default,
.pxl-swiper-pagination .pxl-swiper-current-slide,
.pxl-swiper-pagination .pxl-swiper-total-slides,
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction,
blockquote,
.pxl-loader.style-architecture .pxl-loader-bar,
.pxl-loader.style-law .pxl-loader-text,
.pxl-text-effect1,
.pxl-process1 .pxl-item--step,
.pxl-form-label,
.pxl-contact-form1 .pxl--item>label,
.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan span,
.pxl-pie-chart1 .pxl--counter-number,
.pxl-pie-chart2 .pxl--counter-number,
.pxl--post-footer label,
.pxl-pagination-wrap .page-numbers,
.pxl-post--navigation .pxl--meta a,
.page-links .post-page-numbers,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_rss .rsswidget,
.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2,
.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.wc-forward,
.woocommerce-page a.wc-forward,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce .cart button.button,
.woocommerce-page .cart button.button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled],
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers,
.single-product .woocommerce-social-share label,
body.woocommerce-cart .woocommerce-cart-form tbody .product-name,
.swiper-filter-wrap .filter-item,
.pxl-grid-filter1 .filter-item,
.button,
input[type=submit],
.btn,
.btn--readmore-divider,
.btn-shape-primary,
.pxl-icon-box1.style-7 .pxl-item--description,
.pxl-counter1.style-1 .pxl--counter-number,
.pxl-counter1.style-2 .pxl--counter-number,
.pxl-progressbar-1 .pxl--percentage,
.pxl-pricing1 .pxl-item--price,
.pxl-pricing2 .pxl-item--meta {
    font-family: fira sans, sans-serif
}

.bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.pxl-close {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.pxl-close:before,
.pxl-close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    background-color: #1b1b1b
}

.pxl-close:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pxl-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pxl-close:hover:before,
.pxl-close:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.pxl-left {
    float: left
}

.pxl-right {
    float: right
}

.pxl-hide {
    display: none
}

@media screen and (min-width:1200px) {
    .pxl-hide-xl {
        display: none !important
    }
}

@media screen and (max-width:1199px) {
    .pxl-hide-lg {
        display: none !important
    }
}

@media screen and (max-width:1260px) {
    .pxl-hide-lg2 {
        display: none !important
    }
}

.pxl-sz-10 {
    font-size: 10px
}

.pxl-sz-11 {
    font-size: 11px
}

.pxl-sz-12 {
    font-size: 12px
}

.pxl-sz-13 {
    font-size: 13px
}

.pxl-sz-14 {
    font-size: 14px
}

.pxl-sz-15 {
    font-size: 15px
}

.pxl-sz-16 {
    font-size: 16px
}

.pxl-sz-17 {
    font-size: 17px
}

.pxl-sz-18 {
    font-size: 18px
}

.pxl-sz-19 {
    font-size: 19px
}

.pxl-sz-20 {
    font-size: 20px
}

.pxl-sz-21 {
    font-size: 21px
}

.pxl-sz-22 {
    font-size: 22px
}

.pxl-sz-23 {
    font-size: 23px
}

.pxl-sz-24 {
    font-size: 24px
}

.pxl-sz-25 {
    font-size: 25px
}

@media(min-width:1025px) and (max-width:1400px) {
    .pxl-reset-padding-xl {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.revslider-initialised {
    overflow: visible !important
}

.pxl-logo a {
    display: inline-block
}

.pxl-logo img {
    width: auto;
    vertical-align: middle
}

.pxl-contact-info1 .pxl-item--icon {
    color: var(--primary-color);
    font-size: 15px;
    background-color: var(--secondary-color);
    min-width: 36px;
    width: 36px;
    height: 38px;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-contact-info1 .pxl-item--icon img {
    max-height: 20px
}

.pxl-contact-info1 .pxl-item--icon svg {
    height: 16px;
    fill: var(--primary-color)
}

.pxl-contact-info1 .pxl-item--icon .pxl-item--link {
    position: absolute;
    width: 36px;
    height: 38px;
    z-index: 99
}

.pxl-contact-info1 .pxl-item--title {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    color: #000
}

.pxl-contact-info1 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

@media screen and (max-width:1600px) {
    .pxl-contact-info1.pxl-hide-lg .pxl-item--icon {
        margin: 0
    }
    .pxl-contact-info1.pxl-hide-lg .pxl-item--title {
        display: none
    }
    .pxl-contact-info1.pxl-hide-lg .pxl-item--icon:hover {
        background-color: var(--primary-color);
        color: var(--secondary-color)
    }
}

@media screen and (min-width:1601px) {
    .pxl-contact-info-space {
        margin-right: 25px
    }
    body.rtl .pxl-contact-info-space {
        margin-left: 25px;
        margin-right: 0
    }
}

.pxl-text-editor .pxl-item--inner {
    display: inline-block
}

.pxl-text-editor p {
    margin-bottom: 30px
}

.pxl-text-editor p:last-child {
    margin-bottom: 0
}

.pxl-text-editor .pxl-text--highlight {
    padding: 4px 0;
    background-color: var(--primary-color);
    color: #fff
}

.pxl-link {
    list-style: none;
    margin: 0;
    padding: 0
}

.pxl-link a {
    display: inline-flex;
    font-size: 16px;
    color: #586563
}

.pxl-link a:hover {
    color: var(--primary-color)
}

.pxl-link i {
    min-width: 24px;
    margin-top: 5px;
    font-size: 15px;
    display: inline-flex
}

.pxl-link.type-vertical li+li {
    margin-top: 6px
}

.pxl-link.type-horizontal {
    display: flex;
    flex-wrap: wrap
}

.pxl-link.type-horizontal li {
    margin: 0 10px
}

.pxl-link.style-divider a {
    position: relative
}

.pxl-link.style-divider a:before {
    content: '';
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    opacity: 0
}

.pxl-link.style-divider a:hover:before {
    opacity: .6;
    bottom: 4px
}

.pxl-link.style-box a {
    background-color: #fff;
    color: #586563;
    display: block;
    padding: 12px 42px 12px 22px;
    font-size: 18px;
    position: relative
}

.pxl-link.style-box a:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-link.style-box i {
    font-size: 22px;
    margin: 0
}

.pxl-link.style-box svg {
    height: 22px
}

.pxl-link.style-box i,
.pxl-link.style-box svg {
    position: absolute;
    top: 50%;
    right: 14px;
    -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%);
    color: var(--primary-color);
    fill: var(--primary-color)
}

.pxl-link.style-box.type-vertical li+li {
    margin-top: 15px
}

.pxl-icon1 a {
    position: relative
}

.pxl-icon1 a span {
    background-color: #080808;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    white-space: nowrap;
    display: block;
    line-height: 24px;
    font-size: 12px;
    padding: 0 8px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
}

.pxl-icon1 a span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #080808 transparent;
    width: 0;
    height: 0
}

.pxl-icon1 a.ps-top span {
    bottom: 100%;
    margin-bottom: 10px
}

.pxl-icon1 a.ps-top span:before {
    bottom: -10px;
    border-color: #080808 transparent transparent transparent
}

.pxl-icon1 a.ps-bottom span {
    top: 100%;
    margin-top: 10px
}

.pxl-icon1 a.ps-bottom span:before {
    top: -10px
}

.pxl-icon1 a:hover span {
    opacity: 1;
    visibility: visible
}

.pxl-icon1.style-default a {
    color: #000
}

.pxl-icon1.style-default a:hover {
    color: var(--primary-color)
}

.pxl-icon1.style-square-box a {
    width: 35px;
    height: 35px;
    background-color: #e6e3d4;
    color: #586563;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    position: relative;
    z-index: 1
}

.pxl-icon1.style-square-box a i {
    display: inline-flex
}

.pxl-icon1.style-square-box a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color)
}

.pxl-icon1.style-round-box a {
    width: 37px;
    height: 37px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 16px 0 rgba(103, 103, 103, .1);
    -khtml-box-shadow: 0 5px 16px 0 rgba(103, 103, 103, .1);
    -moz-box-shadow: 0 5px 16px 0 rgba(103, 103, 103, .1);
    -ms-box-shadow: 0 5px 16px 0 rgba(103, 103, 103, .1);
    -o-box-shadow: 0 5px 16px 0 rgba(103, 103, 103, .1);
    box-shadow: 0 5px 16px rgba(103, 103, 103, .1);
    color: #8b8b8b;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 100%
}

.pxl-icon1.style-round-box a i {
    display: inline-flex
}

.pxl-icon1.style-round-box a:hover {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    box-shadow: none
}

.pxl-icon1.pxl-type-gradient a:before {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    z-index: -1;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0
}

.pxl-icon1.pxl-type-gradient a:hover:before {
    opacity: 1
}

.pxl-image-single {
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

.pxl-image-single *,
.pxl-image-single img {
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit
}

.pxl-image-single img {
    width: auto
}

.pxl-image-single.pxl-hover1 .pxl-item--inner {
    position: relative;
    overflow: hidden
}

.pxl-image-single.pxl-hover1 .pxl-item--inner img {
    -webkit-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -khtml-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: transform 1.5s cubic-bezier(.19, 1, .22, 1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.pxl-image-single.pxl-hover1 .pxl-item--inner:hover img {
    -webkit-transform: scale(1.06);
    -khtml-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06)
}

.pxl-image-single.pxl-hover2 .pxl-item--inner img {
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pxl-image-single.pxl-hover2 .pxl-item--inner:hover img {
    -webkit-transform: scale(.95);
    -khtml-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.pxl-image-single.pxl-image-parallax .pxl-item--image {
    -webkit-transition: all 100ms linear 0ms;
    -khtml-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    -ms-transition: all 100ms linear 0ms;
    -o-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms
}

.pxl-image-tilt {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.pxl-image-tilt-active {
    overflow: hidden
}

.pxl-heading .pxl-heading--inner {
    display: inline-block;
    position: relative
}

.pxl-heading .pxl-text--slide {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.pxl-heading .pxl-text--slide span {
    display: inline-block
}

.pxl-heading .wow.letter {
    -webkit-transform: translate3d(0, 25px, 0);
    -khtml-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.pxl-heading .wow.letter.animated {
    -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: 1
}

.pxl-heading .pxl-item--subtitle {
    color: var(--primary-color);
    margin-bottom: 17px;
    font-weight: 700
}

.pxl-heading .pxl-item--subtitle.px-sub-title-number {
    font-size: 18px;
    color: #0a1316;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 26px
}

@media screen and (max-width:767px) {
    .pxl-heading .pxl-item--subtitle.px-sub-title-number {
        letter-spacing: .1em;
        font-size: 16px
    }
}

.pxl-heading .pxl-item--subtitle.px-sub-title-number span {
    display: inline-flex;
    align-items: center
}

.pxl-heading .pxl-item--subtitle.px-sub-title-number .pxl-item--number {
    font-style: normal;
    color: var(--primary-color);
    position: relative
}

.pxl-heading .pxl-item--subtitle.px-sub-title-number .pxl-item--number:before {
    content: '';
    width: 39px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.pxl-heading.pxl-heading--tsize1 .pxl-item--title {
    font-size: 60px;
    line-height: 1.2
}

@media screen and (max-width:1600px) {
    .pxl-heading.pxl-heading--tsize1 .pxl-item--title {
        font-size: 52px
    }
}

@media screen and (max-width:1260px) {
    .pxl-heading.pxl-heading--tsize1 .pxl-item--title {
        font-size: 48px
    }
}

@media screen and (max-width:767px) {
    .pxl-heading.pxl-heading--tsize1 .pxl-item--title {
        font-size: 36px
    }
}

.pxl-heading.px-sub-rotateLeft-style .pxl-item--subtitle {
    margin: 0;
    letter-spacing: .3em;
    font-size: 18px;
    font-weight: 600;
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2;
    transform-origin: 0 50%;
    transform: rotate(-90deg)translateX(calc(-50% - 46px));
    padding-top: 15px
}

.pxl-heading.px-sub-rotateLeft-style .pxl-item--subtitle:before {
    content: '';
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -13px;
    left: 0;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1')
}

.pxl-heading.px-sub-rotateLeft-style .pxl-heading--inner {
    padding-left: 55px
}

@keyframes pxlKeywordRotatingIn {
    from {
        transform: translateY(70%)rotateX(-100deg);
        opacity: 0
    }
    to {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
}

@keyframes pxlKeywordRotatingOut {
    from {
        transform: translateY(0)rotateX(0);
        opacity: 1
    }
    to {
        transform: translateY(-70%)rotateX(100deg);
        opacity: 0
    }
}

.pxl-title--typewriter {
    display: inline-flex;
    white-space: nowrap;
    position: relative;
    z-index: 99
}

.pxl-title--typewriter .pxl-item--text {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.pxl-title--typewriter .pxl-item--text:not(.is-active) {
    animation: pxlKeywordRotatingOut .8s cubic-bezier(.86, 0, .07, 1)both
}

.pxl-title--typewriter .pxl-item--text.is-active {
    position: relative;
    opacity: 1;
    animation: pxlKeywordRotatingIn .8s cubic-bezier(.86, 0, .07, 1)both
}

.pxl-text-effect1 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    padding-top: 240px;
    padding-right: 30px;
    padding-bottom: 44px;
    position: relative;
    overflow: hidden;
    color: #000
}

.pxl-text-effect1 .pxl-item--text {
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -o-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    transition: all 300ms cubic-bezier(.3, .3, 0, .8)
}

.pxl-text-effect1 .pxl-divider--box {
    height: 222px;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute
}

.pxl-text-effect1 .pxl-divide--group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-text-effect1 .pxl-item--divider {
    background-color: var(--primary-color);
    position: absolute;
    -webkit-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -o-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    transition: all 300ms cubic-bezier(.3, .3, 0, .8)
}

.pxl-text-effect1 .pxl-item--divider.pxl-divider--left1 {
    height: 222px;
    left: 0;
    top: 100%;
    width: 5px
}

.pxl-text-effect1 .pxl-item--divider.pxl-divider--left2 {
    height: 29px;
    width: 5px;
    bottom: -29px;
    left: 0
}

.pxl-text-effect1 .pxl-item--divider.pxl-divider--top {
    width: 100%;
    height: 5px;
    top: 0;
    right: 100%
}

.pxl-text-effect1 .pxl-item--divider.pxl-divider--right {
    height: 100%;
    width: 5px;
    right: 0;
    bottom: 100%
}

.pxl-text-effect1 .pxl-item--divider.pxl-divider--bottom {
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 100%
}

.pxl-text-effect1 .pxl-item--holder {
    visibility: visible !important
}

.pxl-text-effect1 .pxl-item--holder.animated .pxl-item--text {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 1.5s
}

.pxl-text-effect1 .pxl-item--holder.animated .pxl-item--divider.pxl-divider--left1 {
    top: 0
}

.pxl-text-effect1 .pxl-item--holder.animated .pxl-item--divider.pxl-divider--top {
    right: 0;
    transition-delay: .3s
}

.pxl-text-effect1 .pxl-item--holder.animated .pxl-item--divider.pxl-divider--right {
    bottom: 0;
    transition-delay: .6s
}

.pxl-text-effect1 .pxl-item--holder.animated .pxl-item--divider.pxl-divider--bottom {
    left: 0;
    transition-delay: .9s
}

.pxl-text-effect1 .pxl-item--holder.animated .pxl-item--divider.pxl-divider--left2 {
    bottom: 0;
    transition-delay: 1.2s
}

.pxl-text-effect1.pxl-image {
    padding: 0
}

.pxl-text-effect1.pxl-image .pxl-item--image,
.pxl-text-effect1.pxl-image .pxl-item--image-url {
    position: relative
}

.pxl-text-effect1.pxl-image .pxl-item--image img,
.pxl-text-effect1.pxl-image .pxl-item--image-url img {
    width: 100%
}

.pxl-text-effect1.pxl-image .pxl-item--image:before,
.pxl-text-effect1.pxl-image .pxl-item--image-url:before {
    content: '';
    background-color: rgba(0, 38, 31, .74);
    z-index: 1
}

.pxl-text-effect1.pxl-image .pxl-item--image-url {
    min-height: 480px
}

.pxl-text-effect1.pxl-image .pxl-item--text-wrap {
    position: absolute;
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    z-index: 100;
    display: flex;
    flex-flow: column
}

@media screen and (max-width:1199px) {
    .pxl-text-effect1.pxl-image .pxl-item--text-wrap {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px
    }
}

.pxl-text-effect1.pxl-image .pxl-item--text-wrap .pxl-item--text-divider {
    min-height: 80px;
    width: 100%;
    flex-grow: 1;
    position: relative;
    margin-bottom: 55px;
    overflow: hidden
}

.pxl-text-effect1.pxl-image .pxl-item--text-wrap .pxl-item--text-divider .pxl-item--divider {
    height: 100%;
    left: 0;
    top: 100%;
    width: 5px
}

.pxl-text-effect1.pxl-image .pxl-item--text-wrap .pxl-item--text {
    max-width: 420px;
    padding-right: 20px
}

.pxl-text-effect1.pxl-image .pxl-item--text-wrap .pxl-item--text-height {
    height: 110px;
    width: 100%
}

.pxl-text-effect1.pxl-image .pxl-divide--group {
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    width: auto;
    height: auto;
    overflow: hidden
}

@media screen and (max-width:1199px) {
    .pxl-text-effect1.pxl-image .pxl-divide--group {
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px
    }
}

.pxl-text-effect1.pxl-image .pxl-divide--group .pxl-divider--box {
    display: none
}

.pxl-text-effect1.pxl-image .pxl-item--divider.pxl-divider--left2 {
    height: 47px;
    bottom: -47px
}

.pxl-text-effect1.pxl-image .pxl-item--holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.pxl-text-effect1.pxl-image .pxl-item--holder.animated .pxl-item--text-wrap .pxl-item--text-divider .pxl-item--divider {
    top: 0
}

.pxl-text-effect1.pxl-image .pxl-item--holder.animated .pxl-item--divider.pxl-divider--left2 {
    bottom: 0
}

.pxl-image-box-fullscreen.elementor-widget-pxl_text_effect {
    height: 100%
}

.pxl-image-box-fullscreen.elementor-widget-pxl_text_effect>.elementor-widget-container {
    height: 100%
}

.pxl-image-box-fullscreen.elementor-widget-pxl_text_effect .pxl-text-effect1.pxl-image {
    height: 100%
}

.pxl-image-box-fullscreen.elementor-widget-pxl_text_effect .pxl-text-effect1.pxl-image .pxl-item--image-url {
    height: 100%
}

.pxl-download-layout1 .pxl-item--iconfile {
    line-height: 1;
    font-size: 59px;
    color: var(--secondary-color);
    display: inline-flex
}

@media screen and (max-width:767px) {
    .pxl-download-layout1 .pxl-item--iconfile {
        margin-bottom: 20px
    }
}

.pxl-download-layout1 .pxl-item--iconfile svg {
    height: 59px;
    fill: var(--secondary-color)
}

.pxl-download-layout1 .pxl-item--subtitle {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

.pxl-download-layout1 .pxl-item--title {
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    font-size: 24px;
    margin-bottom: 0
}

@media screen and (max-width:767px) {
    .pxl-download-layout1 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-download-layout1 .pxl-item--title span {
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-download-layout1 .pxl-item--link {
    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%);
    width: 41px;
    height: 41px;
    display: block;
    line-height: 41px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 400
}

.pxl-download-layout1 .pxl--item {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

@media screen and (max-width:767px) {
    .pxl-download-layout1 .pxl--item {
        display: block
    }
}

.pxl-download-layout1 .pxl--item+.pxl--item {
    margin-top: 60px
}

.pxl-download-layout1 .pxl--item:hover .pxl-item--title {
    color: var(--primary-color) !important
}

.pxl-download-layout1 .pxl--item:hover .pxl-item--title span {
    box-shadow: 0 -1px transparent inset, 0 -1px 0 0 var(--primary-color)inset
}

.pxl-download-layout1.style-2 .pxl-item--iconfile {
    font-size: 35px
}

.pxl-download-layout1.style-2 .pxl-item--iconfile svg {
    height: 35px
}

.pxl-download-layout1.style-2 .pxl-item--title {
    font-size: 16px;
    font-weight: 600;
    order: 1
}

.pxl-download-layout1.style-2 .pxl-item--title span {
    box-shadow: 0 -1px transparent inset, 0 -1px 0 0 var(--primary-color)inset
}

.pxl-download-layout1.style-2 .pxl-item--subtitle {
    font-size: 14px;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 100%;
    order: 2
}

.pxl-download-layout1.style-2 .pxl-item--meta {
    display: inline-flex;
    flex-wrap: wrap
}

.pxl-download-layout1.style-2 .pxl--item+.pxl--item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.pxl-download-layout1.style-2 .pxl--item+.pxl--item .pxl-item--link {
    margin-top: 12px
}

.pxl-list .pxl-item--icon i {
    color: var(--primary-color)
}

.pxl-list .pxl-item--icon svg {
    fill: var(--primary-color)
}

.pxl-list .pxl--item {
    display: flex;
    flex-wrap: nowrap
}

.pxl-list .pxl--item+.pxl--item {
    margin-top: 10px
}

.pxl-project-info1 {
    background-color: var(--secondary-color);
    border-radius: 5px;
    padding: 38px 40px 57px;
    color: #fff;
    max-width: 370px
}

@media screen and (max-width:1199px) {
    .pxl-project-info1 {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px
    }
}

@media screen and (max-width:767px) {
    .pxl-project-info1 {
        padding: 30px 22px
    }
}

.pxl-project-info1 .pxl-item--title {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 600;
    color: inherit
}

.pxl-project-info1 .pxl--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-project-info1 .pxl--item label {
    text-transform: uppercase;
    display: inline-flex;
    min-width: 120px;
    font-weight: 500
}

.pxl-project-info1 .pxl--item+.pxl--item {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.pxl-gallery-grid1 a {
    height: 51px;
    width: 51px;
    display: block;
    line-height: 51px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--primary-color);
    font-size: 20px;
    color: #fff;
    z-index: 99;
    -webkit-transform: translateY(-50px);
    -khtml-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    border-radius: 3px
}

.pxl-gallery-grid1 a:hover {
    color: #fff
}

.pxl-gallery-grid1 .item--inner {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden
}

.pxl-gallery-grid1 .item--inner:before {
    background-color: rgba(0, 0, 0, .71);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0
}

.pxl-gallery-grid1 .item--inner:hover a {
    -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
}

.pxl-gallery-grid1 .item--inner:hover:before {
    opacity: 1
}

.pxl-pagination1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

@media screen and (max-width:767px) {
    .pxl-pagination1 {
        text-align: center
    }
}

.pxl-pagination1 i {
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-pagination1 a {
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    color: #1a1a1a;
    text-transform: uppercase;
    font-weight: 500
}

.pxl-pagination1 a:hover i {
    color: var(--primary-color)
}

.pxl-pagination1 span {
    display: inline-flex;
    margin: 0 16px
}

@media screen and (max-width:767px) {
    .pxl-pagination1 span {
        margin: 0 10px
    }
}

.pxl-pagination1 .pxl--item {
    width: 50%;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .pxl-pagination1 .pxl--item {
        width: 100%
    }
    .pxl-pagination1 .pxl--item+.pxl--item {
        margin-top: 15px
    }
}

.pxl-process1 .pxl-item--step {
    margin: 0 auto 31px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    background-color: var(--primary-color);
    -webkit-box-shadow: 0 0 0 7px rgba(var(--primary-color-rgb), .5);
    -khtml-box-shadow: 0 0 0 7px rgba(var(--primary-color-rgb), .5);
    -moz-box-shadow: 0 0 0 7px rgba(var(--primary-color-rgb), .5);
    -ms-box-shadow: 0 0 0 7px rgba(var(--primary-color-rgb), .5);
    -o-box-shadow: 0 0 0 7px rgba(var(--primary-color-rgb), .5);
    box-shadow: 0 0 0 7px rgba(var(--primary-color-rgb), .5)
}

.pxl-process1 .pxl-item--title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600
}

.pxl-process1 .pxl-item--inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(72, 72, 72, 8%);
    -khtml-box-shadow: 0 0 25px rgba(72, 72, 72, 8%);
    -moz-box-shadow: 0 0 25px rgba(72, 72, 72, 8%);
    -ms-box-shadow: 0 0 25px rgba(72, 72, 72, 8%);
    -o-box-shadow: 0 0 25px rgba(72, 72, 72, 8%);
    box-shadow: 0 0 25px rgba(72, 72, 72, 8%);
    padding: 43px 20px 32px;
    text-align: center
}

.pxl-image-single {
    position: relative
}

.pxl-image-single .pxl-item--bg {
    height: 320px
}

.pxl-image-single.style-divider .pxl-item--bg:before,
.pxl-image-single.style-divider .pxl-item--image:before {
    content: '';
    background-color: rgba(0, 38, 31, .5)
}

.pxl-image-single .pxl-divider--box {
    height: 60%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute
}

.pxl-image-single .pxl-divide--group {
    position: absolute;
    top: 47px;
    left: 47px;
    right: 47px;
    bottom: 47px;
    overflow: hidden
}

@media screen and (max-width:1199px) {
    .pxl-image-single .pxl-divide--group {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px
    }
}

.pxl-image-single .pxl-item--divider {
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    -o-transition: all 300ms cubic-bezier(.3, .3, 0, .8);
    transition: all 300ms cubic-bezier(.3, .3, 0, .8)
}

.pxl-image-single .pxl-item--divider.pxl-divider--left1 {
    height: 100%;
    left: 0;
    top: 100%;
    width: 5px
}

.pxl-image-single .pxl-item--divider.pxl-divider--left2 {
    height: 29px;
    width: 5px;
    bottom: -29px;
    left: 0
}

.pxl-image-single .pxl-item--divider.pxl-divider--top {
    width: 100%;
    height: 5px;
    top: 0;
    right: 100%
}

.pxl-image-single .pxl-item--divider.pxl-divider--right {
    height: 100%;
    width: 5px;
    right: 0;
    bottom: 100%
}

.pxl-image-single .pxl-item--divider.pxl-divider--bottom {
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 100%
}

.pxl-image-single .pxl-item--inner {
    visibility: visible !important
}

.pxl-image-single .pxl-item--inner.animated .pxl-item--divider.pxl-divider--left1 {
    top: 0
}

.pxl-image-single .pxl-item--inner.animated .pxl-item--divider.pxl-divider--top {
    right: 0;
    transition-delay: .3s
}

.pxl-image-single .pxl-item--inner.animated .pxl-item--divider.pxl-divider--right {
    bottom: 0;
    transition-delay: .6s
}

.pxl-image-single .pxl-item--inner.animated .pxl-item--divider.pxl-divider--bottom {
    left: 0;
    transition-delay: .9s
}

.pxl-image-single .pxl-item--inner.animated .pxl-item--divider.pxl-divider--left2 {
    bottom: 0;
    transition-delay: 1.2s
}

.pxl-form-label {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 10px
}

.pxl-form-label span {
    display: inline-block;
    margin: 0 12px
}

.pxl-contact-form .pxl--form-heading {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -6px
}

.pxl-contact-form.btn-w-full button,
.pxl-contact-form.btn-w-full .wpcf7-submit {
    width: 100%
}

.pxl-contact-form .wpcf7-form-control-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    background-color: #dc3232;
    color: rgba(255, 255, 255, .87);
    padding: 0 6px;
    border-radius: 0;
    line-height: 22px;
    z-index: 99;
    position: absolute;
    top: -30px;
    left: 26px
}

.pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    top: 100%;
    border-width: 5px;
    border-color: #dc3232 transparent transparent;
    border-style: solid;
    left: 10px
}

.pxl-contact-form .pxl-group--items {
    display: flex
}

@media screen and (max-width:767px) {
    .pxl-contact-form .pxl-group--items {
        display: block
    }
}

@media screen and (max-width:767px) {
    .pxl-contact-form .pxl-group--items .pxl--item {
        margin: 0 0 10px
    }
    .pxl-contact-form .pxl-group--items .pxl--item .wpcf7-submit {
        width: 100%
    }
}

.pxl-contact-form .pxl-group--items .pxl--item:first-child {
    flex-grow: 1
}

.pxl-contact-form .pxl-group--items .pxl--item+.pxl--item {
    margin-left: 16px
}

@media screen and (max-width:767px) {
    .pxl-contact-form .pxl-group--items .pxl--item+.pxl--item {
        margin: 0
    }
}

.pxl-contact-form .pxl-select .pxl-select-higthlight::before {
    right: 18px
}

.pxl-contact-form form {
    position: relative
}

.pxl-contact-form form .wpcf7-acceptance {
    width: 100% !important;
    height: auto !important;
    border: none !important;
    padding: 0 !important
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    color: #6a6a6a;
    display: block
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item-label a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #cfcfcf
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    position: relative;
    padding-left: 24px
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item input,
.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
    border: 1px solid #a6bace;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 1;
    background-color: #dae1e9
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "\f112";
    font-family: caseicon;
    position: absolute;
    left: 2px;
    font-size: 10px;
    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%);
    color: #fff;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item input {
    opacity: 0;
    z-index: 3
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item input:checked+.wpcf7-list-item-label:before {
    background-color: #737373;
    border-color: #737373
}

.pxl-contact-form form .wpcf7-acceptance .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    opacity: 1
}

.pxl-contact-form form .wpcf7-response-output {
    margin: 30px 0 10px;
    border: none;
    background-color: rgba(255, 255, 255, .67);
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 20px;
    -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -moz-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -ms-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -o-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    box-shadow: 0 0 13px rgba(154, 154, 154, .13)
}

.pxl-contact-form form .wpcf7-spinner {
    display: none
}

.pxl-contact-form form:before {
    content: '';
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent var(--primary-color)transparent var(--primary-color);
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden
}

.pxl-contact-form form.submitting * {
    opacity: .66
}

.pxl-contact-form form.submitting:before {
    opacity: 1;
    visibility: visible
}

.pxl-contact-form.box-style-white {
    background-color: #fff;
    padding: 74px 58px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -khtml-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -moz-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -ms-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    -o-box-shadow: 0 0 43px rgba(7, 23, 85, .1);
    box-shadow: 0 0 43px rgba(7, 23, 85, .1)
}

@media screen and (max-width:1199px) {
    .pxl-contact-form.box-style-white {
        padding: 40px 24px
    }
}

.pxl-contact-form.box-style-white .pxl-contact-meta {
    text-align: center;
    margin-bottom: 42px
}

.pxl-contact-form.box-style-white .pxl-contact-meta h5 {
    font-size: 30px;
    margin-bottom: 22px
}

@media screen and (max-width:1199px) {
    .pxl-contact-form.box-style-white .pxl-contact-meta h5 {
        font-size: 26px
    }
}

.pxl-contact-form.box-style-white .pxl-contact-meta p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.647
}

@media screen and (max-width:1199px) {
    .pxl-contact-form.box-style-white .pxl-contact-meta p {
        font-size: 15px
    }
}

.pxl-contact-form.notice-style2 .wpcf7-response-output {
    position: absolute;
    top: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    border-radius: 0
}

.pxl-contact-form1 .wpcf7-form-control:not(.wpcf7-submit),
.pxl-contact-form1 .pxl-select-higthlight {
    border: none;
    font-size: 14px;
    color: #696878;
    -webkit-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -khtml-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -moz-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -ms-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    -o-box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    box-shadow: 0 0 13px rgba(154, 154, 154, .13);
    padding-left: 18px
}

.pxl-contact-form1 .pxl--form-icon {
    position: absolute;
    top: 50%;
    z-index: 1;
    right: 0;
    margin: 12px 22px;
    -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-contact-form1 .pxl--form-icon.icon-align-left {
    left: 0;
    right: auto;
    margin: 0 18px
}

.pxl-contact-form1 .pxl--form-icon.icon-align-top {
    top: 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%)
}

.pxl-contact-form1 .pxl--form-icon+.wpcf7-form-control {
    padding-left: 44px;
    padding-right: 44px
}

.pxl-contact-form1 .pxl--form-icon.style2 {
    color: #3c3c3c;
    right: auto;
    left: 0;
    margin: 0
}

.pxl-contact-form1 .pxl--form-icon.style2+.wpcf7-form-control {
    padding-left: 26px;
    padding-right: 26px
}

.pxl-contact-form1 .pxl--item>label {
    display: block;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    margin-bottom: 9px
}

.pxl-contact-form1 .pxl--item>p {
    margin-bottom: 0
}

.pxl-contact-form1 .pxl-select .pxl-select-higthlight::before {
    background-color: initial;
    color: inherit;
    width: auto
}

@-webkit-keyframes pxl_text_slide_l {
    0% {
        -webkit-transform: translate(-40%, 0%)
    }
    100% {
        -webkit-transform: translate(-60%, 0%)
    }
}

@keyframes pxl_text_slide_l {
    0% {
        transform: translate(-40%, 0%)
    }
    100% {
        transform: translate(-60%, 0%)
    }
}

@-webkit-keyframes pxl_text_slide_r {
    0% {
        -webkit-transform: translate(40%, 0%)
    }
    100% {
        -webkit-transform: translate(60%, 0%)
    }
}

@keyframes pxl_text_slide_r {
    0% {
        transform: translate(40%, 0%)
    }
    100% {
        transform: translate(60%, 0%)
    }
}

.text-slide-to-left {
    -webkit-animation: pxl_text_slide_l 16s linear infinite;
    animation: pxl_text_slide_l 16s linear infinite
}

.text-slide-to-right {
    -webkit-animation: pxl_text_slide_r 16s linear infinite;
    animation: pxl_text_slide_r 16s linear infinite
}

.pxl-text-slip1 .pxl-item--text {
    margin-bottom: 0;
    position: relative;
    font-size: 90px;
    color: #d8d7cf;
    text-stroke-color: rgba(var(--secondary-color-rgb), .56);
    -webkit-text-stroke-color: rgba(var(--secondary-color-rgb), .56);
    text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px
}

@media screen and (max-width:1199px) {
    .pxl-text-slip1 .pxl-item--text {
        font-size: 60px
    }
}

@media screen and (max-width:767px) {
    .pxl-text-slip1 .pxl-item--text {
        font-size: 42px
    }
}

.pxl-text-slip1 .pxl-item--text .pxl-text-backdrop {
    display: none
}

.pxl-text-slip1.pxl-slide-to-left,
.pxl-text-slip1.pxl-slide-to-right {
    overflow: hidden
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--text,
.pxl-text-slip1.pxl-slide-to-right .pxl-item--text {
    white-space: nowrap
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--text .pxl-text-front,
.pxl-text-slip1.pxl-slide-to-right .pxl-item--text .pxl-text-front {
    opacity: 0
}

.pxl-text-slip1.pxl-slide-to-left .pxl-item--text .pxl-text-backdrop,
.pxl-text-slip1.pxl-slide-to-right .pxl-item--text .pxl-text-backdrop {
    display: block;
    position: absolute;
    top: 0
}

.pxl-text-slip1.pxl-slide-to-left .pxl-text-backdrop {
    left: 50%;
    -webkit-animation: pxl_text_slide_l 10s linear infinite;
    animation: pxl_text_slide_l 10s linear infinite
}

.pxl-text-slip1.pxl-slide-to-right .pxl-text-backdrop {
    right: 50%;
    -webkit-animation: pxl_text_slide_r 10s linear infinite;
    animation: pxl_text_slide_r 10s linear infinite
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:before {
    left: 0;
    background-color: rgba(255, 255, 255, .92)60%;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .92) 60%), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, .92) 60%, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, .92) 60%, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, .92) 60%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(to right, rgba(255, 255, 255, .92) 60%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .92) 60%, rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.92) 60%', endColorStr='rgba(255, 255, 255, 0)', gradientType='1')
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:after {
    right: 0;
    background-color: rgba(255, 255, 255, 0);
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .92) 60%));
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 60%);
    background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 60%);
    background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 60%);
    background-image: -o-linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 60%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .92) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0)', endColorStr='rgba(255, 255, 255, 0.92) 60%', gradientType='1')
}

.pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:before,
.pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:after {
    content: '';
    width: 285px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    background-color: initial
}

@media screen and (max-width:1199px) {
    .pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:before,
    .pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:after {
        width: 180px
    }
}

@media screen and (max-width:767px) {
    .pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:before,
    .pxl-text-slip1.pxl-text-white-shadow .pxl-item--text:after {
        width: 60px
    }
}

body:not(.elementor-editor-active) .pxl-element-slider {
    opacity: 0
}

.pxl-element-slider {
    position: relative;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    border-radius: inherit
}

.pxl-element-slider .pxl-slider-progressbar {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
    height: 2px;
    z-index: 100;
    width: 0;
    -webkit-transition: all 100ms linear 0ms;
    -khtml-transition: all 100ms linear 0ms;
    -moz-transition: all 100ms linear 0ms;
    -ms-transition: all 100ms linear 0ms;
    -o-transition: all 100ms linear 0ms;
    transition: all 100ms linear 0ms
}

.pxl-element-slider .pxl-slider--image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    -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-element-slider .pxl-slider--mainimage {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    overflow: hidden
}

.pxl-element-slider .pxl-slider--mainimage.wow {
    visibility: visible
}

.pxl-element-slider .pxl-slider--mainimage.pxl-image--kenburns.animated {
    animation-name: pxl_kenburns;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 40s;
    transform: scale(1.2)
}

.pxl-element-slider .pxl-slider--overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

.pxl-element-slider .pxl-slider--inner {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.pxl-element-slider .pxl-slider--mainimage,
.pxl-element-slider .pxl-slider--image,
.pxl-element-slider .pxl-slider--inner,
.pxl-element-slider .pxl-swiper-slide,
.pxl-element-slider .pxl-swiper-wrapper,
.pxl-element-slider .pxl-swiper-container,
.pxl-element-slider .pxl-carousel-inner {
    border-radius: inherit
}

.pxl-element-slider.style-1 .pxl-swiper-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 44px 15px;
    z-index: 99;
    max-width: 1770px;
    margin: auto
}

@media screen and (max-width:991px) {
    .pxl-element-slider.style-1 .pxl-swiper-footer {
        padding-bottom: 10px;
        padding-top: 20px
    }
    .pxl-element-slider.style-1 .pxl-swiper-footer>div {
        margin-bottom: 15px !important
    }
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-social {
    max-width: 635px;
    flex-grow: 1;
    display: inline-flex;
    margin: 0 -14px
}

@media screen and (max-width:991px) {
    .pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-social {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-social {
        width: 100%
    }
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-social a {
    font-size: 20px;
    color: var(--secondary-color);
    margin: 0 14px
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-social a:hover {
    opacity: .6
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

@media screen and (max-width:991px) {
    .pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan {
        width: 50%;
        padding-right: 0;
        padding-left: 0;
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan {
        width: 100%;
        justify-content: flex-start
    }
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan i {
    color: var(--secondary-color);
    font-size: 34px
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan svg {
    height: 34px;
    fill: var(--secondary-color)
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-slogan span {
    font-size: 18px;
    font-weight: 700;
    color: #0a1316
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-pagination {
    margin: 0;
    flex-grow: 1
}

@media screen and (max-width:991px) {
    .pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-pagination {
        justify-content: flex-start
    }
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-pagination .pxl-swiper-dots.style-1 {
    margin: 0 -6px
}

.pxl-element-slider.style-1 .pxl-swiper-footer .pxl-swiper-arrow-wrap {
    margin: 0 -7px
}

.pxl-element-slider.style-1.pxl-swiper-show-arrow .pxl-slider--inner,
.pxl-element-slider.style-1.pxl-swiper-show-pagination .pxl-slider--inner {
    padding-bottom: 155px
}

@media screen and (max-width:767px) {
    .pxl-element-slider.style-1.pxl-swiper-show-slogan.pxl-swiper-show-arrow .pxl-slider--inner {
        padding-bottom: 215px
    }
}

.pxl-element-slider.style-2 .pxl-swiper-pagination {
    margin: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 9
}

.pxl-element-slider.style-2 .pxl-swiper-pagination .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span {
    color: #fff
}

.pxl-element-slider.style-2 .pxl-swiper-arrow-wrap {
    margin: 0;
    position: absolute;
    left: 100px;
    z-index: 9;
    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%);
    width: 88px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

@media screen and (max-width:1400px) {
    .pxl-element-slider.style-2 .pxl-swiper-arrow-wrap {
        left: 40px;
        width: 60px
    }
}

@media screen and (max-width:991px) {
    .pxl-element-slider.style-2 .pxl-swiper-arrow-wrap {
        opacity: 0;
        left: 30px
    }
}

@media screen and (max-width:767px) {
    .pxl-element-slider.style-2 .pxl-swiper-arrow-wrap {
        left: 20px
    }
}

.pxl-element-slider.style-2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    width: 88px;
    min-width: 88px;
    height: 88px;
    line-height: 84px;
    border: 2px solid var(--primary-color);
    color: #fff;
    margin: 11px 0;
    font-size: 20px
}

@media screen and (max-width:1400px) {
    .pxl-element-slider.style-2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
        font-size: 18px;
        width: 64px;
        min-width: 64px;
        height: 64px;
        line-height: 60px
    }
}

.pxl-element-slider.style-2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
    transform: scaleX(-1)
}

.pxl-element-slider.style-2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i:before {
    content: "\f10f"
}

.pxl-element-slider.style-2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--primary-color)
}

.pxl-element-slider.style-2:hover .pxl-swiper-arrow-wrap {
    opacity: 1
}

@media screen and (min-width:1400px) {
    .pxl-element-slider.style-3 .pxl-swiper-arrow-wrap {
        margin: 0
    }
}

.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    border: none;
    background-color: #fff;
    width: 60px;
    height: 65px;
    line-height: 65px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .12);
    -khtml-box-shadow: 0 0 18px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 0 18px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 0 18px rgba(0, 0, 0, .12);
    box-shadow: 0 0 18px rgba(0, 0, 0, .12);
    color: #382c4d;
    font-size: 20px;
    position: relative;
    z-index: 1
}

.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:before {
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    z-index: -1;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0
}

.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i:before {
    content: "\f142";
    font-family: caseicon
}

.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
    transform: scaleX(-1)
}

.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    color: #fff;
    box-shadow: none
}

.pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover:before {
    opacity: 1
}

@media screen and (min-width:1400px) {
    .pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .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%)
    }
    .pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
        left: -90px
    }
    .pxl-element-slider.style-3 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
        right: -90px
    }
}

.pxl-image-box .pxl-item--icon {
    line-height: 1;
    font-size: 35px;
    color: var(--primary-color);
    margin-bottom: 16px
}

@media screen and (max-width:1600px) {
    .pxl-image-box .pxl-item--icon {
        font-size: 30px
    }
}

.pxl-image-box .pxl-item--icon svg {
    fill: var(--primary-color);
    height: 30px
}

.pxl-image-box .pxl-item--title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff
}

@media screen and (max-width:1600px) {
    .pxl-image-box .pxl-item--title {
        font-size: 22px
    }
}

@media screen and (max-width:1260px) {
    .pxl-image-box .pxl-item--title {
        font-size: 20px
    }
}

.pxl-image-box .pxl-item--holder {
    padding: 30px 34px 37px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

@media screen and (max-width:1600px) {
    .pxl-image-box .pxl-item--holder {
        padding: 30px 24px 27px
    }
}

.pxl-image-box .pxl-item--overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 12, 10, .9) 40%), to(transparent));
    background-image: -webkit-linear-gradient(to top, rgba(2, 12, 10, .9) 40%, transparent);
    background-image: -moz-linear-gradient(to top, rgba(2, 12, 10, .9) 40%, transparent);
    background-image: -ms-linear-gradient(to top, rgba(2, 12, 10, .9) 40%, transparent);
    background-image: -o-linear-gradient(to top, rgba(2, 12, 10, .9) 40%, transparent);
    background-image: linear-gradient(to top, rgba(2, 12, 10, .9) 40%, transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(2, 12, 10, 0.9) 40%', endColorStr='rgba(0, 0, 0, 0)')
}

.pxl-image-box .pxl-item--link {
    z-index: 100
}

.pxl-image-box .pxl-item--bg {
    height: 544px;
    width: 100%;
    -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-image-box .pxl-item--image img {
    width: 100%;
    -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-image-box .pxl-item--inner {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.pxl-image-box .pxl-item--inner: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-remove-overflow #pxl-main {
    overflow: visible
}

.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner {
    height: auto !important
}

.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .pxl-grid-item {
    position: static !important
}

.pxl-mega-menu .pxl-showcase-grid1 .pxl-grid-inner .grid-sizer {
    display: none
}

.pxl-showcase-grid1.style-1 .pxl-item--title {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 24px
}

.pxl-showcase-grid1.style-1 .pxl-item--image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 8%)
}

.pxl-showcase-grid1.style-1 .pxl-item--image:before {
    background-color: var(--secondary-color);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-showcase-grid1.style-1 .pxl-item--image img {
    width: 100%
}

.pxl-showcase-grid1.style-1 .pxl-item--image .pxl-item--buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 30px;
    z-index: 99
}

.pxl-showcase-grid1.style-1 .pxl-item--image .pxl-item--buttons .pxl-item--button {
    margin: 10px 0
}

.pxl-showcase-grid1.style-1 .pxl-item--image .pxl-item--buttons .btn {
    min-width: 150px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -khtml-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms
}

.pxl-showcase-grid1.style-1 .pxl-item--image .pxl-item--buttons .btn:hover {
    background-color: #fff;
    color: var(--secondary-color)
}

@media screen and (min-width:1400px) {
    .pxl-showcase-grid1.style-1 .pxl-item--image .pxl-item--buttons .btn {
        min-width: 180px
    }
}

.pxl-showcase-grid1.style-1 .pxl-item--dots {
    position: absolute;
    top: 21px;
    left: 50px;
    width: 35px;
    height: 8px;
    margin: 0 -3px;
    display: flex;
    flex-wrap: nowrap
}

.pxl-showcase-grid1.style-1 .pxl-item--dots span {
    width: 8px;
    height: 8px;
    min-width: 8px;
    background-color: #edeef0;
    display: inline-block;
    margin: 0 3px;
    border-radius: 8px
}

@media screen and (max-width:1400px) {
    .pxl-showcase-grid1.style-1 .pxl-item--dots {
        left: 40px;
        top: 16px
    }
}

.pxl-showcase-grid1.style-1 .pxl-item--inner {
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 112px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 0 112px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 112px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 112px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 112px rgba(0, 0, 0, .1);
    box-shadow: 0 0 112px rgba(0, 0, 0, .1);
    padding: 50px;
    position: relative;
    text-align: center
}

@media screen and (max-width:1400px) {
    .pxl-showcase-grid1.style-1 .pxl-item--inner {
        padding: 40px
    }
}

.pxl-showcase-grid1.style-1 .pxl-item--inner:hover .pxl-item--image:before {
    opacity: .8
}

.pxl-showcase-grid1.style-1 .pxl-item--inner:hover .pxl-item--buttons .btn {
    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);
    transition-delay: .04s
}

.pxl-showcase-grid1.style-1 .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button:nth-child(2) a {
    transition-delay: .08s
}

@media screen and (min-width:1400px) {
    .pxl-showcase-grid1.style-1 .pxl-grid-inner .pxl-grid-item {
        padding: 0 25px
    }
}

.pxl-showcase-grid1.style-2 .pxl-item--title {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 0;
    font-size: 16px
}

.pxl-showcase-grid1.style-2 .pxl-item--title a {
    font-size: inherit
}

.pxl-showcase-grid1.style-2 .pxl-item--image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 8%)
}

.pxl-showcase-grid1.style-2 .pxl-item--image:before {
    background-color: var(--secondary-color);
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.pxl-showcase-grid1.style-2 .pxl-item--image img {
    width: 100%
}

.pxl-showcase-grid1.style-2 .pxl-item--image .pxl-item--buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 30px;
    z-index: 99
}

.pxl-showcase-grid1.style-2 .pxl-item--image .pxl-item--buttons .pxl-item--button {
    margin: 10px 0;
    text-align: center
}

.pxl-showcase-grid1.style-2 .pxl-item--image .pxl-item--buttons .btn {
    min-width: 120px;
    line-height: 44px;
    opacity: 0;
    font-size: 15px;
    -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 240ms linear 0ms;
    -khtml-transition: all 240ms linear 0ms;
    -moz-transition: all 240ms linear 0ms;
    -ms-transition: all 240ms linear 0ms;
    -o-transition: all 240ms linear 0ms;
    transition: all 240ms linear 0ms
}

.pxl-showcase-grid1.style-2 .pxl-item--image .pxl-item--buttons .btn:hover {
    background-color: #fff;
    color: var(--secondary-color)
}

.pxl-showcase-grid1.style-2 .pxl-item--inner {
    margin-bottom: 40px
}

.pxl-showcase-grid1.style-2 .pxl-item--inner:hover .pxl-item--image:before {
    opacity: .8
}

.pxl-showcase-grid1.style-2 .pxl-item--inner:hover .pxl-item--buttons .btn {
    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);
    transition-delay: .04s
}

.pxl-showcase-grid1.style-2 .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button:nth-child(2) a {
    transition-delay: .08s
}

.pxl-showcase-coming .pxl-grid-inner .pxl-grid-item:last-child .pxl-item--inner .pxl-item--image:before {
    opacity: .8
}

.pxl-showcase-coming .pxl-grid-inner .pxl-grid-item:last-child .pxl-item--inner .pxl-item--buttons .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -khtml-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pxl-pie-chart1 {
    position: relative;
    display: inline-flex
}

.pxl-pie-chart1 .pxl-item--value {
    display: inline-flex
}

.pxl-pie-chart1 .pxl--counter-number {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px
}

.pxl-pie-chart1 .pxl-item--holder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 20px;
    -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%);
    text-align: center
}

.pxl-pie-chart2 {
    text-align: center
}

.pxl-pie-chart2 .pxl-item--title {
    margin-bottom: 0;
    color: #000
}

.pxl-pie-chart2 .pxl-item--holder {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px
}

.pxl-pie-chart2 .pxl-item--value {
    display: inline-flex
}

.pxl-pie-chart2 .pxl--counter-number {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
    position: absolute
}

.pxl-gallery-carousel1 .pxl-item--image img {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 8%)
}

.pxl-gallery-carousel1 .pxl-item--inner {
    margin: 30px 0
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap {
    margin: -45px auto 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1285px;
    width: 100%;
    height: 90px
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap i:before {
    content: "\f10f"
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
    background-color: #fff;
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 31px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
    border: none;
    -webkit-box-shadow: -19px 0 16px rgba(0, 40, 91, .1);
    -khtml-box-shadow: -19px 0 16px rgba(0, 40, 91, .1);
    -moz-box-shadow: -19px 0 16px rgba(0, 40, 91, .1);
    -ms-box-shadow: -19px 0 16px rgba(0, 40, 91, .1);
    -o-box-shadow: -19px 0 16px rgba(0, 40, 91, .1);
    box-shadow: -19px 0 16px rgba(0, 40, 91, .1);
    position: absolute;
    top: 0
}

@media screen and (max-width:991px) {
    .pxl-gallery-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 22px
    }
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 15px
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
    transform: scaleX(-1)
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 15px
}

.pxl-gallery-carousel1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
    box-shadow: none;
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-search-popup-button,
.pxl-cart-sidebar-button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #09013f;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
    font-size: 21px;
    position: relative
}

.pxl-search-popup-button.style-box {
    width: 47px;
    height: 47px;
    background-color: var(--primary-color);
    line-height: 47px;
    color: var(--secondary-color);
    font-size: 20px
}

.pxl-widget-searchform .searchform-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative
}

.pxl-widget-searchform .searchform-wrap .search-field {
    font-size: 16px;
    font-weight: 700;
    color: #1c3f39;
    width: 92px;
    padding: 0;
    background-color: initial;
    border: none;
    min-width: 92px
}

.pxl-widget-searchform .searchform-wrap .search-submit {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #1c3f39;
    font-weight: 400;
    background-color: initial
}

.pxl-widget-searchform .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

.pxl-partner-carousel1 {}

.pxl-partner-carousel1 .pxl-item--logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.pxl-partner-carousel1 .pxl-item--logo:hover a {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.pxl-partner-carousel1 .pxl-item--inner {
    margin: 10px 0
}

.pxl-partner-carousel1 .pxl-swiper-wrapper {
    align-items: center
}

@media screen and (max-width:1600px) {
    .pxl-header--shape1 {
        margin-right: -278px
    }
    .pxl-header--social1 {
        margin-right: -288px
    }
    .pxl-header--custom1 .pxl-menu-primary>li:nth-child(3),
    .pxl-header--custom1 .pxl-menu-primary>li:nth-child(4),
    .pxl-header--custom1 .pxl-menu-primary>li:nth-child(5),
    .pxl-header--custom1 .pxl-menu-primary>li:nth-child(6),
    .pxl-header--custom1 .pxl-menu-primary>li:nth-child(7),
    .pxl-header--custom1 .pxl-menu-primary>li:nth-child(8) {
        position: relative;
        z-index: 1002
    }
}

body.rtl .pxl-text-effect1 .pxl-divide--group,
body.rtl .pxl-image-single .pxl-divide--group {
    transform: scaleX(-1)
}

body.rtl .pxl-text-effect1.pxl-image .pxl-item--text-wrap .pxl-item--text {
    padding-right: 0;
    padding-left: 20px
}

body.rtl .pxl-link.style-box a {
    padding-left: 42px;
    padding-right: 22px
}

body.rtl .pxl-link.style-box a i {
    right: auto;
    left: 14px
}

body.rtl .pxl-heading .pxl-item--subtitle.px-sub-title-number .pxl-item--number::before {
    right: auto;
    left: 0
}

body.rtl .pxl-contact-form .pxl-select .pxl-select-higthlight::before {
    right: 0;
    left: 18px
}

body:not(.rtl) .pxl-contact-form .pxl-form-label+.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    left: auto;
    right: 0
}

body:not(.rtl) .pxl-contact-form .pxl-form-label+.wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
    left: auto;
    right: 10px
}

#pxl-header-default {
    position: relative;
    z-index: 999;
    background-color: #fff
}

#pxl-header-default .row {
    align-items: center
}

@media screen and (min-width:1200px) {
    #pxl-header-default .row>div {
        padding: 0 15px
    }
}

#pxl-header-default .container {
    max-width: 1775px
}

#pxl-header-default .pxl-header-branding {
    display: flex;
    align-items: center;
    flex-grow: 1
}

#pxl-header-default .pxl-header-branding a {
    display: inline-flex
}

#pxl-header-default .pxl-header-branding img {
    height: 71px;
    max-width: inherit
}

#pxl-header-default #pxl-nav-mobile {
    display: none
}

#pxl-header-elementor {}

@media screen and (min-width:1200px) {
    #pxl-header-elementor {
        min-height: 0 !important;
        position: relative;
        z-index: 1001
    }
}

#pxl-header-elementor.pxl-header--rmindex-action {
    z-index: inherit
}

#pxl-header-elementor.pxl-header--rmindex-action .pxl-header-elementor-main {
    z-index: inherit
}

#pxl-header-elementor #pxl-header-mobile {
    display: none
}

#pxl-header-elementor .pxl-header-elementor-main {
    position: relative;
    z-index: 999
}

#pxl-header-elementor .pxl-header-elementor-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    -webkit-transform: translateY(-100%);
    -khtml-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .6s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .6s cubic-bezier(.24, .74, .58, 1);
    transition: .6s cubic-bezier(.24, .74, .58, 1);
    visibility: hidden
}

#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 9%)
}

#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
    -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    box-shadow: 0 3px 18px rgba(2, 21, 78, 9%)
}

#pxl-header-elementor .px-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999
}

#pxl-header-elementor .elementor-section .elementor-container,
#pxl-header-elementor .elementor-inner-section,
#pxl-header-elementor .elementor-widget:not(.elementor-absolute),
#pxl-header-elementor .elementor-widget-wrap,
#pxl-header-elementor .elementor-column,
#pxl-header-elementor .elementor-column-wrap {
    position: static
}

@media screen and (min-width:1200px) {
    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children>a span:after {
        content: "\f150";
        font-family: Caseicon;
        font-size: 10px;
        margin-left: 6px;
        font-weight: 400;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1)
    }
    #pxl-header-default .pxl-menu-primary>li.menu-item-has-children:hover>a span:after {
        transform: scaleY(-1)
    }
    .pxl-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .pxl-menu-primary ul {
        list-style: none;
        margin: 0
    }
    .pxl-menu-primary li {
        position: relative;
        color: #5e6e6e
    }
    .pxl-menu-primary li a {
        font-size: 15px;
        color: #5e6e6e;
        position: relative;
        font-weight: 600
    }
    .pxl-menu-primary>li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 18px
    }
    .pxl-menu-primary>li>a {
        line-height: 120px;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        color: #0a0f0e
    }
    .pxl-menu-primary .sub-menu,
    .pxl-menu-primary .children {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        padding: 26px 0;
        margin-top: 30px;
        margin-bottom: 0;
        min-width: 220px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
        -webkit-transition: all 200ms linear 0ms;
        -khtml-transition: all 200ms linear 0ms;
        -moz-transition: all 200ms linear 0ms;
        -ms-transition: all 200ms linear 0ms;
        -o-transition: all 200ms linear 0ms;
        transition: all 200ms linear 0ms;
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        text-align: left
    }
    .pxl-menu-primary .sub-menu li,
    .pxl-menu-primary .children li {
        padding: 0 35px;
        white-space: nowrap
    }
    .pxl-menu-primary .sub-menu li a,
    .pxl-menu-primary .children li a {
        padding: .4em 0;
        display: block
    }
    .pxl-menu-primary .sub-menu li>a:hover,
    .pxl-menu-primary .children li>a:hover,
    .pxl-menu-primary .sub-menu li.current_page_item>a,
    .pxl-menu-primary .children li.current_page_item>a,
    .pxl-menu-primary .sub-menu li.current-menu-item>a,
    .pxl-menu-primary .children li.current-menu-item>a,
    .pxl-menu-primary .sub-menu li.current_page_ancestor>a,
    .pxl-menu-primary .children li.current_page_ancestor>a,
    .pxl-menu-primary .sub-menu li.current-menu-ancestor>a,
    .pxl-menu-primary .children li.current-menu-ancestor>a {
        color: #0a0f0e
    }
    .pxl-menu-primary .sub-menu.pxl-sub-reverse,
    .pxl-menu-primary .children.pxl-sub-reverse {
        left: auto;
        right: 0;
        text-align: right
    }
    .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children>a::after,
    .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children>a::after {
        content: "\f136";
        right: auto;
        left: 0
    }
    .pxl-menu-primary .sub-menu .sub-menu,
    .pxl-menu-primary .children .sub-menu,
    .pxl-menu-primary .sub-menu .children,
    .pxl-menu-primary .children .children {
        top: 0;
        left: 100%
    }
    .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse,
    .pxl-menu-primary .children .sub-menu.pxl-sub-reverse,
    .pxl-menu-primary .sub-menu .children.pxl-sub-reverse,
    .pxl-menu-primary .children .children.pxl-sub-reverse {
        left: auto;
        right: 100%
    }
    .pxl-menu-primary li:hover>.sub-menu,
    .pxl-menu-primary li.focus>.sub-menu,
    .pxl-menu-primary li:hover>.children,
    .pxl-menu-primary li.focus>.children {
        visibility: visible;
        opacity: 1;
        margin-top: 0
    }
    .pxl-menu-primary .pxl-megamenu {
        position: static
    }
    .pxl-menu-primary .pxl-megamenu>.sub-menu {
        padding: 20px 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        -webkit-border-radius: 0 0 5px 5px;
        -khtml-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }
    .pxl-menu-primary .pxl-megamenu .pxl-link li {
        padding: 0;
        margin-bottom: 0
    }
    .pxl-menu-toggle {
        display: none
    }
}

@media screen and (max-width:1199px) {
    #pxl-header-default,
    #pxl-header-elementor {
        position: relative;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -o-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        background-color: #fff
    }
    #pxl-header-default .pxl-header-main,
    #pxl-header-elementor .pxl-header-main {
        position: relative
    }
    #pxl-header-default .pxl-header-branding,
    #pxl-header-elementor .pxl-header-branding {
        margin: 15px;
        min-height: 50px;
        align-items: center;
        display: flex
    }
    #pxl-header-default .pxl-header-branding img,
    #pxl-header-elementor .pxl-header-branding img {
        height: 55px
    }
    #pxl-header-default #pxl-nav-mobile,
    #pxl-header-elementor #pxl-nav-mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }
    #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item,
    #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
        margin-left: 10px
    }
    .pxl-nav-mobile-button {
        width: 34px;
        height: 20px;
        position: relative;
        cursor: pointer
    }
    .pxl-nav-mobile-button:before,
    .pxl-nav-mobile-button:after,
    .pxl-nav-mobile-button span {
        content: '';
        background-color: #1b1b1b;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1)
    }
    .pxl-nav-mobile-button:before {
        top: 0;
        width: 24px
    }
    .pxl-nav-mobile-button:after {
        bottom: 0;
        width: 24px
    }
    .pxl-nav-mobile-button span {
        top: 9px;
        width: 100%
    }
    .pxl-nav-mobile-button:hover:before,
    .pxl-nav-mobile-button:hover:after {
        width: 100%
    }
    .pxl-header-menu-backdrop {
        z-index: 998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        opacity: 0;
        visibility: hidden
    }
    .pxl-header-menu {
        position: fixed;
        height: 100vh;
        width: 300px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
        z-index: 999;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -webkit-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        -o-box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        box-shadow: 0 0 15px rgba(0, 0, 0, 8%);
        background-color: #fff;
        overflow-y: scroll
    }
    .pxl-header-menu.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
    .pxl-header-menu.active+.pxl-header-menu-backdrop {
        opacity: 1;
        visibility: visible
    }
    .pxl-header-menu-scroll {
        padding: 40px 35px
    }
    .pxl-menu-toggle {
        position: absolute;
        top: 10px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        right: 0;
        width: 28px;
        cursor: pointer;
        font-size: 10px;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        color: #1b1b1b;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 3%)
    }
    .pxl-menu-toggle:before {
        content: "\f150";
        font-family: caseicon
    }
    .pxl-menu-toggle.active:before {
        content: "\f13d"
    }
    .pxl-menu-primary {
        list-style: none;
        margin: 0;
        padding: 0
    }
    .pxl-menu-primary li.menu-item {
        position: relative
    }
    .pxl-menu-primary li.menu-item>a {
        display: block;
        line-height: 46px;
        color: #5e6e6e;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid rgba(0, 0, 0, 6%)
    }
    .pxl-menu-primary li.menu-item>a:hover,
    .pxl-menu-primary li.menu-item>a.current,
    .pxl-menu-primary li.menu-item.current_page_item>a,
    .pxl-menu-primary li.menu-item.current-menu-item>a,
    .pxl-menu-primary li.menu-item.current_page_ancestor>a,
    .pxl-menu-primary li.menu-item.current-menu-ancestor>a {
        color: #0a0f0e
    }
    .pxl-menu-primary .sub-menu,
    .pxl-menu-primary .children {
        position: relative;
        display: none;
        list-style: none;
        margin: 0;
        padding: 0
    }
    .pxl-menu-primary .sub-menu li a,
    .pxl-menu-primary .children li a {
        font-weight: 500;
        padding-left: 14px
    }
    .pxl-menu-primary>li>.sub-menu>li>.sub-menu>li a {
        padding-left: 28px
    }
    .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
        margin-top: 40px
    }
    .pxl-menu-primary .pxl-megamenu .elementor-container>.elementor-column {
        width: 100%
    }
    .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
        padding: 0 !important
    }
    .pxl-menu-primary .pxl-megamenu .pxl-link li {
        margin: 0
    }
    .pxl-menu-primary .pxl-megamenu .pxl-heading {
        padding-left: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 6%);
        padding-top: 12px;
        padding-bottom: 12px
    }
    .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
        margin-bottom: 0 !important;
        font-size: 14px !important;
        border-bottom: none !important
    }
    .pxl-menu-primary .pxl-megamenu .elementor-widget-heading>.elementor-widget-container {
        margin-bottom: 0 !important;
        border-bottom: none !important
    }
    .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
        flex-wrap: wrap
    }
    .pxl-logo-mobile {
        margin-bottom: 20px
    }
    .pxl-logo-mobile img {
        height: 55px
    }
    .pxl-header-mobile-search {
        margin-bottom: 20px
    }
    .pxl-header-mobile-search form {
        position: relative
    }
    .pxl-header-mobile-search .search-field {
        height: 44px;
        border: none;
        padding: 0 22px;
        background-color: #f8f8f8
    }
    .pxl-header-mobile-search .search-submit {
        position: absolute;
        top: 0;
        right: 5px;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        line-height: 36px;
        padding: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        background: 0 0;
        color: #000;
        border: none
    }
    .pxl-header-mobile-search .search-submit:hover,
    .pxl-header-mobile-search .search-submit:focus {
        color: var(--primary-color)
    }
    .pxl-menu-close {
        background-color: rgba(0, 0, 0, 3%);
        position: absolute;
        top: 0;
        right: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }
    #pxl-header-elementor .pxl-header-elementor-main,
    #pxl-header-elementor .pxl-header-elementor-sticky {
        display: none
    }
    #pxl-header-elementor #pxl-header-mobile {
        display: block;
        -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
        -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
        -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
        -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
        -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
        box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
        position: relative;
        z-index: 999
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark {
        background-color: #000
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::before,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::after,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button span {
        background-color: #fff
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
        background-color: #000
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
        background-color: rgba(255, 255, 255, .12);
        border-color: rgba(255, 255, 255, .12);
        color: rgba(255, 255, 255, .67)
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
        color: #fff
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
        color: #fff
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li>a:hover,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li>a.current,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item>a,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item>a,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor>a,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor>a {
        color: var(--primary-color)
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
        color: #fff;
        border-color: rgba(255, 255, 255, 8%)
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
        background-color: rgba(255, 255, 255, .12)
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before,
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
        background-color: #fff
    }
    #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
        background-color: rgba(255, 255, 255, .1);
        color: rgba(255, 255, 255, .8)
    }
    #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        -webkit-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -khtml-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -moz-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -ms-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        -o-animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        animation: .95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
        background-color: #fff
    }
}

@media screen and (max-width:767px) {
    .pxl-header-menu {
        width: 100%
    }
}

.pxl-popup-wrap .pxl-item--overlay {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, .6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-popup-wrap.active .pxl-item--overlay {
    opacity: 1;
    visibility: visible
}

#pxl-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden
}

#pxl-search-popup .pxl-item--close {
    width: 45px;
    height: 45px;
    position: absolute;
    background-color: rgba(0, 0, 0, 4%);
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    border-radius: 45px;
    border-width: 11px
}

#pxl-search-popup .pxl-item--conent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 320px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 15px 80px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 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-search-popup .pxl-item--conent form {
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
    position: relative
}

#pxl-search-popup .pxl-item--conent form .search-field {
    height: 80px;
    padding: 16px 0;
    color: rgba(0, 0, 0, .48);
    font-size: 30px;
    border: none
}

#pxl-search-popup .pxl-item--conent form .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    border: none;
    background: 0 0;
    font-size: 28px;
    padding: 0;
    z-index: 99;
    cursor: pointer
}

#pxl-search-popup .pxl--search-divider {
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6)
}

#pxl-search-popup.active {
    visibility: visible
}

#pxl-search-popup.active .pxl-item--conent {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

#pxl-hidden-panel-popup {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    visibility: hidden
}

@media screen and (max-width:1199px) {
    #pxl-hidden-panel-popup {
        display: none
    }
}

#pxl-hidden-panel-popup .pxl-close {
    width: 54px;
    height: 54px;
    background: #111;
    border-width: 20px;
    position: absolute;
    top: 35px;
    right: 45px;
    z-index: 99
}

#pxl-hidden-panel-popup .pxl-close:before,
#pxl-hidden-panel-popup .pxl-close:after {
    background-color: #fff
}

#pxl-hidden-panel-popup .pxl-item--conent {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 600px;
    background-color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding: 60px 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -30px
}

#pxl-hidden-panel-popup.active {
    visibility: visible
}

#pxl-hidden-panel-popup.active .pxl-item--conent {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

#pxl-hidden-panel-popup .elementor>.elementor-section {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important
}

.pxl-anchor-button {
    overflow: hidden;
    width: 30px;
    height: 22px;
    cursor: pointer;
    position: relative
}

.pxl-anchor-button .pxl-icon-line {
    height: 2px;
    position: absolute;
    left: 0
}

.pxl-anchor-button .pxl-icon-line:before,
.pxl-anchor-button .pxl-icon-line:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 1;
    width: 100%;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.pxl-anchor-button .pxl-icon-line:before {
    -webkit-transform: translate3d(-100%, 0, 0);
    -khtml-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.pxl-anchor-button .pxl-icon-line:after {
    -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)
}

.pxl-anchor-button .pxl-icon-line.pxl-icon-line1 {
    top: 0;
    width: 100%
}

.pxl-anchor-button .pxl-icon-line.pxl-icon-line2 {
    top: 50%;
    width: 25px;
    margin-top: -1px
}

.pxl-anchor-button .pxl-icon-line.pxl-icon-line3 {
    width: 16px;
    bottom: 0
}

.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line1:before,
.pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line1:before {
    -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: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1)460ms, opacity .8s cubic-bezier(.215, .61, .355, 1)460ms
}

.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line1:after,
.pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line1:after {
    -webkit-transform: translate3d(36px, 0, 0);
    -khtml-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)0s, opacity .6s cubic-bezier(.165, .84, .44, 1)0s
}

.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line2:before,
.pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line2:before {
    -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: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1)620ms, opacity .8s cubic-bezier(.215, .61, .355, 1)620ms
}

.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line2:after,
.pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line2:after {
    -webkit-transform: translate3d(36px, 0, 0);
    -khtml-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)160ms, opacity .6s cubic-bezier(.165, .84, .44, 1)160ms
}

.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line3:before,
.pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line3:before {
    -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: 1;
    -webkit-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -khtml-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -moz-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -ms-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    -o-transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1)780ms, opacity .8s cubic-bezier(.215, .61, .355, 1)780ms
}

.pxl-anchor-button:hover .pxl-icon-line.pxl-icon-line3:after,
.pxl-popup-button1:hover .pxl-icon-line.pxl-icon-line3:after {
    -webkit-transform: translate3d(36px, 0, 0);
    -khtml-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0);
    opacity: 0;
    -webkit-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -khtml-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -ms-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    -o-transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms;
    transition: transform .6s cubic-bezier(.165, .84, .44, 1)320ms, opacity .6s cubic-bezier(.165, .84, .44, 1)320ms
}

.admin-bar {}

.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
.admin-bar #pxl-search-popup,
.admin-bar #pxl-hidden-panel-popup {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
    .admin-bar #pxl-search-popup,
    .admin-bar #pxl-hidden-panel-popup {
        top: 46px
    }
}

@media screen and (max-width:600px) {
    .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed,
    .admin-bar #pxl-search-popup,
    .admin-bar #pxl-hidden-panel-popup {
        top: 0
    }
}

.admin-bar .pxl-header-menu {
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .pxl-header-menu {
        top: 46px
    }
}

.pxl-popup-button1 {
    width: 74px;
    height: 75px;
    background-color: #000;
    position: relative;
    cursor: pointer
}

.pxl-popup-button1 .pxl-anchor-button .pxl-icon-line::before,
.pxl-popup-button1 .pxl-anchor-button .pxl-icon-line::after {
    background-color: #fff
}

#pxl-popup-elementor {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

@media screen and (max-width:1199px) {
    #pxl-popup-elementor {
        display: none
    }
}

#pxl-popup-elementor .pxl-item--overlay {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#pxl-popup-elementor .pxl-item--overlay .pxl-item--flip {
    width: 20%;
    height: 100%;
    position: relative;
    overflow: hidden
}

#pxl-popup-elementor .pxl-item--overlay .pxl-item--flip:before {
    width: 101%;
    background-color: #000;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transform: scaleX(0);
    transform-origin: left center
}

#pxl-popup-elementor .pxl-close {
    width: 54px;
    height: 54px;
    background: #222;
    border-width: 20px;
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 99;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    transform: scale(0)rotate(360deg)
}

#pxl-popup-elementor .pxl-close:before,
#pxl-popup-elementor .pxl-close:after {
    background-color: #fff
}

#pxl-popup-elementor .pxl-item--conent {
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transform: translateY(40px);
    opacity: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

#pxl-popup-elementor.active {
    visibility: visible;
    opacity: 1
}

#pxl-popup-elementor.active .pxl-item--overlay .pxl-item--flip:before {
    transform: scaleX(1);
    -webkit-transition-delay: .125s;
    transition-delay: .125s
}

#pxl-popup-elementor.active .pxl-item--conent {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .325s;
    transition-delay: .325s
}

#pxl-popup-elementor.active .pxl-close {
    opacity: 1;
    transform: scale(1)rotate(0);
    -webkit-transition-delay: .325s;
    transition-delay: .325s
}

#pxl-popup-elementor.deactivation {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

#pxl-popup-elementor.deactivation .pxl-item--flip:before {
    -webkit-transition-delay: .325s;
    transition-delay: .325s
}

#pxl-popup-elementor .elementor>.elementor-section {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important
}

@-moz-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-ms-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@-webkit-keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

@keyframes PXL_Header_SlideDown {
    0% {
        margin-top: -150px
    }
    100% {
        margin-top: 0
    }
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.pxl---post {}

.pxl---post .pxl-item--image {
    margin-bottom: 33px
}

.pxl---post .pxl-item--image a {
    display: block;
    width: 100%
}

.pxl---post .pxl-item--title {
    font-size: 30px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .pxl---post .pxl-item--title {
        font-size: 24px
    }
}

.pxl---post .pxl-item--title a {
    color: inherit;
    box-shadow: 0 -1px white inset, 0 -2px #000 inset
}

.pxl---post .pxl-item--title a:hover {
    color: rgba(0, 0, 0, .67);
    box-shadow: none
}

.pxl---post .pxl-item--excerpt {
    margin-bottom: 22px
}

.pxl---post .pxl-item--meta {
    font-size: 16px;
    margin-bottom: 10px
}

.pxl---post .pxl-item--meta .pxl-item--date {
    font-weight: 700;
    color: #0a1316
}

.pxl---post .pxl-item--meta .pxl-item--author a,
.pxl---post .pxl-item--meta .pxl-item--category a {
    text-transform: capitalize;
    color: inherit
}

.pxl---post.product .pxl-item--meta {
    display: none !important
}

@media screen and (min-width:1200px) {
    #pxl-main .pxl-has-sidebar.pxl-sidebar-right #pxl-content-main {
        margin-right: 20px
    }
    #pxl-main .pxl-has-sidebar.pxl-sidebar-left #pxl-content-main {
        margin-left: 20px
    }
    body.rtl #pxl-main .pxl-has-sidebar.pxl-sidebar-right #pxl-content-main {
        margin-left: 20px
    }
    body.rtl #pxl-main .pxl-has-sidebar.pxl-sidebar-left #pxl-content-main {
        margin-right: 20px
    }
}

.pxl-item--archive {}

.pxl-item--archive .pxl-post--meta {
    justify-content: center;
    font-size: 14px;
    color: #666;
    font-weight: 500
}

.pxl-item--archive .pxl-post--meta a {
    font-weight: inherit;
    color: inherit
}

.pxl-item--archive .pxl-post--meta i {
    color: var(--primary-color);
    font-size: 18px;
    display: inline-flex
}

.pxl-item--archive .pxl-post--meta>div {
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .pxl-item--archive .pxl-post--meta>div {
        padding: 0 8px
    }
}

.pxl-item--archive.pxl-item--standard {
    margin-bottom: 50px;
    -webkit-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -khtml-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -moz-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -ms-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -o-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    padding: 30px
}

@media screen and (max-width:767px) {
    .pxl-item--archive.pxl-item--standard {
        padding: 22px
    }
}

.single-post .single-heading {
    font-size: 30px
}

@media screen and (max-width:767px) {
    .single-post .single-heading {
        font-size: 22px
    }
}

.single-post .pxl---post .pxl-item--holder {
    padding: 35px 40px
}

@media screen and (max-width:767px) {
    .single-post .pxl---post .pxl-item--holder {
        padding: 25px 22px 30px
    }
}

.single-post .pxl-item--image {
    margin: -1px -1px 0;
    position: relative
}

.single-post .pxl-item--content {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 53px
}

.single-post .pxl-item--content p {
    margin-bottom: 20px
}

.single-post .pxl-item--content p:last-child {
    margin-bottom: 0
}

.single-post .pxl-item--meta {
    margin-bottom: 12px
}

.single-post #pxl-content-main {
    border: 1px solid #e5e5e5
}

.pxl--post-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    width: 100%;
    position: relative
}

@media screen and (max-width:767px) {
    .pxl--post-footer {
        padding-left: 22px;
        padding-right: 22px
    }
}

.pxl--post-footer:before {
    content: '';
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px
}

@media screen and (max-width:767px) {
    .pxl--post-footer:before {
        left: 22px;
        right: 22px
    }
}

.pxl--post-footer>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px
}

.pxl--post-footer label {
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 700;
    margin-right: 18px
}

.pxl--post-footer .pxl--tags {
    margin-right: 30px;
    flex-grow: 1
}

.pxl--post-footer .pxl--tags a {
    line-height: 30px;
    display: inline-block;
    padding: 0 19px;
    background-color: #f0f0f0;
    color: var(--secondary-color);
    font-size: 14px;
    margin: 5px 5px 5px 0;
    position: relative;
    z-index: 1
}

.pxl--post-footer .pxl--tags a:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.pxl--post-footer .pxl--social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 32px;
    -khtml-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    margin-right: 5px;
    font-size: 15px;
    opacity: .85
}

.pxl--post-footer .pxl--social a.fb-social {
    background-color: #1877f2
}

.pxl--post-footer .pxl--social a.tw-social {
    background-color: #1da1f2
}

.pxl--post-footer .pxl--social a.pin-social {
    background-color: #bd081c
}

.pxl--post-footer .pxl--social a.lin-social {
    background-color: #0a66c2
}

.pxl--post-footer .pxl--social a:hover {
    opacity: 1
}

.pxl-pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.pxl-pagination-wrap .page-numbers {
    width: 48px;
    height: 48px;
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.pxl-pagination-wrap .page-numbers.current,
.pxl-pagination-wrap .page-numbers:hover {
    background-color: var(--primary-color)
}

.pxl-pagination-wrap .page-numbers i {
    font-size: 12px
}

.pxl-pagination-wrap .pxl-pagination-links {
    border: 1px solid var(--primary-color);
    display: inline-flex;
    margin-top: 20px
}

.pxl-post--navigation {
    padding: 32px 40px 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

@media screen and (max-width:767px) {
    .pxl-post--navigation {
        padding: 22px 22px 30px
    }
}

.pxl-post--navigation:before {
    content: '';
    background-color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px
}

@media screen and (max-width:767px) {
    .pxl-post--navigation:before {
        left: 22px;
        right: 22px
    }
}

.pxl-post--navigation .pxl--items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px
}

.pxl-post--navigation .pxl--items .pxl--item {
    width: 50%;
    padding: 0 30px
}

@media screen and (max-width:575px) {
    .pxl-post--navigation .pxl--items .pxl--item {
        width: 100%
    }
    .pxl-post--navigation .pxl--items .pxl--item+.pxl--item {
        margin-top: 30px
    }
}

.pxl-post--navigation .pxl--label {
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    display: inline-block
}

.pxl-post--navigation .pxl--label span {
    position: relative
}

.pxl-post--navigation .pxl--label span:before {
    content: '';
    width: 0;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    height: 1px;
    background-color: rgba(0, 0, 0, .67);
    position: absolute;
    bottom: 0;
    left: 0
}

.pxl-post--navigation .pxl--label:hover span:before {
    width: 100%
}

.pxl-post--navigation .pxl--label i {
    font-size: 10px
}

.pxl-post--navigation .pxl--img {
    width: 60px;
    min-width: 60px;
    position: relative
}

.pxl-post--navigation .pxl--img a {
    display: block
}

.pxl-post--navigation .pxl--img a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    opacity: 0
}

.pxl-post--navigation .pxl--img a:after {
    content: '+';
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    opacity: 0
}

.pxl-post--navigation .pxl--img:hover a:before {
    opacity: .76
}

.pxl-post--navigation .pxl--img:hover a:after {
    opacity: 1
}

.pxl-post--navigation .pxl--meta {
    max-width: 260px
}

.pxl-post--navigation .pxl--meta a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4375;
    color: #010101;
    display: block
}

.pxl-post--navigation .pxl--meta a:hover {
    color: rgba(34, 53, 67, .85)
}

.pxl-post--navigation .pxl--holder {
    margin-top: 14px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.pxl-post--navigation .pxl--item-prev .pxl--label i {
    margin-right: 4px
}

.pxl-post--navigation .pxl--item-prev .pxl--img {
    margin-right: 22px
}

.pxl-post--navigation .pxl--item-next {
    text-align: right
}

.pxl-post--navigation .pxl--item-next .pxl--label i {
    margin-left: 4px
}

.pxl-post--navigation .pxl--item-next .pxl--img {
    margin-left: 22px
}

.pxl-post--navigation .pxl--item-next .pxl--holder {
    justify-content: flex-end
}

.pxl-custom-swiper {
    overflow: hidden;
    position: relative
}

.pxl-post-gallery-slider .pxl-custom-swiper {
    border-radius: 8px 8px 0 0
}

.pxl-post-gallery-slider .pxl-custom-swiper img {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
    right: 26px
}

.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    left: 26px
}

.page-template-default .pxl-sidebar-sticky {
    border: 2px solid #efefef;
    padding: 57px 40px 70px
}

@media screen and (max-width:767px) {
    .page-template-default .pxl-sidebar-sticky {
        padding: 50px 30px
    }
}

.error404 .pxl-error-inner {
    text-align: center
}

.error404 .pxl-error-title {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 48px
}

@media screen and (max-width:767px) {
    .error404 .pxl-error-title {
        font-size: 36px
    }
}

.error404 .pxl-error-description {
    font-size: 17px;
    margin-bottom: 48px
}

.error404 .pxl-error-image {
    margin-top: -240px
}

@media screen and (max-width:1199px) {
    .error404 .pxl-error-image {
        margin-top: -80px
    }
}

@media screen and (max-width:767px) {
    .error404 .pxl-error-image {
        margin-top: 60px
    }
}

.error404 .pxl-error-holder {
    position: relative;
    z-index: 99
}

.page-links {
    margin-top: 24px;
    clear: left
}

.page-links .post-page-numbers {
    width: 36px;
    height: 36px;
    background-color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 15px 0 0;
    color: #080808;
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.page-links .post-page-numbers.current,
.page-links .post-page-numbers:hover {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.pxl-list--check {
    margin: 40px 0;
    list-style: none
}

.pxl-list--check i {
    color: var(--primary-color);
    margin-right: 8px
}

.pxl-list--check li {
    display: flex
}

.pxl-list--check li+li {
    margin-top: 8px
}

body.rtl .pxl-list--check i {
    margin-right: 0;
    margin-left: 8px
}

@media screen and (min-width:1200px) {
    .pxl-sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 40px
    }
    .admin-bar .pxl-sidebar-sticky {
        top: 72px
    }
}

.pxl-sidebar-area .widget {
    margin-bottom: 40px;
    padding: 37px 35px 40px;
    background-color: #f9f7ef
}

@media screen and (max-width:767px) {
    .pxl-sidebar-area .widget {
        padding: 30px 22px
    }
}

.pxl-sidebar-area .widget:last-child {
    margin-bottom: 0
}

.widget-title,
.comment-reply-title,
.comments-title {
    font-size: 22px;
    margin-bottom: 27px
}

.comment-reply-title {
    margin-bottom: 0
}

.widget_search .searchform-wrap {
    position: relative
}

.widget_search .search-submit {
    height: 50px;
    width: 50px;
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    color: #222;
    line-height: 50px;
    z-index: 1
}

.widget_search .search-submit:before,
.widget_search .search-submit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.widget_search .search-submit:before {
    border: 1px solid #ececf0;
    z-index: -2
}

.widget_search .search-submit:after {
    z-index: -1;
    background-color: var(--primary-color);
    opacity: 0
}

.widget_search .search-field {
    border-color: #ececf0;
    color: #222;
    padding-left: 24px
}

.widget_search .search-field:focus+.search-submit {
    color: #fff
}

.widget_search .search-field:focus+.search-submit:before {
    opacity: 0
}

.widget_search .search-field:focus+.search-submit:after {
    opacity: 1
}

.widget_product_categories ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_meta ul,
.widget_recent_entries ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.widget_product_categories ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_recent_entries ul li {
    margin-bottom: 15px
}

.widget_product_categories ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a {
    background-color: #fff;
    color: #586563;
    display: block;
    padding: 12px 22px;
    position: relative
}

@media screen and (max-width:1199px) {
    .widget_product_categories ul li a,
    .widget_categories ul li a,
    .widget_nav_menu ul li a,
    .widget_pages ul li a,
    .widget_archive ul li a,
    .widget_meta ul li a,
    .widget_recent_entries ul li a {
        font-size: 16px
    }
}

.widget_product_categories ul li a:after,
.widget_categories ul li a:after,
.widget_nav_menu ul li a:after,
.widget_pages ul li a:after,
.widget_archive ul li a:after,
.widget_meta ul li a:after,
.widget_recent_entries ul li a:after {
    content: "\f142";
    font-family: caseicon;
    position: absolute;
    top: 50%;
    right: 20px;
    color: var(--primary-color);
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 16px
}

.widget_product_categories ul li a.pxl-rm-arrow:after,
.widget_categories ul li a.pxl-rm-arrow:after,
.widget_nav_menu ul li a.pxl-rm-arrow:after,
.widget_pages ul li a.pxl-rm-arrow:after,
.widget_archive ul li a.pxl-rm-arrow:after,
.widget_meta ul li a.pxl-rm-arrow:after,
.widget_recent_entries ul li a.pxl-rm-arrow:after {
    display: none
}

.widget_product_categories ul li .pxl-count,
.widget_categories ul li .pxl-count,
.widget_nav_menu ul li .pxl-count,
.widget_pages ul li .pxl-count,
.widget_archive ul li .pxl-count,
.widget_meta ul li .pxl-count,
.widget_recent_entries ul li .pxl-count {
    position: absolute;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #000;
    background-color: #f9f7ef;
    font-size: 14px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    font-weight: 500
}

.widget_product_categories ul li.current-menu-item>a,
.widget_categories ul li.current-menu-item>a,
.widget_nav_menu ul li.current-menu-item>a,
.widget_pages ul li.current-menu-item>a,
.widget_archive ul li.current-menu-item>a,
.widget_meta ul li.current-menu-item>a,
.widget_recent_entries ul li.current-menu-item>a,
.widget_product_categories ul li.current-cat>a,
.widget_categories ul li.current-cat>a,
.widget_nav_menu ul li.current-cat>a,
.widget_pages ul li.current-cat>a,
.widget_archive ul li.current-cat>a,
.widget_meta ul li.current-cat>a,
.widget_recent_entries ul li.current-cat>a,
.widget_product_categories ul li.current-cat-parent>a,
.widget_categories ul li.current-cat-parent>a,
.widget_nav_menu ul li.current-cat-parent>a,
.widget_pages ul li.current-cat-parent>a,
.widget_archive ul li.current-cat-parent>a,
.widget_meta ul li.current-cat-parent>a,
.widget_recent_entries ul li.current-cat-parent>a,
.widget_product_categories ul li>a:hover,
.widget_categories ul li>a:hover,
.widget_nav_menu ul li>a:hover,
.widget_pages ul li>a:hover,
.widget_archive ul li>a:hover,
.widget_meta ul li>a:hover,
.widget_recent_entries ul li>a:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.widget_product_categories ul li.current-menu-item>a .pxl-count,
.widget_categories ul li.current-menu-item>a .pxl-count,
.widget_nav_menu ul li.current-menu-item>a .pxl-count,
.widget_pages ul li.current-menu-item>a .pxl-count,
.widget_archive ul li.current-menu-item>a .pxl-count,
.widget_meta ul li.current-menu-item>a .pxl-count,
.widget_recent_entries ul li.current-menu-item>a .pxl-count,
.widget_product_categories ul li.current-cat>a .pxl-count,
.widget_categories ul li.current-cat>a .pxl-count,
.widget_nav_menu ul li.current-cat>a .pxl-count,
.widget_pages ul li.current-cat>a .pxl-count,
.widget_archive ul li.current-cat>a .pxl-count,
.widget_meta ul li.current-cat>a .pxl-count,
.widget_recent_entries ul li.current-cat>a .pxl-count,
.widget_product_categories ul li.current-cat-parent>a .pxl-count,
.widget_categories ul li.current-cat-parent>a .pxl-count,
.widget_nav_menu ul li.current-cat-parent>a .pxl-count,
.widget_pages ul li.current-cat-parent>a .pxl-count,
.widget_archive ul li.current-cat-parent>a .pxl-count,
.widget_meta ul li.current-cat-parent>a .pxl-count,
.widget_recent_entries ul li.current-cat-parent>a .pxl-count,
.widget_product_categories ul li>a:hover .pxl-count,
.widget_categories ul li>a:hover .pxl-count,
.widget_nav_menu ul li>a:hover .pxl-count,
.widget_pages ul li>a:hover .pxl-count,
.widget_archive ul li>a:hover .pxl-count,
.widget_meta ul li>a:hover .pxl-count,
.widget_recent_entries ul li>a:hover .pxl-count {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.widget_product_categories ul li .sub-menu,
.widget_categories ul li .sub-menu,
.widget_nav_menu ul li .sub-menu,
.widget_pages ul li .sub-menu,
.widget_archive ul li .sub-menu,
.widget_meta ul li .sub-menu,
.widget_recent_entries ul li .sub-menu,
.widget_product_categories ul li .children,
.widget_categories ul li .children,
.widget_nav_menu ul li .children,
.widget_pages ul li .children,
.widget_archive ul li .children,
.widget_meta ul li .children,
.widget_recent_entries ul li .children {
    margin-top: 15px
}

.widget_product_categories ul li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>a {
    padding-left: 22px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 26px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 30px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 34px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 38px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 42px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 47px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 51px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 55px
}

.widget_product_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_categories ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_nav_menu ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_pages ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_archive ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_meta ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a,
.widget_recent_entries ul li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>.sub-menu>li>a {
    padding-left: 59px
}

.widget_product_categories ul>li:last-child,
.widget_categories ul>li:last-child,
.widget_nav_menu ul>li:last-child,
.widget_pages ul>li:last-child,
.widget_archive ul>li:last-child,
.widget_meta ul>li:last-child,
.widget_recent_entries ul>li:last-child {
    margin-bottom: 0
}

.widget_product_categories .widget-content>ul>li:last-child>a,
.widget_categories .widget-content>ul>li:last-child>a,
.widget_nav_menu .widget-content>ul>li:last-child>a,
.widget_pages .widget-content>ul>li:last-child>a,
.widget_archive .widget-content>ul>li:last-child>a,
.widget_meta .widget-content>ul>li:last-child>a,
.widget_recent_entries .widget-content>ul>li:last-child>a {
    border-bottom: none
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.widget_tag_cloud a {
    font-size: 14px !important;
    color: #080808;
    padding: 0 14px;
    line-height: 25px;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    background-color: #fff;
    border: none
}

.widget_tag_cloud a:hover {
    color: #fff;
    background-color: var(--secondary-color)
}

.widget_tag_cloud a:hover:before {
    opacity: 0
}

.widget_tag_cloud a:hover:after {
    opacity: 1
}

.widget_pxl_recent_posts .pxl-item--img {
    width: 80px;
    min-width: 80px
}

.widget_pxl_recent_posts .pxl-item--title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4375;
    margin-bottom: 0
}

.widget_pxl_recent_posts .pxl-item--title a {
    color: inherit
}

.widget_pxl_recent_posts .pxl-item--title a:hover {
    color: rgba(34, 53, 67, .85)
}

.widget_pxl_recent_posts .pxl-item--date {
    font-size: 14px;
    color: #6f7183;
    margin-top: -3px;
    margin-bottom: 4px
}

.widget_pxl_recent_posts .pxl--item {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e0ded7;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.widget_pxl_recent_posts .pxl--item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.gallery {
    margin: -10px -5px 0 !important;
    display: flex;
    flex-wrap: wrap
}

.gallery .gallery-item {
    padding: 0 5px !important;
    margin: 24px 0 0 !important
}

.gallery .gallery-item img {
    border: none !important
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.33% !important
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20% !important
}

#pxl-content-main .gallery {
    margin: -5px -12px 38px !important
}

#pxl-content-main .gallery .gallery-item {
    padding: 0 12px !important;
    margin: 24px 0 0 !important
}

.widget_media_gallery .gallery,
.elementor-widget-wp-widget-media_gallery .gallery,
.elementor-widget-image-gallery .gallery {
    margin: -10px -5px 0
}

.widget_media_gallery .gallery .gallery-item,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item,
.elementor-widget-image-gallery .gallery .gallery-item {
    padding: 0 5px;
    margin-top: 10px !important;
    margin-bottom: 0
}

.widget_media_gallery .gallery .gallery-item img,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item img,
.elementor-widget-image-gallery .gallery .gallery-item img {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: none !important
}

.widget_media_gallery .gallery .gallery-item a,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a,
.elementor-widget-image-gallery .gallery .gallery-item a {
    display: block;
    position: relative
}

.widget_media_gallery .gallery .gallery-item a:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before,
.elementor-widget-image-gallery .gallery .gallery-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .67);
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0;
    z-index: 1
}

.widget_media_gallery .gallery .gallery-item a:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after,
.elementor-widget-image-gallery .gallery .gallery-item a:after {
    content: "\f12c";
    font-size: 14px;
    font-family: caseicon;
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0
}

.widget_media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:before,
.widget_media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after,
.elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
    opacity: 1
}

.elementor-lightbox .swiper-container .elementor-lightbox-image {
    width: auto;
    height: auto
}

.elementor-lightbox .swiper-container .swiper-slide {
    background-color: initial
}

.pxl-gallery {
    margin: -8px -15px 50px;
    display: flex;
    flex-wrap: wrap
}

.pxl-gallery img {
    width: 100%
}

.pxl-gallery .pxl--item {
    padding: 30px 15px 0
}

.pxl-gallery .pxl--item-inner {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

.pxl-gallery .pxl--item-inner.video-active:before {
    background-color: rgba(27, 27, 27, .5)
}

.pxl-gallery .pxl--item-inner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99
}

.pxl-gallery.gallery-2-columns .pxl--item {
    width: 50%
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-2-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.gallery-3-columns .pxl--item {
    width: 33.33%
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-3-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.gallery-4-columns .pxl--item {
    width: 25%
}

@media screen and (max-width:767px) {
    .pxl-gallery.gallery-4-columns .pxl--item {
        width: 50%
    }
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-4-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.gallery-5-columns .pxl--item {
    width: 20%
}

@media screen and (max-width:767px) {
    .pxl-gallery.gallery-5-columns .pxl--item {
        width: 50%
    }
}

@media screen and (max-width:575px) {
    .pxl-gallery.gallery-5-columns .pxl--item {
        width: 100%
    }
}

.pxl-gallery.masonry-style1 .pxl--item-inner {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.calendar_wrap caption {
    margin-bottom: 10px
}

.widget_recent_comments ul,
.widget_recent_comments ol {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 700
}

.widget_recent_comments ul a,
.widget_recent_comments ol a {
    color: inherit
}

.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:hover {
    color: var(--primary-color)
}

.widget_recent_comments ul li+li,
.widget_recent_comments ol li+li {
    margin-top: 18px
}

.widget_rss .rss-widget-title {
    color: inherit
}

.widget_rss ul,
.widget_rss ol {
    margin: 0;
    list-style: none
}

.widget_rss .rsswidget {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 700
}

.widget_rss .rss-date {
    font-size: 14px;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px
}

.widget_rss li+li {
    margin-top: 34px
}

.widget_rss cite {
    display: block;
    margin-top: 4px;
    color: var(--primary-color)
}

.widget_block ul,
.widget_block ol {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2 {
    font-size: 22px;
    margin-bottom: 27px;
    position: relative;
    color: #080808;
    font-weight: 700;
    display: block
}

.widget_block .wp-block-latest-posts__list,
.widget_block .wp-block-latest-comments {
    font-size: 16px;
    line-height: 24px;
    color: #080808;
    font-weight: 600
}

.widget_block .wp-block-latest-posts__list a,
.widget_block .wp-block-latest-comments a {
    color: inherit
}

.widget_block .wp-block-latest-posts__list a:hover,
.widget_block .wp-block-latest-comments a:hover {
    color: var(--primary-color)
}

.widget_block .wp-block-latest-posts__list li+li,
.widget_block .wp-block-latest-comments li+li {
    margin-top: 18px
}

.widget_block .wp-block-latest-comments {
    color: #666
}

.widget_block .wp-block-latest-comments a {
    color: #080808
}

.widget_block .wp-block-latest-comments a:hover {
    color: var(--primary-color)
}

.widget_block.widget_search .wp-block-search__inside-wrapper {
    position: relative
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    height: 50px;
    width: 50px;
    background: 0 0;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    position: absolute;
    color: #222;
    line-height: 50px;
    z-index: 1;
    font-size: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #ececf0
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
    content: "\f12c";
    font-family: caseicon;
    font-size: 14px;
    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%)
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff
}

.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
    border-color: #ececf0;
    color: #222;
    padding-left: 24px
}

.widget_archive .nice-select ul.list {
    max-width: 320px
}

.wp-calendar-table {
    background-color: #fff
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-o-placeholder,
textarea::-o-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input::-ms-placeholder,
textarea::-ms-placeholder {
    color: inherit;
    opacity: 1;
    text-overflow: ellipsis
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select,
.pxl-select-higthlight,
.nice-select {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #888;
    padding: 6px 22px;
    line-height: 1.73;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    outline: none;
    font-family: inherit
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus,
.pxl-select-higthlight:focus,
.nice-select:focus {
    outline: 0;
    border-color: var(--primary-color);
    color: #383838
}

input[type=range] {
    padding: 0;
    background-color: initial;
    height: auto;
    border: none
}

select {
    height: 50px
}

textarea {
    padding-top: 18px;
    padding-bottom: 18px;
    height: 150px;
    margin: 0
}

.comments-area .comment-list-wrap {
    padding: 40px 40px 0
}

@media screen and (max-width:767px) {
    .comments-area .comment-list-wrap {
        padding: 30px 22px 0
    }
}

.comments-area .comment-respond .logged-in-as {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px
}

.comments-area .comment-respond .logged-in-as a {
    color: inherit
}

.comments-area .comment-respond .logged-in-as a:hover {
    color: var(--primary-color)
}

.comments-area .comment-respond .logged-in-as a:nth-child(2) {
    font-weight: 700;
    text-decoration: underline
}

.comments-area .no-comments {
    display: none
}

.comment-title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px
}

.comment-title a {
    color: inherit
}

.comment-title a:hover {
    color: inherit
}

.comment-list {
    padding: 0;
    list-style: none;
    max-width: 800px
}

.comment-list li .children {
    padding-left: 120px
}

@media screen and (max-width:767px) {
    .comment-list li .children {
        padding-left: 78px
    }
}

@media screen and (max-width:575px) {
    .comment-list li .children {
        padding-left: 0
    }
}

.comment-list li .children li {
    list-style: none;
    margin-top: 35px
}

.comment-list li .comment-respond {
    margin-top: 35px;
    margin-bottom: 50px;
    margin-left: 130px
}

@media screen and (max-width:767px) {
    .comment-list li .comment-respond {
        margin-left: 78px;
        margin-top: 0
    }
}

@media screen and (max-width:575px) {
    .comment-list li .comment-respond {
        margin-left: 0;
        margin-top: 20px
    }
}

.comment-list>li {
    margin-bottom: 35px
}

.comment-list>li:last-child {
    margin-bottom: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children {
    padding-left: 0
}

.comment-list>li>.children>li>.children>li>.children>li>.children .children {
    padding-left: 0
}

@media screen and (max-width:767px) {
    .comment-list>li {
        padding-bottom: 30px;
        border-bottom: 1px solid #e2e2e2
    }
}

.comment-list #respond {
    padding: 0
}

.comment-date {
    font-size: 14px;
    color: ;
    border-bottom: 1px solid #000100;
    margin-bottom: 24px;
    line-height: normal;
    display: inline-block;
    -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
}

.comment-content {
    position: relative;
    flex-grow: 1;
    padding: 14px 22px;
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1)
}

@media screen and (max-width:767px) {
    .comment-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:575px) {
    .comment-content {
        padding-top: 70px
    }
}

.comment-content a {
    word-wrap: break-word
}

.comment-content .comment-text {
    color: inherit;
    font-size: 16px;
    line-height: 1.6875
}

.comment-content .comment-text p:last-child {
    margin-bottom: 0
}

.comment-content .comment-text ol,
.comment-content .comment-text ul {
    margin-bottom: 32px
}

.comment-content .comment-text ol ul,
.comment-content .comment-text ul ul,
.comment-content .comment-text ol ol,
.comment-content .comment-text ul ol {
    margin-bottom: 0
}

.comment-content .comment-text ul li {
    list-style: outside
}

.comment-content .comment-text img {
    margin: 6px 0
}

.comment-reply {
    position: absolute;
    top: 20px;
    right: 23px
}

@media screen and (max-width:575px) {
    .comment-reply {
        position: static;
        margin-top: 22px
    }
}

.comment-reply a {
    line-height: 34px;
    display: inline-block;
    padding: 0 15px 0 17px;
    font-size: 14px;
    color: #fff;
    background-color: var(--secondary-color);
    position: relative;
    font-weight: 500;
    z-index: 1
}

.comment-reply a i {
    margin-left: 5px;
    font-size: 9px
}

.comment-reply a:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.comment-reply a:hover:before {
    opacity: 1
}

.comment-holder {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px
}

.comment-holder .comment-meta {
    flex-grow: 1;
    margin-right: 30px
}

@media screen and (max-width:575px) {
    .comment-holder {
        display: block;
        margin-top: 0;
        margin-bottom: 14px
    }
    .comment-holder .comment-meta {
        margin-right: 0
    }
}

.single-post .comment-form input[type=text],
.single-post .comment-form textarea {
    background-color: #f9f7ef;
    border: none;
    font-size: 16px;
    color: #7a7a7a;
    padding-left: 22px;
    padding-right: 22px;
    height: 55px
}

.single-post .comment-form input[type=text]:hover,
.single-post .comment-form textarea:hover,
.single-post .comment-form input[type=text]:focus,
.single-post .comment-form textarea:focus {
    color: #555
}

.single-post .comment-form textarea {
    height: 170px
}

.single-post .comment-form .row>div {
    margin-top: 30px
}

.single-post .comment-form .form-submit {
    margin-top: 33px;
    margin-bottom: 0
}

.single-post .comment-form .comment-form-comment {
    display: flex;
    flex-wrap: wrap
}

.comment-inner {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:575px) {
    .comment-inner {
        display: block
    }
}

.comment-inner img.avatar {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 18px;
    float: left;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

@media screen and (max-width:767px) {
    .comment-inner img.avatar {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-right: 18px
    }
}

@media screen and (max-width:575px) {
    .comment-inner img.avatar {
        float: none;
        margin: 0 auto;
        width: 92px;
        height: 92px;
        min-width: 92px;
        margin-bottom: -45px;
        position: relative;
        z-index: 99;
        opacity: 1
    }
}

.comment-form-cookies-consent {
    font-size: 15px;
    line-height: 1.73;
    padding-left: 32px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 28px;
    color: #1b1b1b
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label:before,
.comment-form-cookies-consent label:after {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    top: 3px;
    cursor: pointer
}

.comment-form-cookies-consent label {
    cursor: pointer
}

.comment-form-cookies-consent label:before {
    content: '';
    z-index: 1;
    background-color: #f9f7ef
}

.comment-form-cookies-consent label:after {
    content: '\f112';
    font-family: caseicon;
    font-weight: 400;
    z-index: 2;
    font-size: 10px;
    color: #000;
    opacity: 0;
    line-height: 12px;
    text-align: center;
    top: 8px
}

.comment-form-cookies-consent input {
    z-index: 99;
    opacity: 0
}

.comment-form-cookies-consent input:checked+label:after {
    opacity: 1
}

#respond {
    padding: 10px 40px 55px
}

@media screen and (max-width:767px) {
    #respond {
        padding: 10px 22px 35px
    }
}

.pxl-select {
    width: 100%;
    position: relative
}

.pxl-select .pxl-select-hidden {
    display: none !important
}

.pxl-select .pxl-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 10px 0 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 99;
    font-size: 14px;
    color: #666;
    font-family: inherit;
    box-shadow: 0 3px 65px rgba(0, 0, 0, 8%);
    -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 .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    margin-top: 30px;
    visibility: hidden
}

.pxl-select .pxl-select-options li {
    padding: 9px 8px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    line-height: normal !important
}

.pxl-select .pxl-select-options li:hover {
    color: var(--primary-color)
}

.pxl-select .pxl-select-higthlight {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative
}

.pxl-select .pxl-select-higthlight:before {
    content: "\f150";
    font-family: Caseicon;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #737879;
    line-height: 28px;
    text-align: center;
    font-size: 10px;
    font-family: Caseicon;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-select .pxl-select-higthlight.active+.pxl-select-options {
    opacity: 1;
    margin-top: 10px;
    visibility: visible
}

.pxl-select .pxl-select-higthlight.active:before {
    transform: translate(0, -50%)scaleY(-1)
}

.nice-select {
    position: relative;
    padding-right: 44px;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.nice-select:before {
    content: "\f150";
    font-family: Caseicon;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    color: #737879;
    line-height: 28px;
    text-align: center;
    font-size: 10px;
    font-family: Caseicon;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.nice-select ul.list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 10px 0 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 99;
    font-size: 14px;
    color: #666;
    font-family: inherit;
    box-shadow: 0 3px 65px rgba(0, 0, 0, 8%);
    -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 .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    max-width: 270px
}

.nice-select ul.list li {
    padding: 9px 8px;
    cursor: pointer;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    line-height: normal !important
}

.nice-select ul.list li:hover {
    color: #101010
}

.nice-select.open:before {
    transform: translate(0, -50%)scaleY(-1)
}

.nice-select.open ul.list {
    opacity: 1;
    margin-top: 10px;
    visibility: visible
}

.comment-reply-title small {
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
    margin-left: 10px
}

.comment-reply-title small a {
    line-height: 36px;
    display: inline-block;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: var(--secondary-color);
    font-family: barlow, sans-serif
}

.comment-reply-title small a i {
    margin-left: 4px
}

.comment-reply-title small a:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.post-password-form {}

.post-password-form input[type=password] {
    margin-top: 6px
}

.post-password-form input[type=submit] {
    margin-top: 10px
}

.select2 .select2-selection--single {
    border: 1px solid #2d2d2d;
    height: 51px
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 51px
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(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%)
}

form .select2-container--default {
    width: 100% !important
}

form .select2-container--default .select2-selection {
    border: 1px solid #ececec;
    height: 50px;
    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
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 50px;
    padding-left: 22px;
    font-size: 15px;
    color: #888
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 10px;
    top: 50%;
    color: #5d5d60
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    color: #5d5d60
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: #5d5d60
}

.select2-container.select2-container--open {}

.select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px
}

.select2-container.select2-container--open .select2-results .select2-results__option {
    font-size: 15px
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: var(--primary-color)
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: var(--primary-color) !important
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: var(--secondary-color) !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important
}

body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current,
body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
    background-color: var(--primary-color) !important;
    -webkit-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important
}

body .xdsoft_datetimepicker {
    font-family: inherit;
    border: none;
    -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .12)
}

body .xdsoft_datetimepicker .xdsoft_calendar th {
    background-color: #f3f3f3;
    color: #444
}

body .xdsoft_datetimepicker .xdsoft_calendar td {
    border-color: #ebebeb;
    height: 30px;
    background-color: #f7f7f7
}

body .xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding: 0;
    text-align: center
}

body .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 230px
}

body .xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background-color: var(--primary-color);
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.search-no-results #pxl-main {
    min-height: calc(100vh - 308px)
}

.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
    max-width: 780px;
    margin: auto
}

.search-no-results .search-form .searchform-wrap {
    position: relative
}

.search-no-results .search-form .searchform-wrap .search-submit {
    padding: 0;
    background-color: initial;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.search-no-results .search-form .searchform-wrap .search-submit:hover {
    color: var(--primary-color)
}

body.rtl {
    direction: rtl;
    unicode-bidi: embed;
    text-align: right
}

body.rtl .rtl-icon {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

body.rtl .rtl-reverse {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl .pxl-icon-reverse {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

body.rtl .pxl-text-left {
    text-align: right
}

body.rtl .pxl-text-right {
    text-align: left
}

@media screen and (min-width:1200px) {
    body.rtl .pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
        margin-left: 0;
        margin-right: 8px
    }
    body.rtl .pxl-menu-primary .sub-menu,
    body.rtl .pxl-menu-primary .children {
        text-align: right
    }
    body.rtl .pxl-menu-primary li a span:before {
        left: auto;
        right: 0
    }
    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu),
    body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) {
        left: auto;
        right: 0;
        text-align: right
    }
    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.sub-menu,
    body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.sub-menu,
    body.rtl .pxl-menu-primary>li>.sub-menu:not(.pxl-mega-menu) li>.children,
    body.rtl .pxl-menu-primary>li>.children:not(.pxl-mega-menu) li>.children {
        left: auto;
        right: 100%;
        text-align: right
    }
    body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children>a::after {
        content: "\f136";
        right: auto;
        left: 0
    }
    body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary>li>a::before {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:1199px) {
    body.rtl #pxl-header-default #pxl-nav-mobile,
    body.rtl #pxl-header-elementor #pxl-nav-mobile {
        right: auto;
        left: 15px
    }
    body.rtl .pxl-header-menu {
        left: auto;
        right: 0;
        -webkit-transform: translateX(100%);
        -khtml-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
    body.rtl .pxl-header-menu.active {
        -webkit-transform: translateX(0%);
        -khtml-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%)
    }
    body.rtl .pxl-menu-toggle,
    body.rtl .pxl-menu-close,
    body.rtl .pxl-header-mobile-search .search-submit {
        right: auto;
        left: 0
    }
    body.rtl .pxl-menu-primary .sub-menu li a,
    body.rtl .pxl-menu-primary .children li a {
        padding-left: 0;
        padding-right: 14px
    }
    body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
        padding-left: 0;
        padding-right: 14px
    }
}

body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
    right: auto;
    left: 0;
    text-align: left
}

body.rtl .pxl---post .pxl-item--meta li {
    margin-right: 0;
    margin-left: 20px
}

body.rtl .pxl---post .pxl-item--meta li i {
    margin-right: 0;
    margin-left: 8px
}

body.rtl blockquote {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0
}

body.rtl blockquote:before {
    left: auto;
    right: 0
}

body.rtl .pxl--post-footer label {
    margin-right: 0;
    margin-left: 18px
}

body.rtl .pxl--post-footer .pxl--tags {
    margin-right: 0;
    margin-left: 30px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--img {
    margin-right: 0;
    margin-left: 22px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i {
    margin-right: 0;
    margin-left: 4px
}

body.rtl .pxl-post--navigation .pxl--item-prev .pxl--label i:before {
    content: "\f134"
}

body.rtl .pxl-post--navigation .pxl--item-next {
    text-align: left
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--img {
    margin-left: 0;
    margin-right: 22px
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i {
    margin-left: 0;
    margin-right: 4px
}

body.rtl .pxl-post--navigation .pxl--item-next .pxl--label i:before {
    content: "\f13a"
}

body.rtl .pxl---post .pxl-item--meta::before {
    right: 0;
    left: auto
}

body.rtl .comment-inner img.avatar {
    margin-right: 0;
    margin-left: 18px
}

body.rtl .comment-reply {
    right: auto;
    left: 23px
}

body.rtl .comment-reply a i {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 5px
}

body.rtl .comment-form-cookies-consent {
    padding-left: 0;
    padding-right: 32px
}

body.rtl .comment-form-cookies-consent input,
body.rtl .comment-form-cookies-consent label::before,
body.rtl .comment-form-cookies-consent label::after {
    left: auto;
    right: 0
}

body.rtl .comment-list li .comment-respond {
    margin-left: 0;
    margin-right: 130px
}

@media screen and (max-width:767px) {
    body.rtl .comment-list li .comment-respond {
        margin-left: 0;
        margin-right: 78px
    }
}

@media screen and (max-width:575px) {
    body.rtl .comment-list li .comment-respond {
        margin-right: 0
    }
}

body.rtl .comment-list li .children {
    padding-right: 120px;
    padding-left: 0
}

@media screen and (max-width:767px) {
    body.rtl .comment-list li .children {
        padding-right: 78px;
        padding-left: 0
    }
}

@media screen and (max-width:575px) {
    body.rtl .comment-list li .children {
        padding-right: 0
    }
}

body.rtl .comment-reply-title small {
    margin-left: 0;
    margin-right: 10px
}

body.rtl .pxl-pagination-wrap .page-numbers i {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

body.rtl .widget-title::before,
body.rtl .comment-reply-title::before,
body.rtl .comments-title::before {
    left: auto;
    right: 0
}

body.rtl .widget_product_categories ul li a:after,
body.rtl .widget_categories ul li a:after,
body.rtl .widget_nav_menu ul li a:after,
body.rtl .widget_pages ul li a:after,
body.rtl .widget_archive ul li a:after,
body.rtl .widget_meta ul li a:after,
body.rtl .widget_recent_entries ul li a:after {
    right: auto;
    left: 24px;
    transform: translate(0, -50%)scaleX(-1)
}

body.rtl .widget_search .search-submit {
    right: auto;
    left: 0
}

body.rtl .widget_pxl_recent_posts .pxl-item--img {
    margin-right: 0;
    margin-left: 12px
}

body.rtl .widget_pxl_recent_posts .pxl-item--date i,
body.rtl .widget_tag_cloud a {
    margin-right: 0;
    margin-left: 6px
}

.pxl-mr-3 {
    margin-right: 3px
}

.pxl-mr-4 {
    margin-right: 4px
}

.pxl-mr-5 {
    margin-right: 5px
}

.pxl-mr-6 {
    margin-right: 6px
}

.pxl-mr-7 {
    margin-right: 7px
}

.pxl-mr-8 {
    margin-right: 8px
}

.pxl-mr-9 {
    margin-right: 9px
}

.pxl-mr-10 {
    margin-right: 10px
}

.pxl-mr-11 {
    margin-right: 11px
}

.pxl-mr-12 {
    margin-right: 12px
}

.pxl-mr-13 {
    margin-right: 13px
}

.pxl-mr-14 {
    margin-right: 14px
}

.pxl-mr-15 {
    margin-right: 15px
}

.pxl-mr-16 {
    margin-right: 16px
}

.pxl-mr-17 {
    margin-right: 17px
}

.pxl-mr-18 {
    margin-right: 18px
}

.pxl-mr-19 {
    margin-right: 19px
}

.pxl-mr-20 {
    margin-right: 20px
}

.pxl-mr-21 {
    margin-right: 21px
}

.pxl-mr-22 {
    margin-right: 22px
}

.pxl-mr-23 {
    margin-right: 23px
}

.pxl-mr-24 {
    margin-right: 24px
}

.pxl-mr-25 {
    margin-right: 25px
}

.pxl-mr-26 {
    margin-right: 26px
}

.pxl-mr-27 {
    margin-right: 27px
}

.pxl-mr-28 {
    margin-right: 28px
}

.pxl-mr-29 {
    margin-right: 29px
}

.pxl-mr-30 {
    margin-right: 30px
}

.pxl-mr-31 {
    margin-right: 31px
}

.pxl-mr-32 {
    margin-right: 32px
}

.pxl-mr-33 {
    margin-right: 33px
}

.pxl-mr-34 {
    margin-right: 34px
}

.pxl-mr-35 {
    margin-right: 35px
}

.pxl-mr-36 {
    margin-right: 36px
}

.pxl-mr-37 {
    margin-right: 37px
}

.pxl-mr-38 {
    margin-right: 38px
}

.pxl-mr-39 {
    margin-right: 39px
}

.pxl-mr-40 {
    margin-right: 40px
}

.pxl-ml-3 {
    margin-left: 3px
}

.pxl-ml-4 {
    margin-left: 4px
}

.pxl-ml-5 {
    margin-left: 5px
}

.pxl-ml-6 {
    margin-left: 6px
}

.pxl-ml-7 {
    margin-left: 7px
}

.pxl-ml-8 {
    margin-left: 8px
}

.pxl-ml-9 {
    margin-left: 9px
}

.pxl-ml-10 {
    margin-left: 10px
}

.pxl-ml-11 {
    margin-left: 11px
}

.pxl-ml-12 {
    margin-left: 12px
}

.pxl-ml-13 {
    margin-left: 13px
}

.pxl-ml-14 {
    margin-left: 14px
}

.pxl-ml-15 {
    margin-left: 15px
}

.pxl-ml-16 {
    margin-left: 16px
}

.pxl-ml-17 {
    margin-left: 17px
}

.pxl-ml-18 {
    margin-left: 18px
}

.pxl-ml-19 {
    margin-left: 19px
}

.pxl-ml-20 {
    margin-left: 20px
}

.pxl-ml-21 {
    margin-left: 21px
}

.pxl-ml-22 {
    margin-left: 22px
}

.pxl-ml-23 {
    margin-left: 23px
}

.pxl-ml-24 {
    margin-left: 24px
}

.pxl-ml-25 {
    margin-left: 25px
}

.pxl-ml-26 {
    margin-left: 26px
}

.pxl-ml-27 {
    margin-left: 27px
}

.pxl-ml-28 {
    margin-left: 28px
}

.pxl-ml-29 {
    margin-left: 29px
}

.pxl-ml-30 {
    margin-left: 30px
}

.pxl-ml-31 {
    margin-left: 31px
}

.pxl-ml-32 {
    margin-left: 32px
}

.pxl-ml-33 {
    margin-left: 33px
}

.pxl-ml-34 {
    margin-left: 34px
}

.pxl-ml-35 {
    margin-left: 35px
}

.pxl-ml-36 {
    margin-left: 36px
}

.pxl-ml-37 {
    margin-left: 37px
}

.pxl-ml-38 {
    margin-left: 38px
}

.pxl-ml-39 {
    margin-left: 39px
}

.pxl-ml-40 {
    margin-left: 40px
}

.pxl-pr-3 {
    padding-right: 3px
}

.pxl-pr-4 {
    padding-right: 4px
}

.pxl-pr-5 {
    padding-right: 5px
}

.pxl-pr-6 {
    padding-right: 6px
}

.pxl-pr-7 {
    padding-right: 7px
}

.pxl-pr-8 {
    padding-right: 8px
}

.pxl-pr-9 {
    padding-right: 9px
}

.pxl-pr-10 {
    padding-right: 10px
}

.pxl-pr-11 {
    padding-right: 11px
}

.pxl-pr-12 {
    padding-right: 12px
}

.pxl-pr-13 {
    padding-right: 13px
}

.pxl-pr-14 {
    padding-right: 14px
}

.pxl-pr-15 {
    padding-right: 15px
}

.pxl-pr-16 {
    padding-right: 16px
}

.pxl-pr-17 {
    padding-right: 17px
}

.pxl-pr-18 {
    padding-right: 18px
}

.pxl-pr-19 {
    padding-right: 19px
}

.pxl-pr-20 {
    padding-right: 20px
}

.pxl-pr-21 {
    padding-right: 21px
}

.pxl-pr-22 {
    padding-right: 22px
}

.pxl-pr-23 {
    padding-right: 23px
}

.pxl-pr-24 {
    padding-right: 24px
}

.pxl-pr-25 {
    padding-right: 25px
}

.pxl-pr-26 {
    padding-right: 26px
}

.pxl-pr-27 {
    padding-right: 27px
}

.pxl-pr-28 {
    padding-right: 28px
}

.pxl-pr-29 {
    padding-right: 29px
}

.pxl-pr-30 {
    padding-right: 30px
}

.pxl-pr-31 {
    padding-right: 31px
}

.pxl-pr-32 {
    padding-right: 32px
}

.pxl-pr-33 {
    padding-right: 33px
}

.pxl-pr-34 {
    padding-right: 34px
}

.pxl-pr-35 {
    padding-right: 35px
}

.pxl-pr-36 {
    padding-right: 36px
}

.pxl-pr-37 {
    padding-right: 37px
}

.pxl-pr-38 {
    padding-right: 38px
}

.pxl-pr-39 {
    padding-right: 39px
}

.pxl-pr-40 {
    padding-right: 40px
}

.pxl-pr-60 {
    padding-right: 60px
}

.pxl-pl-3 {
    padding-left: 3px
}

.pxl-pl-4 {
    padding-left: 4px
}

.pxl-pl-5 {
    padding-left: 5px
}

.pxl-pl-6 {
    padding-left: 6px
}

.pxl-pl-7 {
    padding-left: 7px
}

.pxl-pl-8 {
    padding-left: 8px
}

.pxl-pl-9 {
    padding-left: 9px
}

.pxl-pl-10 {
    padding-left: 10px
}

.pxl-pl-11 {
    padding-left: 11px
}

.pxl-pl-12 {
    padding-left: 12px
}

.pxl-pl-13 {
    padding-left: 13px
}

.pxl-pl-14 {
    padding-left: 14px
}

.pxl-pl-15 {
    padding-left: 15px
}

.pxl-pl-16 {
    padding-left: 16px
}

.pxl-pl-17 {
    padding-left: 17px
}

.pxl-pl-18 {
    padding-left: 18px
}

.pxl-pl-19 {
    padding-left: 19px
}

.pxl-pl-20 {
    padding-left: 20px
}

.pxl-pl-21 {
    padding-left: 21px
}

.pxl-pl-22 {
    padding-left: 22px
}

.pxl-pl-23 {
    padding-left: 23px
}

.pxl-pl-24 {
    padding-left: 24px
}

.pxl-pl-25 {
    padding-left: 25px
}

.pxl-pl-26 {
    padding-left: 26px
}

.pxl-pl-27 {
    padding-left: 27px
}

.pxl-pl-28 {
    padding-left: 28px
}

.pxl-pl-29 {
    padding-left: 29px
}

.pxl-pl-30 {
    padding-left: 30px
}

.pxl-pl-31 {
    padding-left: 31px
}

.pxl-pl-32 {
    padding-left: 32px
}

.pxl-pl-33 {
    padding-left: 33px
}

.pxl-pl-34 {
    padding-left: 34px
}

.pxl-pl-35 {
    padding-left: 35px
}

.pxl-pl-36 {
    padding-left: 36px
}

.pxl-pl-37 {
    padding-left: 37px
}

.pxl-pl-38 {
    padding-left: 38px
}

.pxl-pl-39 {
    padding-left: 39px
}

.pxl-pl-40 {
    padding-left: 40px
}

.pxl-l-0 {
    left: 0
}

.pxl-l-1 {
    left: 1px
}

.pxl-l-2 {
    left: 2px
}

.pxl-l-3 {
    left: 3px
}

.pxl-l-4 {
    left: 4px
}

.pxl-l-5 {
    left: 5px
}

.pxl-l-6 {
    left: 6px
}

.pxl-l-7 {
    left: 7px
}

.pxl-l-8 {
    left: 8px
}

.pxl-l-9 {
    left: 9px
}

.pxl-l-10 {
    left: 10px
}

.pxl-l-11 {
    left: 11px
}

.pxl-l-12 {
    left: 12px
}

.pxl-l-13 {
    left: 13px
}

.pxl-l-14 {
    left: 14px
}

.pxl-l-15 {
    left: 15px
}

.pxl-l-16 {
    left: 16px
}

.pxl-l-17 {
    left: 17px
}

.pxl-l-18 {
    left: 18px
}

.pxl-l-19 {
    left: 19px
}

.pxl-l-20 {
    left: 20px
}

.pxl-l-21 {
    left: 21px
}

.pxl-l-22 {
    left: 22px
}

.pxl-l-23 {
    left: 23px
}

.pxl-l-24 {
    left: 24px
}

.pxl-l-25 {
    left: 25px
}

.pxl-l-26 {
    left: 26px
}

.pxl-l-27 {
    left: 27px
}

.pxl-l-28 {
    left: 28px
}

.pxl-l-29 {
    left: 29px
}

.pxl-l-30 {
    left: 30px
}

.pxl-l-31 {
    left: 31px
}

.pxl-l-32 {
    left: 32px
}

.pxl-l-33 {
    left: 33px
}

.pxl-l-34 {
    left: 34px
}

.pxl-l-35 {
    left: 35px
}

.pxl-l-36 {
    left: 36px
}

.pxl-l-37 {
    left: 37px
}

.pxl-l-38 {
    left: 38px
}

.pxl-l-39 {
    left: 39px
}

.pxl-l-40 {
    left: 40px
}

.pxl-r-0 {
    right: 0
}

.pxl-r-1 {
    right: 1px
}

.pxl-r-2 {
    right: 2px
}

.pxl-r-3 {
    right: 3px
}

.pxl-r-4 {
    right: 4px
}

.pxl-r-5 {
    right: 5px
}

.pxl-r-6 {
    right: 6px
}

.pxl-r-7 {
    right: 7px
}

.pxl-r-8 {
    right: 8px
}

.pxl-r-9 {
    right: 9px
}

.pxl-r-10 {
    right: 10px
}

.pxl-r-11 {
    right: 11px
}

.pxl-r-12 {
    right: 12px
}

.pxl-r-13 {
    right: 13px
}

.pxl-r-14 {
    right: 14px
}

.pxl-r-15 {
    right: 15px
}

.pxl-r-16 {
    right: 16px
}

.pxl-r-17 {
    right: 17px
}

.pxl-r-18 {
    right: 18px
}

.pxl-r-19 {
    right: 19px
}

.pxl-r-20 {
    right: 20px
}

.pxl-r-21 {
    right: 21px
}

.pxl-r-22 {
    right: 22px
}

.pxl-r-23 {
    right: 23px
}

.pxl-r-24 {
    right: 24px
}

.pxl-r-25 {
    right: 25px
}

.pxl-r-26 {
    right: 26px
}

.pxl-r-27 {
    right: 27px
}

.pxl-r-28 {
    right: 28px
}

.pxl-r-29 {
    right: 29px
}

.pxl-r-30 {
    right: 30px
}

.pxl-r-31 {
    right: 31px
}

.pxl-r-32 {
    right: 32px
}

.pxl-r-33 {
    right: 33px
}

.pxl-r-34 {
    right: 34px
}

.pxl-r-35 {
    right: 35px
}

.pxl-r-36 {
    right: 36px
}

.pxl-r-37 {
    right: 37px
}

.pxl-r-38 {
    right: 38px
}

.pxl-r-39 {
    right: 39px
}

.pxl-r-40 {
    right: 40px
}

[dir=rtl] .pxl-mr-3 {
    margin-right: 0;
    margin-left: 3px
}

[dir=rtl] .pxl-mr-4 {
    margin-right: 0;
    margin-left: 4px
}

[dir=rtl] .pxl-mr-5 {
    margin-right: 0;
    margin-left: 5px
}

[dir=rtl] .pxl-mr-6 {
    margin-right: 0;
    margin-left: 6px
}

[dir=rtl] .pxl-mr-7 {
    margin-right: 0;
    margin-left: 7px
}

[dir=rtl] .pxl-mr-8 {
    margin-right: 0;
    margin-left: 8px
}

[dir=rtl] .pxl-mr-9 {
    margin-right: 0;
    margin-left: 9px
}

[dir=rtl] .pxl-mr-10 {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .pxl-mr-11 {
    margin-right: 0;
    margin-left: 11px
}

[dir=rtl] .pxl-mr-12 {
    margin-right: 0;
    margin-left: 12px
}

[dir=rtl] .pxl-mr-13 {
    margin-right: 0;
    margin-left: 13px
}

[dir=rtl] .pxl-mr-14 {
    margin-right: 0;
    margin-left: 14px
}

[dir=rtl] .pxl-mr-15 {
    margin-right: 0;
    margin-left: 15px
}

[dir=rtl] .pxl-mr-16 {
    margin-right: 0;
    margin-left: 16px
}

[dir=rtl] .pxl-mr-17 {
    margin-right: 0;
    margin-left: 17px
}

[dir=rtl] .pxl-mr-18 {
    margin-right: 0;
    margin-left: 18px
}

[dir=rtl] .pxl-mr-19 {
    margin-right: 0;
    margin-left: 19px
}

[dir=rtl] .pxl-mr-20 {
    margin-right: 0;
    margin-left: 20px
}

[dir=rtl] .pxl-mr-21 {
    margin-right: 0;
    margin-left: 21px
}

[dir=rtl] .pxl-mr-22 {
    margin-right: 0;
    margin-left: 22px
}

[dir=rtl] .pxl-mr-23 {
    margin-right: 0;
    margin-left: 23px
}

[dir=rtl] .pxl-mr-24 {
    margin-right: 0;
    margin-left: 24px
}

[dir=rtl] .pxl-mr-25 {
    margin-right: 0;
    margin-left: 25px
}

[dir=rtl] .pxl-mr-26 {
    margin-right: 0;
    margin-left: 26px
}

[dir=rtl] .pxl-mr-27 {
    margin-right: 0;
    margin-left: 27px
}

[dir=rtl] .pxl-mr-28 {
    margin-right: 0;
    margin-left: 28px
}

[dir=rtl] .pxl-mr-29 {
    margin-right: 0;
    margin-left: 29px
}

[dir=rtl] .pxl-mr-30 {
    margin-right: 0;
    margin-left: 30px
}

[dir=rtl] .pxl-mr-31 {
    margin-right: 0;
    margin-left: 31px
}

[dir=rtl] .pxl-mr-32 {
    margin-right: 0;
    margin-left: 32px
}

[dir=rtl] .pxl-mr-33 {
    margin-right: 0;
    margin-left: 33px
}

[dir=rtl] .pxl-mr-34 {
    margin-right: 0;
    margin-left: 34px
}

[dir=rtl] .pxl-mr-35 {
    margin-right: 0;
    margin-left: 35px
}

[dir=rtl] .pxl-mr-36 {
    margin-right: 0;
    margin-left: 36px
}

[dir=rtl] .pxl-mr-37 {
    margin-right: 0;
    margin-left: 37px
}

[dir=rtl] .pxl-mr-38 {
    margin-right: 0;
    margin-left: 38px
}

[dir=rtl] .pxl-mr-39 {
    margin-right: 0;
    margin-left: 39px
}

[dir=rtl] .pxl-mr-40 {
    margin-right: 0;
    margin-left: 40px
}

[dir=rtl] .pxl-ml-3 {
    margin-left: 0;
    margin-right: 3px
}

[dir=rtl] .pxl-ml-4 {
    margin-left: 0;
    margin-right: 4px
}

[dir=rtl] .pxl-ml-5 {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .pxl-ml-6 {
    margin-left: 0;
    margin-right: 6px
}

[dir=rtl] .pxl-ml-7 {
    margin-left: 0;
    margin-right: 7px
}

[dir=rtl] .pxl-ml-8 {
    margin-left: 0;
    margin-right: 8px
}

[dir=rtl] .pxl-ml-9 {
    margin-left: 0;
    margin-right: 9px
}

[dir=rtl] .pxl-ml-10 {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .pxl-ml-11 {
    margin-left: 0;
    margin-right: 11px
}

[dir=rtl] .pxl-ml-12 {
    margin-left: 0;
    margin-right: 12px
}

[dir=rtl] .pxl-ml-13 {
    margin-left: 0;
    margin-right: 13px
}

[dir=rtl] .pxl-ml-14 {
    margin-left: 0;
    margin-right: 14px
}

[dir=rtl] .pxl-ml-15 {
    margin-left: 0;
    margin-right: 15px
}

[dir=rtl] .pxl-ml-16 {
    margin-left: 0;
    margin-right: 16px
}

[dir=rtl] .pxl-ml-17 {
    margin-left: 0;
    margin-right: 17px
}

[dir=rtl] .pxl-ml-18 {
    margin-left: 0;
    margin-right: 18px
}

[dir=rtl] .pxl-ml-19 {
    margin-left: 0;
    margin-right: 19px
}

[dir=rtl] .pxl-ml-20 {
    margin-left: 0;
    margin-right: 20px
}

[dir=rtl] .pxl-ml-21 {
    margin-left: 0;
    margin-right: 21px
}

[dir=rtl] .pxl-ml-22 {
    margin-left: 0;
    margin-right: 22px
}

[dir=rtl] .pxl-ml-23 {
    margin-left: 0;
    margin-right: 23px
}

[dir=rtl] .pxl-ml-24 {
    margin-left: 0;
    margin-right: 24px
}

[dir=rtl] .pxl-ml-25 {
    margin-left: 0;
    margin-right: 25px
}

[dir=rtl] .pxl-ml-26 {
    margin-left: 0;
    margin-right: 26px
}

[dir=rtl] .pxl-ml-27 {
    margin-left: 0;
    margin-right: 27px
}

[dir=rtl] .pxl-ml-28 {
    margin-left: 0;
    margin-right: 28px
}

[dir=rtl] .pxl-ml-29 {
    margin-left: 0;
    margin-right: 29px
}

[dir=rtl] .pxl-ml-30 {
    margin-left: 0;
    margin-right: 30px
}

[dir=rtl] .pxl-ml-31 {
    margin-left: 0;
    margin-right: 31px
}

[dir=rtl] .pxl-ml-32 {
    margin-left: 0;
    margin-right: 32px
}

[dir=rtl] .pxl-ml-33 {
    margin-left: 0;
    margin-right: 33px
}

[dir=rtl] .pxl-ml-34 {
    margin-left: 0;
    margin-right: 34px
}

[dir=rtl] .pxl-ml-35 {
    margin-left: 0;
    margin-right: 35px
}

[dir=rtl] .pxl-ml-36 {
    margin-left: 0;
    margin-right: 36px
}

[dir=rtl] .pxl-ml-37 {
    margin-left: 0;
    margin-right: 37px
}

[dir=rtl] .pxl-ml-38 {
    margin-left: 0;
    margin-right: 38px
}

[dir=rtl] .pxl-ml-39 {
    margin-left: 0;
    margin-right: 39px
}

[dir=rtl] .pxl-ml-40 {
    margin-left: 0;
    margin-right: 40px
}

[dir=rtl] .pxl-pr-3 {
    padding-right: 0;
    padding-left: 3px
}

[dir=rtl] .pxl-pr-4 {
    padding-right: 0;
    padding-left: 4px
}

[dir=rtl] .pxl-pr-5 {
    padding-right: 0;
    padding-left: 5px
}

[dir=rtl] .pxl-pr-6 {
    padding-right: 0;
    padding-left: 6px
}

[dir=rtl] .pxl-pr-7 {
    padding-right: 0;
    padding-left: 7px
}

[dir=rtl] .pxl-pr-8 {
    padding-right: 0;
    padding-left: 8px
}

[dir=rtl] .pxl-pr-9 {
    padding-right: 0;
    padding-left: 9px
}

[dir=rtl] .pxl-pr-10 {
    padding-right: 0;
    padding-left: 10px
}

[dir=rtl] .pxl-pr-11 {
    padding-right: 0;
    padding-left: 11px
}

[dir=rtl] .pxl-pr-12 {
    padding-right: 0;
    padding-left: 12px
}

[dir=rtl] .pxl-pr-13 {
    padding-right: 0;
    padding-left: 13px
}

[dir=rtl] .pxl-pr-14 {
    padding-right: 0;
    padding-left: 14px
}

[dir=rtl] .pxl-pr-15 {
    padding-right: 0;
    padding-left: 15px
}

[dir=rtl] .pxl-pr-16 {
    padding-right: 0;
    padding-left: 16px
}

[dir=rtl] .pxl-pr-17 {
    padding-right: 0;
    padding-left: 17px
}

[dir=rtl] .pxl-pr-18 {
    padding-right: 0;
    padding-left: 18px
}

[dir=rtl] .pxl-pr-19 {
    padding-right: 0;
    padding-left: 19px
}

[dir=rtl] .pxl-pr-20 {
    padding-right: 0;
    padding-left: 20px
}

[dir=rtl] .pxl-pr-21 {
    padding-right: 0;
    padding-left: 21px
}

[dir=rtl] .pxl-pr-22 {
    padding-right: 0;
    padding-left: 22px
}

[dir=rtl] .pxl-pr-23 {
    padding-right: 0;
    padding-left: 23px
}

[dir=rtl] .pxl-pr-24 {
    padding-right: 0;
    padding-left: 24px
}

[dir=rtl] .pxl-pr-25 {
    padding-right: 0;
    padding-left: 25px
}

[dir=rtl] .pxl-pr-26 {
    padding-right: 0;
    padding-left: 26px
}

[dir=rtl] .pxl-pr-27 {
    padding-right: 0;
    padding-left: 27px
}

[dir=rtl] .pxl-pr-28 {
    padding-right: 0;
    padding-left: 28px
}

[dir=rtl] .pxl-pr-29 {
    padding-right: 0;
    padding-left: 29px
}

[dir=rtl] .pxl-pr-30 {
    padding-right: 0;
    padding-left: 30px
}

[dir=rtl] .pxl-pr-31 {
    padding-right: 0;
    padding-left: 31px
}

[dir=rtl] .pxl-pr-32 {
    padding-right: 0;
    padding-left: 32px
}

[dir=rtl] .pxl-pr-33 {
    padding-right: 0;
    padding-left: 33px
}

[dir=rtl] .pxl-pr-34 {
    padding-right: 0;
    padding-left: 34px
}

[dir=rtl] .pxl-pr-35 {
    padding-right: 0;
    padding-left: 35px
}

[dir=rtl] .pxl-pr-36 {
    padding-right: 0;
    padding-left: 36px
}

[dir=rtl] .pxl-pr-37 {
    padding-right: 0;
    padding-left: 37px
}

[dir=rtl] .pxl-pr-38 {
    padding-right: 0;
    padding-left: 38px
}

[dir=rtl] .pxl-pr-39 {
    padding-right: 0;
    padding-left: 39px
}

[dir=rtl] .pxl-pr-40 {
    padding-right: 0;
    padding-left: 40px
}

[dir=rtl] .pxl-pr-60 {
    padding-right: 0;
    padding-left: 60px
}

[dir=rtl] .pxl-pl-3 {
    padding-left: 0;
    padding-right: 3px
}

[dir=rtl] .pxl-pl-4 {
    padding-left: 0;
    padding-right: 4px
}

[dir=rtl] .pxl-pl-5 {
    padding-left: 0;
    padding-right: 5px
}

[dir=rtl] .pxl-pl-6 {
    padding-left: 0;
    padding-right: 6px
}

[dir=rtl] .pxl-pl-7 {
    padding-left: 0;
    padding-right: 7px
}

[dir=rtl] .pxl-pl-8 {
    padding-left: 0;
    padding-right: 8px
}

[dir=rtl] .pxl-pl-9 {
    padding-left: 0;
    padding-right: 9px
}

[dir=rtl] .pxl-pl-10 {
    padding-left: 0;
    padding-right: 10px
}

[dir=rtl] .pxl-pl-11 {
    padding-left: 0;
    padding-right: 11px
}

[dir=rtl] .pxl-pl-12 {
    padding-left: 0;
    padding-right: 12px
}

[dir=rtl] .pxl-pl-13 {
    padding-left: 0;
    padding-right: 13px
}

[dir=rtl] .pxl-pl-14 {
    padding-left: 0;
    padding-right: 14px
}

[dir=rtl] .pxl-pl-15 {
    padding-left: 0;
    padding-right: 15px
}

[dir=rtl] .pxl-pl-16 {
    padding-left: 0;
    padding-right: 16px
}

[dir=rtl] .pxl-pl-17 {
    padding-left: 0;
    padding-right: 17px
}

[dir=rtl] .pxl-pl-18 {
    padding-left: 0;
    padding-right: 18px
}

[dir=rtl] .pxl-pl-19 {
    padding-left: 0;
    padding-right: 19px
}

[dir=rtl] .pxl-pl-20 {
    padding-left: 0;
    padding-right: 20px
}

[dir=rtl] .pxl-pl-21 {
    padding-left: 0;
    padding-right: 21px
}

[dir=rtl] .pxl-pl-22 {
    padding-left: 0;
    padding-right: 22px
}

[dir=rtl] .pxl-pl-23 {
    padding-left: 0;
    padding-right: 23px
}

[dir=rtl] .pxl-pl-24 {
    padding-left: 0;
    padding-right: 24px
}

[dir=rtl] .pxl-pl-25 {
    padding-left: 0;
    padding-right: 25px
}

[dir=rtl] .pxl-pl-26 {
    padding-left: 0;
    padding-right: 26px
}

[dir=rtl] .pxl-pl-27 {
    padding-left: 0;
    padding-right: 27px
}

[dir=rtl] .pxl-pl-28 {
    padding-left: 0;
    padding-right: 28px
}

[dir=rtl] .pxl-pl-29 {
    padding-left: 0;
    padding-right: 29px
}

[dir=rtl] .pxl-pl-30 {
    padding-left: 0;
    padding-right: 30px
}

[dir=rtl] .pxl-pl-31 {
    padding-left: 0;
    padding-right: 31px
}

[dir=rtl] .pxl-pl-32 {
    padding-left: 0;
    padding-right: 32px
}

[dir=rtl] .pxl-pl-33 {
    padding-left: 0;
    padding-right: 33px
}

[dir=rtl] .pxl-pl-34 {
    padding-left: 0;
    padding-right: 34px
}

[dir=rtl] .pxl-pl-35 {
    padding-left: 0;
    padding-right: 35px
}

[dir=rtl] .pxl-pl-36 {
    padding-left: 0;
    padding-right: 36px
}

[dir=rtl] .pxl-pl-37 {
    padding-left: 0;
    padding-right: 37px
}

[dir=rtl] .pxl-pl-38 {
    padding-left: 0;
    padding-right: 38px
}

[dir=rtl] .pxl-pl-39 {
    padding-left: 0;
    padding-right: 39px
}

[dir=rtl] .pxl-pl-40 {
    padding-left: 0;
    padding-right: 40px
}

[dir=rtl] .pxl-l-0 {
    right: 0;
    left: auto
}

[dir=rtl] .pxl-l-1 {
    right: 1px;
    left: auto
}

[dir=rtl] .pxl-l-2 {
    right: 2px;
    left: auto
}

[dir=rtl] .pxl-l-3 {
    right: 3px;
    left: auto
}

[dir=rtl] .pxl-l-4 {
    right: 4px;
    left: auto
}

[dir=rtl] .pxl-l-5 {
    right: 5px;
    left: auto
}

[dir=rtl] .pxl-l-6 {
    right: 6px;
    left: auto
}

[dir=rtl] .pxl-l-7 {
    right: 7px;
    left: auto
}

[dir=rtl] .pxl-l-8 {
    right: 8px;
    left: auto
}

[dir=rtl] .pxl-l-9 {
    right: 9px;
    left: auto
}

[dir=rtl] .pxl-l-10 {
    right: 10px;
    left: auto
}

[dir=rtl] .pxl-l-11 {
    right: 11px;
    left: auto
}

[dir=rtl] .pxl-l-12 {
    right: 12px;
    left: auto
}

[dir=rtl] .pxl-l-13 {
    right: 13px;
    left: auto
}

[dir=rtl] .pxl-l-14 {
    right: 14px;
    left: auto
}

[dir=rtl] .pxl-l-15 {
    right: 15px;
    left: auto
}

[dir=rtl] .pxl-l-16 {
    right: 16px;
    left: auto
}

[dir=rtl] .pxl-l-17 {
    right: 17px;
    left: auto
}

[dir=rtl] .pxl-l-18 {
    right: 18px;
    left: auto
}

[dir=rtl] .pxl-l-19 {
    right: 19px;
    left: auto
}

[dir=rtl] .pxl-l-20 {
    right: 20px;
    left: auto
}

[dir=rtl] .pxl-l-21 {
    right: 21px;
    left: auto
}

[dir=rtl] .pxl-l-22 {
    right: 22px;
    left: auto
}

[dir=rtl] .pxl-l-23 {
    right: 23px;
    left: auto
}

[dir=rtl] .pxl-l-24 {
    right: 24px;
    left: auto
}

[dir=rtl] .pxl-l-25 {
    right: 25px;
    left: auto
}

[dir=rtl] .pxl-l-26 {
    right: 26px;
    left: auto
}

[dir=rtl] .pxl-l-27 {
    right: 27px;
    left: auto
}

[dir=rtl] .pxl-l-28 {
    right: 28px;
    left: auto
}

[dir=rtl] .pxl-l-29 {
    right: 29px;
    left: auto
}

[dir=rtl] .pxl-l-30 {
    right: 30px;
    left: auto
}

[dir=rtl] .pxl-l-31 {
    right: 31px;
    left: auto
}

[dir=rtl] .pxl-l-32 {
    right: 32px;
    left: auto
}

[dir=rtl] .pxl-l-33 {
    right: 33px;
    left: auto
}

[dir=rtl] .pxl-l-34 {
    right: 34px;
    left: auto
}

[dir=rtl] .pxl-l-35 {
    right: 35px;
    left: auto
}

[dir=rtl] .pxl-l-36 {
    right: 36px;
    left: auto
}

[dir=rtl] .pxl-l-37 {
    right: 37px;
    left: auto
}

[dir=rtl] .pxl-l-38 {
    right: 38px;
    left: auto
}

[dir=rtl] .pxl-l-39 {
    right: 39px;
    left: auto
}

[dir=rtl] .pxl-l-40 {
    right: 40px;
    left: auto
}

[dir=rtl] .pxl-r-0 {
    left: 0;
    right: auto
}

[dir=rtl] .pxl-r-1 {
    left: 1px;
    right: auto
}

[dir=rtl] .pxl-r-2 {
    left: 2px;
    right: auto
}

[dir=rtl] .pxl-r-3 {
    left: 3px;
    right: auto
}

[dir=rtl] .pxl-r-4 {
    left: 4px;
    right: auto
}

[dir=rtl] .pxl-r-5 {
    left: 5px;
    right: auto
}

[dir=rtl] .pxl-r-6 {
    left: 6px;
    right: auto
}

[dir=rtl] .pxl-r-7 {
    left: 7px;
    right: auto
}

[dir=rtl] .pxl-r-8 {
    left: 8px;
    right: auto
}

[dir=rtl] .pxl-r-9 {
    left: 9px;
    right: auto
}

[dir=rtl] .pxl-r-10 {
    left: 10px;
    right: auto
}

[dir=rtl] .pxl-r-11 {
    left: 11px;
    right: auto
}

[dir=rtl] .pxl-r-12 {
    left: 12px;
    right: auto
}

[dir=rtl] .pxl-r-13 {
    left: 13px;
    right: auto
}

[dir=rtl] .pxl-r-14 {
    left: 14px;
    right: auto
}

[dir=rtl] .pxl-r-15 {
    left: 15px;
    right: auto
}

[dir=rtl] .pxl-r-16 {
    left: 16px;
    right: auto
}

[dir=rtl] .pxl-r-17 {
    left: 17px;
    right: auto
}

[dir=rtl] .pxl-r-18 {
    left: 18px;
    right: auto
}

[dir=rtl] .pxl-r-19 {
    left: 19px;
    right: auto
}

[dir=rtl] .pxl-r-20 {
    left: 20px;
    right: auto
}

[dir=rtl] .pxl-r-21 {
    left: 21px;
    right: auto
}

[dir=rtl] .pxl-r-22 {
    left: 22px;
    right: auto
}

[dir=rtl] .pxl-r-23 {
    left: 23px;
    right: auto
}

[dir=rtl] .pxl-r-24 {
    left: 24px;
    right: auto
}

[dir=rtl] .pxl-r-25 {
    left: 25px;
    right: auto
}

[dir=rtl] .pxl-r-26 {
    left: 26px;
    right: auto
}

[dir=rtl] .pxl-r-27 {
    left: 27px;
    right: auto
}

[dir=rtl] .pxl-r-28 {
    left: 28px;
    right: auto
}

[dir=rtl] .pxl-r-29 {
    left: 29px;
    right: auto
}

[dir=rtl] .pxl-r-30 {
    left: 30px;
    right: auto
}

[dir=rtl] .pxl-r-31 {
    left: 31px;
    right: auto
}

[dir=rtl] .pxl-r-32 {
    left: 32px;
    right: auto
}

[dir=rtl] .pxl-r-33 {
    left: 33px;
    right: auto
}

[dir=rtl] .pxl-r-34 {
    left: 34px;
    right: auto
}

[dir=rtl] .pxl-r-35 {
    left: 35px;
    right: auto
}

[dir=rtl] .pxl-r-36 {
    left: 36px;
    right: auto
}

[dir=rtl] .pxl-r-37 {
    left: 37px;
    right: auto
}

[dir=rtl] .pxl-r-38 {
    left: 38px;
    right: auto
}

[dir=rtl] .pxl-r-39 {
    left: 39px;
    right: auto
}

[dir=rtl] .pxl-r-40 {
    left: 40px;
    right: auto
}

.blockUI {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: block !important;
    opacity: 1 !important
}

.blockUI:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #222 transparent #222;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.blockUI:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    z-index: 1
}

.blockUI.blockOverlay,
.blockUI.blockMsg {
    display: none !important
}

.product-remove {
    position: relative;
    min-width: 50px
}

.product-remove a.remove {
    font-size: 0;
    width: 26px;
    height: 26px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: relative
}

.product-remove a.remove:before,
.product-remove a.remove:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 12px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--secondary-color);
    transform-origin: 50% 50%;
    opacity: 1;
    -webkit-transition: transform ease .25s;
    -khtml-transition: transform ease .25s;
    -moz-transition: transform ease .25s;
    -ms-transition: transform ease .25s;
    -o-transition: transform ease .25s;
    transition: transform ease .25s
}

.product-remove a.remove:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.product-remove a.remove:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.product-remove a.remove:hover {
    background-color: var(--primary-color)
}

.product-remove a.remove:hover:before,
.product-remove a.remove:hover:after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (max-width:769px) {
    .product-remove {
        min-height: 57px
    }
}

.woosw-item--add .add_to_cart_button.loading {
    opacity: 1 !important
}

.woosw-item--add .add_to_cart_button.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woosw-item--add .add_to_cart_button.loading:after {
    display: none
}

#pxl-cart-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden
}

#pxl-cart-sidebar .pxl-item--close {
    top: 50%;
    left: auto;
    right: 35px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute
}

#pxl-cart-sidebar .pxl-item--close:before,
#pxl-cart-sidebar .pxl-item--close:after {
    background-color: #666
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar {
    padding-bottom: 137px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    width: 320px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    flex-grow: 1
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
    display: flex;
    background-color: #f9f9f9;
    padding: 16px 30px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
    align-items: center;
    position: relative
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
    height: 36px;
    width: 36px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
    padding: 30px 45px 0 30px;
    height: 100%;
    overflow-y: scroll;
    width: 350px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
    padding: 20px 15px 15px 0;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    position: relative
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
    border: none;
    padding-bottom: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
    font-size: 16px;
    margin-top: 40px;
    padding: 0 !important;
    text-align: center;
    display: block
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    margin-top: 20px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
    font-size: 100px;
    color: rgba(0, 0, 0, .2)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
    line-height: 50px;
    width: 100%
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
    color: #fff
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
    width: 45px;
    min-width: 45px;
    margin-right: 15px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
    display: inline-block
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
    margin: 0;
    width: inherit;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -khtml-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 6%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 6%)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
    padding-right: 12px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 3px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
    color: inherit;
    font-weight: 600
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
    color: #555
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
    font-size: 14px;
    border: none
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
    display: none
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
    margin: 0 4px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    width: 30px;
    height: 30px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:before,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button:after {
    background-color: #000;
    height: 1px
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
    opacity: 1
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
    border: none;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    padding-top: 15px;
    padding-bottom: 0;
    color: #000;
    font-weight: 700
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
    font-weight: inherit
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout {
    background: var(--secondary-color)
}

#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:hover,
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn.checkout:focus {
    background: var(--primary-color)
}

#pxl-cart-sidebar.active {
    visibility: visible
}

#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
    -webkit-transform: translateY(0%);
    -khtml-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
    top: 32px
}

@media screen and (min-width:992px) {
    .admin-bar .widget-cart-sidebar {
        top: 32px;
        padding-bottom: 167px
    }
    .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
        bottom: 32px
    }
}

.pxl-entry-content>.woocommerce .cart-empty,
.pxl-entry-content>.woocommerce .return-to-shop {
    text-align: center
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background-color: #f9f9f9
}

.woocommerce ins {
    background-color: initial;
    color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget {
    padding: 30px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget {
        padding-left: 22px;
        padding-right: 22px
    }
    .woocommerce #pxl-sidebar-area .widget .widget-title {
        font-size: 18px
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
    height: 4px;
    background-color: #e6e6e6;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    background-color: var(--primary-color);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: -3px
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 10px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
        display: block;
        text-align: center
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
    line-height: 32px;
    font-size: 14px;
    margin-right: 15px;
    padding: 0 18px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
        margin: 0;
        float: none
    }
}

.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
    font-size: 14px;
    color: #080808
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
        width: 100%
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
    position: relative
}

.woocommerce #pxl-sidebar-area .widget_product_search button {
    padding: 0;
    width: 53px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 3;
    border-left: 1px solid #ececf0;
    color: #222;
    font-size: 15px;
    background-color: initial;
    background-image: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_product_search button {
        width: 40px;
        border: none
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search button:after {
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "font awesome 5 pro";
    text-indent: 0;
    font-weight: 400
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_product_search button:after {
        font-size: 14px
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search button:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
    height: 50px;
    color: #222;
    border-color: #ececf0;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px
}

@media screen and (max-width:1199px) {
    .woocommerce #pxl-sidebar-area .widget_product_search .search-field {
        font-size: 14px
    }
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
    border-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus+button {
    border-color: var(--primary-color)
}

.woocommerce #pxl-sidebar-area .widget_products ul li {
    position: relative;
    padding: 0 0 0 85px;
    margin-bottom: 15px;
    min-height: 80px
}

.woocommerce #pxl-sidebar-area .widget_products ul li .product-title {
    margin-bottom: 0
}

.woocommerce #pxl-sidebar-area .widget_products ul li img {
    margin: 0;
    width: 100%;
    max-width: 70px;
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce #pxl-sidebar-area .widget_products ul li a {
    font-size: 16px;
    color: #010101;
    font-weight: 500;
    line-height: 1.4375;
    margin-top: 8px;
    margin-bottom: 4px
}

.woocommerce #pxl-sidebar-area .widget_products ul li a:hover {
    color: rgba(1, 1, 1, .67)
}

.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating {
    margin-bottom: 2px
}

.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating:before {
    font-size: 12px
}

.woocommerce #pxl-sidebar-area .widget_products ul li .star-rating span::before {
    font-size: 12px
}

@media screen and (max-width:769px) {
    .woocommerce .coupon #coupon_code,
    .woocommerce-page .coupon #coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
        border: none
    }
    .woocommerce .coupon .button,
    .woocommerce-page .coupon .button {
        width: 100% !important
    }
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    padding: 0 0 10px
}

.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-right: 15px
}

.woocommerce textarea,
.woocommerce-page textarea {
    padding-top: 18px;
    padding-bottom: 24px;
    min-height: 140px
}

.woocommerce .nice-select,
.woocommerce-page .nice-select {
    border: 1px solid #ececec;
    text-align: left;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    height: 50px
}

.woocommerce .nice-select span.current,
.woocommerce-page .nice-select span.current {
    line-height: 35px
}

.woocommerce .nice-select:after,
.woocommerce-page .nice-select:after {
    color: inherit
}

.woocommerce form .select2-container--default .select2-selection,
.woocommerce-page form .select2-container--default .select2-selection {
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 50px
}

.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.wc-forward,
.woocommerce-page a.wc-forward,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce .cart button.button,
.woocommerce-page .cart button.button,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled],
.woocommerce button.button.alt,
.woocommerce-page button.button.alt {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 19px;
    line-height: 51px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--secondary-color);
    height: auto;
    letter-spacing: .01em;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    text-align: center;
    justify-content: center
}

.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce a.wc-forward:hover,
.woocommerce-page a.wc-forward:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce .cart button.button:hover,
.woocommerce-page .cart button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button:disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #respond input#submit:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce-page a.button:focus,
.woocommerce a.wc-forward:focus,
.woocommerce-page a.wc-forward:focus,
.woocommerce button.button:focus,
.woocommerce-page button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page input.button:focus,
.woocommerce .cart button.button:focus,
.woocommerce-page .cart button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce-page a.button.alt:focus,
.woocommerce button.button:disabled:focus,
.woocommerce-page button.button:disabled:focus,
.woocommerce a.button:disabled:focus,
.woocommerce-page a.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce-page button.button:disabled[disabled]:focus,
.woocommerce button.button.alt:focus,
.woocommerce-page button.button.alt:focus,
.woocommerce #respond input#submit:active,
.woocommerce-page #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce-page a.button:active,
.woocommerce a.wc-forward:active,
.woocommerce-page a.wc-forward:active,
.woocommerce button.button:active,
.woocommerce-page button.button:active,
.woocommerce input.button:active,
.woocommerce-page input.button:active,
.woocommerce .cart button.button:active,
.woocommerce-page .cart button.button:active,
.woocommerce a.button.alt:active,
.woocommerce-page a.button.alt:active,
.woocommerce button.button:disabled:active,
.woocommerce-page button.button:disabled:active,
.woocommerce a.button:disabled:active,
.woocommerce-page a.button:disabled:active,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce-page button.button:disabled[disabled]:active,
.woocommerce button.button.alt:active,
.woocommerce-page button.button.alt:active,
.woocommerce #respond input#submit:not([disabled]):not(.disabled).active,
.woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active,
.woocommerce a.button:not([disabled]):not(.disabled).active,
.woocommerce-page a.button:not([disabled]):not(.disabled).active,
.woocommerce a.wc-forward:not([disabled]):not(.disabled).active,
.woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active,
.woocommerce button.button:not([disabled]):not(.disabled).active,
.woocommerce-page button.button:not([disabled]):not(.disabled).active,
.woocommerce input.button:not([disabled]):not(.disabled).active,
.woocommerce-page input.button:not([disabled]):not(.disabled).active,
.woocommerce .cart button.button:not([disabled]):not(.disabled).active,
.woocommerce-page .cart button.button:not([disabled]):not(.disabled).active,
.woocommerce a.button.alt:not([disabled]):not(.disabled).active,
.woocommerce-page a.button.alt:not([disabled]):not(.disabled).active,
.woocommerce button.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce a.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active,
.woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active,
.woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active,
.woocommerce button.button.alt:not([disabled]):not(.disabled).active,
.woocommerce-page button.button.alt:not([disabled]):not(.disabled).active,
.woocommerce #respond input#submit:not([disabled]):not(.disabled):active,
.woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active,
.woocommerce a.button:not([disabled]):not(.disabled):active,
.woocommerce-page a.button:not([disabled]):not(.disabled):active,
.woocommerce a.wc-forward:not([disabled]):not(.disabled):active,
.woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active,
.woocommerce button.button:not([disabled]):not(.disabled):active,
.woocommerce-page button.button:not([disabled]):not(.disabled):active,
.woocommerce input.button:not([disabled]):not(.disabled):active,
.woocommerce-page input.button:not([disabled]):not(.disabled):active,
.woocommerce .cart button.button:not([disabled]):not(.disabled):active,
.woocommerce-page .cart button.button:not([disabled]):not(.disabled):active,
.woocommerce a.button.alt:not([disabled]):not(.disabled):active,
.woocommerce-page a.button.alt:not([disabled]):not(.disabled):active,
.woocommerce button.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce a.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active,
.woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active,
.woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active,
.woocommerce button.button.alt:not([disabled]):not(.disabled):active,
.woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
    outline: none;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.woocommerce button.button:disabled,
.woocommerce-page button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce-page a.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button:disabled[disabled] {
    opacity: 1;
    cursor: not-allowed
}

.woocommerce button.button:disabled:hover,
.woocommerce-page button.button:disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce-page a.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:focus,
.woocommerce-page button.button:disabled:focus,
.woocommerce a.button:disabled:focus,
.woocommerce-page a.button:disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce-page button.button:disabled[disabled]:focus {
    background-color: var(--primary-color)
}

.woocommerce .comment-form,
.woocommerce-page .comment-form {
    max-width: 100%
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
    color: inherit;
    border-color: var(--primary-color)
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    color: var(--primary-color)
}

.woocommerce #pxl-wapper .quantity,
.woocommerce-page #pxl-wapper .quantity {
    position: relative;
    display: inline-flex;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px
}

.woocommerce #pxl-wapper .quantity .qty,
.woocommerce-page #pxl-wapper .quantity .qty {
    padding: 0 16px;
    border: 1px solid #d9d9d9;
    color: var(--secondary-color);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    -moz-appearance: textfield;
    height: 55px;
    width: 100px
}

.woocommerce #pxl-wapper .quantity .qty::-webkit-outer-spin-button,
.woocommerce-page #pxl-wapper .quantity .qty::-webkit-outer-spin-button,
.woocommerce #pxl-wapper .quantity .qty::-webkit-inner-spin-button,
.woocommerce-page #pxl-wapper .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce #pxl-wapper .quantity-icon,
.woocommerce-page #pxl-wapper .quantity-icon {
    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%)
}

.woocommerce #pxl-wapper .quantity-icon:before,
.woocommerce-page #pxl-wapper .quantity-icon:before,
.woocommerce #pxl-wapper .quantity-icon:after,
.woocommerce-page #pxl-wapper .quantity-icon:after {
    background-color: #888
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus,
.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus {
    left: 20px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus,
.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus {
    right: 20px
}

.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:before,
.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:before,
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:before,
.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:before,
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--plus:after,
.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--plus:after,
.woocommerce #pxl-wapper .quantity-icon.pxl-icon--minus:after,
.woocommerce-page #pxl-wapper .quantity-icon.pxl-icon--minus:after {
    background-color: var(--secondary-color)
}

.woocommerce #pxl-wapper .quantity-icon:hover:before,
.woocommerce-page #pxl-wapper .quantity-icon:hover:before,
.woocommerce #pxl-wapper .quantity-icon:hover:after,
.woocommerce-page #pxl-wapper .quantity-icon:hover:after {
    background-color: #000
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 20px 15px
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce-page table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 500
}

.woocommerce-page #add_payment_method table.cart img,
.woocommerce-page.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-checkout table.cart img {
    width: 50px
}

@media screen and (min-width:992px) {
    .woocommerce .content-row {
        margin: 0 -15px
    }
    .woocommerce #pxl-content-area.content-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 75%;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        -o-flex: 0 0 75%;
        max-width: 75%
    }
    .woocommerce #secondary.widget-has-sidebar {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -o-flex: 0 0 25%;
        max-width: 25%
    }
}

.widget_products .amount {
    font-size: 16px;
    color: #666
}

.widget_products del {
    color: #8f8f8f
}

.widget_products del .amount {
    color: #8f8f8f
}

.widget_products .star-rating-wrap {
    display: none !important
}

.widget_rating_filter .wc-layered-nav-rating a {
    font-size: 0;
    display: block;
    padding-left: 28px !important;
    position: relative
}

.widget_rating_filter .wc-layered-nav-rating a:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
    top: 1px;
    left: 0;
    -webkit-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -khtml-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -moz-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -ms-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    -o-transition: all .2s cubic-bezier(.39, .575, .565, 1)0s;
    transition: all .2s cubic-bezier(.39, .575, .565, 1)0s
}

.widget_rating_filter .wc-layered-nav-rating a .star-rating {
    font-size: 18px
}

.widget_rating_filter .wc-layered-nav-rating a:hover:before {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
    border-color: var(--primary-color);
    background-color: var(--primary-color)
}

#shop-topbar {
    border-bottom: 1px solid #e5e5e5;
    background-color: #f7f7f7
}

#shop-topbar .shop-topbar-item {
    margin: 11px 0;
    position: relative;
    padding-left: 76px;
    color: #000;
    font-size: 16px;
    min-height: 56px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

#shop-topbar .shop-topbar-item i {
    height: 56px;
    width: 56px;
    -webkit-border-radius: 56px;
    -khtml-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
    border-radius: 56px;
    border: 1px solid #e5e5e5;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0
}

#shop-topbar .shop-topbar-item span {
    font-weight: 500
}

#shop-breadcrumb {
    padding: 23px 0
}

#shop-breadcrumb ul {
    list-style: none;
    margin: 0
}

#shop-breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin: 10px 0;
    padding: 0 12px;
    position: relative
}

#shop-breadcrumb ul li::after {
    content: '/';
    color: #e9e9e9;
    position: absolute;
    top: 0;
    right: -4px
}

#shop-breadcrumb ul li:first-child {
    padding-left: 0
}

#shop-breadcrumb ul li:last-child:after {
    display: none
}

#shop-breadcrumb ul li a {
    color:
}

#shop-breadcrumb ul li a:hover {
    color: var(--primary-color)
}

.woocommerce .star-rating-wrap {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.woocommerce .star-rating-wrap .star-rating {
    margin: 0
}

.woocommerce .star-rating-wrap .count-rating {
    font-size: 16px;
    margin-left: 8px;
    color: #223543;
    font-weight: 600
}

.woocommerce .star-rating {
    font-size: 14px;
    height: 17px;
    letter-spacing: 2px;
    width: 85px
}

.woocommerce .star-rating span::before {
    color: #000
}

.woocommerce .star-rating span {
    padding-top: 17px
}

.woocommerce .star-rating .woocommerce-review-link {
    font-size: 16px
}

.woocommerce span.onsale {
    height: 35px;
    width: 35px;
    min-width: inherit;
    min-height: inherit;
    font-size: 14px;
    color: var(--secondary-color);
    padding: 0;
    text-align: center;
    line-height: 35px;
    background-color: var(--primary-color);
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin: 0 !important;
    top: 14px !important;
    left: 29px !important;
    right: auto !important;
    font-weight: 400;
    z-index: 1;
    font-weight: 500
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.woocommerce ul.products li.product {
    margin-bottom: 44px;
    margin-right: 0;
    margin-left: 0;
    padding: 0 15px
}

.woocommerce ul.products li.product.last {
    margin-right: 0
}

.woocommerce ul.products li.product>.woosw-btn,
.woocommerce ul.products li.product>.woosq-btn,
.woocommerce ul.products li.product>.woosc-btn {
    display: none !important
}

@media screen and (min-width:992px) {
    .woocommerce ul.products.columns-5 li.product {
        width: calc(20% - 1px);
        width: -webkit-calc(20% - 1px);
        width: -ms-calc(20% - 1px);
        width: -o-calc(20% - 1px)
    }
}

@media screen and (min-width:992px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(25% - 1px);
        width: -webkit-calc(25% - 1px);
        width: -ms-calc(25% - 1px);
        width: -o-calc(25% - 1px)
    }
}

@media screen and (max-width:991px) {
    .woocommerce ul.products.columns-4 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

@media screen and (min-width:768px) {
    .woocommerce ul.products.columns-3 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

@media(min-width:576px) and (max-width:767px) {
    .woocommerce ul.products li.product {
        width: 50% !important
    }
}

@media screen and (max-width:575px) {
    .woocommerce ul.products li.product {
        width: 100% !important
    }
}

@media screen and (min-width:992px) {
    .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
        width: calc(33.33% - 1px);
        width: -webkit-calc(33.33% - 1px);
        width: -ms-calc(33.33% - 1px);
        width: -o-calc(33.33% - 1px)
    }
}

.woocommerce ul.products li.product .woocommerce-product-title,
.woocommerce .woocommerce-product-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px
}

@media screen and (max-width:1199px) {
    .woocommerce ul.products li.product .woocommerce-product-title,
    .woocommerce .woocommerce-product-title {
        font-size: 18px
    }
}

.woocommerce ul.products li.product .woocommerce-product-title a,
.woocommerce .woocommerce-product-title a {
    color: inherit
}

.woocommerce ul.products li.product .woocommerce-product-title a:hover,
.woocommerce .woocommerce-product-title a:hover {
    color: inherit
}

.woocommerce ul.products li.product .price {
    font-size: 18px;
    margin-bottom: 0;
    color: #666
}

.woocommerce ul.products li.product .price .amount {
    color: inherit
}

.woocommerce ul.products li.product .price del {
    color: #8f8f8f;
    opacity: 1
}

.woocommerce ul.products li.product .price del .amount {
    background-image: none;
    text-fill-color: #8f8f8f;
    -o-text-fill-color: #8f8f8f;
    -ms-text-fill-color: #8f8f8f;
    -moz-text-fill-color: #8f8f8f;
    -webkit-text-fill-color: #8f8f8f
}

.woocommerce ul.products li.product .price ins {
    color: inherit;
    font-weight: inherit;
    text-decoration: none
}

.woocommerce .woocommerce-topbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    position: relative;
    z-index: 101
}

.woocommerce .woocommerce-topbar div.woocommerce-result-count {
    margin: 0 30px 30px 0;
    flex-grow: 1
}

.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering {
    margin-bottom: 30px
}

.woocommerce .woocommerce-topbar .woocommerce-result-count,
.woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
    float: none;
    margin: 0;
    font-size: 16px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering {
    min-width: 220px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering select,
.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight,
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
    color: #666
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight {
    padding-right: 44px
}

.woocommerce .woocommerce-topbar .woocommerce-ordering .pxl-select-higthlight:before {
    background-color: initial;
    right: 10px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header {
    margin-bottom: 27px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
    width: auto;
    display: inline-block;
    margin-bottom: 0 !important;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -khtml-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -moz-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -ms-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    -o-transition: transform .3s cubic-bezier(.44, .17, 1, 1);
    transition: transform .3s cubic-bezier(.44, .17, 1, 1)
}

.woocommerce .woocommerce-product-inner .woocommerce-product-content {
    position: relative
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%)scaleX(0);
    -khtml-transform: translate(0, -50%)scaleX(0);
    -moz-transform: translate(0, -50%)scaleX(0);
    -ms-transform: translate(0, -50%)scaleX(0);
    -o-transform: translate(0, -50%)scaleX(0);
    transform: translate(0, -50%)scaleX(0);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    width: 50px;
    height: 50px;
    transform-origin: center right
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart a {
    padding: 0;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position: relative;
    margin: 0 !important
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart a:hover {
    color: var(--primary-color)
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .pxl-cart-icon {
    display: inline-flex;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .pxl-cart-label {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #000;
    line-height: 24px;
    color: #fff;
    padding: 0 8px;
    margin-bottom: 8px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .pxl-cart-label:before {
    content: '';
    border-width: 4px;
    border-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%, 0)
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .added_to_cart {
    text-indent: -9999999px;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: initial;
    z-index: 99
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .added_to_cart:before {
    content: '';
    border-width: 4px;
    border-style: solid;
    border-color: #000 transparent transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .added_to_cart:after {
    content: attr(title);
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #000;
    line-height: 24px;
    color: #fff;
    padding: 0 8px;
    margin-bottom: 8px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    text-indent: 0;
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button:before {
    content: '';
    width: 21px;
    height: 21px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent var(--primary-color)transparent var(--primary-color);
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2;
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button:after {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.loading {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.loading:before {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.loading .pxl-cart-icon {
    opacity: 0
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.added .pxl-cart-label {
    display: none
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .add_to_cart_button.added .pxl-cart-icon i:before {
    font-size: 18px;
    content: "\f112";
    font-family: caseicon;
    font-weight: 400
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .product_type_external .pxl-cart-icon i:before,
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .product_type_variable .pxl-cart-icon i:before,
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .product_type_grouped .pxl-cart-icon i:before,
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart .product_type_simple:not(.add_to_cart_button) .pxl-cart-icon i:before {
    content: "\f10e";
    font-family: caseicon;
    font-size: 18px
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart:hover .pxl-cart-label {
    opacity: 1
}

.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart:hover .added_to_cart:before,
.woocommerce .woocommerce-product-inner .woocommerce-add-to-cart:hover .added_to_cart:after {
    opacity: 1
}

.woocommerce .woocommerce-product-inner.item-layout-list {
    display: flex;
    flex-wrap: wrap
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
    width: 38%;
    padding: 15px
}

@media screen and (max-width:575px) {
    .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-header {
        width: 100%
    }
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
    width: 62%;
    padding: 40px 30px;
    text-align: left
}

.woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content .woocommerce-product-title {
    font-size: 22px
}

@media screen and (max-width:575px) {
    .woocommerce .woocommerce-product-inner.item-layout-list .woocommerce-product-content {
        width: 100%
    }
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header img {
    -webkit-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.woocommerce .woocommerce-product-inner:hover .woocommerce-add-to-cart {
    -webkit-transform: translate(0, -50%)scaleX(1);
    -khtml-transform: translate(0, -50%)scaleX(1);
    -moz-transform: translate(0, -50%)scaleX(1);
    -ms-transform: translate(0, -50%)scaleX(1);
    -o-transform: translate(0, -50%)scaleX(1);
    transform: translate(0, -50%)scaleX(1)
}

.woocommerce nav.woocommerce-pagination {
    display: flex;
    justify-content: center
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: 1px solid var(--primary-color);
    display: inline-flex
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
    overflow: visible
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
    width: 48px;
    height: 48px;
    background-color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    padding: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
    background-color: var(--primary-color)
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
    display: none
}

.woocommerce.woocommerce-layout-list ul.products li.product {
    width: 100% !important
}

.single-product .woocommerce-social-share label {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px
}

.single-product .woocommerce-social-share a {
    color: #666;
    font-size: 18px;
    margin-right: 30px
}

@media screen and (max-width:1199px) {
    .single-product .woocommerce-social-share a {
        font-size: 16px;
        margin-right: 20px
    }
}

.single-product .woocommerce-social-share a:hover {
    color: #000
}

.single-product .woocommerce-sg-product-price {
    margin-bottom: 28px
}

.single-product .woocommerce-sg-product-price p {
    margin-bottom: 0
}

.single-product section.related {
    padding-top: 87px
}

.single-product section.related h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative
}

.single-product section.related ul.products {
    margin-bottom: 0
}

.single-product section.related ul.products li.product {
    margin-bottom: 0 !important;
    margin-top: 50px
}

.single-product #pxl-content-area div.product .entry-summary {
    width: 100% !important;
    margin-bottom: 80px
}

@media screen and (min-width:768px) {
    .single-product #pxl-content-area div.product .entry-summary {
        position: sticky;
        top: 62px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child,
.single-product>div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature,
.single-product>div.product .woocommerce-sg-product-feature {
    margin-bottom: 71px;
    list-style: none
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li,
.single-product>div.product .woocommerce-sg-product-feature li {
    display: flex;
    flex-wrap: nowrap
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li i,
.single-product>div.product .woocommerce-sg-product-feature li i {
    margin-right: 8px;
    margin-top: 6px;
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li p:last-child,
.single-product>div.product .woocommerce-sg-product-feature li p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-sg-product-feature li+li,
.single-product>div.product .woocommerce-sg-product-feature li+li {
    margin-top: 10px
}

.single-product #pxl-content-area div.product form.cart,
.single-product>div.product form.cart {
    margin-bottom: 20px
}

.single-product #pxl-content-area div.product form.cart label,
.single-product>div.product form.cart label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    color: #191919
}

.single-product #pxl-content-area div.product form.cart .reset_variations,
.single-product>div.product form.cart .reset_variations {
    color: #000;
    font-size: 15px;
    margin-top: 6px
}

.single-product #pxl-content-area div.product form.cart .reset_variations:hover,
.single-product>div.product form.cart .reset_variations:hover {
    color: var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart .single_variation_wrap,
.single-product>div.product form.cart .single_variation_wrap {
    width: 100%
}

.single-product #pxl-content-area div.product form.cart .variations .variable-item:before,
.single-product>div.product form.cart .variations .variable-item:before {
    min-width: auto;
    font-size: 12px;
    border-radius: 0;
    padding: 0 12px;
    line-height: 26px;
    box-shadow: none
}

.single-product #pxl-content-area div.product form.cart .variations th.label,
.single-product>div.product form.cart .variations th.label {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #666
}

.single-product #pxl-content-area div.product form.cart .variations th.label label,
.single-product>div.product form.cart .variations th.label label {
    font-weight: 400;
    color: inherit;
    font-family: inherit
}

.single-product #pxl-content-area div.product form.cart .variations th.label .woo-selected-variation-item-name,
.single-product>div.product form.cart .variations th.label .woo-selected-variation-item-name {
    color: #000
}

.single-product #pxl-content-area div.product form.cart .variations td.label,
.single-product>div.product form.cart .variations td.label {
    padding: 0
}

.single-product #pxl-content-area div.product form.cart .variations td.woo-variation-items-wrapper,
.single-product>div.product form.cart .variations td.woo-variation-items-wrapper {
    padding: 0;
    margin-bottom: 12px
}

.single-product #pxl-content-area div.product form.cart .variations .color-variable-items-wrapper .color-variable-item,
.single-product>div.product form.cart .variations .color-variable-items-wrapper .color-variable-item {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item {
    padding: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12)
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item .variable-item-span {
    font-size: 14px
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected {
    background-color: #000;
    box-shadow: 0 0 0 1px #000
}

.single-product #pxl-content-area div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span,
.single-product>div.product form.cart .variations .button-variable-items-wrapper .button-variable-item.selected .variable-item-span {
    color: #fff
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
    background-color: #f9f9f9
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item .variable-item-span-button {
    font-size: 15px;
    line-height: 26px;
    padding: 0 8px;
    color: #383838
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item.selected,
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: var(--primary-color);
    box-shadow: 0 0 0 1px var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item.selected .variable-item-span-button,
.single-product #pxl-content-area div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button,
.single-product>div.product form.cart .button-variable-wrapper .button-variable-item:hover .variable-item-span-button {
    color: #fff
}

.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-add-to-cart,
.single-product>div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product #pxl-content-area div.product form.cart.variations_form .woocommerce-variation-price,
.single-product>div.product form.cart.variations_form .woocommerce-variation-price {
    margin: 0 0 24px
}

.single-product #pxl-content-area div.product form.cart.variations_form button.single_add_to_cart_button,
.single-product>div.product form.cart.variations_form button.single_add_to_cart_button {
    background-color: var(--primary-color)
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form),
.single-product>div.product form.cart:not(.variations_form),
.single-product #pxl-content-area div.product form.cart:not(.grouped_form),
.single-product>div.product form.cart:not(.grouped_form) {
    display: flex;
    margin: 0 0 52px;
    align-items: center;
    flex-wrap: wrap
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form) select,
.single-product>div.product form.cart:not(.variations_form) select,
.single-product #pxl-content-area div.product form.cart:not(.grouped_form) select,
.single-product>div.product form.cart:not(.grouped_form) select {
    margin: 0
}

.single-product #pxl-content-area div.product form.cart:not(.variations_form) label,
.single-product>div.product form.cart:not(.variations_form) label,
.single-product #pxl-content-area div.product form.cart:not(.grouped_form) label,
.single-product>div.product form.cart:not(.grouped_form) label {
    line-height: 50px
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td,
.single-product>div.product form.cart .woocommerce-grouped-product-list td {
    vertical-align: middle;
    padding-bottom: 10px
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list td a,
.single-product>div.product form.cart .woocommerce-grouped-product-list td a {
    color: inherit
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price,
.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 15px
}

@media screen and (max-width:1199px) {
    .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price,
    .single-product>div.product form.cart .woocommerce-grouped-product-list-item__price {
        font-size: 14px
    }
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price ins,
.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none
}

.single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__price del,
.single-product>div.product form.cart .woocommerce-grouped-product-list-item__price del {
    color: #8f8f8f
}

@media screen and (max-width:1199px) {
    .single-product #pxl-content-area div.product form.cart .woocommerce-grouped-product-list-item__label label,
    .single-product>div.product form.cart .woocommerce-grouped-product-list-item__label label {
        font-size: 14px
    }
}

.single-product #pxl-content-area div.product .woocommerce-gallery span.onsale,
.single-product>div.product .woocommerce-gallery span.onsale {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-gallery-inner,
.single-product>div.product .woocommerce-gallery-inner {
    display: flex;
    position: relative
}

@media screen and (min-width:1200px) {
    .single-product #pxl-content-area div.product .woocommerce-gallery-inner.flex-slider-active,
    .single-product>div.product .woocommerce-gallery-inner.flex-slider-active {
        padding-left: 90px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery,
.single-product>div.product .woocommerce-product-gallery {
    width: 100% !important;
    margin-bottom: 80px
}

@media screen and (max-width:991px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery,
    .single-product>div.product .woocommerce-product-gallery {
        margin-bottom: 40px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    padding: 0;
    border-radius: 3px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport,
.single-product>div.product .woocommerce-product-gallery .flex-viewport {
    border-radius: 3px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
.single-product>div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav {
    margin: 0;
    position: absolute;
    top: 0;
    left: -90px
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav li {
    margin-bottom: 10px;
    width: 70px;
    float: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav img {
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 4%);
    -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: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24, .74, .58, 1)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav img.flex-active,
.single-product>div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
    border-color: rgba(0, 0, 0, .12)
}

@media screen and (max-width:1199px) {
    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav,
    .single-product>div.product .woocommerce-product-gallery .flex-control-nav {
        position: static;
        margin: 30px 0 0;
        display: flex;
        flex-wrap: wrap
    }
    .single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-control-nav li,
    .single-product>div.product .woocommerce-product-gallery .flex-control-nav li {
        width: calc(20% - 10px);
        margin-right: 10px;
        margin-bottom: 10px
    }
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #000;
    background-color: rgba(0, 0, 0, .12)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:before,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a:before {
    content: "\f136";
    font-family: caseicon;
    font-size: 12px;
    display: inline-flex
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav a:hover,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav a:hover {
    color: var(--primary-color);
    background-color: var(--secondary-color)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    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%);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    visibility: hidden
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
    left: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
    right: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before,
.single-product>div.product .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
    -webkit-transform: scaleX(-1);
    -khtml-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    position: relative;
    display: block
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:before {
    content: '';
    background-color: rgba(168, 218, 28, .85);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:after {
    content: "\f06e";
    font-family: "font awesome 5 pro";
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -khtml-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    opacity: 0
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:before {
    opacity: .8
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after,
.single-product>div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a:hover:after {
    opacity: 1
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev,
.single-product>div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-prev {
    left: 22px;
    opacity: 1;
    visibility: visible
}

.single-product #pxl-content-area div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next,
.single-product>div.product .woocommerce-product-gallery:hover .flex-direction-nav .flex-nav-next {
    right: 22px;
    opacity: 1;
    visibility: visible
}

.single-product #pxl-content-area div.product .entry-summary,
.single-product>div.product .entry-summary {
    padding-left: 30px
}

@media screen and (max-width:1199px) {
    .single-product #pxl-content-area div.product .entry-summary,
    .single-product>div.product .entry-summary {
        padding-left: 0
    }
}

.single-product #pxl-content-area div.product .entry-summary>.woosc-btn,
.single-product>div.product .entry-summary>.woosc-btn,
.single-product #pxl-content-area div.product .entry-summary>.woosw-btn,
.single-product>div.product .entry-summary>.woosw-btn {
    display: none !important
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button,
.single-product>div.product .entry-summary .woocommerce-sg-product-button {
    padding-left: 110px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn {
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: var(--secondary-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:before {
    content: "\f12f";
    font-family: caseicon;
    margin: 0 5px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:hover,
.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus,
.single-product>div.product .entry-summary .woocommerce-sg-product-button .woosw-btn:focus {
    background: var(--primary-color)
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating,
.single-product>div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 18px;
    display: flex;
    align-items: center
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .star-rating,
.single-product>div.product .entry-summary .woocommerce-product-rating .star-rating {
    margin: 0
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link,
.single-product>div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    color: inherit;
    margin-left: 4px;
    font-size: 15px
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover,
.single-product>div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #333
}

.single-product #pxl-content-area div.product .entry-summary .entry-title,
.single-product>div.product .entry-summary .entry-title {
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 14px
}

.single-product #pxl-content-area div.product .entry-summary .price,
.single-product>div.product .entry-summary .price {
    font-size: 24px;
    line-height: 1;
    color: #666;
    font-weight: 500
}

.single-product #pxl-content-area div.product .entry-summary .price ins,
.single-product>div.product .entry-summary .price ins {
    margin-right: 22px;
    color: inherit;
    text-decoration: none
}

.single-product #pxl-content-area div.product .entry-summary .price del,
.single-product>div.product .entry-summary .price del {
    color: #8f8f8f
}

.single-product #pxl-content-area div.product .entry-summary .price del .amount,
.single-product>div.product .entry-summary .price del .amount {
    color: #8f8f8f
}

.single-product #pxl-content-area div.product .entry-summary .woocommerce-sg-product-excerpt,
.single-product>div.product .entry-summary .woocommerce-sg-product-excerpt {
    margin-bottom: 51px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button,
.single-product>div.product .entry-summary .single_add_to_cart_button {
    display: inline-flex;
    line-height: 55px;
    justify-content: center;
    padding: 0 40px;
    float: none
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading,
.single-product>div.product .entry-summary .single_add_to_cart_button.loading {
    padding-right: 42px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.loading:after,
.single-product>div.product .entry-summary .single_add_to_cart_button.loading:after {
    top: 0;
    right: 14px
}

.single-product #pxl-content-area div.product .entry-summary .single_add_to_cart_button.added:after,
.single-product>div.product .entry-summary .single_add_to_cart_button.added:after {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs,
.single-product>div.product .woocommerce-tabs {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 32px;
    max-width: 800px;
    margin: 0 auto
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,
.single-product>div.product .woocommerce-tabs ul.wc-tabs {
    overflow: visible;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

@media screen and (max-width:575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs,
    .single-product>div.product .woocommerce-tabs ul.wc-tabs {
        border-bottom: none
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs:before,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs:after,
.single-product>div.product .woocommerce-tabs ul.wc-tabs:after {
    display: none !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li {
    margin: 20px 30px 0 0;
    padding: 0;
    border: none;
    background-color: initial;
    position: relative;
    z-index: 99
}

@media screen and (max-width:767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li,
    .single-product>div.product .woocommerce-tabs ul.wc-tabs li {
        margin: 10px 0 0;
        width: 100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li:before,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li:after,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li:after {
    display: none !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
    padding: 0 48px;
    font-size: 18px;
    line-height: 53px;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #010101;
    font-weight: 500;
    position: relative;
    background-color: #fff;
    z-index: 1;
    text-transform: capitalize;
    border: 1px solid #1c3f39;
    position: relative;
    bottom: -1px
}

@media screen and (max-width:767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a,
    .single-product>div.product .woocommerce-tabs ul.wc-tabs li a {
        display: block;
        text-align: center
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li.active>a,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li.active>a,
.single-product #pxl-content-area div.product .woocommerce-tabs ul.wc-tabs li a:hover,
.single-product>div.product .woocommerce-tabs ul.wc-tabs li a:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-product-attributes th {
    font-weight: 600 !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description {
    line-height: 1.875
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel>h2 {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel.panel {
    padding-top: 34px;
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
    border: 1px solid #dee2e6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-bottom: 1px solid #dee2e6;
    font-family: inherit;
    color: #152136;
    font-weight: 400;
    font-style: normal;
    padding: 10px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
    border-left: 1px solid #dee2e6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-noreviews {
    margin-bottom: 0 !important
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list,
.single-product>div.product .woocommerce-tabs .tab-product-feature-list {
    font-size: 18px;
    line-height: 34px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4,
.single-product>div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
    font-weight: 600
}

.single-product #pxl-content-area div.product .woocommerce-tabs .tab-product-feature-list .line-gap,
.single-product>div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
    margin: 0;
    width: 100%
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
    font-size: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information td p {
    padding: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews.panel {
    padding-top: 60px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
    margin-bottom: 8px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
    height: 140px;
    min-height: 140px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-author label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-author label,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-email label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-email label,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment label {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
    padding-top: 49px;
    margin: 0 -15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form .comment-notes {
    font-size: 16px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform {
    display: inline-flex;
    flex-wrap: wrap
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform>*,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform>* {
    width: 100%;
    margin: 0 15px 30px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-notes,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-notes {
    order: 1
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-rating,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-rating {
    order: 2
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email {
    width: calc(50% - 30px);
    order: 3
}

@media screen and (max-width:767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author,
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email {
        width: 100%
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-comment,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-comment {
    order: 4
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-cookies-consent,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-cookies-consent {
    order: 5
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit {
    order: 6
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit {
    padding: 0 50px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating {
    padding: 12px 10px;
    background-color: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
    font-size: 16px;
    color: #000
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
    display: inline-flex;
    margin: 0 10px;
    font-size: 15px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
    display: inline-flex
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
    margin: 0 2px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
    color: #999
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a,
.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
    color: #000
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
    padding: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
    position: relative;
    margin-bottom: 30px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
    display: none
}

@media screen and (max-width:991px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
        position: static;
        margin-bottom: 8px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
    position: relative
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    padding: 0;
    width: 80px;
    -webkit-border-radius: 80px;
    -khtml-border-radius: 80px;
    -moz-border-radius: 80px;
    -ms-border-radius: 80px;
    -o-border-radius: 80px;
    border-radius: 80px;
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 4%);
    -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 4%);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 4%);
    -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 4%);
    -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 4%);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 4%);
    border: none
}

@media screen and (max-width:575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
        width: 40px;
        border: none
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 25px;
    font-size: 16px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    border: none;
    margin: 0;
    padding: 0 0 0 100px
}

@media screen and (max-width:767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
        float: none
    }
}

@media screen and (max-width:575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
        padding-left: 60px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin: 0 0 14px;
    font-size: 16px
}

@media screen and (max-width:575px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        display: block
    }
}

@media screen and (max-width:767px) {
    .single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta,
    .single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
        margin-top: 10px
    }
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 22px
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
    color: #222;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    font-weight: 500
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
    display: none
}

.single-product #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child,
.single-product>div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
    margin-bottom: 0
}

.single-product #pxl-content-area div.product .quantity,
.single-product>div.product .quantity {
    margin-right: 10px;
    float: none
}

.single-product #pxl-content-area div.product .product_meta,
.single-product>div.product .product_meta {
    color: #666;
    margin-bottom: 25px
}

@media screen and (max-width:1199px) {
    .single-product #pxl-content-area div.product .product_meta,
    .single-product>div.product .product_meta {
        font-size: 16px
    }
}

.single-product #pxl-content-area div.product .product_meta a,
.single-product>div.product .product_meta a {
    color: inherit
}

.single-product #pxl-content-area div.product .product_meta a:hover,
.single-product>div.product .product_meta a:hover {
    color: #222
}

.single-product #pxl-content-area div.product .product_meta>span,
.single-product>div.product .product_meta>span {
    display: inline-block;
    margin-right: 16px
}

.single-product .up-sells.upsells {
    margin-top: 52px
}

.single-product .up-sells.upsells>h2 {
    font-size: 32px;
    margin-bottom: 23px
}

.single-product .product-type-external .woocommerce-sg-product-button,
.single-product .product-type-grouped .woocommerce-sg-product-button {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.single-product .product-type-grouped form.cart .button {
    white-space: nowrap
}

@media screen and (max-width:1199px) {
    .single-product .product-type-grouped .quantity .qty {
        width: 80px !important
    }
}

@media screen and (min-width:768px) {
    .single-product.header-sticky #pxl-content-area div.product .entry-summary {
        top: 120px
    }
    .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
        top: 150px
    }
}

.pswp {
    z-index: 999999
}

.pswp .pswp__caption {
    display: none
}

.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, .76)
}

.pswp .pswp__top-bar {
    opacity: 1;
    background-color: initial
}

.pswp .pswp__ui .pswp__button {
    opacity: 1 !important
}

.pswp .pswp__ui .pswp__button:before {
    font-family: caseicon;
    background: 0 0;
    color: #fff;
    display: inline-flex;
    line-height: 30px;
    justify-content: center
}

.pswp .pswp__ui .pswp__button--arrow--left:before {
    content: "\f136"
}

.pswp .pswp__ui .pswp__button--arrow--right:before {
    content: "\f14d"
}

body.woocommerce-cart .pxl-entry-content>.woocommerce {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .woocommerce-cart-form {
    flex-grow: 1;
    padding: 0 15px
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .cart-collaterals {
    width: 100%;
    max-width: 370px;
    padding: 0 15px
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .cart-collaterals .cart_totals {
    width: 100%
}

@media screen and (max-width:767px) {
    body.woocommerce-cart .pxl-entry-content>.woocommerce .cart-collaterals {
        max-width: 100%
    }
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .woocommerce-notices-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-cart .pxl-entry-content>.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-cart .pxl-entry-content>.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    width: 100%
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .cart-empty.woocommerce-info {
    width: 100%;
    text-align: left
}

body.woocommerce-cart .pxl-entry-content>.woocommerce .return-to-shop {
    width: 100%
}

body.woocommerce-cart .cart-empty.woocommerce-info {
    padding: 112px 0 0;
    background-color: initial;
    border: none;
    text-align: center !important
}

body.woocommerce-cart .cart-empty.woocommerce-info:before {
    content: "\f145";
    font-family: caseicon;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    color: rgba(0, 0, 0, .14)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
    border: none
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #ebebeb
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    text-align: left;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text {
    border: none;
    background-color: #f8f8f8;
    color: #666;
    height: 51px;
    padding: 0 20px;
    min-width: 180px
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .input-text:focus {
    color: #222
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button {
    background-color: #000
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .coupon .button:hover {
    background-color: var(--primary-color)
}

body.woocommerce-cart .woocommerce-cart-form .shop_table .actions .button {
    float: right
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
    color: #152136;
    font-size: 16px;
    font-weight: 600
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
    color: rbga(#152136, .67)
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
    display: none
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
    color: #152136;
    font-size: 16px;
    font-weight: 600
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins,
body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
    color: #152136;
    background-color: initial
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
    text-align: center !important;
    min-width: 120px
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
    display: block
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
    width: 100%;
    max-width: 80px
}

body.woocommerce-cart .woocommerce-cart-form table.shop_table {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

@media screen and (max-width:769px) {
    body.woocommerce-cart .woocommerce-cart-form table.shop_table td {
        background-color: #fff !important
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    background-color: #fff;
    padding: 40px 50px;
    -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 8%);
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 33.33%
}

@media screen and (max-width:991px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        width: 50%;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (max-width:991px) {
    body.woocommerce-cart .cart-collaterals .cart_totals {
        padding: 30px;
        width: 100%
    }
}

body.woocommerce-cart .cart-collaterals .cart_totals>h2 {
    font-size: 24px;
    border-bottom: 1px solid rgba(96, 101, 104, .15);
    margin-bottom: 20px;
    padding-bottom: 14px;
    text-transform: capitalize
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
    vertical-align: middle !important;
    border: none !important;
    color: inherit;
    font-weight: 400;
    padding: 12px 10px 12px 0
}

body.woocommerce-cart .cart-collaterals .cart_totals th+td {
    border-left: 1px solid #ebebeb
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
    border: none !important;
    padding: 12px 10px;
    text-align: right
}

body.woocommerce-cart .cart-collaterals .cart_totals strong {
    font-weight: 600
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    color: #222;
    font-weight: 600
}

body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    border: none
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
    margin-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
    color: var(--primary-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
    content: '\f2f9';
    margin-left: 9px;
    font-family: material-design-iconic-font;
    position: relative;
    top: 1px
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
    color: var(--primary-color)
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 10px
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
}

body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    text-align: right
}

.woocommerce-checkout form.checkout_coupon {
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #f7f8fa
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    width: 50%;
    padding-right: 30px
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    width: 50%
}

.woocommerce-checkout #add_payment_method #payment,
.woocommerce-checkout #payment {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.woocommerce-checkout #customer_details {
    margin: 0 -15px;
    width: inherit
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .woocommerce-checkout #customer_details {
        margin: 0
    }
    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        width: 100%
    }
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
    width: 100%;
    display: block
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields>h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields {
    margin-bottom: 36px
}

.woocommerce-checkout #customer_details .woocommerce-additional-fields>h3 {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -khtml-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
    color: var(--primary-color)
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    position: absolute;
    opacity: 0
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
    content: "\f01a";
    font-family: FontAwesome;
    margin-left: 14px;
    font-weight: 400
}

.woocommerce-checkout #customer_details #billing_country_field label,
.woocommerce-checkout #customer_details #shipping_country_field label,
.woocommerce-checkout #customer_details #billing_address_1_field label,
.woocommerce-checkout #customer_details #shipping_address_1_field label,
.woocommerce-checkout #customer_details #order_comments_field label {
    display: none !important
}

.woocommerce-checkout #customer_details #billing_country_field textarea,
.woocommerce-checkout #customer_details #shipping_country_field textarea,
.woocommerce-checkout #customer_details #billing_address_1_field textarea,
.woocommerce-checkout #customer_details #shipping_address_1_field textarea,
.woocommerce-checkout #customer_details #order_comments_field textarea {
    padding: 18px 30px
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: capitalize
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
    font-weight: 500;
    vertical-align: middle !important
}

.woocommerce-checkout form.woocommerce-checkout #order_review th+td {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
    border-left: 1px solid #ebebeb
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
    margin-bottom: 60px;
    border-right: none;
    border-top: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
    font-weight: 700
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
    border-left: none
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color)
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart_item .product-quantity {
    font-weight: 400;
    color: #101010
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
    background-color: #f7f8fa;
    border: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
    margin-left: 10px
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
    padding: 20px;
    border-bottom: 1px solid #eee
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
    padding: 20px;
    margin: 0
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
    float: none;
    margin-top: 10px
}

.woocommerce-checkout #payment label {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: 600
}

.woocommerce-checkout #payment .stripe-card-group,
.woocommerce-checkout #payment .wc-stripe-elements-field,
.woocommerce-checkout #payment .wc-stripe-iban-element-field {
    width: 100%
}

.woocommerce-checkout .woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-customer-details .woocommerce-column__title {
    font-size: 26px;
    margin-bottom: 20px
}

.woocommerce-checkout .woocommerce-columns--addresses.col2-set {
    margin-left: -15px;
    margin-right: -15px
}

.woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
    width: 50%;
    max-width: 50%;
    margin-top: 55px
}

@media screen and (max-width:767px) {
    .woocommerce-checkout .woocommerce-columns--addresses.col2-set .woocommerce-column {
        width: 100%;
        max-width: 100%
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 30%;
    float: left;
    padding: 0 15px
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 60px
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #eaeaea
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 0;
    color: #222;
    position: relative;
    display: block
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:before {
    content: "\f14d";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    font-family: caseicon;
    color: var(--primary-color);
    margin-left: -16px;
    font-size: 10px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover {
    color: inherit;
    padding-left: 20px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li.is-active>a:before,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
    margin-left: 0;
    opacity: 1
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 70%;
    float: left
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content {
        width: 100%;
        margin-bottom: 0
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-1,
.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .col-2 {
    flex: inherit;
    max-width: inherit
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row label {
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    padding: 30px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    max-width: 670px;
    margin: 0 auto 30px;
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form label {
    font-weight: 500;
    margin-bottom: 2px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .password-input {
    display: block;
    width: 100%
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button.button {
    margin-right: 16px;
    height: auto
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword {
    margin-bottom: 0
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-LostPassword a:hover {
    color: var(--primary-color)
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
    padding: 0;
    line-height: 50px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
    font-size: 15px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    position: relative;
    top: -1px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-form .woocommerce-Button {
    height: 42px
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-notices-wrapper+h2 {
    text-align: center;
    font-size: 24px
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login {
    margin: 0 -15px;
    width: inherit;
    display: flex;
    flex-wrap: wrap
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login h2 {
    font-size: 24px;
    margin-bottom: 22px
}

.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1,
.woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
    width: 50%;
    flex: inherit;
    max-width: 100%
}

@media screen and (max-width:767px) {
    .woocommerce-account #pxl-main #pxl-content-area #customer_login {
        margin: 0
    }
    .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column1.col-1,
    .woocommerce-account #pxl-main #pxl-content-area #customer_login .u-column2.col-2 {
        width: 100%;
        padding: 0
    }
}

.woocommerce-account #pxl-main #pxl-content-area .woocommerce-password-strength.bad {
    background-color: initial;
    padding: 8px 0
}

body #yith-wcwl-popup-message {
    margin-left: -108px;
    display: none;
    bottom: 30px;
    top: auto;
    right: 30px;
    left: auto;
    background-color: var(--primary-color);
    border-radius: 3px;
    border: none;
    color: #fff;
    padding: 0 20px
}

body #yith-quick-view-modal .yith-quick-view-overlay {
    background-color: rgba(0, 0, 0, .85)
}

body #yith-quick-view-modal .yith-wcqv-main {
    -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: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
    border: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 0
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
    content: "\f410";
    font-family: "font awesome 5 pro";
    font-size: 18px
}

body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
    color: var(--primary-color)
}

body #yith-quick-view-modal .onsale {
    top: 29px !important
}

body #yith-quick-view-modal #yith-quick-view-content div.images {
    padding: 15px;
    margin-bottom: 0;
    width: 50%
}

@media screen and (max-width:575px) {
    body #yith-quick-view-modal #yith-quick-view-content div.images {
        width: 100%;
        margin-bottom: 30px
    }
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    padding: 30px 30px 15px 15px;
    width: 50%
}

@media screen and (max-width:575px) {
    body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
        width: 100%
    }
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
    font-size: 30px;
    margin-bottom: 5px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-rating {
    margin-bottom: 10px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price {
    font-weight: 600;
    color: var(--primary-color)
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price del {
    color: #666
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .price ins {
    color: inherit
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
    border-top: 1px solid #f7f9fb;
    border-bottom: 1px solid #f7f9fb;
    padding: 18px 0;
    margin-bottom: 30px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart label {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    color: #232323
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
    background-color: #f3f3f3;
    border: none;
    line-height: 40px;
    color: #6f6f6f;
    text-transform: uppercase;
    -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: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease 0s;
    -khtml-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
    font-size: 14px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
    background-color: var(--primary-color);
    color: #fff
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0 5px 5px 0;
    opacity: .5
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
    border: 2px solid rgba(0, 0, 0, .2)
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
    opacity: 1
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 24px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as {
    display: block;
    font-weight: 600;
    font-size: 15px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper span,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in span,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as span,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a {
    color: var(--primary-color);
    margin-left: 7px
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .sku_wrapper a:hover,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in a:hover,
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .tagged_as a:hover {
    color: var(--secondary-color)
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .product_meta .posted_in {
    display: none
}

body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
    margin: 0 20px 0 0;
    padding: 0 12px;
    width: 70px;
    height: 54px
}

.wishlist-title {
    width: 100%;
    text-align: center;
    margin: 0 0 45px
}

.wishlist-title .button .fa {
    font-family: FontAwesome
}

.hidden-title-form input+input {
    margin-top: 15px
}

.hidden-title-form .btn {
    line-height: 51px !important
}

.shop_table.cart.wishlist_table {
    margin-bottom: 0 !important
}

#yith-wcwl-form tfoot td {
    display: none
}

#yith-wcwl-form .product-stock-status {
    font-size: 16px;
    font-weight: 600
}

#yith-wcwl-form .product-stock-status .wishlist-in-stock {
    color: var(--secondary-color) !important
}

#yith-wcwl-form .wishlist-empty {
    text-align: center !important
}

#yith-wcwl-form .product-add-to-cart {
    text-align: right !important
}

#yith-wcwl-form .product-add-to-cart a.button {
    padding: 0 34px;
    display: inline-block !important
}

#yith-wcwl-form .product-add-to-cart a.button.loading {
    padding-right: 30px
}

#yith-wcwl-form .product-add-to-cart a.button.loading:after {
    top: 0 !important;
    right: 0 !important;
    text-indent: 0;
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    text-align: center !important
}

#yith-wcwl-form .yith-wcwl-share {
    display: none
}

@media screen and (max-width:767px) {
    #yith-wcwl-form {
        overflow-x: scroll
    }
    #yith-wcwl-form .cart.wishlist_table {
        min-width: 767px
    }
}

#stripe-payment-data .form-row>label+div {
    width: 100%
}

.woocommerce-lost-password {}

.woocommerce-lost-password .woocommerce-error {
    max-width: 440px;
    margin: auto
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    border: 1px solid rgba(0, 0, 0, 2%);
    background-color: #f9f9f9;
    padding: 35px 30px 25px;
    max-width: 440px;
    margin: 10px auto 0
}

.woocommerce-lost-password .woocommerce-ResetPassword p {
    width: 100% !important;
    float: none !important
}

.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
    width: 100%;
    height: 54px;
    line-height: 54px !important;
    padding: 0 30px !important;
    color: #fff !important
}

.woocommerce-lost-password .woocommerce-form-row label {
    margin-bottom: 4px;
    font-weight: 500;
    color: #222
}

.woocommerce-lost-password .pxl-entry-content>.woocommerce {
    max-width: 960px;
    margin: auto
}

.woosw-popup {}

.woosw-popup .woosw-item--time {
    display: none
}

.woosw-popup .woosw-item--actions a.button {
    line-height: 40px;
    padding: 0 22px
}

.woosw-popup .woosw-popup-content-bot a {
    color: #000;
    text-transform: capitalize
}

.woosw-popup .woosw-popup-content-bot a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.woosw-list {
    max-width: 860px;
    margin: auto
}

.woosw-list .woosw-actions {
    display: none
}

.woosw-list .woosw-popup-content-mid-massage {
    padding: 112px 0 0;
    background-color: initial;
    border: none;
    text-align: center !important
}

.woosw-list .woosw-popup-content-mid-massage:before {
    content: "\f145";
    font-family: caseicon;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    line-height: 100px;
    font-size: 100px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    color: rgba(0, 0, 0, .14);
    position: absolute
}

.woosw-list table.woosw-items {
    border-left: none
}

.woosw-list table.woosw-items td {
    border-right: none;
    background-color: initial !important
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
    font-weight: 600;
    color: #000
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price {
    font-size: 15px;
    color: var(--primary-color)
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price ins {
    background-color: initial;
    color: inherit
}

.woosw-list table.woosw-items .woosw-item .woosw-item--price del {
    color: #888
}

.woosw-list table.woosw-items .woosw-item .woosw-item--time {
    font-size: 15px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions {
    text-align: right
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button {
    min-width: 170px;
    text-align: center
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added {
    margin: 0 10px
}

.woosw-list table.woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.button.added:after {
    display: none
}

.woosq-popup .woocommerce-product-details__short-description {
    margin-bottom: 22px
}

.woosq-popup div.product .entry-summary .entry-title {
    font-size: 32px
}

.woosq-popup div.product .entry-summary .product_type_external {
    width: 100%;
    line-height: 50px;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button {
    width: 100%;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
    line-height: 50px;
    text-align: center
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
    opacity: 1
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2
}

.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
    display: none
}

.pxl--hide-arrow .pxl-swiper-arrow:not(.pxl-swiper-arrow-custom) {
    opacity: 0 !important;
    visibility: hidden !important
}

.swiper-filter-active .non-swiper-slide {
    display: none
}

.swiper-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.swiper-filter-wrap .filter-item {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 24px;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.swiper-filter-wrap .filter-item:before {
    content: '';
    width: 11px;
    height: 41px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    background-color: #f4f4f4;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%)scaleY(0);
    -khtml-transform: translate(-50%, -50%)scaleY(0);
    -moz-transform: translate(-50%, -50%)scaleY(0);
    -ms-transform: translate(-50%, -50%)scaleY(0);
    -o-transform: translate(-50%, -50%)scaleY(0);
    transform: translate(-50%, -50%)scaleY(0);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    z-index: -1
}

.swiper-filter-wrap .filter-item span {
    color: #010927;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.swiper-filter-wrap .filter-item.active {
    color: var(--primary-color)
}

.swiper-filter-wrap .filter-item.active:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%)scaleY(1);
    -khtml-transform: translate(-50%, -50%)scaleY(1);
    -moz-transform: translate(-50%, -50%)scaleY(1);
    -ms-transform: translate(-50%, -50%)scaleY(1);
    -o-transform: translate(-50%, -50%)scaleY(1);
    transform: translate(-50%, -50%)scaleY(1)
}

.pxl-swiper-sliders .pxl-item--image img {
    width: 100%
}

.pxl-swiper-sliders .pxl-item--title a,
.pxl-swiper-sliders .pxl-item--category a {
    color: inherit
}

.pxl-swiper-sliders .pxl-item--title a:hover,
.pxl-swiper-sliders .pxl-item--category a:hover {
    color: inherit
}

.pxl-grid .pxl-item--image img,
.pxl-portfolio-carousel .pxl-item--image img,
.pxl-service-carousel .pxl-item--image img,
.pxl-grid .pxl-item--featured img,
.pxl-portfolio-carousel .pxl-item--featured img,
.pxl-service-carousel .pxl-item--featured img {
    width: 100%
}

.pxl-grid .pxl-item--title a,
.pxl-portfolio-carousel .pxl-item--title a,
.pxl-service-carousel .pxl-item--title a,
.pxl-grid .item--title a,
.pxl-portfolio-carousel .item--title a,
.pxl-service-carousel .item--title a {
    color: inherit
}

.pxl-grid .pxl-item--title a:hover,
.pxl-portfolio-carousel .pxl-item--title a:hover,
.pxl-service-carousel .pxl-item--title a:hover,
.pxl-grid .item--title a:hover,
.pxl-portfolio-carousel .item--title a:hover,
.pxl-service-carousel .item--title a:hover {
    color: inherit
}

.pxl-grid .item--category a,
.pxl-portfolio-carousel .item--category a,
.pxl-service-carousel .item--category a {
    color: inherit
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry,
.pxl-portfolio-carousel.pxl-grid-nogap .pxl-grid-masonry,
.pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry {
    margin: 0 !important
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,
.pxl-portfolio-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item,
.pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry .pxl-grid-item {
    padding: 0 !important
}

.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .item--inner,
.pxl-portfolio-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner,
.pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner {
    margin-bottom: 0
}

.pxl-load-more-style1 .btn {
    padding: 0 38px
}

.pxl-load-more-style1 .btn:after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border-color: transparent #fff transparent #fff;
    border-width: 1px;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 20px;
    animation: pxl_spin .6s infinite linear;
    -webkit-animation: pxl_spin .6s infinite linear;
    box-sizing: border-box;
    z-index: 2;
    margin-top: -10px;
    opacity: 0
}

.pxl-load-more-style1.loading .btn {
    padding-right: 60px
}

.pxl-load-more-style1.loading .btn:after {
    opacity: 1
}

.pxl-grid-filter1 {
    margin-bottom: 40px
}

.pxl-grid-filter1 .filter-item {
    font-weight: 500;
    color: #010101;
    font-size: 18px;
    display: inline-block;
    margin: 10px 24px;
    cursor: pointer;
    position: relative;
    padding: 0 10px
}

.pxl-grid-filter1 .filter-item:before {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: var(--primary-color);
    opacity: 0;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-grid-filter1 .filter-item.active:before,
.pxl-grid-filter1 .filter-item:hover:before {
    bottom: 0;
    opacity: 1
}

.pxl-blog-style1 .pxl-item--featured {
    margin-bottom: 23px
}

.pxl-blog-style1 .pxl-item--meta {
    display: inline-flex;
    font-size: 16px;
    margin-bottom: 16px
}

.pxl-blog-style1 .pxl-item--date {
    font-weight: 700;
    color: #0a1316
}

.pxl-blog-style1 .pxl-item--author a {
    color: inherit
}

.pxl-blog-style1 .pxl-item--title {
    margin-bottom: 27px
}

.pxl-blog-style1 .pxl-item--title a {
    color: inherit;
    box-shadow: 0 -1px white inset, 0 -2px #000 inset
}

.pxl-blog-style1 .pxl-item--title a:hover {
    color: rgba(0, 0, 0, .67);
    box-shadow: none
}

.pxl-blog-style1 .pxl-item--holder {
    padding: 0 10px 6px
}

@media screen and (max-width:767px) {
    .pxl-blog-style1 .pxl-item--holder {
        padding: 0
    }
}

.pxl-blog-style1 .pxl-item--inner {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -khtml-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -moz-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -ms-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    -o-box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    box-shadow: 0 9px 29px rgba(28, 63, 44, 6%);
    margin-bottom: 30px
}

.pxl-blog-style1.pxl-post-carousel1 .pxl-item--inner {
    margin-top: 30px
}

.pxl-blog-style1.pxl-post-carousel1 .pxl-swiper-pagination {
    margin-top: 55px
}

.pxl-blog-style1.pxl-post-style2 .pxl-item--inner {
    padding-top: 40px;
    box-shadow: none;
    background-color: initial;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-blog-style1.pxl-post-style2 .pxl-item--inner .pxl-item--title a {
    box-shadow: none
}

.pxl-blog-style1.pxl-post-style2 .pxl-item--inner:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 29px rgba(28, 63, 44, 6%);
    -khtml-box-shadow: 0 0 29px rgba(28, 63, 44, 6%);
    -moz-box-shadow: 0 0 29px rgba(28, 63, 44, 6%);
    -ms-box-shadow: 0 0 29px rgba(28, 63, 44, 6%);
    -o-box-shadow: 0 0 29px rgba(28, 63, 44, 6%);
    box-shadow: 0 0 29px rgba(28, 63, 44, 6%)
}

.pxl-blog-style1.pxl-post-style2 .pxl-item--inner:hover .pxl-item--title a {
    box-shadow: 0 -1px white inset, 0 -2px #000 inset
}

.pxl-blog-style2 .pxl-item--title {
    margin-bottom: 12px;
    color: #1c3f39
}

.pxl-blog-style2 .pxl-item--meta {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #7a7a7a;
    padding-bottom: 4px
}

.pxl-blog-style2 .pxl-item--meta a {
    color: inherit
}

.pxl-blog-style2 .pxl-item--meta i {
    color: var(--primary-color)
}

.pxl-blog-style2 .pxl-item--meta>div {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px
}

.pxl-blog-style2 .pxl-item--content {
    font-size: 17px;
    color: #444;
    line-height: 1.647;
    margin-bottom: 28px
}

.pxl-blog-style2 .pxl-item--holder {
    padding: 23px 30px 0
}

.pxl-blog-style2 .pxl-item--button {
    border-top: 1px solid #e9f0f3;
    padding: 24px 0;
    position: relative;
    z-index: 1
}

.pxl-blog-style2 .pxl-item--button:before {
    z-index: -1;
    content: '';
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    background-color: var(--secondary-color);
    height: 13px;
    width: 94px;
    right: 0;
    position: absolute;
    bottom: 0;
    transform: skewX(-40deg)
}

.pxl-blog-style2 .pxl-item--inner {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 30px 0 50px;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 6%);
    -khtml-box-shadow: 0 6px 24px rgba(0, 0, 0, 6%);
    -moz-box-shadow: 0 6px 24px rgba(0, 0, 0, 6%);
    -ms-box-shadow: 0 6px 24px rgba(0, 0, 0, 6%);
    -o-box-shadow: 0 6px 24px rgba(0, 0, 0, 6%);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 6%);
    overflow: hidden
}

.pxl-blog-style2 .pxl-item--inner:hover .pxl-item--button:before {
    background-color: var(--primary-color)
}

.pxl-portfolio-style1 .pxl-carousel-inner {
    overflow: visible
}

.pxl-portfolio-style1 .pxl-item--featured {
    margin-bottom: 25px
}

.pxl-portfolio-style1 .pxl-item--featured img {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pxl-portfolio-style1 .pxl-item--title {
    font-size: 22px;
    margin-bottom: 0
}

.pxl-portfolio-style1 .pxl-item--button {
    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%);
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    margin: 0 -7px
}

.pxl-portfolio-style1 .pxl-item--button a {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: var(--secondary-color)
}

.pxl-portfolio-style1 .pxl-item--button a:hover {
    color: var(--primary-color)
}

.pxl-portfolio-style1 .pxl-item--holder {
    position: relative
}

.pxl-portfolio-style1 .pxl-item--inner {
    margin-bottom: 47px
}

.pxl-portfolio-style1 .pxl-item--inner:hover .pxl-item--button {
    transform: translate(0, -50%)rotate(45deg)
}

.pxl-portfolio-style1.pxl-portfolio-carousel1 .pxl-item--inner {
    margin-bottom: 19px
}

@media screen and (min-width:1200px) {
    .pxl-portfolio-style1.pxl-portfolio-carousel1 .pxl-swiper-container {
        margin: 0 -25px
    }
    .pxl-portfolio-style1.pxl-portfolio-carousel1 .pxl-swiper-slide {
        padding: 0 25px
    }
}

.pxl-portfolio-style2 .pxl-item--category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
    margin-bottom: 11px
}

.pxl-portfolio-style2 .pxl-item--category a {
    color: inherit
}

.pxl-portfolio-style2 .pxl-item--title {
    font-size: 24px;
    margin-bottom: 0;
    color: #fff
}

.pxl-portfolio-style2 .pxl-item--title a {
    color: inherit
}

.pxl-portfolio-style2 .pxl-item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 36px 38px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-portfolio-style2 .pxl-item--button a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: var(--primary-color);
    border-radius: 44px;
    position: relative;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    position: absolute;
    bottom: 40px;
    left: 36px;
    opacity: 0;
    transform: scale(.5)
}

.pxl-portfolio-style2 .pxl-item--button a .pxl-icon--plus {
    height: 12px;
    width: 12px
}

.pxl-portfolio-style2 .pxl-item--button a .pxl-icon--plus:before,
.pxl-portfolio-style2 .pxl-item--button a .pxl-icon--plus:after {
    background-color: var(--secondary-color)
}

.pxl-portfolio-style2 .pxl-item--button a .pxl-icon--plus:before {
    width: 12px;
    top: 5px
}

.pxl-portfolio-style2 .pxl-item--button a .pxl-icon--plus:after {
    left: 5px;
    height: 12px
}

.pxl-portfolio-style2 .pxl-item--inner {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.pxl-portfolio-style2 .pxl-item--inner:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222424), to(rgba(34, 36, 36, 0)));
    background-image: -webkit-linear-gradient(to top, #222424, rgba(34, 36, 36, 0));
    background-image: -moz-linear-gradient(to top, #222424, rgba(34, 36, 36, 0));
    background-image: -ms-linear-gradient(to top, #222424, rgba(34, 36, 36, 0));
    background-image: -o-linear-gradient(to top, #222424, rgba(34, 36, 36, 0));
    background-image: linear-gradient(to top, #222424, rgba(34, 36, 36, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222424', endColorStr='rgba(34, 36, 36, 0)');
    height: 90%;
    top: auto;
    bottom: 0;
    opacity: .55;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-portfolio-style2 .pxl-item--inner:hover:before {
    opacity: 1
}

.pxl-portfolio-style2 .pxl-item--inner:hover .pxl-item--holder {
    padding-bottom: 112px
}

.pxl-portfolio-style2 .pxl-item--inner:hover .pxl-item--button a {
    opacity: 1;
    transform: scale(1)
}

.pxl-service-style1 .pxl-item--icon {
    width: 80px;
    height: 80px;
    position: absolute;
    background-color: #fff;
    border-radius: 80px;
    font-size: 40px;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    -khtml-box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    box-shadow: 0 0 27px rgba(0, 0, 0, .1);
    color: var(--primary-color);
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-service-style1 .pxl-item--icon img {
    max-height: 42px
}

.pxl-service-style1 .pxl-item--title {
    margin-bottom: 10px;
    font-weight: 600
}

@media screen and (max-width:575px) {
    .pxl-service-style1 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-service-style1 .pxl-item--content {
    line-height: 1.44444
}

@media screen and (max-width:575px) {
    .pxl-service-style1 .pxl-item--content {
        font-size: 16px
    }
}

.pxl-service-style1 .pxl-item--holder {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 29px rgba(0, 0, 0, 5%);
    -khtml-box-shadow: 0 3px 29px rgba(0, 0, 0, 5%);
    -moz-box-shadow: 0 3px 29px rgba(0, 0, 0, 5%);
    -ms-box-shadow: 0 3px 29px rgba(0, 0, 0, 5%);
    -o-box-shadow: 0 3px 29px rgba(0, 0, 0, 5%);
    box-shadow: 0 3px 29px rgba(0, 0, 0, 5%);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 60px 30px 32px;
    position: relative;
    z-index: 99;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

@media screen and (max-width:575px) {
    .pxl-service-style1 .pxl-item--holder {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: 15px;
        margin-right: 15px
    }
}

.pxl-service-style1 .pxl-item--featured img {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pxl-service-style1 .pxl-item--featured+.pxl-item--holder {
    margin-top: -30px
}

.pxl-service-style1 .pxl-item--readmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    opacity: 0
}

.pxl-service-style1 .pxl-item--inner {
    margin-bottom: 30px
}

.pxl-service-style1 .pxl-item--inner:hover .pxl-item--icon {
    top: -60px;
    opacity: 0;
    transform: rotateY(180deg)
}

.pxl-service-style1 .pxl-item--inner:hover .pxl-item--holder {
    padding-top: 27px;
    padding-bottom: 65px
}

.pxl-service-style1 .pxl-item--inner:hover .pxl-item--readmore {
    opacity: 1;
    bottom: 23px
}

.pxl-service-style2 .pxl-item--icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 80px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    -khtml-box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    box-shadow: 0 0 35px rgba(0, 0, 0, .12);
    font-size: 44px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
    color: var(--secondary-color);
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-service-style2 .pxl-item--icon svg {
    height: 48px;
    fill: var(--secondary-color)
}

.pxl-service-style2 .pxl-item--icon img {
    max-height: 48px
}

.pxl-service-style2 .pxl-item--featured img {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.pxl-service-style2 .pxl-item--featured+.pxl-item--holder {
    margin-top: -40px
}

.pxl-service-style2 .pxl-item--title {
    margin-bottom: 8px
}

.pxl-service-style2 .pxl-item--content {
    color: #444;
    font-size: 17px;
    line-height: 1.647;
    margin-bottom: 22px
}

.pxl-service-style2 .pxl-item--holder {
    margin: 0 30px;
    padding: 60px 30px 0;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    z-index: 99
}

@media screen and (max-width:767px) {
    .pxl-service-style2 .pxl-item--holder {
        margin: 0 15px
    }
}

.pxl-service-style2 .pxl-item--readmore {
    margin: 0 -30px
}

.pxl-service-style2 .pxl-item--readmore a {
    display: block;
    border-top: 1px solid #e5e5e5;
    -webkit-border-radius: 0 0 20px 20px;
    -khtml-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    padding: 16px 15px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-service-style2 .pxl-item--inner:hover .pxl-item--icon {
    box-shadow: none;
    background-color: var(--primary-color);
    color: #fff
}

.pxl-service-style2 .pxl-item--inner:hover .pxl-item--readmore a {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-service-style3 .pxl-item--icon {
    font-size: 38px;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 14px
}

.pxl-service-style3 .pxl-item--icon svg {
    height: 42px;
    fill: var(--primary-color)
}

.pxl-service-style3 .pxl-item--icon img {
    max-height: 42px
}

.pxl-service-style3 .pxl-item--title {
    font-size: 30px;
    margin-bottom: 13px;
    line-height: 1.2;
    color: #fff
}

@media screen and (max-width:1199px) {
    .pxl-service-style3 .pxl-item--title {
        font-size: 24px
    }
}

.pxl-service-style3 .pxl-item--content {
    color: rgba(255, 255, 255, .86);
    margin-bottom: 19px
}

.pxl-service-style3 .pxl-item--readmore .btn--readmore-divider {
    color: #fff
}

.pxl-service-style3 .pxl-item--readmore .btn--readmore-divider span:before {
    background-color: #fff
}

.pxl-service-style3 .pxl-item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 27px 46px;
    z-index: 99;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

@media screen and (max-width:1400px) {
    .pxl-service-style3 .pxl-item--holder {
        padding-left: 32px;
        padding-right: 32px
    }
}

.pxl-service-style3 .pxl-item--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-service-style3 .pxl-item--overlay:before {
    content: '';
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 12, 10, .96)), to(rgba(2, 12, 10, 0)));
    background-image: -webkit-linear-gradient(to top, rgba(2, 12, 10, .96), rgba(2, 12, 10, 0));
    background-image: -moz-linear-gradient(to top, rgba(2, 12, 10, .96), rgba(2, 12, 10, 0));
    background-image: -ms-linear-gradient(to top, rgba(2, 12, 10, .96), rgba(2, 12, 10, 0));
    background-image: -o-linear-gradient(to top, rgba(2, 12, 10, .96), rgba(2, 12, 10, 0));
    background-image: linear-gradient(to top, rgba(2, 12, 10, .96), rgba(2, 12, 10, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(2, 12, 10, 0.96)', endColorStr='rgba(2, 12, 10, 0)')
}

.pxl-service-style3 .pxl-item--hover {
    display: none
}

.pxl-service-style3 .pxl-item--inner {
    position: relative;
    margin-bottom: 50px
}

.pxl-service-style3 .pxl-item--inner:hover .pxl-item--overlay {
    height: calc(100% + 50px)
}

.pxl-service-style3 .pxl-item--inner:hover .pxl-item--holder {
    bottom: -10px
}

body.rtl .pxl-load-more-style1.loading .btn {
    padding-left: 60px;
    padding-right: 38px
}

body.rtl .pxl-load-more-style1.loading .btn:after {
    right: auto;
    left: 20px
}

body.rtl .pxl-portfolio-grid-layout1 .pxl-item--inner:hover .pxl-item--button {
    transform: translate(0, -50%)rotate(-45deg)
}

button {
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms
}

.button,
input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 19px;
    line-height: 51px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--secondary-color);
    height: auto;
    letter-spacing: .01em;
    text-align: center;
    justify-content: center
}

.button:hover,
input[type=submit]:hover,
.button:focus,
input[type=submit]:focus,
.button:active,
input[type=submit]:active,
.button:not([disabled]):not(.disabled).active,
input[type=submit]:not([disabled]):not(.disabled).active,
.button:not([disabled]):not(.disabled):active,
input[type=submit]:not([disabled]):not(.disabled):active {
    outline: none;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.pxl-icon-active i.flaticon {
    display: inline-flex
}

.btn {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 0 19px;
    line-height: 51px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: var(--secondary-color);
    height: auto;
    letter-spacing: .01em;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    outline: none;
    text-decoration: none;
    color: var(--secondary-color);
    background-color: var(--primary-color)
}

.btn i {
    line-height: normal
}

.btn i.flaticon {
    line-height: 1
}

.btn.pxl-icon--right {
    flex-direction: row-reverse
}

.btn.btn-primary {
    background-color: var(--primary-color);
    color: #1c3f39
}

.btn.btn-primary:hover {
    background-color: var(--secondary-color);
    color: #fff
}

.btn.btn-white-shadow {
    background-color: #fff;
    line-height: 42px;
    padding: 0 29px;
    color: var(--secondary-color);
    -webkit-border-radius: 42px;
    -khtml-border-radius: 42px;
    -moz-border-radius: 42px;
    -ms-border-radius: 42px;
    -o-border-radius: 42px;
    border-radius: 42px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 6%);
    -khtml-box-shadow: 0 0 8px rgba(0, 0, 0, 6%);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 6%);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 6%);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 6%);
    box-shadow: 0 0 8px rgba(0, 0, 0, 6%)
}

.btn.btn-white-shadow:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: none
}

.btn.btn-icon-box,
.btn.btn-icon-box2 {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    -webkit-border-radius: 61px;
    -khtml-border-radius: 61px;
    -moz-border-radius: 61px;
    -ms-border-radius: 61px;
    -o-border-radius: 61px;
    border-radius: 61px;
    overflow: hidden;
    line-height: 61px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    padding: 0 16px 0 24px
}

.btn.btn-icon-box i,
.btn.btn-icon-box2 i {
    width: 62px;
    min-width: 62px;
    line-height: inherit;
    justify-content: center;
    color: #fff
}

.btn.btn-icon-box.pxl-icon--right,
.btn.btn-icon-box2.pxl-icon--right {
    padding-right: 0 !important
}

.btn.btn-icon-box.pxl-icon--left,
.btn.btn-icon-box2.pxl-icon--left {
    padding-left: 0 !important
}

.btn.btn-icon-box:hover,
.btn.btn-icon-box2:hover {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.btn.btn-icon-box i {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1')
}

.btn.btn-icon-box2 {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    color: #fff
}

.btn.btn-icon-box2 i {
    background-color: var(--primary-color);
    color: var(--secondary-color)
}

.btn.btn-gradient {
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
    background-image: -o-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
    background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
    background-size: 200%, auto
}

.btn.btn-gradient:hover,
.btn.btn-gradient:focus,
.btn.btn-gradient:active {
    background-position: 100%;
    color: #fff
}

.btn.btn-icon-box2.wpcf7-submit {
    padding-left: 46px;
    padding-right: 0
}

.btn--readmore {
    font-size: 16px;
    font-weight: 700;
    color: #0a1316;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center
}

.btn--readmore i {
    font-size: 40px;
    color: var(--secondary-color);
    height: 40px;
    line-height: 40px
}

.btn--readmore i.flaticon-book {
    position: relative
}

.btn--readmore i.flaticon-book:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 7px;
    position: absolute;
    top: 15px;
    left: 8px;
    background-color: var(--primary-color)
}

.btn--readmore span {
    position: relative;
    top: -3px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.btn--readmore span:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -3px;
    background-color: var(--primary-color);
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

.btn--readmore:hover {
    color: #0a1316
}

.btn--readmore:hover span {
    top: 0
}

.btn--readmore:hover span:before {
    opacity: 0;
    bottom: 4px
}

.btn--readmore-divider {
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: var(--secondary-color)
}

.btn--readmore-divider i {
    color: var(--primary-color);
    margin: 0 6px
}

.btn--readmore-divider span {
    position: relative
}

.btn--readmore-divider span:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    background-color: var(--secondary-color);
    bottom: 3px;
    left: 0;
    opacity: .8
}

.btn--readmore-divider:hover {
    color: var(--secondary-color)
}

.btn--readmore-divider:hover span:before {
    width: 100%
}

.btn--readmore-arrowup {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    display: inline-flex;
    align-items: center
}

.btn--readmore-arrowup .flaticon-up-right-arrow {
    font-size: 12px;
    -webkit-transition: transform 250ms linear 0ms;
    -khtml-transition: transform 250ms linear 0ms;
    -moz-transition: transform 250ms linear 0ms;
    -ms-transition: transform 250ms linear 0ms;
    -o-transition: transform 250ms linear 0ms;
    transition: transform 250ms linear 0ms
}

.btn--readmore-arrowup:hover .flaticon-up-right-arrow {
    transform: rotate(45deg)
}

.btn-shape-primary {
    font-size: 16px;
    color: #0a1316;
    position: relative;
    line-height: 51px;
    z-index: 1;
    font-weight: 700
}

.btn-shape-primary span {
    display: inline-flex
}

.btn-shape-primary i {
    font-size: 22px
}

.btn-shape-primary .pxl-item--shape {
    width: 82px;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #d2ef82;
    height: 100%;
    -webkit-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .2s cubic-bezier(.645, .045, .355, 1);
    transition: all .2s cubic-bezier(.645, .045, .355, 1)
}

.btn-shape-primary:hover,
.btn-shape-primary:focus {
    color: #0a1316;
    padding: 0 20px
}

.btn-shape-primary:hover .pxl-item--shape,
.btn-shape-primary:focus .pxl-item--shape {
    width: 100%;
    right: 0
}

.pxl-button .btn-default .flaticon-up-right-arrow {
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-button .btn-default:hover .flaticon-up-right-arrow {
    transform: rotate(45deg)
}

body.rtl .btn--readmore i.flaticon-book::after {
    right: 8px;
    left: auto
}

body.rtl .btn-shape-primary:hover .pxl-item--shape {
    right: auto;
    left: 0
}

body.rtl .btn--readmore-divider span:before {
    left: auto;
    right: 0
}

.pxl-nav-menu .pxl-menu-primary>li.menu-item-has-children>a .caseicon-angle-arrow-down {
    display: inline-flex;
    font-size: 10px;
    line-height: 1;
    margin-left: 6px;
    -webkit-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .25s cubic-bezier(.645, .045, .355, 1);
    transition: transform .25s cubic-bezier(.645, .045, .355, 1)
}

.pxl-nav-menu .pxl-menu-primary>li:hover>a .caseicon-angle-arrow-down {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li {
    margin: 0 1px
}

.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li>a span {
    line-height: 37px;
    display: inline-flex;
    padding: 0 22px;
    align-items: center;
    position: relative;
    z-index: 1
}

.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li>a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--secondary-color);
    z-index: -1;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transform: scaleY(0);
    transform-origin: bottom center
}

.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li>a.pxl-onepage-active,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li:hover>a,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current_page_item>a,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current-menu-item>a,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current_page_ancestor>a,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current-menu-ancestor>a {
    color: var(--primary-color)
}

.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li>a.pxl-onepage-active span:before,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li:hover>a span:before,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current_page_item>a span:before,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current-menu-item>a span:before,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current_page_ancestor>a span:before,
.pxl-nav-menu.fr-style-box1 .pxl-menu-primary>li.current-menu-ancestor>a span:before {
    transform: scaleY(1)
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li {
    margin: 0 4px
}

@media screen and (min-width:1601px) {
    .pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li {
        margin: 0 14px
    }
}

@media screen and (max-width:1260px) {
    .pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li {
        margin: 0 2px
    }
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a span {
    display: inline-flex;
    padding: 0 12px;
    position: relative;
    line-height: 42px;
    align-items: center
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a span:after {
    content: '';
    height: 5px;
    width: 0;
    position: absolute;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    opacity: 0
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a span:before {
    top: 0
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a span:after {
    bottom: 0
}

.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a.pxl-onepage-active span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li:hover>a span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current_page_item>a span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current-menu-item>a span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current_page_ancestor>a span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current-menu-ancestor>a span:before,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li>a.pxl-onepage-active span:after,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li:hover>a span:after,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current_page_item>a span:after,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current-menu-item>a span:after,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current_page_ancestor>a span:after,
.pxl-nav-menu.fr-style-divider1 .pxl-menu-primary>li.current-menu-ancestor>a span:after {
    width: 100%;
    opacity: 1
}

.pxl-nav-menu .sub-menu li.menu-item-has-children>a:after {
    content: "\f14d";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 10px;
    font-family: caseicon;
    font-weight: 400
}

.pxl-nav-menu.show-effect-fade .pxl-menu-primary .sub-menu {
    margin-top: 0
}

.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary .sub-menu {
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    margin-top: 0
}

.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li:hover>.sub-menu,
.pxl-nav-menu.show-effect-dropdown .pxl-menu-primary li.focus>.sub-menu {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary .sub-menu {
    margin-top: 0;
    transform: perspective(500px)rotateX(-20deg);
    transform-origin: 50% 0%
}

.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li:hover>.sub-menu,
.pxl-nav-menu.show-effect-slidedown .pxl-menu-primary li.focus>.sub-menu {
    transform: perspective(500px)rotateX(0)
}

@media screen and (min-width:1200px) {
    #pxl-header-default .pxl-menu-primary>li {
        margin: 0 1px
    }
    #pxl-header-default .pxl-menu-primary>li>a span {
        line-height: 37px;
        display: inline-flex;
        padding: 0 22px;
        align-items: center;
        position: relative;
        z-index: 1
    }
    #pxl-header-default .pxl-menu-primary>li>a span:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--secondary-color);
        z-index: -1;
        -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transition: all .25s cubic-bezier(.645, .045, .355, 1);
        transform: scaleY(0);
        transform-origin: bottom center
    }
    #pxl-header-default .pxl-menu-primary>li:hover>a,
    #pxl-header-default .pxl-menu-primary>li.current_page_item>a,
    #pxl-header-default .pxl-menu-primary>li.current-menu-item>a,
    #pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a,
    #pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a {
        color: var(--primary-color)
    }
    #pxl-header-default .pxl-menu-primary>li:hover>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current_page_item>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current-menu-item>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current_page_ancestor>a span:before,
    #pxl-header-default .pxl-menu-primary>li.current-menu-ancestor>a span:before {
        transform: scaleY(1)
    }
}

.pxl-icon-box {
    position: relative
}

.pxl-icon-box .pxl-item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99
}

.pxl-icon-box1.style-1 .pxl-item--icon {
    line-height: 1;
    font-size: 38px;
    color: var(--primary-color)
}

@media screen and (max-width:767px) {
    .pxl-icon-box1.style-1 .pxl-item--icon {
        font-size: 32px
    }
}

.pxl-icon-box1.style-1 .pxl-item--icon svg {
    height: 38px
}

.pxl-icon-box1.style-1 .pxl-item--icon img {
    max-width: 38px
}

.pxl-icon-box1.style-1 .pxl-item--title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -4px;
    margin-bottom: 10px
}

.pxl-icon-box1.style-1 .pxl-item--inner {
    background-color: #fff;
    border-left: 5px solid var(--primary-color);
    padding: 37px 25px 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
    box-shadow: 0 0 15px rgba(0, 0, 0, 6%);
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:767px) {
    .pxl-icon-box1.style-1 .pxl-item--inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-icon-box1.style-2 .pxl-item--icon {
    margin-right: 30px;
    line-height: 1;
    font-size: 40px;
    color: var(--primary-color);
    background-color: var(--secondary-color);
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 75px;
    min-width: 75px;
    height: 70px;
    position: relative
}

@media screen and (max-width:1199px) {
    .pxl-icon-box1.style-2 .pxl-item--icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        font-size: 34px;
        margin-right: 20px
    }
}

.pxl-icon-box1.style-2 .pxl-item--icon svg {
    height: 40px
}

.pxl-icon-box1.style-2 .pxl-item--icon img {
    max-height: 40px
}

.pxl-icon-box1.style-2 .pxl-item--title {
    font-size: 20px;
    font-weight: 600;
    margin-top: -4px;
    margin-bottom: 10px
}

@media screen and (max-width:1199px) {
    .pxl-icon-box1.style-2 .pxl-item--title {
        font-size: 18px
    }
}

.pxl-icon-box1.style-2 .pxl-item--description {
    line-height: 1.44444;
    color: #666
}

.pxl-icon-box1.style-2 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap
}

.pxl-icon-box1.style-3 .pxl-item--icon {
    background-color: #fff;
    border-radius: 80px;
    width: 80px;
    height: 80px;
    min-width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
    color: var(--secondary-color);
    -webkit-box-shadow: 0 0 24px rgba(0, 14, 32, .1);
    -khtml-box-shadow: 0 0 24px rgba(0, 14, 32, .1);
    -moz-box-shadow: 0 0 24px rgba(0, 14, 32, .1);
    -ms-box-shadow: 0 0 24px rgba(0, 14, 32, .1);
    -o-box-shadow: 0 0 24px rgba(0, 14, 32, .1);
    box-shadow: 0 0 24px rgba(0, 14, 32, .1)
}

.pxl-icon-box1.style-3 .pxl-item--icon svg {
    height: 32px
}

.pxl-icon-box1.style-3 .pxl-item--icon img {
    max-height: 32px
}

.pxl-icon-box1.style-3 .pxl-item--title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.pxl-icon-box1.style-3 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.pxl-icon-box1.style-4 .pxl-item--icon {
    width: 98px;
    height: 100px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 9px 21px rgba(85, 85, 85, .11);
    -khtml-box-shadow: 0 9px 21px rgba(85, 85, 85, .11);
    -moz-box-shadow: 0 9px 21px rgba(85, 85, 85, .11);
    -ms-box-shadow: 0 9px 21px rgba(85, 85, 85, .11);
    -o-box-shadow: 0 9px 21px rgba(85, 85, 85, .11);
    box-shadow: 0 9px 21px rgba(85, 85, 85, .11);
    margin: 0 auto 27px;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-icon-box1.style-4 .pxl-item--icon i {
    font-size: 40px;
    display: initial
}

.pxl-icon-box1.style-4 .pxl-item--icon svg {
    height: 40px
}

.pxl-icon-box1.style-4 .pxl-item--title {
    font-size: 19px;
    line-height: 1.263;
    font-weight: 500;
    margin-bottom: 4px
}

.pxl-icon-box1.style-4 .pxl-item--description {
    padding-top: 14px
}

.pxl-icon-box1.style-4 .pxl-item--inner {
    display: block;
    text-align: center
}

.pxl-icon-box1.style-4 .pxl-item--inner:hover .pxl-item--icon {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.pxl-icon-box1.style-5 .pxl-item--icon {
    line-height: 1;
    font-size: 65px;
    color: var(--primary-color);
    margin: 0 0 15px
}

.pxl-icon-box1.style-5 .pxl-item--icon svg {
    fill: var(--primary-color);
    height: 65px
}

.pxl-icon-box1.style-5 .pxl-item--icon img {
    max-height: 65px
}

.pxl-icon-box1.style-5 .pxl-item--title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.38
}

.pxl-icon-box1.style-5 .pxl-item--description {
    padding-top: 12px
}

.pxl-icon-box1.style-5 .pxl-item--inner {
    background-color: #fff;
    border-bottom: 3px solid var(--primary-color);
    text-align: center;
    padding: 32px 30px 24px;
    -webkit-box-shadow: 0 0 24px rgba(6, 6, 6, .12);
    -khtml-box-shadow: 0 0 24px rgba(6, 6, 6, .12);
    -moz-box-shadow: 0 0 24px rgba(6, 6, 6, .12);
    -ms-box-shadow: 0 0 24px rgba(6, 6, 6, .12);
    -o-box-shadow: 0 0 24px rgba(6, 6, 6, .12);
    box-shadow: 0 0 24px rgba(6, 6, 6, .12);
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.pxl-icon-box1.style-6 .pxl-item--icon {
    margin: 0 auto 4px;
    line-height: 1;
    font-size: 72px;
    color: var(--primary-color)
}

.pxl-icon-box1.style-6 .pxl-item--icon svg {
    height: 72px;
    fill: var(--primary-color)
}

.pxl-icon-box1.style-6 .pxl-item--icon img {
    max-height: 72px
}

@media screen and (max-width:991px) {
    .pxl-icon-box1.style-6 .pxl-item--icon {
        font-size: 60px
    }
}

.pxl-icon-box1.style-6 .pxl-item--title {
    margin-bottom: 0
}

@media screen and (max-width:991px) {
    .pxl-icon-box1.style-6 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-icon-box1.style-6 .pxl-item--description {
    padding-top: 15px
}

.pxl-icon-box1.style-6 .pxl-item--inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px rgba(6, 6, 6, 6%);
    -khtml-box-shadow: 0 0 24px rgba(6, 6, 6, 6%);
    -moz-box-shadow: 0 0 24px rgba(6, 6, 6, 6%);
    -ms-box-shadow: 0 0 24px rgba(6, 6, 6, 6%);
    -o-box-shadow: 0 0 24px rgba(6, 6, 6, 6%);
    box-shadow: 0 0 24px rgba(6, 6, 6, 6%);
    padding: 25px 20px 22px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-icon-box1.style-6 .pxl-item--inner:hover {
    -webkit-transform: translateY(-4px);
    -khtml-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px)
}

.pxl-icon-box1.style-7 .pxl-item--icon {
    font-size: 37px;
    height: 74px;
    width: 74px;
    min-width: 74px;
    border-radius: 74px;
    background-color: #210486;
    color: var(--primary-color);
    -webkit-border-radius: 74px;
    -khtml-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    border-radius: 74px;
    position: relative
}

.pxl-icon-box1.style-7 .pxl-item--icon svg {
    height: 37px;
    fill: var(--primary-color)
}

.pxl-icon-box1.style-7 .pxl-item--icon img {
    max-height: 37px
}

@media screen and (max-width:767px) {
    .pxl-icon-box1.style-7 .pxl-item--icon {
        margin: 0 auto 17px
    }
}

.pxl-icon-box1.style-7 .pxl-item--title {
    margin-bottom: 3px;
    font-size: 18px;
    color: #382c4d;
    font-weight: 400
}

.pxl-icon-box1.style-7 .pxl-item--description {
    color: #382c4d;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3
}

.pxl-icon-box1.style-7 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

@media screen and (max-width:767px) {
    .pxl-icon-box1.style-7 .pxl-item--inner {
        display: block;
        text-align: center
    }
}

.pxl-icon-box1.style-8 .pxl-item--icon {
    margin-right: 34px;
    height: 63px;
    min-width: 63px;
    width: 63px;
    font-size: 24px;
    color: #fff;
    border-radius: 63px;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    position: relative
}

.pxl-icon-box1.style-8 .pxl-item--icon svg {
    height: 24px;
    fill: #fff
}

.pxl-icon-box1.style-8 .pxl-item--icon svg {
    max-height: 24px
}

@media screen and (max-width:1199px) {
    .pxl-icon-box1.style-8 .pxl-item--icon {
        margin-right: 22px
    }
}

.pxl-icon-box1.style-8 .pxl-item--title {
    font-size: 24px;
    margin-top: 3px;
    margin-bottom: 6px
}

.pxl-icon-box1.style-8 .pxl-item--description {
    color: #383838;
    font-size: 16px;
    line-height: 1.625
}

.pxl-icon-box1.style-8 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap
}

.pxl-icon-box2 {
    background-color: var(--secondary-color)
}

.pxl-icon-box2 .pxl-item--icon {
    line-height: 1;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px
}

@media screen and (max-width:1199px) {
    .pxl-icon-box2 .pxl-item--icon {
        font-size: 40px
    }
}

.pxl-icon-box2 .pxl-item--icon img {
    max-height: 48px
}

.pxl-icon-box2 .pxl-item--icon svg {
    height: 48px
}

.pxl-icon-box2 .pxl-item--description {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 26px;
    max-width: 240px
}

@media screen and (max-width:1199px) {
    .pxl-icon-box2 .pxl-item--description {
        margin-bottom: 18px
    }
}

.pxl-icon-box2 .pxl-item--title {
    color: #fff;
    margin-bottom: 0
}

@media screen and (max-width:1199px) {
    .pxl-icon-box2 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-icon-box2 .pxl-item--readmore a {
    color: #fff
}

.pxl-icon-box2 .pxl-item--readmore a span:before {
    background-color: #fff
}

.pxl-icon-box2 .pxl-item--holder {
    padding: 30px 34px;
    min-height: 295px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (max-width:1199px) {
    .pxl-icon-box2 .pxl-item--holder {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-icon-box2 .pxl-item--backdrop {
    transform: rotateY(180deg)translateZ(1px);
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pxl-icon-box2 .pxl-item--backdrop .pxl-item--title {
    margin-bottom: 16px
}

@media screen and (max-width:1199px) {
    .pxl-icon-box2 .pxl-item--backdrop .pxl-item--title {
        font-size: 18px
    }
}

.pxl-icon-box2 .pxl-item--inner {
    color: rgba(255, 255, 255, .6);
    position: relative;
    transition-property: box-shadow, transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transform-style: preserve-3d
}

.pxl-icon-box2:hover .pxl-item--inner {
    transform: rotateY(180deg);
    transform-origin: 50% 50%
}

.pxl-icon-box3 .pxl-item--icon {
    font-size: 52px;
    color: #0a1316;
    background-color: #f4f5fa;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    width: 90px;
    height: 90px;
    position: relative;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
    margin: 0 auto 23px
}

.pxl-icon-box3 .pxl-item--icon svg {
    height: 52px
}

.pxl-icon-box3 .pxl-item--icon img {
    max-height: 52px
}

.pxl-icon-box3 .pxl-item--title {
    margin-bottom: 12px
}

.pxl-icon-box3 .pxl-item--description {
    font-size: 17px;
    color: #444;
    line-height: 1.647;
    margin-bottom: 23px
}

@media screen and (max-width:991px) {
    .pxl-icon-box3 .pxl-item--description {
        font-size: 16px
    }
}

.pxl-icon-box3 .pxl-item--readmore {
    border-top: 1px solid #e5e5e5;
    padding: 18px 0
}

.pxl-icon-box3 .pxl-item--inner {
    padding: 40px 30px 0;
    text-align: center;
    position: relative;
    z-index: 1
}

@media screen and (max-width:1199px) {
    .pxl-icon-box3 .pxl-item--inner {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-icon-box3 .pxl-item--inner:before,
.pxl-icon-box3 .pxl-item--inner:after {
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.pxl-icon-box3 .pxl-item--inner:before {
    background-color: #fff;
    z-index: -1;
    -webkit-box-shadow: 0 0 49px rgba(6, 6, 6, 8%);
    -khtml-box-shadow: 0 0 49px rgba(6, 6, 6, 8%);
    -moz-box-shadow: 0 0 49px rgba(6, 6, 6, 8%);
    -ms-box-shadow: 0 0 49px rgba(6, 6, 6, 8%);
    -o-box-shadow: 0 0 49px rgba(6, 6, 6, 8%);
    box-shadow: 0 0 49px rgba(6, 6, 6, 8%)
}

.pxl-icon-box3 .pxl-item--inner:after {
    z-index: -2;
    background-color: var(--primary-color)
}

.pxl-icon-box3 .pxl-item--inner:hover:after {
    top: 11px
}

.pxl-icon-box3 .pxl-item--inner:hover .pxl-item--icon {
    background-color: var(--secondary-color);
    color: var(--primary-color)
}

body.rtl .pxl-icon-box1.style-2 .pxl-item--icon {
    margin-right: 0;
    margin-left: 30px
}

@media screen and (max-width:1199px) {
    body.rtl .pxl-icon-box1.style-2 .pxl-item--icon {
        margin-left: 20px
    }
}

body.rtl .pxl-icon-box1.style-8 .pxl-item--icon {
    margin-right: 0;
    margin-left: 30px
}

@media screen and (max-width:1199px) {
    body.rtl .pxl-icon-box1.style-8 .pxl-item--icon {
        margin-left: 22px
    }
}

.pxl-counter .pxl--counter-number {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center
}

.pxl-counterslide {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.pxl-counterslide .pxl-counterslide-inside {
    display: inline-flex
}

.pxl-counterslide .pxl-counterslide-digit-spacer {
    visibility: hidden
}

.pxl-counterslide .pxl-counterslide-digit,
.pxl-counterslide .pxl-counterslide-digit-spacer {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-flex;
    vertical-align: middle;
    *vertical-align: auto;
    position: relative
}

.pxl-counterslide .pxl-counterslide-digit-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.pxl-counterslide .pxl-counterslide-ribbon {
    display: block
}

.pxl-counterslide .pxl-counterslide-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.pxl-counterslide .pxl-counterslide-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
    position: absolute
}

.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s
}

.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%)
}

.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.pxl-counter1.style-1 .pxl-item--icon {
    line-height: 1;
    font-size: 85px;
    color: var(--secondary-color)
}

.pxl-counter1.style-1 .pxl-item--icon img {
    max-height: 85px
}

.pxl-counter1.style-1 .pxl-item--icon svg {
    height: 85px;
    fill: var(--secondary-color)
}

.pxl-counter1.style-1 .pxl--counter-number {
    font-size: 48px;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 700
}

.pxl-counter1.style-1 .pxl--item-title {
    font-size: 24px;
    margin-top: -3px
}

.pxl-counter1.style-1 .pxl--item-inner {
    text-align: center
}

.pxl-counter1.style-2 .pxl-item--icon {
    line-height: 1;
    font-size: 87px;
    color: var(--primary-color);
    margin-right: 18px
}

.pxl-counter1.style-2 .pxl-item--icon img {
    max-height: 87px
}

.pxl-counter1.style-2 .pxl-item--icon svg {
    height: 87px;
    fill: var(--primary-color)
}

@media screen and (max-width:767px) {
    .pxl-counter1.style-2 .pxl-item--icon {
        font-size: 60px
    }
}

.pxl-counter1.style-2 .pxl--item-title {
    margin-top: -2px;
    font-size: 20px;
    color: #252527
}

@media screen and (max-width:767px) {
    .pxl-counter1.style-2 .pxl--item-title {
        font-size: 18px
    }
}

.pxl-counter1.style-2 .pxl--counter-number {
    color: #051133;
    font-size: 48px;
    line-height: 1;
    font-weight: 700
}

@media screen and (max-width:767px) {
    .pxl-counter1.style-2 .pxl--counter-number {
        font-size: 38px
    }
}

.pxl-counter1.style-2 .pxl--item-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

body.rtl .pxl-counter1.style-2 .pxl-item--icon {
    margin-right: 0;
    margin-left: 18px
}

.pxl-video-player1 .pxl-video--holder img,
.pxl-video-player1 .pxl-video--holder .pxl-video--imagebg {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap {
    position: absolute;
    z-index: 99;
    text-align: center
}

.pxl-video-player1 .pxl-video--holder+.btn-video-wrap.p-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pxl-video-player1 .btn-video {
    position: relative
}

.pxl-video-player1 .btn-video i {
    display: inline-flex
}

.pxl-video-player1 .btn-video.style1 {
    height: 100px;
    width: 100px;
    background-color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: var(--primary-color)
}

.pxl-video-player1 .btn-video.style1 .flaticon-play {
    font-size: 50px
}

.pxl-video-player1 .pxl-video--inner {
    position: relative
}

.pxl-row-align--left>.elementor-column-gap-extended {
    margin-left: 0 !important
}

.pxl-testimonial-grid1 .pxl-item--image {
    width: 70px;
    min-width: 70px;
    border: 6px solid #fff;
    border-radius: 70px;
    -webkit-box-shadow: 0 16px 32px rgba(0, 51, 120, .1);
    -khtml-box-shadow: 0 16px 32px rgba(0, 51, 120, .1);
    -moz-box-shadow: 0 16px 32px rgba(0, 51, 120, .1);
    -ms-box-shadow: 0 16px 32px rgba(0, 51, 120, .1);
    -o-box-shadow: 0 16px 32px rgba(0, 51, 120, .1);
    box-shadow: 0 16px 32px rgba(0, 51, 120, .1)
}

.pxl-testimonial-grid1 .pxl-item--image img {
    -webkit-border-radius: 70px;
    -khtml-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px
}

.pxl-testimonial-grid1 .pxl-item--title {
    margin-bottom: 2px;
    font-size: 18px;
    font-weight: 600
}

.pxl-testimonial-grid1 .pxl-item--position {
    font-size: 15px;
    color: #666;
    text-transform: capitalize
}

.pxl-testimonial-grid1 .pxl-item--desc {
    margin-bottom: 28px
}

.pxl-testimonial-grid1 .pxl-item--icon {
    line-height: 1;
    margin-bottom: 18px
}

.pxl-testimonial-grid1 .pxl-item--icon i {
    font-size: 44px;
    display: inline-flex;
    color: var(--primary-color);
    transform: scale(-1)
}

.pxl-testimonial-grid1 .pxl-item--inner {
    padding: 35px 30px 30px 35px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 0 35px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 0 35px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 0 35px rgba(0, 0, 0, 8%);
    box-shadow: 0 0 35px rgba(0, 0, 0, 8%);
    margin-bottom: 30px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1)
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-grid1 .pxl-item--inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-grid1 .pxl-item--inner {
        padding-left: 22px;
        padding-right: 22px
    }
}

.pxl-testimonial-grid1 .pxl-item--inner:hover {
    -webkit-box-shadow: 0 10px 35px rgba(0, 9, 37, 8%);
    -khtml-box-shadow: 0 10px 35px rgba(0, 9, 37, 8%);
    -moz-box-shadow: 0 10px 35px rgba(0, 9, 37, 8%);
    -ms-box-shadow: 0 10px 35px rgba(0, 9, 37, 8%);
    -o-box-shadow: 0 10px 35px rgba(0, 9, 37, 8%);
    box-shadow: 0 10px 35px rgba(0, 9, 37, 8%)
}

.pxl-testimonial-carousel1 .pxl-item--title {
    margin-bottom: 6px;
    font-size: 16px
}

.pxl-testimonial-carousel1 .pxl-item--position {
    font-size: 14px;
    font-weight: 500;
    color: #838c8a
}

.pxl-testimonial-carousel1 .pxl-item--desc {
    margin-bottom: 26px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel1 .pxl-item--desc {
        font-size: 17px
    }
}

.pxl-testimonial-carousel1 .pxl-item--image {
    width: 244px;
    min-width: 244px;
    height: 244px;
    position: relative;
    display: inline-flex;
    order: 2
}

.pxl-testimonial-carousel1 .pxl-item--image img {
    -webkit-border-radius: 244px;
    -khtml-border-radius: 244px;
    -moz-border-radius: 244px;
    -ms-border-radius: 244px;
    -o-border-radius: 244px;
    border-radius: 244px
}

.pxl-testimonial-carousel1 .pxl-item--holder {
    padding-top: 20px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel1 .pxl-item--holder {
        padding-top: 42px
    }
}

@media screen and (max-width:767px) {
    .pxl-testimonial-carousel1 .pxl-item--holder {
        padding-right: 0;
        padding-left: 0
    }
}

.pxl-testimonial-carousel1 .pxl-item--icon {
    background-color: var(--secondary-color);
    width: 65px;
    height: 65px;
    border-radius: 65px;
    position: absolute;
    bottom: 2px;
    left: 10px;
    color: var(--primary-color);
    border: 6px solid #fff;
    font-size: 38px;
    line-height: 53px;
    text-align: center
}

.pxl-testimonial-carousel1 .pxl-item--inner {
    display: flex;
    flex-wrap: nowrap
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel1 .pxl-item--inner {
        display: block
    }
}

.pxl-testimonial-carousel1 .pxl-swiper-pagination {
    margin-top: 51px
}

.pxl-testimonial-carousel1.style-2 .pxl-item--inner {
    position: relative;
    z-index: 1;
    margin-left: 9px;
    margin-bottom: 9px;
    padding: 32px 40px
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel1.style-2 .pxl-item--inner {
        padding-left: 30px;
        padding-right: 30px
    }
}

.pxl-testimonial-carousel1.style-2 .pxl-item--inner:before,
.pxl-testimonial-carousel1.style-2 .pxl-item--inner:after {
    border-radius: 30px
}

.pxl-testimonial-carousel1.style-2 .pxl-item--inner:before {
    background-color: #f9f9f9;
    z-index: -1
}

.pxl-testimonial-carousel1.style-2 .pxl-item--inner:after {
    background-color: var(--primary-color);
    top: 9px;
    left: -9px;
    z-index: -2
}

.pxl-testimonial-carousel1.style-2 .pxl-swiper-pagination {
    margin-top: 23px
}

.pxl-testimonial-carousel2 .pxl-item--desc {
    position: relative;
    z-index: 1;
    padding: 52px 40px 55px;
    font-size: 17px;
    color: #fff;
    line-height: 1.88;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-testimonial-carousel2 .pxl-item--desc:before,
.pxl-testimonial-carousel2 .pxl-item--desc:after {
    border-radius: 10px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-testimonial-carousel2 .pxl-item--desc:before {
    z-index: -1;
    background-color: rgba(0, 2, 6, .58)
}

.pxl-testimonial-carousel2 .pxl-item--desc:after {
    z-index: -2;
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    opacity: 0
}

@media screen and (max-width:1199px) {
    .pxl-testimonial-carousel2 .pxl-item--desc {
        padding: 34px 30px 55px
    }
}

.pxl-testimonial-carousel2 .pxl-item--title {
    margin-bottom: 3px
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel2 .pxl-item--title {
        font-size: 20px
    }
}

.pxl-testimonial-carousel2 .pxl-item--position {
    font-size: 15px
}

.pxl-testimonial-carousel2 .pxl-item--image {
    width: 122px;
    min-width: 122px;
    height: auto;
    margin-right: 22px
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel2 .pxl-item--image {
        width: 92px;
        min-width: 92px
    }
}

.pxl-testimonial-carousel2 .pxl-item--image img {
    -webkit-border-radius: 122px;
    -khtml-border-radius: 122px;
    -moz-border-radius: 122px;
    -ms-border-radius: 122px;
    -o-border-radius: 122px;
    border-radius: 122px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    -webkit-transform: translateY(-18px);
    -khtml-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-box-shadow: 0 0 8px rgba(12, 12, 12, .2);
    -khtml-box-shadow: 0 0 8px rgba(12, 12, 12, .2);
    -moz-box-shadow: 0 0 8px rgba(12, 12, 12, .2);
    -ms-box-shadow: 0 0 8px rgba(12, 12, 12, .2);
    -o-box-shadow: 0 0 8px rgba(12, 12, 12, .2);
    box-shadow: 0 0 8px rgba(12, 12, 12, .2);
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

.pxl-testimonial-carousel2 .pxl-item--stars {
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    color: #ecbd00;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    transform: translateY(4px)
}

.pxl-testimonial-carousel2 .pxl-item--holder {
    flex-wrap: nowrap;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    position: relative;
    z-index: 99;
    padding-left: 18px;
    display: flex;
    flex-wrap: nowrap
}

.pxl-testimonial-carousel2 .pxl-item--meta {
    margin-top: 22px;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms
}

.pxl-testimonial-carousel2 .pxl-item--shape {
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    height: 160px;
    width: 158px;
    -webkit-border-radius: 0 0 158px 158px;
    -khtml-border-radius: 0 0 158px 158px;
    -moz-border-radius: 0 0 158px 158px;
    -ms-border-radius: 0 0 158px 158px;
    -o-border-radius: 0 0 158px 158px;
    border-radius: 0 0 158px 158px;
    background-color: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleY(0);
    transform-origin: top center
}

@media screen and (max-width:991px) {
    .pxl-testimonial-carousel2 .pxl-item--shape {
        height: 130px;
        width: 128px
    }
}

.pxl-testimonial-carousel2 .pxl-item--inner {
    margin-top: 20px;
    margin-bottom: 60px
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--shape {
    transform: scaleY(1)
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--meta {
    transform: translateX(18px)
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--image img {
    -webkit-transform: translateY(18px);
    -khtml-transform: translateY(18px);
    -moz-transform: translateY(18px);
    -ms-transform: translateY(18px);
    -o-transform: translateY(18px);
    transform: translateY(18px);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--stars {
    opacity: 1;
    transform: translateY(0)
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--desc {
    color: #383838
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--desc:before {
    background-color: #fff;
    border-radius: 10px 10px 10px 0
}

.pxl-testimonial-carousel2 .pxl-item--inner:hover .pxl-item--desc:after {
    border-radius: 10px 10px 10px 0;
    opacity: 1;
    transform: rotate(5deg)
}

body.rtl .pxl-testimonial-carousel1 .pxl-item--inner {
    flex-direction: row-reverse
}

body.rtl .pxl-testimonial-carousel1 .pxl-item--image {
    margin-left: 20px
}

.pxl-accordion .pxl-item--title {
    margin-bottom: 0;
    cursor: pointer
}

.pxl-accordion .pxl-item--content {
    display: none
}

.pxl-accordion .pxl-icon--plus {
    font-style: normal
}

.pxl-accordion1.style1 .pxl-icon--plus {
    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%)
}

.pxl-accordion1.style1 .pxl-icon--plus:before {
    width: 13px;
    height: 3px;
    top: 5px;
    left: 0;
    border-radius: 3px
}

.pxl-accordion1.style1 .pxl-icon--plus:after {
    width: 3px;
    height: 13px;
    left: 5px;
    top: 0;
    border-radius: 3px
}

.pxl-accordion1.style1 .pxl-item--title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    padding: 16px 40px 16px 30px;
    position: relative
}

@media screen and (max-width:1199px) {
    .pxl-accordion1.style1 .pxl-item--title {
        padding-left: 20px;
        font-size: 18px
    }
}

.pxl-accordion1.style1 .pxl-item--content {
    padding: 0 30px 30px
}

@media screen and (max-width:1199px) {
    .pxl-accordion1.style1 .pxl-item--content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.pxl-accordion1.style1 .pxl--item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -khtml-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 8%);
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-accordion1.style1 .pxl--item+.pxl--item {
    margin-top: 15px
}

.pxl-accordion1.style1 .pxl--item.active {
    background-color: var(--secondary-color);
    color: #fff;
    box-shadow: none
}

.pxl-accordion1.style1 .pxl--item.active .pxl-item--title {
    color: #fff;
    padding-top: 24px
}

.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:before,
.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:after {
    background-color: var(--primary-color)
}

.pxl-accordion1.style1 .pxl--item.active .pxl-icon--plus:after {
    transform: rotate(-90deg)
}

.pxl-accordion1.style2 .pxl-accordion--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%);
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    font-size: 13px
}

.pxl-accordion1.style2 .pxl-item--title {
    font-size: 18px;
    color: #1c3f39;
    padding: 19px 44px;
    position: relative
}

@media screen and (max-width:1199px) {
    .pxl-accordion1.style2 .pxl-item--title {
        padding-left: 30px;
        padding-right: 40px
    }
}

.pxl-accordion1.style2 .pxl-item--content {
    font-size: 17px;
    color: #444;
    line-height: 1.647;
    padding: 0 44px 22px
}

@media screen and (max-width:1199px) {
    .pxl-accordion1.style2 .pxl-item--content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.pxl-accordion1.style2 .pxl--item {
    background-color: #fff;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    border: 1px solid #efefef
}

.pxl-accordion1.style2 .pxl--item.active {
    background-color: #f9f9f9
}

.pxl-accordion1.style2 .pxl--item.active .pxl-accordion--arrow {
    -webkit-transform: translate(0, -50%)scaleY(-1);
    -khtml-transform: translate(0, -50%)scaleY(-1);
    -moz-transform: translate(0, -50%)scaleY(-1);
    -ms-transform: translate(0, -50%)scaleY(-1);
    -o-transform: translate(0, -50%)scaleY(-1);
    transform: translate(0, -50%)scaleY(-1)
}

.pxl-accordion1.style2 .pxl--item+.pxl--item {
    margin-top: 20px
}

.pxl--progressbar {
    -webkit-transition: width 1.4s ease;
    -khtml-transition: width 1.4s ease;
    -moz-transition: width 1.4s ease;
    -ms-transition: width 1.4s ease;
    -o-transition: width 1.4s ease;
    transition: width 1.4s ease;
    width: 0
}

.pxl--progressbar.vertical {
    -webkit-transition: height 1.4s ease;
    -khtml-transition: height 1.4s ease;
    -moz-transition: height 1.4s ease;
    -ms-transition: height 1.4s ease;
    -o-transition: height 1.4s ease;
    transition: height 1.4s ease;
    height: 0
}

.pxl-progressbar-1 .pxl--progressbar {
    height: 10px;
    position: relative;
    background-color: var(--primary-color);
    top: 0
}

.pxl-progressbar-1 .pxl--holder {
    background-color: #f4f4f4;
    height: 10px
}

.pxl-progressbar-1 .pxl--percentage {
    font-size: 15px;
    color: #0a1316;
    font-weight: 600
}

.pxl-progressbar-1 .pxl--title {
    font-weight: 600;
    font-size: 16px;
    flex-grow: 1;
    margin-bottom: 0
}

.pxl-progressbar-1 .pxl--meta {
    margin-bottom: 7px
}

.pxl-progressbar-1 .pxl--item+.pxl--item {
    margin-top: 28px
}

.pxl-team-layout1 .pxl-item--image img {
    width: auto;
    display: inline-block
}

.pxl-team-layout1 .pxl-item--title {
    font-size: 22px;
    margin-bottom: 3px;
    color: #fff
}

.pxl-team-layout1 .pxl-item--position {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: .2em
}

.pxl-team-layout1 .pxl-item--description {
    max-width: 260px;
    margin: 0 auto 25px
}

.pxl-team-layout1 .pxl-item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10, 19, 22, .93);
    text-align: center;
    font-size: 16px;
    color: #e6e3d4;
    line-height: 1.5;
    -webkit-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    transition: all .3s cubic-bezier(.3, .3, 0, .8)
}

.pxl-team-layout1 .pxl-item--holder.pxl-item--front {
    padding: 14px 20px;
    transition-delay: .3s
}

.pxl-team-layout1 .pxl-item--holder.pxl-item--backdrop {
    padding: 34px 20px 42px;
    transform: translateY(101%);
    z-index: 1;
    overflow: hidden
}

.pxl-team-layout1 .pxl-item--holder.pxl-item--backdrop:before,
.pxl-team-layout1 .pxl-item--holder.pxl-item--backdrop:after {
    content: '';
    width: 154px;
    height: 154px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: var(--primary-color);
    position: absolute;
    opacity: .65;
    -webkit-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    transition: all .3s cubic-bezier(.3, .3, 0, .8)
}

.pxl-team-layout1 .pxl-item--holder.pxl-item--backdrop:before {
    top: -155px;
    right: -155px
}

.pxl-team-layout1 .pxl-item--holder.pxl-item--backdrop:after {
    bottom: -155px;
    left: -155px
}

.pxl-team-layout1 .pxl-item--holder.pxl-item--backdrop .pxl-item--position {
    margin-bottom: 12px
}

.pxl-team-layout1 .pxl-item--social {
    margin-bottom: 8px
}

.pxl-team-layout1 .pxl-item--social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #e4e4e4
}

.pxl-team-layout1 .pxl-item--social a:hover {
    color: #fff
}

.pxl-team-layout1 .pxl-item--readmore .btn.btn-primary:hover {
    background-color: #fff;
    color: var(--secondary-color)
}

.pxl-team-layout1 .pxl-item--inner {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden
}

.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--holder.pxl-item--front {
    transform: translateY(101%);
    transition-delay: 0s
}

.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--holder.pxl-item--backdrop {
    transform: translateY(0%)
}

.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--holder.pxl-item--backdrop:before {
    top: -80px;
    right: -75px;
    transition-delay: .2s
}

.pxl-team-layout1 .pxl-item--inner:hover .pxl-item--holder.pxl-item--backdrop:after {
    bottom: -90px;
    left: -70px;
    transition-delay: .2s
}

.pxl-team-layout1.pxl-team-carousel1 .pxl-item--inner {
    margin-bottom: 0
}

.pxl-team-layout2 .pxl-item--image {
    position: relative;
    z-index: 1
}

.pxl-team-layout2 .pxl-item--image:before {
    content: '';
    width: 370px;
    height: 370px;
    -webkit-border-radius: 370px;
    -khtml-border-radius: 370px;
    -moz-border-radius: 370px;
    -ms-border-radius: 370px;
    -o-border-radius: 370px;
    border-radius: 370px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background-color: var(--secondary-color);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

@media screen and (max-width:1199px) {
    .pxl-team-layout2 .pxl-item--image:before {
        width: 320px;
        height: 320px
    }
}

@media screen and (max-width:767px) {
    .pxl-team-layout2 .pxl-item--image:before {
        width: 290px;
        height: 290px
    }
}

.pxl-team-layout2 .pxl-item--image:after {
    content: '';
    height: 125px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', endColorStr='rgba(255, 255, 255, 0)')
}

.pxl-team-layout2 .pxl-item--image img {
    width: auto;
    display: inline-block
}

.pxl-team-layout2 .pxl-item--title {
    font-size: 22px;
    margin-bottom: 3px;
    color: #fff
}

.pxl-team-layout2 .pxl-item--position {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: .2em;
    margin-bottom: 10px
}

.pxl-team-layout2 .pxl-item--social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #e4e4e4
}

.pxl-team-layout2 .pxl-item--social a:hover {
    color: #fff
}

.pxl-team-layout2 .pxl-item--holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(10, 19, 22, .93);
    text-align: center;
    font-size: 16px;
    color: #e6e3d4;
    line-height: 1.5;
    -webkit-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .3s cubic-bezier(.3, .3, 0, .8);
    transition: all .3s cubic-bezier(.3, .3, 0, .8);
    padding: 36px 20px;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    z-index: 99
}

.pxl-team-layout2 .pxl-item--holder:before,
.pxl-team-layout2 .pxl-item--holder:after {
    content: '';
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: var(--primary-color);
    position: absolute;
    opacity: .65;
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8)
}

.pxl-team-layout2 .pxl-item--holder:before {
    top: -101px;
    right: -101px
}

.pxl-team-layout2 .pxl-item--holder:after {
    bottom: -101px;
    left: -101px
}

.pxl-team-layout2 .pxl-item--inner {
    text-align: center;
    position: relative;
    overflow: hidden
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--holder {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--holder:before {
    top: -38px;
    right: -31px;
    transition-delay: .2s
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--holder:after {
    bottom: -40px;
    left: -30px;
    transition-delay: .2s
}

.pxl-team-layout2 .pxl-item--inner:hover .pxl-item--image:before {
    background-color: var(--primary-color)
}

.pxl-pricing1 {
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 43px 48px 42px;
    text-align: center
}

@media screen and (max-width:1199px) {
    .pxl-pricing1 {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width:767px) {
    .pxl-pricing1 {
        padding-left: 22px;
        padding-right: 22px
    }
}

.pxl-pricing1 .pxl-item--title {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600
}

.pxl-pricing1 .pxl-item--price {
    line-height: 1;
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    display: inline-flex;
    margin-bottom: 11px
}

@media screen and (max-width:767px) {
    .pxl-pricing1 .pxl-item--price {
        font-size: 48px
    }
}

.pxl-pricing1 .pxl-item--price .pxl-item--currency {
    font-size: 24px;
    margin: 8px 6px 0
}

.pxl-pricing1 .pxl-item--time {
    font-size: 17px;
    margin-bottom: 25px
}

.pxl-pricing1 .pxl-item--feature {
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(72, 72, 72, .1);
    -khtml-box-shadow: 0 0 25px rgba(72, 72, 72, .1);
    -moz-box-shadow: 0 0 25px rgba(72, 72, 72, .1);
    -ms-box-shadow: 0 0 25px rgba(72, 72, 72, .1);
    -o-box-shadow: 0 0 25px rgba(72, 72, 72, .1);
    box-shadow: 0 0 25px rgba(72, 72, 72, .1);
    -webkit-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -khtml-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -moz-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -ms-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    -o-transition: all .25s cubic-bezier(.3, .3, 0, .8);
    transition: all .25s cubic-bezier(.3, .3, 0, .8);
    padding: 28px 20px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px
}

@media screen and (max-width:767px) {
    .pxl-pricing1 .pxl-item--feature {
        font-size: 16px
    }
}

.pxl-pricing1 .pxl-item--feature div+div {
    margin-top: 23px
}

.pxl-pricing1:hover .pxl-item--feature,
.pxl-pricing1.is-popular .pxl-item--feature {
    background-color: var(--secondary-color);
    color: #fff
}

.pxl-pricing1:hover .pxl-item--price,
.pxl-pricing1.is-popular .pxl-item--price {
    color: var(--primary-color)
}

.pxl-pricing2 {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center
}

.pxl-pricing2 .pxl-item--title {
    font-size: 36px;
    font-weight: 800;
    color: #252525;
    margin-bottom: 26px;
    line-height: 1.2
}

@media screen and (max-width:1199px) {
    .pxl-pricing2 .pxl-item--title {
        font-size: 28px
    }
}

.pxl-pricing2 .pxl-item--holder {
    padding: 62px 20px 42px
}

.pxl-pricing2 .pxl-item--description {
    color: #212121;
    margin-bottom: 38px
}

.pxl-pricing2 .pxl-item--bottom_text {
    background-color: var(--gradient-color-from);
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
    padding: 15px 10px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    font-weight: 500
}

.pxl-pricing2 .pxl-item--currency {
    font-size: 15px;
    font-weight: 600;
    margin: 0 3px 23px
}

.pxl-pricing2 .pxl-item--price {
    font-size: 50px;
    font-weight: 800;
    line-height: 1
}

@media screen and (max-width:1199px) {
    .pxl-pricing2 .pxl-item--price {
        font-size: 40px
    }
}

.pxl-pricing2 .pxl-item--time {
    margin: 0 2px 4px
}

.pxl-pricing2 .pxl-item--meta {
    font-size: 14px;
    color: #252525;
    display: inline-flex;
    align-items: flex-end;
    margin-bottom: 12px
}

.pxl-pricing2 .pxl-item--button .btn {
    line-height: 59px;
    font-size: 15px;
    padding: 0 62px;
    -webkit-border-radius: 59px;
    -khtml-border-radius: 59px;
    -moz-border-radius: 59px;
    -ms-border-radius: 59px;
    -o-border-radius: 59px;
    border-radius: 59px
}

@media screen and (max-width:1199px) {
    .pxl-pricing2 .pxl-item--button .btn {
        padding: 0 28px
    }
}