/** Mystical Elementor Kit Styles **/
/** General Styles **/
a,
button {
    outline: none;
}

/**
 * Simple Elements
 */
.msep-message {
    text-align: center;
    background: #979797;
    padding: 20px;
    color: #fff;
    font-size: 22px;
}

.msep-testimonial-carousel .testimonial .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.msep-testimonial-carousel .testimonial .img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-testimonial-carousel .testimonial .name {
    font-weight: 600;
}

.msep-testimonial-carousel .testimonial .name-des {
    display: flex;
    flex-flow: column;
}

.msep-testimonial-carousel .testimonial .ratings {
    margin: 20px 0 0;
    color: var(--meta-store-primary-color, #000);
}

/** Testimonial Carousel (Syle 1) **/
.msep-testimonial-carousel.style1 .testimonial .img-name-des {
    display: flex;
    align-items: center;
}

.msep-testimonial-carousel .testimonial .name-des {
    margin-left: 20px;
}

.msep-testimonial-carousel.style1 .testimonial .divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    margin: 25px 0;
}

/** Testimonial Carousel (Syle 2) **/
.msep-testimonial-carousel.style2 .testimonial {
    text-align: center;
}

.msep-testimonial-carousel.style2 .testimonial .img {
    margin: auto;
}

.msep-testimonial-carousel.style2 .testimonial .testimony {
    margin: 20px 0;
}

/** Testimonial Carousel (Syle 3) **/
.msep-testimonial-carousel.style3 .testimonial {
    text-align: center;
}

.msep-testimonial-carousel.style3 .testimonial .ratings-testimony {
    padding: 30px 30px 70px 30px;
    background-color: #EEE;
}

.msep-testimonial-carousel.style3 .testimonial .img {
    margin: -50px auto 20px auto;
}

.msep-testimonial-carousel.style3 .testimonial .ratings {
    margin: 0 0 20px;
}

.msep-testimonial-carousel .owl-dots{
    text-align: center;
}

.msep-testimonial-carousel button.owl-dot {
    background-color: #ffffff;
    margin-right: 0.8em;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 1em;
    width: 1em;
}

.msep-testimonial-carousel button.owl-dot.active{
    transform: scale(1.1);
}

.msep-testimonial-carousel button.owl-dot:last-child {
    margin-right: 0;
}

/** Pricing List **/
.msep-pricing-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.msep-pricing-list > li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.msep-pricing-list > li:last-child {
    margin-bottom: 0 !important;
}

.msep-pricing-list .img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.msep-pricing-list .icon{
    line-height: 1;
}

