﻿/*------------------------------------------------------------------ 
    IMPORT FONTS 
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*------------------------------------------------------------------ 
    IMPORT FILES 
-------------------------------------------------------------------*/

@import url(../vendor/font-awesome-5/css/fontawesome-all.min.css);

/*------------------------------------------------------------------ 
    SKELETON
-------------------------------------------------------------------*/
body {
    color: #666666;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    overflow-x: hidden !important;
}

.sticky-container {
    /*background-color: #06c;
            box-shadow: gray -1px 1px;
            padding-top: 10px;
            padding-left: 10px;
            padding-bottom: 10px;
            padding-right: 3px;
            position: fixed;
            top: 50%;
            right: 0px;*/
    width: auto;
    height: 150px;
    /*z-index: 9999;
            margin-top: -24px;
            text-align: center;*/
}



    .sticky-container a {
        background: #efc468;
        border-radius: 0;
        color: #232323;
        display: block;
        font-size: 1rem;
        height: 50px;
        line-height: 50px;
        position: fixed;
        right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: bottom right;
        width: 150px;
        top: 30%;
        z-index: 99999;
    }

/*********************************Header css Start***************************************************************/
.top-header {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
    background-position: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: auto 100%;
    width: 90%;
    margin: 0 5%;
    color: #ffffff;
    opacity: 0.9;
}


    .top-header .navbar {
        padding: 5px 0px;
    }

        .top-header .navbar .navbar-collapse ul li a {
            text-transform: uppercase;
            font-size: 15px;
            padding: 7px 20px;
            position: relative;
            font-weight: 400;
            overflow: hidden;
            color: #ffffff;
        }

a.navbar-brand {
    left: 0;
    position: relative;
}

    a.navbar-brand img, a.navbar-brand2 img {
        height: 100px;
        width: auto;
    }

a.navbar-brand2 {
    float: right;
    position: relative;
}


.top-header h5 {
    /*font-size: 1vh;*/
}

.top-header h2 {
    text-align: center;
}

@media (max-width: 767px)(min-width: 300px) {
    .top-header h2 {
        font-size: 1.4vh;
        border: 1px solid red;
        text-align: center;
    }

    .top-header h5 {
        font-size: 1vh;
    }
    a.navbar-brand img, a.navbar-brand2 img {
        height: 8vh;
        width: auto;
    }
}

.top-header h2, .top-header h5 {
    color: #000000;
    margin: auto;
    margin-top: 0.8vw;
}

.top-header .navbar .navbar-collapse ul li a.active {
}

.top-header .navbar .navbar-collapse ul li a:hover,
.top-header .navbar .navbar-collapse ul li a:focus {
    background: transparent;
    color: #d4a81e;
}

.search_icon.nav-link img {
    width: 25px;
}

.top-header .navbar .navbar-collapse ul li {
    margin: 0 2px;
}

.top-header.fixed-menu {
    width: 100%;
    position: fixed;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff;
    z-index: 20;
    margin: 0;
}

