/*
Theme Name:MorBeauty
Theme URI:
Author:GopalP
Author URI:
Description:
Version:2.9
*/

@charset "utf-8";

/* CSS Document */

.aligncenter,
.gallery-item a {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    padding: 4px;
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    font-size: .857142857rem;
    line-height: 2;
    color: #757575;
}

ul:before,
ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.full-img img {
    width: 100%;
    height: auto;
}

.page-section .container:before,
.page-section .container:after {
    display: block;
    content: '';
}

.page-section .container:after {
    clear: both;
}

img.img-crop {
    display: block;
    max-width: none;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.table-div {
    display: table;
    height: 100%;
    width: 100%;
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(226, 22, 209);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-next,
.owl-prev {
    background-position: 0 0;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-nav {
    text-align: center;
    margin-top: 0;
}

.owl-next,
.owl-prev {
    border-radius: 0;
    height: 50px;
    width: 30px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #fff;
    display: inline-block;
    margin: -25px 0 0 0;
    top: 50%;
    position: absolute;
    background-color: #fff;
}

.owl-next {
    right: 0;
    background-image: url(images/next.svg);
}

.owl-prev {
    left: 0;
    background-image: url(images/prev.svg);
}

.header {
    background: #e7e1f5;
    padding-right: 200px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.logo {
    text-align: center;
    line-height: 93px;
}

.logo img {
    width: 200px;
}

.header .media {
    align-items: center;
    font-weight: 700;
    color: #5c3e9e;
}

.header [class*=col-]+[class*=col-] {
    border-right: 1px solid #cdbaf5;
}

.transport-link,
.transport-link:hover {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #5c3e9e;
    text-decoration: none;
}

.transport-link i {
    margin-left: 8px;
}

.header .anchor {
    height: 93px;
    display: block;
    line-height: 1;
}

.online-link,
.online-link:hover {
    text-align: center;
    display: block;
    font-weight: 700;
    color: #5c3e9e;
    text-decoration: none;
}

.online-link i {
    margin-left: 8px;
}

.online-link img {
    margin-left: 8px;
    width: 45px;
}

.phone-link {
    background: #5c3e9e;
    color: #fff;
    font-weight: 700;
    display: block;
    text-align: center;
}

.phone-link i {
    margin-left: 8px;
}

.phone-link:hover {
    color: #fff;
    background: #241448;
    text-decoration: none;
}

.menu-toggle {
    height: 93px;
    line-height: 93px;
    color: #fff;
    background: #5c3e9e;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-toggle:hover {
    color: #fff;
    text-decoration: none;
    background: #241448;
}

.site {
    padding-top: 93px;
}

.banner-image {
    min-width: initial;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

.banner-image img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.banner {
    position: relative;
}

.banner .banner-image {
    height: 790px;
}

.banner .carousel-caption {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    color: #000;
    font-size: 20px;
}

.banner .carousel-control-prev,
.banner .carousel-control-next {
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    opacity: 1;
    text-indent: -9999px;
    z-index: 30;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(40, 40, 40, 0.60);
}

.banner .carousel-control-prev {
    background-image: url(images/left-arrow.svg);
    left: 0;
}

.banner .carousel-control-next {
    background-image: url(images/right-arrow.svg);
    right: 0;
}

.banner .carousel-caption .btn {
    margin-top: 5px;
}

.banner .carousel-caption .btn {
    margin-right: 8px;
}

.banner .carousel-caption h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 1.2;
}

.banner .carousel-caption .embed-responsive {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.banner .carousel-caption .embed-responsive img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.banner .carousel-caption .row {
    margin-left: -8px;
    margin-right: -8px;
}

.banner .carousel-caption .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 10px;
}

.section {
    padding: 70px 0;
    position: relative;
}

.w1 {
    color: #fff;
    text-align: center;
    background: #5c3e9e;
}

.w1 .row {
    margin-left: -8px;
    margin-right: -8px;
}

.w1 .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

/*.brands [class*=col-] {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 16%;
}*/

.brands [class*=col-]+[class*=col-] {
    border-right: 1px solid #dfdfdf;
}

.brand-block {
    display: flex;
    height: 100%;
    align-items: center;
    vertical-align: middle;
    min-height: calc(100vh / 2);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.brand-block .content {
    padding: 30px;
    background: rgba(92, 62, 158, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.brand-block:hover .content {
    opacity: 1;
}

.brand-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5c3e9e;
    opacity: 0;
    z-index: 1;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.brand-block:hover:after {
    opacity: .5;
}

.brand-block img {
    width: 80%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.category-list .d-block {
    position: relative;
    overflow: hidden;
}

.category-list .d-block .content {
    padding: 30px;
    background: rgba(92, 62, 158, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    text-align: center;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
}

.category-list .d-block:hover .content {
    opacity: 1;
}

.w2 {
    background: #f7f5f6;
    text-align: center;
}

.w2 h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-bottom: -80px;
}

.w2 h5 {
    color: #000;
    position: relative;
    z-index: 10;
}

.w2 h3 {
    color: #5c3e9e;
    position: relative;
    z-index: 100;
}

.w2 .embed-responsive {
    background: url(images/step-frame.png) no-repeat center;
    background-size: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.w2 .embed-responsive img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65%;
}

.w2 [class*=col-]:hover .embed-responsive img {
    width: 72%;
}

.w2 [class*=col-] h4 {
    color: #5c3e9e;
    font-size: 36px;
}

.w2 [class*=col-] {
    font-size: 24px;
    color: #000;
}

.w2 [class*=col-]+[class*=col-]:before {
    background: url(images/process-arrow.png);
    background-size: 100%;
    height: 24px;
    width: 36px;
    content: '';
    position: absolute;
    top: 33%;
    right: -15px;
}

.play-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    text-align: center;
    line-height: 80px;
}

.play-icon span {
    color: #5c3e9e;
    font-size: 24px;
}

.content-section h2 {
    position: relative;
    font-size: 100px;
    color: #f7f5f6;
    margin-bottom: -60px;
    z-index: -1;
}

.content-section h3 {
    font-size: 40px;
    position: relative;
    z-index: 10;
}

.w3 {
    background: #f7f5f6;
}

.w3 [class*=col-] {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.w3 [class*=col-] .content {
    padding: 60px 25px;
    color: #000;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.w3 [class*=col-]:hover {
    background: #b5a8d4;
}

.w3 [class*=col-]:hover .content {
    color: #fff;
}

.w3 [class*=col-] .content .icon {
    width: 60px;
    margin-bottom: 24px;
}

.w3 [class*=col-] .content .icon img:nth-child(2) {
    display: none;
}

.w3 [class*=col-]:hover .content .icon img:nth-child(1) {
    display: none;
}

.w3 [class*=col-]:hover .content .icon img:nth-child(2) {
    display: block;
}

.action-float-btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    position: fixed;
    right: 25px;
    z-index: 100;
}

.action-float-btn li {
    display: block;
}

.action-float-btn li+li {
    margin-top: 16px;
}

.action-float-btn li a {
    display: block;
    height: 60px;
    width: 60px;
    background: #fff;
    border: 1px solid #d8d8d8;
    position: relative;
    border-radius: 50%;
}

.action-float-btn li a img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
}

.owl-carousel,
.owl-carousel div {
    direction: ltr;
}

.fa-phone {
    transform: rotate(90deg);
}

.bg-light {
    background: #f7f5f6!important;
}

.single-cta i {
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #5c3e9e;
    border-radius: 100%;
    line-height: 46px;
    width: 46px;
    height: 46px;
    margin: 8px auto;
    display: block;
    align-items: center;
    justify-content: center;
}

.our-product-slider {
    margin: 35px 0 0;
}

.prod-inner-col {
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 0 15px #dfdfdf;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0;
}

.prod-inner-col .hp-info {
    min-height: 90px;
}

.prod-inner-col>a {
    width: 100%;
    display: block;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.prod-inner-col>a:hover,
.prod-inner-col>a:focus {
    margin-top: -10px;
}

.prod-full-img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

.prod-full-img img {
    height: 100%;
    object-fit: cover;
}

.prod-inner-col h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, .8);
    z-index: 1;
    margin-bottom: 8px;
}

.prod-inner-col .position {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #5c3e9e;
    margin-bottom: 6px;
}

.prod-inner-col .btn.btn-primary {
    background: #241448!important;
    border: 3px solid #fff4fa!important;
    color: #fff!important;
    border-radius: 50px;
}

.prod-full-img::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #5c3e9e;
    opacity: 0;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.prod-inner-col>a:hover .prod-full-img::after,
.prod-inner-col>a:focus .prod-full-img::after {
    opacity: .8;
}

.prod-inner-col .btn.btn-primary {
    background: #241448!important;
    border: 3px solid #fff4fa!important;
    color: #fff!important;
    border-radius: 50px;
    padding: 16px 10px;
    width: 100%;
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
    margin-bottom: 8px;
}

.prod-inner-col>a:hover {
    text-decoration: none;
}


/*.our-product-slider .owl-prev, .carousel-testimony .owl-prev { position:absolute; left:-60px; top:50%; margin-top:-20px; background-size:40px; }
.our-product-slider .owl-next, .carousel-testimony .owl-next { position:absolute; right:-60px; top:50%; margin-top:-20px; background-size:40px; }*/

.testimony-section {
    position: relative;
}

.carousel-testimony {
    margin: 30px 0 60px;
}

.testimony-wrap {
    display: block;
    position: relative;
    font-size: 20px;
    background: #5c3e9e;
    border-radius: 10px;
    box-shadow: 0 0 15px #dfdfdf;
    padding: 20px;
}

.testimony-wrap .user-img {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    position: relative;
    background-position: top center;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.testimony-wrap .text {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.testimony-wrap .name {
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.testimony-wrap .position {
    font-size: 14px;
    color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimony-wrap p,
.testimony-wrap .name,
.testimony-wrap .position,
.testimony-wrap h4 {
    text-align: center;
    color: #fff;
    display: block;
}

.testimony-section .content-section h2 {
    color: #fff;
    z-index: 1;
}

.q1 {
    position: absolute;
    left: 30px;
    top: -25px;
}

.q2 {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.footer-form-section {
    background: #5c3e9e;
    padding: 50px 0;
    position: relative;
}

.footer-form-section .form-inline,
.purpel-modal .form-inline {
    justify-content: center;
}

.custom-new-field {
    min-height: 52px;
    position: relative;
    top: -2px;
    min-width: 200px;
    border-radius: 50px;
    background: #fff;
    margin-right: 15px;
}

.custom-new-field .input-group-append {
    border-radius: 0 50px 50px 0;
    border: 1px solid #dfdfdf;
    height: 52px;
    width: 52px;
}

.custom-new-field .input-group-append span {
    display: flex;
    align-items: center;
}

.custom-new-field select,
.custom-new-field input[type="text"] {
    min-height: 52px;
    border-radius: 50px 0 0 50px!important;
    min-width: 200px;
    border: 1px solid #dfdfdf;
}

.footer-form-section .btn.btn-primary {
    background: #241448!important;
    border: 3px solid #fff4fa!important;
    color: #fff!important;
    border-radius: 50px;
    box-shadow: 0 24px 36px -11px rgba(0, 0, 0, .09);
}

.custom-new-field .input-group-append .single-cta i {
    padding: 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: block;
    margin: 7px 10px;
    font-size: 15px;
    line-height: 13px;
    text-align: center;
}

.custom-new-field .input-group-append .single-cta i.fa-phone,
.custom-new-field .input-group-append .single-cta i.fa-user {
    font-size: 13px;
}

.footer-form-section .al-pur {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    margin: -90px auto 25px;
    text-align: center;
    max-width: calc(100vw / 3);
    border-radius: 100px;
    background: #fff;
    border: 5px solid #3c1e7e;
    font-size: 22px;
    padding: 20px 29px;
    color: #004085;
    bottom: 0;
}

.new-form-gra {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 10;
}

.footer-section {
    background: #151414;
    position: relative;
    z-index: 10;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.cta-text {
    padding-left: 0;
    display: block;
    text-align: center;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
    text-align: center;
}

.cta-text {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px!important;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #5c3e9e;
}

.footer-widget-heading h3::before {
    right: 0;
    left: auto;
}

.footer-text p {
    margin-bottom: 14px!important;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input,
.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
    width: 100%;
    padding: 14px 20px 14px 75px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
    border-radius: 0;
}

.subscribe-form button {
    position: absolute;
    left: 0;
    background: #5c3e9e;
    padding: 13px 20px;
    border: 1px solid #5c3e9e;
    top: 0;
    bottom: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.footer-widget ul li a:hover {
    color: #5c3e9e;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 0;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.copyright-area {
    background: #202020;
    padding: 35px 0;
}

.footer-cta-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-cta-col {
    width: 20%;
}

.footer-menu {
    text-align: left;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.copyright-text {
    text-align: right;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.footer-cta .single-cta i.fa-phone {
    font-size: 18px;
}

.tl-icon {
    position: fixed;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 500;
}

.tl-icon .tcircle {
    background: #fff;
    border-radius: 0 100% 100%;
    padding: 10px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 43px;
    box-shadow: 0 0 15px #dfdfdf;
    position: relative;
}

.tl-icon .tcircle a {
    font-size: 33px;
    color: #5c3e9e;
}

.tl-icon .tcircle a .cartcount {
    background: #5c3e9e;
    position: absolute;
    padding: 0 6px;
    line-height: 24px;
    border-radius: 20px;
    top: -3px;
    right: -3px;
    color: #fff;
    font-size: 14px;
}

.overlay-close-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out 0s;
    -khtml-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.mobile-menu-container {
    position: fixed;
    visibility: visible;
    top: 0;
    left: auto;
    bottom: 0;
    z-index: 99999;
    width: 320px;
    overflow: auto;
    right: 0;
    -webkit-transition: all .5s;
    -khtml-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgb(92 62 158 / .95);
    -webkit-transform: translate(320px);
    -moz-transform: translate(320px);
    -ms-transform: translate(320px);
    -o-transform: translate(320px);
}

.mobile-menu-open .overlay-close-menu {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -webkit-opacity: .8;
    -khtml-opacity: .8;
    -moz-opacity: .8;
    -ms-opacity: .8;
    -o-opacity: .8;
    opacity: .8;
    visibility: visible;
}

.mobile-menu-container .menu-mobile-effect.navbar-toggle {
    display: block;
    border-right: 0;
    text-align: right;
    padding: 23px 20px;
    align-items: initial;
    font-size: 18px;
    line-height: 28px;
    color: red;
    word-spacing: 3px;
    cursor: pointer;
}

.mobile-menu-container .menu-mobile-effect.navbar-toggle .fa {
    -webkit-transition: all .2s ease-in-out 0s;
    -khtml-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.mobile-menu-container .menu-mobile-effect.navbar-toggle:hover .fa {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    color: red;
}

.mobile-menu-open .mobile-menu-container {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.purpel-modal .modal-content {
    background: #5c3e9e;
}

.color-white {
    color: #fff;
}

.purpel-modal .modal-header {
    border: 0;
}

.purpel-modal button.close {
    background: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    opacity: 1;
    font-size: 24px;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    z-index: 1000;
    position: absolute;
    top: 15px;
    /*left:15px;*/
}

.purpel-modal button.close span {
    display: block;
    width: 100%;
    text-align: center;
    color: #5c3e9e;
}

.new-pink-bg {
    padding: 1vh;
    border-radius: 50px;
}

.max-p-h {
    max-height: 70vh;
    overflow: hidden;
}

.purpel-modal .btn.btn-primary {
    background: #241448;
    border: 3px solid #fff4fa;
    color: #fff;
    border-radius: 50px;
}

.bck {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: center;
    transition-property: all;
    z-index: 99;
}

.bck i {
    display: none;
}

.bck.bck-on {
    visibility: visible;
}

.bck img {
    width: 90px;
}

.bck.bck-on:focus {
    color: #2843d7;
}

.bck:hover {
    color: #fff!important;
}

.rightToLeft {
    right: -100px;
}

.bck-on.rightToLeft {
    right: 1rem;
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu a {
    display: block;
    font-weight: 600;
    border-radius: 6px;
}

.main-menu>li:last-child {
    border-bottom: 0;
}

.main-menu>li>a {
    color: #fff;
    padding: 10px 25px;
    display: block;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    position: relative;
}

.main-menu>li a:hover,
.main-menu li:hover>a,
.main-menu li.current-menu-item>a,
.main-menu li.current-menu-parent>a {
    color: #fff;
    background: #241448;
    text-decoration: none;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    padding-left: 0;
}

.main-menu ul li:last-child {
    border: 0;
}

.main-menu ul li a {
    color: #fff;
    padding: 10px 35px;
    font-size: 20px;
    position: relative;
}

.main-menu ul li a:hover,
.main-menu ul li.current_page_item a {
    background: #5b429b;
    color: #fff;
}

.main-menu a[aria-expanded="true"]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 25px;
    content: '\f0da';
    color: #fff;
}

.main-menu a[aria-expanded="false"]:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 25px;
    content: '\f0d7';
    color: #fff;
}

.page-banner {
    position: relative;
    text-align: center;
}

.page-banner .banner-image {
    height: 650px;
}

.page-banner .banner-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.page-banner .page-header-content {
    color: #fff;
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-banner .page-header-content h1 {
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.page-banner .page-header-content h1:after {
    bottom: 0;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    content: '';
    height: 4px;
    background: #fff;
    position: absolute;
}

.page-banner .page-header-content h1 small {
    font-size: 50%;
}

.page-banner .mpc-separator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.breadcrum-items {
    margin-bottom: 5px;
    font-size: 14px;
}

.breadcrum-items:before,
.breadcrum-items:after {
    content: '';
    display: table;
}

.breadcrum-items:after {
    clear: both;
}

.breadcrum-items span {
    display: inline-block;
}

.breadcrum-items span a {
    display: block;
    color: #fff;
}

.breadcrum-items span a:after {
    content: "/";
    float: left;
    margin: 0 8px;
    color: #fff;
}

.breadcrum-items span:last-child a:after {
    display: none;
}

.breadcrum-items span.current-item {
    font-weight: 500;
}

.page-section {
    padding-bottom: 100px;
}

.product-list .product-box {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.product-list .product-box .content {
    padding: 20px;
}

.product-list h3 {
    margin: 0;
    color: #5c3e9e;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 16px;
}

/*.product-list .product-box .full-img {
    min-width: initial;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

.product-list .product-box .full-img img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
    height: 255px;
}*/

.product-list .product-box .full-img img{ height:240px; width:auto; max-width:inherit;}

.filter-cat .form-control {
    border-radius: 0;
    border: 1px solid #d8d8d8;
}

.review-list h3 {
    margin: 0;
    color: #5c3e9e;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 16px;
}

.review-list .review-box {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.review-list .review-box .content {
    padding: 20px;
}

.map {
    height: 400px;
    position: relative;
    width: 100%;
}

.map .map-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.map .map-inner iframe {
    height: 100%;
    width: 100%;
}

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

.contactinfo li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
}

.contactinfo li.media img {
    margin-left: 18px;
}

.contactinfo li.media {
    align-items: center;
}

.contact-form-box {
    padding: 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    position: relative;
}

.contact-form-box textarea {
    height: 200px;
}

.contact-form-box input[type=text],
.contact-form-box input[type=email],
.contact-form-box input[type=tel],
.contact-form-box input[type=file],
.contact-form-box input[type=search],
.contact-form-box textarea,
select {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
}

.wpcf7-form {
    direction: rtl;
}

.flexslider .slides.flexslider-thumb>li {
    border: 1px solid #fff;
}

.flexslider .slides.flexslider-thumb>li.flex-active-slide {
    border: 1px solid #5c3e9e;
}

.accordionjs {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordionjs .acc_section {
    position: relative;
    z-index: 10;
    margin-top: 0;
    overflow: hidden;
    border: 1px solid #5b429b;
}

.accordionjs .acc_section+.acc_section {
    margin-top: 25px;
}

.accordionjs .acc_section .acc_head {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background: url(images/plus.svg) no-repeat no-repeat 16px center #241646;
    background-size: 16px;
    padding: 10px 15px 10px 32px;
    display: block;
    position: relative;
    cursor: pointer;
}

.accordionjs .acc_section .acc_content {
    padding: 20px;
}

.accordionjs .acc_section.acc_active>.acc_content {
    display: block;
}

.accordionjs .acc_section.acc_active>.acc_head {
    background: url(images/minus.svg) no-repeat no-repeat 16px center #5b429b;
    background-size: 16px;
    color: #fff;
}

.accordionjs .acc_section .acc_content ul {
    padding-left: 40px;
}

.wish-share-cont .media+.media {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d8d8d8;
}

.wish-share-cont .media.whatsapp {
    color: #39b54a;
    font-weight: 700;
    font-size: 20px;
}

.wish-share-cont .media.phone {
    color: #5b429b;
    font-weight: 700;
    font-size: 20px;
}

.wish-share-cont .media i {
    margin-top: 3px;
}

.w1 .form-control,
.footer-form-section .form-control {
    border-radius: 5rem;
    border-color: #fff;
}

.team-block {
    background: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.team-block .content {
    padding: 20px;
}

.post-list-item .full-img {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.post-list-item .content {
    padding: 30px;
    border: 1px solid #d8d8d8;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
}

.post-list-item .content h6 {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.post-list-item .content h3 a {
    color: #000;
}

.blog-sidebar h3,
.blog-sidebar .widget_wp_categories_widget h2 {
    margin: 0 0 16px;
    padding-bottom: 16px;
    color: #000;
    font-size: 24px;
    border-bottom: 1px solid #d8d8d8;
}

.blog-sidebar .widget_wp_categories_widget ul li span.post-count {
    box-shadow: none;
    background: #5b429b;
    border-radius: 20px;
    height: auto;
    width: auto;
    padding: 3px 6px;
    color: #fff;
    min-width: inherit;
    line-height: 1.2;
    font-size: 14px;
    min-width: 22px;
    margin-top: 7px;
}

.single-post .blog-post .blog-post-img {
    display: none;
}

.blog-sidebar .widget {
    margin: 0 0 30px 0;
    padding: 0;
    background: #fff;
    border-top: 5px solid #5b429b;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.blog-sidebar .widget:last-child {
    margin: 0;
}

.blog-sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog-sidebar .widget ul li {
    color: #686868;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ced4da;
}

.blog-sidebar .widget ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar .widget ul li .post-date {
    font-size: 12px;
}

.blog-sidebar .widget ul li .post-date {
    display: block;
}

.blog-sidebar .widget ul li a {
    font-weight: 500;
    color: #7a7c7f;
}

.blog-sidebar .widget+.widget {
    margin-top: 30px;
}

.blog-sidebar .widget .widget-content {
    padding: 20px;
}

.blog-sidebar .widget.widget_search .widget-content {
    padding: 0;
    border: 0;
}

.blog-sidebar .widget .widget-content span.screen-reader-text {
    display: none;
}

.blog-sidebar .widget .widget-content form {
    display: block;
    position: relative;
    margin: 0;
}

.blog-sidebar .widget .widget-content form label {
    display: block;
    margin: 0;
}

.blog-sidebar .widget .widget-content form input[type="search"] {
    padding-left: 58px;
    padding-left: 15px;
    border-radius: 0;
    height: 46px;
    border-color: #fff;
}

.blog-sidebar .widget .widget-content form input[type="submit"] {
    background: url(images/search.svg) no-repeat center #5b429b;
    background-size: 20px;
    position: absolute;
    top: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    text-indent: -9999px;
    margin: 0;
    border-radius: 0;
    padding: 0;
    top: 50%;
    margin-top: -20px;
    left: 3px;
}

.search-list article {
    background: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}

.search-list img.wp-post-image {
    display: none;
}

.search-list article .comments-link,
.search-list article .entry-meta,
.search-list article img.default-image {
    display: none;
}

.entry-meta {
    margin-bottom: 12px;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .comments-link,
.entry-meta .cat-links {
    margin-right: 10px;
    display: inline-block;
    line-height: 12px;
}

.entry-meta .svg-icon {
    margin-right: 5px;
    color: #ef8019;
}

.comment-list>.comment {
    background: #fff;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.11);
    padding: 20px;
}

.comment-reply-link,
#cancel-comment-reply-link {
    font-size: 16px;
}

.comment-author {
    line-height: 1;
}

.latest-blog {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-blog li {
    margin-bottom: 20px!important;
    border: 0;
    padding: 0;
}

.latest-blog li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.latest-blog a {
    color: #000;
    margin: 0;
    padding: 0;
    border: 0;
}

.latest-blog h6 {
    margin-bottom: 8px;
}

.latest-blog a p {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 500;
}

.latest-blog .media {
    align-items: center;
    text-align: left;
}

.latest-blog .post-thumb {
    width: 80px;
    margin-right: 16px;
}

.embed-responsive .full-img {
    min-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    flex: 0 0 auto;
    display: flex;
}

.embed-responsive .full-img img {
    flex: 1 1 auto;
    align-self: center;
    justify-self: center;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
    width: auto;
}

.filed-1 {
    background: url(images/profile-user.png) no-repeat right 12px center #fff;
    background-size: 28px;
    padding-right: 52px!important;
    border-radius: 5rem!important;
}

.filed-2 {
    background: url(images/phone-call.png) no-repeat right 12px center #fff;
    background-size: 28px;
    padding-right: 52px!important;
    border-radius: 5rem!important;
}

.filed-3 {
    background: url(images/envelope.png) no-repeat right 12px center #fff;
    background-size: 28px;
    padding-right: 52px!important;
    border-radius: 5rem!important;
}

.filed-4 {
    background: url(images/setting-gears.png) no-repeat right 12px center #fff;
    background-size: 28px;
    padding-right: 52px!important;
    border-radius: 5rem!important;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.container {
    position: relative;
    z-index: 100;
}

.form-bg-cover:before {
    background: rgba(61, 66, 155, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    content: '';
}

.modal-dialog.full_screen {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.modal-dialog.full_screen .modal-content {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal-dialog.full_screen .modal-content:before {
    background: rgba(61, 66, 155, 0.9);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal-dialog.full_screen .modal-body {
    overflow-y: scroll;
    padding-top: 60px;
    position: relative;
    z-index: 2;
}

.modal-dialog.full_screen .modal-footer,
.modal-dialog.full_screen .modal-header {
    border: 0;
    display: block;
    position: relative;
    z-index: 2;
}

.modal-dialog.full_screen .modal-header {
    padding: 50px;
    position: relative;
    z-index: 100;
}

.modal-dialog.full_screen.modal-dialog-scrollable,
.modal-dialog.full_screen.modal-dialog-scrollable .modal-content {
    max-height: calc(100% - 0rem);
}

.modal-dialog.full_screen button.close {
    background: url(images/close.svg) no-repeat center;
    opacity: 1;
    background-size: 30px;
    height: 30px;
    width: 30px;
    padding: 0;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -15px;
}

.modal-dialog.full_screen .modal-footer {
    padding: 0;
}

.modal-dialog.full_screen .modal-body .content {
    text-align: right;
    padding-right: 56px;
}

.modal-dialog.full_screen .modal-body .content h2 {
    text-transform: uppercase;
    position: relative;
}

.modal-dialog.full_screen .modal-body .content h2:after {
    height: 2px;
    width: 40px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: '';
    right: -56px;
}

.modal-dialog.full_screen .modal-body .content .image-block {
    margin-bottom: 45px;
}

.modal-dialog.full_screen .modal-body .content .btn {
    margin-top: 45px;
}

.modal-logo img {
    width: 200px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #282828;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.woocommerce div.product p.price small {
    font-size: 14px;
    font-weight: 300;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

.checkout-button.button {
    width: 100%!important;
    display: block!important;
    color: #fff!important;
}

.product-listing-page .woocommerce div.product {
    margin-bottom: 24px!important;
}

.related.products h2 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.related.products h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background: #d8d8d8;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border: 0;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: .75rem 1.5rem;
    color: #333;
    background: #f9f9f9;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    background: #5c3e9e;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    border: 1px solid #d8d8d8;
}

.woocommerce-product-details__short-description {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.woocommerce div.product form.cart div.quantity {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0!important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.125rem;
    padding: .5rem 1.2rem;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: .5rem;
    display: block;
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 15px;
}

.add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    margin-right: 12px;
}

.cart_totals .shop_table tbody>tr>td,
.woocommerce-checkout-review-order .shop_table tbody>tr>td {
    width: 50%;
}

.woocommerce-form__label {
    margin-right: 12px;
}

.woocommerce-form {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.u-column1.col-1,
.u-column2.col-2 {
    width: 49%;
    max-width: inherit!important;
}

.woocommerce #content div.product div.summary .quantity .qty {
    padding: .7rem;
    width: 100px;
    text-align: left;
}

.woocommerce #content div.product div.summary p.price {
    font-size: 24px;
    color: #4c3629;
    font-weight: 700;
}

.woocommerce #content div.product div.summary p.price ins {
    text-decoration: none;
}

.woocommerce #content div.product div.summary p.price del {
    color: #666;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    margin-bottom: 60px;
}

.woocommerce span.onsale {
    color: #fff;
    background: #d20006;
    padding: 4px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 100;
    position: absolute;
    top: 15px;
    left: 15px;
    min-height: inherit;
    line-height: inherit;
    border-radius: 0;
    display: none;
}

.woocommerce .products .star-rating {
    margin: 0 auto 10px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #999;
}

.woocommerce div.product .stock {
    color: #ee2e24;
}

#woocommerce_product_categories-2 ul.children {
    display: none;
}

.product_title {
    font-size: 32px;
}

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

.woof_list li {
    border-bottom: 1px solid #d8d8d8;
    display: block;
    padding: 6px 12px!important;
    margin: 0!important;
}

.woof_list li label {
    margin: 0;
    padding: 0 0 0 5px;
}

.woof_list .woof_childs_list {
    margin: 0!important;
    padding: 0!important;
}

.woof_list .woof_childs_list li {
    border: 0;
    padding: 6px 12px;
}

.woof_childs_list_opener {
    float: right;
}

.woof_list .woof_childs_list li input[type=checkbox] {
    float: left;
    margin-right: 6px;
    margin-top: 6px;
}

.woof_submit_search_form_container {
    margin: 0!important;
    padding: 0 10px 10px 10px!important;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d8d8d8;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    color: #000;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #3e4ea2;
    color: #fff;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 49%;
    max-width: inherit;
    padding: 0;
    margin-bottom: 25px;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-Reviews-title {
    display: none;
}

.woocommerce div.product form.cart {
    margin-top: 20px;
}

.yith-wcwl-add-button {
    margin-bottom: 15px;
}

table.wccpf_fields_table td.wccpf_label label {
    margin-bottom: .5rem!important;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #b7b7b7;
    color: #fff;
    padding: .7rem 1.5rem;
}

table.variations tbody>tr>td {
    display: block;
    width: 100%;
}

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

.woocommerce:before,
.woocommerce:after {
    content: '';
    display: table;
}

.woocommerce:after {
    clear: both;
}

.woocommerce .woocommerce-cart-form {
    float: left;
    width: 100%;
}

.woocommerce .cart-collaterals {
    float: right;
    width: 100%;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding-bottom: 0!important;
}

.woocommerce .checkout-button.button.alt.wc-forward {
    margin-bottom: 0!important;
}

.wpf-slider-tooltip {
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
}

.wpf_items_wrapper .wpf_item ul li {
    display: block!important;
}

.wpf_item li {
    margin-bottom: 5px!important;
}

.wpf_items_wrapper .wpf_item .wpf_color_icons li {
    display: inline-block!important;
}

.wpf_slider.ui-slider .ui-widget-header {
    background: #538bc7!important;
}

span.sku_wrapper,
span.posted_in,
span.tagged_as,
span.weight_wrapper,
span.dimensions_wrapper {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

span.sku_wrapper a,
span.posted_in a,
span.tagged_as a,
span.weight_wrapper span.sku,
span.dimensions_wrapper span.weight,
span.sku_wrapper span.dimensions_wrapper {
    font-weight: 400;
    margin-left: 5px;
}

.woocommerce div.product .stock {
    font-weight: 700;
    color: #00a30d!important;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.custom-btns {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ececec;
}

.custom-btns [class*=col] {
    margin-bottom: 15px;
}

.custom-logo {
    border-top: 1px solid #ececec;
}

.custom-logo [class*=col] {
    margin-top: 15px;
}

.woocommerce-tabs {
    margin-bottom: 40px;
}

.woocommerce-tabs .nav-tabs {
    border: 0;
}

.woocommerce-tabs .nav-tabs .nav-item {
    margin: 0;
}

.woocommerce-tabs .nav-tabs .nav-link {
    border: 0;
    background: #353535;
    color: #fff;
    border-radius: 0;
}

.woocommerce-tabs .nav-tabs .nav-link.active,
.woocommerce-tabs .nav-tabs .nav-item.show .nav-link {
    background: #ed1c24;
    color: #fff;
    border: 0;
}

.woocommerce-tabs .tab-content {
    padding: 20px;
    border: 1px solid #d8d8d8;
}

.summary.entry-summary .quantity .qty {
    height: 45px;
    width: 80px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: block;
    width: 100%;
}

.related.products .filter-cat {
    display: none;
}

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

.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .button {
    float: right;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 0 0 16px;
}

.woocommerce .quantity .qty {
    height: 48px;
    text-align: center;
    width: 100px;
}

h4.price.product-price-discount {
    margin-bottom: 30px;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: #5c3e9e;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #5c3e9e;
}

.return-to-shop {
    padding-top: 30px;
}

.fluid-vids {
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.fluid-vids iframe {
    border: 10px solid #fff;
}

.onload-modal button.close,
.onload-modal button.close:hover,
.product-modal button.close,
.product-modal button.close:hover {
    color: #fff;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 1;
    text-shadow: none;
    background: #241646;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.onload-modal .modal-body {
    background: #e7e1f4;
    color: #5b429b
}

.product-modal .modal-body {
    color: #fff;
    text-align: center;
    background: #241646;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjQxNjQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViNDI5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg, #241646 0%, #5b429b 100%);
    background: -webkit-linear-gradient(-45deg, #241646 0%, #5b429b 100%);
    background: linear-gradient(135deg, #241646 0%, #5b429b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#241646', endColorstr='#5b429b', GradientType=1);
}

.page-section {
    background: #fff;
}

.mobile-icon {
    background: #5c3e9e;
    position: fixed;
    z-index: 500;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-icon li {
    float: right;
    width: 33.3333%;
}

.mobile-icon li+li {
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.mobile-icon li a {
    position: relative;
    display: block;
    padding: 30px 10px 10px;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
}

.mobile-icon li a small {
    display: block;
    text-align: center;
    font-size: 14px;
}

.mobile-icon li a span {
    position: absolute;
    left: 50%;
    border: 3px solid #fff;
    background: #5c3e9e;
    height: 46px;
    width: 46px;
    font-size: 18px;
    text-align: center;
    line-height: 43px;
    border-radius: 50%;
    margin-left: -23px;
    top: -21px;
}

.purpel-modal .modal-content .embed-responsive {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.purpel-modal .modal-content .embed-responsive img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

@media (max-width:767px) {
    .footer-section {
        margin-bottom: 61px;
    }
    .bck-on.rightToLeft {
        bottom: 80px;
        z-index: 100;
    }
}