@charset "UTF-8";

/*
Theme Name: MSpa
Author: 561 Media
Author URI: https://www.561media.com
Description: Custom website designed and developed by 561 Media
Version: 1.0
Text Domain: mspa
*/

body {
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* text-transform: uppercase; */
    color: #4f0198;
}

h1,
.h1 {
    font-size: 80px;
}

h2,
.h2 {
    font-size: 60px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 33px;
}

@media (min-width: 1600px) {

    h2,
    .h2 {
        font-size: 72px;
    }

    h3,
    .h3 {
        font-size: 48px;
    }

    h4,
    .h4 {
        font-size: 36px;
    }
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 18px;
}

a {
    color: #737373;
    text-decoration: none;
    transition: all 0.4s linear;
}

a:hover {
    color: #4f0198;
    text-decoration: none;
}

p {
    /* text-transform: uppercase; */
    line-height: 28px;
}

hr {
    background-color: #4f0198;
    margin-bottom: 48px;
    margin-top: 48px;
    opacity: 0.75;
}

/* utilities */
@media (min-width: 992px) {
    .pdl-lg-12 {
        padding-left: 12px !important;
    }
}

.py-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.pb-40 {
    padding-bottom: 20px;
}

.pb-80 {
    padding-bottom: 40px;
}

.pt-110 {
    padding-top: 48px;
}

.pb-110 {
    padding-bottom: 48px;
}

.py-110 {
    padding-bottom: 48px;
    padding-top: 48px;
}

@media (min-width: 767px) {
    .pb-40 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 80px;
    }

    .pt-110 {
        padding-top: 110px;
    }

    .pb-110 {
        padding-bottom: 110px;
    }

    .py-110 {
        padding-bottom: 110px;
        padding-top: 110px;
    }
}

/* helper classes */
.special-text {
    color: #cccccc;
    font-size: 60px;
    font-weight: 100;
}

.special-text sup {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 1.75em;
}

@media (min-width: 767px) {
    .special-text {
        font-size: 70px;
    }

    .special-text sup {
        position: relative;
        top: -3.5em;
    }
}

.double-text {
    font-size: 40px;
}

.double-text span {
    font-size: 46px;
}

.title-bg {
    padding: 58px 0 48px;
    position: relative;
    z-index: 1;
}

.title-bg:before {
    background: url("img/transparent-logo.png") no-repeat center;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.clr-dark {
    color: #191919;
}

.clr-white {
    color: #fff;
}

.clr-primary {
    color: #4f0198;
}

.clr-light {
    color: #898989;
}

.font-48 {
    font-size: 48px;
}

.font-36 {
    font-size: 36px;
}

.font-34 {
    font-size: 34px;
}

.font-26 {
    font-size: 26px;
}

.font-24 {
    font-size: 24px;
}

.font-60 {
    font-size: 36px;
}

@media (min-width: 767px) {
    .font-60 {
        font-size: 60px;
    }
}

.font-12 {
    font-size: 12px;
}

.br-primary {
    border: 1px solid #4f0198;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .line-between {
        position: relative;
    }

    .line-between span {
        background: #fff;
        display: inline-block;
        padding: 0 10px;
    }

    .line-between::after,
    .line-between::before {
        background: #ccc;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .line-between span {
        padding: 0 55px;
    }
}

/* header */

.main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s linear;
    width: 100%;
    z-index: 99;
}

@media (max-width: 991px) {
    .topbar {
        padding: 5px 0;
    }
}

.shrink-on,
.active-bg {
    background: #fff;
}

.navbar-brand {
    z-index: 1;
}

/*
.active-bg .navbar-brand {
    display: none !important;
}
*/
.shrink-on .navbar-brand {
    top: 0;
}

.home .shrink-on .navbar-brand img,
.shrink-on .navbar-brand img {
    filter: none;
    height: auto;
    width: 45px;
}

.home .shrink-on .navbar-nav>li>a,
.shrink-on .navbar-nav>li>a {
    color: #4f0198;
}

.shrink-on .navbar-brand img,
.shrink-on .topbar img {
    filter: none;
}

.shrink-on .cart-count {
    background-color: #4f0198;
    color: #fff;
}

@media (min-width: 992px) {
    .shrink-on .navbar-nav>li {
        padding: 15px 10px;
    }
}

@media (min-width: 1200px) {
    .shrink-on .navbar-nav>li {
        padding: 15px 15px;
        transition: all 0.4s ease-in;
    }
}

/* navigation and logo */

.home .navbar-brand img,
.home .topbar img {
    filter: brightness(0) invert(1);
}

.navbar-brand img {
    transition: all 0.4s linear;
    width: 75px;
}

@media (min-width: 992px) {
    .navbar-brand {
        opacity: 1 !important;
    }

    .navbar-brand {
        position: absolute;
        top: -39px;
    }

    .navbar-brand img {
        width: 96px;
    }
}

#navbarNav {
    position: relative;
}

.navbar-nav>li {
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
    transition: all 0.4s ease-out;
}