.navbar-toggler {
    border: 2px solid #d4a81e !important;
    border-radius: 0;
    margin: 15px 15px;
    padding: 8px 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .navbar-toggler span {
        background: #d4a81e;
        display: block;
        width: 22px;
        height: 2px;
        margin: 0 auto;
        margin-top: 0px;
        margin-top: 0px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .navbar-toggler span + span {
            margin-top: 5px;
        }

    .navbar-toggler:hover {
        border: 2px solid #d4a81e;
    }

        .navbar-toggler:hover span {
            background: #d4a81e;
        }

.tab_menu {
    overflow: scroll;
}

    .tab_menu ul {
        width: 950px;
    }

.full > img {
    width: 100%;
}

.blog_img_popular {
    margin-bottom: 30px;
}
/* search bar */

.search-box {
    position: absolute;
    top: 0;
    right: 50px;
    height: auto;
    padding: 0;
    margin-top: 17px;
}

    .search-box:hover .search-txt {
        width: 240px;
        padding: 0 10px;
    }

.top-header #navbar-wd {
    padding-right: 100px;
}

.search-btn {
    float: right;
    width: 41px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #111;*/
}

    .search-btn img {
        height: 100px;
        width: auto;
        margin: auto;
    }

.search-txt {
    /*border: none;
    outline: none;
    float: left;
    padding: 0;
    /*color: #000;*/
    font-size: 14px;
    line-height: 41px;
    width: 0;
    transition: width 400ms;
    background: #fff;
    padding: 0;
    font-weight: 300;
    */;
}

.theme_color {
    color: #d4a81e;
}
/*********************************Header css End***************************************************************/

/*------------------------------------------------------------------ Banner -------------------------------------------------------------------*/
.bannercontainer {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    max-height:460px;
   
    
}

    .bannercontainer .bg1 {
        background-image: url(../images/banner/b4.jpg);
        background-position: center;
        width: 100%;
        height: 100%;
    }


/*------------------------------------------------------------------ Banner  end-------------------------------------------------------------------*/

/*------------------------------------------------------------------ Purchase Plant Description Start----------------------------------------------*/
#PurchasePlantFlow {
}

    #PurchasePlantFlow .secPurchasePlant {
    }

    #PurchasePlantFlow .tab_menu {
        width: 100%;
        height: 150px;
        background: #fff;
        border-radius: 10px;
        margin-top: -50px;
        position: relative;
        z-index: 9;
        box-shadow: 0px 0 14px 0 rgba(0,0,0,.3);
        overflow: hidden;
        /*padding: 0 30px;*/
        text-align: center;
    }

        #PurchasePlantFlow .tab_menu div {
            margin-top: 20px;
            margin-left: auto;
            margin-right: auto;
        }

        #PurchasePlantFlow .tab_menu .boxstart {
            background-color: #000000;
            color: #ffffff;
            position: relative;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            float: left;
        }

            #PurchasePlantFlow .tab_menu .boxstart h5 {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                margin: 0;
                font-size: 2em;
            }

        #PurchasePlantFlow .tab_menu .boxline {
            width: 50px;
            height: 60px;
            float: left;
            position: relative;
            margin-left: .9%;
            margin-right: .9%;
        }

        #PurchasePlantFlow .tab_menu .dottedline {
            border: 2px dashed #000000;
            width: 50px;
        }

        #PurchasePlantFlow .tab_menu .box {
            width: 120px;
            height: 100px;
            float: left;
            position: relative;
            background-color: #66cc00;
            color: #ffffff;
            border-radius: 5px;
            text-align: center;
        }

            #PurchasePlantFlow .tab_menu .box span {
                line-height: 1.3em;
            }

.verticlecenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------ Purchase Plant Description Start----------------------------------------------*/
/*-------------------------------------------------------------------Proceed Section Start here----------------------------------------------------*/
#secProceed {
    text-align: center;
    padding: 2%;
}

    #secProceed btnproceed {
        margin: auto;
    }

/*-------------------------------------------------------------------Proceed Section End here----------------------------------------------------*/

/*****************New Page - Plant Demand Form CSS Start--------------------------------*/
#secDemandForm {
    position: relative;
    height: 125px;
}

.inner_banner {
    min-height: 125px;
    /*background: #66cc00;*/
    background-color: #00b712;
    background-image: linear-gradient(315deg, #00b712 0%, #5aff15 74%);
    width: 100%;
}

    .inner_banner h3 {
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: -1px;
        text-align: center;
        line-height: 110px !important;
        padding: 0;
        color: #fff;
    }

.contact_section {
    background-color: #ACE1AF;
}

/*-------------css for multiple page form -----------------*/

#grad1 {
    background-color: #ACE1AF;
    /*background-image: linear-gradient(120deg, #FF4081, #81D4FA);*/
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

    #msform fieldset .form-card {
        background: white;
        border: 0 none;
        border-radius: 0px;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        padding: 20px 40px 30px 40px;
        box-sizing: border-box;
        width: 94%;
        margin: 0 3% 20px 3%;
        position: relative;
    }

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
    }

        #msform fieldset:not(:first-of-type) {
            display: none;
        }

        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }

    #msform input,
    #msform textarea, #msform select {
        padding: 0px 8px 4px 8px;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 25px;
        margin-top: 2px;
        width: 100%;
        box-sizing: border-box;
        font-family: montserrat;
        color: #2C3E50;
        font-size: 16px;
        letter-spacing: 1px;
    }

        #msform input:focus,
        #msform textarea:focus,#msform select:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid #00b712;
            outline-width: 0;
        }

    #msform .action-button {
        width: 100px;
        background: #00b712;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }

    #msform .action-button-previous {
        width: 100px;
        background: #616161;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
    }

        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

    select.list-dt:focus {
        border-bottom: 2px solid #ACE1AF;
    }

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

    #progressbar .active {
        color: #000000;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 25%;
        float: left;
        position: relative;
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f023";
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f007";
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f09d";
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c";
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 18px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px;
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1;
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: skyblue;
    }

