/* CUSTOM HEADER */
/* -------------------- Header & Nav ---------------------- */
.header .navbar.bg-primary,
.header .navbar {
    background: #F2F1EE !important;
}

.header .navbar .dropdown-menu {
    border-radius: .5vw;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .2);
}

.cw-header-info {
    color: #2D53A3;
    font-weight: 700;
    padding: .5rem 1rem;
    background-color: #F2F1EE !important;
    margin: 0 -15px;
}

.cw-header-info a:link,
.cw-header-info a:visited,
.cw-header-info a:active {
    color: #000;
}

.cw-header-info a:hover {
    color: var(--color-theme-highlight);
}


.cw-header-info .cw-social-icons .fab {
    font-size: 1.5em;
}

.cw-rightContactInfo,
.cw-leftContactInfo {
    text-align: center;
}

.navbar .container {
    padding: 0 .5rem;
    max-width: 100%;
    text-align: center;
}

.header .navbar .navbar-nav .nav-link,
.header .dropdown-item {
    border-radius: .5vw;
    overflow: hidden;
}

.header .navbar-dark .navbar-nav > .active .nav-link {
    color: #000 !important;
}

.header .nav-link::before,
.header .navbar .dropdown-item::before {
    display: none;
}

.header .navbar .nav-link,
.header .nav-link-cart,
.navbar-dark .dropdown-item {
    transition: all 150ms 50ms ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .dropdown-item:focus,
.navbar-dark .dropdown-item:hover {
    background: var(--color-theme-secondary);
    color: var(--color-theme-text-btn);
}

.navbar-dark .dropdown-item.active,
.navbar-dark .dropdown-item:active {
    color: var(--color-theme-text-btn);
}

.header .navbar .dropdown-item:hover {
    opacity: 1;
}

.header .navbar .dropdown-item {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.header .navbar-toggler {
    background: var(--color-theme-secondary);
    border-color: var(--color-theme-text-btn);
    border-radius: 3rem;
    padding: .3rem 1.3rem .4rem;
}

.header .navbar-toggler:hover {
    background: var(--color-theme-highlight);
}

.header .toggle .icon-bar {
    background-color: var(--color-theme-text-btn);
}

.phone-link {
    color: var(--light-txt);
}

.header .navbar-brand {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 240px;
    height: 140px;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.cw-header-info .cw-header-fluid-container {
    padding: 0 2em;
}
.cw-header-info h2 {
    font-size: 1.5em;
    padding: 0.3em 0.5em;
    margin-bottom: 0;
    color: var(--color-theme-highlight);
}

.header-social-links li.nav-item {
    display: inline-flex !important;
}

.header-social-links i {
    font-size: 1.75rem;
}

.header-social-links a:link,
.header-social-links a:visited,
.header-social-links a:active {
    color: var(--color-theme-primary);
    font-size: 1.5em;
}

.header-social-links a:hover {
    color: var(--color-theme-highlight);
}

/* -------------------- Media Queries ---------------------- */
/* min-width: 768px */
@media (min-width: 768px) {
    .navbar .container {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 2rem;
    }
    .header .navbar-brand {
        width: 1300px;
        height: 190px;
    }
}

/* min-width: 992px */
@media (min-width: 992px) {
    .cw-header-info .cw-header-fluid-container {
        padding: 0 4em;
    }
    .header .navbar-cart {
        padding-left: 150px;
    }

    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }

    .cw-header-info {
        border-radius: 0;
        padding: 0 1rem;
        display: block;
    }
    .cw-header-info .cw-social-icons .fab {
        font-size: 3em;
    }

    .navbar .container {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 9px;
    }

    .navbar-collapse {
        flex-grow: initial;
    }

    .header .nav-link-cart,
    .header .navbar .nav-link,
    .header .dropdown-item {
        line-height: 30px;
    }

    .header .navbar .dropdown-item {
        text-align: left;
    }
    .header .navbar {
        padding-top: 5px;
    }

    .header .navbar-brand {
        padding: 10px 0 0;
        min-height: auto;
        font-size: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block !important;
        order: 1;
        margin-left: 0;
        margin-bottom: 2px;
        text-indent: -9999px;
        overflow: hidden;
        white-space: nowrap;
        width: 260px;
        height: 180px;
        left: 20px;
    }


    .header .navbar .navbar-nav .nav-link,
    .header .navbar .navbar-nav .dropdown-item {
        padding-left: .5rem;
        padding-right: .5rem;
    }
}

/* min-width: 1200px */
@media (min-width: 1200px) {
    .header .navbar-brand {
        width: 320px;
        height: 250px;
        left: 20px;
    }
    .navbar .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header li.nav-item {
        margin-right: 10px;
    }
    .header li.nav-item:last-of-type {
        margin-right: 0;
    }
}


@media (min-width: 1400px) {
    .header .navbar-brand {
        left: 80px;
    }
    .navbar .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header li.nav-item {
        margin-right: 10px;
    }
    .header li.nav-item:last-of-type {
        margin-right: 0;
    }
}

@media (min-width:1600px) {
    .cw-header-info .cw-header-fluid-container {
        padding: 0 8em;
    }
}



/* max-width fallback for very small screens */
@media (max-width: 992px) {
    .header .cart-count {
        background: #F8F7F2;
        color: #000;
    }
}


/* Section BG ===== */
.hero-carousel-slider {
    background: url(https://apihoard.webit.com/api/v1/Image/8B53D03B3A56485964AA8B0D1EBA90F0/8B53D03B3A56485964AA8B0D1EBA90F0.jpg?size=1920x1440);
    background-repeat: no-repeat;
    background-position: center 95%;
    background-size: cover;
    position: relative;
}

.hero-carousel-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    fill: #fff;
}

.cw-carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}

.cw-carousel-fade .carousel-item.active,
.cw-carousel-fade .carousel-item-next.carousel-item-left,
.cw-carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.cw-carousel-fade .active.carousel-item-left,
.cw-carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.cw-carousel-fade .carousel-item-next,
.cw-carousel-fade .carousel-item-prev,
.cw-carousel-fade .carousel-item.active,
.cw-carousel-fade .active.carousel-item-left,
.cw-carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.carousel-item h2 {
    font-size: 4rem;
}

.carousel-item h4 {
    font-family: "Josefin Sans", sans-serif;
}

@media (max-width: 768px) {
    .carousel-item h2 {
        font-size: 2em !important;
    }

    .carousel-item h4 {
        font-size: 1em !important;
    }
}

/*************love section****************/
.cw-container {
    position: relative;
}

.cw-scallop::before {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%,
    #161616 25%,
    #fff 26%,
    #f2f1ee 40%);
    background-color: #161616;
    background-size: 40px 100px;
    height: 40px;
    background-repeat: repeat-x;
    transform: rotate(180deg);
}

.cw-before-scallop {
    background: #f2f1ee;
    padding: 50px;
}

.cw-scallop {
    position: relative;
    background-image: url("https://apihoard.webit.com/api/v1/Image/5C80BF6584F142AB161EC28DB7B46F83/5C80BF6584F142AB161EC28DB7B46F83.jpg?size=1920x1440");
    background-size: cover;
    padding: 4em 0;
}

.cw-scallop h3 {
    color: #fff;
    font-size: 3em;
}

.cw-scallop h3 span {
    color: var(--color-theme-secondary);
}

.cw-scallop h1 {
    font-size: 1em;
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}

.cw-scallop::after {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    content: " ";
    background: radial-gradient(circle at 50% 0%,
    #161616 25%,
    #4ca1d8 26%,
    #69cbe4 40%);
    background-color: #161616;
    background-size: 40px 100px;
    height: 40px;
    background-repeat: repeat-x;
}

.cw-after-scallop {
    background: #69cbe4;
    padding: 30px;
}

/*************** bottom svg ******************/
.cw-container2 {
    padding-top: 8em;
    position: relative;
    background-color: #f2f1ee;
}

.cw-container2 svg {
    fill: var(--color-theme-primary);
    height: 80px;
}

/*************** hero image ******************/
.grand-hero {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 6em;
    padding-bottom: 5em;
    color: #fff;
    background-image: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)),
    url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_14.jpg");
    background-attachment: scroll;
    background-size: cover;
    background-position: top center;
}