.msep-pricing-list .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.msep-pricing-list .pricing-title,
.msep-pricing-list .pricing-desc {
    margin: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.msep-pricing-list .pricing-title a{
    color: inherit;
}

.msep-pricing-list .price {
    margin-right: auto;
}

.msep-pricing-list .price {
    display: block;
    margin-left: auto;
    padding-left: 20px;
    margin-right: 0;
}

/** Team Member **/
.msep-team-member .team-img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.msep-team-member .team-img img {
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: 100%;
}

.msep-team-member .team-details .name {
    margin: 0;
}

.msep-team-member .team-details {
    padding: 20px;
}

.msep-team-member .team-details .details {
    margin-top: 10px;
}

.msep-team-member .social-icons {
    list-style: none;
}

.msep-team-member .social-icons {
    list-style: none;
    margin: 0;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.msep-team-member .social-icons li a {
    color: inherit;
    transition: all 0.3s ease;
}

.msep-team-member .social-icons li a:hover {
    color: blue;
}

/** Team Member ( Style 1 ) **/
.msep-team-member.style1 .team-img {
    margin: 0;
}

/** Team Member ( Style 2 ) **/
.msep-team-member.style2 {
    margin-left: 50px;
}

.msep-team-member.style2 .team-img {
    margin-left: -50px;
}

.msep-team-member.style2 .team-img-social {
    display: flex;
    padding-top: 50px;
}

.msep-team-member.style2 .social-icons {
    flex-flow: column;
}

/** Image Marker **/
.msep-image-marker.custom {
    height: 500px;
    overflow: hidden;
}

.msep-image-marker img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

/**
 * Magazine Elements
 */

/** Magazine General Styles **/

/** Post Carousel **/
.msep-post-carousel .post-wrap {
    width: 100%;
    position: relative;
}

.msep-post-carousel .img-holder{
    position: relative;
    padding-bottom: 70%;
}

.msep-post-carousel .img-holder img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.msep-post-carousel .excerpt{
    margin-top: 20px;
}

.msep-post-carousel .post-title {
    margin: 20px 0;
    display: block;
}

.msep-post-carousel .post-title a {
    transition: all 0.3s ease;
}

.msep-post-carousel.layout-1 .post-title a:hover,
.msep-post-carousel.layout-2 .post-title a:hover,
.msep-post-carousel.layout-3 .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-post-carousel .post-metas {
    margin-bottom: 20px;
}

.msep-post-carousel.left .details {
    text-align: left;
}

.msep-post-carousel.center .details {
    text-align: center;
}

.msep-post-carousel.right .details {
    text-align: right;
}

.msep-post-carousel.center .post-metas {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.msep-post-carousel .category {
    margin-right: 10px;
}

.msep-post-carousel.right .category,
.msep-post-carousel.right .category:last-child {
    margin-right: 0;
    margin-left: 10px;
}

.msep-post-carousel .category:last-child {
    margin-right: 0px;
}

.msep-post-carousel.right .category:first-child{
    margin-left: 0;
}

.msep-post-carousel .category a {
    display: inline-block;
    color: #fff;
    background-color: var(--meta-store-primary-color, #000);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 2px 10px;
    border-radius: 30px;
}

.msep-post-carousel .post-metas span {
    display: inline-block;
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
    color: #3a3a3a;
}

.msep-post-carousel.right .post-metas span,
.msep-post-carousel.right .post-metas span:last-child{
    margin-right: 0;
    margin-left: 20px;
}

.msep-post-carousel.right .post-metas span:first-child{
    margin-left: 0;
}

.msep-post-carousel .post-metas span i {
    margin-right: 6px;
}

.msep-post-carousel .post-metas span:last-child {
    margin-right: 0;
}

.msep-post-carousel .owl-nav .owl-prev,
.msep-post-carousel .owl-nav .owl-next {
    background-color: #000;
    padding: 13px;
    color: #fff;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    display: flex;
    align-items: center;
}

.msep-post-carousel .owl-nav .owl-prev i,
.msep-post-carousel .owl-nav .owl-next i{
    color: inherit;
}

.msep-post-carousel .owl-nav .owl-prev {
    left: -20px;
}

.msep-post-carousel .owl-nav .owl-next {
    right: -20px;
}

.msep-post-carousel .owl-nav .owl-prev:hover,
.msep-post-carousel .owl-nav .owl-next:hover {
    background-color: var(--meta-store-primary-color, #000);
}

.msep-post-carousel:hover .owl-nav .owl-prev {
    left: 20px;
    opacity: 1;
}

.msep-post-carousel:hover .owl-nav .owl-next {
    right: 20px;
    opacity: 1;
}

.msep-post-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.msep-post-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 1em;
    width: 1em;
    margin: 0 0.4em;
    border-radius: 50%;
    transition: all 0.3s ease;
    background-color: #333;
}

.msep-post-carousel .owl-dots .owl-dot:hover{
    background-color: var(--meta-store-primary-color, #000);
}

.msep-post-carousel .owl-dots .owl-dot.active {
    background-color: var(--meta-store-primary-color, #000);
    transform: scale(1.1);
}

/** Post Carousel (Layout 1) **/

.msep-post-carousel.layout-1 .post-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(4, 4, 4);
    background: -moz-linear-gradient(
        0deg,
        rgba(4, 4, 4, 0.9) 0%,
        rgba(0, 0, 0, 0.3757878151260504) 60%,
        rgba(255, 255, 255, 0) 100%
        );
    background: -webkit-linear-gradient(
        0deg,
        rgba(4, 4, 4, 0.9) 0%,
        rgba(0, 0, 0, 0.3757878151260504) 60%,
        rgba(255, 255, 255, 0) 100%
        );
    background: linear-gradient(
        0deg,
        rgba(4, 4, 4, 0.9) 0%,
        rgba(0, 0, 0, 0.3757878151260504) 60%,
        rgba(255, 255, 255, 0) 100%
        );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#040404",endColorstr="#ffffff",GradientType=1);
}

.msep-post-carousel.layout-1 .post-wrap .details {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    padding: 30px;
    bottom: 0;
}

.msep-post-carousel.layout-1 .post-title a {
    color: #fff;
}

.msep-post-carousel.layout-1 .post-metas{
    margin-bottom: 0;
}

.msep-post-carousel.layout-1 .post-metas span {
    color: #d8d8d8;
    text-align: left;
    white-space: nowrap;
}

.msep-post-carousel.layout-1 .excerpt {
    color: #d8d8d8;
}

/** Post Carousel (Layout 2) **/
.msep-post-carousel.layout-2 .post-wrap,
.msep-post-carousel.layout-3 .post-wrap {
    background-color: #fff;
    border: 1px solid #e4e4e4;
}

.msep-post-carousel.layout-2 .post-wrap .details,
.msep-post-carousel.layout-3 .post-wrap .details {
    padding: 25px;
}

.msep-post-carousel.layout-2 .post-title a,
.msep-post-carousel.layout-3 .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

/** Post Carousel (Layout 3) **/
.msep-post-carousel.layout-3 .post-wrap {
    display: flex;
    flex-flow: column-reverse;
}

/** Post Carousel (Layout 4) **/
.msep-post-carousel.layout-4 .details {
    width: 90%;
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    background: #fff;
    padding: 30px;
    border: 1px solid #ececec;
}

.msep-post-carousel.layout-4 .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-post-carousel.layout-4 .category{
    color: var(--meta-store-primary-color, #000);
}

.msep-post-carousel.layout-4 .category a {
    background: none;
    padding: 0;
    color: var(--meta-store-primary-color, #000);
    font-weight: 700;
}

/**
 * Block One
 */
.msep-block-one {
    display: flex;
    margin: 0 -15px;
}

.msep-block-one.reversed {
    flex-flow: row-reverse;
}

.msep-block-one .category {
    margin-right: 10px;
}

.msep-block-one .category:last-child {
    margin-right: 0px;
}

.msep-block-one .category a {
    display: inline-block;
    color: #fff;
    background-color: var(--meta-store-primary-color, #000);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 2px 10px;
    border-radius: 30px;
}

.msep-block-one .post-metas span {
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.msep-block-one .featured-post-wrap {
    width: 60%;
    padding: 0 15px;
}

.msep-block-one .featured-post-wrap .img {
    height: 540px;
}

.msep-block-one .featured-post-wrap .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.msep-block-one .featured-post-wrap .post-metas {
    margin-bottom: 20px;
}

.msep-block-one .featured-post-wrap .excerpt {
    color: #bdbdbd;
}

.msep-block-one .featured-post-wrap .post-wrap {
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.msep-block-one .featured-post-wrap .post-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        3deg,
        rgba(0, 0, 0, 0.7016034072704529) 0%,
        rgba(0, 0, 0, 0.198794418506408) 100%
        );
    border-radius: 20px;
}

.msep-block-one .featured-post-wrap .details {
    position: absolute;
    bottom: 0;
    padding: 0px 40px 40px 40px;
    z-index: 1;
}

.msep-block-one .featured-post-wrap .post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 20px 0;
}

.msep-block-one .featured-post-wrap .post-title a {
    color: #fff;
}

.msep-block-one .featured-post-wrap .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-block-one .featured-post-wrap .post-metas span {
    color: #d8d8d8;
}

.msep-block-one .post-metas span i {
    margin-right: 6px;
}

.msep-block-one .post-metas span:last-child {
    margin-right: 0;
}

.msep-block-one .listed-post-wrap {
    width: 40%;
    padding: 0 15px;
}

.msep-block-one .listed-post-wrap .post-wrap {
    display: flex;
    margin: 0 -10px;
    align-items: center;
    margin-bottom: 30px;
}

.msep-block-one .listed-post-wrap .post-wrap:last-child {
    margin-bottom: 0px;
}

.msep-block-one .listed-post-wrap .post-wrap .img {
    width: 40%;
    height: 160px;
    padding: 0 10px;
}

.msep-block-one .listed-post-wrap .post-wrap .img img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.msep-block-one .listed-post-wrap .post-title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.msep-block-one .listed-post-wrap .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-block-one .listed-post-wrap .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-block-one .listed-post-wrap .post-wrap .details {
    width: 60%;
    padding: 0 10px;
}

/**
 * Block Two
 */
.msep-block-two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 30px;
    grid-template-areas:
        "featured-post featured-post listed-post-1 listed-post-2"
        "featured-post featured-post listed-post-3 listed-post-4"
        ". . . .";
}

.msep-block-two.reversed {
    grid-template-areas:
        "listed-post-1 listed-post-2 featured-post featured-post"
        "listed-post-3 listed-post-4 featured-post featured-post"
        ". . . .";
}

.msep-block-two .featured-post {
    grid-area: featured-post;
}

.msep-block-two .listed-post-1 {
    grid-area: listed-post-1;
}

.msep-block-two .listed-post-2 {
    grid-area: listed-post-2;
}

.msep-block-two .listed-post-3 {
    grid-area: listed-post-3;
}

.msep-block-two .listed-post-4 {
    grid-area: listed-post-4;
}

.msep-block-two .featured-post .img {
    width: 100%;
    height: 380px;
}

.msep-block-two .featured-post .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    width: 100%;
}

.msep-block-two .category a {
    display: inline-block;
    color: var(--meta-store-primary-color, #000);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.msep-block-two .post-metas {
    color: #3a3a3a;
}

.msep-block-two .post-metas span i {
    margin-right: 6px;
    color: #fdc0b2;
}

.msep-block-two .post-metas span {
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.msep-block-two .featured-post .category a {
    font-weight: 600;
    font-size: 12px;
}

.msep-block-two .featured-post .details {
    padding: 20px 40px 40px 40px;
}

.msep-block-two .featured-post .post-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 20px 0;
}

.msep-block-two .featured-post .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-block-two .featured-post .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-block-two .featured-post .post-metas {
    margin-bottom: 20px;
}

.msep-block-two .featured-post .excerpt {
    color: #585858;
}

.msep-block-two .listed-post .category a {
    color: #fff;
    background-color: var(--meta-store-primary-color, #000);
    padding: 2px 10px;
    border-radius: 30px;
}

.msep-block-two .listed-post .img {
    position: relative;
    height: 165px;
    width: 100%;
}

.msep-block-two .listed-post .img img {
    border-radius: 20px;
}

.msep-block-two .listed-post .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-block-two .listed-post .category {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0px 0px 20px;
}

.msep-block-two .listed-post .post-title {
    margin: 10px 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
}

.msep-block-two .listed-post .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-block-two .listed-post .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

/**
 * Block Three
 */
.msep-block-three {
    display: flex;
    flex-flow: column;
}

.msep-block-three.reversed {
    flex-flow: column-reverse;
}

.msep-block-three .category {
    margin-right: 10px;
}

.msep-block-three .category:last-child {
    margin-right: 0px;
}

.msep-block-three .category a {
    display: inline-block;
    color: #fff;
    background-color: var(--meta-store-primary-color, #000);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    padding: 2px 10px;
    border-radius: 30px;
}

.msep-block-three .post-metas span {
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.msep-block-three .featured-post-wrap .img {
    height: 540px;
}

.msep-block-three .featured-post-wrap .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    width: 100%;
}

.msep-block-three .featured-post-wrap .post-metas {
    margin-bottom: 20px;
}

.msep-block-three .featured-post-wrap .excerpt {
    color: #bdbdbd;
}

.msep-block-three .featured-post-wrap {
    margin-bottom: 30px;
}

.msep-block-three.reversed .featured-post-wrap {
    margin-bottom: 0;
    margin-top: 30px;
}

.msep-block-three .featured-post-wrap .post-wrap {
    position: relative;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.msep-block-three .featured-post-wrap .post-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        3deg,
        rgba(0, 0, 0, 0.7016034072704529) 0%,
        rgba(0, 0, 0, 0.198794418506408) 100%
        );
    border-radius: 20px;
}

.msep-block-three .featured-post-wrap .details {
    position: absolute;
    bottom: 0;
    padding: 0px 40px 40px 40px;
    z-index: 1;
}

.msep-block-three .featured-post-wrap .post-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 20px 0;
}

.msep-block-three .featured-post-wrap .post-title a {
    color: #fff;
}

.msep-block-three .featured-post-wrap .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-block-three .featured-post-wrap .post-metas span {
    color: #d8d8d8;
}

.msep-block-three .post-metas span i {
    margin-right: 6px;
}

.msep-block-three .post-metas span:last-child {
    margin-right: 0;
}

.msep-block-three .listed-post-wrap .post-wrap {
    display: flex;
    margin: 0 -10px;
    align-items: center;
    margin-bottom: 30px;
}

.msep-block-three .listed-post-wrap .post-wrap:last-child {
    margin-bottom: 0px;
}

.msep-block-three .listed-post-wrap .post-wrap .img {
    width: 40%;
    height: 200px;
    padding: 0 10px;
}

.msep-block-three .listed-post-wrap .post-wrap .img img {
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    width: 100%;
}

.msep-block-three .listed-post-wrap .post-title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

.msep-block-three .listed-post-wrap .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-block-three .listed-post-wrap .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-block-three .listed-post-wrap .post-wrap .details {
    width: 60%;
    padding: 0 10px;
}

/**
 * Block Four
 */
.msep-block-four {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 30px;
    grid-template-areas:
        "listed-post-1 featured-post featured-post listed-post-2"
        "listed-post-3 featured-post featured-post listed-post-4"
        ". . . .";
}

.msep-block-four.reversed {
    grid-template-areas:
        "listed-post-1 listed-post-2 featured-post featured-post"
        "listed-post-3 listed-post-4 featured-post featured-post"
        ". . . .";
}

.msep-block-four .featured-post {
    grid-area: featured-post;
}

.msep-block-four .listed-post-1 {
    grid-area: listed-post-1;
}

.msep-block-four .listed-post-2 {
    grid-area: listed-post-2;
}

.msep-block-four .listed-post-3 {
    grid-area: listed-post-3;
}

.msep-block-four .listed-post-4 {
    grid-area: listed-post-4;
}

.msep-block-four .featured-post .img {
    width: 100%;
    height: 380px;
}

.msep-block-four .featured-post .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    width: 100%;
}

.msep-block-four .category a {
    display: inline-block;
    color: var(--meta-store-primary-color, #000);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.msep-block-four .post-metas {
    color: #3a3a3a;
}

.msep-block-four .post-metas span i {
    margin-right: 6px;
    color: #fdc0b2;
}

.msep-block-four .post-metas span {
    margin-right: 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.msep-block-four .featured-post .category a {
    font-weight: 600;
    font-size: 12px;
}

.msep-block-four .featured-post .details {
    padding: 20px 40px 40px 40px;
}

.msep-block-four .featured-post .post-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 20px 0;
}

.msep-block-four .featured-post .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-block-four .featured-post .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-block-four .featured-post .post-metas {
    margin-bottom: 20px;
}

.msep-block-four .featured-post .excerpt {
    color: #585858;
}

.msep-block-four .listed-post .category a {
    color: #fff;
    background-color: var(--meta-store-primary-color, #000);
    padding: 2px 10px;
    border-radius: 30px;
}

.msep-block-four .listed-post .img {
    position: relative;
    height: 165px;
    width: 100%;
}

.msep-block-four .listed-post .img img {
    border-radius: 20px;
}

.msep-block-four .listed-post .img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-block-four .listed-post .category {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0px 0px 20px;
}

.msep-block-four .listed-post .post-title {
    margin: 10px 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
}

.msep-block-four .listed-post .post-title a {
    color: #000;
    transition: all 0.3s ease;
}

.msep-block-four .listed-post .post-title a:hover {
    color: var(--meta-store-primary-color, #000);
}

/**
 * Animated Box
**/
.msep-animated-box {
    position: relative;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 0.3);
}

.msep-animated-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.msep-animated-box .icon svg {
    width: auto;
    height: 100%;
}

.msep-animated-box,
.msep-animated-box:after,
.msep-animated-box .image {
    border-radius: 10px;
}

.msep-animated-box .read-more-btn {
    transition: all 0.8s ease;
}

.msep-animated-box.layout1:after,
.msep-animated-box.layout2:after,
.msep-animated-box.layout3:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.8s ease;
}

.msep-animated-box.layout1 .image,
.msep-animated-box.layout2 .image,
.msep-animated-box.layout3 .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.msep-animated-box.layout1 .icon {
    position: absolute;
    top: 0;
    z-index: 2;
    background: #fff;
    top: -50px;
    left: 40px;
    border-radius: 50%;
    color: #F44336;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 0.3);
    height: 90px;
    width: 90px;
    padding: 20px;
    transition: all 0.8s ease;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msep-animated-box.layout1 .image img,
.msep-animated-box.layout2 .image img,
.msep-animated-box.layout3 .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: all 0.8s ease;
}

.msep-animated-box.layout1 .content {
    position: relative;
    padding: 60px 25px 25px 25px;
    z-index: 3;
    color: #fff;
}

.msep-animated-box.layout1 .content .title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

.msep-animated-box.layout1 .content .details {
    margin: 20px 0;
    opacity: 0;
    transition: all 0.5s ease;
}

.msep-animated-box.layout1 .read-more-btn {
    display: flex;
    align-items: center;
    color: #fff;
    transition: 0.8s ease;
}

.msep-animated-box.layout1 .read-more-btn{
    font-size: 40px;
}

.msep-animated-box.layout1:hover:after {
    background: #fff;
}

.msep-animated-box.layout1:hover .content {
    color: #000;
}

.msep-animated-box.layout1:hover .content .details {
    opacity: 1;
    color: #515151;
}

.msep-animated-box.layout1:hover .read-more-btn {
    color: #000;
}

.msep-animated-box.layout1:hover .read-more-btn:hover {
    color: #E53935;
    padding-left: 10px;
}

.msep-animated-box.layout1:hover .icon,
.msep-animated-box.layout1:hover .icon svg path {
    background-color: #E53935;
    color: #fff;
    stroke: #fff;
}

/** Layout 2 **/
.msep-animated-box.layout2 {
    display: flex;
}

.msep-animated-box.layout2:before {
    opacity: 0;
    content: '';
    width: 8px;
    left: -3px;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f44336;
    z-index: 2;
    border-radius: 2px;
    height: 0;
    transition: all .8s ease;
}

.msep-animated-box.layout2 .icon-content {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 25px;
    color: #fff;
}

.msep-animated-box.layout2 .icon-content .details {
    margin: 20px 0;
    color: #e4e4e4;
}

.msep-animated-box.layout2 .icon-content .title {
    margin: 0;
    font-size: 22px;
}

.msep-animated-box.layout2 .icon {
    height: 70px;
    width: 70px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.8s ease;
}

.msep-animated-box.layout2 .read-more-btn {
    color: #FF5722;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.msep-animated-box.layout2 .read-more-btn span:last-child {
    margin-left: 10px;
}

.msep-animated-box.layout2:hover:before {
    opacity: 1;
    height: 40%
}

.msep-animated-box.layout2:hover .image img{
    transform: scale(1.2);
}

.msep-animated-box.layout2:hover .icon {
    background-color: #F44336;
}

/** Layout 3 **/
.msep-animated-box.layout3 {
    padding: 45px 25px 25px 25px;
    text-align: center;
}

.msep-animated-box.layout3 .title {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}

.msep-animated-box.layout3 .icon {
    height: 70px;
    width: 70px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.8s ease;
}

.msep-animated-box.layout3 .icon {
    margin: 0 auto;
}

.msep-animated-box.layout3 .icon,
.msep-animated-box.layout3 .content {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    color: #fff;
}

.msep-animated-box.layout3 .details {
    padding-bottom: 40px;
}

.msep-animated-box.layout3 .read-more-btn {
    bottom: -45px;
    background-color: #FF5722;
    padding: 10px 20px;
    position: absolute;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 20px;
}

.msep-animated-box.layout3:hover .image > img {
    transform: scale(1.4);
}

/** Layout 4 **/
.msep-animated-box.layout4 .icon {
    height: 70px;
    width: 70px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: all 0.8s ease;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 0.3);
}

.msep-animated-box.layout4 .image {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.msep-animated-box.layout4 .image:after {
    content: '';
    background: rgb(0 0 0 / 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.msep-animated-box.layout4 .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.8s ease;
}

.msep-animated-box.layout4 .icon-content {
    padding: 0 25px 25px 25px;
    text-align: center;
}

.msep-animated-box.layout4 .icon-content .title {
    margin: 10px 0;
    font-size: 18px;
    color: #000;
}

.msep-animated-box.layout4 .read-more-btn {
    color: #fff;
    background-color: #ff5722;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 50%;
    box-shadow: 0 0 8px 3px rgb(0 0 0 / 0.3);
}

.msep-animated-box.layout4:hover .image > img {
    transform: scale(1.2);
}

.msep-animated-box.layout4:hover .icon {
    transform: scale(1.2) rotate(360deg);
}

/** 
* WooCommerce Modules
*
**/

.msep-woo-products.msep-shadow-box .msep-product-block{
    box-shadow: 0 0 20px -8px rgb(0 0 0 / 10%);
}

.msep-woo-products.msep-border-box .msep-product-block{
    border: 1px solid #EEE;
}

.msep-woo-products.msep-border-box .msep-woocommerce-product-image{
    border-bottom: 1px solid #EEE;
}

.msep-woo-products.msep-border-box .msep-woocommerce-product-info,
.msep-woo-products.msep-shadow-box .msep-woocommerce-product-info{
    padding: 20px;
}

.msep-product-carousel.owl-carousel .owl-stage[style*="padding-left"] .owl-item{
    opacity: 0.3;
    transition: opacity 0.1s; 
}

.msep-product-carousel.owl-carousel .owl-stage[style*="padding-left"] .owl-item.active{
    opacity: 1;
}

.msep-product-carousel.msep-woo-products .msep-product{
    margin: 5px 10px;
}

.msep-woo-products .msep-woocommerce-product-info{
    position: relative;
    text-align: center;
    padding-top: 20px;
}

.msep-woocommerce-product-info .msep-categories{
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msep-woocommerce-product-info .msep-product-title{
    margin-bottom: 10px;
}

.msep-woocommerce-product-image .msep-inventory{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
    white-space: nowrap;
}

.msep-woocommerce-product-info .star-rating{
    display: inline-block;
    margin: 0 0 10px;
}

.msep-woocommerce-product-info .price{
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
}

.msep-woocommerce-product-info del{
    opacity: 0.6;
}

.msep-woo-products.default .msep-cart-button .button,
.msep-woo-products.default .msep-cart-button .added_to_cart,
.msep-default-cart-button .button,
.msep-default-cart-button .added_to_cart {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid var(--meta-store-primary-color, #000);
    padding: 10px 20px;
    display: inline-block;
    color: var(--meta-store-primary-color, #000);
    background: none;
    line-height: 1;
}

.msep-woo-products:not(.standard) .msep-cart-button .button:before, 
.msep-woo-products:not(.standard) .msep-cart-button .added_to_cart:before,
.msep-default-cart-button .button:before, 
.msep-default-cart-button .added_to_cart:before{
    font-family: 'ElegantIcons';
    content: "\e015";
    margin-right: 6px;
}

.msep-woo-products:not(.standard) .msep-cart-button .button.added,
.msep-default-cart-button .button.added{
    display: none;
}

.msep-woo-products:not(.standard) .msep-cart-button .button.loading,
.msep-default-cart-button .button.loading{
    opacity: .25;
}

.msep-woo-products:not(.standard) .msep-cart-button .button.loading:after,
.msep-default-cart-button .button.loading:after{
    display: inline-block;
    font-family: 'ElegantIcons';
    content: "\e02d";
    font-weight: 400;
    margin-left: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/*Classic*/
.msep-woocommerce-product-image{
    position: relative;
    overflow: hidden;
}

.msep-woo-products.classic .msep-cart-button .button,
.msep-woo-products.classic .msep-cart-button .added_to_cart{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    display: flex;
    padding: 14px 20px;
    display: block;
    color: #FFF;
    background: #000;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(150%);
    transition: transform 0.3s ease;
}

.msep-woo-products.classic .msep-product:hover .msep-cart-button .button,
.msep-woo-products.classic .msep-product:hover .msep-cart-button .added_to_cart{
    transform: translateY(0);
}

.msep-woo-products.classic .msep-cart-button .button:before, 
.msep-woo-products.classic .msep-cart-button .added_to_cart:before {
    font-family: 'ElegantIcons';
    content: "\e015";
    margin-right: 6px;
}

.msep-woocommerce-product-info .msep-inventory{
    position: static;
}

.msep-woocommerce-product-image .onsale{
    width: auto;
    height: auto;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 20px;
}

.msep-woocommerce-product-image .onsale span{
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
    position: relative;
    z-index: 9;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    display: block;
    text-transform: uppercase;
    padding: 3px 8px;
}

.msep-woocommerce-product-image .onsale:after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 100%;
    left: auto;
    bottom: auto;
    top: 0;
    height: 100%;
    width: 20px;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    background: var(--meta-store-primary-color, #000);
    border: 0 !important;
    margin-right: -15px;
}

/*Standard*/
.msep-woo-products.standard .msep-price-cart{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 20px;
}

.msep-woo-products.standard .msep-woocommerce-product-info .price{
    margin-bottom: 0;
}

.msep-woo-products.standard .msep-cart-button .button,
.msep-woo-products.standard .msep-cart-button .added_to_cart{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 0;
    padding: 0;
    color: #333;
    background: none;
    line-height: 1;
    height: 40px;
    width: 40px;
}

.msep-woo-products.standard .msep-cart-button .button:after,
.msep-woo-products.standard .msep-cart-button .added_to_cart:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s;
}

.msep-woo-products.standard .msep-cart-button .button span{
    display: none;
}

.msep-woo-products.standard .msep-cart-button .button:before,
.msep-woo-products.standard .msep-cart-button .added_to_cart:before{
    font-family: 'ElegantIcons';
    content: "\e013";
    z-index: 9;
    margin: 0;
    font-size: 20px;
}

.msep-woo-products.standard .msep-cart-button .added_to_cart:before{
    content: "\55";
}

.msep-woo-products.standard .msep-cart-button .button.loading:before{
    content: "\e02d";
}

.msep-woo-products.standard .msep-cart-button .button.loading {
    opacity: .25;
}

.msep-woo-products.standard .msep-cart-button .button.added{
    display: none;
}

.msep-woo-products.standard .msep-cart-button .added_to_cart{
    font-size: 0;
}

.msep-woo-products.standard .msep-product:hover .msep-cart-button .button:after,
.msep-woo-products.standard .msep-product:hover .msep-cart-button .added_to_cart:after{
    transform: scale(1);
    opacity: 1;
}

.msep-woo-products.standard .msep-product:hover .msep-cart-button .button:before,
.msep-woo-products.standard .msep-product:hover .msep-cart-button .added_to_cart:before{
    color: #FFF;
}

.ms-woo-product-btns {
    transition: all 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-flow: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; 
    width: 40px;
}

.msep-product:hover .ms-woo-product-btns{
    opacity: 1;
    visibility: visible;
}

.ms-woo-product-btns > div {
    margin-bottom: 10px;
    transition: all 0.3s; 
}

.ms-woo-product-btns div:last-child {
    margin-bottom: 0;
}

.ms-woo-product-btns > div:nth-child(2){
    transform: translateY(-50px);
}

.ms-woo-product-btns > div:nth-child(3){
    transform: translateY(-100px);
}

.ms-woo-product-btns > div:nth-child(4){
    transform: translateY(-150px);
}

.msep-product:hover .ms-woo-product-btns > div:nth-child(2),
.msep-product:hover .ms-woo-product-btns > div:nth-child(3),
.msep-product:hover .ms-woo-product-btns > div:nth-child(4){
    transform: translateY(0);
}

.ms-woo-product-btns .ms-add-to-cart a,
.ms-woo-product-btns a.compare,
.ms-woo-product-btns a.yith-wcqv-button,
.ms-woo-product-btns a.add_to_wishlist,
.ms-woo-product-btns a.added_to_wishlist,
.ms-woo-product-btns .yith-wcwl-wishlistaddedbrowse a,
.ms-woo-product-btns .yith-wcwl-wishlistexistsbrowse a{
    font-size: 0;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    color: #474747;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.ms-woo-product-btns .feedback{
    display: none;
}

.ms-woo-product-btns .ms-add-to-cart a:before,
.ms-woo-product-btns a.compare:before,
.ms-woo-product-btns a.yith-wcqv-button:before,
.ms-woo-product-btns a.add_to_wishlist:before,
.ms-woo-product-btns a.added_to_wishlist:before,
.ms-woo-product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.ms-woo-product-btns .yith-wcwl-wishlistexistsbrowse a:before{
    font-family: 'eleganticons';
    font-size: 14px;
}

.ms-woo-product-btns .yith-wcwl-add-to-wishlist,
.ms-woo-product-btns .yith-wcwl-add-button>a i{
    margin: 0;
}

.ms-woo-product-btns .ms-add-to-cart a:before{
    content: "\e015";
}

.ms-woo-product-btns a.compare:before {
    content: "\69";
}

.ms-woo-product-btns a.yith-wcqv-button:before {
    content: "\55";
}

.ms-woo-product-btns a.add_to_wishlist:before {
    content: "\e030";
}

.ms-woo-product-btns a.added_to_wishlist:before,
.ms-woo-product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.ms-woo-product-btns .yith-wcwl-wishlistexistsbrowse a:before{
    content: "\e089";
}

.msep-woo-products .msep-product:hover .ms-woo-product-btns {
    visibility: visible;
    right: 20px;
    opacity: 1;
}

.ms-woo-product-btns .ms-add-to-cart a:after,
.ms-woo-product-btns a.compare:after,
.ms-woo-product-btns a.yith-wcqv-button:after,
.ms-woo-product-btns a.add_to_wishlist:after,
.ms-woo-product-btns a.added_to_wishlist:after,
.ms-woo-product-btns .yith-wcwl-wishlistaddedbrowse a:after,
.ms-woo-product-btns .yith-wcwl-wishlistexistsbrowse a:after{
    content: "Compare";
    background: #000;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    left: 100%;
    margin-left: 5px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s; 
}

.ms-woo-product-btns .ms-add-to-cart a.button:after{
    content: "Add to Cart";
}

.ms-woo-product-btns .ms-add-to-cart a.added_to_cart:after{
    content: "View Cart";
}

.ms-woo-product-btns a.yith-wcqv-button:after{
    content: "Quick View";
}

.ms-woo-product-btns a.add_to_wishlist:after{
    content: "Add to wishlist";
}

.ms-woo-product-btns a.added_to_wishlist:after,
.ms-woo-product-btns .yith-wcwl-wishlistaddedbrowse a:after,
.ms-woo-product-btns .yith-wcwl-wishlistexistsbrowse a:after{
    content: "Browse wishlist";
}

.ms-woo-product-btns .ms-add-to-cart a:hover:after,
.ms-woo-product-btns a.compare:hover:after,
.ms-woo-product-btns a.yith-wcqv-button:hover:after,
.ms-woo-product-btns a.add_to_wishlist:hover:after,
.ms-woo-product-btns a.added_to_wishlist:hover:after,
.ms-woo-product-btns .yith-wcwl-wishlistaddedbrowse a:hover:after,
.ms-woo-product-btns .yith-wcwl-wishlistexistsbrowse a:hover:after{
    opacity: 1;
    visibility: visible;
}

.ms-woo-product-btns .ms-add-to-cart a.button.loading:before{
    content: "\e02d";
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.ms-woo-product-btns .ms-add-to-cart a.added{
    display: none;
}

.ms-woo-product-btns .blockUI.blockOverlay{
    border-radius: 50%;
    background: url('../images/loader.gif') no-repeat center !important;
    background-size: 100% !important;
}

/** Product Carousel **/
.msep-woo-products.arrow-on-hover .owl-nav{
    opacity: 0;
    transition: all 0.3s ease;
}

.msep-woo-products.arrow-on-hover:hover .owl-nav{
    opacity: 1;
}

.msep-woo-products .owl-nav .owl-prev,
.msep-woo-products .owl-nav .owl-next {
    background: #363636;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.msep-woo-products .owl-nav .owl-prev:hover,
.msep-woo-products .owl-nav .owl-next:hover {
    background-color: var(--meta-store-primary-color, #000);
}

.msep-woo-products .owl-nav .owl-prev {
    left: 40px;
}

.msep-woo-products .owl-nav .owl-next {
    right: 40px;
}

.msep-woo-products .owl-dots {
    display: block;
    margin: 40px 0 0;
    text-align: center;
}

.msep-woo-products .owl-dots button.owl-dot {
    height: 16px;
    width: 16px;
    margin: 0 5px;
    border-radius: 50%;
    background: #333;
    transition: all 0.4s ease;
}

.msep-woo-products .owl-dots button.owl-dot:hover,
.msep-woo-products .owl-dots button.owl-dot.active {
    background: var(--meta-store-primary-color, #000);
    transform: scale(1.2);
}

/** Product Countdown **/
.msep-product-countdown {
    overflow: hidden;
    position: relative;
}

.msep-product-countdown .msep-woocommerce-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-product-countdown.msep-over-image .msep-woocommerce-product-info {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#FFFFFF",GradientType=1);
    padding-top: 100px;
}

.msep-product-countdown .msep-woocommerce-product-info {
    text-align: center;
    padding: 20px;
}

.msep-product-countdown .msep-product-title {
    margin: 0 0 20px;
}

.msep-product-countdown .msep-product-title a{
    color: inherit;
}

.msep-product-countdown .msep-countdown {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

.msep-product-countdown .msep-countdown div {
    margin-right: 20px;
}

.msep-product-countdown .msep-countdown div:last-child {
    margin: 0;
}

.msep-product-countdown .msep-countdown div span:first-child {
    display: block;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 1;
}

.msep-product-countdown .msep-woocommerce-product-info .price{
    margin: 0;
}

.msep-product-countdown .ms-woo-product-btns{
    z-index: 99;
}

/** Slick Slider Showcase **/
.msep-slider-for,
.msep-slider-nav{
    display: none;
}

.msep-slider-for.slick-initialized,
.msep-slider-nav.slick-initialized{
    display: block;
}

.msep-slider-for .slick-list,
.msep-slider-for .slick-track,
.msep-slider-for .msep-main-product,
.msep-slider-for .msep-figure{
    height: 100%;
}

.msep-slider-nav .slick-list{
    margin: -10px 0;
}

.msep-product-countdown-showcase .msep-section-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.msep-product-countdown-showcase .section-title {
    margin: 0;
}

.msep-product-countdown-showcase .msep-arrows {
    display: flex;
    align-items: center;
}

.msep-product-countdown-showcase .msep-arrows > span {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 1px solid #EEE;
    padding: 10px;
}

.msep-product-countdown-showcase .msep-arrows > span:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-product-countdown-showcase .msep-arrows > span *{
    color: inherit;
}

.msep-product-countdown-showcase .msep-arrows > span:first-child{
    margin-right: 10px;
}

.msep-product-countdown-showcase .msep-arrows span:first-child > span {
    margin-left: 5px;
}

.msep-product-countdown-showcase .msep-arrows span:last-child > span {
    margin-right: 5px;
}

.msep-product-countdown-showcase .msep-slider-wrap {
    display: flex;
    margin: 0 -15px;
}

.msep-product-countdown-showcase .msep-slider-wrap .msep-slider-for {
    width: 65%;
    padding: 0 15px;
}

.msep-product-countdown-showcase .msep-slider-wrap .msep-slider-nav {
    width: 35%;
    padding: 0 15px;
}

.msep-product-countdown-showcase .msep-main-product {
    display: flex !important;
    align-items: center;
}

.msep-product-countdown-showcase .msep-main-product .msep-figure{
    width: 50%;
    flex: 0 0 50%;
    margin-right: 30px;
}

.msep-product-countdown-showcase .msep-main-product .msep-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-product-countdown-showcase .msep-main-product .msep-product-title {
    margin: 10px 0;
}

.msep-product-countdown-showcase .msep-main-product .msep-product-title a{
    color: inherit;
}

.msep-product-countdown-showcase .msep-main-product .product-title:hover {
    color: var(--meta-store-primary-color, #000);
}

.msep-product-countdown-showcase .msep-main-product .price{
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
}

.msep-product-countdown-showcase .msep-main-product .price del{
    opacity: 0.6;
}

.msep-product-countdown-showcase .msep-main-product .stock.in-stock{
    font-style: italic;
    margin-bottom: 20px;
}

.msep-product-countdown-showcase .msep-main-product .star-rating {
    margin-bottom: 10px;
}

.msep-product-countdown-showcase .msep-countdown {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}

.msep-product-countdown-showcase .msep-countdown > div {
    margin-right: 20px;
    text-align: center;
}

.msep-product-countdown-showcase .msep-countdown > div:last-child {
    margin: 0;
}

.msep-product-countdown-showcase .msep-countdown div span:first-child {
    font-size: 26px;
    display: block;
    margin-bottom: 8px;
    padding: 10px;
    line-height: 1;
}

.msep-product-countdown-showcase .msep-list-product {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    margin: 10px 0;
}

.msep-product-countdown-showcase .msep-list-product .price {
    font-size: 14px;
    display: block;
}

.msep-product-countdown-showcase .msep-list-product .msep-figure {
    width: 120px;
    flex: 0 0 120px;
    height: 120px;
    margin-right: 20px;
}

.msep-product-countdown-showcase .msep-list-product .msep-figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-product-countdown-showcase .msep-list-product .msep-product-title {
    margin: 0;
    font-size: 18px;
}

.msep-product-countdown-showcase .msep-list-product .star-rating {
    margin: 6px 0;
}

/** Product Grid **/
.msep-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.msep-product-grid.column-2{
    grid-template-columns: repeat(2, 1fr);
}

.msep-product-grid.column-3{
    grid-template-columns: repeat(3, 1fr);
}

.msep-product-grid.column-4{
    grid-template-columns: repeat(4, 1fr);
}

.msep-product-grid.column-5{
    grid-template-columns: repeat(5, 1fr);
}

.msep-product-grid .msep-product{
    min-width: 0;
}

/** Product Grid Tab **/

.msep-product-grid-tab .ms-tab-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.msep-product-grid-tab .ms-tab-labels ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.msep-product-grid-tab .ms-tab-labels li {
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin: 5px 20px 5px 0;
}

.msep-product-grid-tab .ms-tab-labels li:last-child {
    margin-right: 0;
}

.msep-product-grid-tab .ms-tab-labels li:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}

.msep-product-grid-tab .ms-tab-labels li.active:after{
    width: 100%;
}

.msep-product-grid-tab .view-all {
    display: flex;
    align-items: center;
    line-height: 1;
}

.msep-product-grid-tab .view-all.after {
    flex-direction: row-reverse;
}

.msep-product-grid-tab .view-all.before i {
    margin-right: 10px;
    line-height: inherit;
}

.msep-product-grid-tab .view-all.after i {
    margin-left: 10px;
    line-height: inherit;
}

.msep-product-grid-tab .ms-products-wrap{
    display: none;
}

.msep-product-grid-tab .ms-products-wrap.active {
    display: block;
}

.msep-product-grid-tab .ms-tab-contents {
    position: relative;
}

/** Deal of the Day **/
.msep-deal-of-the-day {
    display: flex;
    align-items: center;
}

.msep-deal-of-the-day .msep-image {
    position: relative;
    width: 40%;
}

.msep-deal-of-the-day.custom .msep-image {
    overflow: hidden;
    height: 375px;
}

.msep-deal-of-the-day.custom .msep-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-deal-of-the-day .msep-content {
    width: 60%;
    padding: 20px;
}

.msep-deal-of-the-day .msep-categories{
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.msep-deal-of-the-day .msep-product-title a{
    color: inherit;
}

.msep-deal-of-the-day .msep-content .star-rating {
    margin: 0 0 20px;
}

.msep-deal-of-the-day .msep-content .price {
    display: block;
    font-size: 24px;
    margin: 0 0 20px;
}

.msep-deal-of-the-day .msep-content .price del{
    opacity: 0.5;
}

.msep-deal-of-the-day .msep-content .msep-excerpt {
    margin: 0 0 30px;
}

.msep-deal-of-the-day .msep-countdown {
    display: flex;
    margin: 0 0 40px;
}

.msep-deal-of-the-day .msep-countdown ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 5px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.msep-deal-of-the-day .msep-countdown ul li {
    display: inline-flex;
    flex-flow: column-reverse;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

.msep-deal-of-the-day .msep-countdown ul li:after {
    width: 1px;
    height: 70%;
    background: #d6d6d6;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.msep-deal-of-the-day .msep-countdown ul li:last-child:after {
    display: none;
}

.msep-deal-of-the-day .msep-countdown ul li span:last-child {
    font-weight: bold;
    font-size: 18px;
}

.msep-deal-of-the-day .msep-countdown ul li span:first-child {
    font-size: 12px;
    text-transform: uppercase;
}

/** Product List Slider **/
.msep-product-list-slider .msep-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 0;
    margin-bottom: 10px;
}

.msep-product-list-slider .msep-nav span {
    cursor: pointer;
    color: inherit;
}

.msep-product-list-slider .msep-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: #c4c4c4;
}

.msep-product-list-slider .msep-header .msep-header-title {
    margin: 0;
    font-size: 22px;
}

.msep-product-list-slider .msep-product {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    align-items: center;
}

.msep-product-list-slider .msep-product:last-child {
    margin-bottom: 0 !important;
}

.msep-product-list-slider .msep-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.msep-product-list-slider .msep-product-title {
    margin: 0 0 10px;
    font-size: 18px;
}

.msep-product-list-slider .msep-product .star-rating{
    margin-bottom: 10px;
}

@media screen and (max-width:580px){
    .msep-product-grid-tab .ms-tab-labels,
    .msep-product-grid-tab .ms-tab-labels ul{
        display: block;
    }
    
    .msep-product-grid-tab .ms-tab-labels li{
        margin: 0 0 10px !important;
        text-align: center;
    }
    
    .msep-product-grid-tab .ms-tab-labels li.active:after{
        width: 30px;
    }
    
    .msep-product-grid-tab .view-all{
        justify-content: center;
    }
}