.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

    .radio:hover {
        box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
    }

    .radio.selected {
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    }

.fit-image {
    width: 100%;
    object-fit: cover;
}

/*css fro multiple page form end here*/

/*--------------css for plants list start**************/
/*$finalHeight: 250px; $finalWidth: 3 * $finalHeight; $scrollBarHeight: 1px;*/

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

    .carousel .item {
        min-height: 330px;
        text-align: center;
        overflow: hidden;
    }

        .carousel .item .img-box {
            height: 160px;
            width: 100%;
            position: relative;
        }

        .carousel .item img {
            max-width: 100%;
            max-height: 100%;
            display: inline-block;
            position: absolute;
            bottom: 0;
            margin: 0 auto;
            left: 0;
            right: 0;
        }

        .carousel .item h4 {
            font-size: 18px;
            margin: 10px 0;
        }

        .carousel .item .btn {
            color: #333;
            border-radius: 0;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: bold;
            background: none;
            border: 1px solid #ccc;
            padding: 5px 10px;
            margin-top: 5px;
            line-height: 16px;
        }

            .carousel .item .btn:hover, .carousel .item .btn:focus {
                color: #fff;
                background: #000;
                border-color: #000;
                box-shadow: none;
            }

            .carousel .item .btn i {
                font-size: 14px;
                font-weight: bold;
                margin-left: 5px;
            }

    .carousel .thumb-wrapper {
        text-align: center;
    }

    .carousel .thumb-content {
        padding: 15px;
    }

    .carousel .carousel-control {
        height: 100px;
        width: 40px;
        background: none;
        margin: auto 0;
        background: rgba(0, 0, 0, 0.2);
    }

        .carousel .carousel-control i {
            font-size: 30px;
            position: absolute;
            top: 50%;
            display: inline-block;
            margin: -16px 0 0 0;
            z-index: 5;
            left: 0;
            right: 0;
            color: rgba(0, 0, 0, 0.8);
            text-shadow: none;
            font-weight: bold;
        }

    .carousel .item-price {
        font-size: 13px;
        padding: 2px 0;
    }

        .carousel .item-price strike {
            color: #999;
            margin-right: 5px;
        }

        .carousel .item-price span {
            color: #86bd57;
            font-size: 110%;
        }

    .carousel .carousel-control.left i {
        margin-left: -3px;
    }

    .carousel .carousel-control.left i {
        margin-right: -3px;
    }

    .carousel .carousel-indicators {
        bottom: -50px;
    }

.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
}

.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

    .carousel-indicators li.active {
        background: rgba(0, 0, 0, 0.6);
    }

.star-rating li {
    padding: 0;
}

.star-rating i {
    font-size: 14px;
    color: #ffc000;
}

#plantContainer .text-gray {
    color: #aaa;
}

#plantContainer img {
    height: 150px;
    width: 150px;
}
/*****on of switch css*/

/*--------------css for plants list end**************/
/*-------------css for Add to cart start here*/
.cartContainer {
    position: absolute !important;
    z-index: 2;
    top: 0;
    right: 10px;
    border:1px solid red;
}