.grand-hero .cw-title {
    font-size: 5em;
}

.grand-hero p {
    font-size: 1.2em;
}

/* SM: 576px & Up */
@media (min-width: 576px) {
    .cw-scallop h3 {
        font-size: 5em;
    }
}

/* MD: 768px & Up */
@media (min-width: 768px) {
    .cw-scallop {
        padding: 7em 0;
    }

    .cw-scallop h3 {
        font-size: 7em;
    }

    .cw-scallop h3:before {
        content: "{";
        font-size: 3.5em;
        color: var(--color-theme-secondary);
        position: absolute;
        top: 0;
        left: 0;
        font-style: normal;
        transform: translate(-10%, -25%) skewX(15deg);
    }

    .cw-scallop h3:after {
        content: "}";
        font-size: 3.5em;
        color: var(--color-theme-secondary);
        position: absolute;
        top: 0;
        right: 0;
        font-style: normal;
        transform: translate(10%, -25%) skewX(15deg);
    }
}

/* LG: 992px & Up */
@media (min-width: 992px) {
    .cw-scallop h3:before {
        left: 12%;
    }

    .cw-scallop h3:after {
        right: 12%;
    }

    .grand-hero {
        background-attachment: fixed;
    }
}

/* XLG: 1200px & Up */
@media (min-width: 1200px) {
    .cw-scallop h3:before {
        left: 19%;
    }

    .cw-scallop h3:after {
        right: 18%;
    }
}

