/*
::Table Of Content
    1.) Global decleration
    2.) Global TypoGraphy
    3.) header css
    .) footer css


----------------------------------------------------*/


/*
1.) Global decleration
-------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

a {
    color: currentColor;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

a:hover {
    color: currentColor !important;
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*html {*/
/*    font-size: 62.5%;*/
/*}*/

:root {
    --bodybgColor: #f5f5f5;
    --mainColor: #000;
    --grayColor: #d9d9d9;
    --footertextColor: #8b8b8b;
    --greentextColor: #00cc23;
    --btntextColor: #323232;
    --btnyellowColor: #faea02;
    --yellowtextColor: #f1f127;
    --fontplayfair: 'Playfair Display', serif;
    --fontpoppins: 'Poppins', sans-serif;
    --fontrubik: 'Rubik', sans-serif;
}

ul {
    margin-bottom: 0;
}

body {
    background: var(--bodybgColor);
    font-family: var(--fontpoppins);
    color: var(--mainColor);
    font-weight: 700;
    line-height: 1.34;
}

.z_index{
    position: relative;
    z-index: -1;
}

.back_btn span{
    padding-left: 20px !important;
}


/*
2.) Global TypoGraphy
-------------------------------------*/

h1 {
    font-size: 2.6rem;
    font-family: var(--fontpoppins);
    font-weight: 700;
    /*color: #fff;*/
    margin-bottom: 2rem;
}

h1 span {
    display: block;
    color: var(--yellowtextColor);
}

h2 {
    font-size: 2.3rem;
    font-family: var(--fontpoppins);
    font-weight: 700;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
}

h4 {
    font-size: 1.8rem;
}

.margin_bottom {
    margin-bottom: 3rem;
}


/* 
3.) header css
-------------------------------- */
#header{
    /* background: linear-gradient(to right, #00cc23 0%, #f1f127 100%);*/
        background: linear-gradient(to right, #00cc23 0%, #f8f9fa 70%, #fff 100%);

    width: 100%;
    height: 68px;
    /*border-radius: 80% / 40%;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 2;
    color: #fff;

}

/*.logo {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background: #fff;*/
/*    margin:-1px 0px 0px 0px;*/
/*    padding: 1px;*/
/*    border-radius: 100%;*/
/*    display: block;*/
/*    float:right;*/
/*}*/

.logo {
    width: 50px;
    height: 50px;
    background: #fff;
    margin: 0;
    padding: 1px;
    border-radius: 100%;
    display: block;
    float: right;
}

.logo img {
    width: 36.5px;
    height: 34.4px;
    margin-left: 6px;
    margin-top: 6.5px;
}

/*.logo img {*/
/*   width: 36.5px;*/
/*    height:34.5px;*/
/*    margin-left: 0px;*/
/*    margin-top: 0px;*/
/*}*/
/*#header {*/
/*    background: linear-gradient(to right, #00cc23 0%, #f1f127 100%);*/
/*    width: 100%;*/
/*    height: 12rem;*/
/*    border-radius: 80% / 40%;*/
/*    border-top-left-radius: 0;*/
/*    border-top-right-radius: 0;*/
/*    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);*/
/*    position: fixed;*/
/*    z-index: 2;*/
/*    color: #fff;*/
/*}*/

.header_wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

/*.logo {*/
/*    width: 8.5rem;*/
/*    height: 8.5rem;*/
/*    background: #fff;*/
/*    margin: 0 0;*/
/*    padding: 1.2rem;*/
/*    border-radius: 100%;*/
/*    display: block;*/
/*}*/

/*.logo img {*/
/*    width: 100%;*/
/*}*/


/* 
main css
-------------------------- */

main {
    padding-top: 13rem;
    padding-bottom: 10rem;
}

.customer_dashboard {
    text-align: center;
}

.dashboard_heading {
    /* display: inline-block; */
    background: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1rem 5rem;
    /* border-radius: 30px; */
    color: var(--greentextColor);
    box-shadow: 2px 3px 4px rgb(0 0 0 / 50%);
    /* position: absolute; */
    /* z-index: 4; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: 75%;
    /* bottom: -15px; */
    text-align: center;
    margin-top: 15px;
    line-height: 60px;
}

a.dashboard_heading:hover{
    color: var(--greentextColor) !important;
}

.box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
    padding: 5rem 1rem;
}