@media (min-width: 992px) {
    .navbar-nav>li {
        border: none;
        padding: 35px 10px 15px;
        transition: all 0.4s ease-out;
    }

    .navbar-nav>li:first-child {
        padding-left: 0;
    }

    .navbar-nav>li:last-child {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .navbar-nav>li {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .navbar-nav>li {
        padding: 35px 15px 15px;
    }
}

.navbar-nav>li>a {
    color: #4f0198;
    display: block;
    text-transform: uppercase;
}

.home .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav li:hover>a,
.navbar-nav li.current-menu-item>a,
.navbar-nav li.current-menu-ancestor>a {
    color: #4f0198;
}

/* submenu  */

@media (min-width: 992px) {}

.dropdown-arrow {
    cursor: pointer;
    display: block;
    display: block;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 55px;
}

@media (min-width: 992px) {
    .dropdown-arrow {
        display: none;
    }
}

.navbar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar-nav li ul li a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
}

.navbar-nav .img-holder {
    display: none;
}

.navbar-nav>li ul {
    display: none;
}

.navbar-nav>li ul li a {
    font-size: 14px;
}

@media (max-width: 991px) {
    .navbar-nav>li>ul ul {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {

    .sub-menu-columns ul.sub-menu {
        column-count: 2;
    }

    .navbar-nav>li ul {
        display: block;
        left: 0;
        min-width: 250px;
        opacity: 0;
        position: absolute;
        top: 100%;
        transform: translateY(20px);
        transition: all 300ms ease-in-out 500ms;
        transition: all 300ms ease-in-out;
        visibility: hidden;
    }

    .navbar-nav>li ul:before {
        background-color: rgba(255, 255, 255, .9);
        bottom: 0;
        box-shadow: -3px 3px 3px 1px rgb(0 0 0 / 8%);
        content: '';
        left: 0;
        left: -999em;
        position: absolute;
        right: -999em;
        top: 0;
        z-index: -1;
    }

    .navbar-nav>li ul ul {
        left: 100%;
        top: 0;
    }

    .navbar-nav li:hover ul {
        opacity: 1;
        transform: translateY(0px);
        transition: all 300ms ease-in-out;
        visibility: visible;
    }

    .navbar-nav .swipe-nav>a:after {
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        font-weight: 900;
        padding-left: 5px;
        position: absolute;
    }

    .navbar-nav .swipe-nav ul {
        left: calc(0% + 250px);
        min-height: 280px;
        padding: 15px 0 20px;
        position: absolute;
        top: 100%;
    }

    .navbar-nav .swipe-nav ul li .img-holder {
        background-color: rgba(255, 255, 255, .9);
        display: none;
        height: 100%;
        margin-right: 0;
        padding: 15px 0 20px;
        position: absolute;
        right: 100%;
        top: 0;
        width: 100%;
    }

    .navbar-nav .swipe-nav ul li .img-holder img {
        border: 1px solid #4f0198;
        float: right;
    }

    .navbar-nav .swipe-nav ul li.show .img-holder {
        display: block;
    }
}

/* social icons */
.social a {
    background: #4f0198;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    margin: 0 10px;
    text-align: center;
    width: 27px;    
}

.home .social a {
    background: #fff;
    color: #4f0198;
}

.social a i {
    line-height: 27px;
}

.social a:hover,
.social-white a:hover {
    background: #afafaf;
}

.social-white a {
    background: #fff;
    color: #4f0198;
}

.social-lg a {
    font-size: 25px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.social-lg a i {
    line-height: 35px;
}

/* buttons */
.btn:focus,
.btn:active {
    box-shadow: none !important;
    outline: none !important;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 576px) {
    .btn {
        min-width: 250px;
        width: auto;
    }
}

.btn-md {
    padding: 8px 20px 5px;
}

.btn-outline-primary {
    border-color: #4f0198;
    color: #4f0198;
}


.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: #4f0198;
    background-image: -moz-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    border-color: #4f0198;
}

#jckqv.product .button,
.btn-primary {
    background: #4f0198;
    background-image: -moz-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    border-color: #4f0198;
}

#jckqv.product .button:hover,
#jckqv.product .button:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: transparent;
    border-color: #4f0198;
    color: #4f0198;
}

.btn-white {
    background: #fff;
    border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background: #afafaf;
    border-color: #afafaf;
    color: #312c30;
}

.btn-outline-white {
    background-image: -moz-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    background-image: linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%);
    border-color: #fff;
    color: #fff;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background: #afafaf;
    border-color: #afafaf;
    color: #312c30;
}

.btn-white-transparent {
    border-color: #fff;
    color: #fff;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus {
    background: #afafaf;
    border-color: #afafaf;
    color: #312c30;
}


/* banner */
.tag-text {
    font-size: 40px;
}

/* instaslider */

.slick-track {}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    margin: 0 3px !important;
    max-height: 300px;
    max-width: 300px;
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo_wrap:before {
    background-color: #4f0198;
    background-image: url('img/logo-gray-tm.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 169px;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}

#sb_instagram .sbi_photo_wrap:after {
    border: 1px solid #fff;
    content: "";
    display: block;
    height: calc(100% - 30px);
    left: 15px;
    opacity: 0;
    position: absolute;
    top: 15px;
    visibility: hidden;
    width: calc(100% - 30px);
}

#sb_instagram .sbi_photo_wrap:hover:before,
#sb_instagram .sbi_photo_wrap:hover:after {
    opacity: .85;
    visibility: visible;
}

.sbi_photo {
    height: 300px !important;
    opacity: 1 !important;
}

.sl-item {
    margin: 0 3px;
    position: relative;
}

.sl-item .sl-overlay,
.wall-overlay-bg {
    background: #4f0198;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease;
    visibility: hidden;
    width: 100%;
}

.sl-item .sl-overlay::after,
.wall-overlay-bg::after {
    border: 1px solid #fff;
    content: "";
    display: block;
    height: calc(100% - 30px);
    position: absolute;
    width: calc(100% - 30px);
}

.sl-item:hover .sl-overlay,
.wall-item:hover .wall-overlay-bg {
    opacity: 0.85;
    visibility: visible;
}

/* shop wall style */
.wall-item {
    position: relative;
}

.wall-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    z-index: 1;
}

.wall-overlay-bg {
    z-index: -1;
}

.wall-overlay-bg img {
    max-width: 161px;
}

@media (max-width: 992px) {
    .sl-overlay img {
        width: 85px;
    }
}

@media (max-width: 767px) {
    .sl-title {
        font-size: 48px;
    }

    .sl-content-prev img {
        width: 12px;
    }

    .sl-content-next img {
        width: 13px;
    }
}

/* dual slider */
.sl-content-prev,
.sl-content-next {
    cursor: pointer;
    display: inline-block;
    height: 55px;
    width: 18px;
}

.sl-nav {
    margin-bottom: 40px;
}

.sl-nav a {
    color: #737373;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.4s linear;
}

