@font-face {
    font-family: 'WorkSans-Bold';
    src: url('../fonts/worksans/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/worksans/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'WorkSans-Regular';
    src: url('../fonts/worksans/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/worksans/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'WorkSans-ExtraBold';
    src: url('../fonts/worksans/WorkSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/worksans/WorkSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/worksans/WorkSans-Medium.woff2') format('woff2'),
        url('../fonts/worksans/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/worksans/WorkSans-SemiBold.woff2') format('woff2'),
        url('../fonts/worksans/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 26, 2020 */
@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/Roboto/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('../fonts/Roboto/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/Roboto/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/Roboto/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'robotoregular';
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
a:focus, a:hover {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}
button:focus-visible, button:focus{
    outline: none;
}
:focus-visible {
    outline: none;
}
a:focus, a:hover{
    color: #000;
}
.transition_none{
    transition: none !important;
}
.robotobold{
    font-family: 'robotobold';
}
.robotomedium{
    font-family: 'robotomedium';
}
.robotoregular{
    font-family: 'robotoregular';
}
.worksansmedium{
    font-family: 'WorkSans-Medium';
}
.font_11{
    font-size: 11px;
}
.font_12{
    font-size: 12px;
}
.font_13{
    font-size: 13px;
}
.font_14{
    font-size: 14px;
}
.font_15{
    font-size: 15px;
}
.font_16{
    font-size: 16px;
}
.font_17{
    font-size: 17px;
}
.font_18{
    font-size: 18px;
}
.font_19{
    font-size: 19px;
}
.font_20{
    font-size: 20px;
}
.font_21{
    font-size: 21px;
}
.font_22{
    font-size: 22px;
}
.font_23{
    font-size: 23px;
}
.font_26{
    font-size: 26px;
}
.font_30{
    font-size: 30px;
}
.font_33{
    font-size: 33px;
}
.font_35{
    font-size: 35px;
}
.font_40{
    font-size: 40px;
}
.mb4{
    margin-bottom: 4px;
}
.mb5{
    margin-bottom: 5px;
}
.mb12{
    margin-bottom: 12px;
}
.mb10{
    margin-bottom: 10px;
}
.ml10{
    margin-left: 10px;
}
.mb0{
    margin-bottom: 0;
}
.mt0{
    margin-top: 0!important;
}
.mb15{
    margin-bottom: 15px;
}
.lineheight15{
    line-height: 15px;
}
.lineheight20{
    line-height: 20px;
}
.lineheight16{
    line-height: 16px;
}
.lineheight22{
    line-height: 22px;
}
.black{
    color: #000;
}
.green{
    color: #029f02;
}
.gray{
    color: #7b7b7b;
}
.red, .red:focus{
    color: #ff181f;
}
.gray2{
    color: #5f5f5f;
}
.graylight{
    color: #a09da4;
}
.blue{
    color: #0F78BF;
}
.blue2{
    color: #3f3b47;
}
.white{
    color: #fff;
}
.yellow{
    color: #feed01;
}
.relative{
    position: relative;
}
.inline_block{
    display: inline-block;
}
.btmpadd{
    padding-bottom: 0px;
}
.btmpadd_5{
    padding-bottom: 5px;
}
.btmpaddbtn {
    padding-bottom: 65px;
}
.vcenter{
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 -2px;
}
.load_wrapper {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-image: url("../images/1_Splash_bg.jpg");
    background-size: cover;
}
.centerDiv{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66%;
}
.homebg {
    height: 100vh;
}
.homebg img{
    height: 100%;
    width: 100%;
}

/* Web Part Css Start*/
.cestemplate .web_header_center .login_btn_header{
    color: #fff;
    background: #4FB852;
    padding: 10px 12px;
    border-radius: 25px;
}

.cestemplate .web_header_center .login_btn_header.login{
    padding: 12px 35px;
    border-radius: 8px;
}

.footer_border{
    border-bottom: 1px solid #38393D;
    padding-bottom: 60px;
}

.cestemplate .web_header_main {
    background-color: #fff;
    box-shadow: 0px 0px 20px 5px #f4f4f4;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.cestemplate .web_header_center ul{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.cestemplate .web_header_center ul li {
    display: inline-block;
    padding: 0 25px;
}
.cestemplate .web_header_center ul li:last-child {
    padding-right: 0;
}
.cestemplate .web_header_center ul li a{
    font-family: 'robotoregular';
    color: #000;
    font-size: 16px;
    padding: 25px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.cestemplate .web_header_center ul li a:hover{
    border-bottom: 2px solid #000;
}
.cestemplate .web_header_center ul li:last-child a:hover{
    border-bottom: 2px solid transparent;
}
.cestemplate .web_header_left{
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;
    height: 100%;
    transform: translateY(-50%);
}
.cestemplate .web_header_left>img,.cestemplate .web_header_left a img{
    width: 100%;
    height: 100%;
}
.cestemplate .web_header_left>a>img{
    object-fit: contain;
}

.cestemplate .web_header_right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.cestemplate .web_header_right ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.cestemplate .web_header_right ul li {
    display: inline-block;
    padding: 0 0 0 15px;
}
.cestemplate .web_header_right ul li a{
    display: inline-block;
    padding: 20px 0 20px 0;
}
.cestemplate .web_header_right ul li a img{
    width: 20px;
}
.cestemplate .product_list_wraper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 1px 30px;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 0px 3px 0px #cacaca78;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(20px);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.1s;
    -moz-transition: all ease-in-out 0.1s;
    -ms-transition: all ease-in-out 0.1s;
    -o-transition: all ease-in-out 0.1s;
}
.cestemplate .product_list_wraper a {
    padding: 8px 0!important;
    /*width: 100%;*/
}
.cestemplate .web_header_center ul li:hover .product_list_wraper {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    padding: 20px 0;
}
.cestemplate .offers_strip{
    background: #413c49;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}
.ceswrapper .home_page_banner_section .swiper-pagination-bullet {
    background: #0000006b;
    opacity: 1;
    height: 6px;
    width: 38px;
    border-radius: 12px;
}
.ceswrapper .home_page_banner_section .swiper-pagination-bullet-active {    
    opacity: 1;
    background: #f21200;
    width: 38px;
    border-radius: 12px;
}
.ceswrapper .home_page_banner_section .sliderimg2 img{
    border-radius: 0;
}
.ceswrapper .home_page_banner_section .slidertextbas {
    left: 14%;
}
.ceswrapper .web_footer{
    padding: 80px 0 0px 0;
    background: #1C1C24;
}
.ceswrapper .web_footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ceswrapper .web_footer .col-sm-3 p, .ceswrapper .web_footer .col-sm-6 p{
    padding-bottom: 15px;
}
.ceswrapper .web_footer ul p{
    padding-top: 15px;
}
.ceswrapper .web_footer ul p, .ceswrapper .web_footer ul a {
    font-size: 16px;
    color: #8A8F97;
}
.ceswrapper .web_footer ul a {
    padding: 15px 0 2px 0;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.ceswrapper .web_footer .hover_disable a{
    border-bottom: none;
    padding: 0;
}
.ceswrapper .web_footer .hover_disable a:hover{
    border-bottom: none;
}
.ceswrapper .web_footer ul a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.ceswrapper .web_footer .footer_title{
    /*border-bottom: 1px solid #3d3c3a;*/
    padding-bottom: 15px;
}
.ceswrapper .web_footer .newsletter_footer input{    
    padding: 10px 20px;
    margin-top: 10px;
    width: 100%;
    border: 1px solid #413c49;
}
.ceswrapper .web_footer .newsletter_footer button{    
    position: absolute;
    top: 10px;
    right: 0;
    padding: 10px 50px;
    background: #413c49;
    color: #fff;
    border: 1px solid #413c49;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.ceswrapper .web_footer .newsletter_footer button:hover{
    background: #ffee02;
    color: #ff2b00;
}

.ceswrapper .footer_copyrights {
    background: #1C1C24;
    color: #8A8F97;
    padding: 40px 0;
}

.ceswrapper .footer_logo{
    width: 150px;
    display: inline-block;
}

.ceswrapper .best_seller{
    width: 100% !important;
    padding: 0 !important;
}

.ceswrapper .width_100{
    display: flex;
    align-items: center;
}

.ceswrapper .v_center{
    display: flex;
    align-items: center;
}
.ceswrapper .dashboardwrapper .title_center_dashboard_width_100{
    text-align: center;
    padding: 0px 0 10px 0;
    width: 100%;
}
.ceswrapper .dashboardwrapper .banner_title_padd{
    padding: 7px 0px;
}
.ceswrapper .dashboardwrapper .view_all_pro {
    border: 1px solid #f21100;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    color: #000;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.ceswrapper .dashboardwrapper .view_all_pro:hover {
    border: 1px solid #f21100;
    background: #f21100;
    color: #fff;
}
.ceswrapper .dashboardwrapper .trending_bg {
    background-image: linear-gradient(#7E1768, #5C114A);
}
.ceswrapper .web_trendingcategories .sliderimg img {
    border-radius: 0;
    box-shadow: none;
}
.ceswrapper .web_trendingcategories .slider_wrapper {
    padding: 0;
    border-radius: 0;
}
.ceswrapper .web_trendingcategories .swiper-slide {
    background: transparent;
}
.ceswrapper .sliderimg3 {
    width: 60%;
    margin: 0 auto 15px auto;
}
.ceswrapper .slider_wrapper3 {
    width: 100%;
}
.ceswrapper .plusicon.web_plusicon {
    text-align: center;
    height: auto; 
    width: auto; 
    line-height: initial; 
    border-radius: 8px;
    margin-top: 18px;
    outline: none;
    border: 1px solid #f21100;
    color: #f21100;
    padding: 6px 12px;
    background: transparent;
}
.ceswrapper .plusicon.web_plusicon:hover {
    background: #f21100;
    color: #fff;
}
.ceswrapper .transition {
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.ceswrapper .web_mouthfreshner .slider_wrapper4 {
    padding: 0;
}
.ceswrapper .web_mouthfreshner .brandswiper {
    margin: 0;
}
.ceswrapper .web_mouthfreshner.mouthfreshner {
    background-color: #f9f9f9;
}
.ceswrapper .tab_content_wraper{
    display: flex !important;
    flex-flow: row wrap;
    padding: 0 10px;
    margin-right: -20px;
    margin-left: -20px;
}
.ceswrapper .prolist_tab_content_grid{
    width: calc(100% / 4);
    float: left;
    padding: 0px 10px 0px 10px;
}
.ceswrapper .categoey_filter_left_side{
    width: 20%;
    float: left;
    margin-top: 20px;
    padding-right: 25px;
}
.ceswrapper .product_sec_right_side{
    width: 80%;
    float: left;
}
.ceswrapper .categoey_filter_left_side ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ceswrapper .categoey_filter_left_side ul li a{
    padding: 14px 14px 14px 40px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    color: #000;
}
.ceswrapper .categoey_filter_left_side ul li.active a, .ceswrapper .categoey_filter_left_side ul li a:hover{
    color: #f21100;
}
.ceswrapper .categoey_filter_left_side ul li:last-child a{
    border-bottom: 0px solid #e0e0e0;
}
.ceswrapper .categories_filter_wrap{
    border: 1px solid #e0e0e0;
    border-radius: 12px;
}
.ceswrapper .categories_filter_wrap h2{
    padding: 14px 14px 14px 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;  
}
.ceswrapper .categories_filter_wrap ul li a:after{
    content: '';
    background-image: url(../images/rightarw.png);
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 16px;
}
.ceswrapper .cat_m_top_20{
    margin-top: 20px;
}
.ceswrapper .cat_m_bottom_20{
    margin-bottom: 20px;
}
.ceswrapper .availibility_wrap{
    padding: 20px 14px;
    border-bottom: 1px solid #e0e0e0;
}
.ceswrapper .availibility_wrap .selectbox, .ceswrapper .availibility_wrap .selectbox label{
    margin-bottom: 0;
}
.ceswrapper .border_0{
    border: 0;
}
.ceswrapper .category_banner {
    margin: 20px 0 10px 0;
    border-radius: 12px;
    overflow: hidden;
}
.ceswrapper #carousel img {
    display: block;
    opacity: .5;
    cursor: pointer;
}
.ceswrapper #carousel li {
    float: none!important;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    padding: 15px;
}
.ceswrapper #carousel .flex-active-slide img {
    opacity: 1;
    cursor: default;
}
.ceswrapper .slider_thumb{
    width: 105px;
    float: left;
    height: 50vh;
    overflow: hidden;
}
.ceswrapper .slider_main{
    width: calc(100% - 105px);
    float: left;
}
.ceswrapper.web_ceswrapper .wrappadd{
    border-bottom: 0px solid #DEDEDE;
}
.ceswrapper.web_ceswrapper .wrappadd .border_div{
    border-bottom: 1px solid #DEDEDE;
}
.ceswrapper .likesharebtns_details .pdtopbtn img{
    width: 15px;
}
.ceswrapper .likesharebtns.likesharebtns_details .pdtopbtn{
    margin-top: 0;
}
.ceswrapper .likesharebtns.likesharebtns_details{
    width: auto;
}
.ceswrapper .breadcrumb{
    padding: 18px 0;
    background: #fff;
    width: 100%;
}
.ceswrapper .breadcrumb a:hover{
    color: #F21100;
}
.ceswrapper .pdtitle.web_pdtitle{
    margin-bottom: 0;
}
.ceswrapper .web_pdtitle p{
    line-height: 1.2;
    padding-bottom: 10px;
}
.ceswrapper .mb5{
    margin-bottom: 5px;
}
.ceswrapper .stikeOut{
    text-decoration: line-through;
}
.ceswrapper .pricedetail.web_pricedetail {
    margin-top: 0px;
}
.ceswrapper .pricedetail.web_pricedetail .web_plusicon{
    margin-bottom: 40px;
}
.ceswrapper .web_deliveryblock .locinput, .ceswrapper .couponcode {
    border-radius: 0;
    padding: 6px 35px;
    background-color: transparent;
    height: 40px;
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #E8E8E8;
    margin-top: 10px;
}
.ceswrapper .slider_main .flexslider{
    box-shadow: none;
}
.ceswrapper .wrappadd.border_div_complet{
    border-bottom: 2px solid #e1e1e1;
}
.ceswrapper .cart_list_section {
    width: 70%;
    float: left;
    padding-right: 10px;
}
.ceswrapper .cart_summary_section {
    width: 30%;
    float: left;
    padding-left: 10px;
}
.ceswrapper .checkout_list_section {
    width: 70%;
    float: left;
    padding-right: 10px;
}
.ceswrapper .checkout_summary_section {
    width: 30%;
    float: left;
    padding-left: 10px;
}
.ceswrapper .cart_block_wrapper:first-child {
    border-top: 1px solid #eeeeee;
}
.ceswrapper .cart_block_wrapper {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 15px;
}
.ceswrapper .btmborder{
    border-bottom: 1px solid #eeeeee;
}
.ceswrapper .cart_count_web{
    position: absolute;
    top: 16px;
    left: 13px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: #f21200;
    color: #fff;
    font-size: 11px;
    border-radius: 15px;
}

.ceswrapper .cart_page_header {
    background-color: #fff;
    border-radius: 12px;
    padding: 0 40px 20px 40px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    /* margin-bottom: 20px; */
}
.ceswrapper .cart_table>tbody>tr>td, .ceswrapper .cart_table>tbody>tr>th, .ceswrapper .cart_table>thead>tr>td, 
.ceswrapper .cart_table>thead>tr>th {
    vertical-align: middle;
}

.ceswrapper .cart_table thead {
    background-color: #f1f1f1;
    font-weight: bold;
}

.ceswrapper .cart_table>tbody>tr>td {
    padding: 15px 8px;
}

.ceswrapper .cart_table>thead>tr>th {
    border-bottom: none;
    padding: 20px 8px;
}

.ceswrapper .cart_table {
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.ceswrapper .cart_table>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

.ceswrapper .cart_table>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.ceswrapper .cart_product_img img {
    width: 100px;
}

.ceswrapper .remove_item img {
    width: 16px;
}

.ceswrapper .remove_item button {
    background-color: transparent;
    border: none;
    transition: 0.3s all ease;
    padding: 0;
}

.ceswrapper .cart_product_name a{
    color: #000;
}

.ceswrapper .category_balel {
    background: #f1f1f1;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 25px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.ceswrapper .rzslider .rz-pointer {
    background-color: #f21100;
}
.ceswrapper .rzslider .rz-selection {
    background: #f21100;
}
.ceswrapper .rzslider .rz-pointer.rz-active:after {
    background: #f21100;
}
.ceswrapper .cartwrapper {
    min-height: 60vh;
}
.ceswrapper .addrerss_form {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0.125rem 0.45rem rgb(0 0 0 / 8%);
    margin-top: 30px;
    margin-bottom: 30px;
}
.ceswrapper .loc_radio {
    margin-right: 15px;
    cursor: pointer;
}
.ceswrapper .checkout_summary_list_wraper {
    padding-top: 20px;
}
.ceswrapper .checkout_summary_left {
    width: 60px;
    float: left;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    padding: 4px;
}
.ceswrapper  .checkout_summary_right {
    width: calc(100% - 60px);
    float: left;
    padding-left: 15px;
}
.ceswrapper .checkout_summary_right .width_title {
    width: 65%;
    float: left;
}
.ceswrapper .checkout_summary_right .width_price {
    width: 35%;
    float: right;
    text-align: right;
}
.ceswrapper .subtotal_block {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.ceswrapper .addrerss_form h2 {
    margin-bottom: 30px;
    font-weight: bold;
    /* color: #A5556A; */
}
.ceswrapper button.cancel, .ceswrapper a.cancel {
    border: none;
    border-radius: 12px;
    padding: 12px 20px;
    margin-left: 5px;
    transition: 0.3s all ease;
    background: #EFEFEF;
    color: #000;
}
.ceswrapper button.cancel:hover, .ceswrapper a.cancel:hover {
    background-color: #ded9d9;
}
.ceswrapper .submitbtn .btn.btn_width_auto {
    width: auto;
    padding: 10px 20px;
}
.ceswrapper .manage_address.checkout_add_spacing{
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 10px;
}
.ceswrapper .text_no_wrap{
    white-space: nowrap;
}
.ceswrapper .enter_number_screen_web {
    width: 64%;
    margin: 30px auto 120px auto;    
    border-radius: 40px;
    padding: 80px 80px;
    box-shadow: 0px 0px 45px -3px rgb(195 194 202 / 55%);
    position: relative;
    background: #fff;
}
.ceswrapper .nextarrow.web_OTP_nextarrow {
    position: absolute;
    bottom: 20px;
    right: 60px;
    width: 60px;
}
.ceswrapper .verifyotpwrapper, .ceswrapper .loginwrapper {
    display: inline-block;
    width: 100%;
    float: left;
}
.ceswrapper .inline_block_block{
    display: inline-block;
    width: 100%;
}
.ceswrapper .enter_number_screen_web.enter_otp_screen_web{
    padding: 40px 20px 60px 20px;
}
.ceswrapper .enter_number_screen_web .verifyotptext {
    padding: 0px 27px 35px 27px;
}
.ceswrapper .my_profile_web{
    width: 600px;
    margin: 40px auto;
    border-radius: 12px;
    padding: 10px 20px 40px 20px;
    box-shadow: 0px 0px 45px -3px rgb(195 194 202 / 55%);
    position: relative;
}
.ceswrapper .address_listing_web{
    box-shadow: 0px 0px 45px -3px rgb(195 194 202 / 55%);
    display: flex;
    flex-flow: row wrap;
    padding: 10px 10px;
    border-radius: 12px;
    margin-top: 30px;
}
.ceswrapper .address_listing_web .addresslistblock{
    width: calc((100% / 3) - 20px);
}
.ceswrapper .product_list_web_full_wraper{
    padding-bottom: 40px;
    display: inline-block;
    width: 100%;
    float: left;
}
.ceswrapper .breadcrumb.accounts_page {
    padding: 18px 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 0;
}

.sortButton {
   transform: translateY(15px);
   text-align: right;
   font-size: 16px;
   z-index: 99;
   position: relative;
   margin-top: -5px;
   display: inline-block;
   float: right;
}

.sortBtn {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
}

.sortButton .dropdown {
    /*right: 30px;
    top: 45px;
    position: absolute;
    z-index: 999;*/
    min-width: 200px;
    /* border-top: 1px solid #000; */
    /* transition-delay: 1s; */
}

.sortButton .dropdown.open {
    transform: scale(1, 1);
    transform-origin: top right;
}

.sortButton .dropdown-menu>li>a {
    padding: 8px 20px;
}

.sortButton .dropdown-menu>li:first-child>a {
    margin-top: 5px;
}

.sortButton .dropdown-menu>li:last-child>a {
    margin-bottom: 5px;
}

.sortButton .dropdown-menu {
    transform: scale(0, 0);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(0, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .2, 1);
    /* background: #f8f8f8; */
    box-shadow: 0px 1px 0px 0px rgba(208, 208, 208, 0.4);
    transform-origin: right top;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 4px 8px 3px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    min-width: 185px;
    right: 0;
    left: auto;
    top: 35px;
}

.sortButton .dropdown.open .dropdown-menu {
    transform: scale(1, 1);
}

.sortButton .dropdown-menu li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    /* opacity: 0.8; */
}
.ceswrapper .thumb_pro_wrap {
    border: 1px solid #e1e1e1;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}
.ceswrapper .details_thumb_slider_wrap{
    padding-bottom: 20px;
}
.ceswrapper .details_content_wrap{
    padding-bottom: 30px;
}
.ceswrapper .description .descriptionblock .padd_left{
    padding-left: 30px;
    padding-top: 5px;
}
.ceswrapper .feature .featureblock .padd_left{
    padding-left: 30px;
    padding-top: 5px;
}
.ceswrapper .productinfo .padd_left{
    padding-left: 30px;
    padding-top: 5px;
}
.ceswrapper .desclaimer .desclaimertext.padd_left{
    padding-left: 30px;
    padding-top: 5px;
}
.ceswrapper .feature .featureblock .padd_left i {
    line-height: 40px;
}

.ceswrapper .search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.ceswrapper .input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #22a6b3;
  padding-right: 40px;
  color:#fff;
}
.ceswrapper .input-search::placeholder{
  color:rgba(255,255,255,.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.ceswrapper .btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#ffffff ;
  background-color:transparent;
  pointer-events: painted;  
}
.ceswrapper .btn-search.active ~ .input-search{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.ceswrapper .input-search.active{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/* Web Part Css End*/


















/* Mobile Part Css Start*/
/*login*/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
.categorybtn.focus, .categorybtn:focus, .categorybtn:hover {
    color: #000;
    text-decoration: none;
}
.ceswrapper .container_width{
    width: 66%;
    margin: 0 auto;
}
.ceswrapper .pagebackground{
    background-image: url("../images/White_Bg.jpg");
    background-size: cover;
    height: calc(100vh - 50px);   
    transition: height ease-in 10000000s;
    position: relative;
}
.ceswrapper .backarrow img{
    width: 18px;
}
.ceswrapper .backarrow {
    padding: 32px 0 0 0;
}
.ceswrapper .field{
    margin: 40px 0 28px 0;
}
.ceswrapper .inputfield{
    background-color: transparent;
    height: 54px;
    border: 2px solid #D8D8D8;
    border-radius: 8px;
    padding: 6px 18px;
}
.ceswrapper .inputfield::placeholder {
    color: #000;
}
.ceswrapper .nextarrow {
    text-align: center;
    margin-top: 5%;
}
.ceswrapper .form label.error{
    color: red;
    font-weight: normal;
}
.btn_style_none{
    border: 0;
    background: transparent;
}
/*verify*/
.ceswrapper .verifyotptext {
    padding: 35px 27px;
}
.ceswrapper .verifyotptext a{
    color: #000;
    font-weight: bold;
}
.ceswrapper .verifydetail{
    font-size: 12px;
}
.ceswrapper .otpblock{
    background-color: #e0e0e0;
    height: 62px;
    width: 62px;
    display: inline-block;
    border-radius: 100%;
    margin: 0 6px;
    border: none;
    box-shadow: none;
    text-align: center;
}
.ceswrapper .otpblock:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.ceswrapper .resendtime {
    padding: 38px 0;
}
.ceswrapper .otpblockwrapper{
    margin-top: 4px;
}
.ceswrapper .btmtext{
    position: absolute;
    bottom: 7%;
    left: 13%;
}

/*dashboard*/
.ceswrapper .headercontainer{
    width: 92%;
    margin: 0 auto;
}
.ceswrapper .container_width2{
    width: 66.5%;
    margin: 0 auto;
}
.ceswrapper .address{
    font-weight: bold;
}
.ceswrapper .address img{
    width: 6%;
    margin-right: 5px;
}
.ceswrapper .pagelogo img{
    width: 60%;
}
.ceswrapper .header{
    background-color: #ffee02;
    padding: 16px 0 6px 0;
}
.ceswrapper .headersearch{
    padding-top: 12px;
    padding-right: 15px;
}
.ceswrapper .searchinput{
    background-color: #e8d900;
    border: none;
    border-radius: 12px;
    height: 36px;
    padding: 6px 34px;
}
.ceswrapper .headersearch .form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ceswrapper .searchinput::placeholder {
    color: #000;
}
.ceswrapper .categorybtn{
    background-color: #e8d900;
    border: none;
    border-radius: 12px;
    height: 36px;
    width: 100%;
    line-height: 22px;
    padding: 6px 2px;
}
.ceswrapper .trendingcategories, .ceswrapper .offerblock {
    padding: 70px 0 70px 0;
}
.ceswrapper .searchicon{
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    z-index: 99;
    width: 6%;
}
.ceswrapper .slider_wrapper{
    padding: 12px 10px 30px 10px;
    border-radius: 20px;
}
/*.img1back{
    background-color: #fff3fc;
}
.img2back{
    background-color: #f3ebff;
}
.img3back{
    background-color: #d5e7fb;
}
.img4back{
    background-color: #fef9e5;
}*/
/*.img2back img{
    box-shadow: 3px 3px 12px 1px rgb(221 201 253);
    border-radius: 100%;
}
.img3back img{
    box-shadow: 3px 3px 12px 1px rgb(164 195 228);
    border-radius: 100%;
}
.img4back img{
    box-shadow: 0px 5px 12px 2px rgb(189 169 99 / 50%);
    border-radius: 100%;
}*/
.ceswrapper .sliderimg img{
    border-radius: 100%;
    box-shadow: 3px 3px 12px 1px rgb(0 0 0 / 10%);
}
.ceswrapper .categoryswiper{
    margin-top: 20px;
}
.ceswrapper .slidertext {
    padding-top: 20px;
}
.ceswrapper .slidertextbas{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    text-align: left;
}
.ceswrapper .sliderimg2 img{
    border-radius: 12px;
}
.ceswrapper .bannerswiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 6px;
    width: 6px;
}
.ceswrapper .bannerswiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 18px;
    border-radius: 12px;
}
.ceswrapper .bannerswiper .swiper-container-horizontal>.swiper-pagination {
    bottom: 5px;
}
.ceswrapper .bannertitle{
    margin-bottom: 5px;
}
.ceswrapper .slider_wrapper3 {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 15px;
}
.ceswrapper .offerswiper, .ceswrapper .brandswiper {
    margin-top: 25px;
}
.ceswrapper .offerblock .seeall a{
    color: #696969;
}
.ceswrapper .offerblock h1, .ceswrapper .brand h1{
    display: inline-block;
}
.ceswrapper .brand {
    padding: 70px 0 72px 0;
}
.ceswrapper .magicbrand{
    background-color: #741861;
}
.ceswrapper .mouthfreshner{
    background-color: #1b656e;
}
.ceswrapper .brandswiper .swiper-slide{
    border-radius: 12px;
}
.ceswrapper .slider_wrapper4{
    padding: 20px 0;
}
.ceswrapper .price{
    display: inline-block;
}
.ceswrapper .plusicon{
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 46px;
    border-radius: 12px;
    margin-top: 10px;
    outline: none;
}
.ceswrapper .additem{
    margin-top: 10px;
}
.ceswrapper .iconred{
    background-color: #ffee02;
}
.ceswrapper .iconwhite{
    background-color: #fe0002;
}
.ceswrapper .plusicon img{
    width: 30%;
}

/*category*/
.ceswrapper .listblock:first-child{
    border-top: 5px solid #eeeeee;
}
.ceswrapper .listblock {
    padding: 15px 15px;
    border-bottom: 5px solid #eeeeee;
}
.ceswrapper .listblock img{
    width: 80%;
}
.ceswrapper .listblock p{
    color: #999999;
}
.ceswrapper .listblock h1{
    margin-bottom: 6px;
}
.ceswrapper .cartbtn img, .ceswrapper .wishlist img{
    width: 25px;
}
.ceswrapper .wishlist img{
    margin-left: 10px;
}

/*product listing*/
.ceswrapper .headerlisting{
    padding: 25px 0 25px 0;
    position: relative;
    z-index: 9999;
}
.ceswrapper .likebtn{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
}
.ceswrapper .overflow{
    overflow-y: hidden;
}
.ceswrapper .plistingblock {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 15px 25px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 270px;
}
/*.ceswrapper .plistingblock a{
    display: inline-block;
    width: 100%;
    float: left;
}*/
.ceswrapper .cateimg{
    width: 47%;
    margin: 0 auto 18px auto;
}
.ceswrapper .margin:nth-child(odd) .plistingblock{
    margin-right: -7px;
}
.ceswrapper .margin:nth-child(even) .plistingblock{
    margin-left: -7px;
}
.ceswrapper .plistingbackarrow img{
    /*width: 18px;*/
    width: 20px;
}
.ceswrapper .filtericon img{
    width: 26px;
    margin: 0 5px;
}
.ceswrapper .productListingwrapper .tab_in {
    margin-top: 10px;
}
.ceswrapper .productListingwrapper .categorytab{
    width: 100%;
    margin: 0 auto;
}
.ceswrapper .productListingwrapper ul.tabs{
    margin: 0px;
    padding: 10px 0 10px 0;
    list-style: none;
}
.ceswrapper .productListingwrapper ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    /*padding: 0px;*/
    /*background-color: #e6e6e6;*/
    cursor: pointer;
    margin: 0 2px;
    border-radius: 12px;
    font-size: 12px;
}
.ceswrapper .productListingwrapper ul.tabs li a{
    background-color: #e6e6e6;
    border-radius: 12px;
    padding: 8px 12px;
    display: block;
    color: #222;
}
.ceswrapper .productListingwrapper ul.tabs li.current a{
    background-color: #e31e25;
    color: #fff;
}
.ceswrapper .productListingwrapper .tab_content{
    display: none;
    background: #fff;
}
.ceswrapper .productListingwrapper .tab_content.current{
    display: block;
}
.ceswrapper .quantity{
    width: 20px;
    height: 35px;
    text-align: center;
    border: none;
    border-radius: 12px;
}
.ceswrapper .additembtn{
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 12px;
    background-color: #ffee02;
    border: none;
}
.ceswrapper .sidebar .searchinput{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 28px;
}
.ceswrapper .close-btn img{
    width: 18px;
}
.ceswrapper .selectbox{
    margin-bottom: 8px;
}
.ceswrapper .categoryfilter {
    margin-top: 15px;
}
.ceswrapper .categoryfilter input[type=checkbox], .ceswrapper .categoryfilter input[type=radio] {
    float: right;
}
.ceswrapper .productListingwrapper .filter_tab_in {
    margin-top: 10px;
}
.ceswrapper .productListingwrapper .filtertab{
    width: 100%;
    margin: 0 auto;
}
.ceswrapper .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    padding: 88px 0 0 0;
}
.ceswrapper .show-sidebar {
    transform: translate(0);
}
.ceswrapper .productListingwrapper ul.filtertabs{
    margin: 0px;
    padding: 10px 0 10px 0;
    list-style: none;
}
.ceswrapper .productListingwrapper ul.filtertabs li{
    background: none;
    color: #222;
    padding: 15px 12px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
}
.ceswrapper .productListingwrapper ul.filtertabs li:first-child{
    border-top: 1px solid #e6e6e6;
}
.ceswrapper .filterbtns button{
    border: none;
    width: 30%;
    text-align: center;
    margin: 18px 2px;
    color: #222;
    padding: 8px 12px;
    background-color: #e6e6e6;
    cursor: pointer;
    border-radius: 12px;
    font-size: 12px;
}
.ceswrapper .productListingwrapper ul.filtertabs li.current{
    background-color: #e6e6e6;
    color: #000;
}
.ceswrapper .productListingwrapper .filtertab_content{
    display: none;
    background: #fff;
}
.ceswrapper .productListingwrapper .filtertab_content.current{
    display: block;
}
.ceswrapper .selectbox label, .ceswrapper .selectqty label{
    font-weight: normal;
}
/*popup*/
.ceswrapper .popup, .ceswrapper .popup2 {
    position: fixed;
    width: 400px;
    height: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ceswrapper .cat_title {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.ceswrapper .selectqty{
    padding: 15px 0;
}
.ceswrapper .selectqty input[type=radio] {
    float: right;
}
.ceswrapper .selectqty label {
    display: block;
    margin-bottom: 8px;
}
.ceswrapper .selectqty h2{
    margin-bottom: 12px;
}
.ceswrapper .btmoverlay{
    position: fixed;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
}
.ceswrapper .addtocartbtn img{
    width: 14px;
    margin-right: 10px;
    margin-bottom: 4px;
}
.ceswrapper .addtocartbtn button{
    width: 80%;
    /*height: 42px;*/
    padding: 10px 0;
    border-radius: 12px;    
    border: none;
    margin: 15px 0;
    background-color: #ffee02;
}
.ceswrapper .popup.active, .ceswrapper .popup2.active{
    transform: translateX(0);
}
.ceswrapper .popup, .ceswrapper .popup2{
    transition: all 0.3s ease-in-out;
    transform: translateX(100%);
}
.ceswrapper .btmoverlay{
    display: none;
}
.ceswrapper .btmoverlay.active{
    display: block;
}
/**/

/*review_popup*/
.ceswrapper .r_popuptitle{
    padding: 15px 0;
}
.ceswrapper .ratingicon{
    font-size: 22px;
    color: #ccc;
}
.ceswrapper .rforminputfield {
    background-color: transparent;
    height: 45px;
    border: 1px solid #7c7c7c;
    border-radius: 8px;
    padding: 6px 12px;
}
.ceswrapper .rsubmitbtn{
    margin: 15px 0;
}
.ceswrapper .rsubmitbtn .btn{
    width: 80%!important;
}
.ceswrapper .removeitem_popup .quantity{
    width: 30px;
}
.ceswrapper .reviewform textarea{
    resize: none;   
}
.ceswrapper .rclose{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    outline: none;
}
/**/

/*product detail*/
.ceswrapper .deliveryblock a:hover, .ceswrapper .deliveryblocka a:focus,
.ceswrapper .apply:hover, .ceswrapper .apply:focus{
    color: #ff181f;
}
.ceswrapper .pdtitle {
    margin-bottom: 12px;
}
.ceswrapper .pricedetail{
    margin-top: 20px;
}
.ceswrapper .wrappadd {
    padding: 25px 0;
    border-bottom: 6px solid #eeeeee;
    display: block;
}
.ceswrapper .pdqty{
    width: 30px;
}
.ceswrapper .locicon, .ceswrapper .couponicon{
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 19px;
}
.ceswrapper .locinput, .ceswrapper .couponcode{
    border-radius: 12px;
    padding: 6px 35px;
    background-color: transparent;
    height: 40px;
    border: 1px solid #7c7c7c;
    margin-top: 10px;
}
.ceswrapper .couponcode{
    margin-top: 15px;
}
.ceswrapper .pdsliderimg img{
    width: 75%;
}
.ceswrapper .check, .ceswrapper .apply{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
.ceswrapper .stocktitle p{
    margin-bottom: 5px;
}
.ceswrapper .checkline{
    margin-top: 6px;
}
.ceswrapper .pdtitledecs {
    margin: 8px 0;
}
.ceswrapper .readmore_button {
    background-color: #fff;
    border: none;
}
.ceswrapper .pddesc a:hover{
    color: #e31e25;
    text-decoration: none;
}
.ceswrapper .featureblock i{
    font-size: 8px;
    line-height: 20px;
}
.ceswrapper .features p{
    padding-left: 15px;
    margin: 10px 0;
}
.ceswrapper .productinfotable tr td{
    width: 50%;
    padding: 8px 0;
}
.ceswrapper .productinfotable{
    margin-top: 10px;
    width: 100%;
}
.ceswrapper .productinfotable tr{
    border-bottom: 1px solid #e0e0e0;
}
.ceswrapper .productinfotable tr:last-child{
    border-bottom: none;
}
.ceswrapper .desclaimertext, .ceswrapper .ratingblock{
    margin-top: 10px;
}
.ceswrapper .pdswiper .swiper-pagination-bullet {
    background: #000;
    /*opacity: 1;*/
    height: 6px;
    width: 6px;
}
.ceswrapper .pdswiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    width: 18px;
    border-radius: 12px;
}
.ceswrapper .pdswiper .swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
}
.ceswrapper .pdswiper .swiper-wrapper{
    padding-bottom: 15px;
}
.ceswrapper .ratingblock p{
    display: inline-block;
}
.ceswrapper .review_btn a {
    /*background-color: #eff2f7;*/
    background-color: #ffee02;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 10px 0;
    margin-top: 15px;
}
.ceswrapper .review_btn a:hover, .ceswrapper .review_btn a:focus {
   color: #5f5f5f;
}
.ceswrapper .likesharebtns {
    position: absolute;
    top: 10px;
    right: 16px;
    z-index: 9;
    width: 12%;
}
.ceswrapper .pdtopbtn {
    background-color: #eeeeee;
    margin: 10px 0;
    border-radius: 12px;
    padding: 12px 16px;
}
.ceswrapper .catelink{
    display: inline-block;
}
.ceswrapper .catelink a:hover, .ceswrapper .catelink a:focus{
    color: #5f5f5f;
} 
.ceswrapper .fixeddetailbtm{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
    padding: 15px 0 15px 0;
    z-index: 99;
}
.ceswrapper .productDetailwrapper {
    padding-bottom: 0px;
}
.ceswrapper .similarproductblock h1{
    display: inline-block;
}
.ceswrapper .smslider_wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 15px;
}

/*profile*/
.ceswrapper .profilepagewrapper {
    background-color: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 100px;
}
.ceswrapper .notification img{
    width: 24px;
}
.ceswrapper .profile_name {
    padding-top: 12px;
}
.ceswrapper .userimg img{
    width: 30%;
    border-radius: 115px;
    border: 1px solid #e0e0e0;
}
.ceswrapper .userdetail{
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 0;
    margin-bottom: 15px;
}
.ceswrapper .profilewrapper a:hover, .ceswrapper .profilewrapper a:focus{
    color: #000;
}
.ceswrapper .userdetail h1{
    margin-bottom: 5px;
}
.ceswrapper .editbtn{
    position: absolute;
    top: 3px;
    right: 5px;
    width: 8%;
}
.ceswrapper .block_padd{
    padding: 0 5px;
}
.ceswrapper .profilewrapper {
    background-color: #fff;
    margin: 55px 15px;
    border-radius: 12px;
    width: 600px;
    margin: 0 auto;
}
.ceswrapper .userimg{
    transform: translateY(-40%);
}
.ceswrapper .profileoption img{
    width: 18px;  
    margin-right: 15px;  
}
.ceswrapper .profileoption p{
    border-bottom: 1px solid #e0e0e0;
    padding: 16px 0;
}
.ceswrapper .profileoption p:last-child{
    border: none;
}
.ceswrapper .profileoption {
    padding-bottom: 20px;
}
.ceswrapper .notification .cartbtn{
    margin-right: 10px;
}

/*signup*/
.ceswrapper .signupbtns .btn{
    border-radius: 12px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
}
.ceswrapper .signupbtns img{
    width: 20px;
    margin-right: 12px;
}
.ceswrapper .googlebtn{
    background-color: #d4dbe5;
}
.ceswrapper .googlebtn:hover, .ceswrapper .googlebtn:focus{
    color: #5f5f5f;
} 
.ceswrapper .facebookbtn{
    background-color: #3b5998;
}
.ceswrapper .facebookbtn:hover, .ceswrapper .facebookbtn:focus,
.ceswrapper .mobileconnect:hover, .ceswrapper .mobileconnect:focus{
    color: #fff;
}
.ceswrapper .mobileconnect{
    background-color: #fb012b;
}
.ceswrapper .wlcmtext {
    padding: 24% 0 24% 0;
}
.ceswrapper .policystatement a{
    color: #fb012b;
}
.ceswrapper .signupbtns{
    margin-bottom: 40px;
}

/*cart*/
.ceswrapper .removebtn {
    position: absolute;
    bottom: 11%;
    right: 8%;
    width: 20px;
    outline: none;
}
.ceswrapper .cart_title {
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #ddd;
}
.ceswrapper .cart_charges {
    padding: 5px 0;
}
.ceswrapper .total_block {
    padding: 15px 0;
}
.ceswrapper .checkout_btn{
    border-radius: 12px;
    padding: 10px 0px;
    transition: 0.3s all ease;
    display: inline-block;
    width: 100%;
    background-color: #ffee02;
    border: 1px solid #ffee02;
}
.ceswrapper .cart_btn a:hover, .ceswrapper .cart_btn a:focus,
.ceswrapper .popupbtn a:hover, .ceswrapper .popupbtn a:focus,
.ceswrapper .statusbtn a:hover, .ceswrapper .statusbtn a:focus,
.ceswrapper .checkout_btn:hover, .ceswrapper .checkout_btn:focus,
.ceswrapper .placeorder:hover, .ceswrapper .placeorder:focus
{
    color: #000;
}
.ceswrapper .couponblock p{
    display: inline-block;
}
/*.cartsection {
    padding-bottom: 35px;
}*/
.ceswrapper .cartsection .quantity {
    width: 35px;
}

/*cart popup*/
.ceswrapper .removeitem_model {
    position: fixed;
    top: 30%;
    left: 5%;
    background-color: #fff;
    width: 90%;
    /*transform: translate(-50%, -50%);*/
    border-radius: 12px;
    padding: 20px 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
}
.ceswrapper .removeitem_model.active{
    transform: scale(1);
}
.ceswrapper .popupimg img{
    width: 40%;
}
.ceswrapper .popupimg {
    background: #eeeeee;
    text-align: center;
    padding: 11px 0;
    border-radius: 12px;
}
.ceswrapper .rmitemdetail{
    padding-bottom: 20px;
}
.ceswrapper .rmitemdetail:after{
    content: "";
    background-color: #eeeeee;
    width: 92%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ceswrapper .popupbtn a{
    background-color: #ffee02;
    border-radius: 12px;
    width: 45%;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    margin: 0 5px;
}
.ceswrapper .confirmation{
    padding-top: 15px;
}
.ceswrapper .closebtn{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    outline: none;
}

/*add address*/
.ceswrapper .form_col:nth-child(odd) .form_field{
    margin-right: 7px;
}
.ceswrapper .form_col:nth-child(even) .form_field{
    margin-left: 7px;
}
.ceswrapper .addresstitle{
    margin-left: 10px;
}
.ceswrapper .dropdown_select select{
    -webkit-appearance: none;
    color: #8b8b8b;
}
.ceswrapper .down_arrow{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.ceswrapper .addressform{
    padding: 25px 0px;
}
.ceswrapper .forminputfield{
    background-color: transparent;
    height: 54px;
    border: 1px solid #7c7c7c;
    border-radius: 8px;
    padding: 6px 18px;
}
.ceswrapper .forminputfield::placeholder {
    color: #8b8b8b;
}
.ceswrapper .form_field p{
    margin-top: 3px;
}
.ceswrapper .addresstype{
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
}

.ceswrapper .addresstype .radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 10px;
}
.ceswrapper .addresstype .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.ceswrapper .addresstype .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.ceswrapper .addresstype .radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.ceswrapper .addresstype .radio input:checked ~ .checkmark {
  background-color: #2196F3;
}
.ceswrapper .addresstype .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ceswrapper .addresstype .radio input:checked ~ .checkmark:after {
  display: block;
}
.ceswrapper .addresstype .radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.ceswrapper .submitbtn .btn {
    width: 100%;
    background-color: #ffee02;
    padding: 10px 0;
    border-radius: 12px;
}
.ceswrapper .submitbtn {
    margin-top: 18px;
}

/*address listing*/
.ceswrapper .default_address {
    z-index: 2;
    position: absolute;
    top: 16px;
    left: 20px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 30px;
    border: 1px solid #000000;
}
.ceswrapper .default_address:after {
    content: '';
    z-index: 2;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 62px;
    border: 0px solid #000000;
}
.ceswrapper .default_address.active:after {
    background: #000;
}

.ceswrapper .addresslistblock {
    padding: 15px 20px 15px 25px;
    border: 1px solid #eeeeee;
    width: calc((100% / 2) - 20px);
    float: left;
    border-radius: 12px;
    margin: 10px 10px;
    cursor: pointer;
}
.ceswrapper .addimg{
    width: 6%;
}
.ceswrapper .addtext {
    padding-left: 5px;
}
.ceswrapper .addtext h1{
    text-transform: capitalize;
}
.ceswrapper .addresslistblock label{
    font-weight: normal;
}
.ceswrapper .addtype{
    background-color: #eeeeee;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 10px;
}
.ceswrapper .fixedbtn a{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-radius: 12px;
    background-color: #ffee02;
}
.ceswrapper .fixedbtn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0px 2px 6px 1px rgb(0 0 0 / 10%);
}
.ceswrapper .addresseditbtn img{
    width: 22px;
}
.ceswrapper .addtext a:hover, .ceswrapper .addtext a:focus{
    color: #000;
}
.ceswrapper .addresslistblock .radio{
    margin: 0;
}
.ceswrapper .plistingbackarrow .cartbtn img, 
.ceswrapper .plistingbackarrow .searchbtn img{
    width: 24px;
    margin-left: 10px;
}

/*order_success*/
.ceswrapper .statusbtn a {
    display: inline-block;
    background-color: #ff181f;
    padding: 10px 30px;
    border-radius: 12px;
    margin-top: 20px;
}
.ceswrapper .orderimg {
    margin: 55px auto;
    width: 25%;
}
.ceswrapper .emptycartwrapper .statusbtn a:hover, .ceswrapper .emptycartwrapper .statusbtn a:focus,
.ceswrapper .ordersuccesswrapper .statusbtn a:hover, .ceswrapper .ordersuccesswrapper .statusbtn a:focus {
    color: #fff;
}

/*checkout*/
.ceswrapper .addresstext, .ceswrapper .cardtext{
    display: inline-block;
    padding-left: 15px;
}
.ceswrapper .addressblock img, .ceswrapper .paymentblock img{
    width: 18px;    
}
.ceswrapper .addressblock, .ceswrapper .paymentblock, .ceswrapper .productblock, .ceswrapper .promocode, .ceswrapper .checkoutpricedetail {
    padding: 15px 0;
}
.ceswrapper .productblockimg{
    padding: 0 25px;
}
.ceswrapper .checkoutpricedetail h1{
    display: inline-block;
}
.ceswrapper .placeorder a{
    background-color: #ffee02;
}
.ceswrapper .addtopbtn{
    margin-left: 10px;
}

/*my_orders*/
.ceswrapper .orderlistblock {
    padding: 15px;
}
.ceswrapper .orderlistblock:first-child{
    border-top: 5px solid #eeeeee;
}
.ceswrapper .myorderimg {
    background: #eeeeee;
    text-align: center;
    padding: 11px 0;
    border-radius: 12px;
}
.ceswrapper .myorderimg img{
    width: 40%;
}
.ceswrapper .orderdetail a:hover, .ceswrapper .orderdetail a:focus{
    color: #ff181f;
}

/*notification*/
.ceswrapper .notifyicon img{
    width: 75%;
}
.ceswrapper .notify{
    padding: 15px 0;
}
.ceswrapper .notify:first-child{
    border-top: 5px solid #eeeeee;
}
.ceswrapper .notifytext {
    padding-left: 40px;
}
.ceswrapper .notifytext a{
    color: #000;
    text-decoration: underline;
}

/*order detail*/
.ceswrapper .orderpadd{
    padding: 15px 5px;
}
.ceswrapper .timeline {
  height: 100%;
}
.ceswrapper .timeline-container {
  display: block;
  position: relative;
}
.ceswrapper .timeline-container ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.ceswrapper .timeline-container ul li {
  list-style: none;
  margin: auto;
  min-height: 50px;
  border-left: 1px dashed #000;
  padding: 0 0 25px 25px;
  position: relative;
}
.ceswrapper .timeline-container ul li:last-child {
  border-left: 0;
}
.ceswrapper .timeline-container ul li::before {
  position: absolute;
  left: -6px;
  top: 0;
  content: "";
  border-radius: 500%;
  background: #029f02;
  height: 12px;
  width: 12px;
  transition: all 0.3s ease-in-out;
}
.ceswrapper .timeline-container ul li:last-child{
    padding-bottom: 0;
}
.ceswrapper .timeline-container ul li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}
.ceswrapper ul li .timestamp {
  position: relative;
  /*width: 100px;*/
}
.ceswrapper .callbtn a{
    border: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 12px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.ceswrapper .callbtn a:hover, .ceswrapper .callbtn a:focus{
    color: #000;
}
.ceswrapper .twobtns a{
    display: inline-block;
    width: 49%;
    padding: 10px 0;
}
.ceswrapper .twobtns {
    border-top: 1px solid #e6e6e6;
}
.ceswrapper .rightbrdr{
    border-right: 1px solid #e6e6e6;
}
.ceswrapper .shareblock img{
    width: 18px;
    margin-right: 5px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.ceswrapper .shareicon span{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.ceswrapper .sharetext {
    display: inline-block;
    padding-left: 15px;
}
.ceswrapper .borderbtm2{
    border-bottom: 1px solid #e6e6e6;
}
.ceswrapper .odtotal_block{
    padding: 15px 0 0px 0;
    border-top: 1px solid #e6e6e6;
}
.ceswrapper .odpriceblock{
    padding-bottom: 15px;
}
.ceswrapper .otheritemdetail p{
    padding-left: 15px;
}
.ceswrapper .otheritemdetail i{
    line-height: 20px;
    font-size: 10px;
    /*margin-right: 8px!important;*/
}
.ceswrapper .shareicon a{
    display: inline-block;
    width: 49%;
    padding: 15px 0;
}

/*wishlist*/
.ceswrapper .wishlistblock {
    margin-top: 15px;
}
.ceswrapper .wishlistingblock{
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
}
.ceswrapper .menubtn{
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid #ccc;
    z-index: 99;
    border-radius: 12px;
    width: 18%;
    outline: none;
}
.ceswrapper .margin:nth-child(odd) .wishlistingblock {
    margin-right: -7px;
}
.ceswrapper .margin:nth-child(even) .wishlistingblock {
    margin-left: -7px;
}
/*wishlist popup*/
.ceswrapper .wishlistpopup{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: all 0.3s ease-in-out;
    transform: translateY(100%);
    padding: 15px 0;
}
.ceswrapper .wishlistpopup button{
    background-color: #fff;
    width: 100%;
    border: none;
}
.ceswrapper .wishlistpopup img{
    width: 15px;
    margin-right: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.ceswrapper .wishlistpopup span{
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.ceswrapper .wishlistpopup.active{
    transform: translateY(0);
}

/*change password*/
.ceswrapper .otpinput{
    background-color: transparent;
    height: 54px;
    border: 1px solid #7c7c7c;
    border-radius: 8px;
    padding: 6px 18px;
    margin-top: 10px;
}
.ceswrapper .otpresend{
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}
.ceswrapper .otpresend:hover, .ceswrapper .otpresend:focus{
    color: #ff181f;
}
.ceswrapper .chnagepwddetail{
    padding: 15px 0 25px 0;
}

/*profile*/
.ceswrapper .profileform .form_col:nth-child(even) .form_field{
    margin-left: 7px;
    margin-right: 0;
}
.ceswrapper .profileform .form_col:nth-child(odd) .form_field{
    margin-right: 7px;
    margin-left: 0;
}
.ceswrapper .profileform{
    padding: 15px 0;
}
.ceswrapper .pro_edit_img {
    width: 110px;
    margin: 0 auto 20px auto;
    position: relative;
    border-radius: 50%;
}
.ceswrapper .image-upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
}
.ceswrapper .image-upload > input {
    display: none;
}
.ceswrapper .pro_overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
/* Mobile Part Css End*/


/* Web Part Css Start*/
.ceswrapper .accounts_page_bg{
    background: #F0F4F7;
}
.ceswrapper .title_for_accounts_page{
    margin-top: 80px;
}
.ceswrapper .accounts_page_bg .login_form_label{
    margin-bottom: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
}
.ceswrapper .accounts_page_bg .login_form_label img{
    margin-right: 10px;
}
.ceswrapper .accounts_page_bg .form-group{
    margin-bottom: 35px;
}
.ceswrapper .modal_forms_wraper .form-group{
    margin-bottom: 35px;
}
.ceswrapper .login_btn {
    background: #4FB852;
    color: #fff;
    padding: 12px 26%;
    border-radius: 50px;
    border-color: #4FB852; 
}
.ceswrapper .sign_up_text{
    padding: 20px 0 0 0;
}
.ceswrapper .form-control:focus {
    border-color: #d8d8d8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(216 216 216);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(216 216 216);
}
.errormessage_inpage {
    color: #4FB852;
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}
.ceswrapper .enter_number_screen_web.sign_up_ces {
    width: 75%;
}
.cestemplate .login_page_vector {
    position: absolute;
    bottom: -121px;
    right: -6.6%;
    width: 12.2%;
}
.cestemplate .signup_page_vector{
    position: absolute;
    bottom: -121px;
    left: -7%;
    width: 13.7%;
}

.accounts_for_web {
   position: absolute;
   top: 110%;
   right: 0px;
   width: 250px;
   background: #fff;
   min-height: 100px;
   z-index: 999;
   box-shadow: 0px 0px 15px 0px #c3c3c3;
   border-radius: 8px;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all ease-in-out 0.2s;
   -moz-transition: all ease-in-out 0.2s;
   -o-transition: all ease-in-out 0.2s;
   -ms-transition: all ease-in-out 0.2s;
   transition: all ease-in-out 0.2s;
}
.account_hover:hover .accounts_for_web {
   opacity: 1;
   visibility: visible;
   top: 100%;
}
.accounts_for_web:before {
   z-index: 10;
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   margin-left: 0;
   bottom: initial;
   top: 0px;
   right: 3px;
   box-sizing: border-box;
   border: 5px solid black;
   border-color: transparent transparent #fff #fff;
   transform-origin: 0 0;
   transform: rotate(135deg);
}
.menu_container_main ul.dropdown_list li {
    list-style: none;
    width: 100%;
    text-align: left;
    padding: 0;
}

.profileInfo {
    border-bottom: solid 1px rgba(0,0,0,.1);
    vertical-align: top;
}
.profileContent {
    width: calc(100% - 70px);
    display: inline-block;
    padding: 16px 0;
    vertical-align: top;
    text-align: left;
}
.profileWrap {
    width: 66px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 10px 10px;
    border-radius: 50%;
    overflow: hidden;
}
.cestemplate .web_header_center .menu_container_main .dropdown_list li a{
   border-bottom: 1px solid transparent !important;
}
.cestemplate .web_header_center .menu_container_main .dropdown_list li a:hover{
   border-bottom: 1px solid transparent !important;
}
.cestemplate .web_header_center .menu_container_main .dropdown_list li a {
    display: block;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 25px;
    font-size: 12px;
    text-transform: uppercase;
}

.menu_icon {
    background-repeat: no-repeat;
    background-position: 8% center;
    padding-left: 45px !important;
    background-size: 17px 17px;
}
.profile {
    background-image: url(../images/accounts/user.png);
}
.logout_bg {
    background-image: url(../images/accounts/logout.png);
}
.shrt_prop {
    background-image: url(../images/accounts/change_password.png);
}
.fav_product {
    background-image: url(../images/accounts/favourite-products.png);
}

.cestemplate .profile_pic_wrap{
    background: #4FB852;
    color: #fff;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}
.img_prev {
    margin: 0 auto;
    width: 150px;
    height: 150px;
    position: relative;
    /*padding: 10px;*/
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.img_prev>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img_prev input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.uploadCamera {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1;
}
.img_prev:hover .uploadCameraRelative {
    opacity: 1;
    visibility: visible;
}
.uploadCameraRelative {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.uploadCameraRelative>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 35px;
    z-index: 3;
    color: #fff;
}
/* Web Part Css End*/

.getStartedButton{
    height: calc(100% - 0px);
    top:0;
    position: relative;
    right:0;
}
.getStartedButton>button{
    height: 100%;
    background: #4FB852;
    /*border-top-left-radius: 0;
    border-bottom-left-radius: 0;*/
}
.getStartedButton>button:hover,.getStartedButton>button:active,.getStartedButton>button:focus{
    background: #929292;
    color: #fff;
}
.form-control-shadowed {
    padding: 10px 15px;
    height: 46px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 3px 9px -2px rgb(224 224 224);
}
.form-control-shadowed.error{
    border-color: #4FB852;
}
.form-control-shadowed:focus{
    box-shadow: 0px 3px 9px -2px rgb(185 185 185 / 80%) !important;
}
.form-control-shadowed.form-control-shadowed-popup-forms{
    height: 54px;
}
.zipCodeEntryWrapper{
    width: 40%;
    margin: 0 auto;
    display: inline-block;
}
.worksans_extrabold{
    font-family: 'WorkSans-ExtraBold';
}
.zipCodeEntryWrapperInner label.error{
    display: none !important;
}
.font_50{
    font-size: 66px;
}
.homepageTagLineWrapper{
    padding: 20vh 0 10vh 0;
}
.worksans_medium{
    font-family: 'WorkSans-Medium';
}
.helpyouToFindPolicy{
    padding: 20px 0;
    float: left;
    width: 100%;
}
.policiesSelectionTabWrapper{
    width: 100%;
    float: left;
    margin:50px 0;
}
.policiesSelectionTabWrapper>ul>li{
    float: left;
    padding: 0 5px;
}
.policiesSelectionTabWrapper>ul>li>label{
    width: 100%;
    float: left;
    padding: 40px 10px;
    border:solid 1px #e2e2e2;
    border-radius: 35px;
}
.policiesSelectionTabWrapper>ul>li>label.active{
    -webkit-box-shadow: inset 2px 3px 3px 0px #d2d2d2;
    box-shadow: inset 2px 3px 3px 0px #d2d2d2;
    border: solid 1px rgb(226 6 19 / 59%);
}
.commodityBlockWrapper .commodityImage{
    width: 50%;
    margin: 15px auto;
    min-height: 100px;
}
.commodityBlockWrapper .commodityName{
    width: 100%;
    margin: 15px auto 0 auto;
    float: left;
    min-height: 70px;
}
.commodityBlockWrapper .commodityName>h4{
    font-weight: 600;
    line-height: 1.3;
}
.policiesSelectionTabWrapper>ul>li>label input{
    opacity: 0;
    max-width: 0px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
}
.md-virtual-repeat-container .md-virtual-repeat-scroller {
    left: 38px !important;
}
.suggation_block {
    background: #fff;
    border: 1px solid #b5b5b5;
    margin-top: 0px;
    position: absolute;
    width: calc(100% - 15px);
    display: none;
    z-index: 5;
}
.outer_suggation {
    max-height: 250px;
    /* max-height: 250px; */
    overflow: hidden;
}
                                                            
.unset_font_weight{
    font-weight: unset !important;
}
.suggation_block .outer_suggation > ul {
    padding-left: 0;
    overflow-y: auto;
    max-height: 250px;
    width: 100%;
    margin-bottom: 0;
}
.suggation_block ul li:hover,.suggation_block ul li.active {
    background: #10b2e0;
    color: #fff;
}
.suggation_block .outer_suggation > ul > li {
    border-bottom: 1px solid #eee;
}
.suggation_block ul li {
    list-style: none;
    padding: 8px 15px;
    transition: all 0.3s ease-in-out;
}
.checkEmailBtn{
    position: absolute;
    top: 0;
    right: 8px;
    height: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
}
.ceswrapper .padd_bott_6{
    padding-bottom: 6px;
}
.ceswrapper .radio_block{
    padding: 17px 15px;
    height: 60px;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 3px 9px -2px rgb(224 224 224);
}
.ceswrapper .custom-file-input {
    padding: 7px 15px;
}
.ceswrapper .flex_center {
    display: flex;
    align-items: center;
}
.ceswrapper .color_red{
    color: #4FB852;
}
.ceswrapper .btn_add_more {
    background: #0075ff;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
}
.ceswrapper .btn_add_more:hover {
    background: #929292;
}
.ceswrapper .btn_remove {
    background: #4FB852;
    color: #fff;
    padding: 4px 10px;
    border-radius: 6px;
}
.ceswrapper .btn_remove:hover {
    background: #929292;
}
.ceswrapper .calender_icon {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    border: 1px solid #e6e6e6;
    padding: 11px 20px;
}
.ceswrapper .calender_icon.calender_icon_popup_forms {
    top: 55%;
    right: 15px;
    padding: 16px 20px;
}
.ceswrapper .calender_icon.calender_icon_popup_forms_wihout_bable {
    top: 39%;
    right: 15px;
    padding: 16px 20px;
}
.ceswrapper .calender_icon.calender_icon_popup_forms.drivar_date {
    top: 50%;
    right: 0px;
    padding: 16px 20px;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.9;
    border-radius: 50px;
}
.uib-datepicker-popup.dropdown-menu td, .uib-datepicker-popup.dropdown-menu th {
    padding: 2px 4px;
}

.ceswrapper .accounts_tab{
    background: #fff;
    width: 100%;
    display: inline-block;
    float: left;
}

.ceswrapper .accounts_tab ul {
    list-style: none;
    padding: 0;
    width: 40%;
    margin: 0 auto;
}

.ceswrapper .accounts_tab ul li {
    float: left;
    display: inline-block;
    width: calc(100% / 5);
    text-align: center;
}

.ceswrapper .accounts_tab ul li a{
    color: #000;
    padding: 18px 0;
    display: inline-block;
    border-bottom: 3px solid transparent;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}

.ceswrapper .accounts_tab ul li a:hover, .ceswrapper .accounts_tab ul li a.active{
    color: #4FB852;
    border-bottom: 3px solid #4FB852;
}
.bg_color_full_page{
    background: #f4f5f7;
}
.padd_top_sction_all{
    padding-top: 74px;
}
.ceswrapper .deals_listing_wraper {
    width: 66.5%;
    margin: 0 auto;
    min-height: 50vh;
}
.ceswrapper .deals_title{
    padding: 30px 0;
}
.dealsListingTabPanelWrapper .nav-tabs>li>a {
    color: #8D8D8D;
    margin-right: 0;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 8px 8px 0 0;
}
.dealsListingTabPanelWrapper .nav-tabs>li.active>a, .dealsListingTabPanelWrapper .nav-tabs>li.active>a:focus, .dealsListingTabPanelWrapper .nav-tabs>li.active>a:hover {
    color: #000;
    border: 0px solid #ddd;
    font-weight: 600;
}
.dealsListingTabPanelWrapper .nav>li>a:focus, .dealsListingTabPanelWrapper .nav>li>a:hover{
    background: #fff;
    color: #000;
}
.dealsListingTabPanelWrapper ul.nav{
    border: 0;
}
.ceswrapper .deals_tabel_wraper {
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 30px 30px 0px 30px;
    overflow-y: auto;
    margin-bottom: 30px;
}
.ceswrapper .dealsListingTabPanelWrapper .nav>li>a {
    padding: 15px 35px;
    font-size: 14px;
}
.ceswrapper .dealsListingTabPanelWrapper .table>thead>tr>th {
    border-bottom: 0px solid #ddd;
    color: #888;
    font-size: 12px;
}
.ceswrapper .dealsListingTabPanelWrapper .table>tbody>tr>td {
    border-top: 0px solid #ddd;
    vertical-align: middle;
    padding: 16px 10px;
}
.ceswrapper .dealsListingTabPanelWrapper .table>tbody>tr {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
}

.ceswrapper .dealsListingTabPanelWrapper .table {
    border-collapse:separate;
    border-spacing:0 12px;
}
.ceswrapper .status_btn {
    font-weight: normal;
    padding: 4px 20px;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;
}
.ceswrapper .status_btn.success_btn{
    background: #00AD31;
}
.ceswrapper .status_btn.error_btn{
    background: #EB1C24;
}
.ceswrapper .eye_color{
    color: #8C8C8C;
}
.ceswrapper .viewDealWrapper .success {
    display: inline-block;
    background: #00ad31;
    padding: 2px 20px;
    border-radius: 25px;
    color: #fff;
    margin-top: 10px;
}
.ceswrapper .viewDealWrapper .warning{
    display: inline-block;
    background: #4FB852;
    padding: 2px 20px;
    border-radius: 25px;
    color: #fff;
    margin-top: 10px;    
}
.ceswrapper .viewDealWrapper .details_boxes {
    width: 100%;
    background: #fff;
    display: inline-block;
    float: left;
    border-radius: 8px;
    border: 2px solid #EFEFEF;
    padding: 12px 10px 40px 10px;
    margin-bottom: 50px;
}
.ceswrapper .viewDealWrapper .details_boxes_main{
    display: inline-block;
    width: calc(100% / 2);
    float: left;
}
.ceswrapper .viewDealWrapper .details_boxes_main.padd_right{
    padding-right: 20px;
}
.ceswrapper .viewDealWrapper .details_boxes_main.padd_left{
    padding-left: 20px;
}
.ceswrapper .viewDealWrapper .details_boxes_titel {
    padding-bottom: 10px;
}
.ceswrapper .viewDealWrapper .color_boxes_table {
    color: #8D8D8D;
    padding: 30px 0 5px 10px;
}
.ceswrapper .viewDealWrapper .color_boxes_data {
    color: #3C3C3E;
    background: #F6F7F9;
    padding: 15px 15px;
    border-radius: 8px;
    min-height: 52px;
    line-height: 1.4;
}
.ceswrapper .viewDealWrapper .contentBoxWrapper .color_boxes_data a {
    color: #000;
}
.ceswrapper .details_boxes.min_height_33{
    min-height: 33vh;
}
.ceswrapper .details_boxes.min_height_30{
    min-height: 30vh;
}
.ceswrapper .details_boxes_table.radius_8{
    border-radius: 8px;
}
.ceswrapper .details_boxes_table{
    background: #fff;
    border: 2px solid #efefef;
    padding: 30px 25px 35px 25px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.ceswrapper .details_boxes_table .table>thead>tr>th {
    border-bottom: 0px solid #ddd;
    color: #888;
    font-size: 12px;
    padding: 8px 8px 15px 8px;
    text-align: center;
}
.ceswrapper .details_boxes_table .table>tbody>tr>td {
    border-top: 0px solid #ddd;
    vertical-align: middle;
    padding: 16px 10px;
    text-align: center;
}
.ceswrapper .details_boxes_table .table>tbody>tr {
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #f2f2f2;
    background: #F6F7F9;
}
.ceswrapper .details_boxes_table .table {
    margin: 0;
}
.ceswrapper .details_boxes_table .table {
    border-collapse: collapse;
    border-spacing: 0 12px;
}
.ceswrapper .box_wrapper_view .btn_details {
    background: #4FB852;
    border: 0;
    padding: 5px 15px 6px 15px;
    border-radius: 25px;
    display: inline-block;
    line-height: 1.4;
}
.ceswrapper .transition{
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
}
.ceswrapper .box_wrapper_view .btn_details:hover {
    background: #221f1f;
}
.ceswrapper .details_boxes_table .min_rate .priceSelectionBox {
    background-color:rgb(226 6 19 / 14%);
    font-weight: 800;
}
.ceswrapper .details_boxes_table .priceSelectionBox {
    padding: 6px 2px;
    border: solid 0px #afafaf;
    width: 80px;
    display: inline-block;
    border-radius: 5px; 
    text-align: center;
    position: relative;
    background: #e8e8e8;
}
.ceswrapper .details_boxes_table .priceSelectionBox:hover{
    /*-webkit-box-shadow: inset 2px 3px 3px 0px #d2d2d2;
    box-shadow: inset 2px 3px 3px 0px #d2d2d2;*/
    background:#b1b1b1;
}

.ceswrapper .details_boxes_table .priceSelectionBox.selected{
    background:#daffdb;
    -webkit-box-shadow: inset 2px 3px 3px 0px rgb(185 185 185);
    box-shadow: inset 2px 3px 3px 0px rgb(185 185 185);
}
.ceswrapper .details_boxes_table .priceSelectionBox .active:after {
    content: "\2713";
    width: 25px;
    height: 25px;
    line-height: 1.3;
    border-radius: 100%;
    /* border: 2px solid #929292; */
    background-color: transparent;
    z-index: 2;
    position: relative;
    top: 0;
    right: 0;
    color: #4FB852;
    font-size: 17px
}

.ceswrapper .details_boxes_table .table.table_blank {
    border-spacing: 0 0px; 
}
.ceswrapper .details_boxes_table .table.table_blank>tbody>tr {
    box-shadow: 0px 0px 0px 0px #f2f2f2;
    background: #F6F7F9
}
.ceswrapper .input_file_forms{
    padding: 14px 18px;
}
.ceswrapper label.error{
    font-weight: normal;
    color: #ff181f;
    font-size: 12px;
}
.ceswrapper label#accept_terms_of_services-error {
    position: absolute;
    top: 22px;
}
.ceswrapper .details_boxes_table .table_blank .bold{
    font-weight: bold;
}

.ceswrapper .login_btn.login_btn_forms{
    padding: 10px 30px;
}

.ceswrapper .login_btn.login_btn_forms.login_btn_forms_close{
    background: #221f1f;
    border-color: #221f1f;
}
.ceswrapper .details_boxes_table .table_file_upload{
    padding: 5px 10px;
}
.modal .modal-dialog {
    width: 900px;
}
.modal.driver_modal .modal-dialog {
    width: 90%;
}
.ceswrapper .login_btn.login_btn_forms.btn_blue {
    background: #4FB852;
    padding: 5px 15px;
    border-color: #4FB852;
}
.ceswrapper .removeTerms{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 17px;
    color: #f1101e;
}
.ceswrapper input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.ceswrapper .switch-square {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.ceswrapper .switch-square + .lable {
    margin: 0 4px;
    min-height: 24px;
}

.ceswrapper .switch-square + .lable {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}
.ceswrapper .switch-square.switch-bootstrap + .lable::before {
    font-family: FontAwesome;
    content: "\f00d";
    box-shadow: none;
    border-width: 0;
    font-size: 16px;
    background-color: #a9a9a9;
    color: #F2F2F2;
    width: 52px;
    height: 22px;
    line-height: 21px;
    text-indent: 28px;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
}
.ceswrapper .switch-square + .lable::before {
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 2px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 15%);
    border: 1px solid #CCC;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: text-indent .3s ease;
    -o-transition: text-indent .3s ease;
    transition: text-indent .3s ease;
    /* top: auto; */
}
.ceswrapper .switch-square + .lable::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 12px;
    color: #32a3ce;
    content: "\a0";
    background-color: #FAFAFA;
    border: 1px solid #c8c8c8;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    height: 16px;
    line-height: 14px;
    /* min-width: 16px; */
    margin-right: 1px;
    /* position: relative; */
    top: -1px;
}
.ceswrapper .switch-square.switch-bootstrap + .lable::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #F2F2F2;
    border: 4px solid #F2F2F2;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}
.ceswrapper .switch-success >.switch-square.switch-bootstrap:checked + .lable::before {
    background-color: #5cb85c;
}
.ceswrapper .switch-square.switch-bootstrap:checked + .lable::before {
    content: "\f00c";
    text-indent: -20px;
    color: #FFF;
    border-color: #b7d3e5;
}
.ceswrapper .switch-square.switch-bootstrap:checked + .lable::after {
    left: 31px;
    background-color: #FFF;
    border: 4px solid #FFF;
    text-shadow: 0 -1px 0 rgb(0 200 0 / 25%);
}
.ceswrapper .anchor_style{
    color: #000;
    font-weight: bold;
}
.ceswrapper .monthly_usageconainer{
    background: #F6F7F9;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top: 10px;
}
.driver_modal .ceswrapper table th{
    padding: 0 7px;
}
.driver_modal .ceswrapper table td{
    padding: 0 7px 14px 7px;
}
.add_more_btn_forms{
    background: #4FB852;
    color: #fff;
    border: 0;
    padding: 4px 12px 5px 12px;
    border-radius: 25px;
    display: inline-block;
    line-height: 1.4;
}
.remove_tr_btn_forms{
    background: #4FB852;
    color: #fff;
    border: 0;
    padding: 4px 12px 5px 12px;
    border-radius: 25px;
    display: inline-block;
    line-height: 1.5;
}

.add_more_btn_forms:hover, .remove_tr_btn_forms:hover{
    background: #221f1f;
    color: #fff;
}
.update_details_modal .font_26 {
    font-size: 18px;
    padding-bottom: 5px;
}
.update_details_modal .btn.btn-form.robotoregular.font_19 {
    display: none;
}
md-toast{
  position: fixed !important;
  bottom: 7px !important;
  right: 7px !important;
}
.ceswrapper .paddtop{
    padding-top: 70px;
}
.about_us_wraper .font_16{
    line-height: 1.6;
}
.about_us_wraper .tab_panel {
    list-style: none;
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
}
.about_us_wraper .tab_panel li {
    display: inline-block;
    float: left;
    padding: 0 20px;
}
.about_us_wraper .tab_panel li a {
    color: #000;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    transition: all ease-in-out 0.3s;
}
.about_us_wraper .tab_panel li a:hover, .about_us_wraper .tab_panel li.active a {
    border-color: #4FB852;
    color: #4FB852;
}
.section_bg{
    position: relative;
    background: #F0F4F7;
    padding: 100px 0;
}
.section_third{
    padding: 100px 0;
}
.section_third .home_grid_block{
    /*background: #F0F4F7;*/
    border: solid 1px #e2e2e2;
    padding: 40px;
    height: 100%;
    text-align: left;
    border-radius: 30px;
}
.section_third .home_grid_block ul{
    padding-left: 17px;
}
.section_third_wraper{
    display: flex;
}
.privacy_policy_wraper{
    padding: 50px 0;
}
.privacy_policy_content {
    background: #fff;
    padding: 40px 50px;
    margin-top: 20px !important;
}
.bg_theam{
    background: #F0F4F7;
    min-height: 70vh;
}
.bg_theam_home{
    background: #F0F4F7;
}
.our_suppliers, .contact_us, .join_us{
    padding: 100px 0;
}
.chennel_partner_logos{
    padding-top: 30px;
    margin: 0 -15px;
    text-align: center;
}
.chennel_partner_logos .logos_grid{
    width: calc(100% / 6);
    padding: 15px;
    display: inline-block;
}
.chennel_partner_logos .logos_grid img{
    width: 100%;
    margin-bottom: 10px;
}
.checkoutPage .form-group {
    margin-bottom: 20px;
}
.checkoutPage input[type="text"] {
    text-transform: capitalize;
}
.checkoutPage .form-control {
    line-height: 50px;
    height: 50px;
    border-radius: 0;
    border: 1px solid #afafb1;
    font-size: 18px;
    font-weight: 500;
}
.checkoutPage textarea.form-control {
    resize: vertical;
    min-height: 150px;
    line-height: 1.7;
}
.pt50 {
    padding-top: 50px;
}
.btn-padded-medium {
    padding: 8px 30px;
}

.btn-red {
    background-color: #4FB852;
    color: #fff;
}
.btn-red:hover, .btn-red:focus {
    background-color: #333;
    color: #fff;
}
.red_font {
    color: #4FB852;
}
.mb50 {
    margin-bottom: 50px;
}
.mt30 {
    margin-top: 30px;
}
.about_us_wraper h2{
    font-size: 16px;
    font-family: 'robotobold';   
}
.join_us_form_control{
    color: #999;
}
.light_gray{
    color: #a2a2a2;
    font-weight: normal;
}
.policiesSelectionTabWrapper ul {
    display: flex;
}
.tab_panel.our_suppliers{
    margin: 40px 0 0 0;
    padding: 0;
}
.forgotPasswordText{
    margin:5px 0 0 0;
}
.margin_0{
    margin:0;
}










.dealTabPanelWrapper label.error{
    display: none !important;
}
.dealTabPanelWrapper .form-control form-control-shadowed font_18 robotoregular-shadowed{
    padding: 15px 15px;
}
.dealTabPanelWrapper .form-group {
    margin-bottom: 25px;
}
.dealTabPanelWrapper{
    margin: 0 0 10vh 0;
    float: left;
    width: 100%;
}
.vertical-tab{
    display: table;
    width: 100%;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 25%;
    min-width: 25%;
    border: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li{ 
    float: none; 
    margin-bottom: 0;
}
.vertical-tab .nav-tabs li a{
    background: transparent;
    text-align: center;
    font-weight: bolder;
    padding: 12px 10px 10px;
    border-radius: 0;
    border: none;
    color: #000;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #e2e2e2;
    border-right: 0;
    margin: 0;
}
.vertical-tab .nav-tabs li.active a{
    color: #4FB852;
}
.vertical-tab .tab-content{
    padding: 20px 20px 10px 20px;
    display: table-cell;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:#e2e2e2 1px solid;
}
.vertical-tab .tab-content h3{
    margin: 0 0 7px;
}
.formTitle{
    margin:0px 0 25px 0;
    float: left;
    width: 100%; 
}
.md-datepicker-input-container{
    border:0;
    padding: 0;
    width: calc(100% - 25px);
}
.md-datepicker-triangle-button.md-button.md-icon-button {
    height: 36px;
    width: 36px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.md-datepicker-input{
    font-size: inherit;
    font-family: inherit;
    color:inherit;
}
.md-button.md-icon-button{
    height: unset;
    width: unset;
    padding: 0;
    margin: 0;
    min-height: unset;
    line-height: 1;
}
.md-datepicker-input-mask{
    display: none;
}
.btn-form,.btn-form:active,.btn-form:focus,.btn-form:visited{
    border-color: #4FB852;
    background: #4FB852;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;

}
.btn-form:hover{
    background: #929292;
    color: #fff;
    border-color : #929292;
}
.btn-form.small-btn{
    padding: 5px 15px;
    border-color: #929292;
    background: #929292;
}
.small-btn:hover,.small-btn:active, .small-btn:focus, .small-btn:visited {
    border-color: #000;
    background: #000;
}
.relative{
    position: relative;
}
.query_label {
    position: absolute;
    right: 25px;
    left: auto !important;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}
.query_label.show_tooltip: hover .accountInpt.open:before,.query_label.show_tooltip: hover .accountInpt.open:after {
    animation: fadeIn;
    animation-duration: 0.5s;
    display: block;
}
.query_label.show_tooltip:after {
    bottom: 17px;
    right: 8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.info_tooltip_wrap {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 2;
    width: 600px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 40%);
    display: none;
}
.query_label.show_tooltip:hover .info_tooltip_wrap {
    animation: fadeIn;
    animation-duration: 0.5s;
    display: block;
}
.info_tooltip_wrap img{
    width: 100%;
    max-width: 100%;
}
.error_border .form-control{
    border-color: #ffa8a8;
}
.checkoutPage .form-group label.error{
    display: none !important;
}
.checkoutPage .form-control.error{
    border-color: #4FB852;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.thankYouWrapper{
    margin-top: 100px;
    width: 100%;
    float: left;
}
.thankyouText{
    margin-top: 30px;
    float: left;
    width: 100%;
}
.thankyouText>p{
    margin:20px 0;
    float: left;
    line-height: 1.4;
    width: 100%;
}
.thankyouText a{
    color: #22ae73;
}
.thankyouText a:hover{
    color: #00cc76;
}
.animation-ctn{
  text-align:center;
  margin-top:5em;
}

    @-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 200px
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dashoffset: 0px
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
   
    }

    100% {
        stroke-dashoffset: 960px;
      
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px 
    }

    100% {
        stroke-dashoffset: 960px
    }
}

@keyframes colored-circle { 
    0% {
        opacity:0
    }

    100% {
        opacity:100
    }
}
.inlinesvg .svg svg {
    display: inline
}
.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation-delay: 2s;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
    animation-delay: 1s;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation-delay: 1.7s;
} 

.bill_listing li {
  padding: 9px 10px 9px 35px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35px;
}

.bill_listing li.jpg_file {
  background-image: url(../images/icons/jpg_ext.png);
}
.bill_listing li.png_file {
  background-image: url(../images/icons/png_ext.png);
}
.bill_listing li.pdf_file {
  background-image: url(../images/icons/pdf_ext.png);
}
.bill_listing li.doc_file {
  background-image: url(../images/icons/doc_ext.png);
}
.bill_listing li.docx_file {
  background-image: url(../images/icons/docx_ext.png);
}


.bill_listing li.xls_file {
  background-image: url(../images/icons/xls_ext.png);
}
.bill_listing li.xlsx_file {
  background-image: url(../images/icons/xlsx_ext.png);
}
.upload_title {
    width: calc(100% - 22px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.font_10{
    font-size: 10px;
}