.cd-cart {
    /*position: absolute;
    z-index: 2;
    top: 24px;
    right: 10px;*/
    height: 50px;
    width: 50px;
    background: url(../images/cd-icon-cart.svg) no-repeat center center;
}

    .cd-cart span {
        /* number of items added to the cart */
        position: absolute;
        top: 2px;
        right: 5px;
        height: 18px;
        width: 18px;
        line-height: 18px;
        background-color: #46b29d;
        color: #ffffff;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        border-radius: 50%;
        /* scale it down if no products have been added to the cart */
        /*-webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);*/
        -webkit-transition: -webkit-transform 0.2s 0s;
        -moz-transition: -moz-transform 0.2s 0s;
        transition: transform 0.2s 0s;
    }

    .cd-cart .items-added span {
        /* counter visible when a product is added to the cart */
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

@media only screen and (min-width: 1100px) {
    .cd-cart {
        position: fixed;
        top: 30px;
        right: 30px;
    }
}

/*-------css for add to card end here*/


/*****CART CSS*/
/*.cd-cart::before {
    content: '';
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s;
}

.cd-cart--open::before {
    opacity: 1;
    visibility: visible;
}
.cd-cart__trigger, .cd-cart__content {
    position: fixed;
    bottom: 20px;
    right: 5%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-cart--empty .cd-cart__trigger, .cd-cart--empty .cd-cart__content {
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

@media (min-width: 80rem) {
    .cd-cart__trigger, .cd-cart__content {
        bottom: 40px;
    }
}

.cd-cart__trigger {
    z-index: 3;
    height: 72px;
    width: 72px;
    overflow: visible;
}

    .cd-cart__trigger::after, .cd-cart__trigger::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        height: 100%;
        width: 100%;
        background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
        transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s, -webkit-transform .2s;
    }

    .cd-cart__trigger::after {
        background-position: -72px 0;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
    }

.cd-cart--open .cd-cart__trigger::before {
    opacity: 0;
}

.cd-cart--open .cd-cart__trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
    box-shadow: 0 6px 40px rgba(0,0,0,0.3);
}

.cd-cart--open .cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
    box-shadow: 0 4px 30px rgba(0,0,0,0.17);
}

.cd-cart__count {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: hsl(7, 80%, 56%);
    background: var(--cd-color-5);
    color: hsl(0, 0%, 100%);
    color: var(--cd-color-3);
    font-size: 0.83333em;
    font-size: var(--text-sm);
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-cart__count li {
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-duration: .15s;
        animation-duration: .15s;
    }

        .cd-cart__count li:last-of-type {
            visibility: hidden;
        }

.cd-cart__count--update li:last-of-type {
    -webkit-animation-name: cd-qty-enter;
    animation-name: cd-qty-enter;
}

.cd-cart__count--update li:first-of-type {
    -webkit-animation-name: cd-qty-leave;
    animation-name: cd-qty-leave;
}

.cd-cart--open .cd-cart__count {
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cd-cart--empty .cd-cart__count {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-cart__content {
    z-index: 2;
    width: 90%;
    max-width: 440px;
    height: 400px;
    max-height: 90%;
    pointer-events: none;
}

.cd-cart__layout {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    height: 72px;
    width: 72px;
    border-radius: 0.25em;
    border-radius: var(--radius);
    transition: height .4s .1s, width .4s .1s, box-shadow .3s;
    transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
    background: hsl(0, 0%, 100%);
    background: var(--cd-color-3);
    box-shadow: 0 4px 30px rgba(0,0,0,0.17);
    pointer-events: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cd-cart--open .cd-cart__layout {
    height: 100%;
    width: 100%;
    transition-delay: 0s;
}

.cd-cart__header, .cd-cart__body {
    opacity: 0;
    padding-left: 0.825em;
    padding-left: calc(var(--space-sm)*1.1);
    padding-right: 0.825em;
    padding-right: calc(var(--space-sm)*1.1);
}

.cd-cart--open .cd-cart__header, .cd-cart--open .cd-cart__body {
    opacity: 1;
}

.cd-cart__header {
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.25em 0.25em 0 0;
    border-radius: var(--radius) var(--radius) 0 0;
    height: 40px;
    line-height: 40px;
    background-color: hsl(0, 0%, 100%);
    background-color: var(--cd-color-3);
    transition: opacity .2s 0s;
    border-bottom: 1px solid hsl(0, 0%, 90%);
    border-bottom: 1px solid hsl(var(--cd-color-3-h), var(--cd-color-3-s), calc(var(--cd-color-3-l)*0.9));
}

    .cd-cart__header h2 {
        text-transform: uppercase;
        display: inline-block;
        font-size: 0.76388em;
        font-size: calc(var(--text-xs)*1.1);
        font-weight: 700;
        letter-spacing: .1em;
    }

.cd-cart--open .cd-cart__header {
    transition: opacity .2s .2s;
}

.cd-cart__undo {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    color: hsl(210, 31%, 28.8%);
    color: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*1.2));
    font-size: 0.69444em;
    font-size: var(--text-xs);
}

    .cd-cart__undo a {
        text-decoration: underline;
        color: hsl(210, 31%, 24%);
        color: var(--cd-color-1);
    }

        .cd-cart__undo a:hover {
            color: hsl(204, 73%, 52%);
            color: var(--cd-color-2);
        }

.cd-cart__undo--visible {
    opacity: 1;
    visibility: visible;
}

.cd-cart__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0.75em;
    padding-top: var(--space-sm);
    padding-bottom: 0.75em;
    padding-bottom: var(--space-sm);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: opacity .2s;
}

    .cd-cart__body ul {
        position: relative;
        padding-bottom: 60px;
    }

@media (min-width: 64rem) {
    .cd-cart__body ul {
        padding-bottom: 90px;
    }
}

.cd-cart--open .cd-cart__body {
    transition: opacity 0s;
}

    .cd-cart--open .cd-cart__body li {
        transition: opacity .3s .2s, -webkit-transform .3s .2s;
        transition: transform .3s .2s, opacity .3s .2s;
        transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .cd-cart--open .cd-cart__body li:nth-of-type(2) {
            transition-duration: .4s;
        }

        .cd-cart--open .cd-cart__body li:nth-of-type(3) {
            transition-duration: .5s;
        }

        .cd-cart--open .cd-cart__body li:nth-of-type(4), .cd-cart--open .cd-cart__body li:nth-of-type(5) {
            transition-duration: .55s;
        }

.cd-cart__product {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    transform: translateX(80px);
    transition: opacity 0s .2s, -webkit-transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s;
    transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
    display: -ms-flexbox;
    display: flex;
}

    .cd-cart__product:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .cd-cart__product a {
        text-decoration: none;
    }

.cd-cart__product--deleted {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation: cd-item-slide-out .3s forwards;
    animation: cd-item-slide-out .3s forwards;
}

    .cd-cart__product--deleted.cd-cart__product--undo {
        -webkit-animation: cd-item-slide-in .3s forwards;
        animation: cd-item-slide-in .3s forwards;
    }

    .cd-cart__product--deleted + .cd-cart__product {
        -webkit-animation: cd-item-move-up-mobile .3s;
        animation: cd-item-move-up-mobile .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@media (min-width: 64rem) {
    .cd-cart__product--deleted + .cd-cart__product {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s;
    }
}

.cd-cart__product--undo + .cd-cart__product {
    -webkit-animation: cd-item-move-down-mobile .3s;
    animation: cd-item-move-down-mobile .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (min-width: 64rem) {
    .cd-cart__product--undo + .cd-cart__product {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s;
    }
}

.cd-cart__image {
    display: inline-block;
    width: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .cd-cart__image img {
        display: block;
    }

@media (min-width: 64rem) {
    .cd-cart__image {
        width: 90px;
    }
}

.cd-cart__details {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 0.825em;
    padding-top: calc(var(--space-sm)*1.1);
    padding-left: 0.6em;
    padding-left: calc(var(--space-xs)*1.2);
}

    .cd-cart__details h3 {
        font-weight: bold;
        width: 70%;
        font-size: 0.95833em;
        font-size: calc(var(--text-sm)*1.15);
    }

        .cd-cart__details h3 a {
            color: hsl(210, 31%, 24%);
            color: var(--cd-color-1);
        }

            .cd-cart__details h3 a:hover {
                color: hsl(204, 73%, 52%);
                color: var(--cd-color-2);
            }

.cd-cart__price {
    width: 30%;
    text-align: right;
    font-size: 0.91666em;
    font-size: calc(var(--text-sm)*1.1);
    font-weight: bold;
}

.cd-cart__actions {
    display: -ms-flexbox;
    display: flex;
    font-size: 0.76388em;
    font-size: calc(var(--text-xs)*1.1);
}

.cd-cart__delete-item, .cd-cart__quantity {
    color: hsl(210, 31%, 28.8%);
    color: hsl(var(--cd-color-1-h), var(--cd-color-1-s), calc(var(--cd-color-1-l)*1.2));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-cart__delete-item {
    margin-right: 0.75em;
    margin-right: var(--space-sm);
}

    .cd-cart__delete-item:hover {
        color: hsl(7, 80%, 56%);
        color: var(--cd-color-5);
    }

.cd-cart__quantity {
    display: -ms-flexbox;
    display: flex;
}

    .cd-cart__quantity label {
        margin-right: 0.375em;
        margin-right: var(--space-xxs);
    }

.cd-cart__select {
    position: relative;
}

    .cd-cart__select select {
        position: relative;
        padding: 0 1.25em 0 0;
        padding: 0 var(--space-md) 0 0;
        cursor: pointer;
        color: currentColor;
    }

        .cd-cart__select select:focus {
            outline: none;
            color: hsl(210, 31%, 24%);
            color: var(--cd-color-1);
            box-shadow: 0 1px 0 currentColor;
        }

        .cd-cart__select select::-ms-expand {
            display: none;
        }

    .cd-cart__select .icon {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 12px;
        height: 12px;
        color: currentColor;
        pointer-events: none;
    }

@media (min-width: 64rem) {
    .cd-cart__select select {
        padding-right: 0.75em;
        padding-right: var(--space-sm);
    }
}

.cd-cart__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 0.25em 0.25em;
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: 0 -2px 20px rgba(0,0,0,0.15);
    background: hsl(0, 0%, 100%);
    background: var(--cd-color-3);
}

.cd-cart__checkout {
    display: block;
    height: 72px;
    line-height: 72px;
    margin-right: 72px;
    background: hsl(204, 73%, 52%);
    background: var(--cd-color-2);
    color: hsla(0, 0%, 100%, 0);
    color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 1.2em;
    font-size: var(--text-md);
    font-weight: 600;
    transition: all .2s 0s;
}

    .cd-cart__checkout:hover {
        background: hsl(204, 73%, 56.16%);
        background: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.08));
    }

    .cd-cart__checkout em {
        position: relative;
        display: inline-block;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
        transition: -webkit-transform 0s .2s;
        transition: transform 0s .2s;
        transition: transform 0s .2s, -webkit-transform 0s .2s;
    }

    .cd-cart__checkout .icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        opacity: 0;
        transition: opacity .2s;
        color: currentColor;
    }

.cd-cart--open .cd-cart__checkout {
    color: hsl(0, 0%, 100%);
    color: var(--cd-color-3);
    transition: color .2s .3s;
}

    .cd-cart--open .cd-cart__checkout em {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition: padding .2s 0s, -webkit-transform .2s .3s;
        transition: transform .2s .3s, padding .2s 0s;
        transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
    }

    .cd-cart--open .cd-cart__checkout:hover em {
        padding-right: 30px;
    }

    .cd-cart--open .cd-cart__checkout:hover .icon {
        opacity: 1;
    }

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 62px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 62px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 102px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 102px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 62px;
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 62px;
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 102px;
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 102px;
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

body {
    background-color: hsl(192, 15%, 94%);
    background-color: var(--cd-color-4);
}

.cd-main h1 {
    color: hsl(210, 31%, 24%);
    color: var(--cd-color-1);
}

.cd-add-to-cart, .cd-article-link {
    display: inline-block;
    padding: 0.75em 1.25em;
    padding: var(--space-sm) var(--space-md);
    border-radius: 50em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    font-size: 0.83333em;
    font-size: var(--text-sm);
    transition: all .2s;
}

.cd-add-to-cart {
    background: hsl(204, 73%, 52%);
    background: var(--cd-color-2);
    color: hsl(0, 0%, 100%);
    color: var(--cd-color-3);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .cd-add-to-cart:hover {
        background: hsl(204, 73%, 57.2%);
        background: hsl(var(--cd-color-2-h), var(--cd-color-2-s), calc(var(--cd-color-2-l)*1.1));
    }

    .cd-add-to-cart:active {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

.cd-article-link {
    color: hsl(210, 31%, 24%);
    color: var(--cd-color-1);
    background-color: hsl(192, 15%, 84.6%);
    background-color: hsl(var(--cd-color-4-h), var(--cd-color-4-s), calc(var(--cd-color-4-l)*0.9));
}

    .cd-article-link:hover {
        background-color: hsl(192, 15%, 89.3%);
        background-color: hsl(var(--cd-color-4-h), var(--cd-color-4-s), calc(var(--cd-color-4-l)*0.95));
    }*/

/*****************New Page - Plant Demand Form CSS End--------------------------------*/