.sl-nav a.active {
    color: #4f0198;
    text-shadow: 0 0 1px #4f0198, 0 0 1px #4f0198;
}

.sl-nav a:not(:last-child) {
    margin-right: 24px;
}

/* footer */

#footer {
    border-top: 4px solid #ccc;
    padding: 25px 0;
}

.footer-top {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.footer-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-top ul li {
    padding: 10px 0;
}

#footer .developer {
    line-height: 1;
}

#footer .developer a {
    color: #fff;
    font-size: 12px;
    opacity: .3;
}

#footer .developer a:hover {
    opacity: .5;
}

@media (max-width: 992px) {
    .footer-top ul li {
        border-bottom: 1px solid #fff;
    }
}

@media (min-width: 992px) {
    .footer-top ul {
        display: flex;
    }

    .footer-top ul li {
        padding: 25px 15px;
    }

    .footer-top ul li:first-child {
        padding-left: 0;
    }

    .footer-top ul li:last-child {
        padding-right: 0;
    }
}

.footer-top ul li a {
    color: #fff;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
}

#footer .address,
#footer .phone,
.dual-left-text .address,
.dual-left-text .phone {
    color: #fff;
    display: flex;
}

@media (max-width: 768px) {

    #footer .address,
    #footer .phone {
        justify-content: center;
    }
}

#footer .phone i,
#footer .address i,
.dual-left-text .address i,
.dual-left-text .phone i {
    color: #afafaf;
}

#footer .footer-logo img {
    max-width: 161px;
    width: 100%;
}

.address {
    font-size: 18px;
}

.phone {
    color: #737373;
    font-size: 26px;
}

.home .phone {
    color: #fff;
}

.address i,
.phone i {
    color: #4f0198;
    font-size: 26px;
    margin-right: 10px;
}

.home .address i,
.home .phone i {
    color: #fff;
}

/* inner page header */
.page-header {
    padding-bottom: 25px;
    padding-top: calc(100px + 130px);
}

@media (min-width: 768px) {
    .page-header {
        padding-bottom: 33px;
        padding-top: calc(100px + 168px);
    }
}

@media (min-width: 992px) {
    .page-header {
        padding-bottom: 103px;
        padding-top: calc(100px + 138px);
    }
}

/* cta section style */
/* ------------------------------------- */

.cta-form.bg-cover {
    background-position: 45% center;
}

.cta-form .gform_wrapper.gravity-theme .gform_footer {
    bottom: 16px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 49%;
}

.cta-form .gform_wrapper.gravity-theme .gform_footer button,
.cta-form .gform_wrapper.gravity-theme .gform_footer input,
.cta-form .gform_wrapper.gravity-theme .gform_page_footer button,
.cta-form .gform_wrapper.gravity-theme .gform_page_footer input {
    border: 1px #fff solid;
    color: #fff;
    margin: 0;
    min-width: inherit;
}

.cta-form .gform_confirmation_wrapper {
    color: #fff;
}


body img.gform_ajax_spinner {
    display: none !important;
}

/* service page style */
/* ------------------------------------- */

/* services box */
.service-box {
    border: 1px solid #4f0198;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 12px 10px;
    position: relative;
    width: 100%;
}

.service-box-hover {
    display: none;
}

@media (min-width: 768px) {
    .service-box {
        padding: 65px 30px;
    }

    .service-box-hover {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0;
        opacity: 0;
        padding: 15px;
        position: absolute;
        top: 0;
        transition: opacity 0.35s linear;
        width: 100%;
        z-index: 1;
    }

    .service-box-hover::before {
        border: 1px solid #fff;
        bottom: 15px;
        content: "";
        left: 15px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: -1;
    }

    .service-box:hover .service-box-hover {
        opacity: 1;
    }
}

/* background banner styles */
.is-left,
.is-right {
    position: relative;
}

.is-left:before,
.is-right:before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.is-left:before {
    left: 0;
    width: 100%;
}

.is-right:before {
    right: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .is-left:before {
        width: 84%;
    }

    .is-right:before {
        width: 84%;
    }
}

.primary-bg:before {
    background: #4f0198;
}

.light-bg:before {
    background: #f7f7f7;
}

.gall-slider-holder:before {
    height: 150px;
    top: 50%;
    transform: translateY(-50%);
}

.gall-slider-holder .slick-prev {
    left: -6px;
}

.gall-slider-holder .slick-next {
    right: -6px;
}

@media (min-width: 992px) {
    .gall-slider-holder:before {
        width: calc(84% - 16px);
    }
}

@media (min-width: 768px) {
    .gall-slider-holder .slick-prev {
        left: -16px;
    }

    .gall-slider-holder .slick-next {
        right: -16px;
    }
}

.primary-gradient:before {
    background-image: -moz-linear-gradient(0deg,
            rgb(38, 1, 72) 0%,
            rgb(92, 2, 177) 66%,
            rgb(96, 1, 186) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(38, 1, 72) 0%,
            rgb(92, 2, 177) 66%,
            rgb(96, 1, 186) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(38, 1, 72) 0%,
            rgb(92, 2, 177) 66%,
            rgb(96, 1, 186) 100%);
    background-image: linear-gradient(0deg,
            rgb(38, 1, 72) 0%,
            rgb(92, 2, 177) 66%,
            rgb(96, 1, 186) 100%);
}

.light-gradient:before {
    background-image: -moz-linear-gradient(0deg,
            rgb(246, 246, 248) 0%,
            rgb(248, 248, 248) 51%,
            rgb(209, 213, 216) 100%);
    background-image: -webkit-linear-gradient(0deg,
            rgb(246, 246, 248) 0%,
            rgb(248, 248, 248) 51%,
            rgb(209, 213, 216) 100%);
    background-image: -ms-linear-gradient(0deg,
            rgb(246, 246, 248) 0%,
            rgb(248, 248, 248) 51%,
            rgb(209, 213, 216) 100%);
    background-image: linear-gradient(0deg,
            rgb(246, 246, 248) 0%,
            rgb(248, 248, 248) 51%,
            rgb(209, 213, 216) 100%);
}

