
.navbar_btm {
    position: sticky;
    bottom: 0; 
    background-color: white;
    text-align: center;
    width: 100%;
    margin: auto;
    display:none;
}

@keyframes ovic-running-1 {
    0% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes ovic-running-2 {
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.moveing-text-area .ovic-running {
    font-size: 16px;
    line-height: 1.5;
    color: var(--default-color);
    overflow: hidden;
    --running-space: 180px;
    --running-time: 30s;
    padding: 13px 0;
}

    .moveing-text-area .ovic-running .wrap {
        animation: ovic-running-1 var(--running-time) linear infinite;
    }

    .moveing-text-area .ovic-running .inner {
        display: inline-block;
        vertical-align: top;
        min-width: 100%;
        white-space: nowrap;
        animation: inherit;
        animation-name: ovic-running-2;
    }

        .moveing-text-area .ovic-running .inner:hover,
        .moveing-text-area .ovic-running .wrap:hover,
        .moveing-text-area .ovic-running .wrap:hover .inner {
            animation-play-state: paused;
        }

    .moveing-text-area .ovic-running .item {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        color: #ffffff;
        font-size: 16px;
    }

        .moveing-text-area .ovic-running .item:not(:last-child) {
            margin-inline-end: var(--running-space);
        }

.border-brand{
    border: #efefef 1px solid;
    border-radius: 5px;
}

.ourbrand-title{
    /* border-bottom: solid 3px #f37547; */
}

.dropdown {
    position: relative;
    display: inline-block;
    cursor:pointer;
}

.dropdown-content {
    display: none;
    top: 40px;
    right: 0px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropstyle {
    font-size: 11px;
}

.ourbrand-title-bottom{
    border-top: solid 3px #f37547;
    width:100px;
    margin-bottom: 30px;
}

/* .ourbrand-title::after {
    content: ' ';
    height: 4px;
    width: 10px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    border-radius: 0 0 10px 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f37547;
} */

.bg-primary-down-lg {
    background-color: white!important;
}

.mobile-logo{
    width: 130px;
    margin-bottom: 20px
}

.mobile-logo2{
   
    margin-bottom: 3px;
}

.brand-title-padding{
    
    margin-top:0px;
 }   

 .whatsapp-text{
    color: #006e32;
 }
 


@media only screen and (min-width: 768px) {
 .brand-title-padding{
    margin-top:30px;
    margin-bottom: 0px;
 }   

 .brand-section-padding{
    margin-top: 20px;
    margin-bottom: 0px;
 }

 .brand-section-padding2{
    margin-top: 0px;
    margin-bottom: 0px;
 }

 .hamburgers-button{
    display: none !important;
 }

 .product-item__title{
    font-size: 16px;
 }

 .prodcut-price>.font-size-18{
    font-size:15px;
 }

}

@media only screen and (max-width: 768px) {
    .navbar_btm {
        display:block;
    }
    
    .product-item__title{
        font-size: 14px;
     }
    
     .prodcut-price>.font-size-18{
        font-size:12px;
     }
}

@media (min-width: 1200px){
.min-width-270 {
    min-width: 0rem;
}


.pb-xl-4, .py-xl-4 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 0rem;
}

.brand-img{
    width:250px;
}

.chooseus-img{
    width:300px;
    margin: auto;
}

.brand-title{
    font-weight: bold !important;
}

.outlet-img{
    border-radius: 5px;
}

/* Landing Page */

/* Search Bar */

.header__search {
    width: 89%;
    margin-top:10px;
}

.header__search-box {
    width: 100%;
    position: relative;
}

    .header__search-box .search-input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        border: 2px solid #f37547;
        outline: none;
        padding: 0 15px;
        padding-left: 10px;
        padding-right: 60px;
    }

    .header__search-box .searchbutton {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        height: 40px;
        color: #222;
        display: block;
        line-height: 40px;
        padding: 0;
        font-size: 20px;
        font-weight: 400;
        background: #f37547;
        border-radius: 0 4px 4px 0;
        text-transform: capitalize;
    }

.fa fa-search {
    font-weight: 400;
}
/* Search Bar END*/

/* All Category */
.landing-all-cat {
    width: 80%;
    padding: 30px;
    overflow: scroll;
    height: auto;
    margin:auto;
    overflow-x:hidden;
}


.menu .landing-all-cat .main-btn .dropdown {
    display: none;
}

.fa fa-angle-right {
    width: 10px;
}

main-menu {
    display: block;
}

.main-btn {
    width: 100%;
    display: block;
    pointer-events: none;
}

.side-bar {
    background-color: rgba(255, 255, 255, 0.1);
    width: 250px;
    height: 300px;
}

.menu {
    width: 100%;
    margin-top: 10px;
    line-height: 2;
    position: sticky;
    top: 70px;
}

.landing-all-cat .main-btn .dropdown {
    display: contents;
    position: absolute;
    top: 14px;
    right: 15%;
    transition: 0.3s ease;
    color: orangered;
}

.item-main-menu {
    position: relative;
    cursor: pointer;
    color: black;
    background-color: white;
    font-size: 13px;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 7px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

    .item-main-menu a {
        color: black;
        background-color: white;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }


    .item-main-menu .dropdown {
        position: absolute;
        top: 14px;
        right: 7%;
        transition: 0.3s ease;
        color: orangered;
    }

.item-sub-menu {
    display: none;
}

    .item-sub-menu.active {
        display: block;
    }

    .item-sub-menu a {
        font-weight: lighter;
        padding-left: 20px;
    }

.sub-btn .rotate-90 {
    transform: rotate(90deg);
}

@media only screen and (max-width: 992px) {

    .landing-all-cat {
        width: 100%;
        text-align: center;
        padding: 10px;
        overflow-x: hidden;
    }

    .col-sm-12{
        padding:0;
    }

    .header__search {
        width: 100%;
        margin-top: 10px;
    }

    .menu .landing-all-cat .main-btn .dropdown {
        display: block;
        top: 20px;
        right: 13%;
    }
}

    /* All Category END*/

    /* Ribbon Product Sold Out */
    .ribbon {
        width: 140px;
        height: 150px;
        overflow: hidden;
        position: absolute;
        background: transparent;
    }

    .ribbon-top-right {
        top: 0px;
        right: 2px;
    }

        .ribbon-top-right span {
            left: -5px;
            top: 25px;
            transform: rotate(45deg);
        }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 5px 0;
        background-color: #ea0929;
        box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
        text-transform: uppercase;
        text-align: center;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::before, .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon::before, .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right::before, .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon::before, .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
    }

    .indicator {
        position: absolute;
        margin: 0px;
        min-width: 10px;
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
        background-color: #ff006c;
        border-radius: 30px;
    }
    /* Ribbon Product Sold Out */

    /* Landing Page END*/

    /* Term and Condition */
    /* Privacy Policy */
    /* Refund Policy */
    /* Delivery Policy */

    .policies_box {
        margin: 10px auto;
        color: black;
    }

    .col-inner {
        padding: 30px;
    }

    .p4title {
        font-weight: bold;
        font-size: 16px;
    }

    .p4 {
        font-size: 15px;
    }

    /* 4 Pages END*/

    /* Outlet Info */
    .carousel-indicators li {
        width: 200px;
        height: 100%;
        opacity: 1;
    }

    .main {
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .waze_googlemap_btn {
        float: right;
        margin: 10px;
        padding-top: 3px;
        max-width: 100px;
        width: 100%;
    }


    @media only screen and (max-width: 920px) {
        .main {
            margin-top: 0px;
            margin-bottom: 50px;
        }

        .outlet_info {
            padding-left: 45px;
        }
    }
    /* Outlet Info END */

    /* Add To Cart */
    .prod_desc {
        padding: 3px 0 0 15px;
    }

    .cd-breadcrumb, .cd-multi-steps {
        width: 90%;
        max-width: 768px;
        padding: 0.5em 1em;
        margin: 1em auto;
        background-color: #edeff0;
        border-radius: .25em;
    }

        .cd-breadcrumb:after, .cd-multi-steps:after {
            content: "";
            display: table;
            clear: both;
        }

        .cd-breadcrumb li, .cd-multi-steps li {
            display: inline-block;
            float: left;
            margin: 0.5em 0;
        }

            .cd-breadcrumb li::after, .cd-multi-steps li::after {
                /* this is the separator between items */
                display: inline-block;
                content: '\00bb';
                margin: 0 .6em;
                color: #959fa5;
            }

            .cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
                /* hide separator after the last item */
                display: none;
            }

            .cd-breadcrumb li > *, .cd-multi-steps li > * {
                /* single step */
                display: inline-block;
                font-size: 1.3rem;
                color: #2c3f4c;
            }

            .cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
                /* selected step */
                color: orangered;
            }

    .no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
        /* steps already visited */
        color: orangered;
    }

    .cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
        /* replace the default arrow separator with a custom icon */
        content: '';
        height: 16px;
        width: 16px;
        background: url(../img/cd-custom-separator.svg) no-repeat center center;
        vertical-align: middle;
    }

    .cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
        /* add a custom icon before each item */
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        margin-right: .4em;
        margin-top: -2px;
        background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
        vertical-align: middle;
    }

    .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
        /* change custom icon using image sprites */
        background-position: -20px 0;
    }

    .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
        background-position: -40px 0;
    }

    .cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
        background-position: -60px 0;
    }

    .cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
        /* change custom icon for the current item */
        background-position: 0 -20px;
    }

    .cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
        background-position: -20px -20px;
    }

    .cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
        background-position: -40px -20px;
    }

    .cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
        background-position: -60px -20px;
    }