/* XXLG: 1400px & Up */
@media (min-width: 1400px) {}

/* XXXLG: 1600px & Up */
@media (min-width: 1600px) {}

/* XXXLG: 1800px & Up */
@media (min-width: 1800px) {}

.page-home .list .list-text a {
    color: #161616 !important;
}

.cw-custom-footer {
    background-color: #F2F1EE;
}

.list {
    padding-top: 0em !important;
}

/* Button ======================================================================= */
/* Yoinked from CodePen, but improved the animation
so that it is smooth among other more minor things */
.cw-codepen-button {
    display: block;
    cursor: pointer;
    color: white;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    font-weight: 60;
    border-radius: 100px;
    overflow: hidden;
    padding: 2px;
    isolation: isolate;
}

.cw-codepen-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    background: linear-gradient(115deg, #d1d1d1, #02367b, #a7bfde);
    background-size: 25% 100%;
    -webkit-animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
            animation: an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop 0.75s linear infinite;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    translate: -5% 0%;
    transition: translate 0.25s ease-out;
}

.cw-codepen-button:hover::before {
    -webkit-animation-play-state: running;
            animation-play-state: running;
    transition-duration: 0.75s;
    translate: 0% 0%;
}

@-webkit-keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
    to {
        transform: translateX(-25%);
    }
}

@keyframes an-at-keyframe-css-at-rule-that-translates-via-the-transform-property-the-background-by-negative-25-percent-of-its-width-so-that-it-gives-a-nice-border-animation_-We-use-the-translate-property-to-have-a-nice-transition-so-it_s-not-a-jerk-of-a-start-or-stop {
    to {
        transform: translateX(-25%);
    }
}

.cw-codepen-button span {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    background: #69cbe4;
    border-radius: 100px;
    height: 100%;
}

.cw-scallop a:hover {
    color: #000 !important;
}

/* Our Drinks Page */
.cw-box {
    padding: 60px 0px;
    background: rgb(255, 255, 255);
}

.cw-boxPart {
    background: rgb(255, 255, 255);
    background: linear-gradient(325deg,
    rgb(236, 251, 255) 0%,
    rgb(218, 231, 252) 100%);
    padding: 20px 10px;
    margin: 10px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    color: #000000;
    border-radius: 15px;
}

.cw-boxPart:hover {
    background: #c4f5ff;
}