.dual-left-text {
    padding: 44px 12px 86px 0;
    z-index: 1;
}

@media (min-width: 992px) {
    .dual-left-text {
        padding: 64px 12px 66px 0;
    }
}

.dual-right {
    margin-top: -40px;
}

.dual-right:before {
    width: calc(100% - 24px);
}

@media (min-width: 768px) {
    .dual-right:before {
        width: calc(100% - 48px);
    }
}

@media (min-width: 991px) {
    .dual-right {
        margin-top: auto;
        position: absolute;
        top: 160px;
        width: 100%;
    }

    .dual-right:before {
        width: calc(50% - 12px);
    }
}

.zig-section {
    position: relative;
}

.primary-box {
    background: #4f0198;
    padding: 34px 20px 30px;
}

/* melyssa detail page */

.melyssa-detail .dual-right:before {
    bottom: 0;
    height: calc(100% - 97px);
    top: auto;
}

.list-dots {
    list-style: none;
    padding: 0;
}

.list-dots li {
    padding-bottom: 10px;
    position: relative;
}

.list-dots li:before {
    background: #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    vertical-align: middle;
    width: 6px;
}

.melyssa-detail .list-dots li {
    padding-left: 15px;
}

.melyssa-detail .list-dots li:before {
    left: 0;
    position: absolute;
    top: 7px;
}

/* forms */

div.gform_wrapper.gravity-theme div.gform_fields .gfield.hidden_label .gfield_label,
div.gform_wrapper.gravity-theme div.gform_fields .gfield.hide_label .gfield_label {
    display: none !important;
}


.form-white {
    position: relative;
}

.form-control {
    border: 1px solid #4f0198;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    padding: 8px 12px 6px;
    text-transform: uppercase;
}

.form-control::placeholder {
    color: #4f0198;
}

.form-white .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.form-white .form-control::placeholder {
    color: #fff;
}

textarea.form-control {
    height: 140px;
}

.form-control-2 input {
    border: 1px solid #4f0198;
    border-radius: 0;
    font-size: 15px;
    height: 40px;
    padding: 8px 12px 6px;
    text-transform: uppercase;
}

.form-control-2 input::placeholder {
    color: #4f0198;
}

.form-white .form-control-2 input {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.form-white .form-control-2 input::placeholder {
    color: #fff;
}

/* resources video thumbs */
.video-thumb {
    position: relative;
}

.video-thumb-hover {
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: opacity 0.3s, transform 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

.play-btn {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    z-index: 2;
}

.video-thumb-hover::before {
    border: 1px solid #fff;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: -1;
}

.video-thumb:hover .video-thumb-hover {
    opacity: 0.8;
    transform: scale(1);
    visibility: visible;
}

/* gallery page style */

/* the slides */
.gall-slider .slick-slide {
    margin: 0 15px;
}

.slick-prev,
.slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

/* contact page style */

.gform_wrapper.gravity-theme select {
    background-color: #fff;
}

#gform_2 .gfield textarea.medium {
    max-height: 140px;
}

#gform_2 {
    position: relative;
}

#gform_2 .gform_footer {
    position: absolute;
    right: 0;
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
    background: #fff9f9;
}

.gform_validation_errors,
.gfield_validation_message {
    display: none;
}

.gform_wrapper select {
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-repeat: no-repeat;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
}

.secure {
    margin: 6px 0 0;
    padding: 16px 0 0;
}


.address .label,
.phone .label {
    color: #afafaf;
    font-size: 18px;
    line-height: 1;
}

/* mobile toggle button */
.toggle-btn {
    background: transparent;
    border: 0;
    height: 40px;
    left: 11px;
    position: relative;
    transition-duration: 0.5s;
    width: 40px;
}

.toggle-btn .icon-left {
    background-color: #191919;
    height: 2px;
    left: 7px;
    position: absolute;
    top: 18px;
    transition-duration: 0.5s;
    width: 11px;
}

.toggle-btn .icon-left:before,
.toggle-btn .icon-left:after {
    background-color: #191919;
    content: "";
    height: 2px;
    position: absolute;
    transition-duration: 0.5s;
    width: 11px;
}

.toggle-btn .icon-left:before {
    left: 0;
    top: -7px;
}

.toggle-btn .icon-left:after {
    left: 0;
    top: 7px;
}

.toggle-btn .icon-right {
    background-color: #191919;
    height: 2px;
    left: 18px;
    position: absolute;
    top: 18px;
    transition-duration: 0.5s;
    width: 11px;
}

.toggle-btn .icon-right:before,
.toggle-btn .icon-right:after {
    background-color: #191919;
    content: "";
    height: 2px;
    position: absolute;
    transition-duration: 0.5s;
    width: 11px;
}

.toggle-btn .icon-right:before {
    left: 0;
    top: -7px;
}

.toggle-btn .icon-right:after {
    left: 0;
    top: 7px;
}

.toggle-btn.open .icon-left {
    background: transparent;
    transition-duration: 0.5s;
}

.toggle-btn.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}

.toggle-btn.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}

.toggle-btn.open .icon-right {
    background: transparent;
    transition-duration: 0.5s;
}

.toggle-btn.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}

.toggle-btn.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}

.toggle-btn:hover {
    cursor: pointer;
}

.sopen {
    display: block !important;
}

@media (max-width: 992px) {
    .navbar-nav {
        height: 100vh !important;
    }
}

/* blog single page */
.blog-detail .is-left:before {
    height: 350px;
    width: 85%;
}

.blog-detail .post-thumb img {
    width: 100%;
}

@media (min-width: 991px) {
    .blog-detail .is-left:before {
        height: 450px;
        width: 60%;
    }
}