.box-img {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-bottom: 3rem;
}


/* 
banner css
--------------------------- */

.full_banner .item {
    position: relative;
}

.banner_content {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.banner_btn {
    font-family: var(--fontrubik);
    font-weight: 700;
    color: var(--mainColor);
    background-color: var(--btnyellowColor);
    border-radius: 30px;
    padding: 1rem 3rem;
    font-size: 1.6rem;
    display:none;
}

.graph img {
    width: 100%;
}


/* 
brands css
-------------------- */

.logo_box {
    background: #fff;
    margin: 0 0;
    padding: 0rem 1.2rem;
    border-radius: 5px;
}


/* 
strength_list
----------------------------------- */

.strength_list_box {
    position: relative;
}

.strength_list_text {
    background: #fff;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    position: absolute;
    padding: 1rem;
    top: 50%;
    left: -9%;
    transform: translateY(-50%);
}

.strength .owl-carousel .owl-stage {
    margin-left: 2rem !important;
}


/* 
cool_easy
----------------------- */

.cool_easy {
    position: relative;
}

.cool_easy img {
    width: 100%;
}

.viseo_text {
    text-align: center;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.viseo_text h2 span {
    display: block;
    font-weight: 700;
    font-family: var(--fontplayfair);
    font-style: italic;
}

.video_btn {
    width: 5rem;
    height: 5rem;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}

.video_on {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #007bff;
    border-bottom: 5px solid transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* 
order css
----------------------------- */

.order_box {
    position: relative;
    max-height: 178px;
}

.order_text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}

.order_btn {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--greentextColor);
    border: 1px solid var(--greentextColor);
    background: #fff;
    border-radius: 30px;
    padding: 1rem 4rem;
}


/* 
work css
----------------------------- */

.work_box {
    background: #fff;
    border-radius: 10px;
    padding: 4rem 1rem 1.5rem;
    position: relative;
}

.work_box small {
    font-size: 3.6rem;
    font-weight: 700;
    color: var(--grayColor);
    position: absolute;
    top: 5%;
    right: 5%;
}

.work_box span {
    display: inline-block;
    width: 25%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.work_box h3 {
    margin-bottom: 0;
}


/*
.)footer page
---------------------------------*/

footer .bottom_footer {
    display: flex;
    align-items: center;
}

footer .bottom_footer .ftrBx {
    flex: 1;
    text-align: center;
}

footer .bottom_footer .ftrBx h6 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #8b8b8b;
}

footer .bottom_footer .ftrBx .imgIcon {
    width: 3.5rem;
    margin: .5rem auto;
}

footer {
    /*padding: .7rem 0;*/
    padding-top: 5px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: -1px 0 26px 4px rgb(204 201 201 / 30%);
    z-index: 999;
}

img.fill {
    display: none;
}

.ftrBx.active img.fill {
    display: block;
}

.ftrBx.active img.un {
    display: none;
}

footer .bottom_footer .ftrBx.active h6 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #05a754;
}

@media screen and (max-width:600px) {
    html {
        font-size: 35%;
    }
}.its_new_float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#28a745;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.its_new_my-float{
	line-height: 60px;
    font-size: 30px;
}
/*.its_qty_container{
border-bottom: 1px solid var(--base-color);
}*/
.its_qty_number{
border: none !important;
width: calc(100% - 80px) !important;
	text-align:center;
	    background: transparent !important;
}
.its_qty_btn{
	width:40px;
	height:30px;
	line-height:30px;
	float:left;
	border:none;
	text-align:center;
}
#search_drop > .row:nth-child(odd){
    margin: 0px 0px 10px 0px !important;
    padding-bottom: 10px;
    background: #f5f5f5;
    font-size: 18px;
}
#search_drop > .row:nth-child(even){
    margin: 0px 0px 10px 0px !important;
    padding-bottom: 10px;
    font-size: 18px;
}
.dash_banner{
padding:10px 0px;
}
.button_updated{
padding:10px 0px;
}

.button_updated .box{
margin:10px 7px;
}
.box-icon{
font-size:20px;
	color:var(--greentextColor);
}
