/*
Theme Name: OM Skin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.18

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Anton&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

#ship-to-different-address {
    font-family: "Be Vietnam Pro", sans-serif;
}

.lead {
    font-family: "Alumni Sans", sans-serif;
    font-size: 2.3em !important;
    margin-bottom: 0;
}


.header-nav .has-dropdown i {
    display: none;
}

.header-nav-main li.header-search-form .live-search-results {
    min-width: 500px;
}

button.single_add_to_cart_button {
    pointer-events: all !important;
}

.border-bottom {
    border-bottom: 1px solid #8a8a8a;
}

.product-small .meta_desc {
    color: #515151;
    font-size: 1.15em;
    margin-bottom: 10px;
}

.product-small .product-title {
    font-size: 90%;
    font-weight: 700;
    line-height: 1.5rem;
}

.product-small .box-text .category {
    font-size: 100%;
    line-height: 1.2rem
}

.product-small .box-text .name {
    font-size: 125%;
    margin-bottom: .5em;
}

.sub-megamenu {
    flex-direction: row;
}

.sub-megamenu .menu-item {
    padding: 0 20px
}

.header-nav-main .menu-item.active a {
    font-weight: 900;
}

.section-ingredients:before {
    content: '';
    display: block;
    width: 200px;
    height: 188px;
    background: url('/files/uploads/section-ingredients-before.png') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.section-ingredients:after {
    content: '';
    display: block;
    width: 91px;
    height: 520px;
    background: url('/files/uploads/section-ingredients-after.png') no-repeat center center;
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 1;
}

.collapse {
    cursor: pointer;
}

.collapsed {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.guide-step {
    counter-reset: step-counter;
}

.guide-step .box-text {
    margin-top: 40px;
    position: relative;
    counter-increment: step-counter;
}

.guide-step .box-text:before {
    content: '';
    display: block;
    position: absolute;
    right: -6%;
    top: -7.5px;
    width: 112%;
    height: 2px;
    background-color: #000000;
}

.guide-step .col:first-child .box-text:before {
    right: -5%;
    width: 55%;
}

.guide-step .col:last-child .box-text:before {
    left: -5%;
    width: 55%;
}

.guide-step .box-text:after {
    content: counter(step-counter);
    display: block;
    width: 30px;
    height: 30px;
    outline: 2px solid #8a8a8a;
    outline-offset: 0px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: calc(50% - 10px);
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-step .col:hover .box-text:after {
    background-color: #840000;
    color: #fff;
    border-color: #fff;
}

.header .nav>li.active>a {
    font-weight: 600;
}

.header-search-form-wrapper .search-field {
    border: none;
    border-radius: 0 !important;
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    background: none !important;
}

.header-search-form-wrapper .flex-row.relative {
    max-width: 150px;
    position: relative;
}

.header-search-form-wrapper .search-field::placeholder {
    color: #000;
}

.header-nav-main .header-social-icons {
    margin-right: 0;
}

.products-slider .row {
    top: 0;
}

.products-slider .flickity-page-dots {
    margin-left: 20%;
}

.mxh .col-inner {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    align-items: center;
}

.mxh .col-inner .img {
    padding: 0 20px 0 0;
    margin-bottom: 0;
}

.mxh .col-inner .img-inner {
    border-radius: 10px;
}

.slier-product-style .row.is-selected {
    top: 0;
}

.img-border .img-inner {
    border-radius: 10px
}

.blog-header-wrapper .breadcrumbs {
    text-transform: none;
    font-weight: 300;
}

.blog-header-wrapper .page-title-inner {
    padding-top: 0;
}

.post-item .post-title {
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 500;
}

.post-item:hover .col-inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.banner .open-video {
    background: #D1244C;
    border-color: rgba(255, 255, 255, .5);
}

.banner .open-video:hover {
    border-color: #D1244C;
}

.col-arrow-box>.col-inner:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 10%;
    left: -13%;
    background-image: url('/files/uploads/fast-forward1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.col-arrow-box>.col-inner:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: 10%;
    right: -13%;
    background-image: url('/files/uploads/fast-forward1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.fig-compare .fig-before img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}

.fig-compare .fig-phone {
    content: '';
    position: absolute;
    right: 41%;
    top: 79%;
    transform: translate(38%, -50%);
    z-index: 1;
}

.omskin-third>.col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.omskin-third .omskin-third-1 {
    content: '';
    position: absolute;
    transform: translate(-50%, 10%);
}

.omskin-third .omskin-third-2 {
    content: '';
    position: relative;
    transform: translate(20%, 0%);
}

body.home #main .content-area {
    background-image: url("/files/uploads/Background-scaled.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.video-banner-1 .video-button {}

/* Custom CSS Tablet */
@media (max-width: 849px) {
    .mxh .col-inner {
        display: flex;
        justify-content: space-between;
        padding-right: 50px
    }

    .products-slider .flickity-page-dots {
        margin: auto;
    }
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
    .mxh .col-inner {
        display: flex;
        justify-content: space-between;
        padding-right: 90px;

    }

    .icon-box {
        display: flex;
        flex-direction: row;
    }

    .icon-box .icon-box-img {
        width: 25%;
        padding-top: 20px;
    }

    .icon-box .icon-box-text {
        width: 65%;
        text-align: left;
    }

    .mxh .col-inner .img {
        padding: 0 15px 0 0;
        margin-bottom: 0;
    }

    .products-slider .flickity-page-dots {
        bottom: -20px;
    }
}