@media (max-width: 575px) {
    .blog-detail .is-left:before {
        display: none;
    }

    .post-thumb {
        background-image: -moz-linear-gradient(0deg,
                rgb(38, 1, 72) 0%,
                rgb(92, 2, 177) 66%,
                rgb(96, 1, 186) 100%);
        background-image: -webkit-linear-gradient(0deg,
                rgb(38, 1, 72) 0%,
                rgb(92, 2, 177) 66%,
                rgb(96, 1, 186) 100%);
        background-image: -ms-linear-gradient(0deg,
                rgb(38, 1, 72) 0%,
                rgb(92, 2, 177) 66%,
                rgb(96, 1, 186) 100%);
        background-image: linear-gradient(0deg,
                rgb(38, 1, 72) 0%,
                rgb(92, 2, 177) 66%,
                rgb(96, 1, 186) 100%);
        margin: 0 -12px;
        padding: 40px 12px;
    }
}

/* sidebar */
@media (max-width: 991px) {
    .sidebar {
        border-top: 1px solid #4f0198;
        margin-top: 30px;
        padding-top: 50px;
    }
}

.widget .spa-blog:not(:last-child) {
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .consultation-2 {
        position: relative;
        z-index: 1;
    }

    .consultation-2::before {
        background: #636363;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .consultation-2 .btn-outline-primary {
        border-color: #fff;
        color: #fff;
    }

    .consultation-2 .btn-outline-primary:hover {
        border-color: #4f0198;
    }

    .consult-title,
    .consultation-2 .clr-light,
    .consult-tagline {
        color: #fff;
    }
}

.shop-banner {
    position: relative;
    z-index: 1;
}

.shop-banner-bg {
    background-position: 0 0;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shop-banner .container {
    position: relative;
}

.shop-banner .shop-banner-text {
    padding: 180px 0 200px;
    position: relative;
    width: 660px;
    z-index: 1;
}

.shop-banner .btn {
    min-width: 250px;
    width: auto;
}

.shop-banner img {
    position: absolute;
    right: -140px;
    top: 0;
}

@media (max-width: 1300px) {
    .shop-banner img {
        display: block;
        max-width: 100%;
    }
}

.product-quality .style-svg {
    max-height: 54px;
    max-width: 54px;
}

.price_holder {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: auto;
}

.widget_product_categories .widget-title {
    border-bottom: 1px solid #4f0198;
    font-size: 30px;
    margin-bottom: 21px;
    margin-top: 0;
    padding-bottom: 15px;
}

.widget_product_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_product_categories ul li {
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease-in;
}

.widget_product_categories ul li a {
    color: #b2b2b2;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
}

.widget_product_categories ul li a::after {
    color: #4f0198;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 900;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in;
    visibility: hidden;
}

.widget_product_categories ul li a:hover {
    color: #4f0198;
    padding-left: 15px;
}

.widget_product_categories ul li a:hover::after {
    opacity: 1;
    visibility: visible;
}

.overlay_wrap {
    align-items: center;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.overlay_wrap a img {
    margin-bottom: 0 !important;
    padding: 5px;
}

.btnholder_shop {
    display: none;
}

@media (min-width: 768px) {
    .btnholder_shop {
        align-items: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity 0.35s linear;
        width: 100%;
        z-index: 1;
    }

    .btnholder_shop .btn {
        min-width: 200px;
    }

    .btnholder_shop::before {
        border: 1px solid #fff;
        bottom: 15px;
        content: "";
        left: 15px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: -1;
    }

    .overlay_wrap:hover .btnholder_shop {
        opacity: 1;
    }
}

.woocommerce ul.products li.product .onsale {
    background-color: #4f0198;
    min-height: 3.5em;
    min-width: 3.5em;
}

.product.outofstock .btnholder_shop {
    display: none;
}

.product.outofstock .sold-out-overlay {
    background: rgba(79, 1, 152, .8);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

.product.outofstock .overlay_wrap {
    z-index: -1;
}

.woocommerce-message {
    border-top-color: #4f0198;
}

.woocommerce-message::before {
    color: #4f0198;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border-bottom: 1px solid #8b15d9;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em !important;
    padding-bottom: 10px;
}

/*
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.sp-wps-product-image-area {
    border-bottom: 1px solid #8b15d9;
    margin-bottom: 1em !important;
    padding-bottom: 10px;
}
*/

.woocommerce ul.products li.product .price {
    color: #4f0198 !important;
}

.woocommerce .woocommerce-ordering select {
    border-color: #4f0198;
    border-radius: 0;
    color: #4f0198;
    height: 40px;
    padding: 0 15px;
    vertical-align: top;
}

@media (max-width: 767px) {

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left !important;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }
}

.woocommerce table.shop_table th {
    color: #4f0198;
    /* font-weight: 400 !important; */
}

/* Woocommerce Cart */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin: 0 auto
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    margin-top: 40px;
}

.woocommerce-cart table.cart .product-name a {
    text-transform: uppercase;
}

.woocommerce table.cart td.actions .input-text {
    width: inherit;
}

.woocommerce table.shop_table {
    border-radius: 0 !important;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 15px 12px !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #review_form #respond .form-submit input,
.woocommerce input.button {
    background-color: #4f0198 !important;
    background-image: -moz-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%) !important;
    background-image: -webkit-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%) !important;
    background-image: -ms-linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%) !important;
    background-image: linear-gradient(90deg, rgb(75, 2, 134) 18%, rgb(168, 51, 244) 100%) !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 14px 15px 10px !important;
    text-transform: uppercase;
    width: 100% !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #afafaf !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none;
}

.woocommerce-page table.shop_table_responsive tbody .recurring-totals th {
    font-weight: 700 !important;
}

.woocommerce .cross-sells {
    padding-top: 80px;
    width: 100%;
}

.woocommerce .cross-sells h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.cross-sells a.button.add_to_cart_button {
    display: none;
}

@media (min-width: 768px) {
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        margin-left: auto;
        padding: 15px 16px 12px !important;
        /* width: 383px !important; */
    }
}

.woocommerce table.shop_table.cart {
    margin-bottom: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid #4f0198;
    border-radius: 0;
    height: 40px;
    padding: 10px 15px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #4f0198 !important;
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

#customer_details {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 15px;
}