@media only screen and (max-width: 768px) {
    .prod_desc {
        padding: 3px 0 0 0 !important;
        line-height: 12px !important;
    }
}

    @media only screen and (min-width: 768px) {
        .cd-breadcrumb, .cd-multi-steps {
            padding: 0 1.2em;
        }

            .cd-breadcrumb li, .cd-multi-steps li {
                margin: 1.2em 0;
            }

                .cd-breadcrumb li::after, .cd-multi-steps li::after {
                    margin: 0 1em;
                }

                .cd-breadcrumb li > *, .cd-multi-steps li > * {
                    font-size: 1.6rem;
                }
    }

    /* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
    @media only screen and (min-width: 768px) {

        .cd-breadcrumb.triangle {
            /* reset basic style */
            background-color: transparent;
            padding: 0;
        }

            .cd-breadcrumb.triangle li {
                position: relative;
                padding: 0;
                margin: 4px 4px 4px 0;
            }

                .cd-breadcrumb.triangle li:last-of-type {
                    margin-right: 0;
                }

                .cd-breadcrumb.triangle li > * {
                    position: relative;
                    padding: 1em .8em 1em 2.5em;
                    color: #2c3f4c;
                    background-color: #edeff0;
                    /* the border color is used to style its ::after pseudo-element */
                    border-color: #edeff0;
                }

                .cd-breadcrumb.triangle li.current > * {
                    /* selected step */
                    color: #ffffff;
                    background-color: orangered;
                    border-color: orangered;
                }

                .cd-breadcrumb.triangle li:first-of-type > * {
                    padding-left: 1.6em;
                    border-radius: .25em 0 0 .25em;
                }

                .cd-breadcrumb.triangle li:last-of-type > * {
                    padding-right: 1.6em;
                    border-radius: 0 .25em .25em 0;
                }

        .no-touch .cd-breadcrumb.triangle a:hover {
            /* steps already visited */
            color: #ffffff;
            background-color: #2c3f4c;
            border-color: #2c3f4c;
        }

        .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
            /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
            content: '';
            position: absolute;
            top: 0;
            left: 100%;
            content: '';
            height: 0;
            width: 0;
            /* 48px is the height of the <a> element */
            border: 24px solid transparent;
            border-right-width: 0;
            border-left-width: 20px;
        }

        .cd-breadcrumb.triangle li::after {
            /* this is the white separator between two items */
            z-index: 1;
            -webkit-transform: translateX(4px);
            -moz-transform: translateX(4px);
            -ms-transform: translateX(4px);
            -o-transform: translateX(4px);
            transform: translateX(4px);
            border-left-color: #ffffff;
            /* reset style */
            margin: 0;
        }

        .cd-breadcrumb.triangle li > *::after {
            /* this is the colored triangle after each element */
            z-index: 2;
            border-left-color: inherit;
        }

        .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
            /* hide the triangle after the last step */
            display: none;
        }

        .cd-breadcrumb.triangle.custom-separator li::after {
            /* reset style */
            background-image: none;
        }

        .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
            /* 50px is the height of the <a> element */
            border-top-width: 25px;
            border-bottom-width: 25px;
        }

        @-moz-document url-prefix() {
            .cd-breadcrumb.triangle li::after,
            .cd-breadcrumb.triangle li > *::after {
                /* fix a bug on Firefix - tooth edge on css triangle */
                border-left-style: dashed;
            }
        }
    }
    /* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */
    @media only screen and (min-width: 768px) {
        .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
            /* change custom icon using image sprites - hover effect or current item */
            background-position: 0 -40px;
        }

        .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
            background-position: -20px -40px;
        }

        .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
            background-position: -40px -40px;
        }

        .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
            background-position: -60px -40px;
        }
    }
    /* -------------------------------- 

Multi steps indicator 

-------------------------------- */
    @media only screen and (min-width: 768px) {
        .cd-multi-steps {
            /* reset style */
            background-color: transparent;
            padding: 0;
            text-align: center;
        }

            .cd-multi-steps li {
                position: relative;
                float: none;
                margin: 0.4em 40px 0.4em 0;
            }

                .cd-multi-steps li:last-of-type {
                    margin-right: 0;
                }

                .cd-multi-steps li::after {
                    /* this is the line connecting 2 adjacent items */
                    position: absolute;
                    content: '';
                    height: 4px;
                    background: #edeff0;
                    /* reset style */
                    margin: 0;
                }

                .cd-multi-steps li.visited::after {
                    background-color: orangered;
                }

                .cd-multi-steps li > *, .cd-multi-steps li.current > * {
                    position: relative;
                    color: #2c3f4c;
                }

            .cd-multi-steps.custom-separator li::after {
                /* reset style */
                height: 4px;
                background: #edeff0;
            }

            .cd-multi-steps.text-center li::after {
                width: 100%;
                top: 50%;
                left: 100%;
                -webkit-transform: translateY(-50%) translateX(-1px);
                -moz-transform: translateY(-50%) translateX(-1px);
                -ms-transform: translateY(-50%) translateX(-1px);
                -o-transform: translateY(-50%) translateX(-1px);
                transform: translateY(-50%) translateX(-1px);
            }

            .cd-multi-steps.text-center li > * {
                z-index: 1;
                padding: .6em 1em;
                border-radius: .25em;
                background-color: #edeff0;
            }

        .no-touch .cd-multi-steps.text-center a:hover {
            background-color: #2c3f4c;
        }

        .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
            color: #ffffff;
            background-color: orangered;
        }

        .cd-multi-steps.text-center.custom-icons li.visited a::before {
            /* change the custom icon for the visited item - check icon */
            background-position: 0 -60px;
        }

        .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
            width: 80px;
            text-align: center;
        }

            .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
                /* this is the line connecting 2 adjacent items */
                position: absolute;
                left: 50%;
                /* 40px is the <li> right margin value */
                width: calc(100% + 40px);
            }

            .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
                /* this is the spot indicator */
                content: '';
                position: absolute;
                z-index: 1;
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                height: 12px;
                width: 12px;
                border-radius: 50%;
                background-color: #edeff0;
            }

            .cd-multi-steps.text-top li.visited > *::before,
            .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
            .cd-multi-steps.text-bottom li.current > *::before {
                background-color: orangered;
            }

        .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
            color: orangered;
        }

            .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
                box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
            }

        .cd-multi-steps.text-top li::after {
            /* this is the line connecting 2 adjacent items */
            bottom: 4px;
        }

        .cd-multi-steps.text-top li > * {
            padding-bottom: 20px;
        }

            .cd-multi-steps.text-top li > *::before {
                /* this is the spot indicator */
                bottom: 0;
            }

        .cd-multi-steps.text-bottom li::after {
            /* this is the line connecting 2 adjacent items */
            top: 3px;
        }

        .cd-multi-steps.text-bottom li > * {
            padding-top: 20px;
        }

            .cd-multi-steps.text-bottom li > *::before {
                /* this is the spot indicator */
                top: 0;
            }
    }
    /* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
    .cd-multi-steps.count li {
        counter-increment: steps;
    }

        .cd-multi-steps.count li > *::before {
            content: counter(steps) " - ";
        }

    @media only screen and (min-width: 768px) {
        .cd-multi-steps.text-top.count li > *::before,
        .cd-multi-steps.text-bottom.count li > *::before {
            /* this is the spot indicator */
            content: counter(steps);
            height: 26px;
            width: 26px;
            line-height: 26px;
            font-size: 1.4rem;
            color: #ffffff;
        }

        .cd-multi-steps.text-top.count li:not(.current) em::before,
        .cd-multi-steps.text-bottom.count li:not(.current) em::before {
            /* steps not visited yet - counter color */
            color: #2c3f4c;
        }

        .cd-multi-steps.text-top.count li::after {
            bottom: 11px;
        }

        .cd-multi-steps.text-top.count li > * {
            padding-bottom: 34px;
        }

        .cd-multi-steps.text-bottom.count li::after {
            top: 11px;
        }

        .cd-multi-steps.text-bottom.count li > * {
            padding-top: 34px;
        }
    }

    *, *::after, *::before {
        box-sizing: border-box;
    }

    .AddtoCartSec {
        /* used just to separate different styles */
        border-bottom: 1px solid #e6e6e6;
    }

    section h2 {
        width: 90%;
        margin: 0 auto 2em;
        color: #2c3f4c;
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
    }

    @media only screen and (min-width: 1170px) {

        section h2 {
            margin: 0 auto 3em;
        }
    }

    /* Add To Cart END */