.cw-boxPart:hover .fa,
.cw-boxPart:hover .title,
.cw-boxPart:hover .text,
.cw-boxPart:hover a {
    color: #fff;
    transition: all 1s ease-out;
}

.cw-boxText {
    margin: 20px 0px;
}

/* ------------- CTA -------------- */
#cw-floating-button {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--color-theme-primary);
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.plus {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 38px;
    -webkit-animation: plus-out 0.3s;
            animation: plus-out 0.3s;
    transition: all 0.3s;
}

#cw-socialBtns {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 30px;
    right: 30px;
    z-index: 50;
}

#cw-socialBtns:hover {
    height: 307px;
    width: 90px;
}

#cw-socialBtns:hover .plus {
    -webkit-animation: plus-in 0.5s linear;
            animation: plus-in 0.5s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.minus {
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 55px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    -webkit-animation: minus-out 0.3s;
            animation: minus-out 0.3s;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
}

#cw-socialBtns:hover .minus {
    -webkit-animation: minus-in 0.2s;
            animation: minus-in 0.2s;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

#cw-socialBtns .fa {
    color: var(--color-theme-header);
}

@-webkit-keyframes minus-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes minus-in {
    from {
        opacity: 0;
        transform: rotateZ(-70deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes minus-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@keyframes minus-out {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(-70deg);
    }
}

@-webkit-keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@keyframes plus-in {
    from {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    to {
        opacity: 0;
        transform: rotateZ(180deg);
    }
}

@-webkit-keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

@keyframes plus-out {
    from {
        opacity: 0;
        transform: rotateZ(180deg);
    }

    to {
        opacity: 1;
        transform: rotateZ(0deg);
    }
}

.link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: fixed;
    z-index: 300;
    transform: scale(0);
    cursor: pointer;
    font-family: Font-Awesome;
    font-size: 21px;
    text-align: center;
    line-height: 43px;
    background: var(--color-theme-primary);
    color: var(--color-theme-secondary);
    box-shadow: 0 2px 10px rgb(0 0 0/20%);
}

.link a {
    color: var(--color-theme-highlight);
}

.link1 {
    right: 21px;
    bottom: 105px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    -webkit-animation: bounce-out-nds 0.3s linear;
            animation: bounce-out-nds 0.3s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.link2 {
    right: 21px;
    bottom: 160px;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation: bounce-out-nds 0.15s linear;
            animation: bounce-out-nds 0.15s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.link3 {
    right: 21px;
    bottom: 215px;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    -webkit-animation: bounce-out-nds 0.1s linear;
            animation: bounce-out-nds 0.1s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

#cw-socialBtns:hover .link {
    -webkit-animation: bounce-nds 0.1s linear;
            animation: bounce-nds 0.1s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

#cw-socialBtns:hover .link2 {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
}

#cw-socialBtns:hover .link3 {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

/* =-================================================================================ */
/* ------- Main-Sect ---------------------------------------------------------------------- */
/* .cw-main-top-sect {
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
                url("https://apihoard.webit.com/api/v1/Image/82DB4153BA84CBFE79B99E227C8DC03F/82DB4153BA84CBFE79B99E227C8DC03F.png?size=Original");
            background-size: cover;
            background-position: center center;
            background-attachment: fixed;
            background-repeat: no-repeat;
        } */
/* ------- SS ----------------------------------- */
.cw-main-top-ss {
    padding: 2em;
}

.cw-main-top-ss .carousel-inner .carousel-item {
    transition: 3s ease;
}

.cw-main-top-ss .cw-slides {
    height: 10em;
    background: url(https://apihoard.webit.com/api/v1/Image/65C32FA177DEABA0456A29C1836F0DCB/65C32FA177DEABA0456A29C1836F0DCB.jpg?size=Original);
    background-size: 110%;
    background-position: top right;
    -webkit-animation: move 50s infinite;
            animation: move 50s infinite;
    background-repeat: no-repeat;
}

.cw-main-top-ss .cw-slides.cw-slide-1 {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/65C32FA177DEABA0456A29C1836F0DCB.jpg);
}

.cw-main-top-ss .cw-slides.cw-slide-2 {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8EC79ABA55E5AD013DFA8B2CA0A5BDE7.jpg);
}

.cw-main-top-ss .cw-slides.cw-slide-3 {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/26326CB3CD36B8A8CD460E8E46F574AC.jpg);
}

@-webkit-keyframes move {
    0% {
        background-size: 110%;
        background-position: top right;
    }

    50% {
        background-size: 120%;
        background-position: bottom left;
    }

    100% {
        background-size: 110%;
        background-position: top right;
    }
}

@keyframes move {
    0% {
        background-size: 110%;
        background-position: top right;
    }

    50% {
        background-size: 120%;
        background-position: bottom left;
    }

    100% {
        background-size: 110%;
        background-position: top right;
    }
}

@media (min-width: 992px) {
    .cw-main-top-ss .carousel-inner {
        box-shadow: 0px 3px 3px #000000;
    }

    .cw-main-top-ss {
        padding: 4em;
    }

    .cw-main-top-ss .cw-slides {
        height: 35em;
    }
}

@media (min-width: 1600px) {
    .cw-main-top-ss {
        padding: 4em 8em;
    }
}


/* ---- Menu -----*/
.cw-menu {
    padding: 2rem;
}

.cw-menu .row {
    background: #fff;
    background-image: linear-gradient(-90deg, #fff, #fff, rgba(255, 255, 255, .95)), url(https://apihoard.webit.com/api/v1/Image/ADC4393128726059D530CAD32CB4EF19/ADC4393128726059D530CAD32CB4EF19.png?size=1920x1440);
    background-position: right;
    padding: 2rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.menu-title {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem 0;
    position: relative;
}

.menu-title::before {
    content: "";
    position: absolute;
    width: 17%;
    height: 3px;
    background: #efefef;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-item {
    padding: .5rem;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 15px;
}

.cw-menu h3 {
    text-align: center;
    background: #72cde014;
    padding: 10px;
    margin-bottom: 2rem;
    border-radius: 30px;
}

.menu-item p {
    font-size: 13px;
}

@media(max-width: 568px) {
    .cw-menu .row {
        padding: .5rem;
    }

    .menu-title p {
        font-size: 12px;
        padding: 0 !important;
    }
}

@media (min-width: 768px) {
    .cw-menu .col-md-6 {
        max-width: 40% !important;
        margin: 0 auto !important;
    }


    .menu-title h2 {
        font-size: 3rem;
    }
}

/*Reviews Page*/
.cw-testimonials .card {
    border: 1px solid var(--color-theme-primary);
    border-radius: 15px 0 15px 0;
}

.cw-testimonials .card-text {
    position: relative;
}

.cw-testimonials .card-text:after {
    content: '';
    width: 75px;
    height: 3px;
    background-color: var(--color-theme-secondary);
    position: absolute;
    bottom: -13px;
    left: 0;
}
.cw-bloom-btn,
.cw-glove-btn {
    color: #111;
    font-weight: 900;
    text-decoration: underline !important;
    padding: 5px 10px;
    border: 1px solid #ccc;
    transition: 200ms;
    margin: 5px 0;
}

.cw-bloom-btn:hover {
    color: #fff !important;
    background-color: #EC008C !important;
}


.cw-glove-btn:hover {
    color: #111 !important;
    background-color: #fff !important;
}
.cw-social-header{
    display: flex;
    align-items: center;
    justify-content: left;

}
@media(min-width: 992px){
    .cw-social-header{
        padding-left: 3.5rem;
    }
}
@media(min-width: 1200px){
    .cw-social-header{
        padding-left: 5rem;
    }
}
@media(min-width: 1400px){
    .cw-social-header{
        padding-left: 9.5rem;
    }
}
@media(min-width: 1600px){
    .cw-social-header{
        padding-left: 5rem;
    }
}
@media(max-width:992px) {
    .cw-social-header{
        display: flex;
        justify-content: center;
        padding-left: 0;
    }
}