.woocommerce-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-tabs .tab-wrapper {
    width: 48%;
}

.woocommerce-tabs h3 {
    border-bottom: 1px solid #4f0198;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0;
    text-transform: uppercase;
}

.woocommerce-Tabs-panel {
    margin-bottom: 40px;
}

.woocommerce-tabs .tab-wrapper:last-child {
    width: 100%;
}

.woocommerce #reviews #comments ol.commentlist {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    flex: 0 0 32%;
    margin: 20px 0 50px;

}

.woocommerce #reviews #comments ol.commentlist li:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: 0;
    margin-left: 0;
}

.woocommerce-review-link {
    position: relative;
    top: 5px;
}

#review_form_wrapper form {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    display: none;
    padding: 1em 1em 0;
}

#review_form #reply-title {
    color: #4f0198;
    cursor: pointer;
    font-size: 22px;
    position: relative;
}

#review_form #reply-title:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: -30px;
    top: -5px;
}

#review_form #reply-title.open:after {
    content: '\f106';
}

/*
.panel.woocommerce-Tabs-panel--additional_information h2:first-of-type,
.panel.woocommerce-Tabs-panel--reviews h2:first-of-type {
    display: block;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    top: 0;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    color: #bfbfbf;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 0;
    text-transform: uppercase;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce.woocommerce-pagediv.product .woocommerce-tabs ul.tabs li a:hover {
    color: #4f0198;
}

.woocommerce.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}
*/

#wpgis-gallery.slick-slider {
    display: flex;
}

#wps-slider-section img.wpsf-product-img {
    width: 100%;
}

.price_single_wraps {
    border-bottom: 1px solid #4f0198;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.woocommerce.woocommerce-page div.product p.price,
.woocommerce div.product span.price {
    border-bottom: 1px solid #4f0198;
    color: #4f0198;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.woocommerce.woocommerce-page div.product .woocommerce-product-rating {
    float: right;
    margin-bottom: 0;
}

.redio_btn_wrap {
    margin-bottom: 40px;
    margin-top: 30px;
}

.redio_btn_wrap label {
    align-items: center;
    display: flex;
}

.redio_btn_wrap input[type="radio"] {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}


.redio_btn_wrap input[type='radio']:after {
    background-color: #fff;
    border: 2px solid white;
    border-radius: 15px;
    content: '';
    display: inline-block;
    height: 20px;
    left: 2px;
    position: relative;
    top: 2px;
    visibility: visible;
    width: 20px;
}

.redio_btn_wrap input[type='radio']:checked:after {
    background-color: #4f0198;
    border: 2px solid white;
    border-radius: 15px;
    content: '';
    display: inline-block;
    height: 20px;
    left: 2px;
    position: relative;
    top: 2px;
    visibility: visible;
    width: 20px;
}

.cart-count {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #4f0198;
    display: inline-flex;
    height: 21px;
    justify-content: center;
    left: -5px;
    position: relative;
    width: 21px;
}

@media (min-width: 992px) {
    .cart_holder {
        border-right: 1px solid #e5e5e5;
    }
}

.woocommerce.woocommerce-page .quantity .qty {
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 40px;
    width: 110px;
}

.woocommerce.woocommerce-page div.product form.cart .button {
    width: calc(100% - 120px) !important;
}

.single-product-main-image .slick-slide,
#wpgis-gallery .slick-slide img {
    border: 1px solid #ebebeb;
}

.shop-title {
    font-size: 78px;
    line-height: 84px;
}

@media (max-width: 991px) {
    .shop-banner .shop-banner-text {
        padding-bottom: 0;
        width: 100%;
    }

    .shop-title {
        font-size: 60px;
        line-height: 1;
    }

    .shop-banner img {
        margin-top: -140px;
        position: relative;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .shop-title {
        font-size: 36px;
    }
}

.admin-bar .main-header {
    margin-top: 32px;
}

@media only screen and (max-width: 782px) {

    .admin-bar .main-header {
        margin-top: 46px;
    }

}

@media screen and (max-width: 600px) {
    .admin-bar #wpadminbar {
        position: fixed;
    }
}

#wps-slider-section #sp-woo-product-slider-104 .slick-track {
    display: flex !important;
    margin-left: 0;
}

#wps-slider-section #sp-woo-product-slider-104 .slick-slide {
    border-bottom: 1px solid #8b15d9;
    height: inherit !important;
}

#wps-slider-section #sp-woo-product-slider-104 .wpsf-product-title a,
.woocommerce.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block;
    font-size: 18px !important;
    /* margin-bottom: 15px; */
    text-align: center;
    text-transform: uppercase;
}

#wps-slider-section .price_holder {
    flex-direction: row;
}

.star-rating span:before,
.star-rating::before,
p.stars a:hover:after,
p.stars a:after,
#wps-slider-section .wps-product-section .star-rating:before,
#wps-slider-section .wps-product-section .star-rating span:before {
    color: #4f0198 !important;
    letter-spacing: 7px !important;
}

#wps-slider-section #sp-woo-product-slider-104 .wpsf-product-price,
.woocommerce.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price {
    font-size: 18px;
}

.woocommerce.woocommerce-page ul.products li.product .star-rating,
#wps-slider-section .wps-product-section .price_holder .star-rating,
.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    width: 7.6rem;
}

#wps-slider-section #sp-woo-product-slider-104 .wpsf-product-price {
    color: #4f0198;
}

/*
#wps-slider-section #sp-woo-product-slider-104.sp-wps-theme_one .wps-product-image {
    border: none !important;
}
*/

.follow-us .title-2 {
    letter-spacing: 3.5px;
}

@media screen and (min-width:768px) {
    .follow-us .title-2 {
        font-size: 56px;
        letter-spacing: 8px;
    }
}

#wps-slider-section {
    overflow: unset !important;
}

#wps-slider-section .wps-product-section .slick-prev,
#wps-slider-section .wps-product-section .slick-next {
    border: none !important;
    height: 55px !important;
    top: 34% !important;
    transform: translateY(-34%);
    width: 26px !important;
}

#wps-slider-section .wps-product-section .slick-prev i,
#wps-slider-section .wps-product-section .slick-next i {
    display: none;
}

#wps-slider-section .wps-product-section .slick-prev {
    background: url('https://mspa.561dev.com/wp-content/themes/spashop/img/arrow-left.png') no-repeat;
    left: -20px !important;
    right: auto !important;
}

#wps-slider-section .wps-product-section .slick-next {
    background: url('https://mspa.561dev.com/wp-content/themes/spashop/img/arrow-right.png') no-repeat;
    right: -40px !important
}

#wps-slider-section .wps-product-section ul.slick-dots {
    display: none !important;
}

#wps-slider-section.wps-slider-section-104 {
    padding-top: 20px !important;
}

#wps-slider-section #sp-woo-product-slider-104.wps-product-section .slick-arrow:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}

#wps-slider-section .wpsf-product {
    display: flex;
}

.feature-product a.button.add_to_cart_button {
    display: none;
}

.feature-product .sp-wps-product-image-area {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.feature-product .sp-wps-product-details {
    display: flex;
    flex: 1;
    padding-bottom: 10px;
}

.feature-product .sp-wps-product-details-inner {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-product #wps-slider-section .wps-product-section .star-rating {
    right: 0;
    width: inherit;
}

.feature-product #wps-slider-section .wps-product-section .star-rating:before {
    position: relative;
    right: 0;
}

.feature-product .wpsf-product-title {
    margin-bottom: 15px;
    width: 100%;
}

.feature-product .wpsf-product-price {
    margin-top: auto;
}

/* .woocommerce .feature-product ul.products li.product a img {
    max-height: 283px;
} */

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}

/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
    font-size: 17px;
    line-height: 26px;
    list-style-type: none;
    max-width: 200px;
    padding-left: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 8px 20px;
    transition: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #4f0198;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: #4f0198;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
    color: #fff;
}

.woocommerce-MyAccount-content fieldset {
    margin-top: 40px;
}

.content-wrapper p:last-child {
    margin-bottom: 3rem;
}

/* Single product page */

.single #service-content {
    padding-top: 110px;
}

.product-wrapper {
    align-items: center;
    display: flex;
}

.product-wrapper>.woocommerce-breadcrumb,
.woocommerce.woocommerce-page div.product .product-wrapper>p.price {
    display: none;
    margin-bottom: 20px;
}

.product-wrapper>.woocommerce-breadcrumb {
    padding-top: 20px;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
    padding-left: 80px;
    width: 50%;
}

.woocommerce .woocommerce-product-rating .star-rating {
    width: 7em;
}

#review_form .comment-form-author,
#review_form .comment-form-email {
    width: 49%;
}

#review_form .comment-form-author {
    float: left;
}

#review_form .comment-form-email {
    float: right;
}

#review_form .comment-form-author label,
#review_form .comment-form-email label {
    display: block;
}

#review_form .comment-form-author input,
#review_form .comment-form-email input {
    width: 100%;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
    clear: both;
    margin-bottom: 20px;
}

.woocommerce #review_form #respond .form-submit input {
    color: #fff;
    max-width: 200px;
}

/* Subscriptions */
.wcsatt-options-product-prompt {
    display: none;
}

ul.wcsatt-options-product {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-left: 0;
}

.woocommerce ul.wcsatt-options-product li {
    margin-bottom: 15px;
}

.woocommerce ul.wcsatt-options-product li label {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.woocommerce ul.wcsatt-options-product li input[type="radio"] {
    height: 24px;
    margin-right: 10px;
    width: 24px;
}


.woocommerce ul.wcsatt-options-product li input[type='radio']:after {
    background-color: #fff;
    border: 2px solid white;
    border-radius: 15px;
    content: '';
    display: inline-block;
    height: 20px;
    left: 2px;
    position: relative;
    top: 2px;
    visibility: visible;
    width: 20px;
}

.woocommerce ul.wcsatt-options-product li input[type='radio']:checked:after {
    background-color: #4f0198;
    border: 2px solid white;
    border-radius: 15px;
    content: '';
    display: inline-block;
    height: 20px;
    left: 2px;
    position: relative;
    top: 2px;
    visibility: visible;
}

.woocommerce ul.wcsatt-options-product span.price,
#jckqv span.price,
#jckqv span.price ins {
    border-bottom: 0;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.woocommerce ul.wcsatt-options-product span.price ins,
#jckqv span.price ins {
    font-weight: inherit;
    text-decoration: none;
}

/* Quick View */

#jckqv {
    align-items: center;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
    padding: 0;
}

#jckqv .slick-slide {
    width: auto !important;
}

#jckqv .slick-track {
    align-items: center;
    display: flex;
    justify-content: center;
}

#jckqv_images_wrap,
#jckqv_summary {
    padding: 20px;
    width: 50%;
}

#jckqv_images_wrap {
    margin: 0px;
}

#jckqv_images_wrap:before {
    background-color: #f7f7f7;
    content: '';
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
}

#jckqv h1 {
    color: #4f0198;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: .5rem;
    margin-top: 0;
    padding: 0;
    text-transform: uppercase;
}

#jckqv h1+.price {
    padding-bottom: 10px;
}

#jckqv .price {
    border-bottom: 1px solid #4f0198;
    color: #4f0198;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25em;
    font-weight: 400;
    /* line-height: 28px; */
    overflow: inherit;
}

#jckqv p {
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

#jckqv_desc p:last-child {
    margin-bottom: 0;
}

#jckqv .cart {
    margin: 35px 0 0;
}

#jckqv .button {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    height: inherit;
    line-height: 1.5;
    min-width: 250px;
    padding: 14px 15px 10px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: auto !important;
}

#jckqv ul.wcsatt-options-product {
    margin-bottom: 20px;
    margin-top: 20px;
}

#jckqv ul.wcsatt-options-product li {
    margin-bottom: 5px;
}

#jckqv .woocommerce-product-rating {
    margin: 0;
}

#jckqv .woocommerce-product-rating .text-rating {
    display: none;
}

#jckqv .quantity .qty {
    background: #fff;
    border-radius: 0;
    font-size: 20px;
    height: 50px;
}

.jckqv-qty-spinners__plus,
input.jckqv-qty-spinners__plus,
input[type=button].jckqv-qty-spinners__plus,
.jckqv-qty-spinners__minus,
input.jckqv-qty-spinners__minus,
input[type=button].jckqv-qty-spinners__minus {
    border-radius: 0;
    height: 25px;
}

.mfp-close-btn-in button.mfp-close {
    color: #fff;
    font-size: 40px;
    right: -10px;
    top: -40px;
}

.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
    margin: 0 auto;
    object-fit: contain;
    width: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 50%;
}

.woocommerce div.product div.images.woocommerce-product-gallery:before {
    background-color: #f7f7f7;
    bottom: 0;
    content: '';
    left: -999em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    background: white;
    border: 1px #ccc solid;
    margin: 0px .5% 5px;
    width: 110px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    margin: 0 auto;
}

.woocommerce-Reviews-title {
    display: none;
}

/* Photo Swipe */
.pswp__bg {
    background: rgba(79, 1, 152, .95);
}

.pswp__button {
    z-index: 2;
}

#homepage-slider .mobile {
    display: none;
}

@media(min-width: 1200px) {
    .woocommerce-cart .woocommerce {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .woocommerce-cart .woocommerce-cart-form {
        flex: 0 0 65%;
        margin-right: 30px;
    }

    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        flex: 0 0 32%;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .widget_product_categories ul {
        display: none;
    }

    .widget_product_categories .widget-title {
        cursor: pointer;
        position: relative;
    }

    .widget_product_categories .widget-title:after {
        color: #4f0198;
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-size: 26px;
        font-weight: 900;
        margin-top: 5px;
        position: absolute;
        right: 0;
    }

    .widget_product_categories .widget-title.open:after {
        content: '\f106';
    }

    .product-wrapper {
        align-items: inherit;
        flex-direction: column;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery,
    .woocommerce div.product div.summary {
        width: 100%;
    }

    .woocommerce div.product div.summary {
        padding-left: 0;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery:before {
        left: 0;
    }

    .woocommerce-tabs {
        flex-direction: column;
    }

    .woocommerce-tabs .tab-wrapper {
        width: 100%;
    }

    #review_form #reply-title {
        display: block;
        padding-right: 30px;
    }

    #review_form #reply-title:after {
        right: 0;
        top: 3px;
    }

    .shop-banner-bg {
        background-size: cover;
        top: 0;
    }

    .shop-banner .text-md-start {
        padding: 40px 0;
        z-index: 1;
    }

    .product-wrapper>.woocommerce-breadcrumb,
    .woocommerce.woocommerce-page div.product .product-wrapper>p.price {
        display: block;
    }

    .woocommerce .summary .woocommerce-breadcrumb,
    div.product .product-wrapper .summary>p.price {
        display: none;
    }

}

@media (max-width: 768px) {

    .woocommerce ul.products li.product a img,
    .woocommerce div.product div.images img {
        height: inherit;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(odd),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(odd) {
        margin-right: 2%;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(even),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(even) {
        margin-left: 2%;
    }

    #gform_2 .gform_footer {
        position: relative;
    }

    #gform_2 .gform_footer input {
        width: 100%;
    }

    .btnholder_shop {
        display: none;
    }

    .shop-banner img {
        margin-top: -90px;
    }

}

@media (max-width: 640px) {
    .cta-form .gform_wrapper.gravity-theme .gform_footer {
        max-width: inherit;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 480px) {

    .page-header {
        padding-top: 150px;
    }

    .widget_product_categories .widget-title {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .widget_product_categories .widget-title:after {
        font-size: 21px;
        margin-top: 0;
    }

    .widget_product_categories ul li a {
        font-size: 16px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(odd),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(odd) {
        margin-right: 0;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(even),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(even) {
        margin-left: 0;
    }

    #review_form .comment-form-author,
    #review_form .comment-form-email {
        float: none;
        width: 100%;
    }

    .woocommerce #review_form #respond .form-submit input {
        max-width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 80px;
    }

    #homepage-slider .desktop {
        display: none;
    }

    #homepage-slider .mobile {
        display: block;
    }

}


/* Homepage */
#services {
    padding-top: 80px;
}

#services .d-flex {
    gap: 10px;
}

#services h2 {
    font-weight: 300;
    letter-spacing: 3.6px;
}

#services p {
    text-align: justify;
    text-align-last: center;
}

#services h2 strong {
    font-weight: 500;
}

#services .column {
    align-items: center;
    background-color: #1a1a1a;
    display: flex;
    flex-basis: 0;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1040px) {
    #services .column {
        flex-basis: 49%;
    }
}

#services .column:before {
    border: 1px rgba(255, 255, 255, .5) solid;
    content: "";
    height: calc(100% - 20px);
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    transition: all .3s ease;
    width: calc(100% - 20px);
}

#services .column:hover .content,
#services .column:hover:before {
    opacity: 1;
    visibility: visible;
}

#services img {
    height: auto;
    max-width: 100%;
    opacity: 1;
    transition: all .3s ease;
    width: 100%;
}

#services .column:hover img {
    opacity: .3;
}

#services .content {
    padding: 20px 10%;
    position: absolute;
    text-align-last: center;
    top: calc(100% - 85px);
    transition: all .3s ease;
    z-index: 1;
}

@media (max-width: 480px) {
    #services .content {
        top: calc(100% - 65px);
    }
}

#services .column:hover .content {
    top: 50%;
    transform: translateY(-50%);

}

#services .content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

@media (max-width: 480px) {
    #services .content h3 {
        font-size: 20px;
        font-weight: 500;
    }
}

#services .content ul {
    list-style-type: none;
    padding: 0;
}

#services .content p,
#services .content li {
    color: #fff;
}