@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
/* Sanofi Sans start*/
@font-face {
    font-family: 'SanofiSans-Bold';
    src: url(../fonts/Sanofi_Sans-Bold.woff2);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SanofiSans-Bold_Italic';
    src: url(../fonts/Sanofi_Sans-Bold_Italic.woff2);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'SanofiSans-Italic';
    src: url(../fonts/Sanofi_Sans-Italic.woff2);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SanofiSans-Light';
    src: url(../fonts/Sanofi_Sans-Light.woff2);
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'SanofiSans-Light_Italic';
    src: url(../fonts/Sanofi_Sans-Light_Italic.woff2);
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'SanofiSans-Regular';
    src: url(../fonts/Sanofi_Sans-Regular.woff2);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SanofiSerif-Bold';
    src: url(../fonts/Sanofi_Serif-Bold.woff2);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SanofiSerif-Bold_Italic';
    src: url(../fonts/Sanofi_Serif-Bold_Italic.woff2);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'SanofiSerif-Italic';
    src: url(../fonts/Sanofi_Serif-Italic.woff2);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SanofiSerif-Light';
    src: url(../fonts/Sanofi_Serif-Light.woff2);
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'SanofiSerif-Light_Italic';
    src: url(../fonts/Sanofi_Serif-Light_Italic.woff2);
    font-weight: lighter;
    font-style: italic;
}

@font-face {
    font-family: 'SanofiSerif-Regular';
    src: url(../fonts/Sanofi_Serif-Regular.woff2);
    font-weight: lighter;
    font-style: italic;
}
/* Sanofi Sans end*/
/* Grid Adjustments Start*/
/* Desktop Start */
@media only screen and (min-width: 992px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row-20{
        margin-right: -20px;
        margin-left: -20px;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
        padding-right: 20px;
        padding-left: 20px;
    }
      
}
/* Desktop End */
/* Tablet Start */		/* Tablet Start */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cartShipToHeader .light-color > span {
	    width: 92% !important;
	}
	.influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	}
	
	.influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	    text-align: right;
	    margin-right: 10px!important;
	}
    .page-savedOrderDetailsPage .checkout .cart-left .orders-save li .checkout-data {
        margin-top: 15px !important;
    }
}
@media only screen and (min-width: 767px) and (max-width:768px) {
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc .cart-delivery-date label{
		width:35%!important;
	}
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader label {
   		 margin: 4px 0px 0px 0px !important;
	}
}
/* Tablet End */
/* Mobile Start */
@media only screen and (max-width: 480px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row-20{
        margin-right: -12px;
        margin-left: -12px;
    }
}
/* Mobile End */
/* Grid Adjustments End*/
body{
    background: #e5eff8;
    font-family: 'NotoSans';
    position: relative;
    color: #5b646e;
    font-size: 12px;
}
.bold-12{
    font-family: "NotoSansBold";
}
.font-14{
    font-size: 14px;
}
.fontBold-12{
    font-size: 12px;
    font-weight: bold;
}
.font-11{
    font-size: 11px;
}
.darkblue{
    color: #5b646e;
}
.blue-bold {
	color: #0057a6;
}
.liteblue{
    color: #73aed3;
}
.hr-line-12{
    margin: 12px 0;
}
/*common margin code start*/
.hide{
    display: none;
}
.mt0{
    margin-top: 0 !important;
}
.mt1{
    margin-top: 1rem;
}
.mt2{
    margin-top: 1rem;
}
.ml1{
   margin-left: 1rem;
}    
.ml2{
   margin-left: 2rem;
}   
.ml3{
   margin-left: 3rem;
}   
.mr1{
   margin-right: 1rem;
}    
.mr2{
   margin-right: 2rem;
}   
.mr3{
   margin-right: 3rem;
}    
.mb0{
    margin-bottom: 0!important;
} 
.mb1{
    margin-bottom: 1em!important;
} 
.border-t1{
    border-top: 1px solid #edf6fb;
}
.border-b0{
    border-bottom: 0!important;
}
/*common margin code end*/ 
/*common padding code start*/ 

.p0{
    padding: 0;
}
.pr0{
    padding-right: 0;
}
.pl0{
    padding-left: 0;
}
.pt1{
    padding-top: 1em !important;
}
.pt2{
    padding-top: 2em !important;
}
.px1{
    padding-left:1em;
    padding-right:1em; 
}
#filter-by .filterByTitle-main{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: #2a343f;
    line-height: 12px;
    padding-top: 22px;
    border: 0;
}
.mb1 {
    margin-bottom: 1em!important;
}
.mb2 {
    margin-bottom: 2em!important;
}
.mb3 {
    margin-bottom: 3em!important;
}
.pb-1{
	padding-bottom:1em!important;
}
.pb-2{
	padding-bottom:2em!important;
}
.pb-3{
	padding-bottom:3em!important;
}
.min-col-width.col-md-2,.min-col-width.col-lg-2{
    width: 13.9%;
}
/*common padding code end*/     
.display-inline{
    display: inline-block;
}
.display-block{
    display: block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right!important;
}
.text-center{
    text-align: center;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
/* font size */
.ff-bold{
    font-family: "NotoSansBold";
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fw-bold{
    font-weight: bold;
}
.fw-normal{
    font-weight: normal;
}
/*color css start*/
.light-color{
    color: #2a343f;
}
.dark-color{
    color: #5b646e;
}
.green{
   color: #3cb861;
}
.light-blue{
    color: #0057a6;
}
.text_indent{
    text-indent: 3px;
}

:focus {
    outline: 0;
}


/*common css start end*/
.main-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 100;
    opacity: 0.3;
    margin-left: -10px;
}
.float-right{
    float:right;
}
.line-height-29{
    line-height: 29px !important;
}
.modal-content{
    box-shadow: none !important;
    border: 0;
}
.modal-header .cls-btn, .modal-header .qty-cls-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


.modal-header .cls-btn img, .modal-header .qty-cls-btn img{
    width: 20px;
    height: 20px;
}

h5.dark-color.ff-bold{
    margin-top: 2px;
}
span.chevronIcon{
    background: url(../images/icons/chevron-up.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left:10px;
}
span.chevronIcon-down{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left:10px;
}
span.chevronIconWhite{
    background: url(../images/icons/chevronWhite.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
}
@media (min-width: 1280px) {
    .container {width: 1280px;}
    
    #leftCont-rightNav > aside.totals-width.right-navigation {
	    width: 426px;
	}
	.influenza-step1 .save-document.save-new-doc{
		margin-top:-10px!important;
	}
}
/*Account Menu Start*/
.middle-row {
    text-align: right;
    margin-top: 69px;
    color: #0057a6;
    font-size: 12px;
}
.chevron-left {
    width: 15px;
}
#accountMenu-nav{
    height: 40px;
    background: #2a343f;
    position: relative; 
    z-index: 1001;
}
#accountMenu-nav > .container{
    display: table;
    height: 40px;
}
#accountMenu-nav ul{
    list-style: none;
    margin: 0;
}
#accountMenu-nav .healthCare-prof{
    color: #bfc4c8;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 21px;
    width:330px;
}
#accountMenu-nav .accountMenu-item{
    display: inline-block;
}
#accountMenu-nav .accountUser-name{
    display: table;
    color: #73aed3;
    /*margin-right: 30px;*/
    margin-right: 20px;
    vertical-align: middle;
    height: 40px;
    float: left;
}
#accountMenu-nav .accountUser-name > span{
    display: table-cell;
    vertical-align: middle;
    font-family: "NotoSansBold";
}
#accountMenu-nav .myAccount-menu{
    display: table;
    color: #ffffff;
    float: left;
    position: relative;
}
#accountMenu-nav .myAccount-menu > ul{
    list-style: none;
    margin: 0;
    height: 40px;
    display: table;
    padding: 0;
}
#accountMenu-nav .myAccount-menu > ul > li{
    display: table-cell;
    margin-right: 30px;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 11px;
    width: 130px;
    font-family: 'NotoSansBold';
}
#accountMenu-nav .myAccount-menu > ul > li:first-child{
    /* background: #13181d; */
}
#accountMenu-nav .myAccount-menu > ul > li:first-child span.chevronIconWhite{
    margin: 0 4px;
}
#accountMenu-nav .myAccount-menu > ul > li:last-child{
    width: auto;
}
#accountMenu-nav .myAccount-menu > ul > li.active{
    background: #13181d;
}
#accountMenu-nav .myAccount-menu > ul > li span.accMenubtn-shade{
    width: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 101;
    display: none;
    width: 130px;
}
#accountMenu-nav .myAccount-menu > ul > li:nth-child(2) span.accMenubtn-shade{
    left: 130px;
}
#accountMenu-nav .myAccount-menu > ul > li:hover span.accMenubtn-shade{
    display: block;
}
.myAccount-menu ul li a,.LoginRegister ul li a {
    color: #fff;
    font-size: 12px;
    font-family: "NotoSansBold"; 
    text-decoration: none;
}
.myAccount-menu ul li a:hover,.myAccount-menu ul li:hover a,
.LoginRegister ul li a:hover,.LoginRegister ul li:hover a{
    color: #0057a6;
}
#accountMenu-nav .LoginRegister{
    display: table;
    color: #ffffff;
    float: left;
    /*background: #13181d;*/
}
#accountMenu-nav .LoginRegister ul{
    display: table;
    height: 40px;
    padding: 0;
}
#accountMenu-nav .LoginRegister ul li{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-weight: 600;
}
#accountMenu-nav .acc-secondMenu{
    position: absolute;
    width: 398px;
    right: 0;
    top: 44px;
    padding: 10px;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 0px 1px 1px #ccc;
    -webkit-box-shadow: 0 0px 1px 1px #ccc;
    -moz-box-shadow: 0 0px 1px 1px #ccc;
    display: none;
}
#accountMenu-nav .myAccount-menu > ul > li:hover .acc-secondMenu{
    display: block;
}
#accountMenu-nav .acc-secondMenu > ul{
    list-style: none;
    padding-right: 20px;
    margin: 0;
}
#accountMenu-nav .acc-secondMenu > ul li{
    padding: 7px 0;
    border-bottom: 1px solid #edf6fb;
}
#accountMenu-nav .acc-secondMenu > ul li a{
    text-decoration: none;
    color: #0057a6;
    font-weight: normal;
    font-family: "NotoSans";
}
#accountMenu-nav .acc-secondMenu > ul li:last-child{
    border: none;
}
/*Account Menu End*/
/*Main Menu Start*/
#mainMenu-nav{
    position: relative;
    height: 130px;
    background: #ffffff;
    padding: 20px 0 16px 0;
    box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    z-index: 1000;
}
#mainMenu-nav .mainLogoHolder a{
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.mainLogoHolder span {
    color: #bfc4c8;
    font-size: 16px;
    font-family: "NotoSansBold";
    margin-left: 3px;
    position: absolute;
    top: 2px;
}  

.footerLogo a {
    text-decoration: none;
    cursor: pointer;
   
}
.footerLogo p{
    color: #bfc4c8;
    font-size: 16px;
    font-family: "NotoSansBold";
    position: relative;
    top: 6px;
}


#mainMenu-nav .mainLogoHolder img{
    height: 48px;
}
#mainMenu-nav .cartButtons{
    text-align: right;
    height: 44px;
    padding: 8px;
    position: relative;
    z-index: 1001;
}
#mainMenu-nav .cartButtons > a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

#quick-list > span.quickList-icon{
   /*  background: url('../images/icons/quicklist.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block; */
}
#cart-value span.cartIcon{
    background: url('../images/icons/cart.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

#mainMenu-nav .cartButtons > a span.cartValue{
    position: absolute;
    background: #0091d6;
    width: 25px;
    height: 15px;
    z-index: 90;
    right: -10px;
    top: -3px;
    border-radius: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
    padding: 2px 4px 1px 3px;
}

@media only screen and (min-width: 768px)
{
    #mainMenu-nav .cartButtons > a
    {
        position: absolute;
		right: 46px;
        left: auto;
    }

    #mainMenu-nav .cartButtons > a#cart-value {
        width: 30px;
		right: 8px;
        left: auto;
        position: absolute;
		z-index: 101;
    }

    #miniCart-popover {
        position: relative;
        left: -213px!important;
        top: 12px!important;
    }
	
	.miniCart-popover .miniCart-head .mini-triangle:before {		
	    height: 32px;		
	    width: 50px;		
	    position: absolute;		
	    top: -32px;		
	    left: -24px;		
	    content: "";		
	    background: transparent;		
	    z-index: -1;		
	}
}

#mainMenu-nav .headSearch-holder{
    float: right;
}
#mainMenu-nav .header-SearchBar{
    width: 100%;
    height: 44px;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: right;
}
#mainMenu-nav .header-SearchBar input{
    border: 0;
    box-shadow: none;
    height: 42px;
    background: none;
}
#mainMenu-nav .header-SearchBar button.btn{
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#mainMenu-nav .header-SearchBar button.btn span.searchIcon{
    background: url('../images/icons/search.svg') no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

#mainMenu-nav .header-SearchBar button.btn span.closeIcon{
    background: url('../images/icons/close.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.close-btn {
	background: none !important;
}
.close_button {
	padding: 2px;
}
#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
    position: absolute;
    width: 384px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: auto;
    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
}
#header-searchResult p{
	padding:0;
}
#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput ul{
	padding: 20px;
    margin: 0;
    display:inline-block;
}
#mainMenu-nav .header-SearchBar .ui-front ul{
    position: absolute;
    width: 383px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: 150px;
    display: none;
    box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
}
#mainMenu-nav .header-SearchBar .ui-front ul li:last-child{
	margin-bottom:0;
}
.search-see-all{
    font-size: 12px;
    font-weight: normal;
    color: #0057a6;
    float: right;
    cursor: pointer;
    margin-top: 4px;
}

.matching-products, .matching-categories {
       padding :10px;
}
.matching-products, .matching-categories hr{
	margin:10px 0 10px 0;
}

.ui-menu-item-wrapper .thumb  img {
    vertical-align: middle;
}

.ui-menu-item-wrapper .thumb img, .ui-menu .thumb img {
       border: 0;
       width: 32px
}

#mainMenu-nav .header-SearchBar input:focus ~ .header-searchOutput{
    display: block;
}
#mainMenu-nav .header-SearchBar input:focus ~ .input-group-btn{
    background: #0057a6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#mainMenu-nav .header-SearchBar input:focus ~ .input-group-btn .searchIcon{

    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(142deg) brightness(106%) contrast(103%);
}

.header-SearchBar .header-searchOutput hr{
    margin: 8px auto 12px auto;
}
#mainMenu-nav .header-SearchBar .ui-front  ul{
    list-style: none;
       padding: 12px;
    margin-bottom: 26px;
}
#mainMenu-nav .header-SearchBar .ui-front ul li{
    margin-bottom: 20px;
    padding-left: 0;
}
#mainMenu-nav .header-SearchBar .header-searchOutput ul li span{
    color: #0057a6;
    font-size:14px;
}
.matching-products, .matching-categories > p, #search-category > p,#header-searchResult > p{
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #2a343f;
}
.headSearch-holder ul{
    margin-top: 10px;
}
.headSearch-holder ul li{
    padding-left: 38px;
    position: relative;
}
.headSearch-holder ul li a > span{
    position: relative;
    left: 0;
}

.matching-products ul, .fw-mt{
    margin-top: 10px;
}
.matching-products ul li{
    padding-left: 38px;
    position: relative;
}
.matching-products ul li a > span{
    position: relative;
    left: 0;
}

.ui-menu-item-wrapper .thumb + .name{
	display: inline-block;
    margin-left: 10px;
}

#search-category ul{
    margin-top: 15px;
}
#search-category ul li a > span{
    background: #edf6fb;
    color: #73aed3;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    font-family: "Poppins-Medium";
    font-size: 20px;
    line-height: 22px;
}
#mainMenu-nav .mainMenu-list{
    margin-top: 23px;
    position: relative;
    height: 40px;
    font-family: 'Poppins-Medium';
}
#mainMenu-nav .mainMenu-list > ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    left: -20px;
}
#mainMenu-nav .mainMenu-list > ul > li{
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px;
    cursor: pointer;
}
#mainMenu-nav .mainMenu-list > ul > li:hover{
    background: #ffffff;
    padding-bottom: 20px;
    box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
}
/*#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
    display: block;
}*/
#mainMenu-nav .mainMenu-list > ul > li a{
    text-decoration: none;
    color: #0057a6;
}
#mainMenu-nav .mainMenu-list > ul > li > a{
    font-size: 14px;   
}
#mainMenu-nav .mainMenu-list > ul > li:hover > a{
    text-decoration: underline;
    color: #0057a6;
}
#mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down{
    margin-left: 10px;
}
#mainMenu-nav .main-secondMenu{
    width: 1155px;
    min-height: 200px;
    position: absolute;
    top: 43px;
    background: #fff;
    left: 0px;
    padding: 15px 20px;
    box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    display: none;
    z-index: 100;
}
#mainMenu-nav .main-secondMenu > ul{
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
    margin: 0;
}
#mainMenu-nav .main-secondMenu > ul li{
    padding: 7px 0;
    border-bottom: 1px solid #edf6fb;
}
#mainMenu-nav .main-secondMenu > ul li.menu-locked{
    padding-left: 20px;
    position: relative;
}
#mainMenu-nav .main-secondMenu > ul li a{
    text-decoration: none;
}
#mainMenu-nav .main-secondMenu > ul li a sup{
    margin-left: 2px;
    font-size: 12px;
    top: 0;
}
#mainMenu-nav .main-secondMenu > ul li:last-child{
    border: none;
}
#mainMenu-nav .main-secondMenu > ul li span.lock-icon{
    background: url(../images/icons/lock.svg) no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: 15px;
    position: absolute;
    left: 0;
    top: 8px;
}
#mainMenu-nav .main-secondMenu .menu-promoBox{
    display: table;
}
#mainMenu-nav .menu-promoBox .promo-imgArea{
    display: table-cell;
}
#mainMenu-nav .menu-promoBox .promo-textArea{
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    color: #5b646e;
    font-family: "NotoSans";
}
#mainMenu-nav .menu-promoBox .promo-textArea p:first-child{
    font-size: 16px;
    font-family: "NotoSansBold";
}
#mainMenu-nav .menu-promoBox .promo-textArea{
    font-size: 14px;
}
/*Main Menu End*/
/*Footer Style Start*/
#mainFooter{
    background: #2a343f;
    color: #ffffff;
    padding: 32px 0 ;
    font-size: 14px;
    width: 100%;
    overflow: inherit;
}
#mainFooter hr{
    margin: 0;
    border-color: #13181d;
}
#mainFooter p{
    margin: 0;
}
#mainFooter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#mainFooter ul li a{
    color: #ffffff;
    text-decoration: none;
}
#mainFooter .footerRow1{
    padding-bottom: 20px;
}
#mainFooter .footerRow1 > .footerCol{
    min-height: 260px;
}
#mainFooter .footerRow1 > .footerCol:first-child{
    padding-top: 66px;
    text-align: center;
}
#mainFooter .footerLogo{
    text-align: center; 
}

#mainFooter .footerRight-logo img{
    /*width: 188px;*/
    height: 22px;
}
#mainFooter .footerMyacc-btn{
    background: none;
    color: #ffffff;
    padding: 10px 35px;
    font-weight: bold;
    margin-top: 35px;
    border: 2px solid #ffffff;
    outline: none;
    width: 172px;
    height: 44px;
}
#mainFooter .footerMyacc-btn:hover{
    opacity: 0.8;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2){
    border-left: 1px solid #13181d;
    border-right: 1px solid #13181d;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2){
    padding-top: 45px;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2) ul li{
    margin-bottom: 32px;
    font-family: "Poppins-Medium";
}
#mainFooter .footerRow1 > .footerCol:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
}
#mainFooter .footerRow1 > .footerCol:last-child > p{
    font-weight: bold;
    color: #73aed3;
    margin-bottom:  25px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li{
    margin-bottom: 24px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li a{
    text-decoration: underline;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span:first-child{
    color: #73aed3;
    font-size: 16px;
    margin-right: 10px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span.footerIcon{
    width: 30px;
    height: 30px;
    display: inline-block;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span.footerIcon img{
    filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -ms-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -webkit-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
}
#mainFooter .footerRow2{
    padding: 32px 0;
    color: #bfc4c8;    
}
#mainFooter .aboutVacShop{
    font-family: 'NotoSansBold';
}
#mainFooter .footerRow3{
    padding-top: 20px;
}
#mainFooter .footerRow3{
    font-size: 12px;
}
#mainFooter .footerRow3 > .footerCol:last-child ul li{
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
}
/*Footer Style End*/

/* Mobile Styles */
@media only screen and (min-width: 480px) {
    #accountMenu-nav .myAccount-menu > ul > li span.chevronIcon{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIconWhite{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIcon{
        display: inline-block;
        margin: 0 4px;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover{
        background: #ffffff;
        color: #0057a6;
        font-weight: bold;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 #mainMenu-nav .mainLogoHolder img{
        width: 80%;
    }
    .Fields-container .faxvalid {
    top: 53px;
	}
}
@media screen and (min-width:1024px) and (max-width:1100px){
	 .influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	    text-align: right;
	    margin-right: -70px!important;
	}

	label.adding-card-checkbox {
	    margin-right: 10px;
	}
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 81%!important;
	}
}
@media screen and (min-width:1025px) and (max-width:1279px){
	 .influenza-step1 .save-document.save-new-doc.back-board {
	    margin-top: 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1210px) {
	.influenza-step1 .save-document.save-new-doc.back-board {
    	margin-right: -80px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px) {
		#account_invoice_financials_wrapper {
	overflow-x: scroll;
	}
	}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main-container{
        width: 100%;
    }    
    form#fluPlaceOrderForm {
	    padding: 0 15px;
	}
    .product-price-btton{
		 width: 100%!important;
		 margin-top:20px;
	}
    .mainLogoHolder span{
    	top:0;
    	margin-left:3px;
    }
    #mainMenu-nav .cartButtons{
        text-align: left;
    }
    #mainMenu-nav .main-secondMenu{
        width: 100%;
        left: 0;
        padding: 15px 20px;
    }
    #mainMenu-nav .mainMenu-list > ul{
        left: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li{
        margin-right: 0;
        padding: 10px 5px;
    }
    #mainMenu-nav .main-secondMenu .menu-promoBox{
        padding: 0;
        margin-top: 20px;
    }
    #mainFooter .footerLogo img{
        width: 100%;
    }
    #mainFooter .footerRight-logo img{
        width: 175px;
    }
    #mainFooter .footerRow3 > .footerCol:last-child ul li:last-child{
        margin: 0;
    }
    .acc-search-icon .product-price-btton{
        width: 100% !important;
    }
    .allInvoice #filter-by {
	    padding: 10px 20px;
	    width: 190px;
	    margin-right: 0;
	}
	.allInvoice .calender .form-horizontal input[type="text"]{
		width:150px;
	}
	.allInvoice #main-container .header-SearchBar{
		width:150px;
	}
	.allInvoice #productList-area > aside#filters-aside {
	    padding: 0;
	    width: 190px;
	}
	.miniCart-popover .miniCart-foot {
	    margin: 0;
	    background: #FFF;
	}
	.small-btn button {
	    width: 98px!important;
	} 
	.Fields-container.pref_lang {
	    padding-bottom: 30px;
	}
	
	.credit-return.contact_resv .res_contact-edit ul li {
    min-height: 44px!important;
    padding: 13px 12px;
	}
	.credit-return.contact_resv #orderContactForm ul li.selected.active a {
	    color: #fff;
	}
	
	.small-btn button {
	    width: 98px;
	}
	
	.pref_lang .radio_grp span#phoneNo.errors {
	    margin-top: 10px;
	   
	} 
	.horizontal-banner img{
		width:100%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#mainMenu-nav .mainLogoHolder img{
	        width: 98%;
	        height: auto;
	    }
	 .mainLogoHolder span{
	 	top:-1px;
	 } 
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
	#mainMenu-nav .cartButtons{
		right:-16px!important;
	}
	.childViewTable #sort-by-region .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: 122px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#creditDisplayTable .adding-card-checkbox {
		padding-top: 0px !important;
	}
	#creditDisplayTable .commonViewTable .childViewTable button {
	    width: 146px;
    	height: 28px;
    	padding-top: 3px;
	}
	#creditDisplayTable .childViewTable .commonRow label + span {
		display: inline-block !important;
	}
	.miniCart-popover .miniCart-foot.save-document {
	    float: none;
	}
	.childViewTable #sort-by-region span {
	   
	    min-width: auto!important;
	}
	.adding-card-checkbox span.checkmark.boldVal {
    	top: 0!important;
	}
	.online-invoices.op_check .commonViewTable .childViewTable span > span.panel.panel-newdrp.boldVal {
	    width: 15%;
	    float: left;
	}
	.online-invoices.op_check .commonViewTable .childViewTable span > span.float-left.boldVal {
	    width: auto;
	    margin-left: 8px;
	}
    .preview-contact {
        padding-top: 25px !important;
    }
    .acc-search-icon .product-price-btton{
        width: 99% !important;
    }
    .three-columns> .third-col {
        padding: 0 12px;
    }
    #cart-value h5{
        line-height: 29px;
    }
    #accountMenu-nav{
        height: 20px;
        z-index: 101;
    }
    .product-price-btton{
		 width: 100%!important;
		 margin-top:20px;
	}
    #accountMenu-nav > .container{
        height: 20px;
        margin: 0;
    }
    #mainMenu-nav{
        padding: 0 15px;
        height: auto;
    }
    #mainMenu-nav hr.hidden{
        display: block !important;
    }
    #mainMenu-nav .mainLogoHolder{
        width: 150px;
        float: left;
        padding: 0;
        height: 25px;
        margin-top: 8px;
        margin-left: 7px;
    }
    #mainMenu-nav .cartButtons{
        float: right;
        padding: 0;
        right: 10px;
		position:absolute;
    }
    #mainMenu-nav .cartButtons > a{
        width: 44px;
        height: 44px;
        padding: 7px;

    }
    #mainMenu-nav .cartButtons > a span.cartValue{
         top:1px;
    }
    #mainMenu-nav .headSearch-holder{
        padding: 0;
        margin: 11px auto;
    }
    #mainMenu-nav .header-SearchBar{
        float: none;
        width: 100%;
    }
    #mainMenu-nav .header-SearchBar .header-searchOutput{
        width: 100%;
    }
    #mainMenu-nav .header-SearchBar .header-searchOutput{
	    position: absolute;
	    width: 380px;
	    right: 0;
	    top: 47px;
	    background: #ffffff;
	    padding: 20px;
	    z-index: 1000;
	    min-height: 300px;
	    width: 100% !important;
	    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	    -webkit-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	    -moz-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	}
	#mainMenu-nav .header-SearchBar .header-searchOutput ul{
		width: 100% !important;
	}

    #accountMenu-nav .accountMenu-item{
        position: fixed;
        width: 100%;
        background: #2a343f;
        z-index: 101;
        left: -500px;
        bottom: 0;
    }
    #accountMenu-nav .accountUser-name{
        margin: 0;
        width: 100%;
        padding: 0 12px;
        border-bottom: 1px solid #13181d;
        height: 44px
    }
    #accountMenu-nav .myAccount-menu{
        width: 100%;
        height: 44px;
    }
    #accountMenu-nav .myAccount-menu > ul{
        width: 100%;
        height: 44px;
    }
    #accountMenu-nav .myAccount-menu > ul span.chevronIconWhite{
        float: right;
        transform: rotate(-90deg);
        margin-top: 4px;
    }
    #accountMenu-nav .myAccount-menu > ul span.chevronIcon{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:first-child{
        width: 100%;
        background: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:last-child{
        position: absolute;
        top: -30px;
        right: 0;
        margin: 0;
    }
    #hamburger-menu-btn{
        float: left;
        margin: 0;
        padding: 3px;
        cursor: pointer;
        height: 44px;
        margin-left: -3px;
    }
    #mainMenu-nav .head-mob-hr{
        margin: 0 -15px;
        box-shadow: 0 4px 3px 0px #ccc;
        border: 0;
        position: relative;
        top: -3px;
    }
    #hamburger-menu-btn.navbar-toggle .icon-bar{
        background: #0057a6;
        width: 25px;
    }
    #mainMenu-nav .mainMenu-list{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -500px;
        background: #fff;
        z-index: 9999;
        margin: 0;
        padding: 0;        
    }
    .middle-row {
        text-align: left;
        margin-bottom: 0px;
		margin-top: 0px!important;
	}
	.margin-gap .middle-row {
		margin-bottom:16px;
	}						  
    .min-height{
        min-height:50px;
    }
    
    body{width: 100%}
    #mainMenu-nav .mainMenu-list, body, #accountMenu-nav .accountMenu-item{transition: 0.6s ease;}
    body{left: 0;}
    body.slideMenu{
        left: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
    }
    #mainMenu-nav .mainMenu-list.slideMenu, #accountMenu-nav .accountMenu-item.slideMenu{left: 0 !important;}
    #mobMenu-btn{
        width: 100%;
        height: 44px;
        color: #5b646e;
        padding: 12px;
        background: #edf6fb;
        font-family: "NotoSansBold";
    }
    #mobMenu-btn span{
        background-image: url(../images/icons/close.png);
        width: 22px;
        height: 22px;
        background-size: 22px;
        float: right;
        display: inline-block;
    }
    #mobMenu-back{
        width: 100%;
        height: 44px;
        color: #ffffff;
        padding: 12px;
        background: #2a343f;
        font-family: "NotoSansBold";
        display: none;
    }
    #mobMenu-back span.chevronIconWhite{
        float: left;
        transform: rotate(90deg);
        margin: 4px 10px 0 0px;
    }
    #mainMenu-nav .mainMenu-list > ul{
        left: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li{
        width: 100%;
        position: relative;
        height: 44px;
        padding: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li:last-child{
        border: none;
    }
    #mainMenu-nav .mainMenu-list > ul > li:hover{
        box-shadow: none;
        padding: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active{
        background: #edf6fb;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active .main-secondMenu{
        display: block;
    }
    #mainMenu-nav .mainMenu-list > ul > li > a{
        text-decoration: none !important;
        padding: 12px 0;
        margin: 0 12px;
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }
    #mainMenu-nav .mainMenu-list > ul > li:last-child > a{
        border: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down{
       float: right;
	    transform: rotate(-90deg);
	    margin-top: -26px;
	    margin-right: 15px;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active span.chevronIcon-down{
        display: none;
    }
    #mainMenu-nav .main-secondMenu{
        left: 0;
        top: 132px;
        width: 100%;
        height: calc(100% - 132px);
        overflow-y: scroll;
        position: fixed;
        padding-top: 0;
        z-index: 101;
    }
    #mainMenu-nav .main-secondMenu > ul{
        padding: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    #mainMenu-nav .main-secondMenu > ul li{
        height: 44px;
        padding: 12px 0;
    }

    #mainFooter .footerRow1 > .footerCol:first-child{
        padding-top: 0;
        height: auto;
        min-height: auto;
    }
    #mainFooter .footerLogo{
        margin-bottom: 32px;
    }
    #mainFooter .footerLogo img{
        width: 234px;
    }
    #mainFooter .footerMyacc-btn{
        margin: 0;
        margin-bottom: 32px;
    }
    #mainFooter .footerRow1 > .footerCol:nth-child(2){
        padding-top: 32px;
        min-height: auto;
    }
    #mainFooter .footerRow1 > .footerCol:last-child{
        padding-bottom: 0;
        padding-top: 32px;
    }
    #mainFooter .footerRow1{
        padding-bottom: 0;  
    }
    #mainFooter .footerRow1 hr{
        display: block !important;
    }
    #mainFooter .footerRow1 > .footerCol{
        min-height: auto;
    }
    #mainFooter .footerRow3{
        padding: 0;
        padding-top: 32px;
    }   
    #mainFooter .footerRow2 > .footerCol:first-child, #mainFooter .footerRow2 > .footerCol:nth-child(2){
        margin-bottom: 20px;
    }
    #mainFooter .footerRow3 > .footerCol:first-child, #mainFooter .footerRow3 > .footerCol:nth-child(2){
        margin-bottom: 20px;
    }
    #mainFooter .footerRow3 > .footerCol:last-child ul li{
        margin-bottom: 10px;
        display: block;
    } 
	.cartShipToHeader .light-color > span {
	    float: right;
	    width: 84.8%!important;
	}
	.checkout-details li .trash img {
	    margin-top: -10px;
	}
	.ftrCol{
		clear: both; 
		padding-left: 20px;
	}
	.header-alignment.ftrColP{
		padding-left: 8px; 
		padding-right:8px;
	}
	.mble-hide{
		display: none;
	}
	.lower-footer-logo .lowerFooterRow3{
		padding-left:20px;
	}
	.lower-footer-logo .lowerFooterRow3 .lower-footer-alignment, .ftrCol.image-alignment{
		padding-left:0;
		padding-right:0;
	}
	#mainFooter ul.ftr-trmsLnks-lst{
		display: flex;
		flex-wrap: wrap;
	}
	#mainFooter ul.ftr-trmsLnks-lst li{
		flex-grow:2;
		flex: 1 0 33%;
	}
	#mainMenu-nav .header-SearchBar .ui-front ul{
		width: 100% !important;
	}
	#sanofiOnlinePayInfoForm .sort-by-region{
		clear: both;
		width: 100% !important;
	}
	#account_invoice_financials_wrapper .commonViewTable .childViewTable span > span{
		float: right !important;
		margin-top: 3px;
	}
	.save-edit .panel-group .panel-heading+.panel-collapse>.panel-body {
		margin-top: 0!important;
	}
	.edit-saved-cart.save-edit.accrdn-blk {
		padding-bottom: 32px;
	}
	.cart-left .save-edit .checkout-details {
		border-bottom: none!important;
	}
	.save-edit .checkout-details .unitCount-comp {
		position: unset;
	}
	.added-to-cart {
		left: -96px !important;
	}
	
}


/****** product details *****/
.pdp-title{
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins-Medium";
  color: #0057a6;
}
.unit-price{
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.number{
    width: 103px;
    height: 24px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2a343f;
    margin-bottom:8px;
}
.package{
    width: 252px;
    height: 35px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: normal;
    color: #5b646e;
}
.add-to-cart-button{
    width: 228px;
    height: 45px;
    border-radius: 4px;
    background-color: #0057a6;
    border: 4px solid #0057a6;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
}
.all{
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    text-align:right;
}
  .accordion-img{
      width:17px;
      height:17px;
      margin-right: 4px;
  }
  .prod-details-img{
    position: relative;
    margin-top: 32px;
  }
  .img-my-formulary{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    background: #edf6fb;
    text-align: center;
    padding: 2px;
    color: #73aed3;
    font-weight: bold;
  }
  .prod-details-img img{
    width: 100%;
  }
  
  .prod-details-img img.xzoom3{
  height:251px !important;
  }
  .prod-detail-pdfs .pdfs-title{
    font-weight: bold;
    letter-spacing: 1.9px;
    color: #73aed3;
    margin: 0;
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf6fb;
    margin-bottom: 8px;
  }
  .prod-detail-pdfs ul.pdfs-list{
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    margin-top: 20px;
  }
  .prod-detail-pdfs ul.pdfs-list li{
    cursor: pointer;
    padding: 4px 0;
  }
  .prod-detail-pdfs ul.pdfs-list li img{
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }
  .sanofi-accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0 !important;
  }
  .sanofi-accordion .panel-heading{
    background: none;
    padding: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #e5e9ec;
    color: #5b646e;
  }
  .sanofi-accordion .panel-heading .firstLevel-acc {
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
.sanofi-accordion .panel-heading .firstLevel-acc label {
  font-family: "NotoSansBold";
  margin: 0;
}
  .sanofi-accordion span.accPlusIcon {
    background-image: url(../images/icons/minus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    cursor: pointer;
}
.sanofi-accordion span.accPlusIcon.collapsed{
    background-image: url(../images/icons/plus.png) !important;
  }
  .right-sec-row-box{
    width:300px;
    height:250px;
    background-color: #f2f2f2;
    margin: 20px auto;
    float: none;
}
.pro-market {
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #bfc4c8;
  padding: 116px 58px 98px 58px;
  margin: 0;
}
  
/**** imag gallery slider ****/
.albery-container, .pagination-container {
	position: relative;
	/* center it */

	/*margin-left: auto;
	margin-right: auto;*/
	width: 400px;
	overflow: hidden;
}

.albery-wrapper {
	position: relative;
	height: auto;
	width: 1600px;
}
.albery-item {
	position: relative;
	float: left;
	width: 400px;
	/*cursor: zoom-in;*/
}
.albery-item img {
	width: 100%;
}

.move-left, .move-right {
	position: absolute;
	width: 18%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.move-left a, .move-right a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	transition: all .5s;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	width: 0;
	height: 0;
}
.move-left a:hover, .move-right a:hover {
	color: rgba(255,255,255,0.9);
}
.move-left a {
	border-right: 34px solid rgba(255,255,255,0.5);
}
.move-right a {
	border-left: 34px solid rgba(255,255,255,0.5);
}

.move-left {
	left: 0;
}

.move-right {
	right: 0;
}
.change-loc img{
    height: 251px;
    width: 376px;
}
.pagination-wrapper {
	position:relative;
	height: auto;
	width: 1600px;
}
.pagination-item {
	position: relative;
	float: left;
	width: 144px;
	margin-right: 13px;
	cursor: pointer;
}
.pagination-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.clearfix{
	min-height:32px;
}


  
.nopadding-nomargin{
	padding:0;
	margin:0;
}
.margin0{
	margin:0;
}
.padding0{
	padding:0;
}
.two-sample-img{
	border: 1px solid #eee;
    margin-top: 29px;
    margin-bottom: 21px;
}
.acc-warning-box{
	min-height:104px;
	background-color:#fff;
	margin-bottom:4px;
	border-left:4px solid #de1848;
}
.acc-warning-box .acc-close-button{
	/*float: right;
    margin: 23px 0px 0 0px;*/
}
.acc-warning-box p{
    margin:23px 0 0 33px;
}
.acc-warning-box .warning-text{
	padding-left: 13px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    color: #2a343f;
}
.acc-warning-box .sub-text{
    font-family: NotoSans;
    font-size: 14px;
    color: #5b646e;
    margin: -2px 0px 0px 78px;
}
.acc-warning-box .cls-btn{
	width: 16px;
    height: 16px;
	float: right;
    margin-top: 13px;
    cursor: pointer;
}
.acc-order-details .orders{
	font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: 25px;
}
.acc-order-details .recent-orders{
	margin-top: 25px;
    height: 20px;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
    text-align: right;
    text-transform: uppercase;
}
/*data table*/
#example_filter{
	display:none;
}
#example_info{
	display:none;
}
.rotate {
	width: 7px;
    height: 7px;
    color: #fff;
    
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
	width: 7px;
    height: 7px;
    color: #fff;
    padding-right: 51px;
}
.fa-caret-down:before {
    content: "\f0d7";
	width: 7px;
    height: 7px;
    color: #fff;
    padding-left: 22px;
}
.heading{
	min-height: 44px;
    border: 1px solid #73aed3;
    background-color: #73aed3;
    color: #fff;
    text-shadow: none;
}
.ad-date{
 width:90px !important;
 height:44px;
 padding-left:7px;
 }
 .ad-order{
 width:100px !important;
 padding-left:7px;
 }
 .ad-status{
 width:90px !important;
 padding-left:7px;
 }
 .ad-po{
 width:240px !important;
 padding-left:7px;
 }
 .ad-location{
 width:194px !important;
 padding-left:7px;
 }
 .ad-invoice{
	 width:130px !important;
	 padding-left:7px;
 }
 .ad-prompt{
	 width:174px !important;
	 padding-left:7px;
 }
 .ad-amount-due{
	 width:130px !important;
	 padding-left:7px;
 }
 #example{
	 margin-top:19px;
 }
 #example th,td{
	 border-right:1px solid #fff;
	 padding-left: 8px;
 }
 #example tr{
	 height:40px;
	 
 }
 #example thead tr{
 cursor:pointer;
 }
 #account_invoice_financials thead tr {
    cursor:pointer;
}
 #example1 thead tr, #example2 thead tr, #example3 thead tr{
 cursor:pointer;
 }
 #example_invoice thead tr{
 cursor:pointer;
 }
 #applyCreditsTable thead tr{
 cursor:pointer;
 }
 #example tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}
#example td{
	padding-left:8px;
	padding-right:13px;
}
.table-tooltip {
    width: 15px;
    height: 15px;
}
.ad-download-button img.download-guide {
    width: 22px;
    padding-right: 4px;
    margin-bottom: 8px;
}
.three-columns-line1 .download-guide{
    margin-top:0;
    margin-bottom:0;
    width:14px;
}
.ad-blue-button {
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 205px;
    height: 44px;
    margin-left: 20px;
    margin-top: 42px;
}
.line-top-sanofi {
    border-top: 4px solid #edf6fb;
    width: 839px;
    margin-left: -18px !important;
    margin-top: 32px !important;
}
.table-sanofi{
    margin-top:0;
}
.table-sanofi .financial{
	font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.table-sanofi .four-tabs{
	float:right;
}
.table-sanofi .four-tabs li {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
}
.table-sanofi .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0057a6;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd; 
    border-bottom: 3px solid #0057a6;
}
.ad-files-text{
font-size: 12px;
    text-align: right;
    margin-top: 16px;
    
}
 .ad-files-text.full-wd{
	margin-bottom:13px;
}
.ad-files-text img{
	max-width: 21px;
    max-height: 22px;
}
.theLink1{
	/*padding: 9px 12px !important;*/
	width: 52px;
}
.theLink1:hover{
	background-color:#0057a6;
	color:#fff !important;
	width: 52px;
	height:40px;
	/*padding: 9px 12px !important;*/
}
.dropdown {
  position: relative;
  display: inline-block;
}

#example1 .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top:-26px;
  right:34px;
}

.glyphicon-option-horizontal {
    color: #0057a6;
    top: 13px;
    /*padding-left: 14px;*/
}
.glyphicon-option-horizontal:before{
    padding-left:11px;
}
.glyph-dropdown:hover{
    color:#fff;
}
.dropdown-menu .three-texts {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: -40px !important;
    margin-left: -169px !important;
}
 #example1{
	 margin-top:13px;
 }
 .invo_wid{
 	width:100%;
 }
 #example1 th,td{
	 border-right:1px solid #fff;
 }
 #example1 tr{
	 height:40px;
 }
 #example1 tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}
#example1 td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
}
#example1 .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}
.glyph-drpdwn .dropdown-toggle:hover {
    background-color: #0057a6;
    color: #fff;
    height: 40px;
    /* width: 67px; */
    padding: 10px;
    margin: 0px -9px 0 -6px;
}
#example1 .dropdown:hover .dropdown-content {display: block;}
.dropdown-menu .three-texts{
	width:186px;
	background-color:#fff;
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
	font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: -40px !important;
    margin-left: -169px !important;
}
.dropdown-menu .three-texts li{
	border-bottom: 1px solid #e5e9ec;
    padding: 12px 15px;
}
.dropdown-menu .three-text-border{
	border-bottom: 1px solid #e5e9ec;
    margin-top: 5px;
    margin-bottom: 13px;
}
#example1 .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#example1_filter,#example1_info{
	display:none;
}
/*table ends*/
.three-columns-line img{
	width: 44px;
    height: 44px;
    margin: auto;
    display: block;
    margin-top: 46px;
    margin-bottom: 8px;
}
.three-columns-line h3{
	
  min-height: 77px;
  font-family: 'Poppins-medium';
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #73aed3;
}
.three-columns-line span{
	font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0057a6;
    margin: 0 0 5px;
}
.three-columns-line p{
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #5b646e;
    margin: 0 0 5px;
}
.three-columns-line {
    width:100% !important;
    border-right: 0px solid #edf6fb;
    min-height: 416px;
}
.three-columns-line1{
    width:100% !important;
    border-right: 0px solid #edf6fb !important;
}
#product-overview-carousel .three-columns-line1 .mini-card{
    border-right: 0px solid #edf6fb !important;
}
.three-columns-line1 img{
	margin-top: 45px;
    margin-bottom: 11px;
}
.three-columns-line1 h6{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    text-align: center;
    color: #73aed3;
    margin-bottom: 4px;
}
.three-columns-line1 h5{
	font-family: 'Poppins-medium';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0057a6;
}
.three-columns-line1 p{
	width: 207px;
    height: 54px;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5b646e;
}
.ad-confirm-button{
	margin-top: 95px !important;
	margin-left:0 !important;
}
.ad-order-button{
	margin-top: 135px !important;
	margin-left:0 !important;
}
.ad-download-button{
	margin-top: 6px !important;
	margin-left:0 !important;
}
.line-top-sanofi1 {
    border-bottom: 4px solid #edf6fb;
    width: 832px;
    margin-left: -32px;
}
.line-bottom-banner {
    border-top: 4px solid #edf6fb;
    margin-left: -39px !important;
    margin-right: -38px;
    margin-top: 32px !important;
}
.line-top-sanofi-acc{
	border-top: 4px solid #edf6fb;
    width: 838px;
    margin-left: -34px !important;
    margin-top: 32px !important;
}
.acc-chart h3 {
    width: 77px;
    height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-chart h6{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
    margin-bottom: 0;
}
.select-chart {
    width: 362px !important;
    height: 45px !important;
}
.new-drpdown-list {
    width: 362px !important;
	margin-top: 18px !important;
}
.three-list-items {
    display: flex;
    list-style: none;
    margin-bottom: 32px !important;
	margin-top: 30px !important;
}
.three-list-items li {
    margin-right: 45px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2a343f;
}
.three-list-items .third-li:before {
    content: "\2022";
    color: #004f98;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items .fst-li:before {
    content: "\2022";
    color: #73aed3;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items .sec-li:before {
    content: "\2022";
    color: #0091d6;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items span {
    display: block;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bfc4c8;
    border-bottom: solid 1px #bfc4c8;
    padding-bottom: 12px;
    padding-top: 5px;
    margin-left: 16px;
}
.ct-donut-center1 {
    font-size: 38%;
    text-anchor: middle;
    font-family: 'Poppins-medium';
}
.ct-donut-wrapper {
    margin: auto;
    display: block;
	margin-top: 35px;
}
.bottom-banner-text span{
    display:block;
}
.ad-detailed-button {
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 243px;
    height: 44px;
    margin-left:20px;
}
.accr-new-title {
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
#accr-new .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
#accr-new .panel-heading {
    background: none;
    padding:4px 0 4px 0px;
    border-bottom: 1px solid #e5e9ec;
}
#accr-new .ipol{
    border-bottom: 1px solid #e5e9ec;
}
#accr-new .panel-heading .firstLevel-loc {
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
#accr-new .panel-heading .firstLevel-loc label {
    font-family: "NotoSansBold";
    margin: 0;
}
#accr-new .panel label {
    position: relative;
    text-indent: 0;
    padding-left: 0px;
    cursor: default;
}
#accr-new .sub-text {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5b646e;
    margin:0;
    padding:0;
}
#accr-new span.locPlusIcon.collapsed {
    background-image: url(../images/icons/plus.png) !important;
}
#accr-new span.locPlusIcon {
    background-image: url(../images/icons/minus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 9px;
    cursor: pointer;
}
#accr-new .ad-blue-button{
background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 205px;
    height: 44px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.bottom-banner {
    width: 763px;
    height: 90px;
    background-color: #f2f2f2;
    margin-top: 32px;
    margin-bottom: 36px;
    margin-right: 54px;
    margin-left: 3px;
    text-align: center;
}
.bottom-banner-text {
    margin-top: 32px;
    color: #bfc4c8;
}
.ad-acc-details .titletext1 {
    font-family: 'NotoSansBold';
    background-color: #73aed3;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 2px;
    margin-left: -36px;
    margin-right: -32px;
    font-size: 12px;
    margin-top: 1px;
}
.ad-acc-details .acc-title {
    font-family: 'Poppins-medium';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.5px;
    color: #0057a6;
}
.acc-title-manage img {
    width: 16px;
}
.acc-title-manage {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    text-align: right;
    margin-top:6px;
}
.sec-padding h3{
	
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
	margin:0;
}
.sec-padding span{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    display: block;
	margin-bottom: 5px;
}
.img-subtext {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
	margin-bottom:4px;
}
.img-subtext img {
    width: 16px;
    height: 16px;
}
.img-subtext-numb {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.img-subtext-numb img {
    width: 16px;
    height: 16px;
}
.ad-acc-details ul li{
	border-top:1px solid #eee;
	margin-top: 13px;
}
.sec-padding{
	margin-top:20px;
}
.line-divider {
    border: 2px solid #edf6fb;
    margin-left: -32px;
    margin-right: -37px;
    margin-top: 20px;
}
.corporate-box {
    min-height: 310px;
    text-align: center;
    padding-top: 149.3px;
    color: #bfc4c8;
}
.corporate-box img{
	max-width:376px;
	width:100%;
}
.ad-product-details h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.ad-product-details h6 {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
}
.ad-upload-order h6 {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
}
.search-items {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-search-icon{
	padding-left: 15px;
}
.right-sde {
    padding: 0 !important;
}
.header-SearchBar {
    width: 362px;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
}
.header-SearchBar input {
    border: 0;
    box-shadow: none;
    height: 44px;
    background: none;
}
.header-SearchBar button.btn {
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
/* .header-SearchBar button.btn span.searchIcon {
    background: url(../images/icons/search.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
} */
.ad-upload-order .drag-drop {
    height: 160px;
    border-radius: 4px;
    border: dashed 2px #73aed3;
    background-color: rgba(239, 242, 245, 0.4);
    margin-bottom: 10px;
}
.ad-upload-order div p {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5b646e;
    margin-top: 26px;
}
.ad-upload-order div span {
	    margin: auto;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center !important;
    color: #5b646e;
	margin-bottom:10px;
}
.sanofi-box-btn {
    width: 170px;
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent;
}
.sanofi-download-icon {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.sanofi-download-icon img {
    
    height: 14px;
	padding-right:5px;
}
.acc-commu-center h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-commu-center p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bfc4c8;
    margin-top: 68px;
    text-align: center;
}
/* .acc-commu-center button{
	width: 213px;
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent;
    margin-bottom: 13px;
    margin-top: 58px;
} */
.acc-updates h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-updates h6{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
	margin-bottom: 0;
}
.acc-updates span{
	font-family: NotoSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #0057a6;
}
.acc-updates p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: 7px !important;
}
.acc-updates .sec-updates{
	margin-top:22px;
}
.acc-banner div{
	width: 300px;
    height: 250px;
    /*background-color: #f2f2f2;*/
    margin-top: 32px;
    margin-left: 35px;
}
.acc-banner p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #bfc4c8;
    padding: 116px 58px 98px 58px;
}
/********* add products *****/
.add-product-fstcol{
	background-color: #fff;
    width: 351px;
    
    margin-top: 31px;
}
.horizontal-line{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #fff;
  width: 73%;
  margin-top: -36px;
  margin-left: 35px;
}
.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
	  position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 162px;
	left: 18px;
	right: 0;
	width: 364px;
	max-height: 152px;
}
.ad-product-details .autocomplete-items{
	margin-left:12px;
	top:auto;
}
#myInputautocomplete-list{
	left:6px;
}
/* .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
} */
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
    content: "X";
    display: block;
    width: 25px;
    height: 14px;
    position: absolute;
    /* background-color: #FA9595; */
    z-index: 1;
    right: 4px;
    top: -17px;
    bottom: 0;
    margin: auto;
    padding: 17px;
    border-radius: 50%;
    text-align: center;
    color: #0057a6; 
    font-weight: normal;
    font-size: 19px; 
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
.auto-search-btn{
	padding: 9px 0px 3px 8px !important;
}
.auto-search-btn:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: inset 0 0 2px 0px #d4d9de !important;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de !important;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de !important;
}
.autocomplete .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
    box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
}
.add-units input{
	text-align: center;
    width: 44px;
    height: 44px;
    color: #2a343f;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 0px 4px 1px #d4d9de;
    -webkit-box-shadow: inset 0 0px 4px 1px #d4d9de;
    -moz-box-shadow: inset 0 0px 4px 1px #d4d9de;
}
.product-price-btton{
	width: 103px;
    height: 45px;
    border-radius: 4px;
    background-color: #0057a6;
    border: 4px solid #0057a6;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
}

/**** cart sub-pages **/
.item-numb{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.item-numb h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.item-numb button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #0057a6;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #0057a6;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}
.item-numb button a:hover{
    color: #337ab7;
    text-decoration: none;
}
.item-numb p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}

.no-item{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.no-item h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.no-item button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #bfc4c8;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #bfc4c8 !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}
.no-item button a{
    color: #bfc4c8 !important;
}
.no-item button a:hover{
    color:#bfc4c8;
    text-decoration:none;
}
.no-item p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}

.white-button.save-cart-1:hover {
    background-color: #e6e6e6;
    color: #0057a6;
    border: 2px solid #0057a6;
} 

.saved-cart{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.saved-cart h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.saved-cart button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #0057a6;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #0057a6;
}
.saved-cart button a{
    color: #fff !important;
}
.saved-cart button a:hover{
    color:#fff;
    text-decoration:none;
    padding-bottom: 32px;
}
.saved-cart p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}
#example1 td a:hover{
	color:#0057a6;
	text-decoration:none;
}
#example td a:hover{
	color:#0057a6;
	text-decoration:none;
}



/*Table Styles*/

.commonViewTable{
    float: left;
    width: 100%;
}

.childViewTable{
    float: left;
    width: 100%;
}

.childViewTable > div{
    padding: 1%;
}

.childViewTable label{
    width: 54.4%;
    word-wrap: break-word;
	vertical-align: top;
}
.acc-order-details .childViewTable .commonRow:last-child label {
    vertical-align: top;
}

.childViewTable span{
    width: 45.6%;
    display: inline-block;
    word-wrap: break-word;
}

.childViewTable.even{
    background: #edf6fb;
}

/* .childViewTable.even{
    background: #ffffff;
} */

.commonViewTable .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: -26px;
    right: 34px;
}

.commonViewTable .theLink1:hover {
    background-color: transparent;
    height: auto;
    float: right;
}

.commonViewTable .theLink1 {
    float: right;
    width: auto;
    cursor: pointer;
    margin-right: 10%;
}

.commonViewTable .glyphicon-option-horizontal {
    top: 3px;
}

#example1 .dropdown-menu{
    margin-top: -41px;
    margin-left: -185px;
    width: 186px;
    height: auto;
    border: 1px solid #e5e9ec;
}
#example1 ul li{
    border-bottom: 1px solid #e5e9ec;
    padding: 13px 0px 12px 12px;
    margin: 0 7px 0 7px;
    font-size: 12px;
}
.glyph-drpdwn .dropdown-toggle:hover {
    background-color: #0057a6;
    color: #fff;
    height: 40px;
    /* width: 67px; */
    padding: 0px 6px;
    margin: 0px -9px 0 -6px;
  }
 .glyph-drpdwn .dropdown-toggle:hover .glyphicon {
    color: #fff;
} 
  .reservation-details{
    font-size: 20px !important;
    font-family: 'Poppins-medium' !important;
    margin-left: 18px;
    margin-top:17px;

  }
  .horizontal-banner {
    width: 728px;
    height: 90px;
    margin: 32px auto;
    position: relative;
    display: table;
}
.horizontal-banner img {
    margin-top: 8px;
}

.checkout .left-section .sanofi-accordion .calender .panel-heading {
    margin: 0;
}

.calender .datetimepicker-days tbody:before,.calender .datetimepicker-days tbody:after{
    width: 94%;
    content: " ";
    border-top: 1px solid #e5e9ec;
    position: absolute;
    left: 3%;
}

.calender .datetimepicker-days thead tr:nth-child(1):after {
    width: 94%;
    content: " ";
    border-top: 1px solid #e5e9ec;
    position: absolute;
    left: 3%;
    top: 8%;
}

.calender .datetimepicker-days tfoot{
    display: none;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]{
    position: relative;
    display: inline-block;
    float: left;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border:1px solid #d4d9de;
    background: #FFF;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:checked:before {
    background: #0055a8;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:checked:after {
    content: "";
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
}

.calender .datetimepicker-days .delivary label{
    float: left;
}

.calender .datetimepicker-days .delivary > p{
    display: inline-block;
    margin-left: 23px;
}
/*calender inside accordian edit hours css start*/
.calender .datetimepicker-days .delivary .panel-group {
  margin-top: 10px;
}
.calender .datetimepicker-days .delivary .panel-heading {
  padding: 14px 0px 30px;
  border-top: 1px solid #e5e9ec;
  border-bottom: none;
}
.calender .datetimepicker-days .delivary #delivary-hours .panel-body {
  border-top: none;
  padding: 0;
}
.calender .datetimepicker-days .delivary #delivary-hours .panel-body .secLevel-loc {
  margin-bottom: 25px;
}

.calender .datetimepicker-days .delivary #delivary-hours .hour-edit a {
  color: #0057a6;
  font-size: 11px;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time {
  padding: 5px 5px 5px 10px;
  background: #edf6fb;
  margin-bottom: 5px;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time span:first-child input {
  text-align: left;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time span input {
  color: #5b646e;
  font-size: 12px;
  border: none;
  width: 32%;
  background: none;
  text-align: right;
}
/*calender inside accordian edit hours css end*/
/* Marketing Banners Start */
.banner-white-btn{
    height: 44px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    font-family: "NotoSansBold";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin: auto;
    display: block;
    background-color: transparent
}
.banner-blue-btn{
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: "NotoSansBold";
    font-size: 14px;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent
}
.banner-blue-btn:hover{
    background: #0057a6;
    color: #fff;
}
.pr8{
	padding-right: 8px;
}
img.banner-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.square-banner{
    width: 300px;
    height: 250px;
    margin: 32px auto;
    position: relative;
}


img.banner-bg-img {
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.banner-text-img{
    text-align: center;
    color: #ffffff;
    font-family: "Poppins-Medium";
    font-size: 16px;
    font-weight: 500;
    float: left;
}
.square-banner .banner-text-img{
    margin: 96px 24px 0 24px;
}
.square-banner .btn{
    width: 178px;
}
.banner-text-only{
    background: #ffffff;
    text-align: center;
    padding: 8px 16px;
}
.banner-blue-text{
    color: #73aed3;
    font-family: "NotoSansBold";
}
.banner-bold-text{
    font-size: 16px;
    color: #5b646e;
    font-family: 'Poppins-Medium';
}
.banner-img-text{
    background: #ffffff;
    text-align: center;
    padding: 8px 16px; 
}
.banner-small-text{
    font-size: 14px;
    color: #0057a6;
    font-weight: 500;
    margin: 8px 0;
    font-family: 'Poppins-Medium';
}
.vertical-banner{
    width: 100%;
    height: 600px;
    margin: 32px auto;
    position: relative;
    max-width: 160px;
}
.vertical-banner .banner-text-img{
    margin: 340px 8px 32px 8px;
}
.vertical-banner.banner-text-only{
    padding: 80px 8px;
    text-align: left;
}
.vertical-banner .btn{
    width: 140px;
}
.vertical-banner.banner-text-only .btn{
    margin-top: 52px;
}
.vertical-banner.banner-text-only .banner-bold-text{
    margin-bottom: 32px;
}
.vertical-banner.banner-img-text{
    padding: 80px 0;
}
.vertical-banner.banner-img-text img{
    margin: 16px 0;
}
.vertical-banner.banner-img-text p{
    margin: 8px 16px;
    text-align: left;
}
.vertical-banner.banner-img-text .btn{
    width: 130px;
}
.horizontal-banner{
    width: 728px;
    height: 90px;
    margin: 32px auto;
    position: relative;
    display: table;
}
.horizontal-banner img {
    margin-top: 8px;
}
.horizontal-banner .btn{
    width: 140px;
    position: relative;
}
.horizontal-banner .banner-text-img{
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}
.horizontal-banner .banner-text-img p{
    margin: 0;
}
.horizontal-banner .banner-text-inner{
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}
.horizontal-banner .banner-text-inner .btn{
    margin: 16px 0;
}
.horizontal-banner .banner-text-inner p{
    margin: 0;
}
.horizontal-banner.banner-text-only{
    padding: 0;
}
.horizontal-banner.banner-img-text{
    text-align: left;
    padding: 8px 0;
}
.horizontal-banner.banner-img-text .btn{
    margin: 16px 0;
}
.horizontal-banner.banner-img-text > div{
    padding: 0 10px;
}
.horizontal-banner.banner-img-text .col-md-6{
    padding: 0;
}
/* Marketing Banners End */

#product-listing .prodCard-box .prodCard-img a,.prodCard-img a
{
    display: inline-block;
    width: 100%;
    height: 100%; 
}

#product-listing .prodCard-box .prodCard-img a > img,.prodCard-img  a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
} 

.prodCard-box .prod-card {
    height: 790px;
    padding: 32px;
    border-right: 4px solid #edf6fb;
    border-bottom: 4px solid #edf6fb;
}

/* Marketing Banners End */

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput ul{
	display:inline-block;
}

/*home page warning msg*/
.acc-warning-box{
	min-height:104px;
	background-color:#fff;
	margin-bottom:4px;
	border-left:4px solid transparent;
}

.acc-warning-box p{
    margin:23px 0 0 33px;
    padding: 0;
}
.acc-warning-box .warning-text{
	padding-left: 13px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    color: #2a343f;
}
.acc-warning-box .sub-text{
    font-family: NotoSans;
    font-size: 14px;
    color: #5b646e;
    margin: -2px 0px 0px 78px;
}
.acc-warning-box .cls-btn,.acc-warning-box .header-close{
	width: 16px;
    height: 16px;
	float: right;
    margin-top: 13px;
    cursor: pointer;
}
.cart-view-change .middle-row,.cart-view-change .save-document{
    margin-top: 20px;
}
.checkout .firstLevel-acc .pd-info{
    margin-top: 5px;
    margin-right: 0;
    margin-left: 5px;
}
.pd-info span{
    font-family: "NotoSansBold";
}
.payment-method .sortBy-select {
    margin-top: 0!important;
}

@media (min-width: 1200px){
  .cart-view-change .middle-row{
    width: 21%;
  }
  
  .cart-view-change .middle-row + div{
    width: 35.33%
  }

   .sec-part .open_aside .paytotal{
  	width: 399px;
    padding: 0 10px;
    margin-left: -10px!important;
  }
  .checkout-item-confirmation .unitCount-comp.mngUnits {
	    bottom: -40px;
	}
	
	.mngUnits #add-units-count {
	    padding-top: 12px;
	    padding-left: 10px;
	}
}

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
    position: absolute;
    width: 384px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: auto;
}
.cart_value_added{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 179px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    left: 24px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
    top: 100%;
}

.cart_value_added>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.25);
    top: -11px;
    position: absolute;
    left: 50%;
}

.cart_value_added>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    top: 1px;
    position: absolute;
    left: -11px;
}
.cart_value_added > img{
    float: left;
    margin: 1px 0 0 0;
}

.cart_value_added > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
}
.cart_error_added{
    padding: 10px 10px 10px 10px;
    border: 0px;
    width: 150px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -44px;
    left: 15px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}

.unitCount-comp .cart_error_added{
	left: -24px !important;
}

.cart_error_added>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,.25);
    bottom: -11px;
    position: absolute;
    left: 50%;
}

.cart_error_added>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    bottom: 1px;
    position: absolute;
    left: -11px;
}

.cart_error_added > img{
    float: left;
    margin: 1px 0 0 0;
}

.cart_error_added > span{
    float: left;
    /*width: 76%;*/
    margin-left: 8px;
    text-align: left;
    padding-top:6px;
}

.units-count .cart_error_added{
	left: -5px;
}

@media only screen and (max-width: 414px){
	.units-count .cart_error_added{
		left: 0px;
	}
	.cart_error_added {
		width: 140px;
	}
}
.clear-cart + .popover {
    padding: 20px 16px 13px 16px;
    max-width: 270px;
    height: 127px;
    border: 0px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    padding: 15px 11px;
    width: 270px;
    height: 103px;
}

.clear-cart + .popover .popover-title{
    display: none;
}

.checkout-data .table-responsive {
    height: auto;
    overflow: hidden;
}

/*ACCOUNT OVERVIEW CHANGES*/

#product-overview-carousel{
    margin-right: -32px;
    margin-left: -32px;
    border-bottom: 4px solid #edf6fb;
}
#product-overview-carousel .slick-carousel .slick-item{
    height: 365px;
    margin-top: 45px;
}
#product-overview-carousel .second-card{
    padding: 16px 16px 24px 5px;
}
#product-overview-carousel .last-card{
    border-right: 0px solid #edf6fb;
}
.ad-product-details {
    padding-left: 0px;
    padding-right: 0px;
}
.two-sample-img{
    margin-left: 0px;
    margin-right: 0px;
}
.ad-upload-order {
    padding-left: 0px;
    padding-right: 0px;
}
.acc-updates img{
    width: 15px;
    margin-top: -1px;
}
.ad-detailed-button{
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 243px;
    height: 44px;
    margin-left: 20px;
}
.prodCard-tabs {
    height: 44px;
    position: relative;
    margin-top: 12px;
}
.prodCard-tabs > ul {
    height: 44px;
    border-bottom: 1px solid #e5e9ec;
}
.prodCard-tabs > ul > li.active, #product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li:hover {
    border-bottom: 3px solid #0057a6;
}
.prodCard-tabs > ul > li {
    width: 69px;
    height: 44px;
    margin-right: 6px;
    text-align: center;
    cursor: pointer;
    float: left;
    padding: 16px 0px 0px 0px;
}
.prodCard-tabs > ul > li > img {
    width: 22px;
    height: 22px;
}
.prodCard-tabs .prodCard-list li:last-child {
    margin-right: 0px;
}
.ct-donut-center2{
    font-size: 14%;
    text-anchor: middle;
    fill: #bfc4c8;
}
.sec-padding .left-sec{
    padding:0 !important;
}
@media only screen and (max-width: 767px){
/* #filter-by span.filterPlusIcon.collapsed {
    background-image: url(../images/icons/plus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
} */
}
@media screen and (min-width:319px) and (max-width:768px){
    .acc-overview #main-container ol.breadcrumb{
        padding: 14px 0px 10px 0;
    } 
    .corporate-box img{
		width:100%;
		margin-bottom: 30px;
	}
    #location-select{
        width: 100%;
    }  
    .line-top-sanofi-acc{
        width:100%;
        margin-left: 0 !important;
    margin-right: 0 !important;
    }
    .line-divider{
        display:none;
    }
    .header-SearchBar{
        width:100%;
    }
    .ad-acc-details h1{
        margin-left:-9%;
        margin-right:-3%;

    }
    .horizontal-banner{
        display:none;
    }
    .line-top-sanofi1{
        width:100%;
    }
    .account-banner img{
    	 width:100%;
    	 margin-bottom:15px;
    }
    .commonViewTable .childViewTable span > span {
	    width: 100%;
		float:none!important;
	} 
	#sanofiOnlinePayInfoForm .childViewTable,#creditform .childViewTable{
    padding-bottom: 25px;
	}
	#sanofiOnlinePayInfoForm .childViewTable .commonRow .invoiceValueError {
	    bottom: -15px;
	}
	#creditform .childViewTable .commonRow .invoiceValueError {
	    bottom: -15px;
	} 
    /***need to customise***/
    .three-columns-line img{
        margin:auto;
        display:block; 
     }
    .three-columns-line h3{
        text-align:center;
    }
    .three-columns-line p{
        width:100%;
        text-align:center;
    }
    .three-columns-line1 img{
        margin-top:0;
    }
    .line-top-sanofi{
        width:100%;
        margin-left:0px !important;
    }
    .select-chart{
        width:100% !important;
    }
    .acc-banner div{
        margin-left:0;
        margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom:20px;
    }
    .line-bottom-banner{
        display:none;
    }
    /**** end ***/
    .acc-warning-box .acc-close-button{
        float:none;
        display:block;
        width: 26px;
        height: 24px;
    }
    .acc-warning-box p {
        margin: 13px 0 0 17px;
    }
    .acc-warning-box .warning-text{
        padding-left: 1px;
        font-size: 19px;
    }
    .acc-warning-box .sub-text{
        margin: -2px 0px 17px 19px;
    }
    .table-sanofi .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        padding: 0;
        margin-top: 1px;
    }
    .table-sanofi .nav>li>a{
        padding: 0px 12px;
    }
    .ad-files-text{
        margin-bottom: 24px;
        color: #0057a6;
    }
    #leftCont-rightNav{
        margin-top:1px;
    }
    #filter-by {
        padding: 10px 10px 0px 10px;
    }
    #filter-by .filterByGroup{
        border-top: 1px solid #e5e9ec;
        border-bottom: 1px solid #e5e9ec;
    }
    .ad-blue-button{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .table-sanofi{
        margin-top:5px;
    }
    .ad-files-text img{
        width: 13px;
        height: 17px;
    }
    .commonViewTable .glyphicon-option-horizontal{
        float:right;
    }
    .last-card{
        border-right: 4px solid #edf6fb !important;
    }
    #product-overview-carousel .carousel-prev{
        top:37%;
        left:2% !important;
      }
      #product-overview-carousel .carousel-next{
        top:37%;
        right:1% !important;
      }
      #product-overview-carousel .slick-carousel .slick-item{
          margin-top:80px;
      }
      .mini-card{
          height:447px;
      }
      .three-list-items li{
        margin-right: 17px;
      }
      .new-drpdown-list{
          width:100% !important;
      }
      .ad-detailed-button{
          margin-top:0;
      }
      svg:not(:root){
          margin:auto;
          display:block;
      }
      .ad-detailed-button{
        margin: auto;
        display: block;
        width: 92%;
        margin-top: 32px;
      }
      #accr-new .sub-text{
        padding: 1px 2px 1px 1px;
      }
      #accr-new span.locPlusIcon{
          top:8px;
      }
      #accr-new .ad-blue-button{
          width:100%;

      }
      #leftCont-rightNav > section.left-section{
        border-bottom: 0px solid #edf6fb;
      }
      .ad-product-details{
        border-bottom: 0px solid #edf6fb;
      }
      .acc-updates img{
        width: 15px;
        margin-top: -3px;
      }
      .corporate-box{
        border-bottom: 4px solid #edf6fb;
        border-top: 4px solid #edf6fb;
        margin-top: 20px;
      }
      .new-line{
        border-bottom: 4px solid #edf6fb;
      }
      .glyph-drpdwn .dropdown-toggle:hover{
        background-color: transparent;
        padding-top: 0;
        height:16px; 
      }
      .sm-view{
        top: 23%;
        left: -127px; 
      }
      .sm-view li {
        border-bottom: 1px solid #e5e9ec;
        padding: 13px 0px 12px 12px;
        margin: 0 7px 0 7px;
        font-size: 12px;
    }
    #leftCont-rightNav > section.left-section{
        border-right: 0px solid #edf6fb;
        
    }
    .float-right{
        float:none;
    }
    #filter-by .filterByGroup .filterByTitle {
        position: relative;
        padding: 13px 0;
        margin: 0;
        height: 44px;
    }
    /* #filter-by span.filterPlusIcon {
        background-image: url(../images/icons/minus.png);
        width: 16px;
        height: 16px;
        background-size: 16px;
        display: block;
        position: absolute;
        right: 0px;
        left: auto;
        top: 12px;
        cursor: pointer;
    } */
    #sort-by{
        width:100%;
    }
    .my-acc-aside{
       /* padding:0px !important;*/
    }
    .acc-numb{
        /*padding:0 10px;*/
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
    .payment-method {
	    padding: 0 10px!important;
	    margin: 0!important;
	}
	
	#placeOrderForm .checkout-details li{
		padding-bottom: 20px;
    	padding-top: 20px;
	}
	#account_invoice_financials_wrapper .commonViewTable .childViewTable span > span{
		float: right !important;
		margin-top: 3px;
	}
}
@media screen and (min-width:768px) and (max-width:780px){
    .float-right {
        float:right;
    }
    .filterByTitle{
        display:none;
    }
    .filterByGroup {
        border-top: 0px solid #e5e9ec !important;
        border-bottom: 0px solid #e5e9ec !important;
    }
    #leftCont-rightNav > section.left-section {
        border-right: 4px solid #edf6fb;
    }
    .acc-numb img{
        width:19px;
    }
}
@media screen and (min-width:479px) and (max-width:767px){
    .ad-acc-details h1 {
        margin-left: -9%;
    margin-right: -5%;
    }
}
@media screen and (min-width:768px) and (max-width:1020px){
    .horizontal-banner{
        width:100%;
    }
    .acc-banner div{
        width:100%;
        margin-left:0;
        height:auto;
    }
    .select-chart{
        width:100% !important;
    }
    .three-list-items li{
        margin-right: 20px;
    }
    svg:not(:root) {
        width: 100% !important;
    }
    .ad-upload-order .drag-drop button{
        width:82%;
    }
    .acc-commu-center button{
        width:100%;
    }
    .ad-acc-details h1{
        margin-left: -18px;
        margin-right: -15px;
    }
    .img-subtext{
        word-break: break-word;
    }
    .sec-padding .left-sec{
        padding: 0 !important;
        margin: 0;
    }
    .sec-padding .right-sec{
        padding: 5px 0px 0px 24px;
    }
    .slick-carousel .slick-item{
       /* width:180px !important;*/
    }
    .three-columns-line h3{
        font-size:23px;
    }
    .three-columns-line1 img{
        width:140px;
        margin:auto;
        display:block;
        margin-top:45px;
    }
    .last-card .minicardGroup-A{
       /* margin-left:52px;*/
    }
    .three-columns-line1 p{
        width: 100%;
        margin-bottom: 68px;
    }
    .line-top-sanofi{
        width:100% !important;
        margin-left:0 !important;
    }
    .line-divider{
        margin-left: -18px;
        margin-right: -37px;
    }
    .line-top-sanofi-acc{
        width:100%;
        margin-left: 16px !important;
    }
    .line-bottom-banner{
        margin-right: -18px;
    }
    #product-overview-carousel .carousel-prev {
        left: 2px;
        top: 144px;
    }
    .acc-numb img{
        width:19px;
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
}

@media screen and (min-width:1021px) and (max-width:1279px){
    .ad-acc-details h1{
        margin-left: -18px;
        margin-right: -16px;
    }
    .sec-padding .left-sec{
        margin-left: -16px;
        margin-right: 15px;
    }
    .ad-product-details .header-SearchBar{
        width:268px;
    } 
    .line-top-sanofi{
        width: 100%;
        margin-left: 0px !important;
    }  
    .line-top-sanofi-acc{
        width: 100%;
        margin-left: 0px !important;
    }
    .second-card .minicardGroup-A{
        margin-left: 67px;
    }
    .ad-order-button{
        margin-top: 86px !important;
        width:147px;
    }
    .ad-confirm-button{
        margin-top: 66px !important;
    }
    .ad-blue-button{
        /*width: 100%;*/
    }
    .line-divider{
        margin-left: -18px;
    }
    .acc-banner div{
        margin-left:0;
        width:100%;
    }
    .horizontal-banner{
        width:100%;
    }
    .line-bottom-banner{
        margin-right: -24px;
    }
    .square-banner{
        height:auto !important;
    }
    #product-overview-carousel .carousel-prev {
        left: 2px;
        top: 144px;
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
}
@media screen and (min-width:1400px) and (max-width:1440px){
    #product-overview-carousel .carousel-prev{
        left: -21px; 
    }
    #product-overview-carousel .carousel-next{
        top: 45%;
       right: -3% !important;
    }
    .ad-files-text{
        color:#0057a6;
    }
}


/*ACCOUNT OVERVIEW CHANGES ENDS*/

/* PRODUCT MONOGRAPH CHANGES START */

.firstLevel-loc label > a{
    color: #000;
}

.firstLevel-loc label > a:nth-child(2) {
    color: #337ab7;
    font-size: 12px;
}

.firstLevel-loc label > a:nth-child(2) img {
    width: 15px;
    height: 15px;
}

#accr-new .panel.panel-default:first-child .panel-heading {
    border-top: 1px solid #e5e9ec;
}


/* PRODUCT MONOGRAPH CHANGES ENDS */




/*acc statment css start*/
.logo-account {
    padding: 20px;
}
.statement-logo{
	float:left;
}
.statement-logo img{
	width:286px;
	height:39px;
	text-align:left;
	display:inline-block;
}
.pasteur-logo img{
	width:205px;
	height:24px;
	display:inline-block;
}
.spl-add a{
    font-family: "NotoSans";
    font-size: 12px;
}
.spl-add span{
    font-family: "NotoSans";
    font-size: 9px;
}
.spl-accno span:first-child{
    font-family: "NotoSansBold";
    font-size: 12px;
    color: #2a343f;
}
.spl-accno span{
    font-family: "NotoSans";
    font-size: 12px;
}
.spl #example2 th {
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: "NotoSans";
    text-align: center;
}
.spl #example2 td {
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: "NotoSans";
    text-align: center;
}
.spl #example2 td.comp-nam{
    font-family: "NotoSansBold";
    font-size: 12px;
}
#example2 tr {
    height: 40px;
}
#example2 tr:nth-child(even) {
    background-color: rgba(229, 233, 236, 0.4) !important;
    height: 40px;
}
#example2_filter,#example2_info{
	display:none;
}
.spl-ny{
    margin-top:30px;
}
.spl-ny p{
    margin-bottom:4px;
}
.spl-ny h3{
    font-size: 12px;
    font-family: "NotoSansBold";
    margin-top: 0;
    padding-left: 8px;
}
.spl-ny .table>thead>tr>th{
    border-bottom: none;
}
.spl-ny .table>thead>tr>th:first-child{
    font-weight: normal;
    font-family: "NotoSans";
}
.spl-ny .table>thead>tr>th,.spl-ny .table>tbody>tr>td {
    font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#fluPlaceOrderForm .modal-content.overlay {
		width: 100%;
	}
    .spl-accno{
        margin-bottom: 10px;
    }
    .spl-add a{
        font-size: 16px;
    }
    .spl-add span,.spl-ny p,.spl-ny .table>thead>tr>th,.spl-ny .table>thead>tr>td{
        font-size: 14px;
    }
    .spl-accno span,.spl-accno span:first-child,.spl-ny h3{
        font-size: 15px;
    }
    .spl-ny h3{
        margin-top:20px;
    }
    .spl-ny .table>thead>tr>th:first-child,.spl-ny .table>tbody>tr>td:first-child,.spl-ny h3{
        padding-left: 0;
    }
    .spl .childViewTable span{
        text-align: right;
    }
    #accountMenu-nav .healthCare-prof {
    background: url(../images/healthcare-logo.png) no-repeat 0px 2px;
    }
    
	.mobMenu-lang li a span.chevronIcon-down {
	    float: right;
	    transform: rotate(-90deg);
	    margin-top: 4px;
	    background: url(../images/down-arr.png) no-repeat;
	    width: 15px;
	    height: 12px;
	    display: inline-block;
	    background-size: 15px;
	}
	.mobMenu-lang li .accountUser_name {
	    display: table;
	    color: #73aed3;
	    margin-right: 30px;
	    vertical-align: middle;
	    height: 40px;
	    float: left;
	}
	a.accountUser_name+a {
    	float: right!important;
	}
	form#fluPlaceOrderForm {
	    padding: 0 15px;
	}
}
/*acc statment css start*/

/*Calander CSS*/

.calender .datepicker-days .table-condensed {
  margin: 0 0px;
  border-collapse: separate;
  border-spacing: 6px;
}
.calender .datepicker-days .table-condensed {
  max-width: 100%;
  background-color: transparent;
}
.calender .datepicker-days .table-condensed tr {
  border: 1px solid red;
}
.calender .datepicker-days .table-condensed th.datepicker-switch {
  font-size: 12px;
  font-family: "NotoSansBold";
  color: #2a343f;
  text-align: center;
}
.calender .datepicker-days .table-condensed th {
  font-size: 11px;
  font-weight: normal;
}
.calender .datepicker-days .table-condensed td {
  padding: 7px 9px;
  font-size: 12px;
  color: #2a343f;
  line-height: 18px;
  width: 22px;
  margin: 20px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color:#e5e9ec;
}
.calender .datepicker-days .table-condensed td:hover {
  color: #fff;
  background-color: #0055a8;
  border-radius: 4px;
}
.calender .datepicker-days .table-condensed td.day.active {
  border-radius: 4px;
  color: #fff;
  background: #0055a8;
}
.calender .datepicker-days .table-condensed td.old,.calender .datepicker-days .table-condensed td.new,.calender .datepicker-days .table-condensed td.disabled-date,.calender .datepicker-days .table-condensed td.disabled {
  color: #bfc4c8;
  background-color: transparent !important;
  /*visibility: hidden;*/
}
.calender .datepicker-days .table-condensed td.old:hover {
  color: #bfc4c8;
}
.calender .datepicker-days .table-condensed td.delivary-date {
  background-color: #e5e9ec;
  color: #2a343f;
}
.calender .datepicker-days .delivary label {
  color: #5b646e;
  font-size: 12px;
  font-family: "NotoSansBold";
}
.calender .datepicker-days .delivary input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: -1px 6px 0 0;
  box-sizing: border-box;
  padding: 0;
}
.calender .datepicker-days .delivary p {
  color: #73aed3;
  font-size: 11px;
  font-family: "NotoSansBold";
  margin-left: 29px;
}
.calender .datepicker-days .delivary .panel-heading {
  padding: 12px 0px;
}
.calender .datepicker.dropdown-menu {
  box-shadow: 0 0 8px 0px rgba(23, 114, 183, 0.2);
  left: -6px !important;
  top: 70px !important;
  padding: 0;
  margin: 0;
  border: 1px solid #d4d9de;
}
.calender .datepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 25%;
}
.calender .datepicker-dropdown-bottom-right:before {
  top: -8px;
  left: 25%;
}
.calender [class*="datepicker"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    text-align: center;
    left: 50%;
}
.calender [class*="datepicker"]:before {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #d4d9de;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -8px;
    text-align: center;
    left: 50%;
}
.calender [class^="icon-"],
.calender [class*=" icon-"] {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.calender .datepicker th.prev,
.calender .datepicker th.next {
  cursor: pointer;
}
.calender .datepicker-days thead tr:nth-child(1):after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
  top: 11%;
}
.calender .datepicker-days tbody:before, .calender .datepicker-days tbody:after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
}
.datepicker table thead tr:first-child th:hover {
  background: transparent;
}
.datepicker table td span{
  margin: 2px 9px;
}
.datepicker table td span.active{
  color: #fff;
  background-color: #0055a8;
  border-radius: 4px;
  font-size: 12px;
}

.calender .datepicker.datepicker-inline {
    width: 280px;
    position: absolute;
    z-index: 100;
    background: #FFF;
    display: none;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,.calender .datepicker-days .table-condensed td.disabled.day {
    background: transparent;
}

.calender .datepicker{
    box-shadow: 0 0 8px 0px rgba(23, 114, 183, 0.2);
    left: -96px !important;
    top: 52px !important;
    padding: 0;
    margin: 0;
    border: 1px solid #d4d9de;
}

.calender .datepicker.datepicker-inline {
    left: 34px !important;
}


.delivary-details .form-horizontal .errorFields > input[type="text"],.shiptoDropdown.errorFields button,#location-select.errorFields{
    border: 1px solid #de1848!important;
}
.errorCheckoutMsg{
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -16px;
    left: 0;
    display: none;
}


.sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader{
	display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}


.cart-header{
display: inline-block;
width: 100%;
border-bottom: 1px solid #d4d9de;
padding-bottom: 12px;
}

/*lang selector css starts*/
.lang_sel {
    position: relative;
    width: 100px;
    background: #2a343f;
    display: inline-block;
}

.lang_sel .sanofi-dropdown-primary .form-control.btn:hover{
    color: #0057a6!important;
    text-decoration: underline;
    border-radius: 0;
    padding-left: 26px;
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
    
}
.lang_sel .sanofi-dropdown-primary.open{
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
}
.lang_sel .sanofi-dropdown-primary.open .btn-default.dropdown-toggle{ 
    color: #0057a6!important;
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
}
.lang_sel .sanofi-dropdown-primary{
    margin-bottom: 0;
    padding: 0 14px 0 10px;
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu{
    width: 190px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn {
    width: 100px;
    height: 40px;
    background: url(../images/globe.png) no-repeat 8px 14px!important;
    color: #fff;
    font-size: 11px;
    margin-top: 0px;
    left:-10px;
    border: none;
    font-family: "NotoSansBold";
    padding-left: 26px;
}
.lang_sel .sanofi-dropdown-primary:focus {
    border: none;
}

.lang_sel .pdp-dropdown {
    width: 100px;
}

.lang_sel .sanofi-dropdown-primary ul li {
    font-size: 11px;
    width: 190px;
    height: 30px;
    text-decoration: none;
    color: #0057a6;
    font-weight: normal;
    font-family: "NotoSans";
    background: #fff;
   
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li {
    padding: 13px 20px;
    color: #0057a6;
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li:hover{
    background: url(../images/checkmark-blue.svg) no-repeat right center;
}
.lang_sel .globe {
    float: left;
    margin-top: 11px;
}

.lang_sel .sanofi-dropdown-primary .form-control.btn .dropdown-arrow {
    background: url(../images/down-arr.png) no-repeat;
    top: 18px;
    right: 0px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn:hover .dropdown-arrow{
    background: #fff url(../images/icons/chevron-down.png) no-repeat -7px -11px;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
}
.lang_sel .sanofi-dropdown-primary.open .form-control.btn .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
    position: absolute;
    top: 14px;
    right: 8px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn:hover .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
    position: absolute;
    top: 14px;
    right: 8px;
}
.lang_sel .sanofi-dropdown-primary.open .form-control.btn .dropdown-arrow{
	transform: rotate(180deg);
}
.lang_sel ul.dropdown-menu {
    left: -25px;
}

#lang-form ul li{
	height:44px;
	padding: 12px 0;
}

.mobMenu-lang li:first-child{
    border-top: none;
}
.mobMenu-lang li{
    width: 100%;
    height: 44px;
    padding: 12px;
    background: #2a343f;
    border-top:1px solid #13181d;
    /* display: none; */
}
ul.mobMenu-lang {
    position: fixed;
    bottom: 0;
    width: 100%;
    left:0;
}
.mobMenu-lang li a{
    color: #ffffff;
    font-family: "NotoSansBold";
}

.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li:hover,.lang_list ul li:hover{
	background:url(../images/checkmark-blue.svg) no-repeat right center;
} 

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
/*lang selector css ends*/


/* session expiry pop up*/
#sessionPopup .modal-footer .btn+.btn{
    margin-left: 0;
    margin-top: 10px;
}

#sessionPopup .modal-body,#sessionPopupExtd .modal-body{
    margin-bottom: 10px;
}

#sessionPopup.popup-comp .modal-header,#sessionPopupExtd.popup-comp .modal-header {
    min-height: 86px;
    height: auto;
}

#sessionPopup,#sessionPopupExtd{
    padding-right: 17px!important;
    padding-left: 17px!important;
}

#sessionPopup .modal-body span,#sessionPopupExtd .modal-body span{
    font-family: "NotoSans";
    font-size: 14px;
    font-weight: normal;
    color: #5b646e;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

/*select dropdown css start here*/
.sanofi-dropdown-primary.dd-role, .sanofi-dropdown-primary.dd-hint, .sanofi-dropdown-primary.practiceFacility, .sanofi-dropdown-primary.shippingState{
	    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
    width: 306px!important;
    left:0;
}
.sanofi-dropdown-primary.dd-role {
	width: 286px!important;
}
.accountCreating .sanofi-dropdown-primary.dd-role ul.dropdown-menu,
.accountCreating .sanofi-dropdown-primary.dd-hint ul.dropdown-menu,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	border:0;
}
.dd-role.bootstrap-select .dropdown-menu,
.dd-hint.bootstrap-select .dropdown-menu,
.practiceFacility.bootstrap-select .dropdown-menu,
.shippingState.bootstrap-select .dropdown-menu{
	padding:0;
	width: 300px;
	max-height: auto !important;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu li,
.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu li{
	/* padding: 13px 12px;*/
	padding: 0;
	margin-left:11px;
	top:1px;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu li a,
.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li a,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li a,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu li a{
	 /*padding: 13px 0px;*/
	   padding: 13px 12px 13px 4px;
}
.dd-role .dropdown-menu>li>a:focus, .dd-role .dropdown-menu>li>a:hover,
.dd-hint .dropdown-menu>li>a:focus, .dd-hint .dropdown-menu>li>a:hover,
.practiceFacility .dropdown-menu>li>a:focus, .practiceFacility .dropdown-menu>li>a:hover,
.shippingState .dropdown-menu>li>a:focus, .shippingState .dropdown-menu>li>a:hover{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dd-role .dropdown-menu>.active>a, .dd-role .dropdown-menu>.active>a:focus, .dd-role .dropdown-menu>.active>a:hover ,
.dd-hint .dropdown-menu>.active>a, .dd-hint .dropdown-menu>.active>a:focus, .dd-hint .dropdown-menu>.active>a:hover,
.practiceFacility .dropdown-menu>.active>a, .practiceFacility .dropdown-menu>.active>a:focus, .practiceFacility .dropdown-menu>.active>a:hover,
.shippingState .dropdown-menu>.active>a, .shippingState .dropdown-menu>.active>a:focus, .shippingState .dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dd-role .btn-default.active, .dd-role .btn-default:active, .dd-role .open>.dropdown-toggle.btn-default, .dd-hint .btn-default.active, .dd-hint .btn-default:active, .dd-hint .open>.dropdown-toggle.btn-default, .practiceFacility .btn-default.active, .practiceFacility .btn-default:active, .practiceFacility .open>.dropdown-toggle.btn-default, .shippingState .btn-default.active, .shippingState .btn-default:active, .shippingState .open>.dropdown-toggle.btn-default {
    color: inherit;
    background-color: transparent;
}

.dd-role li:first-child, .dd-hint li:first-child, .practiceFacility li:first-child, .shippingState li:first-child{
    display: none;
}

.dd-role .btn-default:hover, .dd-hint .btn-default:hover, .practiceFacility .btn-default:hover, .shippingState .btn-default:hover {
    color: inherit;
    background-color: transparent;
}

.dd-role .btn-default, .dd-hint .btn-default, .practiceFacility .btn-default, .shippingState .btn-default {
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 11px 24px 11px 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de!important;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.dd-role li, .dd-hint li, .practiceFacility li, .shippingState li {
    font-size: 12px;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.dd-role li a, .dd-hint li a, .practiceFacility li a, .shippingState li a{
    padding: 0;
}

.dd-role .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .dd-hint .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .practiceFacility .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .shippingState .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.dd-role li:last-child, .dd-hint li:last-child, .practiceFacility li:last-child, .shippingState li:last-child{
    border:0;
}
.dd-role div.dropdown-menu {
    /* padding: 0; */
    height: 560px!important;
   
}
 .dd-hint div.dropdown-menu,.practiceFacility div.dropdown-menu,.shippingState div.dropdown-menu{
 	height:250px!important;
 }
.dd-role div.dropdown-menu div#mCSB_1_container, .dd-hint div.dropdown-menu div#mCSB_1_container, .practiceFacility div.dropdown-menu div#mCSB_1_container, .shippingState div.dropdown-menu div#mCSB_1_container {
    width: 95%;
}
.dd-role div.dropdown-menu div.open, .dd-hint div.dropdown-menu div.open, .practiceFacility div.dropdown-menu div.open, .shippingState div.dropdown-menu div.open {
    overflow: hidden!important;
    height: 100%!important;
}
.dd-hint .dropdown-menu li a span.text,.dd-role .dropdown-menu li a span.text,.practiceFacility .dropdown-menu li a span.text,.shippingState .dropdown-menu li a span.text {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.dd-role .mCSB_inside>.mCSB_container,.dd-hint .mCSB_inside>.mCSB_container,.practiceFacility .mCSB_inside>.mCSB_container,.shippingState .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu, .sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	max-height:inherit;
}
.dd-role .dropdown-toggle .caret, .dd-hint .dropdown-toggle .caret, .practiceFacility .dropdown-toggle .caret, .shippingState .dropdown-toggle .caret {
    margin-top: 0;
    background: url(../images/icons/chevron-down.png) no-repeat -4px -7px;
    width: 15px;
    height: 12px;
    background-size: 18px;
    float: right;
    position: absolute;
    top: 17px;
    border-top: 0;
    border-bottom: 0px;
    right: 12px;
}
.sanofi-dropdown-primary ul.dropdown-menu.my_scroll li {
    padding: 13px 20px 13px 12px;
    } 
/* .sanofi-dropdown-primary.dd-role ul.dropdown-menu li:hover,.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li:hover,.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li:hover,.sanofi-dropdown-primary.shippingState ul.dropdown-menu li:hover {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 225px center;
} */
.dd-role.btn-group>.dropdown-toggle:not(:first-child),.dd-hint.btn-group>.dropdown-toggle:not(:first-child),.practiceFacility.btn-group>.dropdown-toggle:not(:first-child),.shippingState.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*select dropdown css end here*/

/*****pay-online invoice buttons ***/
.btnnewcancel{
	/*width: 120px;
    border: 2px solid #e6e6e6;
    color: #fff;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
	border-radius:4px;*/
	width: 120px;
    border: 2px solid #0057a6;
    color: #0057a6;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
    background-color:#fff;
    border-radius:4px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 20px;
    float: right;
}

.btnnewcancel:enabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.btnnewcontinue{
    width: 150px;
    border: 2px solid #0057a6;
    color: #fff;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
    background-color: #0057a6;
    margin-left: 12px;
    border-radius:4px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 20px;
    float: right;
}

.btnnewcontinue:enabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#example1 tr:nth-child(even) {
    background-color: rgba(229, 233, 236, 0.4) !important;
    height: 40px;
}

.creditDisplayTable#example1 .sanofi-dropdown-sec{
    margin-top: 0;
    margin-bottom: 0;
}

.creditDisplayTable#example1 .sanofi-dropdown-sec .form-control.btn{
    margin-top: 8px;
}

.commonDateDiv{
	position: relative;
}
.dateError{
    display: none;
	color : #de1848; 
}

.delivary-details .form-horizontal .errorFields > input[type="text"],.shiptoDropdown.errorFields button,.errorFields > input[type="text"]{
    border: 1px solid #de1848!important;
}
.errorCheckoutMsg{

    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
} 

.calender .datetimepicker-days .table-condensed td.disabled {
    color: #bfc4c8;
    background-color: transparent !important;
    bottom: -16px;
    left: 0;
    /* display: none; */
} 

.delivary-details.cart-delivery-date{
	width : 240px;
}
.sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader{
	display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading {
    padding: 28px 0px 16px 0px;
    border-radius: 0;
    margin: 0;
    clear: both;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc{
	display:inline-block;
	width:100%;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .light-color > span{
	float:right;
	width:91%;
}


.cartShipToHeader .light-color > span{
	/*float:right;*/
	width:90%;
}

.creditDisplayTable .sanofi-dropdown-sec ul.dropdown-menu{
	margin-top: 0!important;
    margin-left: 0!important;
    top: 36px!important;
    max-height: 207px!important;
    height: auto!important;
    padding: 0!important;
}
.product_trash.cart_del_popup {
    font-size: 12px;
    margin-bottom: 30px!important;
}
.creditDisplayTable .sanofi-dropdown-sec ul.dropdown-menu .mCSB_inside>.mCSB_container{
	margin-right:0;
}
.financial-statement-table.order-history-table{
	padding: 0;
}

.financial-statement-table #example{
	margin: 0;
}
.checkout .left-section .checkout-details.cartmain p,.checkout .left-section .checkout-details .popover-content p.product_trash {
    margin-top: 0;
    margin-bottom: 16px;
}


.online-invoices .creditDisplayTable span.checkmark {
    top: 0;
}

.inputNonEditable{
	background: transparent;
    border: 0;
}

.inputNonEditable.credit_amt {
    width: 100%;
}


td.invoiceDropdown .dropdown-menu{
	margin-top:0!important;
	margin-left:0!important;
	width:100%!important;
	top: auto;
}

td.invoiceDropdown .sort-by-region{
	margin-bottom: 4px;
	margin-top:4px;
}

td.invoiceDropdown .dropdown-menu .inner{
	max-height:200px;
	height:auto;
}

td.invoiceDropdown .dropdown-menu.inner li:first-child{
	display:none;
}

td.invoiceDropdown a:hover{
	color:#5b646e!important;
}

td.invoiceDropdown .dropdown-menu>.active>a,td.invoiceDropdown .dropdown-menu>.active>a:focus,td.invoiceDropdown .dropdown-menu>.active>a:hover{
	background:transparent;
}

td.invoiceDropdown .inner.open{
	overflow:hidden!important;
}

td.invoiceDropdown button{
	height: 28px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}
.invoiceDropdown .dropdown-menu li a {
    display: inline-block;
    width: 100%;
}
.amount-to-pay {
    height: 28px;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px 0 #d4d9de;
    border: solid 1px #d4d9de;
    padding-left: 10px;
}

#applyCreditsTable{
       margin-top:30px;
       width:100%;
}
#applyCreditsTable th,td{
       border-right:1px solid #fff;
       padding: 0 8px;
}
#applyCreditsTable tr{
       height:40px;
}
#applyCreditsTable tr:nth-child(even){
       background-color:rgba(229, 233, 236, 0.4) !important;
       height: 40px;
}
#applyCreditsTable td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
	vertical-align: top;
}
#applyCreditsTable .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}
#applyCreditsTable .dropdown:hover .dropdown-content {display: block;}

#applyCreditsTable .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#applyCreditsTable_filter,#applyCreditsTable_info{
	display:none;
}

.ad-product-details .cart-location{
	display:none;
}

.ad-product-details .row.three-columns{
	display:none;
	margin-top:10px;
}

#account_invoice_financials td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
}

#account_invoice_financials .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}



.influenza-step1 .season{
    display: block;
    margin-left: 0;
    color:#73aed3;
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    margin-top:-1px;
}
.influenza-step1 .flusave {
    margin-top: 22% !important;
    margin-right: 0% !important;
    margin-bottom: 15px;
}
.influenza-step1 .flusave a {
    margin-left: 16% !important;
    color: #0057a6;
} 

.cart-left .checkout-details h4{
    font-size: 16px;
    color: #0057a6;
    line-height: 21px;
    display: inherit;
    letter-spacing: 0.5px;
    font-family: "Poppins-Medium";
} 
.influenza-step1 .prodno{
	margin-left: 79px !important;
    /*margin-top: -20px !important;*/
}
.influenza-step1 .left-section .pl{
	padding-left:20px;
}
.influenzastep1new .left-section .panel-body {
    padding: 25px 0px 2px 0px !important;
}
.influenza-step1 .mrl0{
	margin-right:0;
	margin-left:0;
}
#account_invoice_financials .dropdown:hover .dropdown-content 
{
	display: block;
}

#account_invoice_financials .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#account_invoice_financials_filter,#account_invoice_financials_info{
	display:none;
}

#account_invoice_financials .dropdown-menu{
    margin-top: -41px;
    margin-left: -185px;
    width: 186px;
    max-height: 132px;
    border: 1px solid #e5e9ec;
}
#account_invoice_financials ul li{
    border-bottom: 1px solid #e5e9ec;
    padding: 13px 0px 12px 12px;
    margin: 0 7px 0 7px;
    font-size: 12px;
}

#account_invoice_financials{
	/* margin-top:13px;*/
 }
 #account_invoice_financials th,td{
	 border-right:1px solid #fff;
 }
 #account_invoice_financials tr{
	 height:40px;
 }
 #account_invoice_financials tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}

#account_invoice_financials .ad-date {
    width: 100px !important;
}
#account_invoice_financials .ad-invoice {
    width: 170px !important;
}
#account_invoice_financials .ad-order {
    width: 120px !important;
}
#account_invoice_financials .ad-invoice {
    width: 170px !important;
}
#account_invoice_financials .ad-amount-due {
    width: 150px !important;
}
#account_invoice_financials .glyph-three-dots{
	width:40px!important;
}

@media only screen and (width: 768px){
	#accountMenu-nav .healthCare-prof {
	    width: 210px;
	}
}
@media screen and (max-width: 768px) and (min-width: 319px)
{
    .calender .datepicker-days .delivary input[type="checkbox"] {
        margin-top: 5px !important;
       float: left;
    }
    .receive-info {
        margin-top: 5px !important;
    }
    .calender .datepicker-days .delivary p {
        clear: both;
        text-align: start;
        margin-left: 25px !important;
    }
	#orderhistoryfilterform .filterByTitle{
		display:block;
	}
	#leftCont-rightNav #fluPlaceOrderForm > section.left-section{
		
		border-right:none!important;
	}
	#orderhistoryfilterform .aoh #filter-by .filterByGroup .filterByTitle{
		margin-bottom: 0!important;
	}
	.ship-to-checkout h5.dark-color {
		width: 100%!important;
		min-height: auto;
		margin-bottom: 15px!important;
	}
	.ship-to-checkout {
		margin-top: 15px;
		margin-bottom:10px;
	}
	.sm-float-left p{
		margin-top:15px!important;
	}
	.mini-card .minicardGroup-B{
		height:191px!important;
	}
	.product-details#leftCont-rightNav{
		padding-bottom:25px;
	}
}


#loading-order .reserve-text,#loading-request .reserve-text {
    font-family: 'Poppins-medium';
    font-size: 20px;
    color: #0057a6;
    font-weight: 500;
    text-align: center;
    padding-top: 45px;
}
#loading-order .progress2,#loading-request .progress2 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); */
}
#loading-order .progress-moved .progress-bar2,#loading-request .progress-moved .progress-bar2 {
    width: 99%;
    background-color: #EF476F;
    animation: progressAnimation 6s;
}
#loading-order .progress-bar2,#loading-request .progress-bar2 {
    height: 4px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#08afff, #0057a6);
    transition: 0.4s linear;
    transition-property: width, background-color;
}
.invoice-paymentreview .order-history-table .dropdown-menu{
	height:auto;
	font-size:12px;
}
.invoice-paymentreview div.dd-cardNumber div.dropdown-menu{
	width:100% !important;
}
.invoice-paymentreview .light-line {
    border-bottom: 4px solid #edf6fb !important;
}
.invoice-paymentreview .bootstrap-select>.dropdown-toggle{
	font-size:12px;
}

.invoice-paymentreview .btn-default.active.focus, .invoice-paymentreview .btn-default.active:focus, .invoice-paymentreview .btn-default.active:hover, .invoice-paymentreview .btn-default:active.focus, .invoice-paymentreview .btn-default:active:focus, .invoice-paymentreview .btn-default:active:hover, .invoice-paymentreview .open>.dropdown-toggle.btn-default.focus, .invoice-paymentreview .open>.dropdown-toggle.btn-default:focus, .invoice-paymentreview .open>.dropdown-toggle.btn-default:hover{
	background-color: #fff;
} 
.invoice-paymentreview .btn-group-vertical>.btn.active, .invoice-paymentreview .btn-group-vertical>.btn:active, .invoice-paymentreview .btn-group-vertical>.btn:focus, .invoice-paymentreview .btn-group-vertical>.btn:hover, .invoice-paymentreview .btn-group>.btn.active, .invoice-paymentreview .btn-group>.btn:active, .btn-group>.btn:focus, .invoice-paymentreview .btn-group>.btn:hover{
	background-color:#fff;
}
.invoice-paymentreview .online-invoices .sort-by-region{
	width: 217px;
    height: 28px;
    margin-top: 7px;
}

.invoice-paymentreview .online-invoices .sort-by-region.custom-selectpay {
    margin-bottom: 15px;
}
#applyCreditsTable td{
	padding-top:12px !important;
}


.pageLabel-saveOrder .item-numb{
	width:auto;
}
.pageLabel-saveOrder .savedorder{
	padding-left:0;
	padding-right:0;
}
.pageLabel-saveOrder .middle-row{
	margin-top:63px;
}
.cartIconleft {
    background: url(../images/icons/cart.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 16px;
}
.edit-saved-cart .add-to-cart #cart-value1 {
    padding-top: 17px;
}

.custom-select-mail select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width:288px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.custom-select-mail .select-selected{
	padding: 6px 42px 6px 12px;
}

.custom-select-mail .select-items{
	padding:0;
}
.commonFiledsError{
	position:relative;
}

.commonFiledsError .common-error {
    display: inline-block!important;
        font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
    bottom: -16px;
    line-height: 9px;
}

.commonFiledsError .form-control,.commonFiledsError .select-selected{
border: 1px solid #de1848;
}

.top-pagination p{
	text-align: right;
    padding-right: 9px !important;
    padding-top: 6px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.cart_session_value_added {
	    padding: 8px 8px 8px 8px!important;
	    left: -80px!important;
	}
	
	.cart_session_value_added>.arrow {
	    top: -11px!important;
	    left: 78%!important;
	}
	.checkout .accordion-img{
		margin: 0 6px 0 0px!important;
	}
	.multi-image-selector .popup-comp .modal-dialog {
	width: 100% !important;
	}
}

@media only screen and (min-width: 371px) and (max-width: 767px) {
	.cartShipToHeader .light-color > span {
	    width: 87%;
	}
	.reg-login {
	display: none;
	}
}

.pt-half{
    padding-top: 1rem;
}

#added-to-cart, .added-to-cart{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 179px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: 50px;
    left: -56px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}
.added-to-cart{
	left: 25px;
    display: block;
    width: 215px;
}
#added-to-cart >.arrow , .added-to-cart >.arrow{
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.25);
    top: -11px;
    position: absolute;
    left: 50%;
}

#added-to-cart >.arrow:after,.added-to-cart >.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    top: 1px;
    position: absolute;
    left: -11px;
}

#added-to-cart > img, .added-to-cart > img{
    float: left;
    margin: 1px 0 0 0;
}

#added-to-cart > span, .added-to-cart > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
}
.added-to-cart > span{
	margin-top: 8px;
}

#timeFrame + .select-selected, #orderStatus + .select-selected {
    margin: 0;
}

.commonDateDiv .delivary-details .calender input[type="text"]{
	    width: 178px;

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.commonDateDiv .delivary-details .calender input[type="text"]{
	    width: 144px;
	}
}
.childViewTable #sort-by-region .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px;
}

.childViewTable #sort-by-region span{
	width:auto;
}

.childViewTable #sort-by-region .dropdown-menu{
    margin-top: 0px !important;
    margin-left: 0px !important;
    top: 100%!important;
    width: 100%!important;
}

.childViewTable #sort-by-region .dropdown-menu li:first-child{
	display:none;
}
.preference-right{
	float:right!important;
}

.pdp-dropdown.acc-dropdown .tab-link a {
    padding: 0;
}

.right-align
{
	float: right!important;
}


@media screen and (max-width: 480px) and (min-width: 320px){
	form#updateShippingAddress .locnewselect {
	    margin-left: 0px;
	    width: 100%;
	}
}

@media screen and (max-width: 768px) and (min-width: 320px)
{
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc .cart-delivery-date label {
	    margin: 12px 17px 0px 0px !important;
	    float: left;
	    width: 50%;
	}
		
	.oi-titlerow .userText p {
	    text-align: left;
	}
	
	#creditform .childViewTable .panel{
		    background: transparent;
    box-shadow: none;
    border: 0;
	}
	
	.online-invoices #creditform label > span.checkmark{
		top:3px;
	}
	.mini-card .miniCard-img img {
	    width: 100%;
	    max-height: 120px;
	}
	
	.mini-card .minicardGroup-B .unit-calc > .units-price .price-total {
	    font-size: 14px!important;
	}
}

@media only screen and (min-width: 768px) {
.invoicesTable .radio_grp{
	position: relative;
}

.invoicesTable .radio_grp > input{
	top: 30%;
    margin: 0;
    position: absolute;
}

.invoicesTable .radio_grp > span{
    top: 28%;
    position: absolute;
    left: 12%;
}

.invoicesTable td{
    position: relative;
    height: 52px!important;
}
}
.invoiceValueError{
 	display: none;
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    left: 8px;
    background: transparent;
    bottom: 5px;
    line-height: 9px;
}
.creditDisplayTable td{
	height:52px!important;
	position:relative;
}

#sanofiOnlinePayInfoForm .radio_grp label {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    width:54.4%;
    height:auto;
    font-weight:700;
}

#creditform .commonRow,#sanofiOnlinePayInfoForm .commonRow:last-child{
	position: relative;
    height: 35px;
}

#creditform .commonRow > span,#sanofiOnlinePayInfoForm .commonRow > span{
    position: relative;
    height: 100%;
}
#creditform .commonViewTable {
	margin-top: 3%;
}
#creditform .commonRow .invoiceValueError,#sanofiOnlinePayInfoForm .commonRow .invoiceValueError{
	width: 100%;
	left: 0;
	display:none;
}

@media screen and (min-width:319px) and (max-width:768px){
#creditform .commonRow .invoiceValueError,#sanofiOnlinePayInfoForm .commonRow .invoiceValueError{
    top:33px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
	#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
		display: block;
	}
}
@media screen and (min-width: 1024px)
{
	#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
		display: block;
	}
	.saved-orders .left-section{
	    min-height: 465px!important;
	    border-bottom: 0!important;
	}
	
	.acc-overview #myInputautocomplete-list{
		left: 6px;
		margin-left: 0;
		top: 161px;
	}
}
@media screen and (min-width: 1024px)
{
	.saved-orders .left-section{
	    min-height: 465px!important;
	    border-bottom: 0!important;
	}
	
	.acc-overview #myInputautocomplete-list{
		left: 6px;
		margin-left: 0;
		top: 183px;
	}
}

.acc-overview .paddingSavedCart .ad-product-details {
	padding-left:20px !important;
	padding-right: 11px !important;
}

.emptyCart .ad-product-details {
	padding-left:0px !important;
	padding-right: 0px !important;
}
.checkout .ad-product-details.quick_order {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 15px;
}
@media screen and (min-width:319px) and (max-width:767px){
.pdp-dropdown .orderemail .dropdown-menu{
    width: 295px;
}
}
@media only screen and (max-width: 480px)
{

	.filterByGroup.commonDateDiv.dateRangeDiv{
		display:inline-block;
	}
	.dateRangeDiv .delivary-details{
		width:50%!important;
		margin-right:0;
		text-align:left;
		float:left;
	}
	
	.commonDateDiv.dateRangeDiv .delivary-details .calender input[type="text"] {
	    width: 90%;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker.dropdown-menu{
		left: -106px !important;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker-dropdown-bottom-right:before {
	    top: -8px;
	    left: 60%;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker-dropdown-bottom-right:after {
	    top: -6px;
	    left: 60%;
	}
	
	#productList-area #filter-by .filterByGroup{
		border-top:0;
	}
	
	#productList-area .select-items{
		max-width:100%;
	}
	
	#productList-area .select-items > div{
		padding-left: 4px;
	}
	
	#productList-area .control-group > label{
	font-weight:100;
	}
	
	#productList-area .sanofi-dropdown-sec{
		text-align:left;
		font-family:'NotoSans';
	}
	
	#productList-area #browse-category {
	    padding: 10px;
	    border-bottom: 4px solid #edf6fb;
	    height: 108px;
	}
}

.has-error{
	color: #de1848!important;	
	}

.account-section .ad-upload-order{
	padding-left:32px;
	padding-right:32px;
}
.account-section-content #main-container{
	margin-left:-20px;
}
.account-section-content .save-document {
	margin:70px 0 0 0 ;
	width:auto;
}
.account-section-content .product-price{
	margin-top:-32px;
}
.account-section-content .checkout-details .unitCount-comp{
	margin-top:-20px;
}
.account-section-content .ad-product-details{
	padding-top:14px;
}
.account-section-content .ad-product-details .header-SearchBar{
	width:326px !important;
}
.testcart .edit-saved-cart .add-to-cart #cart-value1{
	padding-top:5px;
}
.ordercontact-label {
    font-size: 12px;
    color: #5b646e;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "NotoSansBold";
    width: 100%;
    display: inline-block;
}
#myQuickInputAccount::-ms-clear{
display:none;
}
#myQuickInput::-ms-clear{
display:none;
}


#placeOrderForm{
	border-right: 4px solid #edf6fb;
}

#btn-bank, #btn-cc{
	display:none;
}
.paymentname{
	padding-left: 5px;
    padding-bottom: 10px;
}
.invoice-paymentreview .oi-table-title{
	padding-left:14px;
}
@media screen and (min-width:319px) and (max-width:767px){
.reviewpayname span{
	display: block;
    margin-left: 0 !important;
}
.reviewpayname{
	padding-left: 4px;
}
}

#sort-by-checkout{
    width: 260px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
}


.reserve-btn-qckOrder{
	 width: 103px;
	 display:none;
}

.reserve-btn-qckOrder input[type="button"]{
	 padding: 6px;
	 width:auto!important;
	 margin-left:0;
	 margin-top:0;
}

.ad-product-details p.product-discontinued-txt1 {
    margin: 0px 0 0px 20px;
}
.prd-availability {
	display :none;
	width: 100%;
    float: left;
}
.product-discontinued-txt2,.ad-product-details .prdct-unAvlble {
    font-size: 12px;
    color: #de1848;
    font-family: "NotoSansBold";
    line-height: 25px;
    margin: -3px;
    margin-left: 20px;
}
.edit-save-option .cart-edit-rename + .popover {
    max-width: 260px;
    padding: 20px 18px 13px 18px;
}
.edit-cartsave .edit-save-option .cart-edit-rename + .popover {
    max-width: 326px;
}
.edit-cartsave .save_rename .edit-save-option .cart-edit-rename + .popover {
    max-width: 326px;
}

.edit-cartsave .savedcartpop .Fields-input {
    margin-bottom: 20px;
    padding: 5px 10px;
}
.white-button.btn_over:hover,.white-button.btn_over:active,.white-button.btn_over:focus{
    /*background: #FFF;
    color: #0057a6!important;
    border-color: #0057a6!important;*/
}
.white-button.blue_white:hover,.white-button.blue_white:active,.white-button.blue_white:focus{
	background: #0057a6!important;
    color: #FFF!important;
    border-color: #0057a6!important;
}

/* .savings-total button:hover a, .savings-total button:hover, .confirm-order button:hover a, .confirm-order button:hover, .rename-opt .trash.save-cart + .popover .popover-content .btn:hover {
    background: #0057a6!important;
    color: #fff!important;
}
 */

.shipToMsg{
	display: none;
	font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -14px; 
    left: 0;
}

.shipToError input.Fields-input {
    border: 1px solid #de1848;
}

.shipToError .shipToMsg {
   	display:block;
}

.invoice-view button {
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

tr td.darkblue button{
    color: #0057a6 !important;
}

.two-line-text{
	width:610px;
}

.order-no{
	padding-top:20px;	
}

.cartShipToHeader .light-color > span {
    float: right;
    width: 92.8%;
}

@media screen and (min-width:319px) and (max-width:767px){
	.flunopadding .new-res{
		padding:0;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.new-res-heading{
	    padding: 17px 12px 10px 12px;
	}
	.new-res ul li{
	        padding: 0px 12px 0px 12px;
	}
	
	.savedCartProducts #myInputautocomplete-list,.cartProductSaveDetails #myInputautocomplete-list{
		position: relative;
    	left: -10px!important;
    }
	
	#myInputautocomplete-list .mCustomScrollBox {
	    position: relative;
	    max-height: 152px!important;
	    height: auto;
	}
	
	.float-right.logo-account {
        float: right!important;
    }
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 99%!important;
	}
	
}


.btnpaymentinvoice{
	display:none
}
.btnpaymentinvoicecredit
{
	display:none
}

#sanofiOnlinePayInfoForm .ad-files-text{
	margin-top: -46px;
    width: 100%;
}

#sanofiOnlinePayInfoForm .ad-files-text a:not(:first-child):not(:last-child){
	margin-right:8px
}

#applyCreditsTable th:nth-child(6){
	width:361px!important;
}

.influenza-step1 .mr10 {
    margin-right: 0;
    margin-left: 0;

}

#creditform .invoiceDropdown ul li{
padding:0;
}
#creditform .invoiceDropdown ul li a{
    padding: 13px 0px 13px 12px;
}



.credit-steps .ad-files-text.open_in_voice{
	margin-bottom:8px;
	color:#0057a6;
	margin-top:6px;
}
.ordercontact-label > img {
    width: 16px;
    height: 16px;
    margin-top: -2px;

}
.product_trash-new{
	padding-bottom:10px;
}


/*accessibility style start here*/
/*screen reader only style start here*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}
/*screen reader only style end here*/

/*top nav style start here*/
#accountMenu-nav .myAccount-menu > ul > li.access-menu-active {
    background: #ffffff;
    color: #0057a6!important;
    font-weight: bold;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active a{
        color: #0057a6;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active .chevronIconWhite{
    display: none;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active .chevronIcon{
    display: inline-block;
}
/*top nav style end here*/
/*skip nav style start here*/
.skipnav-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.skipnav-invisible.skipnav-focusable:active,
.skipnav-invisible.skipnav-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
/*skip nav style end here*/
.titletext1 {
    font-family: 'NotoSansBold';
    background-color: #73aed3;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 4px;
    margin-left: -36px;
    margin-right: -32px;
    font-size: 12px;
    margin-top: 1px;
}
.order-detail h2 {
  font-family: 'Poppins-medium';
  font-size: 20px;
  font-weight: 500;
}
.order-history-table .headingtext12px {
  color: #73aed3;
  font-family: 'NotoSansbold';
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.wid100per {
    width: 100%;
    cursor: pointer;
}

/*tab nav style start here*/
.statement_tab .table-new h3{
    font-size:16px;
    color:#2a343f;
    font-family:'Poppins-medium';
}
.statement_tab .table-new span{
    font-size:12px;
    color:#5b646e;
    display:block;
    padding-top:12px;
}
/* .statement_tab button{
    width:125px;
    height:44px;
    background-color:#0057a6;
    color:#fff;
    font-size:12px;
    font-family:'NotoSansBold';
    border:3px solid #0057a6;
    border-radius:3px;
    margin-top: 20px;
} */
.statement_tab .viewbtn{
    margin-right: 38px;
}
.statement_tab .statebtn{
    width:229px;
}
.statement_tab .newbtn-wtimg
{
	padding-top:4px;
}
/*tab nav style end here*/
#noReuslt-found{padding: 10px 0px; margin: 0px;}
.new-res-heading{
    color: #5b646e;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-family: "Poppins-Medium";
    line-height: 24px;
}

.cart-left .checkout-details h4{
    font-size: 16px;
    color: #0057a6;
    line-height: 21px;
    display: inherit;
    letter-spacing: 0.5px;
    font-family: "Poppins-Medium";
} 
.noborder{border: none;}
/*accessibility style end here*/

.hundred-percent{
width:100%;


}



.support-time {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

@media screen and (min-width:319px) and (max-width:600px){
    .threesec-product{
    margin-top:18px;
    }
	.threesec-product .table thead{
	width:50%;
	display:inline-block;
	}
	.threesec-product .table th{
	padding: 8px 0 10px 0 !important;
	}
	.threesec-product .table td{
	padding: 8px 0 10px 0 !important;
	}
	.threesec-product .table>thead>tr>th{
	display:inline-block;
	width:100%;
	}
	.threesec-product .table tbody{
	width:50%;
	display:inline-block;
	}
	.threesec-product .table>tbody>tr>td{
	display:inline-block;
	width:100%;
	}
	.threesec-product .table{
	margin-bottom:0;
	}
	.purchasenum{
	float:none !important;
	margin-top:-38px;
	}
	.checkout .print-preview .purchasenum p{
	text-align: left !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    line-height:9px !important;
	}
}
 
@media screen and (min-width:601px) and (max-width:800px){
.threesec-product{
	margin-left:10%;
	margin-top:0%;
}
.purchasenum{
	margin-top:-16px;
}
.checkout .print-preview .purchasenum p{
	line-height:7px !important;
}
}
@media screen and (min-width:801px) and (max-width:1030px){
.threesec-product{
	margin-left:3%;
	margin-top:0%;
}
}

ul.pagination>li.pagination-prev > a.plpDisable,ul.pagination>li.pagination-next > a.plpDisable {
	background: #bfc4c8!important;
}

ul.pagination>li.pagination-prev > a.plpEnable,ul.pagination>li.pagination-next > a.plpEnable {
	/*background: #0057a6!important;*/
	cursor:pointer!important;
}

@media screen and (min-width:320px) and (max-width:768px){
	.account-section-content #sanofiEditSavedOrderForm  .product-price {
	    margin-top: 0;
	}
	
	.account-section-content #sanofiEditSavedOrderForm .checkout-details .unitCount-comp {
	    margin-top: 13px;
	}
	
	.checkout .cart-left #sanofiEditSavedOrderForm .checkout-data{
		display:inline-block;
	}
	
	.checkout .cart-left #sanofiEditSavedOrderForm .checkout-data > p{
		display:inline-block;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
		
		margin-top:0;
		word-break:break-word;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .cartIconleft.float-left{
		max-height: 60px;
    	height: 100%;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .row.add-to-cart{
		padding-bottom:0;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .table-responsive{
		margin-top:0;
	}
}

#productList-area > aside#filters-aside1 > img{
    width: 100%;
}

.popup-comp  iframe + .pay-invioce-panel{
	position: absolute;
    margin-top: -118px;
}

iframe + .pay-invioce-panel + .pay-invioce-panel-button{
    position: absolute;
    /*margin-top: -80px;*/
}

.popup-comp .panel.pay-invioce-panel label {
    position: relative;
    text-indent: 0;
    padding-left: 35px;
    cursor: pointer;
}

.panel.pay-invioce-panel label > span.checkmark {
    top: 12px;
    margin-left: 9px;
}

.existingDropdown .newly-added-card img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.newly-added-card{
	display:none;
}

@media only screen and (max-width: 480px)
{
	#leftCont-rightNav.product-details > aside.right-navigation {
	    padding: 0 38px;
	    display: inline-block;
	    width: 100%;
	}
}

#productList-area > aside#filters-aside1 > .vertical-banner img {
    width: 100%;
}

.dd-roleValue.dd-role div.dropdown-menu {
    height: 250px!important;
}

.sanofi-dropdown-primary.dd-role ul.dropdown-menu li:hover, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu li:hover, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li:hover, .sanofi-dropdown-primary.shippingState ul.dropdown-menu li:hover {
    color: #333;
}

/* .miniCart-list {
    box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    height: 160px;
} */

#miniCart-popover{
    box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
}

/* Location Selector Start */
#location-select{
    display: table;
    padding: 12px 16px;
    background: white;
    margin: 24px 0;
    box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    position: relative;
    width: 100%;
    border-radius: 4px;
}
#location-select .locationIcon{
    display: table-cell;
    vertical-align: middle;
}
/* #location-select span.glyphicon{
    font-size: 26px;
    left: -5px;
    color: #0057a6;
} */
#location-select .locationDetails{
    display: table-cell;
}
#location-select .locationDetails .selected-loc{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #2a343f;
}
#location-select .locationDetails .change-loc{
    color: #0057a6;
    cursor: pointer;
    font-size: 12px;
}
#location-sel-popup .modal-dialog,.corouselcomp .modal-dialog{
    width: 440px;
}
#location-sel-popup .modal-header,.corouselcomp .modal-header{
    background: #edf6fb;
    height: 86px;
    padding: 10px;
    border: 0;
}
#location-sel-popup .modal-header .modal-title,.corouselcomp .modal-header .modal-title{
    color: #73aed3;
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
#location-sel-popup .modal-header .close,.corouselcomp .modal-header .close{
    margin-top: 0;
    color: #0057a6;
    opacity: 1;
}
#location-sel-popup .modal-header button.close span,.corouselcomp .modal-header button.close span{
    background-image: url('../images/icons/close.png');
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
}
#location-sel-popup .modal-body,.corouselcomp .modal-body{
    padding: 20px;
}
#location-sel-popup .modal-content,.corouselcomp .modal-content{
    border-radius: 0;
}
#location-sel-popup .modal-dialog .modal-title,.corouselcomp .modal-dialog .modal-title{
    text-align: center
}
#location-sel-popup .modal-content > .modal-body > .panel-group,.corouselcomp .modal-content > .modal-body > .panel-group{
    max-height: 340px;
    min-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;

}
#location-sel-popup .modal-content > .modal-body > hr,.corouselcomp .modal-content > .modal-body > hr{
    margin: 10px -15px;
    box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    clear: both;
}
#location-sel-popup .loc-SearchBar,.corouselcomp .loc-SearchBar{
    width: 100%;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: none;
}
#location-sel-popup .loc-SearchBar input,.corouselcomp .loc-SearchBar input {
    border: 0!important;
    box-shadow: none!important;
    height: 44px!important;
    background: none!important;
    width: 100%!important;
    margin-bottom: 0!important;
    padding: 5px 12px!important;
}
 .corouselcomp .sanofi-dropdown-sec .form-control.btn {
    margin-bottom: 0!important;
}
.label-location.radio_grp p.labelp {
    margin-left: 23px;
}
.label-location.radio_grp p.labelpp{
	margin-left: 27px;
}
.label-location.radio_grp label {
    width: 95%;
    padding-left: 7px;
}
#location-sel-popup .loc-SearchBar button.btn,.corouselcomp .loc-SearchBar button.btn{
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#location-sel-popup .loc-SearchBar button.btn span.locSearchIcon,.corouselcomp .loc-SearchBar button.btn span.locSearchIcon{
    background-image: url('../images/icons/search.png');
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
#location-sel-popup .sort-by-region,.corouselcomp .sort-by-region{
    text-align: right;
    margin-bottom:10px;
}
#sort-by-region{
    width: 240px;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
}
#location-sel-popup .SelectLocation-done,.corouselcomp .SelectLocation-done{
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}
#location-sel-popup .modal-footer, #upldProgressPopup .modal-footer,.corouselcomp .modal-footer{
    border: 0;
    box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    padding: 20px;
}
#location-sel-popup .modal-footer label,.corouselcomp .modal-footer label{
    display: block;
    position: relative;
    text-align: left;
    text-indent: 20px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 10px;
}
#location-sel-popup .panel,.corouselcomp .panel{
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
#location-sel-popup .panel-heading,.corouselcomp .panel-heading{
    background: none;
    padding: 5px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-top: 1px solid #e5e9ec;
}
#location-sel-popup .panel-collapse .panel-heading,.corouselcomp .panel-collapse .panel-heading{
    padding: 0;
    border: 0;
}
#location-sel-popup .panel-heading .firstLevel-loc,.corouselcomp .panel-heading .firstLevel-loc{
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
#location-sel-popup .panel-heading .firstLevel-loc.loc-inner-list,.corouselcomp .panel-heading .firstLevel-loc.loc-inner-list{
   margin-bottom: 4px; 
}
#location-sel-popup .panel-heading .firstLevel-loc label,.corouselcomp .panel-heading .firstLevel-loc label{
    font-family: "NotoSansBold";
    margin: 0;
}
#location-sel-popup .panel-body,.corouselcomp .panel-body{
    border: 0;
}
#location-sel-popup .panel-collapse .panel-body,.corouselcomp .panel-collapse .panel-body{
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 0;
    padding-top: 5px;
}
#location-sel-popup .panel-collapse .panel-group,.corouselcomp .panel-collapse .panel-group{
    margin: 0;
    padding-right: 0px;
}
#location-sel-popup .panel-collapse .panel-body .panel-collapse .panel-body,
.corouselcomp .panel-collapse .panel-body .panel-collapse .panel-body{
    padding-right: 5px;
    padding-left: 20px;
}
#location-sel-popup .panel-collapse .panel-body .panel-collapse .panel-body.loc-sec-list .secLevel-loc,
.corouselcomp .panel-collapse .panel-body .panel-collapse .panel-body.loc-sec-list .secLevel-loc{
    border: 0;
}
#location-sel-popup .panel label,.corouselcomp .panel label{
    position: relative;
    text-indent: 0;
    padding-left: 24px;
    cursor: pointer;
}
#location-sel-popup .panel-heading .firstLevel-loc span.glyphicon, 
.corouselcomp .panel-heading .firstLevel-loc span.glyphicon{
    font-size: 12px;
    position: absolute;
    right: 0px;
    left: auto;
    cursor: pointer;
}
#location-sel-popup  span.locPlusIcon,.corouselcomp span.locPlusIcon{
    background-image: url('../images/icons/minus.png');
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    cursor: pointer;
}
#location-sel-popup  span.locPlusIcon.collapsed,.corouselcomp span.locPlusIcon.collapsed{
    background-image: url('../images/icons/plus.png') !important;
}
#location-sel-popup .secLevel-loc,corouselcomp .secLevel-loc{
    font-size: 12px;
    border-top: 1px solid #e5e9ec;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#location-sel-popup .secLevel-loc label,.corouselcomp .secLevel-loc label{
    font-weight: normal;
}

/* Location Selector Endt */
.label-location {
    border-bottom: 1px solid #e5e9ec;
    padding-top: 5px;
    padding-bottom: 5px;
}
#location-select .defaultLocationDetails {
    display: table-cell;
    vertical-align: middle;
}

#location-select .defaultLocationDetails .change-loc{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #0057a6;
}

.locationCommonDiv{
    float: left;
    width: 100%;
}

.locationCommonDiv #location-select{
    float: left;
    max-width: 100%;
    width: auto;
    min-width:342px;
    margin: 0;
}

#location-select .defaultLocationDetails + .locationDetails{
	display:none;
}

#cartEntryData-cartPage .locationIcon{
	width:26px;
}

.cartShipToHeader #location-select .locationIcon {
    width: 26px;
}
.select-standardCardType .form-control.btn{
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 0 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de;
    font-size: 12px;
    height: 28px;
}
.select-standardCardType .form-control.btn .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
}
.select-standardCardType ul.dropdown-menu{
    width: 100%;
    border: 0;
    box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    padding: 0 12px !important;
}
.select-standardCardType ul.dropdown-menu li{
    font-size: 12px;
    height: 44px;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}
.select-standardCardType ul.dropdown-menu li:last-child{
    border: 0;
}

.select-standardCardType .bootstrap-select .dropdown-menu li a{
	padding: 0;
    font-family: "NotoSans";
}

#leftCont-rightNav #placeOrderForm > section.left-section {
 /*   border-right: 4px solid #edf6fb;*/

}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	#accountMenu-nav .healthCare-prof {
		font-size: 10px!important;
	}
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 91.5%!important;
	}
}
@media screen and (max-width: 990px) and (min-width: 768px){
	#accountMenu-nav .healthCare-prof {
		width: 175px;
	}
}

.reservationPopup{
top: -65px;
    width: 229px !important;
    height: 91px !important;
    background-color: #5b646e;
    left: 24.5px !important;
    margin-top: -10px;
    position: absolute;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.reservationPopup>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-color: transparent;
    border-width:11px;
    border-top-color: #5b646e;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.reservationPopup>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-bottom-width: 0;
    border-color: transparent;
    border-top-color: #5b646e;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

.ac-order ul.checkout-details-view{
    margin-bottom: 24px;
}

.ac-order .checkout-details-view li img {
    margin-right: 20px;
    padding: 12px 0 0 0;
        max-width: 45px;
}

.ac-order .checkout-details-view .checkout-data{
    margin-bottom: 0;
}

.ac-order .checkout-details-view .checkout-data p:not(:first-child){
    float: left;
    margin-right: 20px;
}

.ac-order .checkout-details.checkout-details-view li{
    padding-bottom: 0;
}

.ac-order .checkout-details-view th {
    height: 44px;
    background-color: #73aed3;
    color: #fff;
    border-right: 1px solid #fff;
    padding-left: 7px;
    font-weight: normal;
    font-family: 'NotoSansBold';
}

.checkout .left-section .ship-data th {
    height: 44px;
    padding-left: 7px;
    font-weight: normal;
    font-family: 'NotoSansBold';
}

.ac-order .print-preview .firstLevel-acc + .ship-orderdata {
    margin-top: 24px;
}

.light-grey-line {
    border-bottom: 1px solid #f2f2f2;
}

.ac-order .print-preview .firstLevel-acc img{
	width:21px;
	        margin: -3px 6px 0 -5px;
}

.checkout .ac-order .print-preview .order-preview p {
    color: #2a343f;
    font-family: "NotoSansBold";
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
    text-align: left;
}

.ship-orderdata ul li {
    float: left;
}

#accountPaymentForm iframe + .pay-invioce-panel{
	position: absolute;
	margin-top: -80px;
}

#accountPaymentForm iframe + .pay-invioce-panel .adding-card-checkbox{
	text-indent: 25px;
}

#accountPaymentForm iframe + .pay-invioce-panel + .pay-invioce-panel-button{
    margin-top: -40px;
    position:relative;
}

@media screen and (min-width:319px) and (max-width:767px){
#location-sel-popup .modal-dialog{
width:95% !important;
}
.checkout .sanofi-accordion .panel-heading .firstLevel-acc .label-location label {
    margin: -20px 0px 3px 17px !important;
    height:auto !important;
    width:100% !important
}
.checkout .sanofi-accordion .panel-heading .firstLevel-acc .label-location .labelp{
padding-left:0px;
}
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
			width:53%;
	}
}

.deletecartname{
	top: -65.7969px;
}
.deletecartname {
    margin-top: -20px !important;
    width:223px !important;
}  

.width13{
	width:13% !important;
}
@media screen and (min-width:319px) and (max-width:759px){
.checkout-details li .width13 img {
    vertical-align: middle !important;
}	
}
@media screen and (min-width:760px) and (max-width:800px){
.width13{
	width:11.5% !important;
}
.checkout-details li .width13 img {
    vertical-align: middle;
}	
}
@media screen and (min-width:900px) and (max-width:1100px){
	.width13{
	width:12% !important;
}
} 
.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text{
	margin-top:-50px;
}

.commonPaymentView .ad-files-text > a,.commonPaymentReview .ad-files-text > a{
	margin-right:12px;
}

.commonPaymentView .ad-files-text > a:first-child,.commonPaymentView .ad-files-text > a:last-child,.commonPaymentReview .ad-files-text > a:first-child,.commonPaymentReview .ad-files-text > a:last-child{
	margin-right:0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text {
	    margin-top: -44px;
	}
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
		width:100%;
	}
	.edit-saved-cart .add-to-cart a{
		margin-bottom:10px;
		display: inline-block;
	}
	
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span{
		margin-bottom:0;
		background-color:transparent;
	}
	
	.online-invoices #sanofiOnlinePayInfoForm label > span.checkmark{
		margin-left:0;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 768px){
    #sanofiOnlinePayInfoForm .commonViewTable .childViewTable span{
        position: relative;
    }
    #sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span{
        position: absolute;
        top: 35px;
        left: 0px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text {
	    margin-top: 0;
	}
	.edit-saved-cart table tbody tr td {
	    min-height: 37px;
	}
}

/* aside.my-acc-aside {
    overflow: hidden;
} */

.completedInvoice{
	display:none;
}
.tab_right_float{
   float: right;
}
#addEmail{
	display:none;
}

    .ed_mail .addEmailtxt {
        width: 288px;
    }
/*     .ed_mail .addEmailtxt ul li{
        width:100%;
    }
    .ed_mail .sanofi-dropdown-sec .form-control.btn .dropdown-arrow {
        background: url(../images/icons/chevron-down.png) no-repeat 1px 1px;
        background-size: 15px;
    }
 */   
   .alt_del, .ordrCntrctEmlBlkDltImg, .ordrCntrctMbleBlkDltImg{
        width: 18px;
        margin-top: 0;
        display: block;
         margin-top: 0!important;
        margin-left: 8px;
    }

.ordrCntrctEmlBlkDlt{
	position: absolute;
	    top: 10px;
    right: 30px;
}
.mltpl-eml-blk .sanofi-dropdown-primary li{
    width: 100%;
    display: block;
   }

#location-sel-popupnew .modal-dialog {
    width: 440px;
}
#location-sel-popupnew .modal-dialog{
    width: 440px;
}
#location-sel-popupnew .modal-header{
    background: #edf6fb;
    height: 86px;
    padding: 10px;
    border: 0;
}
#location-sel-popupnew .modal-header .modal-title{
    color: #73aed3;
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
#location-sel-popupnew .modal-header .close{
    margin-top: 0;
    color: #0057a6;
    opacity: 1;
}
#location-sel-popupnew .modal-header button.close span{
    background-image: url('../images/icons/close.png');
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
}
#location-sel-popupnew .modal-body{
    padding: 20px;
}
#location-sel-popupnew .modal-content{
    border-radius: 0;
}
#location-sel-popupnew .modal-dialog .modal-title{
    text-align: center
}
#location-sel-popupnew .modal-content > .modal-body > .panel-group{
    max-height: 340px;
    min-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;

}
#location-sel-popupnew .modal-content > .modal-body > hr{
    margin: 10px -15px;
    box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    clear: both;
}
#location-sel-popupnew .loc-SearchBar{
    width: 100%;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: none;
}
#location-sel-popupnew .loc-SearchBar input {
    border: 0;
    box-shadow: none;
    height: 44px;
    background: none;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 12px;
}
#location-sel-popupnew .loc-SearchBar button.btn {
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#location-sel-popupnew .loc-SearchBar button.btn span.locSearchIcon {
    background-image: url(../images/icons/search.png);
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.label-location.radio_grp .secloct{
	padding-left: 7px !important;
    margin-top: -5px !important;
}
.label-location input[type=radio]{
	top:7px;
}
#location-sel-popupnew .SelectLocation-done {
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}
.locnewselect{
	margin-left: 35px;
    width: 708px;
}
.shipping_address-loc{
	padding-top:0 !important;
}
.secloct {
    padding-left: 0 !important;
    margin-left: 6px !important;
    font-family: 'NotoSansBold' !important;
    margin-bottom: 0 !important;
}
.locationCommonDiv.shipaddress{
	margin-bottom:26px;
}
.singleshipaddress{
	margin-bottom:26px;
}
@media screen and (min-width:319px) and (max-width:767px){
	.label-location.radio_grp .secloct {
    padding-left: 19px !important;
    margin-top: -11px !important;
    height: auto;
}
#location-sel-popupnew .modal-dialog {
    width: 95%;
}
}
.mx0 {
    margin-left: 0!important;
    margin-right: 0!important;
}


/*cart delivery order page css start*/
.ord_delivery{
    padding-top:32px; 
    padding-bottom:32px; 
}
.deli_loc {
    margin-bottom: 21px;
    display: flow-root;
    padding-left:70px;
}
.delivary_opt label:first-child {
    float: left;
    font-weight: normal;
    margin-right: 27px;
}
.delivary_opt .radio_grp{
    float: left;
    margin-right: 22px;
    width: auto;
}
.delivary_opt .radio_grp label{
     margin-left:0;
     margin-bottom: 0;
     font-family: "Poppins-Medium";
     color: #2a343f;
     width: auto;
     height: auto;
     display: inline;
}
.delivary_opt .radio_grp input[type="radio"]{
     margin-right:10px!important;
     width: auto;
 }
.delivary_ord {
    padding-bottom: 20px;
    border-bottom: 1px solid #edf6fb;
    margin-bottom:25px;
}
.ord_date .delivery-content h6,.cart_shipto h6{
    font-family: "NotoSansBold";
    
}
.ord_date .calender {
    margin-top: 0;
}
.ord_date .delivary-details {
    width: auto;
    position: relative;
    margin-right: 0px;
}
.ord_date .calender .control-group{
    float: left;
}
.ord_date .Delivery-Date-Common .common-delivery-zone {

    width: 100%;
}
.ord_date .Delivery-Date-Common .common-delivery-zone input{
    margin: 0;
    
}

.ord_date .Delivery-Date-Common {
    display: inline-block;
    background: none;
    width: auto;
     margin: 0 0 0 16px !important;
     position:relative;
}
.Delivery-timeZone-select.ord-dropdown{
    width:128px;
    left: 0!important;
    top: 47px!important;
}
.Delivery-timeZone-select.ord-dropdown span{
    width: 90%;
}
.ord_date .common-delivery-time{
    position: relative;
}
.ord_date .common-delivery-time .Waitlist {
    margin-left: 0px;
    width: 21px;
    height: 25px;
    position: absolute;
    z-index: 9;
    left: 8px;
    bottom: 12px;
    border: none;
    background: #fff;
    font-size: 14px;
    padding: 0;
}
.ord_date .common-delivery-time .Waitlist .icon-th {
    background-position: 0px 0px;
    background-image:url(../images/waitlist.png);
    width: 30px;
    height: 30px;
}
.ord_date .common-delivery-time input{
    padding-left:38px;
}
.ord_date .calender .datepicker.datepicker-inline {
    left: -60px !important;
    top: 70px!important;
}
/*cart delivery order page css start*/

.checkout .firstLevel-acc p.pickupIndent{
	margin-top: 10px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .light-color > span.pickupLocation{
	width:100%;
}

.checkout .firstLevel-acc p.pickupIndent span{
	font-weight:normal;

}
#placeOrderForm .place-order {
    padding: 0;
    border-top: 1px solid #f5f5f7;
}

#placeOrderForm .place-order li:first-child {
    float: left;
    border-right: 1px solid #f5f5f7;
    padding-right: 4px;
    width: 50%;

}
.form-group.custom-select-mail.commonFiledsError .common-error {
    bottom: 10px;
}

.form-group.custom-select-mail.commonFiledsError .common-error.errorChangeView {
    bottom: -10px;
}


#saveOrderContactForm .form-group.custom-select-mail,.form-group.custom-select-mail {
    margin-bottom: 16px;
}

.op_ovice {
    padding-left: 15px;
}

#saveCartForm.savedcartpop .Fields-input {
    margin-bottom: 24px;
}

#saveCartForm .common-error {
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    background: transparent;
    display: none; 
}

#saveCartForm.edit-popover .popover-cancel-button{
	width: 120px;
}

.save-document .popover-content {
    padding: 0px 11px;
    margin-top: -3px;
}

.popover-content > form {
    margin: 0;
}

#saveCartForm.edit-popover.savedcartpop label.Fields-label {
    margin-top: 0;
}

.item-numb .cart-edit-rename + .popover {
    padding: 10px 18px 13px 18px;
    text-align:left!important;
}

.item-numb .cart-edit-rename + .popover .popover-content{
	margin-top:0;
	width:auto;
}

.save-document .popover-content {
    margin-top: 10px;
    width:auto;
}

.save-cart + .popover{
	text-align:left!important;
}
.popover-content p.product_trash {
    padding: 0px 0 16px 0;
}

.deletecartname .Fields-label {
    margin-bottom: 16px;
}

.actionOptions .popover .popover-content{
	height:92px;
	margin-top: 0;
}

.edit-save-option.renamed-edit .popover-content{
	height:96px;
}

.edit-save-option.renamed-edit .deletecartname {
    margin-top: 10px !important;
}

.edit-popover.deletecartname a,.edit-saved-cart .actionOptions .popover a{
	margin:0!important;
}

#miniCart-popover .cart_savedpop.sdpop .popover-content {
    padding: 0px 14px 9px 14px;
}
.inpt span.cardError {
    font-size: 10px;
}
.cardError{
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    display: none;
}

.payment-tab .row.bank-details .field-value,.payment-tab .cu-btn{
	min-height:44px;
} 

.payment-tab .row.bank-details .field-value .inpt input[type="text"]{
	padding: 4px 4px;
	margin-top: -6px;
}

.cu-btn .cu-update {
    background-color: transparent;
    padding: 13px 16px 0px 0px;
    font-size: 12px;
}

.cu-btn .cu-update:hover,.cu-btn .cu-update:focus{
	outline:0;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.orderDetailTable .dataTables_filter,.orderDetailTable .dataTables_info{
	display:none;
}

@media screen and (max-width: 768px) and (min-width: 320px){
	.checkout-details li .display-table > a {
    	display:table;
	}
	.checkout-details li .display-table > a h2 {
    	display:table-cell;
    	vertical-align:middle;
    	width: 100%;
    	height: 100%;
	}
	.multipleLocDelivery .delivary-details {
    width: 100%!important;
    text-align: left;
    margin-top: 16px;
	}
	
}

@media screen and (max-width: 767px) and (min-width: 320px){
		#sanofiEditSavedOrderForm {
	    width: 100%!important;	    
	    display: block;
	    text-align: center;
	    margin-top: 8px;
		} 

}

.primary_acc .Registration-split{
    padding:0;
}
.primary_acc #leftCont-rightNav > section.left-section{
    height: auto;
}
.primary_acc .Registration-split{
    padding-bottom:32px;
 }
label.field-check {
    padding: 0 0 0 30px;
}
.field-check > span.checkmark{
    top: 29px;
    left: 23px;
}
.primary_acc .Registration-split .radio_grp input[type="radio"]{
    margin-right: 14px;
}
.primary_acc .Registration-split .acc_bg.acc_shiping{
    margin-top: 12px;
    margin-bottom: 32px;
}
.acc_bg{
    margin:32px 0 0px 0;
    background: #edf6fb;
    padding: 29px 0 29px 24px; 
}
.acc_bg span bold{
    font-family: "NotoSansBold";
}
.fax_mail{
    margin-top: 18px;
}
.fax_mail h3{
    font-size: 12px;
    line-height: 18px;
    color: #5b646e;
    font-family: "NotoSansBold";
    margin-top: 0;
    margin-bottom: 12px;
}
.fax_mail label{
    margin-left: 32px;
}
.fax_mail .Fields-container:first-child{
    margin-bottom: 16px;
 }
.fax-data{
    margin-top: 12px;
    margin-bottom: 8px;
}
.primary_acc .Registration-split .pr-btn {
    padding-top: 25px;
    border-top: 1px solid #ccc; 
}
.primary_acc .Registration-split .pr-btn button{
    width: 150px;
    height: 44px;
    margin-right:12px; 
}
.acc_recipient h6,.nw_recipient h6{
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: "NotoSansBold";
}
.acc_recipient .radio_grp,.nw_recipient .radio_grp{
    float: left;
    margin-right: 30px;
    width: auto;
}
.acc_recipient .radio_grp label,.nw_recipient .radio_grp label{
     margin-left:0;
     margin-bottom: 0;
     width: auto !important;
 }
 .acc_recipient .radio_grp input[type="radio"],.nw_recipient .radio_grp input[type="radio"]{
     margin-right:10px!important;
    
 }
 .acc_newcont .sanofi-dropdown-primary .form-control.btn,.nw_newcont .sanofi-dropdown-primary .form-control.btn{
     background: #fff!important;
 }

@media screen and (min-width: 1024px){
    .primary_acc .Registration-split .Fields-input,.acc_newcont .Fields-input,.nw_newcont .Fields-input{
        width: 378px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 994px){
    .payment-step1.primary_acc .review,.payment-step1.primary_acc .confirmation{
        display: block;
    }
}

.radionew{
	padding:0 20px !important;
}

.fax_mail .Fields-container-error span.hide{
	padding-left:35px;

}


.deli_loc .multipleLocDelivery.delivery-content {
    margin-top: -15px;
}

.pickupTextMsg {
  font-family: "NotoSans";
  font-size: 11px;
  color: #5b646e;
  position: relative;
  margin-top: 8px;
} 

.cart-pickup-date .errorCheckoutMsg{
    text-align: left;
    bottom: 30px;
}

#applyCreditsTable .radio_grp {
    padding-top: 0;
}

#applyCreditsTable input[type=radio]{
	margin:0;
}
.sanofi-dropdown-primary ul.dropdown-menu li.selected {
    color: #333!important;
    background: url(../images/icons/checkmark-blue.svg) no-repeat 252px center!important;
}

.pdp-dropdown .dd-hint .dropdown-menu>.active>a {
    color: #333!important;
    background-color: transparent!important; 
}

#sanofiEditSavedOrderForm{
	    width: 293px;
    float: right;
}

#sanofiEditSavedOrderForm .button-combo{
	margin:0;
}

#locationQuantityUpdateEdit{
    float: right;
}

#sanofiEditSavedOrderFormRename #save_txtname{
	margin-bottom:24px;
}

.saveOrderRename .edit-save-option.renamed-edit{
    margin: 12px 0 0 0;
    display: inline-block;
}

#sanofiEditSavedOrderFormRename label.Fields-label {
    margin-top: 0;
}

.saveOrderRename .edit-save-option .cart-edit-rename + .popover {
    max-width: 280px;
}

#sanofiEditSavedOrderFormRename .common-error{
	bottom:6px;	
	text-align:left;
}



.noemailUpdates{
    display: none;
}

.user-data.buyingGroup .radio_grp{
    width: 16%;
}

.addAlternateEmail{
    width: 100%;
    height: 18px;
    font-family: "NotoSans";
    font-size: 12px;
    color: #0057a6;
    display: inline-block;
    margin-top: 16px;
    cursor: pointer;
    display:none;
}

.noemailUpdates .Fields-input{
    width: 78%;
}

.alternate-mail-delete{
    margin-left: 8px;
}

.alternate-mail-delete img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}


.padding-20,#SanofiCustomerRegisterForm .captcha-common{
	padding-right: 20px;
    padding-left: 30px;
}

#SanofiCustomerRegisterForm .captcha-common .g-recaptcha {
    margin-top: 0;
}

#SanofiCustomerRegisterForm .noemailUpdates .Fields-input {
    width: 60%;
}
.commonViewTable .childViewTable span > span .checkmark  {
    top: 6px!important;
}

.commonViewTable .childViewTable span > span.float-left.boldVal {
    position: absolute;
    top: 6px;
}
.commonViewTable .childViewTable span > span {
    float: left;
    width: auto;
    min-width: 20px;
} 


.online-invoices #sanofiOnlinePayInfoForm .commonRow label > span.checkmark {
    position: absolute;
    top: 6px;
}

.preference-content .payment-tab .panel.pay-invioce-panel {
    margin-top: -80px;
    margin-bottom: 0px;
}

.preference-content .payment-tab label.adding-card-checkbox {
    margin-left: 28px;
    margin-bottom: 20px;
}

.preference-content .payment-tab iframe + .pay-invioce-panel + .pay-invioce-panel-button {
    margin: 16px 0 16px 0;
} 


.childViewTable > div.commonRow.existingDropdown {
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
	.preference-content .payment-tab .panel.pay-invioce-panel {
	    margin-top: 0;
	    margin-bottom: 0px;
	}
	
	.preference-content .payment-tab iframe + .pay-invioce-panel + .pay-invioce-panel-button {
	    margin: 16px 0 16px 0;
	    position: relative;
	}
}

.fax_mail .fax-data + .Fields-container .field-optional{
	margin-left: 30px;
}

.order-history-table #example.statementPage .statement{
	width:40%!important;
	border-right: 1px solid #73aed3;
}

.order-history-table #example.statementPage .statement:after{
	display:none;
}

#example.statementPage .statement + th{
	width:574px;
}

.filterByGroup .calender .datepicker.datepicker-inline {
    left: 18px !important;
    top: 74px !important;
    z-index:100;
}

@media (max-width: 1024px) and (min-width: 767px){
	.filterByGroup .calender .datepicker.datepicker-inline {
	    left: -9px !important;
	}
}

.calender .datepicker-days .table-condensed td.day.today {
    color: #fff;
    background-color: #0055a8;
    border-radius: 4px;
}

.aoh .orders-filter #filter-by .filterByGroup .filterByTitle,.orders-filter #filter-by .filterByGroup .filterByTitle label{
    margin-bottom: 0px !important;
}

.orders-filter #filter-by .filterByGroup .header-SearchBar{
	margin-bottom:12px;
}
@media (max-width: 767px)
{
	.active > div.discount-list {
	    display: inline-block;
	    width: 100%;
	}
}

@media (max-width: 992px) and (min-width: 767px)
{
	.active > div.discount-list {
	    display: inline-block;
	    width: 100%;
	}
}

#vol-price-pdp.discount-list table tr td:first-child{
    width: 33%;
}
#vol-price-pdp.discount-list table tr td:nth-child(2){
    width: 27%;
}
#vol-price-pdp.discount-list table tr td:last-child{
    width: calc(40% - 16px);
}

#cart-value1 span.cartIcon {
    background: url(../images/icons/cart.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 8px;
}

.edit-save-option.renamed-edit .popover {
    max-width: 280px!important;
}

.edit-save-option.renamed-edit .popover .btn {
	width:117px;
}

/* Iframe Payment */
#partner-frame-container{
	display: inline-block;
    overflow: hidden;
    width: 100%;
}

#deligoIframePopup .Fields-btn-group, #add-new-check-popup .Fields-btn-group {
    margin: 0px 0 8px 0;
    padding: 0px 16px 20px 16px;

}

#deligoIframePopup .modal-footer .btn+.btn, #add-new-check-popup .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 0;
}

.frameContainer{
	width: 540px;
    overflow: hidden;
    margin: -12px 0 0 -13px;
}

#deligoIframePopup .modal-body, #add-new-check-popup .modal-body {
    padding: 20px;
    overflow: hidden;
}

#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	width: 600px;
    float: left;
}

#applyCreditsTable td {
    padding-bottom: 8px!important;
}

.invoice-paymentreview .commonRow .custom-selectpay .bootstrap-select>.dropdown-toggle .caret{
	background: url(../images/icons/chevron-down.png) no-repeat;
    border: 0;
    width: 32px;
    height: 30px;
    background-size: 50%;
    background-position: 10px -5px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
#sanofiOnlinePayInfoForm .commonRow.existingDropdown > span{
	width:100%;
}
}

#cartEntryData-cartPage .cart_title{
	display: table;
	width: 94%;
	margin-bottom: 15px;
}

#cartEntryData-cartPage .cart_title > img{
	display: table-cell;
    vertical-align: middle;
    width: auto;
}

#cartEntryData-cartPage .cart_title > h2{
	width: 80.5%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 16px;
}

.checkout .cart-left #cartEntryData-cartPage .checkout-data {
    margin-left: 0;
    margin-top: 0;
}

.credit-return.contact_resv .res_contact ul li:first-child p{
	display: table-cell;
    vertical-align: top;
	width:110px;
}

.credit-return.contact_resv .res_contact ul li:first-child span{
	display: table-cell;
    width: 58.8%;
    word-break: break-all;
}
.edit-saved-cart .add-to-cart #cart-value1 {
    padding-top: 4px;
}

.edit-saved-cart .actionOptions {
    display: inline-block;
    margin-top: 16px;
    float: right;
}

#orderhistoryfilterform #filter-by .filterByGroup .filterByTitle {
    margin-bottom: 11px !important;
}

#orderhistoryfilterform .filterByGroup .calender .datepicker.datepicker-inline {
    left: -12px !important;
}

.trash.save-cart + .popover .btn{
	width:105px;
}

.modal .xzoom-container {
    display: inline-block;
    width: 100%;
}

.modal .xzoom-thumbs{
	width: 100%;
}

.modal .xzoom-thumbs a{
	max-width: 80px;
	display: inline-block;
}

.modal .xzoom-thumbs a img{
	width: 100%;
}

footer .footerCol:nth-child(3) ul:nth-child(3) li a {
    pointer-events: none;
    text-decoration: none!important;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	
	#orderhistoryfilterform .filterByGroup .delivary-details:nth-child(2) .calender .datepicker.datepicker-inline {
	    left: -4px !important;
	}
	
	#orderhistoryfilterform .filterByGroup .delivary-details:nth-child(3) .calender .datepicker.datepicker-inline {
	    left: -102px !important;
	}
}

@media only screen and (min-width: 768px) {
	.item-numb #saveCartForm.edit-popover .popover-cancel-button {
	    width: 140px;
	}
}


.pay_date .mCSB_inside>.mCSB_container,.pay_year .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.pay_date .mCSB_scrollTools,.pay_year .mCSB_scrollTools {
    width: 8px;
}


.slimScrollBar{
    right: 8px!important;
    cursor:pointer;
}

.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li,.dd-role ul.dropdown-menu li,.dropdowndashboard ul.dropdown-menu li{
    padding: 0!important;
}

.dd-hint li a,.dd-role li a,.dropdowndashboard li a{
	/*padding: 13px 12px!important;*/
}
.addCardLink {
    color: #0057a6!important;
}

.dd-hint .bs3.bootstrap-select .dropdown-toggle .filter-option,.dd-role .bs3.bootstrap-select .dropdown-toggle .filter-option,.dropdowndashboard .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 4px;
}

.slimScrollBar{
	background: rgba(0, 0, 0, 0.75)!important;
    width: 4px!important;
    right: 8px!important;
}

.slimScrollRail{
	display: inline-block!important;
    width: 2px!important;
    right: 9px!important;
    background-color: rgba(0,0,0,0.55)!important;
}

.slimScrollBar:hover{
	background-color: rgba(0,0,0)!important;
}
/* a:focus, button:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 2px auto #23527c;
}  */

#tab_3 #example3{
	margin-top:0!important;
}

.invoices-fst .table-new + div{
	text-align: right;
}

.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline{
    top: 74px!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 8px !important;
	    top: 76px!important;
	    z-index: 100;
	}
	
	.ship_addr .ord_date .Delivery-Date-Common {
	    margin: 4px 0 0 0!important;
	}
	
	.ship_addr .calender .control-group,.deli_loc .calender .control-group {
	    float: left;
	    width: 100%;
	}
	
	.deli_loc .delivary-details{
		text-align:center!important;
	}
	
	#placeOrderForm .ready_toplace .place-order li{
		width:50%;
	}
	
	#placeOrderForm .ready_toplace .white-button{
		width:90%;
	}
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 36px !important;
	    top: 76px!important;
	    z-index: 100;
	}
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 48px !important;
	    top: 76px!important;
	    z-index: 100;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline {
	    left: -109px !important;
	    top: 76px!important;
	}
}
.order-history-table.trackingNoRow .datatable-row td {
    padding: 10px 9px 10px 7px !important;
}

.order-history-table.trackingNoRow .darkblue a {
    color: #0057a6 !important;
    line-height: 22px;
}

#product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li{
	margin-right:0!important;
	width:20%!important;
}

.license-role.Fields-container .alert-danger{
	bottom:-16px;
}

.white-button.btn_fifty_percent{
	width:48%;
	margin-right:1%;
	margin-top:12px;
}

@media only screen and (min-width: 320px) and (max-width:375px) {
	.white-button.btn_fifty_percent{
		width:100%;
		margin-right:0;
	}
}

#deligoIframePopup.popup-comp .modal-footer, #add-new-check-popup.popup-comp .modal-footer {
                padding:0;
}

#deligoIframePopup .Fields-btn-group .btn, #add-new-check-popup .Fields-btn-group .btn {
    max-width: none;
    margin-bottom: 8px;
}
#deligoIframePopup .pay-invioce-panel label.adding-card-checkbox, #add-new-check-popup .pay-invioce-panel label.adding-card-checkbox {
    margin-left: 8px;

}

.language-fr .common-login-span {
    margin: 24px 0 0 0;
    width: 56%;
}

.language-fr #loginContinueBtn + span {
    width: 55%;
}


.dataTables_empty{
	text-align:center;
}

.preference-content #tab_4.payment-tab .label-text .Fields-container {
    margin-top: -4px;
}

.preference-content #tab_4.payment-tab .label-text .Fields-container + .cardError {
    bottom: -1px;
}

#product-listing .prodCard-box .prod-card .cardGroup-B .unit-calc > .units-count .add-units span:nth-child(2) input{
    width: 48px!important;
    height: 48px!important;
}

.unitCount-comp .add-units span:nth-child(2) input,.add-units input{
    width: 46px!important;
    height: 46px!important;
}

.delivary_opt .radio_grp {
    margin-top: -6px;
}

.delivary_opt .radio_grp input[type="radio"]{
    top: 8px;
}

.delivary_opt .radio_grp label{
    position: relative;
    top: 6px;
}


.content_list .product-details .title {
    color: #0057a6;
    font-size: 14px;
}

.content_list .product-details .desc {
    color: #5b646e;
    font-size: 12px;
    margin-bottom: 19px;
}

.content_list img.banner-bg-img {
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

/* common css for dropdown starts*/

.commonDropdownView{
	    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
    width: 270px!important;
    left:0;
}
.commonDropdownView ul.dropdown-menu{
	border:0;
}
.commonDropdownView .dropdown-menu{
	padding:0;
	width: 269px;
}
.commonDropdownView ul.dropdown-menu li{
	padding: 13px 12px;
}
.commonDropdownView .dropdown-menu>li>a:hover{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.commonDropdownView .dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.commonDropdownView .open>.dropdown-toggle.btn-default {
    color: inherit;
    background-color: transparent;
}

.commonDropdownView li:first-child{
    display: none;
}

.commonDropdownView .btn-default:hover {
    color: inherit;
    background-color: transparent;
}

.commonDropdownView .btn-default {
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 11px 24px 11px 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de!important;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.commonDropdownView li {
    font-size: 12px;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.commonDropdownView li a{
    padding: 0;
}

.commonDropdownView .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.commonDropdownView li:last-child{
    border:0;
}

.commonDropdownView div.dropdown-menu{
 	max-height:250px!important;
}
 
.commonDropdownView div.dropdown-menu div#mCSB_1_container {
    width: 95%;
}
.commonDropdownView div.dropdown-menu div.open {
    overflow: hidden!important;
    height: 100%!important;
}
.commonDropdownView .dropdown-menu li a span.text {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.commonDropdownView .mCSB_inside>.mCSB_container {
    margin-right: 12px;
}
.commonDropdownView ul.dropdown-menu{
	max-height:inherit;
}
.commonDropdownView .dropdown-toggle .caret {
    margin-top: 0;
    background: url(../images/icons/chevron-down.png) no-repeat -4px -7px;
    width: 15px;
    height: 12px;
    background-size: 18px;
    float: right;
    position: absolute;
    top: 17px;
    border-top: 0;
    border-bottom: 0px;
    right: 12px;
}
.commonDropdownView ul.dropdown-menu.my_scroll li {
	padding: 13px 20px 13px 12px;
} 

.commonDropdownView.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.commonDropdownView div.dropdown-menu {
    max-height: 250px!important;
}

.commonDropdownView ul.dropdown-menu li:hover {
    color: #333;
}

.commonDropdownView ul.dropdown-menu li{
    padding: 0!important;
}

.commonDropdownView li a{
	padding: 13px 12px!important;
}

.commonDropdownView .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 4px;
}

.commonDropdownView ul.dropdown-menu{
	border:0!important;
}

.commonDropdownView{
	    background: #FFF;
}

/* common css for dropdown ends*/

.no-orders {
    color: #73aed3;
    font-family: 'Poppins-medium';
    font-size: 24px;
    font-weight: 500;
    padding-top: 58px;
    padding-bottom: 100px;
    text-align: center;
}

.line-top-sanofi-new {
    margin-left: -34px !important;
}

@media screen and (min-width: 769px){
    
    #sanofiOnlinePayInfoForm #example_invoice thead th:first-child {
	    min-width: 190px!important;
	}
	
	#sanofiOnlinePayInfoForm .adding-card-checkbox {
	    width: 28px;
	}
}


.text-left{
	text-align: left!important;
}

#mainFooter .footerRow1 > .middle-custom > p {
    font-family: 'NotoSansBold';
    font-size: 14px;
    color: #73aed3;
    margin-bottom: 25px;
}

#mainFooter .footerRow1 > .middle-custom ul li span.footerIcon img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#mainFooter .footerRow1 > .middle-custom ul li span:first-child {
    color: #73aed3;
    font-size: 16px;
    margin-right: 17px;
}
#mainFooter ul li a {
    color: #ffffff;
    text-decoration: none;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li a {
    font-size: 14px;
    text-decoration: none;
}
#mainFooter .footerRight-logo img {
    width: 160px;
}
#mainFooter.main-footer .footerRow2 {
    padding: 25px 0;
}
#mainFooter .footerRight-logo {
    text-align: right;
}
#mainFooter.main-footer .footerRow2 p {
    font-size: 11px;
    line-height: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) {
    padding-top: 93px;
    padding-left: 47px;
}
#mainFooter.main-footer .footerRow1 > .footerCol {
    min-height: auto!important;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
    margin-bottom: 25px;
    font-family: 'NotoSans';
    font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#deligoIframePopup .modal-body, #add-new-check-popup .modal-body {
	    padding: 0;
	    overflow: hidden;
	}
	.patient_education .select-style2 .form-control.btn {
	    margin-top: 20px !important;
    height: 44px!important;
    background-position-y: 13px!important;
    background-color: #fff!important;
	}
	.acc-dropdown .sanofi-dropdown-primary.select-style2 .form-control.btn .dropdown-arrow {
	top: 14px;
	}
	.patient_education .select-style2 {
		margin-top: 0px !important;
	    margin-bottom: 20px !important;
	}
	.radio_grp input[type="radio"]:before {
	    content: "";
	    margin: -3px -1px -1px -2px!important;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li {
	    width: 95%;
	    position: relative;
	    height: 32px;
	    padding: 0;
	    border-bottom: 1px solid #e8e8e8;
	    margin: 0 12px 12px 12px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li:first-child {
	    margin: 12px 12px 12px 12px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li > a {
	    text-decoration: none !important;
	    padding: 0;
	    margin: 0;
	    display: block;
	    border-bottom: 0;
	    width: 91%;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down {
	    margin-top: -14px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li.active{
		margin: 0;
	    width: 100%;
	    height: 44px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li.active > a{
		padding: 12px 0;
    	margin: 0 12px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	    width:320px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
	#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	    width:375px;
	}
}

#mainFooter.main-footer{
    padding:49px 0 0;
}
.footerCol.middle-custom {
    padding-left: 48px;
}
#mainFooter .footerRight-logo{
    text-align: right;
}
#mainFooter .footerRight-logo img {
    width: 160px;
}
#mainFooter.main-footer .footerRow2{
    padding: 25px 0;
}
#mainFooter.main-footer .footerRow2 p{
    font-size: 11px;
    line-height: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol {
    min-height: auto; 
}
#mainFooter .footerRow1 > .middle-custom ul li span:first-child{
    color: #73aed3;
    font-size: 16px;
    margin-right: 10px;
}
#mainFooter .footerRow1 > .middle-custom ul li span.footerIcon img{ 
    width: 20px;
    height: 20px;
    display: inline-block;
}
#mainFooter .footerRow1 > .middle-custom > p {
    font-family: 'NotoSansBold';
    font-size: 14px;
    color: #73aed3;
    margin-bottom: 25px;
}
#mainFooter .footerRow1 > .middle-custom ul li span:first-child {
    color: #73aed3;
    font-size: 16px;
    margin-right: 17px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) {
    padding-top: 30px;
    height: 225px;
}
.image-alignment {
	display: flex;
    padding-left: 50px;
    padding-top: 5px;
}
.lowerFooterRow3{
	clear: both;
	padding-left: 30px;
	padding-right: 20px;
}
.heading-alignment{
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 50px;
	color: #bfc4c8;
}
.title-aligment{
	padding-left: 40px;
	padding-right: 0px;
}
.lower-footer-title-alignment {
	padding-left: 30px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) {
    padding-top: 29px;
    padding-left: 35px;
}
/*#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li:last-child {
    margin-bottom: 0;
}*/
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li a {
    font-size: 14px;
    text-decoration: underline;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(1) ul li a {
    font-size: 14px;
    text-decoration: underline;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li{
    margin-bottom: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
    margin-bottom: 25px;
    font-family: 'NotoSans';
    font-size: 14px;
}
#mainFooter.main-footer .footerRow1 > .middle-custom ul li span.footerIcon img{
    filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -ms-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -webkit-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #mainFooter.main-footer {
        padding: 28px 0 0;
    }
    #mainFooter .footerLogo {
        margin-bottom: 24px;
    }
    #mainFooter .footerLogo img {
        width: auto;
    }
    .footerCol.middle-custom {
        padding: 0 20px;
        /* border-bottom:1px solid #13181d;  */
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) {
        padding-top: 27px;
        /* border-top:1px solid #13181d;  */
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
        margin-bottom: 23px;
    }
    #mainFooter .footerRight-logo {
        text-align: left;
        padding: 0 15px;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li:last-child{
       margin-bottom: 31px;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3){
        padding:25px 20px 0 20px;
    }
    #mainFooter.main-footer .footerRow1 {
        padding-bottom: 11px;
    }
    #mainFooter.main-footer .footerRow2 {
        padding: 20px 0;
    }
    #mainFooter.main-footer .footerRow2 > .footerCol:first-child{
        margin-bottom:11px;
    }
    #mainFooter.main-footer .footerRight-logo,#mainFooter .footerRow2 > .footerCol:nth-child(2) {
        padding: 0 0px;
    }
    #mainFooter.main-footer .footerRow2 {
        padding: 20px ;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:first-child{
        padding-left:20px;
        padding-right:20px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px)
{
	#mainFooter .footerLogo img {
    	width: 100%;
	}
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,.btn-default.focus, .btn-default:focus {
    color: inherit;
    background-color: inherit;
    border-color:inherit;
}

.btn.blue-button:hover {
    background: #FFF!important;
    color: #0057a6!important;
    border: 2px solid #0057a6;
}

.acc-banner div {
    width: 300px;
    height: 250px;
    background-color: #f2f2f2;
    margin-top: 32px;
    margin-left: 35px;
} 

#leftCont-rightNav .content > section.left-section {
    padding: 0 32px;
    border-right: 4px solid #edf6fb;
} 
.quick-links {
	width: 100%;
	padding-left: 0px;
	background-color: #fff;
	margin: 0px
}

@media only screen and (min-width: 1441px) {
	.quick-links {
		/*width: 1280px !important;*/
		padding-left: 0px;
		margin: auto;
	}
	.vacc_cont {
	    margin-left: 140px;
	    margin-right: 140px;
	}
	.shoppe-benifits {
	    padding-left: 53px !important;
	    padding-right: 53px;
	}
	.quick_cont{
		margin-left: 120px;
    	margin-right: 120px;
	}
	.quick-link {
		padding-left: 3px !important;
    	padding-right: 16px;
	}
	.quick-link:nth-child(4) {
	  	padding-right: 20px !important;
	}
}
<!-- US Style Code-->

.header-NoResultOutput{
	 display: None;
}
.home-wrapper-alignment {
	width: 90%;
	margin: 0 auto;
}
.header-NoResultOutput ul{
    position: absolute;
    width: 384px !important;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: 600px !important;  
    margin: 0;
    display:inline-block !important;
    box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
}

.header-NoResultOutput ul li{
 	font-weight: bold;
 	text-align:center;
}
.radio_grp{
  display: inline-block;
  width: 100%;
}

.radio_grp input[type="radio"]:before{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 13px;
  border: 1px solid #d4d9de;
  background-color: #FFF;
  display: inline-block;
  margin: -1px;
}

.radio_grp input[type="radio"]:checked:before{
  background-color: #0057a6;
}

.radio_grp label{
  width: 20px;
  height: 18px;
  font-family: "NotoSans";
  font-size: 12px;
  color: #5b646e;
  margin-left: 10px;
  font-weight: normal;
}

.radio_grp .segment_name {
	padding-left: 30px;
	font-family: "NotoSansBold";
  font-size: 12px;
  color: #5b646e;
  margin-left: 10px;
  font-weight: normal;
}

#request-accordion {
	right: 40px !important;
}

#sub-request-accordion {
	right: 38px !important;
}

.sub-location {
	padding-bottom: 5px !important;
}

#sub-level-segment {
	padding-top: 0px !important;
}

 .panel-heading .location {
	padding: 0px !important;
	padding-bottom: 13px !important;
}

.location-input {
	left: 35px;
}
.sub-location-input {
	left: 30px;
}

.maxAllowedLimit{
	display:none;
}
.maxErrorLimit{
	border:1px solid #de1848 !important;
}
.maxErrorLimitTxt{
	color: #de1848 !important;
}


.bottomfooter .items-request a.clear-cart{	
	margin-left:45px;
	color: #5b646e;
}
.addPopover{
	padding: 17px 10px 16px 10px;
    border: 0px;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -75px;
    left: 5px;
    display:none;
    z-index: 1060;    
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}


.addPopover .edit-popover .itemnumb{
	width:90%;
}

.patient-card .product-discontinued-txt1{
	color: #de1848;
	font-family: NotoSansBold;
}
.Patient-Education .addToCart{
	margin: 10px 0px;
}



/*US image Multi Selector */
.multi-image-selector{
    margin-top: 32px;
    margin-bottom: 32px;
}
.multi-image-selector .popup-comp .modal-dialog {
    width: 470px;
}
.multi-image-selector .popup-comp .modal-header{
   /*  background: #ffffff; */
    height: auto;
    padding: 10px;
    border: 0;
}
/* .multi-image-selector img.xzoom3{
    width: 365px;
} */
.multi-image-selector .modal {
    position: fixed;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.multi-image-selector .modal-header .close-modal, .multi-image-selector .modal-header .close-modal-zoom{
    float: right;
    width: 22px;
    height: 22px;
 float: right;
 cursor: pointer;
}
.multi-image-selector .xzoom-container {
    width: 100%;
    display: inline-block;
}
.multi-image-selector .xzoom-thumbs img {
    width: 60px !important;
    height: 54px !important;
}

.multi-image-selector .xzoom-thumbs img.xactive {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 3px solid #4aaad2 !important;
}

.product-large-image {
    width: 100%;
    text-align: center;
    padding-right: 5%;
    display: block;
 /*   background-color: #f4f7f9; */
  }
  
  .product-large-image img {
    width: 80%;
  }
  
  .product-small-image{
        width: 60px !important;
    height: 54px !important;
    margin-top: 7px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    text-align: center;
    cursor: pointer;
  }

  .product-popup-image {
    width: 60px !important;
    height: 54px !important;
    margin-top: 7px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    text-align: center;
    cursor: pointer;
  }
  
  .product-small-image img {
    width: 90%;
    height: 100%;
  }

    .product-popup-image img{
        width: 90%;
        height: 100%;
    }
  .active-img{
    border-bottom: 3px solid #4aaad2 !important;
  }

  .fullscreen-image img{
   width: 24px !important;
    position: absolute;
    height: 24px !important;
    right: -5px;
    bottom: 60px;
  }
  .fullscreen-image.cart_fullscreen img {
    width: 100%;
    position: absolute;
    margin-right: 0;
    margin-top: 0;
    float: none;
    right: 0;
    bottom: 60px;
    background: #fff;
}
.pd-zoom img {
    position: unset;
    margin-right: -24px;
    float: right;
    margin-top: -22px;
}
  .imagepopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-dialog{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 470px;
    margin: 100px auto;
    position: relative;
  }
  .popup-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    /* border-radius: 6px; */
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.popup-header{   
    background: #ffffff;
    height: auto;
    padding: 10px;
    border: 0;
}

.popup-header .close{
    float: right;
    width: 22px;
    height: 22px;
 float: right;
 cursor: pointer;
}
.popup-body{
    padding: 20px;
    position: relative;
}
.pop{
    background: rgba(0,0,0,0.5);
}

#leftCont-rightNav > aside.right-navigation .multi-image-selector .product-large-image img{
	width:100%;
	height: 251px !important;
 }
 
 .product-popup-large-image{
 width:100%;
	height: 251px !important;
 }
 .xzoom-thumbs{
 text-align:left !important;
 }
 
 .header-alignment {
 	padding-top: 25px !important;
 	color: #bfc4c8;
 	padding-bottom: 25px;
 	padding-left: 30px;
 }
 
 /*saved order css for US start*/
.order_template {
    border-top: 1px solid #d4d9de;
    margin-top: 0px;
    padding-top: 25px;
}
.order_template h6{
    font-size: 20px;
    font-family: "Poppins-Medium";
    color:#5b646e;
    margin-bottom: 18px;
    margin-top: 0px;
}
.order_template p{
    margin-bottom: 20px;
}
.order_template li{
    margin-bottom: 12px;
    position: relative;
}
.order_template a{
    color: #0057a6;
    text-decoration: none;
    cursor: pointer;
}
.mCustomScrollBox {
    max-height: 100% !important;
}
.state-dropdwn .mCustomScrollBox {
	max-height: 261px !important;
}
.dd-role div.dropdown-menu div.open, .dd-hint div.dropdown-menu div.open, .practiceFacility div.dropdown-menu div.open, .shippingState div.dropdown-menu div.open{
	max-height: 100% !important;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu, .sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	max-height: 100% !important;
}

/*saved order css for US end*/

.frmy_img{
	display: inline-block;
	width:284px;
	height:20px;
	text-align:center;
	background-color: aliceblue;
    font-weight: bold;
    padding-top: 2px;
    color: #337ab7;
}

.frmy_img_no{
	display: inline-block;
	width:284px;
	height:20px;
	text-align:center;
	background-color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    color: #337ab7;
}

.frmy_tooltip{
	position:relative;
	display:inline-block
}

.frmy_imgpref{
	height:17px;
}

.frmy_pref{
	font-weight: bold;
	color: #337ab7;
}

.frmy_tooltip .frmy_pref_tttext{
	visibility:hidden;
	width: 218px;
	background-color:#52515a;
	color: #fff;
	text-align:center;
	border-radius:6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left:50%;
	margin-left:-109px;
}
.frmy_tooltip:hover .frmy_pref_tttext{
	visibility:visible;
}
.frmy_tooltip .frmy_pref_tttext::after{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px;
	border-width:5px;
	border-style:solid;
	border-color: #52515a transparent transparent transparent;
}

.N_frmy_content{
	color:#de1848;
	width:100%;
	display:inline-block;
}
.N_frmy_det{
	position:relative;
	display:inline-block
}

.N_frmy_link{
	cursor:pointer;
}

.N_frmy_det .N_frmy_text{
	visibility: hidden;
    width: 328px;
    background-color: #ffffff;
    color: #52515a;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9;
    bottom: 150%;
    margin-left: -199px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.product-discontinued-alrt4 .N_frmy_text p {
    margin-bottom: 0px!important;
}

.product-discontinued-alrt4 {
    padding-left: 20px;
}

/*.N_frmy_det:hover .N_frmy_text{
	visibility:visible;
}*/
.N_frmy_det .N_frmy_text::after{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px;
	border-width:9px;
	border-style:solid;
	border-color: #ffffff transparent transparent transparent;
}

.N_frmy_text p,.sp_content{
	padding: 8px;
    padding-left: 17px;
}

.sp_content{
	color:#337ab7;
}

.cardGroup-B .mb1{
	position:relative;
	top:12px;
}
#product-listing .prodCard-box .prod-card h6.prod-title{
	height:40px;
}
.pdp-dropdown .inner{
	margin-right: 10px;
}
.remove_pad{
	padding-top:0px;
	padding-bottom:0px;
}
.while_dragging{
	position: relative;
    display:none;
    text-align: center;
    height: 160px;
    border-radius: 4px;
    background-color: rgba(239, 242, 245, 0.4);
    margin-bottom: 10px;
    padding-top: 29px;
}

.progress-order{
	
}

.success-order{
	display:none;
}

.failure-order{
	display:none;
}
.popover-cancel-button.white-button:hover, .popover-cancel-button.white-button.active {
    background: #0057a6;
    color: #ffffff;
    border: 2px solid #0057a6;
}
.cntnue-shppng{
	margin-bottom: 12px;
}

/*saved order css for US start*/
.order_template {
    border-top: 1px solid #d4d9de;
    margin-top: 0px;
    padding-top: 25px;
}

.failure-order{
	display:none;
}
.accountCreating .preference-tab {
    padding: 25px 32px 28px 40px;
}
.accountCreating .acc-preference .preference-tab {
    padding: 25px 32px 28px 30px;
}
.accountCreating .preference-tab .accPref-ttle-blk{
	padding-left: 15px;
}
.staticBillingTxt{
    max-width: 75%;
    display: inline-block;
    margin-bottom: 12px;
}

.show-content label > span{
    display: inline-block;
    width: 93%;
}

.inputFileFields{
    width: 39%;
}

.preference-content #tab_3 .contact-details {
    padding-bottom: 16px;
    margin-bottom: 0;
}

.billing-tab#tab_3 .hr-line{
    margin-top: 0px;
}

#tab_3 .Fields-btn-group {
    margin: 8px 0 32px 0;
}

.myacc_process ul li h4 {
    color: #2a343f!important;
}

.myacc_process ul li.myacc_Recurr h4 {
    color: #0057a6!important;
}
.search-value::-ms-clear {
    display: none;
}
.add-order-template ul li >p{
    margin-bottom: 3px;
}

.myacc_process ul li h4 img{
    height: 22px!important;
}

#how-it-works .modal-body > span{
    display: inline-block;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.multi-image-selector .popup-comp .modal-dialog {
	width: 100%;
}
}
/*add-order-template end*/


#conf-email-settings .modal-body{
    min-height: 218px;
}

.conf-email-div{
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.conf-email-div span:nth-child(1){
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
}

.conf-email-div span:nth-child(2){
    display: inline-block;
    width: 100%;
}

#conf-email-settings .modal-footer > button{
    margin-bottom: 12px;
    margin-left: 0;
}

#confirmed-email-settings .modal-body{
    min-height: 270px;
}

#confirmed-email-settings .modal-footer > button{
    margin-bottom: 12px;
    margin-left: 0;
}

.confirmedMsg-div > span{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    margin-left: 4px;
}

.confirmedMsg-div{
    border-bottom: 1px solid #e5e9ec;
    padding: 0px 0px 12px 0px;
    margin-bottom: 12px;
}

.confirmedMsg-div > img{
    display: inline-block;
    margin-top: -4px;
}
.tab_content.billing-tab .radio_grp input[type=radio]{
    vertical-align: top;
}
.tab_content.billing-tab .radio_grp{
  padding-bottom:19px;
}
.preference-content #tab_3 .contact-details{
	    padding-top: 12px;
}
.tab_content.billing-tab .radio_grp > span:nth-child(1){
  float: left;
  width: 14px;
  height: 14px;
}


@media only screen and (max-width: 767px) and (min-width: 320px)
{
    .accountCreating .preference-tab{
        padding: 25px 12px 28px;
    }

    .accountCreating .preference-tab .col-xs-12{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact-details .form-group a.ordrCntrctAddEmail{
	display: inline-block; 
	clear: both;
    margin-top: 0;
    padding-top: 0;
}
.ordrCntrctAddEmail{
	padding-top:10px;
}
.mltpl-eml-blk.commonFiledsError .contact-name-error.email-err, .mltpl-mbleNos-blk.commonFiledsError .contact-name-error.mble-nmbr-err{
	position: static;
	width: auto;
    display: inline-block !important;
    padding-top: 4px;
}
.mltpl-eml-blk{
    margin-bottom: 10px;
    position: relative;
}
.mltpl-eml-blk .pdp-dropdown, .mltpl-mbleNos-blk .mble-nmbr{
	width: 100%;
	display: inline-block;
}
.mltpl-mbleNos-blk{
	position: relative;
	    margin-top: 10px;
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt{
	position: absolute;
	    margin-top: 5px;
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt{
	/* top: 5px; */
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt span{
	margin-left: 3px;
}
.mltpl-eml-blk .orderemail.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
.addEmailtxt{
	margin-top: 10px;
}
.contact-details.contact-data .appendEmail a, .contact-details.contact-data .cntct-mble-nmbr{
    display: inline-block;
    clear: both;
    float: left;
}
.contact-details #saveOrderContactForm .form-group input,.contact-details #saveOrderContactForm .mltpl-eml-blk .pdp-dropdown{
	width: 75%;
}
.contact-details #saveOrderContactForm .mltpl-eml-blk .pdp-dropdown .addEmailtxt{
	width: 100%;
}
.contact-details .form-group a.ordrCntrctEmlBlkDlt{
    right: 20px;
    top: -2px;
}
.contact-details .form-group a.ordrCntrctEmlBlkDlt span{
    margin-left: 5px;
}
.cart-unitPrice .unitCount-comp {
    position: static!important;
    margin-top: -38px!important;
    bottom: 0;
}

#sanofiOnlinePayInfoForm .pay_opt{
	float: left;
	width:100%
}
#sanofiOnlinePayInfoForm .sort-by-region{
	width: calc(100% - 50px);
	margin-bottom: 0;
} 
#sanofiOnlinePayInfoForm .adding-card-checkbox{
	margin-top: 40%;
}
#sanofiOnlinePayInfoForm .sanofi-dropdown-sec.btn-group
{
    width: 100%;
    margin-top: 10%;
}
.make_payment #sanofiOnlinePayInfoForm  .pay_opt .sanofi-dropdown-primary {
	width: 80%;
    height: 35px;
    margin-top: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ddDisabled{
	
	background-color: rgba(229, 233, 236, 0.4) !important;	
}

.order-history-table .pt-history img, .order-history-table .tablemain-padding img {
    width: auto!important;
    height: auto!important;
    margin-right: 8px;
}
.order-history-table .pt-history img, .order-history-table .tablemain-padding .credit-tooltip {
    margin-left: 5px;
}

#invoice-table {
	margin-top: 0px !important;
}
/*My Accounts schedule payments css starts here*/

@media screen and (min-width: 769px){
	#account_invoice_financials_wrapper {
	padding-left: 7px;
	}
   
    .schedule-payment #example_invoice thead th.oi-invoice-width {	
	    width: 10% !important;
	}
	
	.schedule-payment .adding-card-checkbox {
	    width: 28px;
	}
	.schedule-payment #example_invoice th.oi-amount-balance{
	 width: 12% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-discount{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-payment{
		 width: 10% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-Schdld-payment{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-payment-mtd{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-expr{
		 width: 10% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-component-edit{
		 width: 5% !important;
	}	
	.schedule-payment #example_invoice td.align-right{
	text-align:right;
	}
	.schedule-payment #example_invoice td.align-right input{
	text-align:right;
	}
}
/*My Accounts schedule payments css ends here*/



.dltd-ordrs-blk .dltd-savd-ordr {
	background: white;
	border: none;
	margin-bottom: 5px;
	font-family: NotoSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}

.dltd-ordrs-cntnr {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.edit-saved-cart label.Fields-label {
	font-family: NotoSans;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
}

.edit-popover .white-button:hover, .white-button.active {
	background: #0057a6;
	color: #ffffff;
}
span.chevronIcon{
    background: url(../images/icons/chevron-up.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px !important;
}
span.chevronIcon-down{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px;
}

.empty-cart .mCustomScrollbar{
    height: 100% !important;
}
.empty-cart .miniCart-popover .miniCart-list{
    margin-top: 4px !important;
}


#tab_1 .usrData-accPref,#tab_1 .accPref-cmmnctns{
	padding-left: 0 !important; 
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
#registerBilling .billingbutton .radio_grp{
    display: inline-block !important;
    width: 100% !important;
    }
    .billing-address-select label{
       width:100%;
        }
.billing-address-select .radio_grp{
    display: inline-block !important;
    width: 100% !important;
    }
    
    .lower-footer-logo{
    	margin-bottom:130px;
    }
    .checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > span {
        float: right;
        width: 88% !important;
        margin-top: 0;
        margin-left: 0;
    }
    .checkout .sanofi-accordion .panel-heading .firstLevel-acc .sm-float-left{
        margin: 10px auto;
    width: 100%;
    }
    .left-section .firstLevel-acc-checkout p.text_indent{
        margin: 0 32px 5px 32px !important;
    }
    .left-section .firstLevel-acc-checkout p.loc-total{
        padding-left: 108px;
    float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .left-section .firstLevel-acc-checkout .sm-float-left {
        float: left;
        margin-top: 5px;
    }
    .left-section .firstLevel-acc-checkout p.text_indent {
        margin-bottom: 0px;
        padding: 0;
        margin-top: 0 !important;
    }
    .left-section .firstLevel-acc-checkout p.loc-total{
        margin-top: 5px !important;
    }
    .checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > span {
        float: right;
        width: 92% !important;
        margin-top: 0;
        margin-left: 0;
    }
}
.info-title {
	padding-right: 0px;
}

.billing-address-select .radio_grp {
    display: inline-block;
    width: 15%;
}
.checkout-title {
	padding-bottom: 0px !important;
}
.prod-dtl-blk aside.right-navigation .prod-details-img{
    margin-bottom: 20px;
}
.cart_value_added img{
    width: 30px;
    height: 30px;
}

/* conflict remove */
.txtArea-nonResize{
	resize: none;
}
.checkout .left-section .form-control.txtArea{
	height: auto;
	margin-bottom: 5px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout{
	margin-bottom: 20px;
    border-bottom: 1px solid #d4d9de;
    padding-bottom: 24px;
}
.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > img {
	margin-right:0;
}

.left-section .firstLevel-acc-checkout p.text_indent {
    margin-bottom: 0px;
    padding: 0;
    margin-top: 2px !important;
}


.plp_cart_error_added, .plp_cart_error_added1, .plp_cart_error_added2{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -65px;
    right: -20px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}
.product-details .plp_cart_error_added,.product-details .plp_cart_error_added2{
	top: -69px;
	left: 18px;
}
.modal.quantity-limit{
	z-index:1100 !important;
}

.quantity-limit .modal-content h5{
	font-size: 16px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    color: #2a343f;
    padding-bottom: 30px;
}

@media only screen and (min-width: 320px ) and (max-width: 767px) {
.plp_cart_error_added, .plp_cart_error_added1, .plp_cart_error_added2{
	right: 0px;
}
.product-details .plp_cart_error_added,.product-details .plp_cart_error_added2{
	
	left: -36px;
}
.product-details.prod-dtl-blk .plp_cart_error_added,.product-details.prod-dtl-blk .plp_cart_error_added2{
	left: -25px;
}

#productList-area > section.new-product-section  {
    border-left: 0px solid #edf6fb !important;
    border-bottom: 0px solid #edf6fb !important;
    margin-bottom: 0px;
}

.new-product-section #product-listing .prodList-box {
    border-bottom: 0px solid #edf6fb;
}

#leftCont-rightNav > section.left-section.featured-products-section{
	padding:0;
}

.featured-products-section .carts-section .related-products-cartssection .top-sllrs.slick-carousel {
    height: 91% !important;
}

.featured-products-section .top-sllrs .slick-item {
    height: 100%;
}

.featured-products-section .mini-card .cart_value_added {
    display: inline-block;
    bottom: auto;
    top: 77.6%;
}

#cart-us{
	display:inline-block;
}

}
@media only screen and (min-width: 768px ) and (max-width: 1024px) {
#product-listing .prodCard-box .prod-card .plp_cart_error_added img, #product-listing .prodCard-box .prod-card .plp_cart_error_added1 img, #product-listing .prodCard-box .prod-card .plp_cart_error_added2 img {
    width: auto !important;
    height: 100%;
}
.plp_cart_error_added,.plp_cart_error_added1,.plp_cart_error_added2{
	right: -28px;
}
.product-details .plp_cart_error_added, .product-details .plp_cart_error_added2{
	
	left: -20px;
}

}
@media only screen and (min-width: 768px ) and (max-width: 1023px) {
    .product-details.prod-dtl-blk .plp_cart_error_added, .product-details.prod-dtl-blk .plp_cart_error_added2{
	
        left: -40px;
    }
}

.plp_cart_error_added>.arrow, .plp_cart_error_added1>.arrow, .plp_cart_error_added2>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,.25);
    bottom: -11px;
    position: absolute;
    left: 50%;
}


.plp_cart_error_added>.arrow:after, .plp_cart_error_added1>.arrow:after, .plp_cart_error_added2>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    bottom: 1px;
    position: absolute;
    left: -11px;
}

.plp_cart_error_added > img, .plp_cart_error_added1 > img, .plp_cart_error_added2 > img{
    float: left;
    margin: 1px 0 0 0;
}

.plp_cart_error_added > span, .plp_cart_error_added1 > span, .plp_cart_error_added2 > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
    padding-top:6px;
}
/* conflict remove */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.image-alignment {
	    display: flex;
	    padding-left: 15px;
	    padding-top: 5px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px){
	.quick_cont {
    	margin-left: 40px;
    	margin-right: 40px;
	}
	.quick-link{
		padding-left: 7px !important;
    	padding-right: 7px !important;
	}
	.vacc_cont{
		margin-left:40px;
		margin-right:40px;
	}
	.shoppe-benifits{
		padding-left: 80px !important;
    	padding-right: 57px !important;
	}
}

ul.pagination>li.pagination-prev > a.plpEnable.disabled, ul.pagination>li.pagination-next > a.plpEnable.disabled {
    background: #bfc4c8!important;
    cursor: default!important;
}

.all.accordAllView{
	display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.contact-details #saveOrderContactForm .form-group .radio_grp,.contact-details #pref-cont.form-group .radio_grp #cntctPrefEml{
	width: auto;
	float: left;
    margin-top: 45px;
}
.contact-details #saveOrderContactForm .form-group .radio_grp input{
    width: auto;
    display: inline-block;
    padding: unset;
    height: auto;
}
.contact-details #saveOrderContactForm .form-group .radio_grp+.prefSlctnBlk,.contact-details .form-group .radio_grp+.prefSlctnBlk{
	display: inline-block;
	width: calc(100% - 30px);
}
.contact-details #saveOrderContactForm .sanofi-dropdown-primary .dropdown-toggle,.contact-details .sanofi-dropdown-primary .dropdown-toggle{
	font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; 
  padding-left: 10px;
}

.contact-details #saveOrderContactForm .sanofi-dropdown-primary .dropdown-menu{
    width:310px !important;
    min-width: 310px !important;
}


.contact-details #saveOrderContactForm .sanofi-dropdown-primary,.contact-details .sanofi-dropdown-primary {
	    height: 28px;
    padding: 2px;
}
#saveOrderContactForm .prefCntctBlk .form-group .common-error{
    position: unset;
        width: 100%;
    float: left;
}
#saveOrderContactForm .prefSlctnBlk .common-error {
    position: relative !important;
    top: 5px !important;
}
.flu-pdt .text-left {
	margin-top: 105px;
}


#pdp-image-zoom #lens1 > .row{
	margin:0!important;
}

#pdp-image-zoom #lens1 .xzoom3{
	width:98%;
}

#pdp-image-zoom #lens1 .xzoom-container{
	text-align:center;
}

#pdp-image-zoom .modal-dialog{
box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
}

#pdp-image-zoom .xzoom-container > div > div{
       text-align:center;
}

#pdp-image-zoom .xzoom-container > div > div > img.xzoom3 {
    max-width: 376px;
}

.product-image-formulary .fullscreen-image img {
    right: 0;
	background: #fff;
}


.patient_education_mobile_facet{
	width:100%;
}

.pdp-dropdown .sanofi-dropdown-primary .dropdown.patient_education_mobile_facet{
	width:100%!important;
}

.open.patient_education_mobile_facet > .dropdown-toggle.btn-default,.patient_education_mobile_facet .btn-default.active{
	background:#FFF;
}

.patient_education_mobile_facet div.dropdown-menu{
	z-index: 991;
    height: 250px;
    padding:0;
    margin:0;
}

.patient_education_mobile_facet .slimScrollDiv div.dropdown-menu.open{
	display:inline-block;
}

.patient_education_mobile_facet div.dropdown-menu .inner{
	overflow:hidden!important;
	max-height:initial!important;
}

.patient_education_mobile_facet div.dropdown-menu .inner ul{
	overflow:hidden!important;
	max-height:initial!important;
}

.patient_education_mobile_facet .dropdown-menu>li>a:hover{
	background-color:transparent;
}

.sanofi-dropdown-primary .patient_education_mobile_facet ul.dropdown-menu li.selected {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 340px center!important;
}

.patient_education_mobile_facet .mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.bolded_mobile_facet > span{
	font-weight:bold;
}

.invoicesTable .oidate-red input[type="text"] {
    width: 80%;
}

#browse-category #bold-color{
	margin-top:12px;
}

@media screen and (max-width: 767px) and (min-width: 319px)
{
	#location-select {
	   text-align: center!important;
	}
	
	#location-sel-popup .panel-heading{
		padding-bottom: 8px!important;
	}
	
	#location-sel-popup .panel-collapse .panel-body{
		padding-top: 0px;
		margin-top:0!important;
		padding-right: 0px;
	}
	
	#location-sel-popup .modal-content > .modal-body > .panel-group {
		text-align: left!important;
	}
	
}
/*items in cart start*/
.items-in-cart h4.modal-title-top20 {
    margin-top: 34px!important;
    margin-bottom: 0;
}
.items-in-cart.popup-comp .modal-dialog {
    width: 529px;
}

button[name=saveCartChanges].btn.btn-default.blue-button.disabled{
    background-color: black!important;
    color: #FFF!important;
    border-color: black!important;
}

.items-in-cart.popup-comp .modal-body p {
    text-align: center;
    font-size: 14px;
    color: #5b646e;
    margin-bottom: 0;
    padding: 17px 83px 4px;
}
.items-in-cart.popup-comp .miniCart-foot button{
    margin-bottom: 8px;
    margin-left: 0;
}
.btn-default.btn.blue-button:hover, .blue-button:active{
    background-color: #023B6E!important;
    color: #FFF!important;
    border-color: #0057a6!important;
}
button[name=saveCartChanges].btn.btn-default.blue-button.disabled{
    background-color: #bfc4c8!important;
    color: #FFF!important;
    border-color: #bfc4c8!important;
}
.white-button:hover, .white-button.active {
    background: #ffffff!important;
    color: #0057a6 !important;
    border: 2px solid #0057a6!important;
}
/*items in cart end*/
/*items in cart start*/
@media only screen and (min-width: 320px) and (max-width: 530px) {
    .items-in-cart.popup-comp .modal-dialog {
        width: 100%;
    }
    .items-in-cart .modal-footer .btn+.btn{
        word-break: break-all;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .items-in-cart .modal-footer .btn+.btn {
        word-break: break-all;
        white-space: inherit;
        height: auto;
    }
}
/*items in cart end*/

.selectedOpenInvoice{
	display:none;
}
.rename-opt .popover-content{
	height: auto !important;
}

.rename-opt .trash.save-cart + .popover .popover-content .btn{
	width: 100px;
}

#sanofiOnlinePayInfoForm th:nth-child(4) {
    width: 128px!important;
}

#sanofiOnlinePayInfoForm td:nth-child(2) input.inputNonEditable {
    cursor:pointer;
}

#creditform .invoiceDropdown .slimScrollDiv > ul{
	display: inline-block;
    top: 0!important;
    height: 160px!important;
    padding: 0!important;
    border: 0!important;
    margin-top: 0!important;
    margin-left: 0!important;
}

.make_payment #sanofiOnlinePayInfoForm .pay_opt .sanofi-dropdown-primary {
    width: 100%;
}

.commonViewTable .childViewTable span.bs-caret {
	width: auto;
    margin-left: 6px;
}
.commonViewTable .childViewTable span.bs-caret > span.caret {
    float: left;
    width: auto;
    min-width: 10px;
}

.delivary.px1.date-us{
	/* display:none; */
}

#sanofiOnlinePayInfoForm #example_invoice .reservationPopup {
    left: 10px !important;
    top: 0;
}
.btnnewcontinue.btnpaymentinvoice.btn.focus, .btnnewcontinue.btnpaymentinvoice.btn:focus, .btnnewcontinue.btnpaymentinvoice.btn:hover {
    color: #FFF;
}

.featured-products-section .slick-item .mini-card .cart_value_added {
    bottom: inherit;
    top: 77%;
    left:34px;
}

.featured-products-section .top-sllrs .slick-item {
    height: 90%;
}

.order-detail-dashboardView {
    margin-top: -46px;
    float: left;
    width: 100%;
}

h5.dark-color.ff-bold.order-special-instructions{
	margin-top:16px;
}

.checkout .ac-order .print-preview .order-preview p.orderViewDetails{
	font-size:14px!important;
	font-family:"NotoSans";
	font-weight:bold;
}

.print-preview .firstLevel-acc .order-location-view label:first-child{
	width:80%;
}

.ac-order .print-preview .firstLevel-acc .order-location-view img{
	vertical-align: top;
    margin-top: 0;
}

.ac-order .print-preview .firstLevel-acc .order-location-view span{
	display: inline-block;
    width: 90%;
}

.contact-details.contact-data .tooltip-inner {
    max-width: 300px;
    padding:12px;
}

.orderemail.bootstrap-select .dropdown-menu.inner.heightNew{
	height:250px!important;
	display:inline-block;
	max-height:max-content!important;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.order-history-table #creditform .dropdown-menu {
	    margin-top: 0!important;
	    margin-left: 0!important;
	    top: 100%!important;
	    min-width: 160px!important;
	}
	
	#creditform .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: 160px;
	}
	
	#creditform .invoiceDropdown ul li a {
	    padding: 10px 0px 13px 0px;
	}
	.print-cart.print-checkout .savings-total {
	    border-bottom: 0px solid #edf6fb;
	}
	
	.order-detail-dashboardView {
	    margin-top: 0;
	}
	
	.print-preview .firstLevel-acc .order-location-view label:first-child {
	    width: 100%;
	}
}

.breadcrumb>li+li:before {
    padding: 0px;
}


.dateRangeDiv .delivary.px1 .select-style2 {
    margin-top: -4px;
    margin-bottom: 16px;
}

.dateRangeDiv .calender .datepicker-days thead tr:nth-child(1):after {
    top: 52px;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
	.print-preview .firstLevel-acc .order-location-view label:first-child {
	    width: 68%;
	}
	#leftCont-rightNav > aside.right-navigation.sm-pd-15 {
	    padding-right: 15px!important;
	    padding-left: 15px!important;
	}
}
/*cart delete info msg css start*/
@media screen and (max-width: 767px) and (min-width:400px){
	 .fullscreen-image.cart_fullscreen img {
	    bottom: 61px;
	}
}
.info-msg{
    border: 1px solid #edf6fb;
    padding: 20px;
    border-radius: 5px;
    box-shadow: -1px 1px 11px #edf6fb;
    margin-top: 0px;
    margin-bottom: 15px;
    /* position: relative; 
    bottom: -24px;*/
}
.info-msg span{
    color: #0057a6;
}
.info-msg p{
    font-family: 'NotoSansBold';
}
#cartEntryData-cartPage .cart-edit-delete+.popover .popover-content .product_trash {
    margin-top: 16px!important;
}
/*cart delete info msg css end*/

.orderemail.sanofi-dropdown-primary ul.dropdown-menu li.selected {
    background: transparent!important;
}

.product_discont, .product_avail{
	float:right;
}

.N_frmy_det2{
	position:relative;
	
}

.N_frmy_link2{
	cursor:pointer;
}

.N_frmy_det2 .N_frmy_text2{
	visibility: hidden;
    width: 328px;
    background-color: #ffffff;
    color: #52515a;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -199px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.N_frmy_det2:hover .N_frmy_text2{
	visibility:visible;
}

.txtMsg{
	display:inline-block;
	line-height:14px;
}

.N_frmy_link2 + .popover{
	max-width:320px;
}

.N_frmy_link2 + .popover .popover-content {
    padding: 12px;
    margin-top: 0;
    height: auto;
    width:320px;
}

.N_frmy_link2 + .popover .popover-content >  span,.N_frmy_link2 + .popover .popover-content >  span p {
	font-size:12px;
	font-family: "NotoSans";
}

.product_dis_continued{
	float:right;
	width:29%;
	font-family: "NotoSansBold";
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.product_dis_continued{
	float:right;
	width:58%;
}
}

/*cart page desktop alignment css*/
  .modal-header .qty-cls-btn.close img{
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    }
    
    .checkout .left-section .checkout-details .quantity-popup .table>tbody>tr>td {
    padding: 10px 0 10px 0 !important;
   }
   
   .modal-body.quantity-popup h5 {
    font-weight:bold;
    font-size: 1.5 em;
   }
   
   .modal-body.quantity-popup ul.checkout-details{
   border: none;
   }
   
.checkout .left-section .checkout-details.cartmain .cart-block p.prodQtyLmts{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:5px;
}

.cart-left .checkout-details .cart-block .qly-view-details h2{
	font-weight: normal;
    font-size: 1.2em;
}
.unitCount-comp .cart_error_added.cart-page{
	    left: -45px !important;
	    top: -110px;
	    width: 200px;
}
.unitCount-comp .cart_error_added.cart-page.error-one{
    left: -60px !important;
    top: -115px;
    width: 230px;
    height: auto;
    min-height: 100px;
}
.unitCount-comp .cart_error_added.cart-page.error-one > span{
	width:80%;
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -40px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 769px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -70px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 413px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -28px !important;
    top: -68px;
    }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        top: 35px;
    left: -115px !important;
    }
}
.cart_error_added.cart-page > span{
	width:76%;
}
.modal-open .modal.cart-page{
	z-index: 1070;
}

.cartmain li.cart-block .prodQtyLmts1 {
    color: #de1848;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-top: 5px !important;
}

#placeOrderForm .error-validation{
	color:red;
	font-size:12px;
	margin-top: -15px;
}
.tot_right{
	padding-left: 108px;
}


.addToCartRestriction, .addToCartRestriction:hover,.white-button.active.addToCartRestriction,.white-button.addToCartRestriction:hover,.btn.btn-default.blue-button.addToCartRestriction:hover,.btn.btn-default.blue-button.addToCartRestriction:focus,.blue-button.addToCartRestriction:active,.btn.blue-button.addToCartRestriction:hover,.addToCartRestrictionNew,.addToCartRestrictionNew:hover {
    color: #ffffff !important;
    background: #BFC4C8 !important;
    border: none !important;
    cursor:not-allowed!important;
    outline-color:#BFC4C8 !important;
}

.uploadRestriction .upload_restriction_view{
	background: #BFC4C8;
    width: 108%;
    height: 322px;
    position: absolute;
    opacity: 0.3;
    left: -16px;
    margin-top: -24px;
    cursor:not-allowed;
}

.uploadRestriction.uploadnewRestrict .upload_restriction_view{
    width: 100%;
    left: 0;
}

#sanofiOnlinePayInfoForm .commonRow:nth-child(1) > label .newSelect{
	position: absolute;
    width: 94%;
    top: 6px;
    margin-left: 0;
}

#sanofiOnlinePayInfoForm .commonRow:nth-child(1) > label{
	padding-top: 44px;
    position: relative;
}

.make_payment #sanofiOnlinePayInfoForm .commonRow:nth-child(1) .pay_opt .sanofi-dropdown-primary{
	margin-left:0;
}

#tab_3.tab_content .Fields-container-default-error .defaultMessage {
    left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#add-new-check-popup .wrapper + div {
	    display: inline-block;
	    width: 100%;
	}
	
	#add-new-check-popup .modal-dialog .modal-body .d-flex {
	    padding-top: 0;
	    min-height: 150px;
	}
}


#select-std-paymentmethod .select-items div, #select-std-paymentmethod .select-selected {
    padding: 12px 36px 12px 16px;
}

#select-std-paymentmethod .same-as-selected{
	background: url(../images/icons/checkmark-blue.svg) no-repeat 98% center!important;
}


.acc-overviewtabs .prodCard-tabs > ul > li {
    font-weight: bold;
    color: #0057a6;
}

.acc-overviewtabs #tab_1 #account_invoice_financials th:last-child{
	width:522px!important;
}

.acc-overviewtabs #tab_1 #account_invoice_financials tbody td:last-child{
	border-right:0!important;
}

.acc-overviewtabs #tab_1 #account_invoice_financials .dropdown-menu{
	padding:0;
}

.acc-overviewtabs #tab_1 #account_invoice_financials ul li{
	padding:0;
	margin:0;
}

.acc-overviewtabs #tab_1 #account_invoice_financials ul.dropdown-menu li > a{
	padding:13px 0px 12px 12px;
}

.order-detail .checkout .checkout-details.orders-save li {
    border-bottom: 1px solid #d4d9de;
}

.order-detail .checkout .checkout-details.orders-save li:last-child {
    border-bottom: 0px solid #d4d9de;
}

.checkout-details.orders-save li div img {
    padding: 14px 0 0 0;
    margin-right:16px;
}

.checkout .cart-left .orders-save .checkout-data {
    margin-left: 12px;
}

.checkout-details.orders-save.cartmain .unitCount-comp{
	bottom:initial;
}

.cardExpiryValidation .sanofi-dropdown-primary button + ul{
	height:178px!important;
}

.bank-details .radio_grp label{
	margin-left: 4px;
}

.sanofius-dashboard-page .wht-button.view-res-details-btn{
	background-color: #0057a6;
	color:#FFF;
}
.sanofius-dashboard-page .wt-button{
	border:2px solid #fff!important;
}

.sanofius-dashboard-page .wt-button:hover,.sanofius-dashboard-page .wht-button:hover {
    color: #fff!important;
}

.bolded_mobile_facet > a > span.text {
    font-family: "NotoSansbold";
}

.save-cart-msg.added-to-cart.order_save_msg{
	display:none;
}

.Well_Connect .just_dial {
    margin-bottom: 12px;
}

.formi_hidden{
	visibility: hidden;
}

.testcart + aside + section .related-products-cartssection .slick-item .mini-card {
    height: 696px;
}

.testcart + aside + section .related-products-cartssection .slick-item .mini-card .minicardGroup-B > form > a{
	position: absolute;
	width: 93%;
	bottom: 24px;
	left: 0;
	left: 18px;
	max-width: 219px;
}

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput.pop-visible{
	display:inline-block;
}

@media screen and (max-width: 768px) and (min-width: 319px){
	.acc-overview .horizontal-banner {
	    display: inline-block;
	    margin:0;
	}
	
	.acc-overview .horizontal-banner > img{
	    width:100%;
	}
}
.invoice-dropdown .bootstrap-select .dropdown-toggle .filter-option {
	height: auto;
}

.flu-reserv-contact .email-err {
    margin-bottom: 8px;
}

.flu-reserv-contact .addEmailtxt{
	margin-bottom: 8px;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
/* Grid Adjustments Start*/
/* Desktop Start */
@media only screen and (min-width: 992px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row-20{
        margin-right: -20px;
        margin-left: -20px;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
        padding-right: 20px;
        padding-left: 20px;
    }
      
}
/* Desktop End */
/* Tablet Start */		/* Tablet Start */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cartShipToHeader .light-color > span {
	    width: 92% !important;
	}
	.influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	}
	
	.influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	    text-align: right;
	    margin-right: 10px!important;
	}
	
}
@media only screen and (min-width: 767px) and (max-width:768px) {
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc .cart-delivery-date label{
		width:35%!important;
	}
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader label {
   		 margin: 4px 0px 0px 0px !important;
	}
}
/* Tablet End */
/* Mobile Start */
@media only screen and (max-width: 480px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row-20{
        margin-right: -12px;
        margin-left: -12px;
    }
}
/* Mobile End */
/* Grid Adjustments End*/
body{
    background: #e5eff8;
    font-family: 'NotoSans';
    position: relative;
    color: #5b646e;
    font-size: 12px;
}
.bold-12{
    font-family: "NotoSansBold";
}
.font-14{
    font-size: 14px;
}
.fontBold-12{
    font-size: 12px;
    font-weight: bold;
}
.font-11{
    font-size: 11px;
}
.darkblue{
    color: #5b646e;
}
.blue-bold {
	color: #0057a6;
}
.liteblue{
    color: #73aed3;
}
.hr-line-12{
    margin: 12px 0;
}
/*common margin code start*/
.hide{
    display: none;
}
.mt0{
    margin-top: 0 !important;
}
.mt1{
    margin-top: 1rem;
}
.mt2{
    margin-top: 1rem;
}
.ml1{
   margin-left: 1rem;
}    
.ml2{
   margin-left: 2rem;
}   
.ml3{
   margin-left: 3rem;
}   
.mr1{
   margin-right: 1rem;
}    
.mr2{
   margin-right: 2rem;
}   
.mr3{
   margin-right: 3rem;
}    
.mb0{
    margin-bottom: 0!important;
} 
.mb1{
    margin-bottom: 1em!important;
} 
.border-t1{
    border-top: 1px solid #edf6fb;
}
.border-b0{
    border-bottom: 0!important;
}
/*common margin code end*/ 
/*common padding code start*/ 

.p0{
    padding: 0;
}
.pr0{
    padding-right: 0;
}
.pl0{
    padding-left: 0;
}
.pt1{
    padding-top: 1em !important;
}
.pt2{
    padding-top: 2em !important;
}
.px1{
    padding-left:1em;
    padding-right:1em; 
}
.mb1 {
    margin-bottom: 1em!important;
}
.mb2 {
    margin-bottom: 2em!important;
}
.mb3 {
    margin-bottom: 3em!important;
}
.pb-1{
	padding-bottom:1em!important;
}
.pb-2{
	padding-bottom:2em!important;
}
.pb-3{
	padding-bottom:3em!important;
}
.min-col-width.col-md-2,.min-col-width.col-lg-2{
    width: 13.9%;
}
/*common padding code end*/     
.display-inline{
    display: inline-block;
}
.display-block{
    display: block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right!important;
}
.text-center{
    text-align: center;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
/* font size */
.ff-bold{
    font-family: "NotoSansBold";
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fw-bold{
    font-weight: bold;
}
.fw-normal{
    font-weight: normal;
}
/*color css start*/
.light-color{
    color: #2a343f;
}
.dark-color{
    color: #5b646e;
}
.green{
   color: #3cb861;
}
.light-blue{
    color: #0057a6;
}
.text_indent{
    text-indent: 3px;
}

/*common css start end*/
.main-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 100;
    opacity: 0.3;
    margin-left: -10px;
}
.float-right{
    float:right;
}
.line-height-29{
    line-height: 29px !important;
}
.modal-content{
    box-shadow: none !important;
    border: 0;
}
.modal-header .cls-btn, .modal-header .qty-cls-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


.modal-header .cls-btn img, .modal-header .qty-cls-btn img{
    width: 20px;
    height: 20px;
}

h5.dark-color.ff-bold{
    margin-top: 2px;
}
span.chevronIcon{
    background: url(../images/icons/chevron-up.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left:10px;
}
span.chevronIcon-down{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left:10px;
}
span.chevronIconWhite{
    background: url(../images/icons/chevronWhite.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
}
@media (min-width: 1280px) {
    .container {width: 1280px;}
    
    #leftCont-rightNav > aside.totals-width.right-navigation {
	    width: 426px;
	}
	.influenza-step1 .save-document.save-new-doc{
		margin-top:-10px!important;
	}
}
/*Account Menu Start*/
.middle-row {
    text-align: right;
    margin-top: 69px;
    color: #0057a6;
    font-size: 12px;
}
.chevron-left {
    width: 15px;
}
#accountMenu-nav{
    height: 40px;
    background: #2a343f;
    position: relative; 
    z-index: 1001;
}
#accountMenu-nav > .container{
    display: table;
    height: 40px;
}
#accountMenu-nav ul{
    list-style: none;
    margin: 0;
}
#accountMenu-nav .healthCare-prof{
    color: #bfc4c8;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 21px;
    width:330px;
}
#accountMenu-nav .accountMenu-item{
    display: inline-block;
}
#accountMenu-nav .accountUser-name{
    display: table;
    color: #73aed3;
    /*margin-right: 30px;*/
    margin-right: 20px;
    vertical-align: middle;
    height: 40px;
    float: left;
}
#accountMenu-nav .accountUser-name > span{
    display: table-cell;
    vertical-align: middle;
    font-family: "NotoSansBold";
}
#accountMenu-nav .myAccount-menu{
    display: table;
    color: #ffffff;
    float: left;
    position: relative;
}
#accountMenu-nav .myAccount-menu > ul{
    list-style: none;
    margin: 0;
    height: 40px;
    display: table;
    padding: 0;
}
#accountMenu-nav .myAccount-menu > ul > li{
    display: table-cell;
    margin-right: 30px;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 11px;
    width: 130px;
    font-family: 'NotoSansBold';
}
#accountMenu-nav .myAccount-menu > ul > li:first-child{
    /* background: #13181d; */
}
#accountMenu-nav .myAccount-menu > ul > li:first-child span.chevronIconWhite{
    margin: 0 4px;
}
#accountMenu-nav .myAccount-menu > ul > li:last-child{
    width: auto;
}
#accountMenu-nav .myAccount-menu > ul > li.active{
    background: #13181d;
}
#accountMenu-nav .myAccount-menu > ul > li span.accMenubtn-shade{
    width: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 101;
    display: none;
    width: 130px;
}
#accountMenu-nav .myAccount-menu > ul > li:nth-child(2) span.accMenubtn-shade{
    left: 130px;
}
#accountMenu-nav .myAccount-menu > ul > li:hover span.accMenubtn-shade{
    display: block;
}
.myAccount-menu ul li a,.LoginRegister ul li a {
    color: #fff;
    font-size: 12px;
    font-family: "NotoSansBold"; 
    text-decoration: none;
}
.myAccount-menu ul li a:hover,.myAccount-menu ul li:hover a,
.LoginRegister ul li a:hover,.LoginRegister ul li:hover a{
    color: #0057a6;
}
#accountMenu-nav .LoginRegister{
    display: table;
    color: #ffffff;
    float: left;
    /*background: #13181d;*/
}
#accountMenu-nav .LoginRegister ul{
    display: table;
    height: 40px;
    padding: 0;
}
#accountMenu-nav .LoginRegister ul li{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-weight: 600;
}
#accountMenu-nav .acc-secondMenu{
    position: absolute;
    width: 398px;
    right: 0;
    top: 44px;
    padding: 10px;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 0px 1px 1px #ccc;
    -webkit-box-shadow: 0 0px 1px 1px #ccc;
    -moz-box-shadow: 0 0px 1px 1px #ccc;
    display: none;
}
#accountMenu-nav .myAccount-menu > ul > li:hover .acc-secondMenu{
    display: block;
}
#accountMenu-nav .acc-secondMenu > ul{
    list-style: none;
    padding-right: 20px;
    margin: 0;
}
#accountMenu-nav .acc-secondMenu > ul li{
    padding: 7px 0;
    border-bottom: 1px solid #edf6fb;
}
#accountMenu-nav .acc-secondMenu > ul li a{
    text-decoration: none;
    color: #0057a6;
    font-weight: normal;
    font-family: "NotoSans";
}
#accountMenu-nav .acc-secondMenu > ul li:last-child{
    border: none;
}
/*Account Menu End*/
/*Main Menu Start*/
#mainMenu-nav{
    position: relative;
    height: 130px;
    background: #ffffff;
    padding: 20px 0 16px 0;
    box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    z-index: 1000;
}
#mainMenu-nav .mainLogoHolder a{
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.mainLogoHolder span {
    color: #bfc4c8;
    font-size: 16px;
    font-family: "NotoSansBold";
    margin-left: 3px;
    position: absolute;
    top: 2px;
}  

.footerLogo a {
    text-decoration: none;
    cursor: pointer;
   
}
.footerLogo p{
    color: #bfc4c8;
    font-size: 16px;
    font-family: "NotoSansBold";
    position: relative;
    top: 6px;
}


#mainMenu-nav .mainLogoHolder img{
    height: 48px;
}
#mainMenu-nav .cartButtons{
    text-align: right;
    height: 44px;
    padding: 8px;
    position: relative;
    z-index: 1001;
}
#mainMenu-nav .cartButtons > a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

#quick-list > span.quickList-icon{
    /* background: url('../images/icons/quicklist.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block; */
}
#cart-value span.cartIcon{
    background: url('../images/icons/cart.png') no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

#mainMenu-nav .cartButtons > a span.cartValue{
    position: absolute;
    background: #0091d6;
    width: 25px;
    height: 15px;
    z-index: 90;
    right: -10px;
    top: -3px;
    border-radius: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
    padding: 2px 4px 1px 3px;
}

@media only screen and (min-width: 768px)
{
    #mainMenu-nav .cartButtons > a
    {
        position: absolute;
		right: 46px;
        left: auto;
    }

    #mainMenu-nav .cartButtons > a#cart-value {
        width: 30px;
		right: 8px;
        left: auto;
        position: absolute;
		z-index: 101;
    }

    #miniCart-popover {
        position: relative;
        left: -213px!important;
        top: 12px!important;
    }
	
	.miniCart-popover .miniCart-head .mini-triangle:before {		
	    height: 32px;		
	    width: 50px;		
	    position: absolute;		
	    top: -32px;		
	    left: -24px;		
	    content: "";		
	    background: transparent;		
	    z-index: -1;		
	}
}

#mainMenu-nav .headSearch-holder{
    float: right;
}
#mainMenu-nav .header-SearchBar{
    width: 100%;
    height: 44px;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: right;
}
#mainMenu-nav .header-SearchBar input{
    border: 0;
    box-shadow: none;
    height: 42px;
    background: none;
}
#mainMenu-nav .header-SearchBar button.btn{
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
/* #mainMenu-nav .header-SearchBar button.btn span.searchIcon{
    background: url('../images/icons/search.svg') no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
} vax*/

#mainMenu-nav .header-SearchBar button.btn span.closeIcon{
    background: url('../images/icons/close.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.close-btn {
	background: none !important;
}
.close_button {
	padding: 2px;
}
#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
    position: absolute;
    width: 384px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: auto;
    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
}
#header-searchResult p{
	padding:0;
}
#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput ul{
	padding: 20px;
    margin: 0;
    display:inline-block;
}
#mainMenu-nav .header-SearchBar .ui-front ul{
    position: absolute;
    width: 383px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: 150px;
    display: none;
    box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
}
#mainMenu-nav .header-SearchBar .ui-front ul li:last-child{
	margin-bottom:0;
}
.search-see-all{
    font-size: 12px;
    font-weight: normal;
    color: #0057a6;
    float: right;
    cursor: pointer;
    margin-top: 4px;
}

.matching-products, .matching-categories {
       padding :10px;
}
.matching-products, .matching-categories hr{
	margin:10px 0 10px 0;
}

.ui-menu-item-wrapper .thumb  img {
    vertical-align: middle;
}

.ui-menu-item-wrapper .thumb img {
       border: 0;
       width: 32px
}

#mainMenu-nav .header-SearchBar input:focus ~ .header-searchOutput{
    display: block;
}
#mainMenu-nav .header-SearchBar input:focus ~ .input-group-btn{
    background: #0057a6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#mainMenu-nav .header-SearchBar input:focus ~ .input-group-btn .searchIcon{

    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(142deg) brightness(106%) contrast(103%);
}

.header-SearchBar .header-searchOutput hr{
    margin: 8px auto 12px auto;
}
#mainMenu-nav .header-SearchBar .ui-front  ul{
    list-style: none;
       padding: 12px;
    margin-bottom: 26px;
}
#mainMenu-nav .header-SearchBar .ui-front ul li{
    margin-bottom: 20px;
    padding-left: 0;
}
#mainMenu-nav .header-SearchBar .header-searchOutput ul li span{
    color: #0057a6;
    font-size:14px;
}
.matching-products, .matching-categories > p, #search-category > p,#header-searchResult > p{
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #2a343f;
}
.headSearch-holder ul{
    margin-top: 10px;
}
.headSearch-holder ul li{
    padding-left: 38px;
    position: relative;
}
.headSearch-holder ul li a > span{
    position: relative;
    left: 0;
}

.matching-products ul, .fw-mt{
    margin-top: 10px;
}
.matching-products ul li{
    padding-left: 38px;
    position: relative;
}
.matching-products ul li a > span{
    position: relative;
    left: 0;
}

.ui-menu-item-wrapper .thumb + .name{
	display: inline-block;
    margin-left: 10px;
}

#search-category ul{
    margin-top: 15px;
}
#search-category ul li a > span{
    background: #edf6fb;
    color: #73aed3;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    font-family: "Poppins-Medium";
    font-size: 20px;
    line-height: 22px;
}
#mainMenu-nav .mainMenu-list{
    margin-top: 23px;
    position: relative;
    height: 40px;
    font-family: 'Poppins-Medium';
}
#mainMenu-nav .mainMenu-list > ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    left: -20px;
}
#mainMenu-nav .mainMenu-list > ul > li{
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px;
    cursor: pointer;
}
#mainMenu-nav .mainMenu-list > ul > li:hover{
    background: #ffffff;
    padding-bottom: 20px;
    box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
}
/*#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
    display: block;
}*/
#mainMenu-nav .mainMenu-list > ul > li a{
    text-decoration: none;
    color: #0057a6;
}
#mainMenu-nav .mainMenu-list > ul > li > a{
    font-size: 14px;   
}
#mainMenu-nav .mainMenu-list > ul > li:hover > a{
    text-decoration: underline;
    color: #0057a6;
}
#mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down{
    margin-left: 10px;
}
#mainMenu-nav .main-secondMenu{
    width: 1155px;
    min-height: 200px;
    position: absolute;
    top: 43px;
    background: #fff;
    left: 0px;
    padding: 15px 20px;
    box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    display: none;
    z-index: 100;
}
#mainMenu-nav .main-secondMenu > ul{
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
    margin: 0;
}
#mainMenu-nav .main-secondMenu > ul li{
    padding: 7px 0;
    border-bottom: 1px solid #edf6fb;
}
#mainMenu-nav .main-secondMenu > ul li.menu-locked{
    padding-left: 20px;
    position: relative;
}
#mainMenu-nav .main-secondMenu > ul li a{
    text-decoration: none;
}
#mainMenu-nav .main-secondMenu > ul li a sup{
    margin-left: 2px;
    font-size: 12px;
    top: 0;
}
#mainMenu-nav .main-secondMenu > ul li:last-child{
    border: none;
}
#mainMenu-nav .main-secondMenu > ul li span.lock-icon{
    background: url(../images/icons/lock.svg) no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: 15px;
    position: absolute;
    left: 0;
    top: 8px;
}
#mainMenu-nav .main-secondMenu .menu-promoBox{
    display: table;
}
#mainMenu-nav .menu-promoBox .promo-imgArea{
    display: table-cell;
}
#mainMenu-nav .menu-promoBox .promo-textArea{
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    color: #5b646e;
    font-family: "NotoSans";
}
#mainMenu-nav .menu-promoBox .promo-textArea p:first-child{
    font-size: 16px;
    font-family: "NotoSansBold";
}
#mainMenu-nav .menu-promoBox .promo-textArea{
    font-size: 14px;
}
/*Main Menu End*/
/*Footer Style Start*/
#mainFooter{
    background: #2a343f;
    color: #ffffff;
    padding: 32px 0 ;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}
#mainFooter hr{
    margin: 0;
    border-color: #13181d;
}
#mainFooter p{
    margin: 0;
}
#mainFooter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#mainFooter ul li a{
    color: #ffffff;
    text-decoration: none;
}
#mainFooter .footerRow1{
    padding-bottom: 20px;
}
#mainFooter .footerRow1 > .footerCol{
    min-height: 260px;
}
#mainFooter .footerRow1 > .footerCol:first-child{
    padding-top: 66px;
    text-align: center;
}
#mainFooter .footerLogo{
    text-align: center; 
}

#mainFooter .footerRight-logo img{
    width: 188px;
    height: 22px;
}
#mainFooter .footerMyacc-btn{
    background: none;
    color: #ffffff;
    padding: 10px 35px;
    font-weight: bold;
    margin-top: 35px;
    border: 2px solid #ffffff;
    outline: none;
    width: 172px;
    height: 44px;
}
#mainFooter .footerMyacc-btn:hover{
    opacity: 0.8;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2){
    border-left: 1px solid #13181d;
    border-right: 1px solid #13181d;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2){
    padding-top: 45px;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2) ul li{
    margin-bottom: 32px;
    font-family: "Poppins-Medium";
}
#mainFooter .footerRow1 > .footerCol:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
}
#mainFooter .footerRow1 > .footerCol:last-child > p{
    font-weight: bold;
    color: #73aed3;
    margin-bottom:  25px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li{
    margin-bottom: 24px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li a{
    text-decoration: underline;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span:first-child{
    color: #73aed3;
    font-size: 16px;
    margin-right: 10px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span.footerIcon{
    width: 30px;
    height: 30px;
    display: inline-block;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span.footerIcon img{
    filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -ms-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -webkit-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
}
#mainFooter .footerRow2{
    padding: 32px 0;
    color: #bfc4c8;    
}
#mainFooter .aboutVacShop{
    font-family: 'NotoSansBold';
}
#mainFooter .footerRow3{
    padding-top: 20px;
}
#mainFooter .footerRow3{
    font-size: 12px;
}
#mainFooter .footerRow3 > .footerCol:last-child ul li{
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
}
/*Footer Style End*/

/* Mobile Styles */
@media only screen and (min-width: 480px) {
    #accountMenu-nav .myAccount-menu > ul > li span.chevronIcon{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIconWhite{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIcon{
        display: inline-block;
        margin: 0 4px;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover{
        background: #ffffff;
        color: #0057a6;
        font-weight: bold;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 #mainMenu-nav .mainLogoHolder img{
        width: 80%;
    }
    .Fields-container .faxvalid {
    top: 53px;
	}
}
@media screen and (min-width:1024px) and (max-width:1100px){
	 .influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	    text-align: right;
	    margin-right: -70px!important;
	}

	label.adding-card-checkbox {
	    margin-right: 10px;
	}
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 81%!important;
	}
}
@media screen and (min-width:1025px) and (max-width:1279px){
	 .influenza-step1 .save-document.save-new-doc.back-board {
	    margin-top: 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1210px) {
	.influenza-step1 .save-document.save-new-doc.back-board {
    	margin-right: -80px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px) {
		#account_invoice_financials_wrapper {
	overflow-x: scroll;
	}
	}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main-container{
        width: 100%;
    }    
    form#fluPlaceOrderForm {
	    padding: 0 15px;
	}
    .product-price-btton{
		 width: 100%!important;
		 margin-top:20px;
	}
    .mainLogoHolder span{
    	top:0;
    	margin-left:3px;
    }
    #mainMenu-nav .cartButtons{
        text-align: left;
    }
    #mainMenu-nav .main-secondMenu{
        width: 100%;
        left: 0;
        padding: 15px 20px;
    }
    #mainMenu-nav .mainMenu-list > ul{
        left: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li{
        margin-right: 0;
        padding: 10px 5px;
    }
    #mainMenu-nav .main-secondMenu .menu-promoBox{
        padding: 0;
        margin-top: 20px;
    }
    #mainFooter .footerLogo img{
        width: 100%;
    }
    #mainFooter .footerRight-logo img{
        width: 175px;
    }
    #mainFooter .footerRow3 > .footerCol:last-child ul li:last-child{
        margin: 0;
    }
    .acc-search-icon .product-price-btton{
        width: 100% !important;
    }
    .allInvoice #filter-by {
	    padding: 10px 20px;
	    width: 190px;
	    margin-right: 0;
	}
	.allInvoice .calender .form-horizontal input[type="text"]{
		width:150px;
	}
	.allInvoice #main-container .header-SearchBar{
		width:150px;
	}
	.allInvoice #productList-area > aside#filters-aside {
	    padding: 0;
	    width: 190px;
	}
	.miniCart-popover .miniCart-foot {
	    margin: 0;
	    background: #FFF;
	}
	.small-btn button {
	    width: 98px!important;
	} 
	.Fields-container.pref_lang {
	    padding-bottom: 30px;
	}
	
	.credit-return.contact_resv .res_contact-edit ul li {
    min-height: 44px!important;
    padding: 13px 12px;
	}
	.credit-return.contact_resv #orderContactForm ul li.selected.active a {
	    color: #fff;
	}
	
	.small-btn button {
	    width: 98px;
	}
	
	.pref_lang .radio_grp span#phoneNo.errors {
	    margin-top: 10px;
	   
	} 
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#mainMenu-nav .mainLogoHolder img{
	        width: 98%;
	        height: auto;
	    }
	 .mainLogoHolder span{
	 	top:-1px;
	 } 
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
	#mainMenu-nav .cartButtons{
		right:-16px!important;
	}
	.childViewTable #sort-by-region .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: 122px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#creditDisplayTable .adding-card-checkbox {
		padding-top: 0px !important;
	}
	#creditDisplayTable .commonViewTable .childViewTable button {
	    width: 146px;
    	height: 28px;
    	padding-top: 3px;
	}
	#creditDisplayTable .childViewTable .commonRow label + span {
		display: inline-block !important;
	}
	.miniCart-popover .miniCart-foot.save-document {
	    float: none;
	}
	.childViewTable #sort-by-region span {
	   
	    min-width: auto!important;
	}
	.adding-card-checkbox span.checkmark.boldVal {
    	top: 0!important;
	}
	.online-invoices.op_check .commonViewTable .childViewTable span > span.panel.panel-newdrp.boldVal {
	    width: 15%;
	    float: left;
	}
	.online-invoices.op_check .commonViewTable .childViewTable span > span.float-left.boldVal {
	    width: auto;
	    margin-left: 8px;
	}
    .preview-contact {
        padding-top: 25px !important;
    }
    .acc-search-icon .product-price-btton{
        width: 99% !important;
    }
    .three-columns> .third-col {
        padding: 0 12px;
    }
    #cart-value h5{
        line-height: 29px;
    }
    #accountMenu-nav{
        height: 20px;
        z-index: 101;
    }
    .product-price-btton{
		 width: 100%!important;
		 margin-top:20px;
	}
    #accountMenu-nav > .container{
        height: 20px;
        margin: 0;
    }
    #mainMenu-nav{
        padding: 0 15px;
        height: auto;
    }
    #mainMenu-nav hr.hidden{
        display: block !important;
    }
    #mainMenu-nav .mainLogoHolder{
        width: 150px;
        float: left;
        padding: 0;
        height: 25px;
        margin-top: 8px;
        margin-left: 7px;
    }
    #mainMenu-nav .cartButtons{
        float: right;
        padding: 0;
        right: 10px;
		position:absolute;
    }
    #mainMenu-nav .cartButtons > a{
        width: 44px;
        height: 44px;
        padding: 7px;

    }
    #mainMenu-nav .cartButtons > a span.cartValue{
         top:1px;
    }
    #mainMenu-nav .headSearch-holder{
        padding: 0;
        margin: 11px auto;
    }
    #mainMenu-nav .header-SearchBar{
        float: none;
        width: 100%;
    }
    #mainMenu-nav .header-SearchBar .header-searchOutput{
        width: 100%;
    }
    #mainMenu-nav .header-SearchBar .header-searchOutput{
	    position: absolute;
	    width: 380px;
	    right: 0;
	    top: 47px;
	    background: #ffffff;
	    padding: 20px;
	    z-index: 1000;
	    min-height: 300px;
	    width: 100% !important;
	    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	    -webkit-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	    -moz-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	}
	#mainMenu-nav .header-SearchBar .header-searchOutput ul{
		width: 100% !important;
	}

    #accountMenu-nav .accountMenu-item{
        position: fixed;
        width: 100%;
        background: #2a343f;
        z-index: 101;
        left: -500px;
        bottom: 0;
    }
    #accountMenu-nav .accountUser-name{
        margin: 0;
        width: 100%;
        padding: 0 12px;
        border-bottom: 1px solid #13181d;
        height: 44px
    }
    #accountMenu-nav .myAccount-menu{
        width: 100%;
        height: 44px;
    }
    #accountMenu-nav .myAccount-menu > ul{
        width: 100%;
        height: 44px;
    }
    #accountMenu-nav .myAccount-menu > ul span.chevronIconWhite{
        float: right;
        transform: rotate(-90deg);
        margin-top: 4px;
    }
    #accountMenu-nav .myAccount-menu > ul span.chevronIcon{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:first-child{
        width: 100%;
        background: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:last-child{
        position: absolute;
        top: -30px;
        right: 0;
        margin: 0;
    }
    #hamburger-menu-btn{
        float: left;
        margin: 0;
        padding: 3px;
        cursor: pointer;
        height: 44px;
        margin-left: -3px;
    }
    #mainMenu-nav .head-mob-hr{
        margin: 0 -15px;
        box-shadow: 0 4px 3px 0px #ccc;
        border: 0;
        position: relative;
        top: -3px;
    }
    #hamburger-menu-btn.navbar-toggle .icon-bar{
        /* background: #0057a6; vax*/
        width: 25px;
    }
    #mainMenu-nav .mainMenu-list{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -500px;
        background: #fff;
        z-index: 9999;
        margin: 0;
        padding: 0;        
    }
    .middle-row {
        text-align: left;
        margin-bottom: 0px;
		margin-top: 0px!important;
	}
	.margin-gap .middle-row {
		margin-bottom:16px;
	}						  
    .min-height{
        min-height:50px;
    }
    
    body{width: 100%}
    #mainMenu-nav .mainMenu-list, body, #accountMenu-nav .accountMenu-item{transition: 0.6s ease;}
    body{left: 0;}
    body.slideMenu{
        left: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
    }
    #mainMenu-nav .mainMenu-list.slideMenu, #accountMenu-nav .accountMenu-item.slideMenu{left: 0 !important;}
    #mobMenu-btn{
        width: 100%;
        height: 44px;
        color: #5b646e;
        padding: 12px;
        background: #edf6fb;
        font-family: "NotoSansBold";
    }
    #mobMenu-btn span{
        background-image: url(../images/icons/close.png);
        width: 22px;
        height: 22px;
        background-size: 22px;
        float: right;
        display: inline-block;
    }
    #mobMenu-back{
        width: 100%;
        height: 44px;
        color: #ffffff;
        padding: 12px;
        background: #2a343f;
        font-family: "NotoSansBold";
        display: none;
    }
    #mobMenu-back span.chevronIconWhite{
        float: left;
        transform: rotate(90deg);
        margin: 4px 10px 0 0px;
    }
    #mainMenu-nav .mainMenu-list > ul{
        left: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li{
        width: 100%;
        position: relative;
        height: 44px;
        padding: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li:last-child{
        border: none;
    }
    #mainMenu-nav .mainMenu-list > ul > li:hover{
        box-shadow: none;
        padding: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active{
        background: #edf6fb;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active .main-secondMenu{
        display: block;
    }
    #mainMenu-nav .mainMenu-list > ul > li > a{
        text-decoration: none !important;
        padding: 12px 0;
        margin: 0 12px;
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }
    #mainMenu-nav .mainMenu-list > ul > li:last-child > a{
        border: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down{
       float: right;
	    transform: rotate(-90deg);
	    margin-top: -26px;
	    margin-right: 15px;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active span.chevronIcon-down{
        display: none;
    }
    #mainMenu-nav .main-secondMenu{
        left: 0;
        top: 132px;
        width: 100%;
        height: calc(100% - 132px);
        overflow-y: scroll;
        position: fixed;
        padding-top: 0;
        z-index: 101;
    }
    #mainMenu-nav .main-secondMenu > ul{
        padding: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    #mainMenu-nav .main-secondMenu > ul li{
        height: 44px;
        padding: 12px 0;
    }

    #mainFooter .footerRow1 > .footerCol:first-child{
        padding-top: 0;
        height: auto;
        min-height: auto;
    }
    #mainFooter .footerLogo{
        margin-bottom: 32px;
    }
    #mainFooter .footerLogo img{
        width: 234px;
    }
    #mainFooter .footerMyacc-btn{
        margin: 0;
        margin-bottom: 32px;
    }
    #mainFooter .footerRow1 > .footerCol:nth-child(2){
        padding-top: 32px;
        min-height: auto;
    }
    #mainFooter .footerRow1 > .footerCol:last-child{
        padding-bottom: 0;
        padding-top: 32px;
    }
    #mainFooter .footerRow1{
        padding-bottom: 0;  
    }
    #mainFooter .footerRow1 hr{
        display: block !important;
    }
    #mainFooter .footerRow1 > .footerCol{
        min-height: auto;
    }
    #mainFooter .footerRow3{
        padding: 0;
        padding-top: 32px;
    }   
    #mainFooter .footerRow2 > .footerCol:first-child, #mainFooter .footerRow2 > .footerCol:nth-child(2){
        margin-bottom: 20px;
    }
    #mainFooter .footerRow3 > .footerCol:first-child, #mainFooter .footerRow3 > .footerCol:nth-child(2){
        margin-bottom: 20px;
    }
    #mainFooter .footerRow3 > .footerCol:last-child ul li{
        margin-bottom: 10px;
        display: block;
    } 
	.cartShipToHeader .light-color > span {
	    float: right;
	    width: 84.8%!important;
	}
	.checkout-details li .trash img {
	    margin-top: -10px;
	}
	.ftrCol{
		clear: both; 
		padding-left: 20px;
	}
	.header-alignment.ftrColP{
		padding-left: 8px; 
		padding-right:8px;
	}
	.mble-hide{
		display: none;
	}
	.lower-footer-logo .lowerFooterRow3{
		padding-left:20px;
	}
	.lower-footer-logo .lowerFooterRow3 .lower-footer-alignment, .ftrCol.image-alignment{
		padding-left:0;
		padding-right:0;
	}
	#mainFooter ul.ftr-trmsLnks-lst{
		display: flex;
		flex-wrap: wrap;
	}
	#mainFooter ul.ftr-trmsLnks-lst li{
		flex-grow:2;
		flex: 1 0 33%;
	}
	#mainMenu-nav .header-SearchBar .ui-front ul{
		width: 100% !important;
	}
	#sanofiOnlinePayInfoForm .sort-by-region{
		clear: both;
		width: 100% !important;
	}
	#account_invoice_financials_wrapper .commonViewTable .childViewTable span > span{
		float: right !important;
		margin-top: 3px;
	}
	.save-edit .panel-group .panel-heading+.panel-collapse>.panel-body {
		margin-top: 0!important;
	}
	.edit-saved-cart.save-edit.accrdn-blk {
		padding-bottom: 32px;
	}
	.cart-left .save-edit .checkout-details {
		border-bottom: none!important;
	}
	.save-edit .checkout-details .unitCount-comp {
		position: unset;
	}
	.added-to-cart {
		left: -96px !important;
	}
	
}


/****** product details *****/
.pdp-title{
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins-Medium";
  color: #0057a6;
}
.unit-price{
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.number{
    width: 103px;
    height: 24px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2a343f;
    margin-bottom:8px;
}
.package{
    width: 252px;
    height: 35px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: normal;
    color: #5b646e;
}
.add-to-cart-button{
    width: 228px;
    height: 45px;
    border-radius: 4px;
    background-color: #0057a6;
    border: 4px solid #0057a6;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
}
.all{
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    text-align:right;
}
  .accordion-img{
      width:17px;
      height:17px;
      margin-right: 4px;
  }
  .prod-details-img{
    position: relative;
    margin-top: 32px;
  }
  .img-my-formulary{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    background: #edf6fb;
    text-align: center;
    padding: 2px;
    color: #73aed3;
    font-weight: bold;
  }
  .prod-details-img img{
    width: 100%;
  }
  
  .prod-details-img img.xzoom3{
  height:251px !important;
  }
  .prod-detail-pdfs .pdfs-title{
    font-weight: bold;
    letter-spacing: 1.9px;
    color: #73aed3;
    margin: 0;
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf6fb;
    margin-bottom: 8px;
  }
  .prod-detail-pdfs ul.pdfs-list{
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    margin-top: 20px;
  }
  .prod-detail-pdfs ul.pdfs-list li{
    cursor: pointer;
    padding: 4px 0;
  }
  .prod-detail-pdfs ul.pdfs-list li img{
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }
  .sanofi-accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0 !important;
  }
  .sanofi-accordion .panel-heading{
    background: none;
    padding: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #e5e9ec;
    color: #5b646e;
  }
  .sanofi-accordion .panel-heading .firstLevel-acc {
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
.sanofi-accordion .panel-heading .firstLevel-acc label {
  font-family: "NotoSansBold";
  margin: 0;
}
  .sanofi-accordion span.accPlusIcon {
    background-image: url(../images/icons/minus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    cursor: pointer;
}
.sanofi-accordion span.accPlusIcon.collapsed{
    background-image: url(../images/icons/plus.png) !important;
  }
  .right-sec-row-box{
    width:300px;
    height:250px;
    background-color: #f2f2f2;
    margin: 20px auto;
    float: none;
}
.pro-market {
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #bfc4c8;
  padding: 116px 58px 98px 58px;
  margin: 0;
}
  
/**** imag gallery slider ****/
.albery-container, .pagination-container {
	position: relative;
	/* center it */

	/*margin-left: auto;
	margin-right: auto;*/
	width: 400px;
	overflow: hidden;
}

.albery-wrapper {
	position: relative;
	height: auto;
	width: 1600px;
}
.albery-item {
	position: relative;
	float: left;
	width: 400px;
	/*cursor: zoom-in;*/
}
.albery-item img {
	width: 100%;
}

.move-left, .move-right {
	position: absolute;
	width: 18%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.move-left a, .move-right a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	transition: all .5s;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	width: 0;
	height: 0;
}
.move-left a:hover, .move-right a:hover {
	color: rgba(255,255,255,0.9);
}
.move-left a {
	border-right: 34px solid rgba(255,255,255,0.5);
}
.move-right a {
	border-left: 34px solid rgba(255,255,255,0.5);
}

.move-left {
	left: 0;
}

.move-right {
	right: 0;
}
.change-loc img{
    height: 251px;
    width: 376px;
}
.pagination-wrapper {
	position:relative;
	height: auto;
	width: 1600px;
}
.pagination-item {
	position: relative;
	float: left;
	width: 144px;
	margin-right: 13px;
	cursor: pointer;
}
.pagination-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.clearfix{
	min-height:32px;
}


  
.nopadding-nomargin{
	padding:0;
	margin:0;
}
.margin0{
	margin:0;
}
.padding0{
	padding:0;
}
.two-sample-img{
	border: 1px solid #eee;
    margin-top: 29px;
    margin-bottom: 21px;
}
.acc-warning-box{
	min-height:104px;
	background-color:#fff;
	margin-bottom:4px;
	border-left:4px solid #de1848;
}
.acc-warning-box .acc-close-button{
	/*float: right;
    margin: 23px 0px 0 0px;*/
}
.acc-warning-box p{
    margin:23px 0 0 33px;
}
.acc-warning-box .warning-text{
	padding-left: 13px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    color: #2a343f;
}
.acc-warning-box .sub-text{
    font-family: NotoSans;
    font-size: 14px;
    color: #5b646e;
    margin: -2px 0px 0px 78px;
}
.acc-warning-box .cls-btn{
	width: 16px;
    height: 16px;
	float: right;
    margin-top: 13px;
    cursor: pointer;
}
.acc-order-details .orders{
	font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: 25px;
}
.acc-order-details .recent-orders{
	margin-top: 25px;
    height: 20px;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
    text-align: right;
    text-transform: uppercase;
}
/*data table*/
#example_filter{
	display:none;
}
#example_info{
	display:none;
}
.rotate {
	width: 7px;
    height: 7px;
    color: #fff;
    
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
	width: 7px;
    height: 7px;
    color: #fff;
    padding-right: 51px;
}
.fa-caret-down:before {
    content: "\f0d7";
	width: 7px;
    height: 7px;
    color: #fff;
    padding-left: 22px;
}
.heading{
	min-height: 44px;
    border: 1px solid #73aed3;
    background-color: #73aed3;
    color: #fff;
    text-shadow: none;
}
.ad-date{
 width:90px !important;
 height:44px;
 padding-left:7px;
 }
 .ad-order{
 width:100px !important;
 padding-left:7px;
 }
 .ad-status{
 width:90px !important;
 padding-left:7px;
 }
 .ad-po{
 width:240px !important;
 padding-left:7px;
 }
 .ad-location{
 width:194px !important;
 padding-left:7px;
 }
 .ad-invoice{
	 width:130px !important;
	 padding-left:7px;
 }
 .ad-prompt{
	 width:174px !important;
	 padding-left:7px;
 }
 .ad-amount-due{
	 width:130px !important;
	 padding-left:7px;
 }
 #example{
	 margin-top:19px;
 }
 #example th,td{
	 border-right:1px solid #fff;
	 padding-left: 8px;
 }
 #example tr{
	 height:40px;
	 
 }
 #example thead tr{
 cursor:pointer;
 }
 #account_invoice_financials thead tr {
    cursor:pointer;
}
 #example1 thead tr, #example2 thead tr, #example3 thead tr{
 cursor:pointer;
 }
 #example_invoice thead tr{
 cursor:pointer;
 }
 #applyCreditsTable thead tr{
 cursor:pointer;
 }
 #example tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}
#example td{
	padding-left:8px;
	padding-right:13px;
}
.table-tooltip {
    width: 15px;
    height: 15px;
}
.ad-download-button img.download-guide {
    width: 22px;
    padding-right: 4px;
    margin-bottom: 8px;
}
.three-columns-line1 .download-guide{
    margin-top:0;
    margin-bottom:0;
    width:14px;
}
.ad-blue-button {
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 205px;
    height: 44px;
    margin-left: 20px;
    margin-top: 42px;
}
.line-top-sanofi {
    border-top: 4px solid #edf6fb;
    width: 839px;
    margin-left: -18px !important;
    margin-top: 32px !important;
}
.table-sanofi{
    margin-top:0;
}
.table-sanofi .financial{
	font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.table-sanofi .four-tabs{
	float:right;
}
.table-sanofi .four-tabs li {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
}
.table-sanofi .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0057a6;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd; 
    border-bottom: 3px solid #0057a6;
}
.ad-files-text{
font-size: 12px;
    text-align: right;
    margin-top: 16px;
    
}
 .ad-files-text.full-wd{
	margin-bottom:13px;
}
.ad-files-text img{
	max-width: 21px;
    max-height: 22px;
}
.theLink1{
	/*padding: 9px 12px !important;*/
	width: 52px;
}
.theLink1:hover{
	background-color:#0057a6;
	color:#fff !important;
	width: 52px;
	height:40px;
	/*padding: 9px 12px !important;*/
}
.dropdown {
  position: relative;
  display: inline-block;
}

#example1 .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top:-26px;
  right:34px;
}

.glyphicon-option-horizontal {
    color: #0057a6;
    top: 13px;
    /*padding-left: 14px;*/
}
.glyphicon-option-horizontal:before{
    padding-left:11px;
}
.glyph-dropdown:hover{
    color:#fff;
}
.dropdown-menu .three-texts {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: -40px !important;
    margin-left: -169px !important;
}
 #example1{
	 margin-top:13px;
 }
 .invo_wid{
 	width:100%;
 }
 #example1 th,td{
	 border-right:1px solid #fff;
 }
 #example1 tr{
	 height:40px;
 }
 #example1 tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}
#example1 td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
}
#example1 .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}
.glyph-drpdwn .dropdown-toggle:hover {
    background-color: #0057a6;
    color: #fff;
    height: 40px;
    /* width: 67px; */
    padding: 10px;
    margin: 0px -9px 0 -6px;
}
#example1 .dropdown:hover .dropdown-content {display: block;}
.dropdown-menu .three-texts{
	width:186px;
	background-color:#fff;
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
	font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: -40px !important;
    margin-left: -169px !important;
}
.dropdown-menu .three-texts li{
	border-bottom: 1px solid #e5e9ec;
    padding: 12px 15px;
}
.dropdown-menu .three-text-border{
	border-bottom: 1px solid #e5e9ec;
    margin-top: 5px;
    margin-bottom: 13px;
}
#example1 .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#example1_filter,#example1_info{
	display:none;
}
/*table ends*/
.three-columns-line img{
	width: 44px;
    height: 44px;
    margin: auto;
    display: block;
    margin-top: 46px;
    margin-bottom: 8px;
}
.three-columns-line h3{
	
  min-height: 77px;
  font-family: 'Poppins-medium';
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #73aed3;
}
.three-columns-line span{
	font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0057a6;
    margin: 0 0 5px;
}
.three-columns-line p{
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #5b646e;
    margin: 0 0 5px;
}
.three-columns-line {
    width:100% !important;
    border-right: 0px solid #edf6fb;
    min-height: 416px;
}
.three-columns-line1{
    width:100% !important;
    border-right: 0px solid #edf6fb !important;
}
#product-overview-carousel .three-columns-line1 .mini-card{
    border-right: 0px solid #edf6fb !important;
}
.three-columns-line1 img{
	margin-top: 45px;
    margin-bottom: 11px;
}
.three-columns-line1 h6{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    text-align: center;
    color: #73aed3;
    margin-bottom: 4px;
}
.three-columns-line1 h5{
	font-family: 'Poppins-medium';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0057a6;
}
.three-columns-line1 p{
	width: 207px;
    height: 54px;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5b646e;
}
.ad-confirm-button{
	margin-top: 95px !important;
	margin-left:0 !important;
}
.ad-order-button{
	margin-top: 135px !important;
	margin-left:0 !important;
}
.ad-download-button{
	margin-top: 6px !important;
	margin-left:0 !important;
}
.line-top-sanofi1 {
    border-bottom: 4px solid #edf6fb;
    width: 832px;
    margin-left: -32px;
}
.line-bottom-banner {
    border-top: 4px solid #edf6fb;
    margin-left: -39px !important;
    margin-right: -38px;
    margin-top: 32px !important;
}
.line-top-sanofi-acc{
	border-top: 4px solid #edf6fb;
    width: 838px;
    margin-left: -34px !important;
    margin-top: 32px !important;
}
.acc-chart h3 {
    width: 77px;
    height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-chart h6{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
    margin-bottom: 0;
}
.select-chart {
    width: 362px !important;
    height: 45px !important;
}
.new-drpdown-list {
    width: 362px !important;
	margin-top: 18px !important;
}
.three-list-items {
    display: flex;
    list-style: none;
    margin-bottom: 32px !important;
	margin-top: 30px !important;
}
.three-list-items li {
    margin-right: 45px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2a343f;
}
.three-list-items .third-li:before {
    content: "\2022";
    color: #004f98;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items .fst-li:before {
    content: "\2022";
    color: #73aed3;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items .sec-li:before {
    content: "\2022";
    color: #0091d6;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items span {
    display: block;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bfc4c8;
    border-bottom: solid 1px #bfc4c8;
    padding-bottom: 12px;
    padding-top: 5px;
    margin-left: 16px;
}
.ct-donut-center1 {
    font-size: 38%;
    text-anchor: middle;
    font-family: 'Poppins-medium';
}
.ct-donut-wrapper {
    margin: auto;
    display: block;
	margin-top: 35px;
}
.bottom-banner-text span{
    display:block;
}
.ad-detailed-button {
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 243px;
    height: 44px;
    margin-left:20px;
}
.accr-new-title {
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
#accr-new .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
#accr-new .panel-heading {
    background: none;
    padding:4px 0 4px 0px;
    border-bottom: 1px solid #e5e9ec;
}
#accr-new .ipol{
    border-bottom: 1px solid #e5e9ec;
}
#accr-new .panel-heading .firstLevel-loc {
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
#accr-new .panel-heading .firstLevel-loc label {
    font-family: "NotoSansBold";
    margin: 0;
}
#accr-new .panel label {
    position: relative;
    text-indent: 0;
    padding-left: 0px;
    cursor: default;
}
#accr-new .sub-text {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5b646e;
    margin:0;
    padding:0;
}
#accr-new span.locPlusIcon.collapsed {
    background-image: url(../images/icons/plus.png) !important;
}
#accr-new span.locPlusIcon {
    background-image: url(../images/icons/minus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 9px;
    cursor: pointer;
}
#accr-new .ad-blue-button{
background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 205px;
    height: 44px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.bottom-banner {
    width: 763px;
    height: 90px;
    background-color: #f2f2f2;
    margin-top: 32px;
    margin-bottom: 36px;
    margin-right: 54px;
    margin-left: 3px;
    text-align: center;
}
.bottom-banner-text {
    margin-top: 32px;
    color: #bfc4c8;
}
.ad-acc-details .titletext1 {
    font-family: 'NotoSansBold';
    background-color: #73aed3;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 2px;
    margin-left: -36px;
    margin-right: -32px;
    font-size: 12px;
    margin-top: 1px;
}
.ad-acc-details .acc-title {
    font-family: 'Poppins-medium';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.5px;
    color: #0057a6;
}
.acc-title-manage img {
    width: 16px;
}
.acc-title-manage {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    text-align: right;
    margin-top:6px;
}
.sec-padding h3{
	
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
	margin:0;
}
.sec-padding span{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    display: block;
	margin-bottom: 5px;
}
.img-subtext {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
	margin-bottom:4px;
}
.img-subtext img {
    width: 16px;
    height: 16px;
}
.img-subtext-numb {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.img-subtext-numb img {
    width: 16px;
    height: 16px;
}
.ad-acc-details ul li{
	border-top:1px solid #eee;
	margin-top: 13px;
}
.sec-padding{
	margin-top:20px;
}
.line-divider {
    border: 2px solid #edf6fb;
    margin-left: -32px;
    margin-right: -37px;
    margin-top: 20px;
}
.corporate-box {
    min-height: 310px;
    text-align: center;
    padding-top: 149.3px;
    color: #bfc4c8;
}
.corporate-box img{
	max-width:376px;
	width:100%;
}
.ad-product-details h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.ad-product-details h6 {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
}
.ad-upload-order h6 {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
}
.search-items {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-search-icon{
	padding-left: 15px;
}
.right-sde {
    padding: 0 !important;
}
.header-SearchBar {
    width: 362px;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
}
.header-SearchBar input {
    border: 0;
    box-shadow: none;
    height: 44px;
    background: none;
}
.header-SearchBar button.btn {
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
/* .header-SearchBar button.btn span.searchIcon {
    background: url(../images/icons/search.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
} vax*/
.ad-upload-order .drag-drop {
    height: 160px;
    border-radius: 4px;
    border: dashed 2px #73aed3;
    background-color: rgba(239, 242, 245, 0.4);
    margin-bottom: 10px;
}
.ad-upload-order div p {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5b646e;
    margin-top: 26px;
}
.ad-upload-order div span {
	    margin: auto;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center !important;
    color: #5b646e;
	margin-bottom:10px;
}
.sanofi-box-btn {
    width: 170px;
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent;
}
.sanofi-download-icon {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.sanofi-download-icon img {
    
    height: 14px;
	padding-right:5px;
}
.acc-commu-center h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-commu-center p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bfc4c8;
    margin-top: 68px;
    text-align: center;
}
/* .acc-commu-center button{
	width: 213px;
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent;
    margin-bottom: 13px;
    margin-top: 58px;
} */
.acc-updates h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-updates h6{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
	margin-bottom: 0;
}
.acc-updates span{
	font-family: NotoSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #0057a6;
}
.acc-updates p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: 7px !important;
}
.acc-updates .sec-updates{
	margin-top:22px;
}
.acc-banner div{
	width: 300px;
    height: 250px;
    /*background-color: #f2f2f2;*/
    margin-top: 32px;
    margin-left: 35px;
}
.acc-banner p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #bfc4c8;
    padding: 116px 58px 98px 58px;
}
/********* add products *****/
.add-product-fstcol{
	background-color: #fff;
    width: 351px;
    
    margin-top: 31px;
}
.horizontal-line{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #fff;
  width: 73%;
  margin-top: -36px;
  margin-left: 35px;
}
.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
	  position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 162px;
	left: 18px;
	right: 0;
	width: 364px;
	max-height: 152px;
}
.ad-product-details .autocomplete-items{
	margin-left:12px;
	top:auto;
}
#myInputautocomplete-list{
	left:6px;
}
/* .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
} */
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
    content: "X";
    display: block;
    width: 25px;
    height: 14px;
    position: absolute;
    /* background-color: #FA9595; */
    z-index: 1;
    right: 4px;
    top: -17px;
    bottom: 0;
    margin: auto;
    padding: 17px;
    border-radius: 50%;
    text-align: center;
    color: #0057a6; 
    font-weight: normal;
    font-size: 19px; 
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
.auto-search-btn{
	padding: 9px 0px 3px 8px !important;
}
.auto-search-btn:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: inset 0 0 2px 0px #d4d9de !important;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de !important;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de !important;
}
.autocomplete .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
    box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
}
.add-units input{
	text-align: center;
    width: 44px;
    height: 44px;
    color: #2a343f;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    box-shadow: inset 0 0px 4px 1px #d4d9de;
    -webkit-box-shadow: inset 0 0px 4px 1px #d4d9de;
    -moz-box-shadow: inset 0 0px 4px 1px #d4d9de;
}
.product-price-btton{
	width: 103px;
    height: 45px;
    border-radius: 4px;
    background-color: #0057a6;
    border: 4px solid #0057a6;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
}

/**** cart sub-pages **/
.item-numb{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.item-numb h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.item-numb button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #0057a6;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #0057a6;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}
.item-numb button a:hover{
    color: #337ab7;
    text-decoration: none;
}
.item-numb p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}

.no-item{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.no-item h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.no-item button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #bfc4c8;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #bfc4c8 !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}
.no-item button a{
    color: #bfc4c8 !important;
}
.no-item button a:hover{
    color:#bfc4c8;
    text-decoration:none;
}
.no-item p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}

.white-button.save-cart-1:hover {
    background-color: #e6e6e6;
    color: #0057a6;
    border: 2px solid #0057a6;
} 

.saved-cart{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.saved-cart h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.saved-cart button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #0057a6;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #0057a6;
}
.saved-cart button a{
    color: #fff !important;
}
.saved-cart button a:hover{
    color:#fff;
    text-decoration:none;
    padding-bottom: 32px;
}
.saved-cart p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}
#example1 td a:hover{
	color:#0057a6;
	text-decoration:none;
}
#example td a:hover{
	color:#0057a6;
	text-decoration:none;
}



/*Table Styles*/

.commonViewTable{
    float: left;
    width: 100%;
}

.childViewTable{
    float: left;
    width: 100%;
}

.childViewTable > div{
    padding: 1%;
}

.childViewTable label{
    width: 54.4%;
    word-wrap: break-word;
	vertical-align: top;
}
.acc-order-details .childViewTable .commonRow:last-child label {
    vertical-align: top;
}

.childViewTable span{
    width: 45.6%;
    display: inline-block;
    word-wrap: break-word;
}

#invoice-table .childViewTable span {
	height: 22px;
}

.childViewTable.even{
    background: #edf6fb;
}

/* .childViewTable.even{
    background: #ffffff;
} */

.commonViewTable .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: -26px;
    right: 34px;
}

.commonViewTable .theLink1:hover {
    background-color: transparent;
    height: auto;
    float: right;
}

.commonViewTable .theLink1 {
    float: right;
    width: auto;
    cursor: pointer;
    margin-right: 10%;
}

.commonViewTable .glyphicon-option-horizontal {
    top: 3px;
}

#example1 .dropdown-menu{
    margin-top: -41px;
    margin-left: -185px;
    width: 186px;
    height: auto;
    border: 1px solid #e5e9ec;
}
#example1 ul li{
    border-bottom: 1px solid #e5e9ec;
    padding: 13px 0px 12px 12px;
    margin: 0 7px 0 7px;
    font-size: 12px;
}
.glyph-drpdwn .dropdown-toggle:hover {
    background-color: #0057a6;
    color: #fff;
    height: 40px;
    /* width: 67px; */
    padding: 0px 6px;
    margin: 0px -9px 0 -6px;
  }
 .glyph-drpdwn .dropdown-toggle:hover .glyphicon {
    color: #fff;
} 
  .reservation-details{
    font-size: 20px !important;
    font-family: 'Poppins-medium' !important;
    margin-left: 18px;
    margin-top:17px;

  }
  .horizontal-banner {
    width: 728px;
    height: 90px;
    margin: 32px auto;
    position: relative;
    display: table;
}
.horizontal-banner img {
    margin-top: 8px;
}

.checkout .left-section .sanofi-accordion .calender .panel-heading {
    margin: 0;
}

.calender .datetimepicker-days tbody:before,.calender .datetimepicker-days tbody:after{
    width: 94%;
    content: " ";
    border-top: 1px solid #e5e9ec;
    position: absolute;
    left: 3%;
}

.calender .datetimepicker-days thead tr:nth-child(1):after {
    width: 94%;
    content: " ";
    border-top: 1px solid #e5e9ec;
    position: absolute;
    left: 3%;
    top: 8%;
}

.calender .datetimepicker-days tfoot{
    display: none;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]{
    position: relative;
    display: inline-block;
    float: left;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border:1px solid #d4d9de;
    background: #FFF;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:checked:before {
    background: #0055a8;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:checked:after {
    content: "";
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
}

.calender .datetimepicker-days .delivary label{
    float: left;
}

.calender .datetimepicker-days .delivary > p{
    display: inline-block;
    margin-left: 23px;
}
/*calender inside accordian edit hours css start*/
.calender .datetimepicker-days .delivary .panel-group {
  margin-top: 10px;
}
.calender .datetimepicker-days .delivary .panel-heading {
  padding: 14px 0px 30px;
  border-top: 1px solid #e5e9ec;
  border-bottom: none;
}
.calender .datetimepicker-days .delivary #delivary-hours .panel-body {
  border-top: none;
  padding: 0;
}
.calender .datetimepicker-days .delivary #delivary-hours .panel-body .secLevel-loc {
  margin-bottom: 25px;
}

.calender .datetimepicker-days .delivary #delivary-hours .hour-edit a {
  color: #0057a6;
  font-size: 11px;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time {
  padding: 5px 5px 5px 10px;
  background: #edf6fb;
  margin-bottom: 5px;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time span:first-child input {
  text-align: left;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time span input {
  color: #5b646e;
  font-size: 12px;
  border: none;
  width: 32%;
  background: none;
  text-align: right;
}
/*calender inside accordian edit hours css end*/
/* Marketing Banners Start */
.banner-white-btn{
    height: 44px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    font-family: "NotoSansBold";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin: auto;
    display: block;
    background-color: transparent
}
.banner-blue-btn{
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: "NotoSansBold";
    font-size: 14px;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent
}
.banner-blue-btn:hover{
    background: #0057a6;
    color: #fff;
}
.pr8{
	padding-right: 8px;
}
img.banner-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.square-banner{
    width: 300px;
    height: 250px;
    margin: 32px auto;
    position: relative;
}


img.banner-bg-img {
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.banner-text-img{
    text-align: center;
    color: #ffffff;
    font-family: "Poppins-Medium";
    font-size: 16px;
    font-weight: 500;
    float: left;
}
.square-banner .banner-text-img{
    margin: 96px 24px 0 24px;
}
.square-banner .btn{
    width: 178px;
}
.banner-text-only{
    background: #ffffff;
    text-align: center;
    padding: 8px 16px;
}
.banner-blue-text{
    color: #73aed3;
    font-family: "NotoSansBold";
}
.banner-bold-text{
    font-size: 16px;
    color: #5b646e;
    font-family: 'Poppins-Medium';
}
.banner-img-text{
    background: #ffffff;
    text-align: center;
    padding: 8px 16px; 
}
.banner-small-text{
    font-size: 14px;
    color: #0057a6;
    font-weight: 500;
    margin: 8px 0;
    font-family: 'Poppins-Medium';
}
.vertical-banner{
    width: 100%;
    height: 600px;
    margin: 32px auto;
    position: relative;
    max-width: 160px;
}
.vertical-banner .banner-text-img{
    margin: 340px 8px 32px 8px;
}
.vertical-banner.banner-text-only{
    padding: 80px 8px;
    text-align: left;
}
.vertical-banner .btn{
    width: 140px;
}
.vertical-banner.banner-text-only .btn{
    margin-top: 52px;
}
.vertical-banner.banner-text-only .banner-bold-text{
    margin-bottom: 32px;
}
.vertical-banner.banner-img-text{
    padding: 80px 0;
}
.vertical-banner.banner-img-text img{
    margin: 16px 0;
}
.vertical-banner.banner-img-text p{
    margin: 8px 16px;
    text-align: left;
}
.vertical-banner.banner-img-text .btn{
    width: 130px;
}
.horizontal-banner{
    width: 728px;
    height: 90px;
    margin: 32px auto;
    position: relative;
    display: table;
}
.horizontal-banner img {
    margin-top: 8px;
}
.horizontal-banner .btn{
    width: 140px;
    position: relative;
}
.horizontal-banner .banner-text-img{
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}
.horizontal-banner .banner-text-img p{
    margin: 0;
}
.horizontal-banner .banner-text-inner{
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}
.horizontal-banner .banner-text-inner .btn{
    margin: 16px 0;
}
.horizontal-banner .banner-text-inner p{
    margin: 0;
}
.horizontal-banner.banner-text-only{
    padding: 0;
}
.horizontal-banner.banner-img-text{
    text-align: left;
    padding: 8px 0;
}
.horizontal-banner.banner-img-text .btn{
    margin: 16px 0;
}
.horizontal-banner.banner-img-text > div{
    padding: 0 10px;
}
.horizontal-banner.banner-img-text .col-md-6{
    padding: 0;
}
/* Marketing Banners End */

#product-listing .prodCard-box .prodCard-img a,.prodCard-img a
{
    display: inline-block;
    width: 100%;
    height: 100%; 
}

#product-listing .prodCard-box .prodCard-img a > img,.prodCard-img  a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
} 

.prodCard-box .prod-card {
    height: 790px;
    padding: 32px;
    border-right: 4px solid #edf6fb;
    border-bottom: 4px solid #edf6fb;
}

/* Marketing Banners End */

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput ul{
	display:inline-block;
}

/*home page warning msg*/
.acc-warning-box{
	min-height:104px;
	background-color:#fff;
	margin-bottom:4px;
	border-left:4px solid transparent;
}

.acc-warning-box p{
    margin:23px 0 0 33px;
    padding: 0;
}
.acc-warning-box .warning-text{
	padding-left: 13px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    color: #2a343f;
}
.acc-warning-box .sub-text{
    font-family: NotoSans;
    font-size: 14px;
    color: #5b646e;
    margin: -2px 0px 0px 78px;
}
.acc-warning-box .cls-btn,.acc-warning-box .header-close{
	width: 16px;
    height: 16px;
	float: right;
    margin-top: 13px;
    cursor: pointer;
}
.cart-view-change .middle-row,.cart-view-change .save-document{
    margin-top: 20px;
}
.checkout .firstLevel-acc .pd-info{
    margin-top: 5px;
    margin-right: 0;
    margin-left: 5px;
}
.pd-info span{
    font-family: "NotoSansBold";
}
.payment-method .sortBy-select {
    margin-top: 0!important;
}

@media (min-width: 1200px){
  .cart-view-change .middle-row{
    width: 21%;
  }
  
  .cart-view-change .middle-row + div{
    width: 35.33%
  }

   .sec-part .open_aside .paytotal{
  	width: 399px;
    padding: 0 10px;
    margin-left: -10px!important;
  }
  .checkout-item-confirmation .unitCount-comp.mngUnits {
	    bottom: -40px;
	}
	
	.mngUnits #add-units-count {
	    padding-top: 12px;
	    padding-left: 10px;
	}
}

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
    position: absolute;
    width: 384px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: auto;
}
.cart_value_added{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 179px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    left: 24px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
    top: 100%;
}

.cart_value_added>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.25);
    top: -11px;
    position: absolute;
    left: 50%;
}

.cart_value_added>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    top: 1px;
    position: absolute;
    left: -11px;
}
.cart_value_added > img{
    float: left;
    margin: 1px 0 0 0;
}

.cart_value_added > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
}
.cart_error_added{
    padding: 10px 10px 10px 10px;
    border: 0px;
    width: 150px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -44px;
    left: 15px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}

.unitCount-comp .cart_error_added{
	left: -24px !important;
}

.cart_error_added>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,.25);
    bottom: -11px;
    position: absolute;
    left: 50%;
}

.cart_error_added>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    bottom: 1px;
    position: absolute;
    left: -11px;
}

.cart_error_added > img{
    float: left;
    margin: 1px 0 0 0;
}

.cart_error_added > span{
    float: left;
    /*width: 76%;*/
    margin-left: 8px;
    text-align: left;
    padding-top:6px;
}

.units-count .cart_error_added{
	left: -5px;
}

@media only screen and (max-width: 414px){
	.units-count .cart_error_added{
		left: 0px;
	}
	.cart_error_added {
		width: 140px;
	}
}
.clear-cart + .popover {
    padding: 20px 16px 13px 16px;
    max-width: 270px;
    height: 127px;
    border: 0px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    padding: 15px 11px;
    width: 270px;
    height: 103px;
	z-index: 1600;
}

.clear-cart + .popover .popover-title{
    display: none;
}

.checkout-data .table-responsive {
    height: auto;
    overflow: hidden;
}

/*ACCOUNT OVERVIEW CHANGES*/

#product-overview-carousel{
    margin-right: -32px;
    margin-left: -32px;
    border-bottom: 4px solid #edf6fb;
}
#product-overview-carousel .slick-carousel .slick-item{
    height: 365px;
    margin-top: 45px;
}
#product-overview-carousel .second-card{
    padding: 16px 16px 24px 5px;
}
#product-overview-carousel .last-card{
    border-right: 0px solid #edf6fb;
}
.ad-product-details {
    padding-left: 0px;
    padding-right: 0px;
}
.two-sample-img{
    margin-left: 0px;
    margin-right: 0px;
}
.ad-upload-order {
    padding-left: 0px;
    padding-right: 0px;
}
.acc-updates img{
    width: 15px;
    margin-top: -1px;
}
.ad-detailed-button{
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 243px;
    height: 44px;
    margin-left: 20px;
}
.prodCard-tabs {
    height: 44px;
    position: relative;
    margin-top: 12px;
}
.prodCard-tabs > ul {
    height: 44px;
    border-bottom: 1px solid #e5e9ec;
}
.prodCard-tabs > ul > li.active, #product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li:hover {
    border-bottom: 3px solid #0057a6;
}
.prodCard-tabs > ul > li {
    width: 69px;
    height: 44px;
    margin-right: 6px;
    text-align: center;
    cursor: pointer;
    float: left;
    padding: 16px 0px 0px 0px;
}
.prodCard-tabs > ul > li > img {
    width: 22px;
    height: 22px;
}
.prodCard-tabs .prodCard-list li:last-child {
    margin-right: 0px;
}
.ct-donut-center2{
    font-size: 14%;
    text-anchor: middle;
    fill: #bfc4c8;
}
.sec-padding .left-sec{
    padding:0 !important;
}
@media only screen and (max-width: 767px){
/* #filter-by span.filterPlusIcon.collapsed {
    background-image: url(../images/icons/plus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
} */
}
@media screen and (min-width:319px) and (max-width:768px){
    .acc-overview #main-container ol.breadcrumb{
        padding: 14px 0px 10px 0;
    } 
    .corporate-box img{
		width:100%;
		margin-bottom: 30px;
	}
    #location-select{
        width: 100%;
    }  
    .line-top-sanofi-acc{
        width:100%;
        margin-left: 0 !important;
    margin-right: 0 !important;
    }
    .line-divider{
        display:none;
    }
    .header-SearchBar{
        width:100%;
    }
    .ad-acc-details h1{
        margin-left:-9%;
        margin-right:-3%;

    }
    .horizontal-banner{
        display:none;
    }
    .line-top-sanofi1{
        width:100%;
    }
    .account-banner img{
    	 width:100%;
    	 margin-bottom:15px;
    }
    .commonViewTable .childViewTable span > span {
	    width: 100%;
		float:none!important;
	} 
	#sanofiOnlinePayInfoForm .childViewTable,#creditform .childViewTable{
    padding-bottom: 25px;
	}
	#sanofiOnlinePayInfoForm .childViewTable .commonRow .invoiceValueError {
	    bottom: -15px;
	}
	#creditform .childViewTable .commonRow .invoiceValueError {
	    bottom: -15px;
	} 
    /***need to customise***/
    .three-columns-line img{
        margin:auto;
        display:block; 
     }
    .three-columns-line h3{
        text-align:center;
    }
    .three-columns-line p{
        width:100%;
        text-align:center;
    }
    .three-columns-line1 img{
        margin-top:0;
    }
    .line-top-sanofi{
        width:100%;
        margin-left:0px !important;
    }
    .select-chart{
        width:100% !important;
    }
    .acc-banner div{
        margin-left:0;
        margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom:20px;
    }
    .line-bottom-banner{
        display:none;
    }
    /**** end ***/
    .acc-warning-box .acc-close-button{
        float:none;
        display:block;
        width: 26px;
        height: 24px;
    }
    .acc-warning-box p {
        margin: 13px 0 0 17px;
    }
    .acc-warning-box .warning-text{
        padding-left: 1px;
        font-size: 19px;
    }
    .acc-warning-box .sub-text{
        margin: -2px 0px 17px 19px;
    }
    .table-sanofi .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        padding: 0;
        margin-top: 1px;
    }
    .table-sanofi .nav>li>a{
        padding: 0px 12px;
    }
    .ad-files-text{
        margin-bottom: 24px;
        color: #0057a6;
    }
    #leftCont-rightNav{
        margin-top:1px;
    }
    #filter-by {
        padding: 10px 10px 0px 10px;
    }
    #filter-by .filterByGroup{
        border-top: 1px solid #e5e9ec;
        border-bottom: 1px solid #e5e9ec;
    }
    .ad-blue-button{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .table-sanofi{
        margin-top:5px;
    }
    .ad-files-text img{
        width: 13px;
        height: 17px;
    }
    .commonViewTable .glyphicon-option-horizontal{
        float:right;
    }
    .last-card{
        border-right: 4px solid #edf6fb !important;
    }
    #product-overview-carousel .carousel-prev{
        top:37%;
        left:2% !important;
      }
      #product-overview-carousel .carousel-next{
        top:37%;
        right:1% !important;
      }
      #product-overview-carousel .slick-carousel .slick-item{
          margin-top:80px;
      }
      .mini-card{
          height:447px;
      }
      .three-list-items li{
        margin-right: 17px;
      }
      .new-drpdown-list{
          width:100% !important;
      }
      .ad-detailed-button{
          margin-top:0;
      }
      svg:not(:root){
          margin:auto;
          display:block;
      }
      .ad-detailed-button{
        margin: auto;
        display: block;
        width: 92%;
        margin-top: 32px;
      }
      #accr-new .sub-text{
        padding: 1px 2px 1px 1px;
      }
      #accr-new span.locPlusIcon{
          top:8px;
      }
      #accr-new .ad-blue-button{
          width:100%;

      }
      #leftCont-rightNav > section.left-section{
        border-bottom: 0px solid #edf6fb;
      }
      .ad-product-details{
        border-bottom: 0px solid #edf6fb;
      }
      .acc-updates img{
        width: 15px;
        margin-top: -3px;
      }
      .corporate-box{
        border-bottom: 4px solid #edf6fb;
        border-top: 4px solid #edf6fb;
        margin-top: 20px;
      }
      .new-line{
        border-bottom: 4px solid #edf6fb;
      }
      .glyph-drpdwn .dropdown-toggle:hover{
        background-color: transparent;
        padding-top: 0;
        height:16px; 
      }
      .sm-view{
        top: 23%;
        left: -127px; 
      }
      .sm-view li {
        border-bottom: 1px solid #e5e9ec;
        padding: 13px 0px 12px 12px;
        margin: 0 7px 0 7px;
        font-size: 12px;
    }
    #leftCont-rightNav > section.left-section{
        border-right: 0px solid #edf6fb;
        
    }
    .float-right{
        float:none;
    }
    #filter-by .filterByGroup .filterByTitle {
        position: relative;
        padding: 13px 0;
        margin: 0;
        height: 44px;
    }
    /* #filter-by span.filterPlusIcon {
        background-image: url(../images/icons/minus.png);
        width: 16px;
        height: 16px;
        background-size: 16px;
        display: block;
        position: absolute;
        right: 0px;
        left: auto;
        top: 12px;
        cursor: pointer;
    } */
    #sort-by{
        width:100%;
    }
    .my-acc-aside{
       /* padding:0px !important;*/
    }
    .acc-numb{
        /*padding:0 10px;*/
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
    .payment-method {
	    padding: 0 10px!important;
	    margin: 0!important;
	}
	
	#placeOrderForm .checkout-details li{
		padding-bottom: 20px;
    	padding-top: 20px;
	}
	#account_invoice_financials_wrapper .commonViewTable .childViewTable span > span{
		float: right !important;
		margin-top: 3px;
	}
}
@media screen and (min-width:768px) and (max-width:780px){
    .float-right {
        float:right;
    }
    .filterByTitle{
        display:none;
    }
    .filterByGroup {
        border-top: 0px solid #e5e9ec !important;
        border-bottom: 0px solid #e5e9ec !important;
    }
    #leftCont-rightNav > section.left-section {
        border-right: 4px solid #edf6fb;
    }
    .acc-numb img{
        width:19px;
    }
}
@media screen and (min-width:479px) and (max-width:767px){
    .ad-acc-details h1 {
        margin-left: -9%;
    margin-right: -5%;
    }
}
@media screen and (min-width:768px) and (max-width:1020px){
    .horizontal-banner{
        width:100%;
    }
    .acc-banner div{
        width:100%;
        margin-left:0;
        height:auto;
    }
    .select-chart{
        width:100% !important;
    }
    .three-list-items li{
        margin-right: 20px;
    }
    svg:not(:root) {
        width: 100% !important;
    }
    .ad-upload-order .drag-drop button{
        width:82%;
    }
    .acc-commu-center button{
        width:100%;
    }
    .ad-acc-details h1{
        margin-left: -18px;
        margin-right: -15px;
    }
    .img-subtext{
        word-break: break-word;
    }
    .sec-padding .left-sec{
        padding: 0 !important;
        margin: 0;
    }
    .sec-padding .right-sec{
        padding: 5px 0px 0px 24px;
    }
    .slick-carousel .slick-item{
       /* width:180px !important;*/
    }
    .three-columns-line h3{
        font-size:23px;
    }
    .three-columns-line1 img{
        width:140px;
        margin:auto;
        display:block;
        margin-top:45px;
    }
    .last-card .minicardGroup-A{
       /* margin-left:52px;*/
    }
    .three-columns-line1 p{
        width: 100%;
        margin-bottom: 68px;
    }
    .line-top-sanofi{
        width:100% !important;
        margin-left:0 !important;
    }
    .line-divider{
        margin-left: -18px;
        margin-right: -37px;
    }
    .line-top-sanofi-acc{
        width:100%;
        margin-left: 16px !important;
    }
    .line-bottom-banner{
        margin-right: -18px;
    }
    #product-overview-carousel .carousel-prev {
        left: 2px;
        top: 144px;
    }
    .acc-numb img{
        width:19px;
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
}

@media screen and (min-width:1021px) and (max-width:1279px){
    .ad-acc-details h1{
        margin-left: -18px;
        margin-right: -16px;
    }
    .sec-padding .left-sec{
        margin-left: -16px;
        margin-right: 15px;
    }
    .ad-product-details .header-SearchBar{
        width:268px;
    } 
    .line-top-sanofi{
        width: 100%;
        margin-left: 0px !important;
    }  
    .line-top-sanofi-acc{
        width: 100%;
        margin-left: 0px !important;
    }
    .second-card .minicardGroup-A{
        margin-left: 67px;
    }
    .ad-order-button{
        margin-top: 86px !important;
        width:147px;
    }
    .ad-confirm-button{
        margin-top: 66px !important;
    }
    .ad-blue-button{
        /*width: 100%;*/
    }
    .line-divider{
        margin-left: -18px;
    }
    .acc-banner div{
        margin-left:0;
        width:100%;
    }
    .horizontal-banner{
        width:100%;
    }
    .line-bottom-banner{
        margin-right: -24px;
    }
    .square-banner{
        height:auto !important;
    }
    #product-overview-carousel .carousel-prev {
        left: 2px;
        top: 144px;
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
}
@media screen and (min-width:1400px) and (max-width:1440px){
    #product-overview-carousel .carousel-prev{
        left: -21px; 
    }
    #product-overview-carousel .carousel-next{
        top: 45%;
       right: -3% !important;
    }
    .ad-files-text{
        color:#0057a6;
    }
}


/*ACCOUNT OVERVIEW CHANGES ENDS*/

/* PRODUCT MONOGRAPH CHANGES START */

.firstLevel-loc label > a{
    color: #000;
}

.firstLevel-loc label > a:nth-child(2) {
    color: #337ab7;
    font-size: 12px;
}

.firstLevel-loc label > a:nth-child(2) img {
    width: 15px;
    height: 15px;
}

#accr-new .panel.panel-default:first-child .panel-heading {
    border-top: 1px solid #e5e9ec;
}


/* PRODUCT MONOGRAPH CHANGES ENDS */




/*acc statment css start*/
.logo-account {
    padding: 20px;
}
.statement-logo{
	float:left;
}
.statement-logo img{
	width:286px;
	height:39px;
	text-align:left;
	display:inline-block;
}
.pasteur-logo img{
	width:205px;
	height:24px;
	display:inline-block;
}
.spl-add a{
    font-family: "NotoSans";
    font-size: 12px;
}
.spl-add span{
    font-family: "NotoSans";
    font-size: 9px;
}
.spl-accno span:first-child{
    font-family: "NotoSansBold";
    font-size: 12px;
    color: #2a343f;
}
.spl-accno span{
    font-family: "NotoSans";
    font-size: 12px;
}
.spl #example2 th {
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: "NotoSans";
    text-align: center;
}
.spl #example2 td {
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: "NotoSans";
    text-align: center;
}
.spl #example2 td.comp-nam{
    font-family: "NotoSansBold";
    font-size: 12px;
}
#example2 tr {
    height: 40px;
}
#example2 tr:nth-child(even) {
    background-color: rgba(229, 233, 236, 0.4) !important;
    height: 40px;
}
#example2_filter,#example2_info{
	display:none;
}
.spl-ny{
    margin-top:30px;
}
.spl-ny p{
    margin-bottom:4px;
}
.spl-ny h3{
    font-size: 12px;
    font-family: "NotoSansBold";
    margin-top: 0;
    padding-left: 8px;
}
.spl-ny .table>thead>tr>th{
    border-bottom: none;
}
.spl-ny .table>thead>tr>th:first-child{
    font-weight: normal;
    font-family: "NotoSans";
}
.spl-ny .table>thead>tr>th,.spl-ny .table>tbody>tr>td {
    font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#fluPlaceOrderForm .modal-content.overlay {
		width: 100%;
	}
    .spl-accno{
        margin-bottom: 10px;
    }
    .spl-add a{
        font-size: 16px;
    }
    .spl-add span,.spl-ny p,.spl-ny .table>thead>tr>th,.spl-ny .table>thead>tr>td{
        font-size: 14px;
    }
    .spl-accno span,.spl-accno span:first-child,.spl-ny h3{
        font-size: 15px;
    }
    .spl-ny h3{
        margin-top:20px;
    }
    .spl-ny .table>thead>tr>th:first-child,.spl-ny .table>tbody>tr>td:first-child,.spl-ny h3{
        padding-left: 0;
    }
    .spl .childViewTable span{
        text-align: right;
    }
    #accountMenu-nav .healthCare-prof {
    background: url(../images/healthcare-logo.png) no-repeat 0px 2px;
    }
    
	.mobMenu-lang li a span.chevronIcon-down {
	    float: right;
	    transform: rotate(-90deg);
	    margin-top: 4px;
	    background: url(../images/down-arr.png) no-repeat;
	    width: 15px;
	    height: 12px;
	    display: inline-block;
	    background-size: 15px;
	}
	.mobMenu-lang li .accountUser_name {
	    display: table;
	    color: #73aed3;
	    margin-right: 30px;
	    vertical-align: middle;
	    height: 40px;
	    float: left;
	}
	a.accountUser_name+a {
    	float: right!important;
	}
	form#fluPlaceOrderForm {
	    padding: 0 15px;
	}
}
/*acc statment css start*/

/*Calander CSS*/

.calender .datepicker-days .table-condensed {
  margin: 0 0px;
  border-collapse: separate;
  border-spacing: 6px;
}
.calender .datepicker-days .table-condensed {
  max-width: 100%;
  background-color: transparent;
}
.calender .datepicker-days .table-condensed tr {
  border: 1px solid red;
}
.calender .datepicker-days .table-condensed th.datepicker-switch {
  font-size: 12px;
  font-family: "NotoSansBold";
  color: #2a343f;
  text-align: center;
}
.calender .datepicker-days .table-condensed th {
  font-size: 11px;
  font-weight: normal;
}
.calender .datepicker-days .table-condensed td {
  padding: 7px 9px;
  font-size: 12px;
  color: #2a343f;
  line-height: 18px;
  width: 22px;
  margin: 20px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color:#e5e9ec;
}
.calender .datepicker-days .table-condensed td:hover {
  color: #fff;
  background-color: #0055a8;
  border-radius: 4px;
}
.calender .datepicker-days .table-condensed td.day.active {
  border-radius: 4px;
  color: #fff;
  background: #0055a8;
}
.calender .datepicker-days .table-condensed td.old,.calender .datepicker-days .table-condensed td.new,.calender .datepicker-days .table-condensed td.disabled-date,.calender .datepicker-days .table-condensed td.disabled {
  color: #bfc4c8;
  background-color: transparent !important;
  /*visibility: hidden;*/
}
.calender .datepicker-days .table-condensed td.old:hover {
  color: #bfc4c8;
}
.calender .datepicker-days .table-condensed td.delivary-date {
  background-color: #e5e9ec;
  color: #2a343f;
}
.calender .datepicker-days .delivary label {
  color: #5b646e;
  font-size: 12px;
  font-family: "NotoSansBold";
}
.calender .datepicker-days .delivary input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: -1px 6px 0 0;
  box-sizing: border-box;
  padding: 0;
}
.calender .datepicker-days .delivary p {
  color: #73aed3;
  font-size: 11px;
  font-family: "NotoSansBold";
  margin-left: 29px;
}
.calender .datepicker-days .delivary .panel-heading {
  padding: 12px 0px;
}
.calender .datepicker.dropdown-menu {
  box-shadow: 0 0 8px 0px rgba(23, 114, 183, 0.2);
  left: -6px !important;
  top: 70px !important;
  padding: 0;
  margin: 0;
  border: 1px solid #d4d9de;
}
.calender .datepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 25%;
}
.calender .datepicker-dropdown-bottom-right:before {
  top: -8px;
  left: 25%;
}
.calender [class*="datepicker"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    text-align: center;
    left: 50%;
}
.calender [class*="datepicker"]:before {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #d4d9de;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -8px;
    text-align: center;
    left: 50%;
}
.calender [class^="icon-"],
.calender [class*=" icon-"] {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.calender .datepicker th.prev,
.calender .datepicker th.next {
  cursor: pointer;
}
.calender .datepicker-days thead tr:nth-child(1):after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
  top: 11%;
}
.calender .datepicker-days tbody:before, .calender .datepicker-days tbody:after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
}
.datepicker table thead tr:first-child th:hover {
  background: transparent;
}
.datepicker table td span{
  margin: 2px 9px;
}
.datepicker table td span.active{
  color: #fff;
  background-color: #0055a8;
  border-radius: 4px;
  font-size: 12px;
}

.calender .datepicker.datepicker-inline {
    width: 280px;
    position: absolute;
    z-index: 100;
    background: #FFF;
    display: none;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,.calender .datepicker-days .table-condensed td.disabled.day {
    background: transparent;
}

.calender .datepicker{
    box-shadow: 0 0 8px 0px rgba(23, 114, 183, 0.2);
    left: -96px !important;
    top: 52px !important;
    padding: 0;
    margin: 0;
    border: 1px solid #d4d9de;
}

.calender .datepicker.datepicker-inline {
    left: 34px !important;
}


.delivary-details .form-horizontal .errorFields > input[type="text"],.shiptoDropdown.errorFields button,#location-select.errorFields{
    border: 1px solid #de1848!important;
}
.errorCheckoutMsg{
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -16px;
    left: 0;
    display: none;
}


.sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader{
	display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}


.cart-header{
display: inline-block;
width: 100%;
border-bottom: 1px solid #d4d9de;
padding-bottom: 12px;
}

/*lang selector css starts*/
.lang_sel {
    position: relative;
    width: 100px;
    background: #2a343f;
    display: inline-block;
}

.lang_sel .sanofi-dropdown-primary .form-control.btn:hover{
    color: #0057a6!important;
    text-decoration: underline;
    border-radius: 0;
    padding-left: 26px;
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
    
}
.lang_sel .sanofi-dropdown-primary.open{
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
}
.lang_sel .sanofi-dropdown-primary.open .btn-default.dropdown-toggle{ 
    color: #0057a6!important;
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
}
.lang_sel .sanofi-dropdown-primary{
    margin-bottom: 0;
    padding: 0 14px 0 10px;
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu{
    width: 190px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn {
    width: 100px;
    height: 40px;
    background: url(../images/globe.png) no-repeat 8px 14px!important;
    color: #fff;
    font-size: 11px;
    margin-top: 0px;
    left:-10px;
    border: none;
    font-family: "NotoSansBold";
    padding-left: 26px;
}
.lang_sel .sanofi-dropdown-primary:focus {
    border: none;
}

.lang_sel .pdp-dropdown {
    width: 100px;
}

.lang_sel .sanofi-dropdown-primary ul li {
    font-size: 11px;
    width: 190px;
    height: 30px;
    text-decoration: none;
    color: #0057a6;
    font-weight: normal;
    font-family: "NotoSans";
    background: #fff;
   
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li {
    padding: 13px 20px;
    color: #0057a6;
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li:hover{
    background: url(../images/checkmark-blue.svg) no-repeat right center;
}
.lang_sel .globe {
    float: left;
    margin-top: 11px;
}

.lang_sel .sanofi-dropdown-primary .form-control.btn .dropdown-arrow {
    background: url(../images/down-arr.png) no-repeat;
    top: 18px;
    right: 0px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn:hover .dropdown-arrow{
    background: #fff url(../images/icons/chevron-down.png) no-repeat -7px -11px;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
}
.lang_sel .sanofi-dropdown-primary.open .form-control.btn .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
    position: absolute;
    top: 14px;
    right: 8px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn:hover .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
    position: absolute;
    top: 14px;
    right: 8px;
}
.lang_sel .sanofi-dropdown-primary.open .form-control.btn .dropdown-arrow{
	transform: rotate(180deg);
}
.lang_sel ul.dropdown-menu {
    left: -25px;
}

#lang-form ul li{
	height:44px;
	padding: 12px 0;
}

.mobMenu-lang li:first-child{
    border-top: none;
}
.mobMenu-lang li{
    width: 100%;
    height: 44px;
    padding: 12px;
    background: #2a343f;
    border-top:1px solid #13181d;
    /* display: none; */
}
ul.mobMenu-lang {
    position: fixed;
    bottom: 0;
    width: 100%;
    left:0;
}
.mobMenu-lang li a{
    color: #ffffff;
    font-family: "NotoSansBold";
}

.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li:hover,.lang_list ul li:hover{
	background:url(../images/checkmark-blue.svg) no-repeat right center;
} 

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
/*lang selector css ends*/


/* session expiry pop up*/
#sessionPopup .modal-footer .btn+.btn{
    margin-left: 0;
    margin-top: 10px;
}

#sessionPopup .modal-body,#sessionPopupExtd .modal-body{
    margin-bottom: 10px;
}

#sessionPopup.popup-comp .modal-header,#sessionPopupExtd.popup-comp .modal-header {
    min-height: 86px;
    height: auto;
}

#sessionPopup,#sessionPopupExtd{
    padding-right: 17px!important;
    padding-left: 17px!important;
}

#sessionPopup .modal-body span,#sessionPopupExtd .modal-body span{
    font-family: "NotoSans";
    font-size: 14px;
    font-weight: normal;
    color: #5b646e;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

/*select dropdown css start here*/
.sanofi-dropdown-primary.dd-role, .sanofi-dropdown-primary.dd-hint, .sanofi-dropdown-primary.practiceFacility, .sanofi-dropdown-primary.shippingState{
	    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
    width: 306px!important;
    left:0;
}
.sanofi-dropdown-primary.dd-role {
	width: 286px!important;
}
.accountCreating .sanofi-dropdown-primary.dd-role ul.dropdown-menu,
.accountCreating .sanofi-dropdown-primary.dd-hint ul.dropdown-menu,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	border:0;
}
.dd-role.bootstrap-select .dropdown-menu,
.dd-hint.bootstrap-select .dropdown-menu,
.practiceFacility.bootstrap-select .dropdown-menu,
.shippingState.bootstrap-select .dropdown-menu{
	padding:0;
	width: 300px;
	max-height: auto !important;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu li,
.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu li{
	/* padding: 13px 12px;*/
	padding: 0;
	margin-left:11px;
	top:1px;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu li a,
.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li a,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li a,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu li a{
	 /*padding: 13px 0px;*/
	   padding: 13px 12px 13px 4px;
}
.dd-role .dropdown-menu>li>a:focus, .dd-role .dropdown-menu>li>a:hover,
.dd-hint .dropdown-menu>li>a:focus, .dd-hint .dropdown-menu>li>a:hover,
.practiceFacility .dropdown-menu>li>a:focus, .practiceFacility .dropdown-menu>li>a:hover,
.shippingState .dropdown-menu>li>a:focus, .shippingState .dropdown-menu>li>a:hover{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dd-role .dropdown-menu>.active>a, .dd-role .dropdown-menu>.active>a:focus, .dd-role .dropdown-menu>.active>a:hover ,
.dd-hint .dropdown-menu>.active>a, .dd-hint .dropdown-menu>.active>a:focus, .dd-hint .dropdown-menu>.active>a:hover,
.practiceFacility .dropdown-menu>.active>a, .practiceFacility .dropdown-menu>.active>a:focus, .practiceFacility .dropdown-menu>.active>a:hover,
.shippingState .dropdown-menu>.active>a, .shippingState .dropdown-menu>.active>a:focus, .shippingState .dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dd-role .btn-default.active, .dd-role .btn-default:active, .dd-role .open>.dropdown-toggle.btn-default, .dd-hint .btn-default.active, .dd-hint .btn-default:active, .dd-hint .open>.dropdown-toggle.btn-default, .practiceFacility .btn-default.active, .practiceFacility .btn-default:active, .practiceFacility .open>.dropdown-toggle.btn-default, .shippingState .btn-default.active, .shippingState .btn-default:active, .shippingState .open>.dropdown-toggle.btn-default {
    color: inherit;
    background-color: transparent;
}

.dd-role li:first-child, .dd-hint li:first-child, .practiceFacility li:first-child, .shippingState li:first-child{
    display: none;
}

.dd-role .btn-default:hover, .dd-hint .btn-default:hover, .practiceFacility .btn-default:hover, .shippingState .btn-default:hover {
    color: inherit;
    background-color: transparent;
}

.dd-role .btn-default, .dd-hint .btn-default, .practiceFacility .btn-default, .shippingState .btn-default {
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 11px 24px 11px 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de!important;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.dd-role li, .dd-hint li, .practiceFacility li, .shippingState li {
    font-size: 12px;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.dd-role li a, .dd-hint li a, .practiceFacility li a, .shippingState li a{
    padding: 0;
}

.dd-role .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .dd-hint .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .practiceFacility .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .shippingState .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.dd-role li:last-child, .dd-hint li:last-child, .practiceFacility li:last-child, .shippingState li:last-child{
    border:0;
}
.dd-role div.dropdown-menu {
    /* padding: 0; */
    height: 560px!important;
   
}
 .dd-hint div.dropdown-menu,.practiceFacility div.dropdown-menu,.shippingState div.dropdown-menu{
 	height:250px!important;
 }
.dd-role div.dropdown-menu div#mCSB_1_container, .dd-hint div.dropdown-menu div#mCSB_1_container, .practiceFacility div.dropdown-menu div#mCSB_1_container, .shippingState div.dropdown-menu div#mCSB_1_container {
    width: 95%;
}
.dd-role div.dropdown-menu div.open, .dd-hint div.dropdown-menu div.open, .practiceFacility div.dropdown-menu div.open, .shippingState div.dropdown-menu div.open {
    overflow: hidden!important;
    height: 100%!important;
}
.dd-hint .dropdown-menu li a span.text,.dd-role .dropdown-menu li a span.text,.practiceFacility .dropdown-menu li a span.text,.shippingState .dropdown-menu li a span.text {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.dd-role .mCSB_inside>.mCSB_container,.dd-hint .mCSB_inside>.mCSB_container,.practiceFacility .mCSB_inside>.mCSB_container,.shippingState .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu, .sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	max-height:inherit;
}
.dd-role .dropdown-toggle .caret, .dd-hint .dropdown-toggle .caret, .practiceFacility .dropdown-toggle .caret, .shippingState .dropdown-toggle .caret {
    margin-top: 0;
    background: url(../images/icons/chevron-down.png) no-repeat -4px -7px;
    width: 15px;
    height: 12px;
    background-size: 18px;
    float: right;
    position: absolute;
    top: 17px;
    border-top: 0;
    border-bottom: 0px;
    right: 12px;
}
.sanofi-dropdown-primary ul.dropdown-menu.my_scroll li {
    padding: 13px 20px 13px 12px;
    } 
/* .sanofi-dropdown-primary.dd-role ul.dropdown-menu li:hover,.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li:hover,.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li:hover,.sanofi-dropdown-primary.shippingState ul.dropdown-menu li:hover {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 225px center;
} */
.dd-role.btn-group>.dropdown-toggle:not(:first-child),.dd-hint.btn-group>.dropdown-toggle:not(:first-child),.practiceFacility.btn-group>.dropdown-toggle:not(:first-child),.shippingState.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*select dropdown css end here*/

/*****pay-online invoice buttons ***/
.btnnewcancel{
	/*width: 120px;
    border: 2px solid #e6e6e6;
    color: #fff;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
	border-radius:4px;*/
	width: 120px;
    border: 2px solid #0057a6;
    color: #0057a6;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
    background-color:#fff;
    border-radius:4px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 20px;
    float: right;
}

.btnnewcancel:enabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.btnnewcontinue{
    width: 150px;
    border: 2px solid #0057a6;
    color: #fff;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
    background-color: #0057a6;
    margin-left: 12px;
    border-radius:4px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 20px;
    float: right;
}

.btnnewcontinue:enabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

#example1 tr:nth-child(even) {
    background-color: rgba(229, 233, 236, 0.4) !important;
    height: 40px;
}

.creditDisplayTable#example1 .sanofi-dropdown-sec{
    margin-top: 0;
    margin-bottom: 0;
}

.creditDisplayTable#example1 .sanofi-dropdown-sec .form-control.btn{
    margin-top: 8px;
}

.commonDateDiv{
	position: relative;
}
.dateError{
    display: none;
	color : #de1848; 
}

.delivary-details .form-horizontal .errorFields > input[type="text"],.shiptoDropdown.errorFields button,.errorFields > input[type="text"]{
    border: 1px solid #de1848!important;
}
.errorCheckoutMsg{

    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
} 

.calender .datetimepicker-days .table-condensed td.disabled {
    color: #bfc4c8;
    background-color: transparent !important;
    bottom: -16px;
    left: 0;
    /* display: none; */
} 

.delivary-details.cart-delivery-date{
	width : 240px;
}
.sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader{
	display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading {
    padding: 28px 0px 16px 0px;
    border-radius: 0;
    margin: 0;
    clear: both;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc{
	display:inline-block;
	width:100%;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .light-color > span{
	float:right;
	width:91%;
}


.cartShipToHeader .light-color > span{
	/*float:right;*/
	width:90%;
}

.creditDisplayTable .sanofi-dropdown-sec ul.dropdown-menu{
	margin-top: 0!important;
    margin-left: 0!important;
    top: 36px!important;
    max-height: 207px!important;
    height: auto!important;
    padding: 0!important;
}
.product_trash.cart_del_popup {
    font-size: 12px;
    margin-bottom: 30px!important;
}
.creditDisplayTable .sanofi-dropdown-sec ul.dropdown-menu .mCSB_inside>.mCSB_container{
	margin-right:0;
}
.financial-statement-table.order-history-table{
	padding: 0;
}

.financial-statement-table #example{
	margin: 0;
}
.checkout .left-section .checkout-details.cartmain p,.checkout .left-section .checkout-details .popover-content p.product_trash {
    margin-top: 0;
    margin-bottom: 16px;
}


.online-invoices .creditDisplayTable span.checkmark {
    top: 0;
}

.inputNonEditable{
	background: transparent;
    border: 0;
}

.inputNonEditable.credit_amt {
    width: 100%;
}


td.invoiceDropdown .dropdown-menu{
	margin-top:0!important;
	margin-left:0!important;
	width:100%!important;
	top: auto;
}

td.invoiceDropdown .sort-by-region{
	margin-bottom: 4px;
	margin-top:4px;
}

td.invoiceDropdown .dropdown-menu .inner{
	max-height:200px;
	height:auto;
}

td.invoiceDropdown .dropdown-menu.inner li:first-child{
	display:none;
}

td.invoiceDropdown a:hover{
	color:#5b646e!important;
}

td.invoiceDropdown .dropdown-menu>.active>a,td.invoiceDropdown .dropdown-menu>.active>a:focus,td.invoiceDropdown .dropdown-menu>.active>a:hover{
	background:transparent;
}

td.invoiceDropdown .inner.open{
	overflow:hidden!important;
}

td.invoiceDropdown button{
	height: 28px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}
.invoiceDropdown .dropdown-menu li a {
    display: inline-block;
    width: 100%;
}
.amount-to-pay {
    height: 28px;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px 0 #d4d9de;
    border: solid 1px #d4d9de;
    padding-left: 10px;
}

#applyCreditsTable{
       margin-top:30px;
       width:100%;
}
#applyCreditsTable th,td{
       border-right:1px solid #fff;
       padding: 0 8px;
}
#applyCreditsTable tr{
       height:40px;
}
#applyCreditsTable tr:nth-child(even){
       background-color:rgba(229, 233, 236, 0.4) !important;
       height: 40px;
}
#applyCreditsTable td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
	vertical-align: top;
}
#applyCreditsTable .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}
#applyCreditsTable .dropdown:hover .dropdown-content {display: block;}

#applyCreditsTable .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#applyCreditsTable_filter,#applyCreditsTable_info{
	display:none;
}

.ad-product-details .cart-location{
	display:none;
}

.ad-product-details .row.three-columns{
	display:none;
	margin-top:10px;
}

#account_invoice_financials td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
}

#account_invoice_financials .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}



.influenza-step1 .season{
    display: block;
    margin-left: 0;
    color:#73aed3;
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    margin-top:-1px;
}
.influenza-step1 .flusave {
    margin-top: 22% !important;
    margin-right: 0% !important;
    margin-bottom: 15px;
}
.influenza-step1 .flusave a {
    margin-left: 16% !important;
    color: #0057a6;
} 

.cart-left .checkout-details h4{
    font-size: 16px;
    color: #0057a6;
    line-height: 21px;
    display: inherit;
    letter-spacing: 0.5px;
    font-family: "Poppins-Medium";
} 
.influenza-step1 .prodno{
	margin-left: 79px !important;
    /*margin-top: -20px !important;*/
}
.influenza-step1 .left-section .pl{
	padding-left:20px;
}
.influenzastep1new .left-section .panel-body {
    padding: 25px 0px 2px 0px !important;
}
.influenza-step1 .mrl0{
	margin-right:0;
	margin-left:0;
}
#account_invoice_financials .dropdown:hover .dropdown-content 
{
	display: block;
}

#account_invoice_financials .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#account_invoice_financials_filter,#account_invoice_financials_info{
	display:none;
}

#account_invoice_financials .dropdown-menu{
    margin-top: -41px;
    margin-left: -185px;
    width: 186px;
    max-height: 132px;
    border: 1px solid #e5e9ec;
}
#account_invoice_financials ul li{
    border-bottom: 1px solid #e5e9ec;
    padding: 13px 0px 12px 12px;
    margin: 0 7px 0 7px;
    font-size: 12px;
}

#account_invoice_financials{
	/* margin-top:13px;*/
 }
 #account_invoice_financials th,td{
	 border-right:1px solid #fff;
 }
 #account_invoice_financials tr{
	 height:40px;
 }
 #account_invoice_financials tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}

#account_invoice_financials .ad-date {
    width: 100px !important;
}
#account_invoice_financials .ad-invoice {
    width: 170px !important;
}
#account_invoice_financials .ad-order {
    width: 120px !important;
}
#account_invoice_financials .ad-invoice {
    width: 170px !important;
}
#account_invoice_financials .ad-amount-due {
    width: 150px !important;
}
#account_invoice_financials .glyph-three-dots{
	width:40px!important;
}

@media only screen and (width: 768px){
	#accountMenu-nav .healthCare-prof {
	    width: 210px;
	}
}
@media screen and (max-width: 768px) and (min-width: 319px)
{
	#orderhistoryfilterform .filterByTitle{
		display:block;
	}
	#leftCont-rightNav #fluPlaceOrderForm > section.left-section{
		
		border-right:none!important;
	}
	#orderhistoryfilterform .aoh #filter-by .filterByGroup .filterByTitle{
		margin-bottom: 0!important;
	}
	.ship-to-checkout h5.dark-color {
		width: 100%!important;
		min-height: auto;
		margin-bottom: 15px!important;
	}
	.ship-to-checkout {
		margin-top: 15px;
		margin-bottom:10px;
	}
	.sm-float-left p{
		margin-top:15px!important;
	}
	.mini-card .minicardGroup-B{
		height:191px!important;
	}
	.product-details#leftCont-rightNav{
		padding-bottom:25px;
	}
}


#loading-order .reserve-text,#loading-request .reserve-text {
    font-family: 'Poppins-medium';
    font-size: 20px;
    color: #0057a6;
    font-weight: 500;
    text-align: center;
    padding-top: 45px;
}
#loading-order .progress2,#loading-request .progress2 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); */
}
#loading-order .progress-moved .progress-bar2,#loading-request .progress-moved .progress-bar2 {
    width: 99%;
    background-color: #EF476F;
    animation: progressAnimation 6s;
}
#loading-order .progress-bar2,#loading-request .progress-bar2 {
    height: 4px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#08afff, #0057a6);
    transition: 0.4s linear;
    transition-property: width, background-color;
}
.invoice-paymentreview .order-history-table .dropdown-menu{
	height:auto;
	font-size:12px;
}
.invoice-paymentreview div.dd-cardNumber div.dropdown-menu{
	width:100% !important;
}
.invoice-paymentreview .light-line {
    border-bottom: 4px solid #edf6fb !important;
}
.invoice-paymentreview .bootstrap-select>.dropdown-toggle{
	font-size:12px;
}

.invoice-paymentreview .btn-default.active.focus, .invoice-paymentreview .btn-default.active:focus, .invoice-paymentreview .btn-default.active:hover, .invoice-paymentreview .btn-default:active.focus, .invoice-paymentreview .btn-default:active:focus, .invoice-paymentreview .btn-default:active:hover, .invoice-paymentreview .open>.dropdown-toggle.btn-default.focus, .invoice-paymentreview .open>.dropdown-toggle.btn-default:focus, .invoice-paymentreview .open>.dropdown-toggle.btn-default:hover{
	background-color: #fff;
} 
.invoice-paymentreview .btn-group-vertical>.btn.active, .invoice-paymentreview .btn-group-vertical>.btn:active, .invoice-paymentreview .btn-group-vertical>.btn:focus, .invoice-paymentreview .btn-group-vertical>.btn:hover, .invoice-paymentreview .btn-group>.btn.active, .invoice-paymentreview .btn-group>.btn:active, .btn-group>.btn:focus, .invoice-paymentreview .btn-group>.btn:hover{
	background-color:#fff;
}
.invoice-paymentreview .online-invoices .sort-by-region{
	width: 217px;
    height: 28px;
    margin-top: 7px;
}

.invoice-paymentreview .online-invoices .sort-by-region.custom-selectpay {
    margin-bottom: 15px;
}
#applyCreditsTable td{
	padding-top:12px !important;
}


.pageLabel-saveOrder .item-numb{
	width:auto;
}
.pageLabel-saveOrder .savedorder{
	padding-left:0;
	padding-right:0;
}
.pageLabel-saveOrder .middle-row{
	margin-top:63px;
}
.cartIconleft {
    background: url(../images/icons/cart.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 16px;
}
.edit-saved-cart .add-to-cart #cart-value1 {
    padding-top: 17px;
}

.custom-select-mail select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width:288px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.custom-select-mail .select-selected{
	padding: 6px 42px 6px 12px;
}

.custom-select-mail .select-items{
	padding:0;
}
.commonFiledsError{
	position:relative;
}

.commonFiledsError .common-error {
    display: inline-block!important;
        font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
    bottom: -16px;
    line-height: 9px;
}

.commonFiledsError .form-control,.commonFiledsError .select-selected{
border: 1px solid #de1848;
}

.top-pagination p{
	text-align: right;
    padding-right: 9px !important;
    padding-top: 6px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.cart_session_value_added {
	    padding: 8px 8px 8px 8px!important;
	    left: -80px!important;
	}
	
	.cart_session_value_added>.arrow {
	    top: -11px!important;
	    left: 78%!important;
	}
	.checkout .accordion-img{
		margin: 0 6px 0 0px!important;
	}
	.multi-image-selector .popup-comp .modal-dialog {
	width: 100% !important;
	}
}

@media only screen and (min-width: 371px) and (max-width: 767px) {
	.cartShipToHeader .light-color > span {
	    width: 87%;
	}
	.reg-login {
	display: none;
	}
}

.pt-half{
    padding-top: 1rem;
}

#added-to-cart, .added-to-cart{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 179px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: 50px;
    left: -56px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}
.added-to-cart{
	left: 25px;
    display: block;
    width: 215px;
}
#added-to-cart >.arrow , .added-to-cart >.arrow{
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.25);
    top: -11px;
    position: absolute;
    left: 50%;
}

#added-to-cart >.arrow:after,.added-to-cart >.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    top: 1px;
    position: absolute;
    left: -11px;
}

#added-to-cart > img, .added-to-cart > img{
    float: left;
    margin: 1px 0 0 0;
}

#added-to-cart > span, .added-to-cart > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
}
.added-to-cart > span{
	margin-top: 8px;
}

#timeFrame + .select-selected, #orderStatus + .select-selected {
    margin: 0;
}

.commonDateDiv .delivary-details .calender input[type="text"]{
	    width: 178px;

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.commonDateDiv .delivary-details .calender input[type="text"]{
	    width: 144px;
	}
}
.childViewTable #sort-by-region .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px;
}

.childViewTable #sort-by-region span{
	width:auto;
}

.childViewTable #sort-by-region .dropdown-menu{
    margin-top: 0px !important;
    margin-left: 0px !important;
    top: 100%!important;
    width: 100%!important;
}

.childViewTable #sort-by-region .dropdown-menu li:first-child{
	display:none;
}
.preference-right{
	float:right!important;
}

.pdp-dropdown.acc-dropdown .tab-link a {
    padding: 0;
}

.right-align
{
	float: right!important;
}


@media screen and (max-width: 480px) and (min-width: 320px){
	form#updateShippingAddress .locnewselect {
	    margin-left: 0px;
	    width: 100%;
	}
}

@media screen and (max-width: 768px) and (min-width: 320px)
{
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc .cart-delivery-date label {
	    margin: 12px 17px 0px 0px !important;
	    float: left;
	    width: 50%;
	}
		
	.oi-titlerow .userText p {
	    text-align: left;
	}
	
	#creditform .childViewTable .panel{
		    background: transparent;
    box-shadow: none;
    border: 0;
	}
	
	.online-invoices #creditform label > span.checkmark{
		top:3px;
	}
	.mini-card .miniCard-img img {
	    width: 100%;
	    max-height: 120px;
	}
	
	.mini-card .minicardGroup-B .unit-calc > .units-price .price-total {
	    font-size: 14px!important;
	}
}

@media only screen and (min-width: 768px) {
.invoicesTable .radio_grp{
	position: relative;
}

.invoicesTable .radio_grp > input{
	top: 30%;
    margin: 0;
    position: absolute;
}

.invoicesTable .radio_grp > span{
    top: 28%;
    position: absolute;
    left: 12%;
}

.invoicesTable td{
    position: relative;
    height: 52px!important;
}
}
.invoiceValueError{
 	display: none;
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    left: 8px;
    background: transparent;
    bottom: 5px;
    line-height: 9px;
}
.creditDisplayTable td{
	height:52px!important;
	position:relative;
}

#sanofiOnlinePayInfoForm .radio_grp label {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    width:54.4%;
    height:auto;
    font-weight:700;
}

#creditform .commonRow,#sanofiOnlinePayInfoForm .commonRow:last-child{
	position: relative;
    height: 35px;
}

#creditform .commonRow > span,#sanofiOnlinePayInfoForm .commonRow > span{
    position: relative;
    height: 100%;
}
#creditform .commonViewTable {
	margin-top: 3%;
}
#creditform .commonRow .invoiceValueError,#sanofiOnlinePayInfoForm .commonRow .invoiceValueError{
	width: 100%;
	left: 0;
	display:none;
}

@media screen and (min-width:319px) and (max-width:768px){
#creditform .commonRow .invoiceValueError,#sanofiOnlinePayInfoForm .commonRow .invoiceValueError{
    top:33px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
	#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
		display: block;
	}
}
@media screen and (min-width: 1024px)
{
	#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
		display: block;
	}
	.saved-orders .left-section{
	    min-height: 465px!important;
	    border-bottom: 0!important;
	}
	
	.acc-overview #myInputautocomplete-list{
		left: 6px;
		margin-left: 0;
		top: 161px;
	}
}
@media screen and (min-width: 1024px)
{
	.saved-orders .left-section{
	    min-height: 465px!important;
	    border-bottom: 0!important;
	}
	
	.acc-overview #myInputautocomplete-list{
		left: 6px;
		margin-left: 0;
		top: 183px;
	}
}

.acc-overview .paddingSavedCart .ad-product-details {
	padding-left:20px !important;
	padding-right: 11px !important;
}

.emptyCart .ad-product-details {
	padding-left:0px !important;
	padding-right: 0px !important;
}
.checkout .ad-product-details.quick_order {
    padding-left: 32px;
    padding-right: 32px;
    border-bottom: 1px solid #e5e9ec
}
@media screen and (min-width:319px) and (max-width:767px){
.pdp-dropdown .orderemail .dropdown-menu{
    width: 295px;
}
}
@media only screen and (max-width: 480px)
{

	.filterByGroup.commonDateDiv.dateRangeDiv{
		display:inline-block;
	}
	.dateRangeDiv .delivary-details{
		width:50%!important;
		margin-right:0;
		text-align:left;
		float:left;
	}
	
	.commonDateDiv.dateRangeDiv .delivary-details .calender input[type="text"] {
	    width: 90%;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker.dropdown-menu{
		left: -106px !important;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker-dropdown-bottom-right:before {
	    top: -8px;
	    left: 60%;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker-dropdown-bottom-right:after {
	    top: -6px;
	    left: 60%;
	}
	
	#productList-area #filter-by .filterByGroup{
		border-top:0;
	}
	
	#productList-area .select-items{
		max-width:100%;
	}
	
	#productList-area .select-items > div{
		padding-left: 4px;
	}
	
	#productList-area .control-group > label{
	font-weight:100;
	}
	
	#productList-area .sanofi-dropdown-sec{
		text-align:left;
		font-family:'NotoSans';
	}
	
	#productList-area #browse-category {
	    padding: 10px;
	    border-bottom: 4px solid #edf6fb;
	    height: 108px;
	}
}

.has-error{
	color: #de1848!important;	
	}

.account-section .ad-upload-order{
	padding-left:32px;
	padding-right:32px;
}
.account-section-content #main-container{
	margin-left:-20px;
}
.account-section-content .save-document {
	margin:70px 0 0 0 ;
	width:auto;
}
.account-section-content .product-price{
	margin-top:-32px;
}
.account-section-content .checkout-details .unitCount-comp{
	margin-top:-20px;
}
.account-section-content .ad-product-details{
	padding-top:14px;
}
.account-section-content .ad-product-details .header-SearchBar{
	width:326px !important;
}
.testcart .edit-saved-cart .add-to-cart #cart-value1{
	padding-top:5px;
}
.ordercontact-label {
    font-size: 12px;
    color: #5b646e;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "NotoSansBold";
    width: 100%;
    display: inline-block;
}
#myQuickInputAccount::-ms-clear{
display:none;
}
#myQuickInput::-ms-clear{
display:none;
}


#placeOrderForm{
	border-right: 4px solid #edf6fb;
}

#btn-bank, #btn-cc{
	display:none;
}
.paymentname{
	padding-left: 5px;
    padding-bottom: 10px;
}
.invoice-paymentreview .oi-table-title{
	padding-left:14px;
}
@media screen and (min-width:319px) and (max-width:767px){
.reviewpayname span{
	display: block;
    margin-left: 0 !important;
}
.reviewpayname{
	padding-left: 4px;
}
}

#sort-by-checkout{
    width: 260px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
}


.reserve-btn-qckOrder{
	 width: 103px;
	 display:none;
}

.reserve-btn-qckOrder input[type="button"]{
	 padding: 6px;
	 width:auto!important;
	 margin-left:0;
	 margin-top:0;
}

.ad-product-details p.product-discontinued-txt1 {
    margin: 0px 0 0px 20px;
}
.prd-availability {
	display :none;
	width: 100%;
    float: left;
}
.product-discontinued-txt2,.ad-product-details .prdct-unAvlble {
    font-size: 12px;
    color: #de1848;
    font-family: "NotoSansBold";
    line-height: 25px;
    margin: -3px;
    margin-left: 20px;
}
.edit-save-option .cart-edit-rename + .popover {
    max-width: 260px;
    padding: 20px 18px 13px 18px;
}
.edit-cartsave .edit-save-option .cart-edit-rename + .popover {
    max-width: 326px;
}
.edit-cartsave .save_rename .edit-save-option .cart-edit-rename + .popover {
    max-width: 326px;
}

.edit-cartsave .savedcartpop .Fields-input {
    margin-bottom: 20px;
    padding: 5px 10px;
}
.white-button.btn_over:hover,.white-button.btn_over:active,.white-button.btn_over:focus{
    /*background: #FFF;
    color: #0057a6!important;
    border-color: #0057a6!important;*/
}
.white-button.blue_white:hover,.white-button.blue_white:active,.white-button.blue_white:focus{
	background: #0057a6!important;
    color: #FFF!important;
    border-color: #0057a6!important;
}

/* .savings-total button:hover a, .savings-total button:hover, .confirm-order button:hover a, .confirm-order button:hover, .rename-opt .trash.save-cart + .popover .popover-content .btn:hover {
    background: #0057a6!important;
    color: #fff!important;
} */


.shipToMsg{
	display: none;
	font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -14px; 
    left: 0;
}

.shipToError input.Fields-input {
    border: 1px solid #de1848;
}

.shipToError .shipToMsg {
   	display:block;
}

.invoice-view button {
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

tr td.darkblue button{
    color: #0057a6 !important;
}

.two-line-text{
	width:610px;
}

.order-no{
	padding-top:20px;	
}

.cartShipToHeader .light-color > span {
    float: right;
    width: 92.8%;
}

@media screen and (min-width:319px) and (max-width:767px){
	.flunopadding .new-res{
		padding:0;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.new-res-heading{
	    padding: 17px 12px 10px 12px;
	}
	.new-res ul li{
	        padding: 0px 12px 0px 12px;
	}
	
	.savedCartProducts #myInputautocomplete-list,.cartProductSaveDetails #myInputautocomplete-list{
		position: relative;
    	left: -10px!important;
    }
	
	#myInputautocomplete-list .mCustomScrollBox {
	    position: relative;
	    max-height: 152px!important;
	    height: auto;
	}
	
	.float-right.logo-account {
        float: right!important;
    }
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 99%!important;
	}
	
}


.btnpaymentinvoice{
	display:none
}
.btnpaymentinvoicecredit
{
	display:none
}

#sanofiOnlinePayInfoForm .ad-files-text{
	margin-top: -46px;
    width: 100%;
}

#sanofiOnlinePayInfoForm .ad-files-text a:not(:first-child):not(:last-child){
	margin-right:8px
}

#applyCreditsTable th:nth-child(6){
	width:361px!important;
}

.influenza-step1 .mr10 {
    margin-right: 0;
    margin-left: 0;

}

#creditform .invoiceDropdown ul li{
padding:0;
}
#creditform .invoiceDropdown ul li a{
    padding: 13px 0px 13px 12px;
}



.credit-steps .ad-files-text.open_in_voice{
	margin-bottom:8px;
	color:#0057a6;
	margin-top:6px;
}
.ordercontact-label > img {
    width: 16px;
    height: 16px;
    margin-top: -2px;

}
.product_trash-new{
	padding-bottom:10px;
}


/*accessibility style start here*/
/*screen reader only style start here*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}
/*screen reader only style end here*/

/*top nav style start here*/
#accountMenu-nav .myAccount-menu > ul > li.access-menu-active {
    background: #ffffff;
    color: #0057a6!important;
    font-weight: bold;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active a{
        color: #0057a6;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active .chevronIconWhite{
    display: none;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active .chevronIcon{
    display: inline-block;
}
/*top nav style end here*/
/*skip nav style start here*/
.skipnav-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.skipnav-invisible.skipnav-focusable:active,
.skipnav-invisible.skipnav-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
/*skip nav style end here*/
.titletext1 {
    font-family: 'NotoSansBold';
    background-color: #73aed3;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 4px;
    margin-left: -36px;
    margin-right: -32px;
    font-size: 12px;
    margin-top: 1px;
}
.order-detail h2 {
  font-family: 'Poppins-medium';
  font-size: 20px;
  font-weight: 500;
}
.order-history-table .headingtext12px {
  color: #73aed3;
  font-family: 'NotoSansbold';
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.wid100per {
    width: 100%;
    cursor: pointer;
}

/*tab nav style start here*/
.statement_tab .table-new h3{
    font-size:16px;
    color:#2a343f;
    font-family:'Poppins-medium';
}
.statement_tab .table-new span{
    font-size:12px;
    color:#5b646e;
    display:block;
    padding-top:12px;
}
/* .statement_tab button{
    width:125px;
    height:44px;
    background-color:#0057a6;
    color:#fff;
    font-size:12px;
    font-family:'NotoSansBold';
    border:3px solid #0057a6;
    border-radius:3px;
    margin-top: 20px;
} */
.statement_tab .viewbtn{
    margin-right: 38px;
}
.statement_tab .statebtn{
    width:229px;
}
.statement_tab .newbtn-wtimg
{
	padding-top:4px;
}
/*tab nav style end here*/
#noReuslt-found{padding: 10px 0px; margin: 0px;}
.new-res-heading{
    color: #5b646e;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-family: "Poppins-Medium";
    line-height: 24px;
}

.cart-left .checkout-details h4{
    font-size: 16px;
    color: #0057a6;
    line-height: 21px;
    display: inherit;
    letter-spacing: 0.5px;
    font-family: "Poppins-Medium";
} 
.noborder{border: none;}
/*accessibility style end here*/

.hundred-percent{
width:100%;


}



.support-time {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

@media screen and (min-width:319px) and (max-width:600px){
    .threesec-product{
    margin-top:18px;
    }
	.threesec-product .table thead{
	width:50%;
	display:inline-block;
	}
	.threesec-product .table th{
	padding: 8px 0 10px 0 !important;
	}
	.threesec-product .table td{
	padding: 8px 0 10px 0 !important;
	}
	.threesec-product .table>thead>tr>th{
	display:inline-block;
	width:100%;
	}
	.threesec-product .table tbody{
	width:50%;
	display:inline-block;
	}
	.threesec-product .table>tbody>tr>td{
	display:inline-block;
	width:100%;
	}
	.threesec-product .table{
	margin-bottom:0;
	}
	.purchasenum{
	float:none !important;
	margin-top:-38px;
	}
	.checkout .print-preview .purchasenum p{
	text-align: left !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    line-height:9px !important;
	}
}
 
@media screen and (min-width:601px) and (max-width:800px){
.threesec-product{
	margin-left:10%;
	margin-top:0%;
}
.purchasenum{
	margin-top:-16px;
}
.checkout .print-preview .purchasenum p{
	line-height:7px !important;
}
}
@media screen and (min-width:801px) and (max-width:1030px){
.threesec-product{
	margin-left:3%;
	margin-top:0%;
}
}

ul.pagination>li.pagination-prev > a.plpDisable,ul.pagination>li.pagination-next > a.plpDisable {
	background: #bfc4c8!important;
}

ul.pagination>li.pagination-prev > a.plpEnable,ul.pagination>li.pagination-next > a.plpEnable {
	/* background: #0057a6!important; vax*/
	cursor:pointer!important;
}

@media screen and (min-width:320px) and (max-width:768px){
	.account-section-content #sanofiEditSavedOrderForm  .product-price {
	    margin-top: 0;
	}
	
	.account-section-content #sanofiEditSavedOrderForm .checkout-details .unitCount-comp {
	    margin-top: 13px;
	}
	
	.checkout .cart-left #sanofiEditSavedOrderForm .checkout-data{
		display:inline-block;
	}
	
	.checkout .cart-left #sanofiEditSavedOrderForm .checkout-data > p{
		display:inline-block;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
		
		margin-top:0;
		word-break:break-word;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .cartIconleft.float-left{
		max-height: 60px;
    	height: 100%;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .row.add-to-cart{
		padding-bottom:0;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .table-responsive{
		margin-top:0;
	}
}

#productList-area > aside#filters-aside1 > img{
    width: 100%;
}

.popup-comp  iframe + .pay-invioce-panel{
	position: absolute;
    margin-top: -118px;
}

iframe + .pay-invioce-panel + .pay-invioce-panel-button{
    position: absolute;
    /*margin-top: -80px;*/
}

.popup-comp .panel.pay-invioce-panel label {
    position: relative;
    text-indent: 0;
    padding-left: 35px;
    cursor: pointer;
}

.panel.pay-invioce-panel label > span.checkmark {
    top: 12px;
    margin-left: 9px;
}

.existingDropdown .newly-added-card img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.newly-added-card{
	display:none;
}

@media only screen and (max-width: 480px)
{
	#leftCont-rightNav.product-details > aside.right-navigation {
	    padding: 0 38px;
	    display: inline-block;
	    width: 100%;
	}
}

#productList-area > aside#filters-aside1 > .vertical-banner img {
    width: 100%;
}

.dd-roleValue.dd-role div.dropdown-menu {
    height: 250px!important;
}

.sanofi-dropdown-primary.dd-role ul.dropdown-menu li:hover, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu li:hover, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li:hover, .sanofi-dropdown-primary.shippingState ul.dropdown-menu li:hover {
    color: #333;
}

/* .miniCart-list {
    box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    height: 160px;
} */

#miniCart-popover{
    box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
}

/* Location Selector Start */
#location-select{
    display: table;
    padding: 12px 16px;
    background: white;
    margin: 24px 0;
    box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    position: relative;
    width: 100%;
    border-radius: 4px;
}
#location-select .locationIcon{
    display: table-cell;
    vertical-align: middle;
}
/* #location-select span.glyphicon{
    font-size: 26px;
    left: -5px;
    color: #0057a6;
} */
#location-select .locationDetails{
    display: table-cell;
}
#location-select .locationDetails .selected-loc{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #2a343f;
}
#location-select .locationDetails .change-loc{
    color: #0057a6;
    cursor: pointer;
    font-size: 12px;
}
#location-sel-popup .modal-dialog,.corouselcomp .modal-dialog{
    width: 440px;
}
#location-sel-popup .modal-header,.corouselcomp .modal-header{
    background: #edf6fb;
    height: 86px;
    padding: 10px;
    border: 0;
}
#location-sel-popup .modal-header .modal-title,.corouselcomp .modal-header .modal-title{
    color: #73aed3;
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
#location-sel-popup .modal-header .close,.corouselcomp .modal-header .close{
    margin-top: 0;
    color: #0057a6;
    opacity: 1;
}
#location-sel-popup .modal-header button.close span,.corouselcomp .modal-header button.close span{
    background-image: url('../images/icons/close.png');
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
}
#location-sel-popup .modal-body,.corouselcomp .modal-body{
    padding: 20px;
}
#location-sel-popup .modal-content,.corouselcomp .modal-content{
    border-radius: 0;
}
#location-sel-popup .modal-dialog .modal-title,.corouselcomp .modal-dialog .modal-title{
    text-align: center
}
#location-sel-popup .modal-content > .modal-body > .panel-group,.corouselcomp .modal-content > .modal-body > .panel-group{
    max-height: 340px;
    min-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;

}
#location-sel-popup .modal-content > .modal-body > hr,.corouselcomp .modal-content > .modal-body > hr{
    margin: 10px -15px;
    box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    clear: both;
}
#location-sel-popup .loc-SearchBar,.corouselcomp .loc-SearchBar{
    width: 100%;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: none;
}
#location-sel-popup .loc-SearchBar input,.corouselcomp .loc-SearchBar input {
    border: 0!important;
    box-shadow: none!important;
    height: 44px!important;
    background: none!important;
    width: 100%!important;
    margin-bottom: 0!important;
    padding: 5px 12px!important;
}
 .corouselcomp .sanofi-dropdown-sec .form-control.btn {
    margin-bottom: 0!important;
}
.label-location.radio_grp p.labelp {
    margin-left: 23px;
}
.label-location.radio_grp p.labelpp{
	margin-left: 27px;
}
.label-location.radio_grp label {
    width: 95%;
    padding-left: 7px;
}
#location-sel-popup .loc-SearchBar button.btn,.corouselcomp .loc-SearchBar button.btn{
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#location-sel-popup .loc-SearchBar button.btn span.locSearchIcon,.corouselcomp .loc-SearchBar button.btn span.locSearchIcon{
    background-image: url('../images/icons/search.png');
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
#location-sel-popup .sort-by-region,.corouselcomp .sort-by-region{
    text-align: right;
    margin-bottom:10px;
}
#sort-by-region{
    width: 240px;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
}
#location-sel-popup .SelectLocation-done,.corouselcomp .SelectLocation-done{
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}
#location-sel-popup .modal-footer, #upldProgressPopup .modal-footer,.corouselcomp .modal-footer{
    border: 0;
    box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    padding: 20px;
}
#location-sel-popup .modal-footer label,.corouselcomp .modal-footer label{
    display: block;
    position: relative;
    text-align: left;
    text-indent: 20px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 10px;
}
#location-sel-popup .panel,.corouselcomp .panel{
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
#location-sel-popup .panel-heading,.corouselcomp .panel-heading{
    background: none;
    padding: 5px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-top: 1px solid #e5e9ec;
}
#location-sel-popup .panel-collapse .panel-heading,.corouselcomp .panel-collapse .panel-heading{
    padding: 0;
    border: 0;
}
#location-sel-popup .panel-heading .firstLevel-loc,.corouselcomp .panel-heading .firstLevel-loc{
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
#location-sel-popup .panel-heading .firstLevel-loc.loc-inner-list,.corouselcomp .panel-heading .firstLevel-loc.loc-inner-list{
   margin-bottom: 4px; 
}
#location-sel-popup .panel-heading .firstLevel-loc label,.corouselcomp .panel-heading .firstLevel-loc label{
    font-family: "NotoSansBold";
    margin: 0;
}
#location-sel-popup .panel-body,.corouselcomp .panel-body{
    border: 0;
}
#location-sel-popup .panel-collapse .panel-body,.corouselcomp .panel-collapse .panel-body{
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 0;
    padding-top: 5px;
}
#location-sel-popup .panel-collapse .panel-group,.corouselcomp .panel-collapse .panel-group{
    margin: 0;
    padding-right: 0px;
}
#location-sel-popup .panel-collapse .panel-body .panel-collapse .panel-body,
.corouselcomp .panel-collapse .panel-body .panel-collapse .panel-body{
    padding-right: 5px;
    padding-left: 20px;
}
#location-sel-popup .panel-collapse .panel-body .panel-collapse .panel-body.loc-sec-list .secLevel-loc,
.corouselcomp .panel-collapse .panel-body .panel-collapse .panel-body.loc-sec-list .secLevel-loc{
    border: 0;
}
#location-sel-popup .panel label,.corouselcomp .panel label{
    position: relative;
    text-indent: 0;
    padding-left: 24px;
    cursor: pointer;
}
#location-sel-popup .panel-heading .firstLevel-loc span.glyphicon, 
.corouselcomp .panel-heading .firstLevel-loc span.glyphicon{
    font-size: 12px;
    position: absolute;
    right: 0px;
    left: auto;
    cursor: pointer;
}
#location-sel-popup  span.locPlusIcon,.corouselcomp span.locPlusIcon{
    background-image: url('../images/icons/minus.png');
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    cursor: pointer;
}
#location-sel-popup  span.locPlusIcon.collapsed,.corouselcomp span.locPlusIcon.collapsed{
    background-image: url('../images/icons/plus.png') !important;
}
#location-sel-popup .secLevel-loc,corouselcomp .secLevel-loc{
    font-size: 12px;
    border-top: 1px solid #e5e9ec;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#location-sel-popup .secLevel-loc label,.corouselcomp .secLevel-loc label{
    font-weight: normal;
}

/* Location Selector Endt */
.label-location {
    border-bottom: 1px solid #e5e9ec;
    padding-top: 5px;
    padding-bottom: 5px;
}
#location-select .defaultLocationDetails {
    display: table-cell;
    vertical-align: middle;
}

#location-select .defaultLocationDetails .change-loc{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #0057a6;
}

.locationCommonDiv{
    float: left;
    width: 100%;
}

.locationCommonDiv #location-select{
    float: left;
    max-width: 100%;
    width: auto;
    min-width:342px;
    margin: 0;
}

#location-select .defaultLocationDetails + .locationDetails{
	display:none;
}

#cartEntryData-cartPage .locationIcon{
	width:26px;
}

.cartShipToHeader #location-select .locationIcon {
    width: 26px;
}
.select-standardCardType .form-control.btn{
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 0 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de;
    font-size: 12px;
    height: 28px;
}
.select-standardCardType .form-control.btn .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
}
.select-standardCardType ul.dropdown-menu{
    width: 100%;
    border: 0;
    box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    padding: 0 12px !important;
}
.select-standardCardType ul.dropdown-menu li{
    font-size: 12px;
    height: 44px;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}
.select-standardCardType ul.dropdown-menu li:last-child{
    border: 0;
}

.select-standardCardType .bootstrap-select .dropdown-menu li a{
	padding: 0;
    font-family: "NotoSans";
}

#leftCont-rightNav #placeOrderForm > section.left-section {
  /*  border-right: 4px solid #edf6fb;*/

}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	#accountMenu-nav .healthCare-prof {
		font-size: 10px!important;
	}
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 91.5%!important;
	}
}
@media screen and (max-width: 990px) and (min-width: 768px){
	#accountMenu-nav .healthCare-prof {
		width: 175px;
	}
}

.reservationPopup{
top: -65px;
    width: 229px !important;
    height: 91px !important;
    background-color: #5b646e;
    left: 24.5px !important;
    margin-top: -10px;
    position: absolute;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.reservationPopup>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-color: transparent;
    border-width:11px;
    border-top-color: #5b646e;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.reservationPopup>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-bottom-width: 0;
    border-color: transparent;
    border-top-color: #5b646e;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

.ac-order ul.checkout-details-view{
    margin-bottom: 24px;
}

.ac-order .checkout-details-view li img {
    margin-right: 20px;
    padding: 12px 0 0 0;
        max-width: 45px;
}

.ac-order .checkout-details-view .checkout-data{
    margin-bottom: 0;
}

.ac-order .checkout-details-view .checkout-data p:not(:first-child){
    float: left;
    margin-right: 20px;
}

.ac-order .checkout-details.checkout-details-view li{
    padding-bottom: 0;
}

.ac-order .checkout-details-view th {
    height: 44px;
    background-color: #73aed3;
    color: #fff;
    border-right: 1px solid #fff;
    padding-left: 7px;
    font-weight: normal;
    font-family: 'NotoSansBold';
}

.checkout .left-section .ship-data th {
    height: 44px;
    padding-left: 7px;
    font-weight: normal;
    font-family: 'NotoSansBold';
}

.ac-order .print-preview .firstLevel-acc + .ship-orderdata {
    margin-top: 24px;
}

.light-grey-line {
    border-bottom: 1px solid #f2f2f2;
}

.ac-order .print-preview .firstLevel-acc img{
	width:21px;
	        margin: -3px 6px 0 -5px;
}

.checkout .ac-order .print-preview .order-preview p {
    color: #2a343f;
    font-family: "NotoSansBold";
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
    text-align: left;
}

.ship-orderdata ul li {
    float: left;
}

#accountPaymentForm iframe + .pay-invioce-panel{
	position: absolute;
	margin-top: -80px;
}

#accountPaymentForm iframe + .pay-invioce-panel .adding-card-checkbox{
	text-indent: 25px;
}

#accountPaymentForm iframe + .pay-invioce-panel + .pay-invioce-panel-button{
    margin-top: -40px;
    position:relative;
}

@media screen and (min-width:319px) and (max-width:767px){
#location-sel-popup .modal-dialog{
width:95% !important;
}
.checkout .sanofi-accordion .panel-heading .firstLevel-acc .label-location label {
    margin: -20px 0px 3px 17px !important;
    height:auto !important;
    width:100% !important
}
.checkout .sanofi-accordion .panel-heading .firstLevel-acc .label-location .labelp{
padding-left:0px;
}
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
			width:53%;
	}
}

.deletecartname{
	top: -65.7969px;
}
.deletecartname {
    margin-top: -20px !important;
    width:223px !important;
}  

.width13{
	width:13% !important;
}
@media screen and (min-width:319px) and (max-width:759px){
.checkout-details li .width13 img {
    vertical-align: middle !important;
}	
}
@media screen and (min-width:760px) and (max-width:800px){
.width13{
	width:11.5% !important;
}
.checkout-details li .width13 img {
    vertical-align: middle;
}	
}
@media screen and (min-width:900px) and (max-width:1100px){
	.width13{
	width:12% !important;
}
} 
.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text{
	margin-top:-50px;
}

.commonPaymentView .ad-files-text > a,.commonPaymentReview .ad-files-text > a{
	margin-right:12px;
}

.commonPaymentView .ad-files-text > a:first-child,.commonPaymentView .ad-files-text > a:last-child,.commonPaymentReview .ad-files-text > a:first-child,.commonPaymentReview .ad-files-text > a:last-child{
	margin-right:0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text {
	    margin-top: -44px;
	}
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
		width:100%;
	}
	.edit-saved-cart .add-to-cart a{
		margin-bottom:10px;
		display: inline-block;
	}
	
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span{
		margin-bottom:0;
		background-color:transparent;
	}
	
	.online-invoices #sanofiOnlinePayInfoForm label > span.checkmark{
		margin-left:0;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 768px){
    #sanofiOnlinePayInfoForm .commonViewTable .childViewTable span{
        position: relative;
    }
    #sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span{
        position: absolute;
        top: 35px;
        left: 0px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text {
	    margin-top: 0;
	}
	.edit-saved-cart table tbody tr td {
	    min-height: 37px;
	}
}

/* aside.my-acc-aside {
    overflow: hidden;
} */

.completedInvoice{
	display:none;
}
.tab_right_float{
   float: right;
}
#addEmail{
	display:none;
}

    .ed_mail .addEmailtxt {
        width: 288px;
    }
/*     .ed_mail .addEmailtxt ul li{
        width:100%;
    }
    .ed_mail .sanofi-dropdown-sec .form-control.btn .dropdown-arrow {
        background: url(../images/icons/chevron-down.png) no-repeat 1px 1px;
        background-size: 15px;
    }
 */   
   .alt_del, .ordrCntrctEmlBlkDltImg, .ordrCntrctMbleBlkDltImg{
        width: 18px;
        margin-top: 0;
        display: block;
         margin-top: 0!important;
        margin-left: 8px;
    }

.ordrCntrctEmlBlkDlt{
	position: absolute;
	    top: 10px;
    right: 30px;
}
.mltpl-eml-blk .sanofi-dropdown-primary li{
    width: 100%;
    display: block;
   }

#location-sel-popupnew .modal-dialog {
    width: 440px;
}
#location-sel-popupnew .modal-dialog{
    width: 440px;
}
#location-sel-popupnew .modal-header{
    background: #edf6fb;
    height: 86px;
    padding: 10px;
    border: 0;
}
#location-sel-popupnew .modal-header .modal-title{
    color: #73aed3;
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
#location-sel-popupnew .modal-header .close{
    margin-top: 0;
    color: #0057a6;
    opacity: 1;
}
#location-sel-popupnew .modal-header button.close span{
    background-image: url('../images/icons/close.png');
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
}
#location-sel-popupnew .modal-body{
    padding: 20px;
}
#location-sel-popupnew .modal-content{
    border-radius: 0;
}
#location-sel-popupnew .modal-dialog .modal-title{
    text-align: center
}
#location-sel-popupnew .modal-content > .modal-body > .panel-group{
    max-height: 340px;
    min-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;

}
#location-sel-popupnew .modal-content > .modal-body > hr{
    margin: 10px -15px;
    box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    clear: both;
}
#location-sel-popupnew .loc-SearchBar{
    width: 100%;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: none;
}
#location-sel-popupnew .loc-SearchBar input {
    border: 0;
    box-shadow: none;
    height: 44px;
    background: none;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 12px;
}
#location-sel-popupnew .loc-SearchBar button.btn {
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#location-sel-popupnew .loc-SearchBar button.btn span.locSearchIcon {
    background-image: url(../images/icons/search.png);
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.label-location.radio_grp .secloct{
	padding-left: 7px !important;
    margin-top: -5px !important;
}
.label-location input[type=radio]{
	top:7px;
}
#location-sel-popupnew .SelectLocation-done {
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}
.locnewselect{
	margin-left: 35px;
    width: 708px;
}
.shipping_address-loc{
	padding-top:0 !important;
}
.secloct {
    padding-left: 0 !important;
    margin-left: 6px !important;
    font-family: 'NotoSansBold' !important;
    margin-bottom: 0 !important;
}
.locationCommonDiv.shipaddress{
	margin-bottom:26px;
}
.singleshipaddress{
	margin-bottom:26px;
}
@media screen and (min-width:319px) and (max-width:767px){
	.label-location.radio_grp .secloct {
    padding-left: 19px !important;
    margin-top: -11px !important;
    height: auto;
}
#location-sel-popupnew .modal-dialog {
    width: 95%;
}
}
.mx0 {
    margin-left: 0!important;
    margin-right: 0!important;
}


/*cart delivery order page css start*/
.ord_delivery{
    padding-top:32px; 
    padding-bottom:32px; 
}
.deli_loc {
    margin-bottom: 21px;
    display: flow-root;
    padding-left:70px;
}
.delivary_opt label:first-child {
    float: left;
    font-weight: normal;
    margin-right: 27px;
}
.delivary_opt .radio_grp{
    float: left;
    margin-right: 22px;
    width: auto;
}
.delivary_opt .radio_grp label{
     margin-left:0;
     margin-bottom: 0;
     font-family: "Poppins-Medium";
     color: #2a343f;
     width: auto;
     height: auto;
     display: inline;
}
.delivary_opt .radio_grp input[type="radio"]{
     margin-right:10px!important;
     width: auto;
 }
.delivary_ord {
    padding-bottom: 20px;
    border-bottom: 1px solid #edf6fb;
    margin-bottom:25px;
}
.ord_date .delivery-content h6,.cart_shipto h6{
    font-family: "NotoSansBold";
    
}
.ord_date .calender {
    margin-top: 0;
}
.ord_date .delivary-details {
    width: auto;
    position: relative;
    margin-right: 0px;
}
.ord_date .calender .control-group{
    float: left;
}
.ord_date .Delivery-Date-Common .common-delivery-zone {

    width: 100%;
}
.ord_date .Delivery-Date-Common .common-delivery-zone input{
    margin: 0;
    
}

.ord_date .Delivery-Date-Common {
    display: inline-block;
    background: none;
    width: auto;
     margin: 0 0 0 16px !important;
     position:relative;
}
.Delivery-timeZone-select.ord-dropdown{
    width:128px;
    left: 0!important;
    top: 47px!important;
}
.Delivery-timeZone-select.ord-dropdown span{
    width: 90%;
}
.ord_date .common-delivery-time{
    position: relative;
}
.ord_date .common-delivery-time .Waitlist {
    margin-left: 0px;
    width: 21px;
    height: 25px;
    position: absolute;
    z-index: 9;
    left: 8px;
    bottom: 12px;
    border: none;
    background: #fff;
    font-size: 14px;
    padding: 0;
}
.ord_date .common-delivery-time .Waitlist .icon-th {
    background-position: 0px 0px;
    background-image:url(../images/waitlist.png);
    width: 30px;
    height: 30px;
}
.ord_date .common-delivery-time input{
    padding-left:38px;
}
.ord_date .calender .datepicker.datepicker-inline {
    left: -60px !important;
    top: 70px!important;
}
/*cart delivery order page css start*/

.checkout .firstLevel-acc p.pickupIndent{
	margin-top: 10px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .light-color > span.pickupLocation{
	width:100%;
}

.checkout .firstLevel-acc p.pickupIndent span{
	font-weight:normal;

}
#placeOrderForm .place-order {
    padding: 0;
    border-top: 1px solid #f5f5f7;
}

#placeOrderForm .place-order li:first-child {
    float: left;
    border-right: 1px solid #f5f5f7;
    padding-right: 4px;
    width: 50%;

}
.form-group.custom-select-mail.commonFiledsError .common-error {
    bottom: 10px;
}

.form-group.custom-select-mail.commonFiledsError .common-error.errorChangeView {
    bottom: -10px;
}


#saveOrderContactForm .form-group.custom-select-mail,.form-group.custom-select-mail {
    margin-bottom: 16px;
}

.op_ovice {
    padding-left: 15px;
}

#saveCartForm.savedcartpop .Fields-input {
    margin-bottom: 24px;
}

#saveCartForm .common-error {
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    background: transparent;
    display: none; 
}

#saveCartForm.edit-popover .popover-cancel-button{
	width: 120px;
}

.save-document .popover-content {
    padding: 0px 11px;
    margin-top: -3px;
}

.popover-content > form {
    margin: 0;
}

#saveCartForm.edit-popover.savedcartpop label.Fields-label {
    margin-top: 0;
}

.item-numb .cart-edit-rename + .popover {
    padding: 10px 18px 13px 18px;
    text-align:left!important;
}

.item-numb .cart-edit-rename + .popover .popover-content{
	margin-top:0;
	width:auto;
}

.save-document .popover-content {
    margin-top: 10px;
    width:auto;
}

.save-cart + .popover{
	text-align:left!important;
}
.popover-content p.product_trash {
    padding: 0px 0 16px 0;
}

.deletecartname .Fields-label {
    margin-bottom: 16px;
}

.actionOptions .popover .popover-content{
	height:92px;
	margin-top: 0;
}

.edit-save-option.renamed-edit .popover-content{
	height:96px;
}

.edit-save-option.renamed-edit .deletecartname {
    margin-top: 10px !important;
}

.edit-popover.deletecartname a,.edit-saved-cart .actionOptions .popover a{
	margin:0!important;
}

#miniCart-popover .cart_savedpop.sdpop .popover-content {
    padding: 0px 14px 9px 14px;
}
.inpt span.cardError {
    font-size: 10px;
}
.cardError{
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    display: none;
}

.payment-tab .row.bank-details .field-value,.payment-tab .cu-btn{
	min-height:44px;
} 

.payment-tab .row.bank-details .field-value .inpt input[type="text"]{
	padding: 4px 4px;
	margin-top: -6px;
}

.cu-btn .cu-update {
    background-color: transparent;
    padding: 13px 16px 0px 0px;
    font-size: 12px;
}

.cu-btn .cu-update:hover,.cu-btn .cu-update:focus{
	outline:0;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.orderDetailTable .dataTables_filter,.orderDetailTable .dataTables_info{
	display:none;
}

@media screen and (max-width: 768px) and (min-width: 320px){
	.checkout-details li .display-table > a {
    	display:table;
	}
	.checkout-details li .display-table > a h2 {
    	display:table-cell;
    	vertical-align:middle;
    	width: 100%;
    	height: 100%;
	}
	.multipleLocDelivery .delivary-details {
    width: 100%!important;
    text-align: left;
    margin-top: 16px;
	}
	
}

@media screen and (max-width: 767px) and (min-width: 320px){
		#sanofiEditSavedOrderForm {
	    width: 100%!important;	    
	    display: block;
	    text-align: center;
	    margin-top: 8px;
		} 

}

.primary_acc .Registration-split{
    padding:0;
}
.primary_acc #leftCont-rightNav > section.left-section{
    height: auto;
}
.primary_acc .Registration-split{
    padding-bottom:32px;
 }
label.field-check {
    padding: 0 0 0 30px;
}
.field-check > span.checkmark{
    top: 29px;
    left: 23px;
}
.primary_acc .Registration-split .radio_grp input[type="radio"]{
    margin-right: 14px;
}
.primary_acc .Registration-split .acc_bg.acc_shiping{
    margin-top: 12px;
    margin-bottom: 32px;
}
.acc_bg{
    margin:32px 0 0px 0;
    background: #edf6fb;
    padding: 29px 0 29px 24px; 
}
.acc_bg span bold{
    font-family: "NotoSansBold";
}
.fax_mail{
    margin-top: 18px;
}
.fax_mail h3{
    font-size: 12px;
    line-height: 18px;
    color: #5b646e;
    font-family: "NotoSansBold";
    margin-top: 0;
    margin-bottom: 12px;
}
.fax_mail label{
    margin-left: 32px;
}
.fax_mail .Fields-container:first-child{
    margin-bottom: 16px;
 }
.fax-data{
    margin-top: 12px;
    margin-bottom: 8px;
}
.primary_acc .Registration-split .pr-btn {
    padding-top: 25px;
    border-top: 1px solid #ccc; 
}
.primary_acc .Registration-split .pr-btn button{
    width: 150px;
    height: 44px;
    margin-right:12px; 
}
.acc_recipient h6,.nw_recipient h6{
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: "NotoSansBold";
}
.acc_recipient .radio_grp,.nw_recipient .radio_grp{
    float: left;
    margin-right: 30px;
    width: auto;
}
.acc_recipient .radio_grp label,.nw_recipient .radio_grp label{
     margin-left:0;
     margin-bottom: 0;
     width: auto !important;
 }
 .acc_recipient .radio_grp input[type="radio"],.nw_recipient .radio_grp input[type="radio"]{
     margin-right:10px!important;
    
 }
 .acc_newcont .sanofi-dropdown-primary .form-control.btn,.nw_newcont .sanofi-dropdown-primary .form-control.btn{
     background: #fff!important;
 }

@media screen and (min-width: 1024px){
    .primary_acc .Registration-split .Fields-input,.acc_newcont .Fields-input,.nw_newcont .Fields-input{
        width: 378px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 994px){
    .payment-step1.primary_acc .review,.payment-step1.primary_acc .confirmation{
        display: block;
    }
}

.radionew{
	padding:0 20px !important;
}

.fax_mail .Fields-container-error span.hide{
	padding-left:35px;

}


.deli_loc .multipleLocDelivery.delivery-content {
    margin-top: -15px;
}

.pickupTextMsg {
  font-family: "NotoSans";
  font-size: 11px;
  color: #5b646e;
  position: relative;
  margin-top: 8px;
} 

.cart-pickup-date .errorCheckoutMsg{
    text-align: left;
    bottom: 30px;
}

#applyCreditsTable .radio_grp {
    padding-top: 0;
}

#applyCreditsTable input[type=radio]{
	margin:0;
}
.sanofi-dropdown-primary ul.dropdown-menu li.selected {
    color: #333!important;
    background: url(../images/icons/checkmark-blue.svg) no-repeat 252px center!important;
}

.pdp-dropdown .dd-hint .dropdown-menu>.active>a {
    color: #333!important;
    background-color: transparent!important; 
}

#sanofiEditSavedOrderForm{
	    width: 293px;
    float: right;
}

#sanofiEditSavedOrderForm .button-combo{
	margin:0;
}

#sanofiEditSavedOrderFormRename #save_txtname{
	margin-bottom:24px;
}

.saveOrderRename .edit-save-option.renamed-edit{
    margin: 12px 0 0 0;
    display: inline-block;
}

#sanofiEditSavedOrderFormRename label.Fields-label {
    margin-top: 0;
}

.saveOrderRename .edit-save-option .cart-edit-rename + .popover {
    max-width: 280px;
}

#sanofiEditSavedOrderFormRename .common-error{
	bottom:6px;	
	text-align:left;
}



.noemailUpdates{
    display: none;
}

.user-data.buyingGroup .radio_grp{
    width: 16%;
}

.addAlternateEmail{
    width: 100%;
    height: 18px;
    font-family: "NotoSans";
    font-size: 12px;
    color: #0057a6;
    display: inline-block;
    margin-top: 16px;
    cursor: pointer;
    display:none;
}

.noemailUpdates .Fields-input{
    width: 78%;
}

.alternate-mail-delete{
    margin-left: 8px;
}

.alternate-mail-delete img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}


.padding-20,#SanofiCustomerRegisterForm .captcha-common{
	padding-right: 20px;
    padding-left: 30px;
}

#SanofiCustomerRegisterForm .captcha-common .g-recaptcha {
    margin-top: 0;
}

#SanofiCustomerRegisterForm .noemailUpdates .Fields-input {
    width: 60%;
}
.commonViewTable .childViewTable span > span .checkmark  {
    top: 6px!important;
}

.commonViewTable .childViewTable span > span.float-left.boldVal {
    position: absolute;
    top: 6px;
}
.commonViewTable .childViewTable span > span {
    float: left;
    width: auto;
    min-width: 20px;
} 


.online-invoices #sanofiOnlinePayInfoForm .commonRow label > span.checkmark {
    position: absolute;
    top: 6px;
}

.preference-content .payment-tab .panel.pay-invioce-panel {
    margin-top: -80px;
    margin-bottom: 0px;
}

.preference-content .payment-tab label.adding-card-checkbox {
    margin-left: 28px;
    margin-bottom: 20px;
}

.preference-content .payment-tab iframe + .pay-invioce-panel + .pay-invioce-panel-button {
    margin: 16px 0 16px 0;
} 


.childViewTable > div.commonRow.existingDropdown {
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
	.preference-content .payment-tab .panel.pay-invioce-panel {
	    margin-top: 0;
	    margin-bottom: 0px;
	}
	
	.preference-content .payment-tab iframe + .pay-invioce-panel + .pay-invioce-panel-button {
	    margin: 16px 0 16px 0;
	    position: relative;
	}
}

.fax_mail .fax-data + .Fields-container .field-optional{
	margin-left: 30px;
}

.order-history-table #example.statementPage .statement{
	width:40%!important;
	border-right: 1px solid #73aed3;
}

.order-history-table #example.statementPage .statement:after{
	display:none;
}

#example.statementPage .statement + th{
	width:574px;
}

.filterByGroup .calender .datepicker.datepicker-inline {
    left: 18px !important;
    top: 74px !important;
    z-index:100;
}

@media (max-width: 1024px) and (min-width: 767px){
	.filterByGroup .calender .datepicker.datepicker-inline {
	    left: -9px !important;
	}
}

.calender .datepicker-days .table-condensed td.day.today {
    color: #fff;
    background-color: #0055a8;
    border-radius: 4px;
}

.aoh .orders-filter #filter-by .filterByGroup .filterByTitle,.orders-filter #filter-by .filterByGroup .filterByTitle label{
    margin-bottom: 0px !important;
}

.orders-filter #filter-by .filterByGroup .header-SearchBar{
	margin-bottom:12px;
}
@media (max-width: 767px)
{
	.active > div.discount-list {
	    display: inline-block;
	    width: 100%;
	}
}

@media (max-width: 992px) and (min-width: 767px)
{
	.active > div.discount-list {
	    display: inline-block;
	    width: 100%;
	}
}

#vol-price-pdp.discount-list table tr td:first-child{
    width: 33%;
}
#vol-price-pdp.discount-list table tr td:nth-child(2){
    width: 27%;
}
#vol-price-pdp.discount-list table tr td:last-child{
    width: calc(40% - 16px);
}

#cart-value1 span.cartIcon {
    background: url(../images/icons/cart.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 8px;
}

.edit-save-option.renamed-edit .popover {
    max-width: 280px!important;
}

.edit-save-option.renamed-edit .popover .btn {
	width:117px;
}

/* Iframe Payment */
#partner-frame-container{
	display: inline-block;
    overflow: hidden;
    width: 100%;
}

#deligoIframePopup .Fields-btn-group, #add-new-check-popup .Fields-btn-group {
    margin: 0px 0 8px 0;
    padding: 0px 16px 20px 16px;

}

#deligoIframePopup .modal-footer .btn+.btn, #add-new-check-popup .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 0;
}

.frameContainer{
	width: 540px;
    overflow: hidden;
    margin: -12px 0 0 -13px;
}

#deligoIframePopup .modal-body, #add-new-check-popup .modal-body {
    padding: 20px;
    overflow: hidden;
}

#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	width: 600px;
    float: left;
}

#applyCreditsTable td {
    padding-bottom: 8px!important;
}

.invoice-paymentreview .commonRow .custom-selectpay .bootstrap-select>.dropdown-toggle .caret{
	background: url(../images/icons/chevron-down.png) no-repeat;
    border: 0;
    width: 32px;
    height: 30px;
    background-size: 50%;
    background-position: 10px -5px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
#sanofiOnlinePayInfoForm .commonRow.existingDropdown > span{
	width:100%;
}
}

#cartEntryData-cartPage .cart_title{
	display: table;
	width: 94%;
	margin-bottom: 15px;
}

#cartEntryData-cartPage .cart_title > img{
	display: table-cell;
    vertical-align: middle;
    width: auto;
}

#cartEntryData-cartPage .cart_title > h2{
	width: 80.5%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 16px;
}

.checkout .cart-left #cartEntryData-cartPage .checkout-data {
    margin-left: 0;
    margin-top: 0;
}

.credit-return.contact_resv .res_contact ul li:first-child p{
	display: table-cell;
    vertical-align: top;
	width:110px;
}

.credit-return.contact_resv .res_contact ul li:first-child span{
	display: table-cell;
    width: 58.8%;
    word-break: break-all;
}
.edit-saved-cart .add-to-cart #cart-value1 {
    padding-top: 4px;
}

.edit-saved-cart .actionOptions {
    display: inline-block;
    margin-top: 16px;
    float: right;
}

#orderhistoryfilterform #filter-by .filterByGroup .filterByTitle {
    margin-bottom: 11px !important;
}

#orderhistoryfilterform .filterByGroup .calender .datepicker.datepicker-inline {
    left: -12px !important;
}

.trash.save-cart + .popover .btn{
	width:105px;
}

.modal .xzoom-container {
    display: inline-block;
    width: 100%;
}

.modal .xzoom-thumbs{
	width: 100%;
}

.modal .xzoom-thumbs a{
	max-width: 80px;
	display: inline-block;
}

.modal .xzoom-thumbs a img{
	width: 100%;
}

footer .footerCol:nth-child(3) ul:nth-child(3) li a {
    pointer-events: none;
    text-decoration: none!important;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	
	#orderhistoryfilterform .filterByGroup .delivary-details:nth-child(2) .calender .datepicker.datepicker-inline {
	    left: -4px !important;
	}
	
	#orderhistoryfilterform .filterByGroup .delivary-details:nth-child(3) .calender .datepicker.datepicker-inline {
	    left: -102px !important;
	}
}

@media only screen and (min-width: 768px) {
	.item-numb #saveCartForm.edit-popover .popover-cancel-button {
	    width: 140px;
	}
}


.pay_date .mCSB_inside>.mCSB_container,.pay_year .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.pay_date .mCSB_scrollTools,.pay_year .mCSB_scrollTools {
    width: 8px;
}


.slimScrollBar{
    right: 8px!important;
    cursor:pointer;
}

.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li,.dd-role ul.dropdown-menu li,.dropdowndashboard ul.dropdown-menu li{
    padding: 0!important;
}

.dd-hint li a,.dd-role li a,.dropdowndashboard li a{
	/*padding: 13px 12px!important;*/
}
.addCardLink {
    color: #0057a6!important;
}

.dd-hint .bs3.bootstrap-select .dropdown-toggle .filter-option,.dd-role .bs3.bootstrap-select .dropdown-toggle .filter-option,.dropdowndashboard .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 4px;
}

.slimScrollBar{
	background: rgba(0, 0, 0, 0.75)!important;
    width: 4px!important;
    right: 8px!important;
}

.slimScrollRail{
	display: inline-block!important;
    width: 2px!important;
    right: 9px!important;
    background-color: rgba(0,0,0,0.55)!important;
}

.slimScrollBar:hover{
	background-color: rgba(0,0,0)!important;
}
/* a:focus, button:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 2px auto #23527c;
}  */

#tab_3 #example3{
	margin-top:0!important;
}

.invoices-fst .table-new + div{
	text-align: right;
}

.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline{
    top: 74px!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 8px !important;
	    top: 76px!important;
	    z-index: 100;
	}
	
	.ship_addr .ord_date .Delivery-Date-Common {
	    margin: 4px 0 0 0!important;
	}
	
	.ship_addr .calender .control-group,.deli_loc .calender .control-group {
	    float: left;
	    width: 100%;
	}
	
	.deli_loc .delivary-details{
		text-align:center!important;
	}
	
	#placeOrderForm .ready_toplace .place-order li{
		width:50%;
	}
	
	#placeOrderForm .ready_toplace .white-button{
		width:90%;
	}
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 36px !important;
	    top: 76px!important;
	    z-index: 100;
	}
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 48px !important;
	    top: 76px!important;
	    z-index: 100;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline {
	    left: -109px !important;
	    top: 76px!important;
	}
}
.order-history-table.trackingNoRow .datatable-row td {
    padding: 10px 9px 10px 7px !important;
}

.order-history-table.trackingNoRow .darkblue a {
    color: #0057a6 !important;
    line-height: 22px;
}

#product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li{
	margin-right:0!important;
	width:20%!important;
}

.license-role.Fields-container .alert-danger{
	bottom:-16px;
}

.white-button.btn_fifty_percent{
	width:48%;
	margin-right:1%;
	margin-top:12px;
}

@media only screen and (min-width: 320px) and (max-width:375px) {
	.white-button.btn_fifty_percent{
		width:100%;
		margin-right:0;
	}
}

#deligoIframePopup.popup-comp .modal-footer, #add-new-check-popup.popup-comp .modal-footer {
                padding:0;
}

#deligoIframePopup .Fields-btn-group .btn, #add-new-check-popup .Fields-btn-group .btn {
    max-width: none;
    margin-bottom: 8px;
}
#deligoIframePopup .pay-invioce-panel label.adding-card-checkbox, #add-new-check-popup .pay-invioce-panel label.adding-card-checkbox {
    margin-left: 8px;

}

.language-fr .common-login-span {
    margin: 24px 0 0 0;
    width: 56%;
}

.language-fr #loginContinueBtn + span {
    width: 55%;
}


.dataTables_empty{
	text-align:center;
}

.preference-content #tab_4.payment-tab .label-text .Fields-container {
    margin-top: -4px;
}

.preference-content #tab_4.payment-tab .label-text .Fields-container + .cardError {
    bottom: -1px;
}

#product-listing .prodCard-box .prod-card .cardGroup-B .unit-calc > .units-count .add-units span:nth-child(2) input{
    width: 48px!important;
    height: 48px!important;
}

.unitCount-comp .add-units span:nth-child(2) input,.add-units input{
    width: 46px!important;
    height: 46px!important;
}

.delivary_opt .radio_grp {
    margin-top: -6px;
}

.delivary_opt .radio_grp input[type="radio"]{
    top: 8px;
}

.delivary_opt .radio_grp label{
    position: relative;
    top: 6px;
}


.content_list .product-details .title {
    color: #0057a6;
    font-size: 14px;
}

.content_list .product-details .desc {
    color: #5b646e;
    font-size: 12px;
    margin-bottom: 19px;
}

.content_list img.banner-bg-img {
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

/* common css for dropdown starts*/

.commonDropdownView{
	    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
    width: 270px!important;
    left:0;
}
.commonDropdownView ul.dropdown-menu{
	border:0;
}
.commonDropdownView .dropdown-menu{
	padding:0;
	width: 269px;
}
.commonDropdownView ul.dropdown-menu li{
	padding: 13px 12px;
}
.commonDropdownView .dropdown-menu>li>a:hover{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.commonDropdownView .dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.commonDropdownView .open>.dropdown-toggle.btn-default {
    color: inherit;
    background-color: transparent;
}

.commonDropdownView li:first-child{
    display: none;
}

.commonDropdownView .btn-default:hover {
    color: inherit;
    background-color: transparent;
}

.commonDropdownView .btn-default {
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 11px 24px 11px 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de!important;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.commonDropdownView li {
    font-size: 12px;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.commonDropdownView li a{
    padding: 0;
}

.commonDropdownView .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.commonDropdownView li:last-child{
    border:0;
}

.commonDropdownView div.dropdown-menu{
 	max-height:250px!important;
}
 
.commonDropdownView div.dropdown-menu div#mCSB_1_container {
    width: 95%;
}
.commonDropdownView div.dropdown-menu div.open {
    overflow: hidden!important;
    height: 100%!important;
}
.commonDropdownView .dropdown-menu li a span.text {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.commonDropdownView .mCSB_inside>.mCSB_container {
    margin-right: 12px;
}
.commonDropdownView ul.dropdown-menu{
	max-height:inherit;
}
.commonDropdownView .dropdown-toggle .caret {
    margin-top: 0;
    background: url(../images/icons/chevron-down.png) no-repeat -4px -7px;
    width: 15px;
    height: 12px;
    background-size: 18px;
    float: right;
    position: absolute;
    top: 17px;
    border-top: 0;
    border-bottom: 0px;
    right: 12px;
}
.commonDropdownView ul.dropdown-menu.my_scroll li {
	padding: 13px 20px 13px 12px;
} 

.commonDropdownView.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.commonDropdownView div.dropdown-menu {
    max-height: 250px!important;
}

.commonDropdownView ul.dropdown-menu li:hover {
    color: #333;
}

.commonDropdownView ul.dropdown-menu li{
    padding: 0!important;
}

.commonDropdownView li a{
	padding: 13px 12px!important;
}

.commonDropdownView .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 4px;
}

.commonDropdownView ul.dropdown-menu{
	border:0!important;
}

.commonDropdownView{
	    background: #FFF;
}

/* common css for dropdown ends*/

.no-orders {
    color: #73aed3;
    font-family: 'Poppins-medium';
    font-size: 24px;
    font-weight: 500;
    padding-top: 58px;
    padding-bottom: 100px;
    text-align: center;
}

.line-top-sanofi-new {
    margin-left: -34px !important;
}

@media screen and (min-width: 769px){
    
    #sanofiOnlinePayInfoForm #example_invoice thead th:first-child {
	    min-width: 190px!important;
	}
	
	#sanofiOnlinePayInfoForm .adding-card-checkbox {
	    width: 28px;
	}
}


.text-left{
	text-align: left!important;
}

#mainFooter .footerRow1 > .middle-custom > p {
    font-family: 'NotoSansBold';
    font-size: 14px;
    color: #73aed3;
    margin-bottom: 25px;
}

#mainFooter .footerRow1 > .middle-custom ul li span.footerIcon img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#mainFooter .footerRow1 > .middle-custom ul li span:first-child {
    color: #73aed3;
    font-size: 16px;
    margin-right: 17px;
}
#mainFooter ul li a {
    color: #ffffff;
    text-decoration: none;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li a {
    font-size: 14px;
    text-decoration: none;
}
#mainFooter .footerRight-logo img {
    width: 160px;
}
#mainFooter.main-footer .footerRow2 {
    padding: 25px 0;
}
#mainFooter .footerRight-logo {
    text-align: right;
}
#mainFooter.main-footer .footerRow2 p {
    font-size: 11px;
    line-height: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) {
    padding-top: 93px;
    padding-left: 47px;
}
#mainFooter.main-footer .footerRow1 > .footerCol {
    min-height: auto!important;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
    margin-bottom: 25px;
    font-family: 'NotoSans';
    font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#deligoIframePopup .modal-body, #add-new-check-popup .modal-body {
	    padding: 0;
	    overflow: hidden;
	}
	.patient_education .select-style2 .form-control.btn {
	    margin-top: 20px !important;
    height: 44px!important;
    background-position-y: 13px!important;
    background-color: #fff!important;
	}
	.acc-dropdown .sanofi-dropdown-primary.select-style2 .form-control.btn .dropdown-arrow {
	top: 14px;
	}
	.patient_education .select-style2 {
		margin-top: 0px !important;
	    margin-bottom: 20px !important;
	}
	.radio_grp input[type="radio"]:before {
	    content: "";
	    margin: -3px -1px -1px -2px!important;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li {
	    width: 95%;
	    position: relative;
	    height: 32px;
	    padding: 0;
	    border-bottom: 1px solid #e8e8e8;
	    margin: 0 12px 12px 12px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li:first-child {
	    margin: 12px 12px 12px 12px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li > a {
	    text-decoration: none !important;
	    padding: 0;
	    margin: 0;
	    display: block;
	    border-bottom: 0;
	    width: 91%;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down {
	    margin-top: -14px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li.active{
		margin: 0;
	    width: 100%;
	    height: 44px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li.active > a{
		padding: 12px 0;
    	margin: 0 12px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	    width:320px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
	#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	    width:375px;
	}
}

#mainFooter.main-footer{
    padding:49px 0 0;
}
.footerCol.middle-custom {
    padding-left: 48px;
}
#mainFooter .footerRight-logo{
    text-align: right;
}
#mainFooter .footerRight-logo img {
    width: 160px;
}
#mainFooter.main-footer .footerRow2{
    padding: 25px 0;
}
#mainFooter.main-footer .footerRow2 p{
    font-size: 11px;
    line-height: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol {
    min-height: auto; 
}
#mainFooter .footerRow1 > .middle-custom ul li span:first-child{
    color: #73aed3;
    font-size: 16px;
    margin-right: 10px;
}
#mainFooter .footerRow1 > .middle-custom ul li span.footerIcon img{ 
    width: 20px;
    height: 20px;
    display: inline-block;
}
#mainFooter .footerRow1 > .middle-custom > p {
    font-family: 'NotoSansBold';
    font-size: 14px;
    color: #73aed3;
    margin-bottom: 25px;
}
#mainFooter .footerRow1 > .middle-custom ul li span:first-child {
    color: #73aed3;
    font-size: 16px;
    margin-right: 17px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) {
    padding-top: 30px;
    height: 225px;
}
.image-alignment {
	display: flex;
    padding-left: 50px;
    padding-top: 5px;
}
.lowerFooterRow3{
	clear: both;
	padding-left: 30px;
	padding-right: 20px;
}
.heading-alignment{
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 50px;
	color: #bfc4c8;
}
.title-aligment{
	padding-left: 40px;
	padding-right: 0px;
}
.lower-footer-title-alignment {
	padding-left: 30px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) {
    padding-top: 29px;
    padding-left: 35px;
}
/*#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li:last-child {
    margin-bottom: 0;
}*/
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li a {
    font-size: 14px;
    text-decoration: underline;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(1) ul li a {
    font-size: 14px;
    text-decoration: underline;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li{
    margin-bottom: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
    margin-bottom: 25px;
    font-family: 'NotoSans';
    font-size: 14px;
}
#mainFooter.main-footer .footerRow1 > .middle-custom ul li span.footerIcon img{
    filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -ms-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -webkit-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #mainFooter.main-footer {
        padding: 28px 0 0;
    }
    #mainFooter .footerLogo {
        margin-bottom: 24px;
    }
    #mainFooter .footerLogo img {
        width: auto;
    }
    .footerCol.middle-custom {
        padding: 0 20px;
        /* border-bottom:1px solid #13181d;  */
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) {
        padding-top: 27px;
        /* border-top:1px solid #13181d;  */
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
        margin-bottom: 23px;
    }
    #mainFooter .footerRight-logo {
        text-align: left;
        padding: 0 15px;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li:last-child{
       margin-bottom: 31px;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3){
        padding:25px 20px 0 20px;
    }
    #mainFooter.main-footer .footerRow1 {
        padding-bottom: 11px;
    }
    #mainFooter.main-footer .footerRow2 {
        padding: 20px 0;
    }
    #mainFooter.main-footer .footerRow2 > .footerCol:first-child{
        margin-bottom:11px;
    }
    #mainFooter.main-footer .footerRight-logo,#mainFooter .footerRow2 > .footerCol:nth-child(2) {
        padding: 0 0px;
    }
    #mainFooter.main-footer .footerRow2 {
        padding: 20px ;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:first-child{
        padding-left:20px;
        padding-right:20px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px)
{
	#mainFooter .footerLogo img {
    	width: 100%;
	}
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,.btn-default.focus, .btn-default:focus {
    color: inherit;
    background-color: inherit;
    border-color:inherit;
}

/* .btn.blue-button:hover {
    background: #FFF!important;
    color: #0057a6!important;
    border: 2px solid #0057a6;
} */

.acc-banner div {
    width: 300px;
    height: 250px;
    background-color: #f2f2f2;
    margin-top: 32px;
    margin-left: 35px;
} 

#leftCont-rightNav .content > section.left-section {
    padding: 0 32px;
    border-right: 4px solid #edf6fb;
} 
.quick-links {
	width: 100%;
	padding-left: 0px;
	background-color: #fff;
	margin: 0px
}

@media only screen and (min-width: 1441px) {
	.quick-links {
		/*width: 1280px !important;*/
		padding-left: 0px;
		margin: auto;
	}
	.vacc_cont {
	    margin-left: 140px;
	    margin-right: 140px;
	}
	.shoppe-benifits {
	    padding-left: 53px !important;
	    padding-right: 53px;
	}
	.quick_cont{
		margin-left: 120px;
    	margin-right: 120px;
	}
	.quick-link {
		padding-left: 3px !important;
    	padding-right: 16px;
	}
	.quick-link:nth-child(4) {
	  	padding-right: 20px !important;
	}
}
<!-- US Style Code-->

.header-NoResultOutput{
	 display: None;
}
.home-wrapper-alignment {
	width: 90%;
	margin: 0 auto;
}
.header-NoResultOutput ul{
    position: absolute;
    width: 384px !important;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: 600px !important;  
    margin: 0;
    display:inline-block !important;
    box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
}

.header-NoResultOutput ul li{
 	font-weight: bold;
 	text-align:center;
}
.radio_grp{
  display: inline-block;
  width: 100%;
}

.radio_grp input[type="radio"]:before{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 13px;
  border: 1px solid #d4d9de;
  background-color: #FFF;
  display: inline-block;
  margin: -1px;
}

.radio_grp input[type="radio"]:checked:before{
  background-color: #0057a6;
}

.radio_grp label{
  width: 20px;
  height: 18px;
  font-family: "NotoSans";
  font-size: 12px;
  color: #5b646e;
  margin-left: 10px;
  font-weight: normal;
}

.radio_grp .segment_name {
	padding-left: 30px;
	font-family: "NotoSansBold";
  font-size: 12px;
  color: #5b646e;
  margin-left: 10px;
  font-weight: normal;
}

#request-accordion {
	right: 40px !important;
}

#sub-request-accordion {
	right: 38px !important;
}

.sub-location {
	padding-bottom: 5px !important;
}

#sub-level-segment {
	padding-top: 0px !important;
}

 .panel-heading .location {
	padding: 0px !important;
	padding-bottom: 13px !important;
}

.location-input {
	left: 35px;
}
.sub-location-input {
	left: 30px;
}

.maxAllowedLimit{
	display:none;
}
.maxErrorLimit{
	border:1px solid #de1848 !important;
}
.maxErrorLimitTxt{
	color: #de1848 !important;
}


.bottomfooter .items-request a.clear-cart{	
	margin-left:45px;
	color: #5b646e;
}
.addPopover{
	padding: 17px 10px 16px 10px;
    border: 0px;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -75px;
    left: 5px;
    display:none;
    z-index: 1060;    
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}


.addPopover .edit-popover .itemnumb{
	width:90%;
}

.patient-card .product-discontinued-txt1{
	color: #de1848
}
.Patient-Education .addToCart{
	margin: 10px 0px;
}



/*US image Multi Selector */
.multi-image-selector{
    margin-top: 32px;
    margin-bottom: 32px;
}
.multi-image-selector .popup-comp .modal-dialog {
    width: 470px;
}
.multi-image-selector .popup-comp .modal-header{
   /*  background: #ffffff; */
    height: auto;
    padding: 10px;
    border: 0;
}
/* .multi-image-selector img.xzoom3{
    width: 365px;
} */
.multi-image-selector .modal {
    position: fixed;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.multi-image-selector .modal-header .close-modal, .multi-image-selector .modal-header .close-modal-zoom{
    float: right;
    width: 22px;
    height: 22px;
 float: right;
 cursor: pointer;
}
.multi-image-selector .xzoom-container {
    width: 100%;
    display: inline-block;
}
.multi-image-selector .xzoom-thumbs img {
    width: 60px !important;
    height: 54px !important;
}

.multi-image-selector .xzoom-thumbs img.xactive {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 3px solid #4aaad2 !important;
}

.product-large-image {
    width: 100%;
    text-align: center;
    padding-right: 5%;
    display: block;
 /*   background-color: #f4f7f9; */
  }
  
  .product-large-image img {
    width: 80%;
  }
  
  .product-small-image{
        width: 60px !important;
    height: 54px !important;
    margin-top: 7px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    text-align: center;
    cursor: pointer;
  }

  .product-popup-image {
    width: 60px !important;
    height: 54px !important;
    margin-top: 7px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    text-align: center;
    cursor: pointer;
  }
  
  .product-small-image img {
    width: 90%;
    height: 100%;
  }

    .product-popup-image img{
        width: 90%;
        height: 100%;
    }
  .active-img{
    border-bottom: 3px solid #4aaad2 !important;
  }

  .fullscreen-image img{
   width: 24px !important;
    position: absolute;
    height: 24px !important;
    right: -5px;
    bottom: 60px;
  }
  .fullscreen-image.cart_fullscreen img {
    width: 100%;
    position: absolute;
    margin-right: 0;
    margin-top: 0;
    float: none;
    right: 0;
    bottom: 60px;
    background: #fff;
}
.pd-zoom img {
    position: unset;
    margin-right: -24px;
    float: right;
    margin-top: -22px;
}
  .imagepopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-dialog{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 470px;
    margin: 100px auto;
    position: relative;
  }
  .popup-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    /* border-radius: 6px; */
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.popup-header{   
    background: #ffffff;
    height: auto;
    padding: 10px;
    border: 0;
}

.popup-header .close{
    float: right;
    width: 22px;
    height: 22px;
 float: right;
 cursor: pointer;
}
.popup-body{
    padding: 20px;
    position: relative;
}
.pop{
    background: rgba(0,0,0,0.5);
}

#leftCont-rightNav > aside.right-navigation .multi-image-selector .product-large-image img{
	width:100%;
	height: 251px !important;
 }
 
 .product-popup-large-image{
 width:100%;
	height: 251px !important;
 }
 .xzoom-thumbs{
 text-align:left !important;
 }
 
 .header-alignment {
 	padding-top: 25px !important;
 	color: #bfc4c8;
 	padding-bottom: 25px;
 	padding-left: 30px;
 }
 
 /*saved order css for US start*/
.order_template {
    border-top: 1px solid #d4d9de;
    margin-top: 0px;
    padding-top: 25px;
}
.order_template h6{
    font-size: 20px;
    font-family: "Poppins-Medium";
    color:#5b646e;
    margin-bottom: 18px;
    margin-top: 0px;
}
.order_template p{
    margin-bottom: 20px;
}
.order_template li{
    margin-bottom: 12px;
    position: relative;
}
.order_template a{
    color: #0057a6;
    text-decoration: none;
    cursor: pointer;
}
.mCustomScrollBox {
    max-height: 100% !important;
}
.state-dropdwn .mCustomScrollBox {
	max-height: 261px !important;
}
.dd-role div.dropdown-menu div.open, .dd-hint div.dropdown-menu div.open, .practiceFacility div.dropdown-menu div.open, .shippingState div.dropdown-menu div.open{
	max-height: 100% !important;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu, .sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	max-height: 100% !important;
}

/*saved order css for US end*/

.frmy_img{
	display: inline-block;
	width:284px;
	height:20px;
	text-align:center;
	background-color: aliceblue;
    font-weight: bold;
    padding-top: 2px;
    color: #337ab7;
}

.frmy_img_no{
	display: inline-block;
	width:284px;
	height:20px;
	text-align:center;
	background-color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    color: #337ab7;
}

.frmy_tooltip{
	position:relative;
	display:inline-block
}

.frmy_imgpref{
	height:17px;
}

.frmy_pref{
	font-weight: bold;
	color: #337ab7;
}

.frmy_tooltip .frmy_pref_tttext{
	visibility:hidden;
	width: 218px;
	background-color:#52515a;
	color: #fff;
	text-align:center;
	border-radius:6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left:50%;
	margin-left:-109px;
}
.frmy_tooltip:hover .frmy_pref_tttext{
	visibility:visible;
}
.frmy_tooltip .frmy_pref_tttext::after{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px;
	border-width:5px;
	border-style:solid;
	border-color: #52515a transparent transparent transparent;
}

.N_frmy_content{
	color:#de1848;
	width:100%;
	display:inline-block;
}
.N_frmy_det{
	position:relative;
	display:inline-block
}

.N_frmy_link{
	cursor:pointer;
}

.N_frmy_det .N_frmy_text{
	visibility: hidden;
    width: 328px;
    background-color: #ffffff;
    color: #52515a;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9;
    bottom: 150%;
    margin-left: -199px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.product-discontinued-alrt4 .N_frmy_text p {
    margin-bottom: 0px!important;
}

.product-discontinued-alrt4 {
    padding-left: 20px;
}

/*.N_frmy_det:hover .N_frmy_text{
	visibility:visible;
}*/
.N_frmy_det .N_frmy_text::after{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px;
	border-width:9px;
	border-style:solid;
	border-color: #ffffff transparent transparent transparent;
}

.N_frmy_text p,.sp_content{
	padding: 8px;
    padding-left: 17px;
}

.sp_content{
	color:#337ab7;
}

.cardGroup-B .mb1{
	position:relative;
	top:12px;
}
#product-listing .prodCard-box .prod-card h6.prod-title{
	height:40px;
}
.pdp-dropdown .inner{
	margin-right: 10px;
}
.remove_pad{
	padding-top:0px;
	padding-bottom:0px;
}
.while_dragging{
	position: relative;
    display:none;
    text-align: center;
    height: 160px;
    border-radius: 4px;
    background-color: rgba(239, 242, 245, 0.4);
    margin-bottom: 10px;
    padding-top: 29px;
}

.progress-order{
	
}

.success-order{
	display:none;
}

.failure-order{
	display:none;
}
.popover-cancel-button.white-button:hover, .popover-cancel-button.white-button.active {
    background: #0057a6;
    color: #ffffff;
    border: 2px solid #0057a6;
}
.cntnue-shppng{
	margin-bottom: 12px;
}

/*saved order css for US start*/
.order_template {
    border-top: 1px solid #d4d9de;
    margin-top: 0px;
    padding-top: 25px;
}

.failure-order{
	display:none;
}
.accountCreating .preference-tab {
    padding: 25px 32px 28px 40px;
}
.accountCreating .acc-preference .preference-tab {
    padding: 25px 32px 28px 30px;
}
.accountCreating .preference-tab .accPref-ttle-blk{
	padding-left: 15px;
}
.staticBillingTxt{
    max-width: 75%;
    display: inline-block;
    margin-bottom: 12px;
}

.show-content label > span{
    display: inline-block;
    width: 93%;
}

.inputFileFields{
    width: 39%;
}

.preference-content #tab_3 .contact-details {
    padding-bottom: 16px;
    margin-bottom: 0;
}

.billing-tab#tab_3 .hr-line{
    margin-top: 0px;
}

#tab_3 .Fields-btn-group {
    margin: 8px 0 32px 0;
}

.myacc_process ul li h4 {
    color: #2a343f!important;
}

.myacc_process ul li.myacc_Recurr h4 {
    color: #0057a6!important;
}
.search-value::-ms-clear {
    display: none;
}
.add-order-template ul li >p{
    margin-bottom: 3px;
}

.myacc_process ul li h4 img{
    height: 22px!important;
}

#how-it-works .modal-body > span{
    display: inline-block;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.multi-image-selector .popup-comp .modal-dialog {
	width: 100%;
}
}
/*add-order-template end*/


#conf-email-settings .modal-body{
    min-height: 218px;
}

.conf-email-div{
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.conf-email-div span:nth-child(1){
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
}

.conf-email-div span:nth-child(2){
    display: inline-block;
    width: 100%;
}

#conf-email-settings .modal-footer > button{
    margin-bottom: 12px;
    margin-left: 0;
}

#confirmed-email-settings .modal-body{
    min-height: 270px;
}

#confirmed-email-settings .modal-footer > button{
    margin-bottom: 12px;
    margin-left: 0;
}

.confirmedMsg-div > span{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    margin-left: 4px;
}

.confirmedMsg-div{
    border-bottom: 1px solid #e5e9ec;
    padding: 0px 0px 12px 0px;
    margin-bottom: 12px;
}

.confirmedMsg-div > img{
    display: inline-block;
    margin-top: -4px;
}
.tab_content.billing-tab .radio_grp input[type=radio]{
    vertical-align: top;
}
.tab_content.billing-tab .radio_grp{
  padding-bottom:19px;
}
.preference-content #tab_3 .contact-details{
	    padding-top: 12px;
}
.tab_content.billing-tab .radio_grp > span:nth-child(1){
  float: left;
  width: 14px;
  height: 14px;
}


@media only screen and (max-width: 767px) and (min-width: 320px)
{
    .accountCreating .preference-tab{
        padding: 25px 12px 28px;
    }

    .accountCreating .preference-tab .col-xs-12{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact-details .form-group a.ordrCntrctAddEmail{
	display: inline-block; 
	clear: both;
    margin-top: 0;
    padding-top: 0;
}
.ordrCntrctAddEmail{
	padding-top:10px;
}
.mltpl-eml-blk.commonFiledsError .contact-name-error.email-err, .mltpl-mbleNos-blk.commonFiledsError .contact-name-error.mble-nmbr-err{
	position: static;
	width: auto;
    display: inline-block !important;
}
.mltpl-eml-blk{
    margin-bottom: 10px;
    position: relative;
}
.mltpl-eml-blk .pdp-dropdown, .mltpl-mbleNos-blk .mble-nmbr{
	width: 100%;
	display: inline-block;
}
.mltpl-mbleNos-blk{
	position: relative;
	    margin-top: 10px;
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt{
	position: absolute;
	    margin-top: 5px;
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt{
	/* top: 5px; */
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt span{
	margin-left: 3px;
}
.mltpl-eml-blk .orderemail.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
.addEmailtxt{
	margin-top: 10px;
}
.contact-details.contact-data .appendEmail a, .contact-details.contact-data .cntct-mble-nmbr{
    display: inline-block;
    clear: both;
    float: left;
}
.contact-details #saveOrderContactForm .form-group input,.contact-details #saveOrderContactForm .mltpl-eml-blk .pdp-dropdown{
	width: 75%;
}
.contact-details #saveOrderContactForm .mltpl-eml-blk .pdp-dropdown .addEmailtxt{
	width: 100%;
}
.contact-details .form-group a.ordrCntrctEmlBlkDlt{
    right: 16px;
    top: -2px;
}
.mltpl-eml-blk .orderemail.bootstrap-select .dropdown-menu li {
    padding-left: 10px!important;
    padding-right: 5px!important;
	font-family: "NotoSans";
	font-size: 12px;
    min-height: 44px;
    border-bottom: 1px solid #e8e8e8!important;
    cursor: pointer;
}
.mltpl-eml-blk .orderemail.bootstrap-select .dropdown-menu li a {
    width: 100%;
    background: transparent;
    margin-top: 15px!important;
} 
.mltpl-eml-blk .orderemail.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.contact-details .form-group a.ordrCntrctEmlBlkDlt span{
    margin-left: 5px;
}
.cart-unitPrice .unitCount-comp {
    position: static!important;
    margin-top: -38px!important;
    bottom: 0;
}

#sanofiOnlinePayInfoForm .pay_opt{
	float: left;
	width:100%
}
#sanofiOnlinePayInfoForm .sort-by-region{
	width: calc(100% - 50px);
	margin-bottom: 0;
} 
#sanofiOnlinePayInfoForm .adding-card-checkbox{
	margin-top: 40%;
}
#sanofiOnlinePayInfoForm .sanofi-dropdown-sec.btn-group
{
    width: 100%;
    margin-top: 10%;
}
.make_payment #sanofiOnlinePayInfoForm  .pay_opt .sanofi-dropdown-primary {
	width: 80%;
    height: 35px;
    margin-top: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ddDisabled{
	
	background-color: rgba(229, 233, 236, 0.4) !important;	
}

.order-history-table .pt-history img, .order-history-table .tablemain-padding img {
    width: auto!important;
    height: auto!important;
    margin-right: 8px;
}
.order-history-table .pt-history img, .order-history-table .tablemain-padding .credit-tooltip {
    margin-left: 5px;
}

#invoice-table {
	margin-top: 0px !important;
}
/*My Accounts schedule payments css starts here*/

@media screen and (min-width: 769px){
	#account_invoice_financials_wrapper {
	padding-left: 7px;
	}
   
    .schedule-payment #example_invoice thead th.oi-invoice-width {	
	    width: 10% !important;
	}
	
	.schedule-payment .adding-card-checkbox {
	    width: 28px;
	}
	.schedule-payment #example_invoice th.oi-amount-balance{
	 width: 12% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-discount{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-payment{
		 width: 10% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-Schdld-payment{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-payment-mtd{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-expr{
		 width: 10% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-component-edit{
		 width: 5% !important;
	}	
	.schedule-payment #example_invoice td.align-right{
	text-align:right;
	}
	.schedule-payment #example_invoice td.align-right input{
	text-align:right;
	}
}
/*My Accounts schedule payments css ends here*/



.dltd-ordrs-blk .dltd-savd-ordr {
	background: white;
	border: none;
	margin-bottom: 5px;
	font-family: NotoSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}

.dltd-ordrs-cntnr {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.edit-saved-cart label.Fields-label {
	font-family: NotoSans;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
}

.edit-popover .white-button:hover, .white-button.active {
	background: #0057a6;
	color: #ffffff;
}
span.chevronIcon{
    background: url(../images/icons/chevron-up.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px !important;
}
span.chevronIcon-down{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px;
}

.empty-cart .mCustomScrollbar{
    height: 100% !important;
}
.empty-cart .miniCart-popover .miniCart-list{
    margin-top: 4px !important;
}


#tab_1 .usrData-accPref,#tab_1 .accPref-cmmnctns{
	padding-left: 0 !important; 
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
#registerBilling .billingbutton .radio_grp{
    display: inline-block !important;
    width: 100% !important;
    }
    .billing-address-select label{
       width:100%;
        }
.billing-address-select .radio_grp{
    display: inline-block !important;
    width: 100% !important;
    }
    
    .lower-footer-logo{
    	margin-bottom:130px;
    }
}
.info-title {
	padding-right: 0px;
}

.billing-address-select .radio_grp {
    display: inline-block;
    width: 15%;
}
.checkout-title {
	padding-bottom: 0px !important;
}
.prod-dtl-blk aside.right-navigation .prod-details-img{
    margin-bottom: 20px;
}
.cart_value_added img{
    width: 30px;
    height: 30px;
}

/* conflict remove */
.txtArea-nonResize{
	resize: none;
}
.checkout .left-section .form-control.txtArea{
	height: auto;
	margin-bottom: 5px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout{
	margin-bottom: 20px;
    border-bottom: 1px solid #d4d9de;
    padding-bottom: 24px;
}
.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > img {
	margin-right:0;
}
	
.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > span {
    float: right;
    width: 94%;
    margin-top: 0;
    margin-left: 0;
}

.left-section .firstLevel-acc-checkout p.text_indent {
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0;
}


.plp_cart_error_added, .plp_cart_error_added1, .plp_cart_error_added2{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -65px;
    right: -20px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}
.modal.quantity-limit{
	z-index:1100 !important;
}

.quantity-limit .modal-content h5{
	font-size: 16px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    color: #2a343f;
    padding-bottom: 30px;
}

@media only screen and (min-width: 320px ) and (max-width: 767px) {
.plp_cart_error_added, .plp_cart_error_added1, .plp_cart_error_added2{
	right: 0px;
}

#productList-area > section.new-product-section  {
    border-left: 0px solid #edf6fb !important;
    border-bottom: 0px solid #edf6fb !important;
    margin-bottom: 0px;
}

.new-product-section #product-listing .prodList-box {
    border-bottom: 0px solid #edf6fb;
}

#leftCont-rightNav > section.left-section.featured-products-section{
	padding:0;
}

.featured-products-section .carts-section .related-products-cartssection .top-sllrs.slick-carousel {
    height: 91% !important;
}

.featured-products-section .top-sllrs .slick-item {
    height: 100%;
}

.featured-products-section .mini-card .cart_value_added {
    display: inline-block;
    bottom: auto;
    top: 77.6%;
}

#cart-us{
	display:inline-block;
}

}
@media only screen and (min-width: 768px ) and (max-width: 1024px) {
#product-listing .prodCard-box .prod-card .plp_cart_error_added img, #product-listing .prodCard-box .prod-card .plp_cart_error_added1 img, #product-listing .prodCard-box .prod-card .plp_cart_error_added2 img {
    width: auto !important;
    height: 100%;
}
.plp_cart_error_added,.plp_cart_error_added1,.plp_cart_error_added2{
	right: -28px;
}
}

.plp_cart_error_added>.arrow, .plp_cart_error_added1>.arrow, .plp_cart_error_added2>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,.25);
    bottom: -11px;
    position: absolute;
    left: 50%;
}

.plp_cart_error_added>.arrow:after, .plp_cart_error_added1>.arrow:after, .plp_cart_error_added2>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    bottom: 1px;
    position: absolute;
    left: -11px;
}

.plp_cart_error_added > img, .plp_cart_error_added1 > img, .plp_cart_error_added2 > img{
    float: left;
    margin: 1px 0 0 0;
}

.plp_cart_error_added > span, .plp_cart_error_added1 > span, .plp_cart_error_added2 > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
    padding-top:6px;
}
/* conflict remove */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.image-alignment {
	    display: flex;
	    padding-left: 15px;
	    padding-top: 5px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px){
	.quick_cont {
    	margin-left: 40px;
    	margin-right: 40px;
	}
	.quick-link{
		padding-left: 7px !important;
    	padding-right: 7px !important;
	}
	.vacc_cont{
		margin-left:40px;
		margin-right:40px;
	}
	.shoppe-benifits{
		padding-left: 80px !important;
    	padding-right: 57px !important;
	}
}

ul.pagination>li.pagination-prev > a.plpEnable.disabled, ul.pagination>li.pagination-next > a.plpEnable.disabled {
    background: #bfc4c8!important;
    cursor: default!important;
}

.all.accordAllView{
	display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.contact-details #saveOrderContactForm .form-group .radio_grp,.contact-details #pref-cont.form-group .radio_grp #cntctPrefEml{
	width: auto;
	float: left;
    margin-top: 45px;
}
.contact-details #saveOrderContactForm .form-group .radio_grp input{
    width: auto;
    display: inline-block;
    padding: unset;
    height: auto;
}
.contact-details #saveOrderContactForm .form-group .radio_grp+.prefSlctnBlk,.contact-details .form-group .radio_grp+.prefSlctnBlk{
	display: inline-block;
	width: calc(100% - 30px);
}
.contact-details #saveOrderContactForm .sanofi-dropdown-primary .dropdown-toggle,.contact-details .sanofi-dropdown-primary .dropdown-toggle{
	font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; 
  padding-left: 10px;
}

.contact-details #saveOrderContactForm .sanofi-dropdown-primary .dropdown-menu{
    width:310px !important;
    min-width: 310px !important;
}


.contact-details #saveOrderContactForm .sanofi-dropdown-primary,.contact-details .sanofi-dropdown-primary {
	    height: 28px;
    padding: 2px;
}
#saveOrderContactForm .prefCntctBlk .form-group .common-error{
    position: unset;
        width: 100%;
    float: left;
}
#saveOrderContactForm .prefSlctnBlk .common-error {
    position: relative !important;
    top: 5px !important;
}
.flu-pdt .text-left {
	margin-top: 105px;
}


#pdp-image-zoom #lens1 > .row{
	margin:0!important;
}

#pdp-image-zoom #lens1 .xzoom3{
	width:98%;
}

#pdp-image-zoom #lens1 .xzoom-container{
	text-align:center;
}

#pdp-image-zoom .modal-dialog{
box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
}

#pdp-image-zoom .xzoom-container > div > div{
       text-align:center;
}

#pdp-image-zoom .xzoom-container > div > div > img.xzoom3 {
    max-width: 376px;
}

.product-image-formulary .fullscreen-image img {
    right: 0;
	background: #fff;
}


.patient_education_mobile_facet{
	width:100%;
}

.pdp-dropdown .sanofi-dropdown-primary .dropdown.patient_education_mobile_facet{
	width:100%!important;
}

.open.patient_education_mobile_facet > .dropdown-toggle.btn-default,.patient_education_mobile_facet .btn-default.active{
	background:#FFF;
}

.patient_education_mobile_facet div.dropdown-menu{
	z-index: 991;
    height: 250px;
    padding:0;
    margin:0;
}

.patient_education_mobile_facet .slimScrollDiv div.dropdown-menu.open{
	display:inline-block;
}

.patient_education_mobile_facet div.dropdown-menu .inner{
	overflow:hidden!important;
	max-height:initial!important;
}

.patient_education_mobile_facet div.dropdown-menu .inner ul{
	overflow:hidden!important;
	max-height:initial!important;
}

.patient_education_mobile_facet .dropdown-menu>li>a:hover{
	background-color:transparent;
}

.sanofi-dropdown-primary .patient_education_mobile_facet ul.dropdown-menu li.selected {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 340px center!important;
}

.patient_education_mobile_facet .mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.bolded_mobile_facet > span{
	font-weight:bold;
}

.invoicesTable .oidate-red input[type="text"] {
    width: 80%;
}

#browse-category #bold-color{
	margin-top:12px;
}

@media screen and (max-width: 767px) and (min-width: 319px)
{
	#location-select {
	   text-align: center!important;
	}
	
	#location-sel-popup .panel-heading{
		padding-bottom: 8px!important;
	}
	
	#location-sel-popup .panel-collapse .panel-body{
		padding-top: 0px;
		margin-top:0!important;
		padding-right: 0px;
	}
	
	#location-sel-popup .modal-content > .modal-body > .panel-group {
		text-align: left!important;
	}
	
}
/*items in cart start*/
.items-in-cart h4.modal-title-top20 {
    margin-top: 34px!important;
    margin-bottom: 0;
}
.items-in-cart.popup-comp .modal-dialog {
    width: 529px;
}

button[name=saveCartChanges].btn.btn-default.blue-button.disabled{
    background-color: black!important;
    color: #FFF!important;
    border-color: black!important;
}

.items-in-cart.popup-comp .modal-body p {
    text-align: center;
    font-size: 14px;
    color: #5b646e;
    margin-bottom: 0;
    padding: 17px 83px 4px;
}
.items-in-cart.popup-comp .miniCart-foot button{
    margin-bottom: 8px;
    margin-left: 0;
}
/* .btn-default.btn.blue-button:hover, .blue-button:active{
    background-color: #023B6E!important;
    color: #FFF!important;
    border-color: #0057a6!important;
} vax*/
button[name=saveCartChanges].btn.btn-default.blue-button.disabled{
    background-color: #bfc4c8!important;
    color: #FFF!important;
    border-color: #bfc4c8!important;
}
.white-button:hover, .white-button.active {
    background: #ffffff!important;
    color: #0057a6 !important;
    border: 2px solid #0057a6!important;
}
/*items in cart end*/
/*items in cart start*/
@media only screen and (min-width: 320px) and (max-width: 530px) {
    .items-in-cart.popup-comp .modal-dialog {
        width: 100%;
    }
    .items-in-cart .modal-footer .btn+.btn{
        word-break: break-all;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .items-in-cart .modal-footer .btn+.btn {
        word-break: break-all;
        white-space: inherit;
        height: auto;
    }
}
/*items in cart end*/

.selectedOpenInvoice{
	display:none;
}
.rename-opt .popover-content{
	height: auto !important;
}

.rename-opt .trash.save-cart + .popover .popover-content .btn{
	width: 100px;
}

#sanofiOnlinePayInfoForm th:nth-child(4) {
    width: 128px!important;
}

#sanofiOnlinePayInfoForm td:nth-child(2) input.inputNonEditable {
    cursor:pointer;
}

#creditform .invoiceDropdown .slimScrollDiv > ul{
	display: inline-block;
    top: 0!important;
    height: 160px!important;
    padding: 0!important;
    border: 0!important;
    margin-top: 0!important;
    margin-left: 0!important;
}

.make_payment #sanofiOnlinePayInfoForm .pay_opt .sanofi-dropdown-primary {
    width: 100%;
}

.commonViewTable .childViewTable span.bs-caret {
	width: auto;
    margin-left: 6px;
}
.commonViewTable .childViewTable span.bs-caret > span.caret {
    float: left;
    width: auto;
    min-width: 10px;
}

.delivary.px1.date-us{
	/* display:none; */
}

#sanofiOnlinePayInfoForm #example_invoice .reservationPopup {
    left: 10px !important;
    top: 0;
}
.btnnewcontinue.btnpaymentinvoice.btn.focus, .btnnewcontinue.btnpaymentinvoice.btn:focus, .btnnewcontinue.btnpaymentinvoice.btn:hover {
    color: #FFF;
}

.featured-products-section .slick-item .mini-card .cart_value_added {
    bottom: inherit;
    top: 77%;
    left:34px;
}

.featured-products-section .top-sllrs .slick-item {
    height: 90%;
}

.order-detail-dashboardView {
    margin-top: -46px;
    float: left;
    width: 100%;
}

h5.dark-color.ff-bold.order-special-instructions{
	margin-top:16px;
}

.checkout .ac-order .print-preview .order-preview p.orderViewDetails{
	font-size:14px!important;
	font-family:"NotoSans";
	font-weight:bold;
}

.print-preview .firstLevel-acc .order-location-view label:first-child{
	width:80%;
}

.ac-order .print-preview .firstLevel-acc .order-location-view img{
	vertical-align: top;
    margin-top: 0;
}

.ac-order .print-preview .firstLevel-acc .order-location-view span{
	display: inline-block;
    width: 90%;
}

.contact-details.contact-data .tooltip-inner {
    max-width: 300px;
    padding:12px;
}

.orderemail.bootstrap-select .dropdown-menu.inner.heightNew{
	height:250px!important;
	display:inline-block;
	max-height:max-content!important;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.order-history-table #creditform .dropdown-menu {
	    margin-top: 0!important;
	    margin-left: 0!important;
	    top: 100%!important;
	    min-width: 160px!important;
	}
	
	#creditform .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: 160px;
	}
	
	#creditform .invoiceDropdown ul li a {
	    padding: 10px 0px 13px 0px;
	}
	.print-cart.print-checkout .savings-total {
	    border-bottom: 0px solid #edf6fb;
	}
	
	.order-detail-dashboardView {
	    margin-top: 0;
	}
	
	.print-preview .firstLevel-acc .order-location-view label:first-child {
	    width: 100%;
	}
}

.breadcrumb>li+li:before {
    padding: 0px;
}


.dateRangeDiv .delivary.px1 .select-style2 {
    margin-top: -4px;
    margin-bottom: 16px;
}

.dateRangeDiv .calender .datepicker-days thead tr:nth-child(1):after {
    top: 52px;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
	.print-preview .firstLevel-acc .order-location-view label:first-child {
	    width: 68%;
	}
	#leftCont-rightNav > aside.right-navigation.sm-pd-15 {
	    padding-right: 15px!important;
	    padding-left: 15px!important;
	}
}
/*cart delete info msg css start*/
@media screen and (max-width: 767px) and (min-width:400px){
	 .fullscreen-image.cart_fullscreen img {
	    bottom: 61px;
	}
}
.info-msg{
    border: 1px solid #edf6fb;
    padding: 20px;
    border-radius: 5px;
    box-shadow: -1px 1px 11px #edf6fb;
    margin-top: 0px;
    margin-bottom: 15px;
    /* position: relative; 
    bottom: -24px;*/
}
.info-msg span{
    color: #0057a6;
}
.info-msg p{
    font-family: 'NotoSansBold';
}
#cartEntryData-cartPage .cart-edit-delete+.popover .popover-content .product_trash {
    margin-top: 16px!important;
}
/*cart delete info msg css end*/

.orderemail.sanofi-dropdown-primary ul.dropdown-menu li.selected {
    background: transparent!important;
}

.product_discont, .product_avail{
	float:right;
}

.N_frmy_det2{
	position:relative;
	
}

.N_frmy_link2{
	cursor:pointer;
}

.N_frmy_det2 .N_frmy_text2{
	visibility: hidden;
    width: 328px;
    background-color: #ffffff;
    color: #52515a;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -199px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.N_frmy_det2:hover .N_frmy_text2{
	visibility:visible;
}

.txtMsg{
	display:inline-block;
	line-height:14px;
}

.N_frmy_link2 + .popover{
	max-width:320px;
}

.N_frmy_link2 + .popover .popover-content {
    padding: 12px;
    margin-top: 0;
    height: auto;
    width:320px;
}

.N_frmy_link2 + .popover .popover-content >  span,.N_frmy_link2 + .popover .popover-content >  span p {
	font-size:12px;
	font-family: "NotoSans";
}

.product_dis_continued{
	float:right;
	width:29%;
	font-family: "NotoSansBold";
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.product_dis_continued{
	float:right;
	width:58%;
}
}

/*cart page desktop alignment css*/
  .modal-header .qty-cls-btn.close img{
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    }
    
    .checkout .left-section .checkout-details .quantity-popup .table>tbody>tr>td {
    padding: 10px 0 10px 0 !important;
   }
   
   .modal-body.quantity-popup h5 {
    font-weight:bold;
    font-size: 1.5 em;
   }
   
   .modal-body.quantity-popup ul.checkout-details{
   border: none;
   }
   
.checkout .left-section .checkout-details.cartmain .cart-block p.prodQtyLmts{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:5px;
}

.cart-left .checkout-details .cart-block .qly-view-details h2{
	font-weight: normal;
    font-size: 1.2em;
}
.unitCount-comp .cart_error_added.cart-page{
	    left: -45px !important;
	    top: -110px;
	    width: 200px;
}
.unitCount-comp .cart_error_added.cart-page.error-one{
    left: -60px !important;
    top: -115px;
    width: 230px;
    height: auto;
    min-height: 100px;
}
.unitCount-comp .cart_error_added.cart-page.error-one > span{
	width:80%;
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -40px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 769px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -70px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 413px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -28px !important;
    top: -68px;
    }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        top: 35px;
    left: -115px !important;
    }
}
.cart_error_added.cart-page > span{
	width:76%;
}
.modal-open .modal.cart-page{
	z-index: 1070;
}

.cartmain li.cart-block .prodQtyLmts1 {
    color: #de1848;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-top: 5px !important;
}

#placeOrderForm .error-validation{
	color:red;
	font-size:12px;
	margin-top: -15px;
}
.tot_right{
	padding-left: 108px;
}


.addToCartRestriction, .addToCartRestriction:hover,.white-button.active.addToCartRestriction,.white-button.addToCartRestriction:hover,.btn.btn-default.blue-button.addToCartRestriction:hover,.btn.btn-default.blue-button.addToCartRestriction:focus,.blue-button.addToCartRestriction:active,.btn.blue-button.addToCartRestriction:hover,.addToCartRestrictionNew,.addToCartRestrictionNew:hover {
    color: #ffffff !important;
    background: #BFC4C8 !important;
    border: none !important;
    cursor:not-allowed!important;
    outline-color:#BFC4C8 !important;
}

.uploadRestriction .upload_restriction_view{
	background: #BFC4C8;
    width: 108%;
    height: 322px;
    position: absolute;
    opacity: 0.3;
    left: -16px;
    margin-top: -24px;
    cursor:not-allowed;
}

.uploadRestriction.uploadnewRestrict .upload_restriction_view{
    width: 100%;
    left: 0;
}

#sanofiOnlinePayInfoForm .commonRow:nth-child(1) > label .newSelect{
	position: absolute;
    width: 94%;
    top: 6px;
    margin-left: 0;
}

#sanofiOnlinePayInfoForm .commonRow:nth-child(1) > label{
	padding-top: 44px;
    position: relative;
}

.make_payment #sanofiOnlinePayInfoForm .commonRow:nth-child(1) .pay_opt .sanofi-dropdown-primary{
	margin-left:0;
}

#tab_3.tab_content .Fields-container-default-error .defaultMessage {
    left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#add-new-check-popup .wrapper + div {
	    display: inline-block;
	    width: 100%;
	}
	
	#add-new-check-popup .modal-dialog .modal-body .d-flex {
	    padding-top: 0;
	    min-height: 150px;
	}
}


#select-std-paymentmethod .select-items div, #select-std-paymentmethod .select-selected {
    padding: 12px 36px 12px 16px;
}

#select-std-paymentmethod .same-as-selected{
	background: url(../images/icons/checkmark-blue.svg) no-repeat 98% center!important;
}


.acc-overviewtabs .prodCard-tabs > ul > li {
    font-weight: bold;
    color: #0057a6;
}

.acc-overviewtabs #tab_1 #account_invoice_financials th:last-child{
	width:522px!important;
}

.acc-overviewtabs #tab_1 #account_invoice_financials tbody td:last-child{
	border-right:0!important;
}

.acc-overviewtabs #tab_1 #account_invoice_financials .dropdown-menu{
	padding:0;
}

.acc-overviewtabs #tab_1 #account_invoice_financials ul li{
	padding:0;
	margin:0;
}

.acc-overviewtabs #tab_1 #account_invoice_financials ul.dropdown-menu li > a{
	padding:13px 0px 12px 12px;
}

.order-detail .checkout .checkout-details.orders-save li {
    border-bottom: 1px solid #d4d9de;
}

.order-detail .checkout .checkout-details.orders-save li:last-child {
    border-bottom: 0px solid #d4d9de;
}

.checkout-details.orders-save li div img {
    padding: 14px 0 0 0;
    margin-right:16px;
}

.checkout .cart-left .orders-save .checkout-data {
    margin-left: 12px;
}

.checkout-details.orders-save.cartmain .unitCount-comp{
	bottom:initial;
}

.cardExpiryValidation .sanofi-dropdown-primary button + ul{
	height:178px!important;
}

.bank-details .radio_grp label{
	margin-left: 4px;
}

.sanofius-dashboard-page .wht-button.view-res-details-btn{
	background-color: #0057a6;
	color:#FFF;
}

.sanofius-dashboard-page .wt-button:hover,.sanofius-dashboard-page .wht-button:hover {
    color: #fff!important;
}

.bolded_mobile_facet > a > span.text {
    font-family: "NotoSansbold";
}

.save-cart-msg.added-to-cart.order_save_msg{
	display:none;
}

.Well_Connect .just_dial {
    margin-bottom: 12px;
}

.formi_hidden{
	visibility: hidden;
}

.testcart + aside + section .related-products-cartssection .slick-item .mini-card {
    height: 696px;
}

.testcart + aside + section .related-products-cartssection .slick-item .mini-card .minicardGroup-B > form > a{
	position: absolute;
	width: 93%;
	bottom: 24px;
	left: 0;
	left: 18px;
	max-width: 219px;
}

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput.pop-visible{
	display:inline-block;
}

@media screen and (max-width: 768px) and (min-width: 319px){
	.acc-overview .horizontal-banner {
	    display: inline-block;
	    margin:0;
	}
	
	.acc-overview .horizontal-banner > img{
	    width:100%;
	}
}
.invoice-dropdown .bootstrap-select .dropdown-toggle .filter-option {
	height: auto;
}

.flu-reserv-contact .email-err {
    margin-bottom: 8px;
}

.flu-reserv-contact .addEmailtxt{
	margin-bottom: 8px;

}

/* US-1319 */
@media screen and (min-width: 1280px){
	.cart-view-change .down_links{
		position:relative;
		left:60px;
		bottom:7px;
	}
}


/* US-1244 11-Mar-2020 Starts */
/* Global Styles */
.acc-statement-monthly .br-grey {
    border-right: 2px solid rgba(184, 193, 203, 0.4) !important;
}

.acc-statement-monthly .bl-grey {
    border-left: 2px solid rgba(184, 193, 203, 0.4);
}

.acc-statement-monthly .bt-grey {
    border-top: 2px solid rgba(184, 193, 203, 0.4) !important;
}

.acc-statement-monthly .bb-grey {
    border-bottom: 2px solid rgba(184, 193, 203, 0.4);
}

/* Global Styles Ends */
.acc-statement-monthly {
    background: #fff;
    padding: 0;
}

.acc-statement-monthly .header {
    padding: 25px 5px;
    box-shadow: 0 2px 3px rgba(23, 114, 183, 0.2);
    /* margin: 0; */
}

.acc-statement-monthly .header img {
    width: 200px;
    /*height: 35px;*/
}

.acc-statement-monthly .header .buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.acc-statement-monthly .header .buttons-wrapper img {
    width: 25px;
    height: 25px;
}

.acc-statement-monthly .header .buttons-wrapper button {
    background: #0057a6;
    color: #fff;
    height: 44px;
    display: flex;
    min-width: 125px;
    justify-content: center;
    align-items: center;
}

.acc-statement-monthly .main-content {
    padding: 32px 25px 0;
    font-family: 'NotoSans';
    display: flex;
    flex-direction: column;
}

.acc-statement-monthly .main-content>.row {
    display: flex;
    align-items: center;
}

.acc-statement-monthly .main-content .monthly-statement .title {
    font-family: 'NotoSansBold';
    color: #bfc4c8;
    font-size: 12px;
}

.acc-statement-monthly .main-content .monthly-statement .content {
    font-family: 'NotoSansBold';
    color: #5b646e;
    font-size: 12px;
    text-transform: uppercase;
}

.acc-statement-monthly .main-content .monthly-statement .content li {
    list-style-type: none;
}

.acc-statement-monthly .main-content .customer-details {
    font-size: 12px;
}

.acc-statement-monthly .main-content .customer-details p.title {
    color: #2a343f;
    line-height: 18px;
    margin: 0;
}

.acc-statement-monthly .main-content .customer-details p.title .value {
    color: #5b646e;
}

.acc-statement-monthly .main-content .credit-balance-wrapper {
    display: flex;
    justify-content: flex-end;
}

.acc-statement-monthly .main-content .credit-balance {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f7f9;
    font-family: 'Poppins-Medium';
    font-size: 20px;
    color: #2a343f;
    width: 354px;
    min-height: 71px;
}

.acc-statement-monthly .main-content .statement-info .table thead th {
    font-family: 'NotoSansBold';
    font-size: 12px;
    color: #5b646e;
    border-bottom: 2px solid rgba(184, 193, 203, 0.2);
    padding-top: 33px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.acc-statement-monthly .main-content .statement-info .table thead th:last-child,
.acc-statement-monthly .main-content .statement-info .table thead th:nth-last-child(2),
.acc-statement-monthly .main-content .statement-info .table tbody tr td:last-child,
.acc-statement-monthly .main-content .statement-info .table tbody td:nth-last-child(2) {
    text-align: right;
}

.acc-statement-monthly .main-content .statement-info .table tbody tr:last-child td {
    padding: 17px 0 19px 0;
}
.statement-info td.one-row{
        border-left: 2px solid #b8c1cb66;
}
.acc-statement-monthly .main-content .statement-info .table thead tr th:last-child,
.acc-statement-monthly .main-content .statement-info .table tbody td:last-child {
    padding-right: 27px !important;
}

.acc-statement-monthly .main-content .statement-info .table tbody tr td {
    padding-bottom: 14px;
}

.acc-statement-monthly .main-content .statement-info .table tbody tr td.ref-number {
    color: #0057a6;
}

.acc-statement-monthly .main-content .statement-info .table tbody tr td.ref-number a,
.acc-statement-monthly .main-content .statement-info .table tbody tr td.ref-number a:hover {
    color: #0057a6;
    text-decoration: none;
}

.acc-statement-monthly .main-content .statement-info .table tbody tr td>img {
    width: 16px;
    height: 17px;
}

.acc-statement-monthly .main-content .remittance-wrapper {
    align-items: flex-start;
    border-bottom: 2px solid rgba(184, 193, 203, 0.2);
}

.acc-statement-monthly .main-content .summary {
    display: flex;
    flex-direction: column;
}

.acc-statement-monthly .main-content .summary .d-flex {
    margin: 5px 0;
}

.acc-statement-monthly .main-content .summary .d-flex,
.acc-statement-monthly .main-content .summary .d-flex .rhs {
    display: flex;
    color: #2a343f;
}

.acc-statement-monthly .main-content .summary .d-flex .lhs {
    display: flex;
    min-width: 290px;
    color: #5b646e;
}

.acc-statement-monthly .main-content .remittance {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 28px;
}

.acc-statement-monthly .main-content .remittance .d-flex {
    display: flex;
    flex-direction: column;
    font-family: 'NotoSansBold';
    margin-top: 25px;
}

.acc-statement-monthly .main-content .remittance .d-flex .title {
    color: #bfc4c8;
    margin-bottom: 10px;
}

.acc-statement-monthly .main-content .remittance .d-flex .value {
    color: #5b646e;
    text-transform: uppercase;
}

.acc-statement-monthly .main-content .remittance .query {
    color: #5b646e;
    width: 70%;
    word-break: break-word;
    margin-top: 25px;
}

.acc-statement-monthly .main-content .remittance .d-flex .value ul li {
    list-style-type: none;
    color: #5b646e;
}

.acc-statement-monthly .main-content .remittance .query a[href^="#"],
.acc-statement-monthly .main-content .remittance .query a[href^="#"]:hover {
    color: #0057a6;
    text-decoration: none;
}

.acc-statement-monthly .main-content .scheduled-payment {
    padding: 30px 0;
    align-items: flex-start;
    border-bottom: 2px solid rgba(184, 193, 203, 0.2);
}

.acc-statement-monthly .main-content .scheduled-payment .due-date {
    margin-bottom: 15px;
    color: #2a343f;
}

.acc-statement-monthly .main-content .scheduled-payment .due-date-constrains,
.acc-statement-monthly .main-content .remittance .d-flex .value ul,
.acc-statement-monthly .main-content .scheduled-payment .correspondence ul,
.acc-statement-monthly .main-content .monthly-statement .content ul {
    padding: 0;
}

.acc-statement-monthly .main-content .scheduled-payment .due-date-constrains li {
    list-style-type: none;
    margin-bottom: 10px;
    color: #5b646e;
}

.acc-statement-monthly .main-content .scheduled-payment .correspondence p.title {
    font-family: 'NotoSansBold';
    color: #bfc4c8;
    font-size: 12px;
}

.acc-statement-monthly .main-content .scheduled-payment .correspondence ul li {
    list-style-type: none;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #5b646e;
}

.acc-statement-monthly .footer {
    padding: 30px 25px 45px 25px;
    display: flex;
    align-items: center;
}

.acc-statement-monthly .footer .logo-greyscale {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .acc-statement-monthly .header .buttons-wrapper {
        margin-top: 15px;
    }
    .acc-statement-monthly .main-content>.row, .acc-statement-monthly .footer {
        display: block;
    }
    .acc-statement-monthly .main-content .scheduled-payment .correspondence {
        margin-top: 20px;
    }
    .acc-statement-monthly .main-content .customer-details{
        margin: 20px 0;
    }
    .acc-statement-monthly .main-content .credit-balance-wrapper .credit-balance{
        width: 100%;
    }
    .acc-statement-monthly .main-content .remittance, .acc-statement-monthly .main-content .remittance .d-flex {
        margin-top: 15px;
    }
    .acc-statement-monthly .main-content .remittance .query {
        width: 100%;
    }
    .acc-statement-monthly .main-content .statement-info .table-wrapper {
        overflow-x: scroll;
        margin-top: 15px;
    }
    .acc-statement-monthly .main-content .summary .d-flex {
        flex-direction: column;
        margin-top: 5px;
    }
    .acc-statement-monthly .main-content .summary .d-flex .lhs {
        min-width: inherit;
    }
    .acc-statement-monthly .footer {
        margin: 0;
    }
}

@media only print {

    .acc-statement-monthly .header .buttons-wrapper {
        display: none;
    }
    .acc-statement-monthly {
        width: 1058px;
    }
    .summary, .invoice-schedule {
        min-width: 620px;
        max-width: 620px;
    }
    .acc-statement-monthly .header {
        box-shadow: none;
    }
    .acc-statement-monthly .customer-details {
        min-width: 375px;
    }
    .acc-statement-monthly .footer .image-wrapper {
        float: right;
        margin-left: 600px;
    }
    .acc-statement-monthly .main-content .monthly-statement .content {
        min-width: 250px;
    }
}
/* US-1244 11-Mar-2020 Ends */

/* US-6360 */
@media only screen and (min-width: 450px) and (max-width: 768px) {
	.account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog, .account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .acc-statement-monthly {
	    width: 101% !important;
	}
}
/* US-1244 Modal Popup Starts 11-Mar-2020 Starts */	
.account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog, .account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .acc-statement-monthly {
    width: 95%;
}
.account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .modal-body{
    padding: 0;
    height: 750px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: 5px;
}
.account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .modal-body .acc-statement-monthly .header .buttons-wrapper {
    justify-content: space-evenly;
}
.account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .modal-body .acc-statement-monthly .main-content .statement-info {
    padding-top: 10px;
}
.account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .modal-body .acc-statement-monthly .main-content .remittance .query {
    width: 85%;
}
.account-statement-monthly-popup #account-statement-monthly-popup ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.account-statement-monthly-popup #account-statement-monthly-popup ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cccccc;
}
.account-statement-monthly-popup #account-statement-monthly-popup ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

@media only print {
    .account-statement-monthly-popup #account-statement-monthly-popup {
        overflow: inherit;
        position: static;
        padding: 0 !important;
    }
    .account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .modal-header {
        display: none;
    }
    .account-statement-monthly-popup #account-statement-monthly-popup .modal-dialog .modal-body {
        overflow: inherit;
        margin: 0;
        height: inherit;
    }
    .modal-backdrop.in {
        opacity: 0;
    }
    .account-statement-monthly-popup, .account-statement-monthly-popup *{
    	visibility:visible;
    }
    .account-statement-monthly-popup{
    	position:absolute;
    	left:0;
    	top:0;
    }
}
/* US-1244 Modal Popup Starts 11-Mar-2020 Ends */

@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.ttf) format("truetype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.eot) format("embedded-opentype");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "NotoSansBold";
    src: url(../fonts/NotoSans-Bold.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url(../fonts/Poppins-Medium.woff) format("woff");
    font-weight:normal;
    font-style:normal;
}
/* Grid Adjustments Start*/
/* Desktop Start */
@media only screen and (min-width: 992px) {
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .row-20{
        margin-right: -20px;
        margin-left: -20px;
    }
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9{
        padding-right: 20px;
        padding-left: 20px;
    }
      
}
/* Desktop End */
/* Tablet Start */		/* Tablet Start */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cartShipToHeader .light-color > span {
	    width: 92% !important;
	}
	.influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	}
	
	.influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	    text-align: right;
	    margin-right: 10px!important;
	}
	
}
@media only screen and (min-width: 767px) and (max-width:768px) {
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc .cart-delivery-date label{
		width:35%!important;
	}
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader label {
   		 margin: 4px 0px 0px 0px !important;
	}
}
/* Tablet End */
/* Mobile Start */
@media only screen and (max-width: 480px) {
    .container {
        padding-right: 12px;
        padding-left: 12px;
    }
    .row-20{
        margin-right: -12px;
        margin-left: -12px;
    }
}
/* Mobile End */
/* Grid Adjustments End*/
body{
    background: #e5eff8;
    font-family: 'NotoSans';
    position: relative;
    color: #5b646e;
    font-size: 12px;
}
.bold-12{
    font-family: "NotoSansBold";
}
.font-14{
    font-size: 14px;
}
.fontBold-12{
    font-size: 12px;
    font-weight: bold;
}
.font-11{
    font-size: 11px;
}
.darkblue{
    color: #5b646e;
}
.blue-bold {
	color: #0057a6;
}
.liteblue{
    color: #73aed3;
}
.hr-line-12{
    margin: 12px 0;
}
/*common margin code start*/
.hide{
    display: none;
}
.mt0{
    margin-top: 0 !important;
}
.mt1{
    margin-top: 1rem;
}
.mt2{
    margin-top: 1rem;
}
.ml1{
   margin-left: 1rem;
}    
.ml2{
   margin-left: 2rem;
}   
.ml3{
   margin-left: 3rem;
}   
.mr1{
   margin-right: 1rem;
}    
.mr2{
   margin-right: 2rem;
}   
.mr3{
   margin-right: 3rem;
}    
.mb0{
    margin-bottom: 0!important;
} 
.mb1{
    margin-bottom: 1em!important;
} 
.border-t1{
    border-top: 1px solid #edf6fb;
}
.border-b0{
    border-bottom: 0!important;
}
/*common margin code end*/ 
/*common padding code start*/ 

.p0{
    padding: 0;
}
.pr0{
    padding-right: 0;
}
.pl0{
    padding-left: 0;
}
.pt1{
    padding-top: 1em !important;
}
.pt2{
    padding-top: 2em !important;
}
.px1{
    padding-left:1em;
    padding-right:1em; 
}
.mb1 {
    margin-bottom: 1em!important;
}
.mb2 {
    margin-bottom: 2em!important;
}
.mb3 {
    margin-bottom: 3em!important;
}
.pb-1{
	padding-bottom:1em!important;
}
.pb-2{
	padding-bottom:2em!important;
}
.pb-3{
	padding-bottom:3em!important;
}
.min-col-width.col-md-2,.min-col-width.col-lg-2{
    width: 13.9%;
}
/*common padding code end*/     
.display-inline{
    display: inline-block;
}
.display-block{
    display: block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right!important;
}
.text-center{
    text-align: center;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
/* font size */
.ff-bold{
    font-family: "NotoSansBold";
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fw-bold{
    font-weight: bold;
}
.fw-normal{
    font-weight: normal;
}
/*color css start*/
.light-color{
    color: #2a343f;
}
.dark-color{
    color: #5b646e;
}
.green{
   color: #3cb861;
}
.light-blue{
    color: #0057a6;
}
.text_indent{
    text-indent: 3px;
}

/*common css start end*/
.main-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 100;
    opacity: 0.3;
    margin-left: -10px;
}
.float-right{
    float:right;
}
.line-height-29{
    line-height: 29px !important;
}
.modal-content{
    box-shadow: none !important;
    border: 0;
}
.modal-header .cls-btn, .modal-header .qty-cls-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


.modal-header .cls-btn img, .modal-header .qty-cls-btn img{
    width: 20px;
    height: 20px;
}

h5.dark-color.ff-bold{
    margin-top: 2px;
}
span.chevronIcon{
    background: url(../images/icons/chevron-up.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left:10px;
}
span.chevronIcon-down{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left:10px;
}
span.chevronIconWhite{
    background: url(../images/icons/chevronWhite.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
}
@media (min-width: 1280px) {
    .container {width: 1280px;}
    
    #leftCont-rightNav > aside.totals-width.right-navigation {
	    width: 426px;
	}
	.influenza-step1 .save-document.save-new-doc{
		margin-top:-10px!important;
	}
}
/*Account Menu Start*/
.middle-row {
    text-align: right;
    margin-top: 69px;
    color: #0057a6;
    font-size: 12px;
}
.chevron-left {
    width: 15px;
}
#accountMenu-nav{
    height: 40px;
    background: #2a343f;
    position: relative; 
    z-index: 1001;
}
#accountMenu-nav > .container{
    display: table;
    height: 40px;
}
#accountMenu-nav ul{
    list-style: none;
    margin: 0;
}
#accountMenu-nav .healthCare-prof{
    color: #bfc4c8;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    margin-right: 21px;
    width:330px;
}
#accountMenu-nav .accountMenu-item{
    display: inline-block;
}
#accountMenu-nav .accountUser-name{
    display: table;
    color: #73aed3;
    /*margin-right: 30px;*/
    margin-right: 20px;
    vertical-align: middle;
    height: 40px;
    float: left;
}
#accountMenu-nav .accountUser-name > span{
    display: table-cell;
    vertical-align: middle;
    font-family: "NotoSansBold";
}
#accountMenu-nav .myAccount-menu{
    display: table;
    color: #ffffff;
    float: left;
    position: relative;
}
#accountMenu-nav .myAccount-menu > ul{
    list-style: none;
    margin: 0;
    height: 40px;
    display: table;
    padding: 0;
}
#accountMenu-nav .myAccount-menu > ul > li{
    display: table-cell;
    margin-right: 30px;
    cursor: pointer;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 11px;
    width: 130px;
    font-family: 'NotoSansBold';
}
#accountMenu-nav .myAccount-menu > ul > li:first-child{
    background: #2a343f;
}
#accountMenu-nav .myAccount-menu > ul > li:first-child span.chevronIconWhite{
    margin: 0 4px;
}
#accountMenu-nav .myAccount-menu > ul > li:last-child{
    width: auto;
}
#accountMenu-nav .myAccount-menu > ul > li.active{
    background: #13181d;
}
#accountMenu-nav .myAccount-menu > ul > li span.accMenubtn-shade{
    width: 100%;
    height: 5px;
    background: #ffffff;
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 101;
    display: none;
    width: 130px;
}
#accountMenu-nav .myAccount-menu > ul > li:nth-child(2) span.accMenubtn-shade{
    left: 130px;
}
#accountMenu-nav .myAccount-menu > ul > li:hover span.accMenubtn-shade{
    display: block;
}
.myAccount-menu ul li a,.LoginRegister ul li a {
    color: #fff;
    font-size: 12px;
    font-family: "NotoSansBold"; 
    text-decoration: none;
}
.myAccount-menu ul li a:hover,.myAccount-menu ul li:hover a,
.LoginRegister ul li a:hover,.LoginRegister ul li:hover a{
    color: #0057a6;
}
#accountMenu-nav .LoginRegister{
    display: table;
    color: #ffffff;
    float: left;
    /*background: #13181d;*/
}
#accountMenu-nav .LoginRegister ul{
    display: table;
    height: 40px;
    padding: 0;
}
#accountMenu-nav .LoginRegister ul li{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-weight: 600;
}
#accountMenu-nav .acc-secondMenu{
    position: absolute;
    width: 398px;
    right: 0;
    top: 44px;
    padding: 10px;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 0px 1px 1px #ccc;
    -webkit-box-shadow: 0 0px 1px 1px #ccc;
    -moz-box-shadow: 0 0px 1px 1px #ccc;
    display: none;
}
#accountMenu-nav .myAccount-menu > ul > li:hover .acc-secondMenu{
    display: block;
    cursor: default;
}
#accountMenu-nav .acc-secondMenu > ul{
    list-style: none;
    padding-right: 20px;
    margin: 0;
}
#accountMenu-nav .acc-secondMenu > ul li{
    padding: 7px 0;
    border-bottom: 1px solid #edf6fb;
	float:left;
	width:50%;
}
#accountMenu-nav .acc-secondMenu > ul li a{
    text-decoration: none;
    color: #0057a6;
    font-weight: normal;
    font-family: "NotoSans";
}
#accountMenu-nav .acc-secondMenu > ul li:last-child{
    border: none;
}
/*Account Menu End*/
/*Main Menu Start*/
#mainMenu-nav{
    position: relative;
    height: 130px;
    background: #ffffff;
    padding: 20px 0 16px 0;
    box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    z-index: 1000;
}
#mainMenu-nav .mainLogoHolder a{
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.mainLogoHolder span {
    color: #bfc4c8;
    font-size: 16px;
    font-family: "NotoSansBold";
    margin-left: 3px;
    position: absolute;
    top: 2px;
}  

.footerLogo a {
    text-decoration: none;
    cursor: pointer;
   
}
.footerLogo p{
    color: #bfc4c8;
    font-size: 16px;
    font-family: "NotoSansBold";
    position: relative;
    top: 6px;
}


#mainMenu-nav .mainLogoHolder img{
    height: 48px;
}
#mainMenu-nav .cartButtons{
    text-align: right;
    height: 44px;
    padding: 8px;
    position: relative;
    z-index: 1001;
}
#mainMenu-nav .cartButtons > a{
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

#quick-list > span.quickList-icon{
    /*background: url(../images/icons/saved-orders.png) no-repeat;*/
    width: 30px;
    height: 30px;
    display: block;
}
#cart-value span.cartIcon{
   /*  background: url('../images/icons/cart.png') no-repeat; */
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
}

#mainMenu-nav .cartButtons > a span.cartValue{
    position: absolute;
    background: #0091d6;
    width: 25px;
    height: 15px;
    z-index: 90;
    right: -10px;
    top: -3px;
    border-radius: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
    padding: 2px 4px 1px 3px;
}

@media only screen and (min-width: 768px)
{
    #mainMenu-nav .cartButtons > a
    {
        position: absolute;
		right: 46px;
        left: auto;
    }

    #mainMenu-nav .cartButtons > a#cart-value {
        width: 30px;
		right: 8px;
        left: auto;
        position: absolute;
		z-index: 101;
    }

    #miniCart-popover {
        position: relative;
        left: -213px!important;
        top: 12px!important;
    }
	
	.miniCart-popover .miniCart-head .mini-triangle:before {		
	    height: 32px;		
	    width: 50px;		
	    position: absolute;		
	    top: -32px;		
	    left: -24px;		
	    content: "";		
	    background: transparent;		
	    z-index: -1;		
	}
}

#mainMenu-nav .headSearch-holder{
    float: right;
}
#mainMenu-nav .header-SearchBar{
    width: 100%;
    height: 44px;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: right;
}
#mainMenu-nav .header-SearchBar input{
    border: 0;
    box-shadow: none;
    height: 42px;
    background: none;
}
#mainMenu-nav .header-SearchBar button.btn{
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
/* #mainMenu-nav .header-SearchBar button.btn span.searchIcon{
    background: url('../images/icons/search.svg') no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
} vax*/

#mainMenu-nav .header-SearchBar button.btn span.closeIcon{
    background: url('../images/icons/close.png') no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.close-btn {
	background: none !important;
}
.close_button {
	padding: 2px;
}
#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
    position: absolute;
    width: 384px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: auto;
    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
}
#header-searchResult p{
	padding:0;
}
#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput ul{
	padding: 20px;
    margin: 0;
    display:inline-block;
}
#mainMenu-nav .header-SearchBar .ui-front ul{
    position: absolute;
    width: 383px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: 150px;
    display: none;
    box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
}
#mainMenu-nav .header-SearchBar .ui-front ul li:last-child{
	margin-bottom:0;
}
.search-see-all{
    font-size: 12px;
    font-weight: normal;
    color: #0057a6;
    float: right;
    cursor: pointer;
    margin-top: 4px;
}

.matching-products, .matching-categories {
       padding :10px;
}
.matching-products, .matching-categories hr{
	margin:10px 0 10px 0;
}

.ui-menu-item-wrapper .thumb  img {
    vertical-align: middle;
}

.ui-menu-item-wrapper .thumb img {
       border: 0;
       width: 32px
}

#mainMenu-nav .header-SearchBar input:focus ~ .header-searchOutput{
    display: block;
}
#mainMenu-nav .header-SearchBar input:focus ~ .input-group-btn{
    background: #0057a6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#mainMenu-nav .header-SearchBar input:focus ~ .input-group-btn .searchIcon{

    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(142deg) brightness(106%) contrast(103%);
}

.header-SearchBar .header-searchOutput hr{
    margin: 8px auto 12px auto;
}
#mainMenu-nav .header-SearchBar .ui-front  ul{
    list-style: none;
       padding: 12px;
    margin-bottom: 26px;
}
#mainMenu-nav .header-SearchBar .ui-front ul li{
    margin-bottom: 20px;
    padding-left: 0;
}
#mainMenu-nav .header-SearchBar .header-searchOutput ul li span{
    color: #0057a6;
    font-size:14px;
}
.matching-products, .matching-categories > p, #search-category > p,#header-searchResult > p{
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #2a343f;
}
.headSearch-holder ul{
    margin-top: 10px;
}
.headSearch-holder ul li{
    padding-left: 38px;
    position: relative;
}
.headSearch-holder ul li a > span{
    position: relative;
    left: 0;
}

.matching-products ul, .fw-mt{
    margin-top: 10px;
}
.matching-products ul li{
    padding-left: 38px;
    position: relative;
}
.matching-products ul li a > span{
    position: relative;
    left: 0;
}

.ui-menu-item-wrapper .thumb + .name{
	display: inline-block;
    margin-left: 10px;
}

.ui-menu-item-wrapper .desc{
	margin-left:42px;
}
.headSearch-holder .ui-menu-item-wrapper:hover{
	text-decoration:none;
}

#search-category ul{
    margin-top: 15px;
}
#search-category ul li a > span{
    background: #edf6fb;
    color: #73aed3;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    float: left;
    margin-top: -5px;
    margin-right: 5px;
    font-family: "Poppins-Medium";
    font-size: 20px;
    line-height: 22px;
}
#mainMenu-nav .mainMenu-list{
    margin-top: 23px;
    position: relative;
    height: 40px;
    font-family: 'Poppins-Medium';
}
#mainMenu-nav .mainMenu-list > ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    position: relative;
    left: -20px;
}
#mainMenu-nav .mainMenu-list > ul > li{
    display: inline-block;
    margin-right: 20px;
    padding: 10px 20px;
    cursor: pointer;
}
#mainMenu-nav .mainMenu-list > ul > li:hover{
    background: #ffffff;
    padding-bottom: 20px;
    box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0 7px 0px rgba(23, 114, 183, 0.2);
}
/*#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
    display: block;
}*/
#mainMenu-nav .mainMenu-list > ul > li a{
    text-decoration: none;
    color: #0057a6;
}
#mainMenu-nav .mainMenu-list > ul > li > a{
    font-size: 14px;   
}
#mainMenu-nav .mainMenu-list > ul > li:hover > a{
    text-decoration: underline;
    color: #0057a6;
}
#mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down{
    margin-left: 10px;
}
#mainMenu-nav .main-secondMenu{
    width: 1155px;
    min-height: auto;
    position: absolute;
    top: 43px;
    background: #fff;
    left: 0px;
    padding: 15px 20px;
    box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(23, 114, 183, 0.2);
    display: none;
    z-index: 100;
}
#mainMenu-nav .main-secondMenu > ul{
    list-style: none;
    padding-left: 0;
    padding-right: 30px;
    margin: 0;
}
#mainMenu-nav .main-secondMenu > ul li{
    padding: 7px 0;
    border-bottom: 1px solid #edf6fb;
}
#mainMenu-nav .main-secondMenu > ul li.menu-locked{
    padding-left: 20px;
    position: relative;
}
#mainMenu-nav .main-secondMenu > ul li a{
    text-decoration: none;
}
#mainMenu-nav .main-secondMenu > ul li a sup{
    margin-left: 2px;
    font-size: 12px;
    top: 0;
}
#mainMenu-nav .main-secondMenu > ul li:last-child{
    border: none;
}
#mainMenu-nav .main-secondMenu > ul li span.lock-icon{
    background: url(../images/icons/lock.svg) no-repeat;
    width: 15px;
    height: 16px;
    display: inline-block;
    background-size: 15px;
    position: absolute;
    left: 0;
    top: 8px;
}
#mainMenu-nav .main-secondMenu .menu-promoBox{
    display: table;
}
#mainMenu-nav .menu-promoBox .promo-imgArea{
    display: table-cell;
}
#mainMenu-nav .menu-promoBox .promo-textArea{
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    color: #5b646e;
    font-family: "NotoSans";
}
#mainMenu-nav .menu-promoBox .promo-textArea p:first-child{
    font-size: 16px;
    font-family: "NotoSansBold";
}
#mainMenu-nav .menu-promoBox .promo-textArea{
    font-size: 14px;
}
/*Main Menu End*/
/*Footer Style Start*/
#mainFooter{
    background: #2a343f;
    color: #ffffff;
    padding: 32px 0 ;
    font-size: 14px;
    width: 100%;
    /* overflow: inherit; */
}
#mainFooter hr{
    margin: 0;
    border-color: #13181d;
}
#mainFooter p{
    margin: 0;
}
#mainFooter ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#mainFooter ul li a{
    color: #ffffff;
    text-decoration: none;
}
#mainFooter .footerRow1{
    padding-bottom: 20px;
}
#mainFooter .footerRow1 > .footerCol{
    min-height: 260px;
}
#mainFooter .footerRow1 > .footerCol:first-child{
    padding-top: 66px;
    text-align: center;
}
#mainFooter .footerLogo{
    text-align: center; 
}

#mainFooter .footerRight-logo img{
    width: 188px;
    height: 22px;
}
#mainFooter .footerMyacc-btn{
    background: none;
    color: #ffffff;
    padding: 10px 35px;
    font-weight: bold;
    margin-top: 50px;
    border: 2px solid #ffffff;
    outline: none;
    width: 172px;
    height: 44px;
}
#mainFooter .footerMyacc-btn:hover{
    opacity: 0.8;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2){
    border-left: 1px solid #13181d;
    border-right: 1px solid #13181d;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2){
    padding-top: 45px;
}
#mainFooter .footerRow1 > .footerCol:nth-child(2) ul li{
    margin-bottom: 32px;
    font-family: "Poppins-Medium";
}
#mainFooter .footerRow1 > .footerCol:last-child{
    padding-top: 15px;
    padding-bottom: 15px;
}
#mainFooter .footerRow1 > .footerCol:last-child > p{
    font-weight: bold;
    color: #73aed3;
    margin-bottom:  25px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li{
    margin-bottom: 24px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li a{
    text-decoration: underline;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span:first-child{
    color: #73aed3;
    font-size: 16px;
    margin-right: 10px;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span.footerIcon{
    width: 30px;
    height: 30px;
    display: inline-block;
}
#mainFooter .footerRow1 > .footerCol:last-child ul li span.footerIcon img{
    filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -ms-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -webkit-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
}
#mainFooter .footerRow2{
    padding: 32px 0;
    color: #bfc4c8;    
}
#mainFooter .aboutVacShop{
    font-family: 'NotoSansBold';
}
#mainFooter .footerRow3{
    padding-top: 20px;
}
#mainFooter .footerRow3{
    font-size: 12px;
}
#mainFooter .footerRow3 > .footerCol:last-child ul li{
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
}
/*Footer Style End*/

/* Mobile Styles */
@media only screen and (min-width: 480px) {
    #accountMenu-nav .myAccount-menu > ul > li span.chevronIcon{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIconWhite{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIcon{
        display: inline-block;
        margin: 0 4px;
    }
    #accountMenu-nav .myAccount-menu > ul > li:hover{
        background: #ffffff;
        color: #0057a6;
        font-weight: bold;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 #mainMenu-nav .mainLogoHolder img{
        width: 80%;
    }
    .Fields-container .faxvalid {
    top: 53px;
	}
}
@media screen and (min-width:1024px) and (max-width:1100px){
	 .influenza-step1 .save-document.save-new-doc.back-board {
	    margin-right: 5px;
	    text-align: right;
	    margin-right: -70px!important;
	}

	label.adding-card-checkbox {
	    margin-right: 10px;
	}
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 81%!important;
	}
}
@media screen and (min-width:1025px) and (max-width:1279px){
	 .influenza-step1 .save-document.save-new-doc.back-board {
	    margin-top: 0;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1210px) {
	.influenza-step1 .save-document.save-new-doc.back-board {
    	margin-right: -80px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px) {
		#account_invoice_financials_wrapper {
	overflow-x: scroll;
	}
	}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #main-container{
        width: 100%;
    }    
    form#fluPlaceOrderForm {
	    padding: 0 15px;
	}
    .product-price-btton{
		 width: 100%!important;
		 margin-top:20px;
	}
	.quick_order .product-price-btton{
		 width: 95%!important;
		 margin-top:20px;
	}
    .mainLogoHolder span{
    	top:0;
    	margin-left:3px;
    }
    #mainMenu-nav .cartButtons{
        text-align: left;
    }
    #mainMenu-nav .main-secondMenu{
        width: 100%;
        left: 0;
        padding: 15px 20px;
    }
    #mainMenu-nav .mainMenu-list > ul{
        left: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li{
        margin-right: 0;
        padding: 10px 20px 10px 5px ! important;
    }
    #mainMenu-nav .main-secondMenu .menu-promoBox{
        padding: 0;
        margin-top: 20px;
    }
    #mainFooter .footerLogo img{
        width: 100%;
    }
    #mainFooter .footerRight-logo img{
        width: 175px;
    }
    #mainFooter .footerRow3 > .footerCol:last-child ul li:last-child{
        margin: 0;
    }
    .acc-search-icon .product-price-btton{
        width: 100% !important;
    }
    .allInvoice #filter-by {
	    padding: 10px 20px;
	    width: 190px;
	    margin-right: 0;
	}
	.allInvoice .calender .form-horizontal input[type="text"]{
		width:150px;
	}
	.allInvoice #main-container .header-SearchBar{
		width:150px;
	}
	.allInvoice #productList-area > aside#filters-aside {
	    padding: 0;
	    width: 190px;
	}
	.miniCart-popover .miniCart-foot {
	    margin: 0;
	    background: #FFF;
	}
	.small-btn button {
	    width: 98px!important;
	} 
	.Fields-container.pref_lang {
	    padding-bottom: 30px;
	}
	
	.credit-return.contact_resv .res_contact-edit ul li {
    min-height: 44px!important;
    padding: 13px 12px;
	}
	.credit-return.contact_resv #orderContactForm ul li.selected.active a {
	    color: #fff;
	}
	
	.small-btn button {
	    width: 98px;
	}
	
	.pref_lang .radio_grp span#phoneNo.errors {
	    margin-top: 10px;
	   
	} 
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#mainMenu-nav .mainLogoHolder img{
	        width: 98%;
	        height: auto;
	    }
	 .mainLogoHolder span{
	 	top:-1px;
	 } 
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
	#mainMenu-nav .cartButtons{
		right:-16px!important;
	}
	.childViewTable #sort-by-region .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: 122px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#creditDisplayTable .adding-card-checkbox {
		padding-top: 0px !important;
	}
	#creditDisplayTable .commonViewTable .childViewTable button {
	    width: 146px;
    	height: 28px;
    	padding-top: 3px;
	}
	#creditDisplayTable .childViewTable .commonRow label + span {
		display: inline-block !important;
		font-weight:600;
	}
	.online-invoices .line-account-order{
		margin-top:0px !important;
		border-bottom: 3px solid #e5eff8;
	}
	.miniCart-popover .miniCart-foot.save-document {
	    float: none;
	}
	.childViewTable #sort-by-region span {
	   
	    min-width: auto!important;
	}
	.adding-card-checkbox span.checkmark.boldVal {
    	top: 0!important;
	}
	.online-invoices.op_check .commonViewTable .childViewTable span > span.panel.panel-newdrp.boldVal {
	    width: 15%;
	    float: left;
	}
	.online-invoices.op_check .commonViewTable .childViewTable span > span.float-left.boldVal {
	    width: auto;
	    margin-left: 8px;
	}
    .preview-contact {
        padding-top: 25px !important;
    }
    .acc-search-icon .product-price-btton{
        width: 99% !important;
    }
    .three-columns> .third-col {
        padding: 0 12px;
    }
    #cart-value h5{
        line-height: 29px;
    }
    #accountMenu-nav{
        height: 20px;
        z-index: 101;
    }
    .product-price-btton{
		 width: 100%!important;
		 margin-top:20px;
	}
    #accountMenu-nav > .container{
        height: 20px;
        margin: 0;
    }
    #mainMenu-nav{
        padding: 0 15px;
        height: auto;
    }
    #mainMenu-nav hr.hidden{
        display: block !important;
    }
    #mainMenu-nav .mainLogoHolder{
        width: 150px;
        float: left;
        padding: 0;
        height: 25px;
        margin-top: 8px;
        margin-left: 7px;
    }
    #mainMenu-nav .cartButtons{
        float: right;
        padding: 0;
        right: 10px;
		position:absolute;
    }
    #mainMenu-nav .cartButtons > a{
        width: 44px;
        height: 44px;
        padding: 7px;

    }
    #mainMenu-nav .cartButtons > a span.cartValue{
         top:1px;
    }
    #mainMenu-nav .headSearch-holder{
        padding: 0;
        margin: 11px auto;
    }
    #mainMenu-nav .header-SearchBar{
        float: none;
        width: 100%;
    }
    #mainMenu-nav .header-SearchBar .header-searchOutput{
        width: 100%;
    }
    #mainMenu-nav .header-SearchBar .header-searchOutput{
	    position: absolute;
	    width: 380px;
	    right: 0;
	    top: 47px;
	    background: #ffffff;
	    padding: 20px;
	    z-index: 1000;
	    min-height: 300px;
	    width: 100% !important;
	    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	    -webkit-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	    -moz-box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.16);
	}
	#mainMenu-nav .header-SearchBar .header-searchOutput ul{
		width: 100% !important;
	}

    #accountMenu-nav .accountMenu-item{
        position: fixed;
        width: 100%;
        background: #2a343f;
        z-index: 101;
        left: -500px;
        bottom: 0;
    }
    #accountMenu-nav .accountUser-name{
        margin: 0;
        width: 100%;
        padding: 0 12px;
        border-bottom: 1px solid #13181d;
        height: 44px
    }
    #accountMenu-nav .myAccount-menu{
        width: 100%;
        height: 44px;
    }
    #accountMenu-nav .myAccount-menu > ul{
        width: 100%;
        height: 44px;
    }
    #accountMenu-nav .myAccount-menu > ul span.chevronIconWhite{
        float: right;
        transform: rotate(-90deg);
        margin-top: 4px;
    }
    #accountMenu-nav .myAccount-menu > ul span.chevronIcon{
        display: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:first-child{
        width: 100%;
        background: none;
    }
    #accountMenu-nav .myAccount-menu > ul > li:last-child{
        position: absolute;
        top: -30px;
        right: 0;
        margin: 0;
    }
    #hamburger-menu-btn{
        float: left;
        margin: 0;
        padding: 3px;
        cursor: pointer;
        height: 44px;
        margin-left: -3px;
    }
    #mainMenu-nav .head-mob-hr{
        margin: 0 -15px;
        box-shadow: 0 4px 3px 0px #ccc;
        border: 0;
        position: relative;
        top: -3px;
    }
    #hamburger-menu-btn.navbar-toggle .icon-bar{
        /* background: #0057a6; vax*/
        width: 25px;
    }
    #mainMenu-nav .mainMenu-list{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -500px;
        background: #fff;
        z-index: 9999;
        margin: 0;
        padding: 0;        
    }
    .middle-row {
        text-align: left;
        margin-bottom: 0px;
		margin-top: 0px!important;
	}
	.margin-gap .middle-row {
		margin-bottom:16px;
	}						  
    .min-height{
        min-height:50px;
    }
    
    body{width: 100%}
    #mainMenu-nav .mainMenu-list, body, #accountMenu-nav .accountMenu-item{transition: 0.6s ease;}
    body{left: 0;}
    body.slideMenu{
        left: 100%;
        height: 100%;
        overflow: hidden;
        position: fixed;
    }
    #mainMenu-nav .mainMenu-list.slideMenu, #accountMenu-nav .accountMenu-item.slideMenu{left: 0 !important;}
    #mobMenu-btn{
        width: 100%;
        height: 44px;
        color: #5b646e;
        padding: 12px;
        background: #edf6fb;
        font-family: "NotoSansBold";
    }
    #mobMenu-btn span{
        background-image: url(../images/icons/close.png);
        width: 22px;
        height: 22px;
        background-size: 22px;
        float: right;
        display: inline-block;
    }
    #mobMenu-back{
        width: 100%;
        height: 44px;
        color: #ffffff;
        padding: 12px;
        background: #2a343f;
        font-family: "NotoSansBold";
        display: none;
    }
    #mobMenu-back span.chevronIconWhite{
        float: left;
        transform: rotate(90deg);
        margin: 4px 10px 0 0px;
    }
    #mainMenu-nav .mainMenu-list > ul{
        left: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li{
        width: 100%;
        position: relative;
        height: 44px;
        padding: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li:last-child{
        border: none;
    }
    #mainMenu-nav .mainMenu-list > ul > li:hover{
        box-shadow: none;
        padding: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active{
        background: #edf6fb;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active .main-secondMenu{
        display: block;
    }
    #mainMenu-nav .mainMenu-list > ul > li > a{
        text-decoration: none !important;
        padding: 12px 0;
        margin: 0 12px;
        display: block;
        border-bottom: 1px solid #e8e8e8;
    }
    #mainMenu-nav .mainMenu-list > ul > li:last-child > a{
        border: 0;
    }
    #mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down{
       float: right;
	    transform: rotate(-90deg);
	    margin-top: -26px;
	    margin-right: 15px;
    }
    #mainMenu-nav .mainMenu-list > ul > li.active span.chevronIcon-down{
        display: none;
    }
    #mainMenu-nav .main-secondMenu{
        left: 0;
        top: 132px;
        width: 100%;
        height: calc(100% - 132px);
        overflow-y: scroll;
        position: fixed;
        padding-top: 0;
        z-index: 101;
    }
    #mainMenu-nav .main-secondMenu > ul{
        padding: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    #mainMenu-nav .main-secondMenu > ul li{
        height: 44px;
        padding: 12px 0;
    }

    #mainFooter .footerRow1 > .footerCol:first-child{
        padding-top: 0;
        height: auto;
        min-height: auto;
    }
    #mainFooter .footerLogo{
        margin-bottom: 32px;
    }
    #mainFooter .footerLogo img{
        width: 234px;
    }
    #mainFooter .footerMyacc-btn{
        margin: 0;
        margin-bottom: 32px;
    }
    #mainFooter .footerRow1 > .footerCol:nth-child(2){
        padding-top: 32px;
        min-height: auto;
    }
    #mainFooter .footerRow1 > .footerCol:last-child{
        padding-bottom: 0;
        padding-top: 32px;
    }
    #mainFooter .footerRow1{
        padding-bottom: 0;  
    }
    #mainFooter .footerRow1 hr{
        display: block !important;
    }
    #mainFooter .footerRow1 > .footerCol{
        min-height: auto;
    }
    #mainFooter .footerRow3{
        padding: 0;
        padding-top: 32px;
    }   
    #mainFooter .footerRow2 > .footerCol:first-child, #mainFooter .footerRow2 > .footerCol:nth-child(2){
        margin-bottom: 20px;
    }
    #mainFooter .footerRow3 > .footerCol:first-child, #mainFooter .footerRow3 > .footerCol:nth-child(2){
        margin-bottom: 20px;
    }
    #mainFooter .footerRow3 > .footerCol:last-child ul li{
        margin-bottom: 10px;
        display: block;
    } 
	.cartShipToHeader .light-color > span {
	    float: right;
	    width: 84.8%!important;
	}
	.checkout-details li .trash img {
	    margin-top: -10px;
	}
	.ftrCol{
		clear: both; 
		padding-left: 20px;
	}
	.header-alignment.ftrColP{
		padding-left: 8px; 
		padding-right:8px;
	}
	.mble-hide{
		display: none;
	}
	.lower-footer-logo .lowerFooterRow3{
		padding-left:20px;
	}
	.lower-footer-logo .lowerFooterRow3 .lower-footer-alignment, .ftrCol.image-alignment{
		padding-left:0;
		padding-right:0;
	}
	#mainFooter ul.ftr-trmsLnks-lst{
		display: flex;
		flex-wrap: wrap;
	}
	#mainFooter ul.ftr-trmsLnks-lst li{
		flex-grow:2;
		flex: 1 0 33%;
	}
	#mainMenu-nav .header-SearchBar .ui-front ul{
		width: 100% !important;
	}
	#sanofiOnlinePayInfoForm .sort-by-region{
		clear: both;
		width: 100% !important;
	}
	#account_invoice_financials_wrapper .commonViewTable .childViewTable span > span{
		float: right !important;
		margin-top: 3px;
	}
	.save-edit .panel-group .panel-heading+.panel-collapse>.panel-body {
		margin-top: 0!important;
	}
	.edit-saved-cart.save-edit.accrdn-blk {
		padding-bottom: 32px;
	}
	.cart-left .save-edit .checkout-details {
		border-bottom: none!important;
	}
	.save-edit .checkout-details .unitCount-comp {
		position: unset;
	}
	.added-to-cart {
		left: -96px !important;
	}
	
}


/****** product details *****/
.pdp-title{
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins-Medium";
  color: #0057a6;
}
.unit-price{
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.number{
    width: 103px;
    height: 24px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2a343f;
    margin-bottom:8px;
}
.package{
    width: 252px;
    height: 35px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: normal;
    color: #5b646e;
}
.add-to-cart-button{
    width: 228px;
    height: 45px;
    border-radius: 4px;
    background-color: #0057a6;
    border: 4px solid #0057a6;
    color: #fff;
    font-size:14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
}
.all{
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    text-align:right;
}
  .accordion-img{
      width:17px;
      height:17px;
      margin-right: 4px;
  }
  .prod-details-img{
    position: relative;
    margin-top: 32px;
  }
  .img-my-formulary{
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    background: #edf6fb;
    text-align: center;
    padding: 2px;
    color: #73aed3;
    font-weight: bold;
  }
  .prod-details-img img{
    width: 100%;
  }
  
  .prod-details-img img.xzoom3{
  height:auto !important;
  }
  .prod-detail-pdfs .pdfs-title{
    font-weight: bold;
    letter-spacing: 1.9px;
    color: #73aed3;
    margin: 0;
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #edf6fb;
    margin-bottom: 8px;
  }
  .prod-detail-pdfs ul.pdfs-list{
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    margin-top: 20px;
  }
  .prod-detail-pdfs ul.pdfs-list li{
    cursor: pointer;
    padding: 4px 0;
  }
  .prod-detail-pdfs ul.pdfs-list li img{
    width: 17px;
    height: 17px;
    margin-right: 4px;
  }
  .sanofi-accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0 !important;
  }
  .sanofi-accordion .panel-heading{
    background: none;
    padding: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #e5e9ec;
    color: #5b646e;
  }
  .sanofi-accordion .panel-heading .firstLevel-acc {
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
.sanofi-accordion .panel-heading .firstLevel-acc label {
  font-family: "NotoSansBold";
  margin: 0;
}
  .sanofi-accordion span.accPlusIcon {
    background-image: url(../images/icons/minus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    cursor: pointer;
}
.sanofi-accordion span.accPlusIcon.collapsed{
    background-image: url(../images/icons/plus.png) !important;
  }
  .right-sec-row-box{
    width:300px;
    height:250px;
    background-color: #f2f2f2;
    margin: 20px auto;
    float: none;
}
.pro-market {
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #bfc4c8;
  padding: 116px 58px 98px 58px;
  margin: 0;
}
  
/**** imag gallery slider ****/
.albery-container, .pagination-container {
	position: relative;
	/* center it */

	/*margin-left: auto;
	margin-right: auto;*/
	width: 400px;
	overflow: hidden;
}

.albery-wrapper {
	position: relative;
	height: auto;
	width: 1600px;
}
.albery-item {
	position: relative;
	float: left;
	width: 400px;
	/*cursor: zoom-in;*/
}
.albery-item img {
	width: 100%;
}

.move-left, .move-right {
	position: absolute;
	width: 18%;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.move-left a, .move-right a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.5);
	transition: all .5s;
	border-top: 34px solid transparent;
	border-bottom: 34px solid transparent;
	width: 0;
	height: 0;
}
.move-left a:hover, .move-right a:hover {
	color: rgba(255,255,255,0.9);
}
.move-left a {
	border-right: 34px solid rgba(255,255,255,0.5);
}
.move-right a {
	border-left: 34px solid rgba(255,255,255,0.5);
}

.move-left {
	left: 0;
}

.move-right {
	right: 0;
}
.change-loc img{
    height: 251px;
    width: 376px;
}
.pagination-wrapper {
	position:relative;
	height: auto;
	width: 1600px;
}
.pagination-item {
	position: relative;
	float: left;
	width: 144px;
	margin-right: 13px;
	cursor: pointer;
}
.pagination-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.clearfix{
	min-height:32px;
}


  
.nopadding-nomargin{
	padding:0;
	margin:0;
}
.margin0{
	margin:0;
}
.padding0{
	padding:0;
}
.two-sample-img{
	border: 1px solid #eee;
    margin-top: 29px;
    margin-bottom: 21px;
}
.acc-warning-box{
	min-height:104px;
	background-color:#fff;
	margin-bottom:4px;
	border-left:4px solid #de1848;
}
.acc-warning-box .acc-close-button{
	/*float: right;
    margin: 23px 0px 0 0px;*/
}
.acc-warning-box p{
    margin:23px 0 0 33px;
}
.acc-warning-box .warning-text{
	padding-left: 13px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    color: #2a343f;
}
.acc-warning-box .sub-text{
    font-family: NotoSans;
    font-size: 14px;
    color: #5b646e;
    margin: -2px 0px 0px 78px;
}
.acc-warning-box .cls-btn{
	width: 16px;
    height: 16px;
	float: right;
    margin-top: 13px;
    cursor: pointer;
}
.acc-order-details .orders{
	font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: 25px;
}
.acc-order-details .recent-orders{
	margin-top: 25px;
    height: 20px;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
    text-align: right;
    text-transform: uppercase;
}
/*data table*/
#example_filter{
	display:none;
}
#example_info{
	display:none;
}
.rotate {
	width: 7px;
    height: 7px;
    color: #fff;
    
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
	width: 7px;
    height: 7px;
    color: #fff;
    padding-right: 51px;
}
.fa-caret-down:before {
    content: "\f0d7";
	width: 7px;
    height: 7px;
    color: #fff;
    padding-left: 22px;
}
.heading{
	min-height: 44px;
    border: 1px solid #73aed3;
    background-color: #73aed3;
    color: #fff;
    text-shadow: none;
}
.ad-date{
 width:90px !important;
 height:44px;
 padding-left:7px;
 }
 .ad-order{
 width:100px !important;
 padding-left:7px;
 }
 .ad-status{
 width:90px !important;
 padding-left:7px;
 }
 .ad-po{
 width:240px !important;
 padding-left:7px;
 }
 .ad-location{
 width:194px !important;
 padding-left:7px;
 }
 .ad-invoice{
	 width:130px !important;
	 padding-left:7px;
 }
 .ad-prompt{
	 width:174px !important;
	 padding-left:7px;
 }
 .ad-amount-due{
	 width:130px !important;
	 padding-left:7px;
 }
 #example{
	 margin-top:19px;
 }
 #example th,td{
	 border-right:1px solid #fff;
	 padding-left: 8px;
 }
 #example tr{
	 height:40px;
	 
 }
 #example thead tr{
 cursor:pointer;
 }
 #account_invoice_financials thead tr {
    cursor:pointer;
}
 #example1 thead tr, #example2 thead tr, #example3 thead tr{
 cursor:pointer;
 }
 #example_invoice thead tr{
 cursor:pointer;
 }
 #applyCreditsTable thead tr{
 cursor:pointer;
 }
 #example tr:nth-child(even){
	background-color:#F4F7F9 !important;
	height: 40px;
}
#example td{
	padding-left:8px;
	padding-right:13px;
}
.table-tooltip {
    width: 15px;
    height: 15px;
}
.ad-download-button img.download-guide {
    width: 22px;
    padding-right: 4px;
    margin-bottom: 8px;
}
.three-columns-line1 .download-guide{
    margin-top:0;
    margin-bottom:0;
    width:14px;
}
.ad-blue-button {
    /* background: #0057a6; */
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 205px;
    height: 44px;
    margin-left: 20px;
    margin-top: 42px;
}
.line-top-sanofi {
    border-top: 4px solid #edf6fb;
    width: 839px;
    margin-left: -18px !important;
    margin-top: 32px !important;
}
.table-sanofi{
    margin-top:0;
}
.table-sanofi .financial{
	font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.table-sanofi .four-tabs{
	float:right;
}
.table-sanofi .four-tabs li {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
}
.table-sanofi .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0057a6;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd; 
    border-bottom: 3px solid #0057a6;
}
.ad-files-text{
font-size: 12px;
    text-align: right;
    margin-top: 16px;
    
}
 .ad-files-text.full-wd{
	margin-bottom:13px;
}
.ad-files-text img{
	max-width: 21px;
    max-height: 22px;
}
.theLink1{
	/*padding: 9px 12px !important;*/
	width: 52px;
}
.theLink1:hover{
	background-color:#0057a6;
	color:#fff !important;
	width: 52px;
	height:40px;
	/*padding: 9px 12px !important;*/
}
.dropdown {
  position: relative;
  display: inline-block;
}

#example1 .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top:-26px;
  right:34px;
}

.glyphicon-option-horizontal {
    color: #0057a6;
    top: 13px;
    /*padding-left: 14px;*/
}
.glyphicon-option-horizontal:before{
    padding-left:11px;
}
.glyph-dropdown:hover{
    color:#fff;
}
.dropdown-menu .three-texts {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: -40px !important;
    margin-left: -169px !important;
}
 #example1{
	 margin-top:13px;
 }
 .invo_wid{
 	width:100%;
 }
 #example1 th,td{
	 border-right:1px solid #fff;
 }
 #example1 tr{
	 height:40px;
 }
 #example1 tr:nth-child(even){
	background-color:rgba(229, 233, 236, 0.4) !important;
	height: 40px;
}
#example1 td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
}
#example1 .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}
.glyph-drpdwn .dropdown-toggle:hover {
    background-color: #0057a6;
    color: #fff;
    height: 40px;
    /* width: 67px; */
    padding: 10px;
    margin: 0px -9px 0 -6px;
}
#example1 .dropdown:hover .dropdown-content {display: block;}
.dropdown-menu .three-texts{
	width:186px;
	background-color:#fff;
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
	font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: -40px !important;
    margin-left: -169px !important;
}
.dropdown-menu .three-texts li{
	border-bottom: 1px solid #e5e9ec;
    padding: 12px 15px;
}
.dropdown-menu .three-text-border{
	border-bottom: 1px solid #e5e9ec;
    margin-top: 5px;
    margin-bottom: 13px;
}
#example1 .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#example1_filter,#example1_info{
	display:none;
}
/*table ends*/
.three-columns-line img{
	width: 44px;
    height: 44px;
    margin: auto;
    display: block;
    margin-top: 46px;
    margin-bottom: 8px;
}
.three-columns-line h3{
	
  min-height: 77px;
  font-family: 'Poppins-medium';
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #73aed3;
}
.three-columns-line span{
	font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0057a6;
    margin: 0 0 5px;
}
.three-columns-line p{
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.5px;
    text-align: center;
    color: #5b646e;
    margin: 0 0 5px;
}
.three-columns-line {
    width:100% !important;
    border-right: 0px solid #edf6fb;
    min-height: 416px;
}
.three-columns-line1{
    width:100% !important;
    border-right: 0px solid #edf6fb !important;
}
#product-overview-carousel .three-columns-line1 .mini-card{
    border-right: 0px solid #edf6fb !important;
}
.three-columns-line1 img{
	margin-top: 45px;
    margin-bottom: 11px;
}
.three-columns-line1 h6{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    text-align: center;
    color: #73aed3;
    margin-bottom: 4px;
}
.three-columns-line1 h5{
	font-family: 'Poppins-medium';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.5px;
    text-align: center;
    color: #0057a6;
}
.three-columns-line1 p{
	width: 207px;
    height: 54px;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5b646e;
}
.ad-confirm-button{
	margin-top: 95px !important;
	margin-left:0 !important;
}
.ad-order-button{
	margin-top: 135px !important;
	margin-left:0 !important;
}
.ad-download-button{
	margin-top: 6px !important;
	margin-left:0 !important;
}
.line-top-sanofi1 {
    border-bottom: 4px solid #edf6fb;
    width: 832px;
    margin-left: -32px;
}
.line-bottom-banner {
    border-top: 4px solid #edf6fb;
    margin-left: -39px !important;
    margin-right: -38px;
    margin-top: 32px !important;
}
.line-top-sanofi-acc{
	border-top: 4px solid #edf6fb;
    width: 838px;
    margin-left: -34px !important;
    margin-top: 32px !important;
}
.acc-chart h3 {
    width: 77px;
    height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-chart h6{
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
    margin-bottom: 0;
}
.select-chart {
    width: 362px !important;
    height: 45px !important;
}
.new-drpdown-list {
    width: 362px !important;
	margin-top: 18px !important;
}
.three-list-items {
    display: flex;
    list-style: none;
    margin-bottom: 32px !important;
	margin-top: 30px !important;
}
.three-list-items li {
    margin-right: 45px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #2a343f;
}
.three-list-items .third-li:before {
    content: "\2022";
    color: #004f98;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items .fst-li:before {
    content: "\2022";
    color: #73aed3;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items .sec-li:before {
    content: "\2022";
    color: #0091d6;
    font-weight: bold;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
.three-list-items span {
    display: block;
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bfc4c8;
    border-bottom: solid 1px #bfc4c8;
    padding-bottom: 12px;
    padding-top: 5px;
    margin-left: 16px;
}
.ct-donut-center1 {
    font-size: 38%;
    text-anchor: middle;
    font-family: 'Poppins-medium';
}
.ct-donut-wrapper {
    margin: auto;
    display: block;
	margin-top: 35px;
}
.bottom-banner-text span{
    display:block;
}
.ad-detailed-button {
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 243px;
    height: 44px;
    margin-left:20px;
}
.accr-new-title {
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
#accr-new .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
#accr-new .panel-heading {
    background: none;
    padding:4px 0 4px 0px;
    border-bottom: 1px solid #e5e9ec;
}
#accr-new .ipol{
    border-bottom: 1px solid #e5e9ec;
}
#accr-new .panel-heading .firstLevel-loc {
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
#accr-new .panel-heading .firstLevel-loc label {
    font-family: "NotoSansBold";
    margin: 0;
}
#accr-new .panel label {
    position: relative;
    text-indent: 0;
    padding-left: 0px;
    cursor: default;
}
#accr-new .sub-text {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5b646e;
    margin:0;
    padding:0;
}
#accr-new span.locPlusIcon.collapsed {
    background-image: url(../images/icons/plus.png) !important;
}
#accr-new span.locPlusIcon {
    background-image: url(../images/icons/minus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 9px;
    cursor: pointer;
}
#accr-new .ad-blue-button{
background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 205px;
    height: 44px;
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.bottom-banner {
    width: 763px;
    height: 90px;
    background-color: #f2f2f2;
    margin-top: 32px;
    margin-bottom: 36px;
    margin-right: 54px;
    margin-left: 3px;
    text-align: center;
}
.bottom-banner-text {
    margin-top: 32px;
    color: #bfc4c8;
}
.ad-acc-details .titletext1 {
    font-family: 'NotoSansBold';
    background-color: #73aed3;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 2px;
    margin-left: -36px;
    margin-right: -32px;
    font-size: 12px;
    margin-top: 1px;
}
.ad-acc-details .acc-title {
    font-family: 'Poppins-medium';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: 0.5px;
    color: #0057a6;
}
.acc-title-manage img {
    width: 16px;
}
.acc-title-manage {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    text-align: right;
    margin-top:6px;
}
.sec-padding h3{
	
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
	margin:0;
}
.sec-padding span{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
    display: block;
	margin-bottom: 5px;
}
.img-subtext {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
	margin-bottom:4px;
}
.img-subtext img {
    width: 16px;
    height: 16px;
}
.img-subtext-numb {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.img-subtext-numb img {
    width: 16px;
    height: 16px;
}
.ad-acc-details ul li{
	border-top:1px solid #eee;
	margin-top: 13px;
}
.sec-padding{
	margin-top:20px;
}
.line-divider {
    border: 2px solid #edf6fb;
    margin-left: -32px;
    margin-right: -37px;
    margin-top: 20px;
}
.corporate-box {
    min-height: 310px;
    text-align: center;
    padding-top: 149.3px;
    color: #bfc4c8;
}
.corporate-box img{
	max-width:376px;
	width:100%;
}
.ad-product-details h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.ad-product-details h6 {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
}
.ad-upload-order h6 {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
}
.search-items {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-search-icon{
	padding-left: 15px;
}
.right-sde {
    padding: 0 !important;
}
.header-SearchBar {
    width: 362px;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
}
.header-SearchBar input {
    border: 0;
    box-shadow: none;
    height: 44px;
    background: none;
}
.header-SearchBar button.btn {
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
/* .header-SearchBar button.btn span.searchIcon {
    background: url(../images/icons/search.svg) no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
} vax*/
.ad-upload-order .drag-drop {
    height: 160px;
    border-radius: 4px;
    border: dashed 2px #73aed3;
    background-color: rgba(239, 242, 245, 0.4);
    margin-bottom: 10px;
}
.ad-upload-order div p {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #5b646e;
    margin-top: 26px;
}
.ad-upload-order div span {
	    margin: auto;
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center !important;
    color: #5b646e;
	margin-bottom:10px;
}
.sanofi-box-btn {
    width: 170px;
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent;
}
.sanofi-download-icon {
    font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0057a6;
    margin-top: 10px;
    text-align: center;
    display: block;
}
.sanofi-download-icon img {
    
    height: 14px;
	padding-right:5px;
}
.acc-commu-center h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-commu-center p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #bfc4c8;
    margin-top: 68px;
    text-align: center;
}
.acc-commu-center button{
	width: 213px;
    height: 44px;
    border-radius: 4px;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    /* border: solid 2px #0057a6;
    color: #0057a6; */
    margin: auto;
    display: block;
    background-color: transparent;
    margin-bottom: 13px;
    margin-top: 58px;
}
.acc-updates h3{
	height: 24px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #5b646e;
}
.acc-updates h6{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 1.9px;
    color: #73aed3;
	margin-bottom: 0;
}
.acc-updates span{
	font-family: NotoSans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #0057a6;
}
.acc-updates p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b646e;
    margin-top: 7px !important;
}
.acc-updates .sec-updates{
	margin-top:22px;
}
.acc-banner div{
	width: 300px;
    height: 250px;
    /*background-color: #f2f2f2;*/
    margin-top: 32px;
    margin-left: 35px;
}
.acc-banner p{
	font-family: NotoSans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #bfc4c8;
    padding: 116px 58px 98px 58px;
}
/********* add products *****/
.add-product-fstcol{
	background-color: #fff;
    width: 351px;
    
    margin-top: 31px;
}
.horizontal-line{
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #fff;
  width: 73%;
  margin-top: -36px;
  margin-left: 35px;
}
.autocomplete input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}
.autocomplete-items {
	  position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 162px;
	left: 18px;
	right: 0;
	width: 364px;
	max-height: 152px;
}
.ad-product-details .autocomplete-items{
	margin-left:12px;
	top:auto;
}
#myInputautocomplete-list{
	left:6px;
}
/* .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
} */
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
}
.close-icon:after {
    content: "X";
    display: block;
    width: 25px;
    height: 14px;
    position: absolute;
    /* background-color: #FA9595; */
    z-index: 1;
    right: 4px;
    top: -17px;
    bottom: 0;
    margin: auto;
    padding: 17px;
    border-radius: 50%;
    text-align: center;
    color: #0057a6; 
    font-weight: normal;
    font-size: 19px; 
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
.auto-search-btn{
	padding: 9px 0px 3px 8px !important;
}
.auto-search-btn:focus {
    border-color: transparent !important;
    outline: 0;
    box-shadow: inset 0 0 2px 0px #d4d9de !important;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de !important;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de !important;
}
.autocomplete .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
    box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
}
.add-units input{
	text-align: center;
    width: 44px;
    height: 44px;
    color: #2a343f;
    font-size: 14px;
    border-radius: 4px;
    border: solid 1px #d4d9de;
    box-shadow: inset 0 1px 5px 0px #d4d9de;
    -webkit-box-shadow: inset 0 1px 5px 0px #d4d9de;
    -moz-box-shadow: inset 0 1px 5px 0px #d4d9de;
}
.product-price-btton{
	width: 103px;
    height: 45px;
    border-radius: 4px;
    background-color: #0057a6;
    border: 4px solid #0057a6;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
}

/**** cart sub-pages **/
.item-numb{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.item-numb h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.item-numb button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #0057a6;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #0057a6;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}
.item-numb button a:hover{
    color: #337ab7;
    text-decoration: none;
}
.item-numb p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}

.no-item{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.no-item h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.no-item button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #bfc4c8;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #bfc4c8 !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
}
.no-item button a{
    color: #bfc4c8 !important;
}
.no-item button a:hover{
    color:#bfc4c8;
    text-decoration:none;
}
.no-item p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}

.white-button.save-cart-1:hover {
    background-color: #e6e6e6;
    color: #0057a6;
    border: 2px solid #0057a6;
} 

.saved-cart{
    width:440px;
    background-color:#fff;
    padding-bottom: 32px;
}
.saved-cart h3{
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color:#2a343f;
  padding-top:32px;
  padding-bottom:20px;
}
.saved-cart button{
    width: 376px;
  height: 44px;
  border-radius: 4px;
  border: solid 2px #0057a6;
  font-family: NotoSans;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #fff !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    background-color: #0057a6;
}
.saved-cart button a{
    color: #fff !important;
}
.saved-cart button a:hover{
    color:#fff;
    text-decoration:none;
    padding-bottom: 32px;
}
.saved-cart p{
  font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #5b646e;
  padding-left: 32px;
  padding-right: 32px;
}
#example1 td a:hover{
	color:#0057a6;
	text-decoration:none;
}
#example td a:hover{
	color:#0057a6;
	text-decoration:none;
}



/*Table Styles*/

.commonViewTable{
    float: left;
    width: 100%;
}

.childViewTable{
    float: left;
    width: 100%;
}

.childViewTable > div{
    padding: 1%;
}

.childViewTable label{
    width: 54.4%;
    word-wrap: break-word;
	vertical-align: top;
}
.acc-order-details .childViewTable .commonRow:last-child label {
    vertical-align: top;
}

.childViewTable span{
    width: 45.6%;
    display: inline-block;
    word-wrap: break-word;
}

.childViewTable.even{
    background: #edf6fb;
}
.childViewTable:nth-child(even) {
    background: #F4F7F9;
}

/* .childViewTable.even{
    background: #ffffff;
} */

.commonViewTable .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: -26px;
    right: 34px;
}

.commonViewTable .theLink1:hover {
    background-color: transparent;
    height: auto;
    float: right;
}

.commonViewTable .theLink1 {
    float: right;
    width: auto;
    cursor: pointer;
    margin-right: 10%;
}

.commonViewTable .glyphicon-option-horizontal {
    top: 3px;
}

#example1 .dropdown-menu{
    margin-top: -41px;
    margin-left: -185px;
    width: 186px;
    height: auto;
    border: 1px solid #e5e9ec;
}
#example1 ul li{
    border-bottom: 1px solid #e5e9ec;
    padding: 13px 0px 12px 12px;
    margin: 0 7px 0 7px;
    font-size: 12px;
}
.glyph-drpdwn .dropdown-toggle:hover {
    background-color: #0057a6;
    color: #fff;
    height: 40px;
    /* width: 67px; */
    padding: 0px 6px;
    margin: 0px -9px 0 -6px;
  }
 .glyph-drpdwn .dropdown-toggle:hover .glyphicon {
    color: #fff;
} 
  .reservation-details{
    font-size: 20px !important;
    font-family: 'Poppins-medium' !important;
    margin-left: 18px;
    margin-top:17px;

  }
  .horizontal-banner {
    width: 728px;
    height: 90px;
    margin: 32px auto;
    position: relative;
    display: table;
}
.horizontal-banner img {
    margin-top: 8px;
}

.checkout .left-section .sanofi-accordion .calender .panel-heading {
    margin: 0;
}

.calender .datetimepicker-days tbody:before,.calender .datetimepicker-days tbody:after{
    width: 94%;
    content: " ";
    border-top: 1px solid #e5e9ec;
    position: absolute;
    left: 3%;
}

.calender .datetimepicker-days thead tr:nth-child(1):after {
    width: 94%;
    content: " ";
    border-top: 1px solid #e5e9ec;
    position: absolute;
    left: 3%;
    top: 8%;
}

.calender .datetimepicker-days tfoot{
    display: none;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]{
    position: relative;
    display: inline-block;
    float: left;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border:1px solid #d4d9de;
    background: #FFF;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:checked:before {
    background: #0055a8;
}

.calender .datetimepicker-days .delivary input[type="checkbox"]:checked:after {
    content: "";
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
}

.calender .datetimepicker-days .delivary label{
    float: left;
}

.calender .datetimepicker-days .delivary > p{
    display: inline-block;
    margin-left: 23px;
}
/*calender inside accordian edit hours css start*/
.calender .datetimepicker-days .delivary .panel-group {
  margin-top: 10px;
}
.calender .datetimepicker-days .delivary .panel-heading {
  padding: 14px 0px 30px;
  border-top: 1px solid #e5e9ec;
  border-bottom: none;
}
.calender .datetimepicker-days .delivary #delivary-hours .panel-body {
  border-top: none;
  padding: 0;
}
.calender .datetimepicker-days .delivary #delivary-hours .panel-body .secLevel-loc {
  margin-bottom: 25px;
}

.calender .datetimepicker-days .delivary #delivary-hours .hour-edit a {
  color: #0057a6;
  font-size: 11px;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time {
  padding: 5px 5px 5px 10px;
  background: #edf6fb;
  margin-bottom: 5px;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time span:first-child input {
  text-align: left;
}
.calender .datetimepicker-days .delivary #delivary-hours .edit-date-time span input {
  color: #5b646e;
  font-size: 12px;
  border: none;
  width: 32%;
  background: none;
  text-align: right;
}
/*calender inside accordian edit hours css end*/
/* Marketing Banners Start */
.banner-white-btn{
    height: 44px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    font-family: "NotoSansBold";
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin: auto;
    display: block;
    background-color: transparent
}
.banner-blue-btn{
    height: 44px;
    border-radius: 4px;
    border: solid 2px #0057a6;
    font-family: "NotoSansBold";
    font-size: 14px;
    text-align: center;
    color: #0057a6;
    margin: auto;
    display: block;
    background-color: transparent
}
.banner-blue-btn:hover{
    background: #0057a6;
    color: #fff;
}
.pr8{
	padding-right: 8px;
}
img.banner-bg-img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}
.square-banner{
    width: 300px;
    height: 250px;
    margin: 32px auto;
    position: relative;
}


img.banner-bg-img {
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

.banner-text-img{
    text-align: center;
    color: #ffffff;
    font-family: "Poppins-Medium";
    font-size: 16px;
    font-weight: 500;
    float: left;
}
.square-banner .banner-text-img{
    margin: 96px 24px 0 24px;
}
.square-banner .btn{
    width: 178px;
}
.banner-text-only{
    background: #ffffff;
    text-align: center;
    padding: 8px 16px;
}
.banner-blue-text{
    color: #73aed3;
    font-family: "NotoSansBold";
}
.banner-bold-text{
    font-size: 16px;
    color: #5b646e;
    font-family: 'Poppins-Medium';
}
.banner-img-text{
    background: #ffffff;
    text-align: center;
    padding: 8px 16px; 
}
.banner-small-text{
    font-size: 14px;
    color: #0057a6;
    font-weight: 500;
    margin: 8px 0;
    font-family: 'Poppins-Medium';
}
.vertical-banner{
    width: 100%;
    height: 600px;
    margin: 32px auto;
    position: relative;
    max-width: 160px;
}
.vertical-banner .banner-text-img{
    margin: 340px 8px 32px 8px;
}
.vertical-banner.banner-text-only{
    padding: 80px 8px;
    text-align: left;
}
.vertical-banner .btn{
    width: 140px;
}
.vertical-banner.banner-text-only .btn{
    margin-top: 52px;
}
.vertical-banner.banner-text-only .banner-bold-text{
    margin-bottom: 32px;
}
.vertical-banner.banner-img-text{
    padding: 80px 0;
}
.vertical-banner.banner-img-text img{
    margin: 16px 0;
}
.vertical-banner.banner-img-text p{
    margin: 8px 16px;
    text-align: left;
}
.vertical-banner.banner-img-text .btn{
    width: 130px;
}
.horizontal-banner{
    width: 728px;
    height: 90px;
    margin: 32px auto;
    position: relative;
    display: table;
}
.horizontal-banner img {
    margin-top: 8px;
}
.horizontal-banner .btn{
    width: 140px;
    position: relative;
}
.horizontal-banner .banner-text-img{
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}
.horizontal-banner .banner-text-img p{
    margin: 0;
}
.horizontal-banner .banner-text-inner{
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left;
}
.horizontal-banner .banner-text-inner .btn{
    margin: 16px 0;
}
.horizontal-banner .banner-text-inner p{
    margin: 0;
}
.horizontal-banner.banner-text-only{
    padding: 0;
}
.horizontal-banner.banner-img-text{
    text-align: left;
    padding: 8px 0;
}
.horizontal-banner.banner-img-text .btn{
    margin: 16px 0;
}
.horizontal-banner.banner-img-text > div{
    padding: 0 10px;
}
.horizontal-banner.banner-img-text .col-md-6{
    padding: 0;
}
/* Marketing Banners End */

#product-listing .prodCard-box .prodCard-img a,.prodCard-img a
{
    display: inline-block;
    width: 100%;
    height: 100%; 
}

#product-listing .prodCard-box .prodCard-img a > img,.prodCard-img  a > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
} 

.prodCard-box .prod-card {
    height: 790px;
    padding: 32px;
    border-right: 4px solid #edf6fb;
    border-bottom: 4px solid #edf6fb;
}

/* Marketing Banners End */

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput ul{
	display:inline-block;
}

/*home page warning msg*/
.acc-warning-box{
	min-height:104px;
	background-color:#fff;
	margin-bottom:4px;
	border-left:4px solid transparent;
}

.acc-warning-box p{
    margin:23px 0 0 33px;
    padding: 0;
}
.acc-warning-box .warning-text{
	padding-left: 13px;
    font-family: 'Poppins-medium';
    font-size: 20px;
    font-weight: 500;
    color: #2a343f;
}
.acc-warning-box .sub-text{
    font-family: NotoSans;
    font-size: 14px;
    color: #5b646e;
    margin: 4px 0px 24px 78px;
}
.acc-warning-box .cls-btn,.acc-warning-box .header-close{
	width: 16px;
    height: 16px;
	float: right;
    margin-top: 13px;
    cursor: pointer;
}
.cart-view-change .middle-row,.cart-view-change .save-document{
    margin-top: 20px;
}
.checkout .firstLevel-acc .pd-info{
    margin-top: 5px;
    margin-right: 0;
    margin-left: 5px;
}
.pd-info span{
    font-family: "NotoSansBold";
}
.payment-method .sortBy-select {
    margin-top: 0!important;
}

@media (min-width: 1200px){
  .cart-view-change .middle-row{
    width: 21%;
  }
  
  .cart-view-change .middle-row + div{
    width: 35.33%
  }

   .sec-part .open_aside .paytotal{
  	width: 399px;
    padding: 0 10px;
    margin-left: -10px!important;
  }
  .checkout-item-confirmation .unitCount-comp.mngUnits {
	    bottom: -40px;
	}
	
	.mngUnits #add-units-count {
	    padding-top: 12px;
	    padding-left: 10px;
	}
	
	.page-requestResourcesConfirmationpage .checkout-item-confirmation .unitCount-comp.mngUnits {
	    bottom: inherit;
    	margin-top: 0;
	}
}

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
    position: absolute;
    width: 384px;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: auto;
}

/* US-6734 */
@media screen and (min-width: 960px) and (max-width: 1100px) {
	#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
		width: 281px;
	}
	#mainMenu-nav .header-SearchBar .ui-front ul {
		width: 281px;
	}
}

@media screen and (min-width: 451px) and (max-width: 768px) {
	#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput{
		width: 343px;
	}
	#mainMenu-nav .header-SearchBar .ui-front ul {
		width: 343px;
	}
}
.cart_value_added{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 179px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    left: 24px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
    top: 100%;
}

.pdp-related-product .cart_value_added{
	top:59%;
}

.cart_value_added>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.25);
    top: -11px;
    position: absolute;
    left: 50%;
}

.cart_value_added>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    top: 1px;
    position: absolute;
    left: -11px;
}
.cart_value_added > img{
    float: left;
    margin: 1px 0 0 0;
}

.cart_value_added > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
}
.cart_error_added{
    padding: 10px 10px 10px 10px;
    border: 0px;
    width: 150px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -44px;
    left: 15px;
    z-index: 500;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}

.unitCount-comp .cart_error_added{
	left: -24px !important;
}

.cart_error_added>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,.25);
    bottom: -11px;
    position: absolute;
    left: 50%;
}

.cart_error_added>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    bottom: 1px;
    position: absolute;
    left: -11px;
}

.cart_error_added > img{
    float: left;
    margin: 1px 0 0 0;
}

.cart_error_added > span{
    float: left;
    /*width: 76%;*/
    margin-left: 8px;
    text-align: left;
    padding-top:6px;
}

.units-count .cart_error_added{
	left: -5px;
}

@media only screen and (max-width: 414px){
	.units-count .cart_error_added{
		left: 0px;
	}
	.cart_error_added {
		width: 140px;
	}
}
.clear-cart + .popover {
    padding: 20px 16px 13px 16px;
    max-width: 270px;
    height: 127px;
    border: 0px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    padding: 15px 11px;
    width: 270px;
    height: 103px;
}

.clear-cart + .popover .popover-title{
    display: none;
}

.checkout-data .table-responsive {
    height: auto;
    overflow: hidden;
}

/*ACCOUNT OVERVIEW CHANGES*/

#product-overview-carousel{
    margin-right: -32px;
    margin-left: -32px;
    border-bottom: 4px solid #edf6fb;
}
#product-overview-carousel .slick-carousel .slick-item{
    height: 365px;
    margin-top: 45px;
}
#product-overview-carousel .second-card{
    padding: 16px 16px 24px 5px;
}
#product-overview-carousel .last-card{
    border-right: 0px solid #edf6fb;
}
.ad-product-details {
    padding-left: 0px;
    padding-right: 0px;
}
.two-sample-img{
    margin-left: 0px;
    margin-right: 0px;
}
.ad-upload-order {
    padding-left: 0px;
    padding-right: 0px;
}
.acc-updates img{
    width: 15px;
    margin-top: -1px;
}
.ad-detailed-button{
    background: #0057a6;
    font-size: 14px;
    font-family: "NotoSansBold";
    color: #ffffff;
    opacity: 1;
    border: 0;
    outline: 0;
    width: 243px;
    height: 44px;
    margin-left: 20px;
}
.prodCard-tabs {
    height: 44px;
    position: relative;
    margin-top: 12px;
}
.prodCard-tabs > ul {
    height: 44px;
    border-bottom: 1px solid #e5e9ec;
}
.prodCard-tabs > ul > li.active, #product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li:hover {
    border-bottom: 3px solid #0057a6;
}
.prodCard-tabs > ul > li {
    width: 69px;
    height: 44px;
    margin-right: 6px;
    text-align: center;
    cursor: pointer;
    float: left;
    padding: 16px 0px 0px 0px;
}
.prodCard-tabs > ul > li > img {
    width: 22px;
    height: 22px;
}
.prodCard-tabs .prodCard-list li:last-child {
    margin-right: 0px;
}
.ct-donut-center2{
    font-size: 14%;
    text-anchor: middle;
    fill: #bfc4c8;
}
.sec-padding .left-sec{
    padding:0 !important;
}
@media only screen and (max-width: 767px){
/* #filter-by span.filterPlusIcon.collapsed {
    background-image: url(../images/icons/plus.png);
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
} */
}
@media screen and (min-width:319px) and (max-width:768px){
    .acc-overview #main-container ol.breadcrumb{
        padding: 14px 0px 10px 0;
    } 
    .corporate-box img{
		width:100%;
		margin-bottom: 30px;
	}
    #location-select{
        width: 100%;
    }  
    .line-top-sanofi-acc{
        width:100%;
        margin-left: 0 !important;
    margin-right: 0 !important;
    }
    .line-divider{
        display:none;
    }
    .header-SearchBar{
        width:100%;
    }
    .ad-acc-details h1{
        margin-left:-9%;
        margin-right:-3%;

    }
    .horizontal-banner{
        display:none;
    }
    .line-top-sanofi1{
        width:100%;
    }
    .account-banner img{
    	 width:100%;
    	 margin-bottom:15px;
    }
    .commonViewTable .childViewTable span > span {
	    width: 100%;
		float:none!important;
	} 
	#sanofiOnlinePayInfoForm .childViewTable,#creditform .childViewTable{
    padding-bottom: 25px;
	}
	#sanofiOnlinePayInfoForm .childViewTable .commonRow .invoiceValueError {
	    bottom: -15px;
	}
	#creditform .childViewTable .commonRow .invoiceValueError {
	    bottom: -15px;
	} 
    /***need to customise***/
    .three-columns-line img{
        margin:auto;
        display:block; 
     }
    .three-columns-line h3{
        text-align:center;
    }
    .three-columns-line p{
        width:100%;
        text-align:center;
    }
    .three-columns-line1 img{
        margin-top:0;
    }
    .line-top-sanofi{
        width:100%;
        margin-left:0px !important;
    }
    .select-chart{
        width:100% !important;
    }
    .acc-banner div{
        margin-left:0;
        margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom:20px;
    }
    .line-bottom-banner{
        display:none;
    }
    /**** end ***/
    .acc-warning-box .acc-close-button{
        float:none;
        display:block;
        width: 26px;
        height: 24px;
    }
    .acc-warning-box p {
        margin: 13px 0 0 17px;
    }
    .acc-warning-box .warning-text{
        padding-left: 1px;
        font-size: 19px;
    }
    .acc-warning-box .sub-text{
        margin: -2px 0px 17px 19px;
    }
    .table-sanofi .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        padding: 0;
        margin-top: 1px;
    }
    .table-sanofi .nav>li>a{
        padding: 0px 12px;
    }
    .ad-files-text{
        margin-bottom: 24px;
        color: #0057a6;
    }
    #leftCont-rightNav{
        margin-top:1px;
    }
    #filter-by {
        padding: 10px 10px 0px 10px;
    }
    #filter-by .filterByGroup{
        border-top: 1px solid #e5e9ec;
        border-bottom: 1px solid #e5e9ec;
    }
    .ad-blue-button{
        width: 92%;
        margin-left: 4%;
        margin-right: 4%;
    }
    .table-sanofi{
        margin-top:5px;
    }
    .ad-files-text img{
        width: 13px;
        height: 17px;
    }
    .commonViewTable .glyphicon-option-horizontal{
        float:right;
    }
    .last-card{
        border-right: 4px solid #edf6fb !important;
    }
    #product-overview-carousel .carousel-prev{
        top:37%;
        left:2% !important;
      }
      #product-overview-carousel .carousel-next{
        top:37%;
        right:1% !important;
      }
      #product-overview-carousel .slick-carousel .slick-item{
          margin-top:80px;
      }
      .mini-card{
          height:447px;
      }
      .three-list-items li{
        margin-right: 17px;
      }
      .new-drpdown-list{
          width:100% !important;
      }
      .ad-detailed-button{
          margin-top:0;
      }
      svg:not(:root){
          margin:auto;
          display:block;
      }
      .ad-detailed-button{
        margin: auto;
        display: block;
        width: 92%;
        margin-top: 32px;
      }
      #accr-new .sub-text{
        padding: 1px 2px 1px 1px;
      }
      #accr-new span.locPlusIcon{
          top:8px;
      }
      #accr-new .ad-blue-button{
          width:100%;

      }
      #leftCont-rightNav > section.left-section{
        border-bottom: 0px solid #edf6fb;
      }
      .ad-product-details{
        border-bottom: 0px solid #edf6fb;
      }
      .acc-updates img{
        width: 15px;
        margin-top: -3px;
      }
      .corporate-box{
        border-bottom: 4px solid #edf6fb;
        border-top: 4px solid #edf6fb;
        margin-top: 20px;
      }
      .new-line{
        border-bottom: 4px solid #edf6fb;
      }
      .glyph-drpdwn .dropdown-toggle:hover{
        background-color: transparent;
        padding-top: 0;
        height:16px; 
      }
      .sm-view{
        top: 23%;
        left: -127px; 
      }
      .sm-view li {
        border-bottom: 1px solid #e5e9ec;
        padding: 13px 0px 12px 12px;
        margin: 0 7px 0 7px;
        font-size: 12px;
    }
    #leftCont-rightNav > section.left-section{
        border-right: 0px solid #edf6fb;
        
    }
    .float-right{
        float:none;
    }
    #filter-by .filterByGroup .filterByTitle {
        position: relative;
        padding: 13px 0;
        margin: 0;
        height: 44px;
    }
    #filter-by span.filterPlusIcon {
        background-image: url(../images/icons/minus.png);
        width: 16px;
        height: 16px;
        background-size: 16px;
        display: block;
        position: absolute;
        right: 0px;
        left: auto;
        top: 12px;
        cursor: pointer;
    }
    #sort-by{
        width:100%;
    }
    .my-acc-aside{
       /* padding:0px !important;*/
    }
    .acc-numb{
        /*padding:0 10px;*/
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
    .payment-method {
	    padding: 0 10px!important;
	    margin: 0!important;
	}
	
	#placeOrderForm .checkout-details li{
		padding-bottom: 20px;
    	padding-top: 20px;
	}
	#account_invoice_financials_wrapper .commonViewTable .childViewTable span > span{
		float: none !important;
		margin-top: 3px;
	}
}
@media screen and (min-width:768px) and (max-width:780px){
    .float-right {
        float:right;
    }
    .filterByTitle{
        display:none;
    }
    .filterByGroup {
        border-top: 0px solid #e5e9ec !important;
        border-bottom: 0px solid #e5e9ec !important;
    }
    #leftCont-rightNav > section.left-section {
        border-right: 4px solid #edf6fb;
    }
    .acc-numb img{
        width:19px;
    }
}
@media screen and (min-width:479px) and (max-width:767px){
    .ad-acc-details h1 {
        margin-left: -9%;
    margin-right: -5%;
    }
}
@media screen and (min-width:768px) and (max-width:1020px){
    .horizontal-banner{
        width:100%;
    }
    .acc-banner div{
        width:100%;
        margin-left:0;
        height:auto;
    }
    .select-chart{
        width:100% !important;
    }
    .three-list-items li{
        margin-right: 20px;
    }
    svg:not(:root) {
        width: 100% !important;
    }
    .ad-upload-order .drag-drop button{
        width:82%;
    }
    .acc-commu-center button{
        width:100%;
    }
    .ad-acc-details h1{
        margin-left: -18px;
        margin-right: -15px;
    }
    .img-subtext{
        word-break: break-word;
    }
    .sec-padding .left-sec{
        padding: 0 !important;
        margin: 0;
    }
    .sec-padding .right-sec{
        padding: 5px 0px 0px 24px;
    }
    .slick-carousel .slick-item{
       /* width:180px !important;*/
    }
    .three-columns-line h3{
        font-size:23px;
    }
    .three-columns-line1 img{
        width:140px;
        margin:auto;
        display:block;
        margin-top:45px;
    }
    .last-card .minicardGroup-A{
       /* margin-left:52px;*/
    }
    .three-columns-line1 p{
        width: 100%;
        margin-bottom: 68px;
    }
    .line-top-sanofi{
        width:100% !important;
        margin-left:0 !important;
    }
    .line-divider{
        margin-left: -18px;
        margin-right: -37px;
    }
    .line-top-sanofi-acc{
        width:100%;
        margin-left: 16px !important;
    }
    .line-bottom-banner{
        margin-right: -18px;
    }
    #product-overview-carousel .carousel-prev {
        left: 2px;
        top: 144px;
    }
    .acc-numb img{
        width:19px;
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
}

@media screen and (min-width:1021px) and (max-width:1279px){
    .ad-acc-details h1{
        margin-left: -18px;
        margin-right: -16px;
    }
    .sec-padding .left-sec{
        margin-left: -16px;
        margin-right: 15px;
    }
    .ad-product-details .header-SearchBar{
        width:268px;
    } 
    .line-top-sanofi{
        width: 100%;
        margin-left: 0px !important;
    }  
    .line-top-sanofi-acc{
        width: 100%;
        margin-left: 0px !important;
    }
    .second-card .minicardGroup-A{
        margin-left: 67px;
    }
    .ad-order-button{
        margin-top: 86px !important;
        width:147px;
    }
    .ad-confirm-button{
        margin-top: 66px !important;
    }
    .ad-blue-button{
        /*width: 100%;*/
    }
    .line-divider{
        margin-left: -18px;
    }
    .acc-banner div{
        margin-left:0;
        width:100%;
    }
    .horizontal-banner{
        width:100%;
    }
    .line-bottom-banner{
        margin-right: -24px;
    }
    .square-banner{
        height:auto !important;
    }
    #product-overview-carousel .carousel-prev {
        left: 2px;
        top: 144px;
    }
    .acc-order-details .fa-caret-down:before{
        padding-left:0;
    }
}
@media screen and (min-width:1400px) and (max-width:1440px){
    #product-overview-carousel .carousel-prev{
        left: -21px; 
    }
    #product-overview-carousel .carousel-next{
        top: 45%;
       right: -3% !important;
    }
    .ad-files-text{
        color:#0057a6;
    }
}


/*ACCOUNT OVERVIEW CHANGES ENDS*/

/* PRODUCT MONOGRAPH CHANGES START */

.firstLevel-loc label > a{
    color: #000;
}

.firstLevel-loc label > a:nth-child(2) {
    color: #337ab7;
    font-size: 12px;
}

.firstLevel-loc label > a:nth-child(2) img {
    width: 15px;
    height: 15px;
}

#accr-new .panel.panel-default:first-child .panel-heading {
    border-top: 1px solid #e5e9ec;
}


/* PRODUCT MONOGRAPH CHANGES ENDS */




/*acc statment css start*/
.logo-account {
    padding: 20px;
}
.statement-logo{
	float:left;
}
.statement-logo img{
	width:286px;
	height:39px;
	text-align:left;
	display:inline-block;
}
.pasteur-logo img{
	width:205px;
	height:24px;
	display:inline-block;
}
.spl-add a{
    font-family: "NotoSans";
    font-size: 12px;
}
.spl-add span{
    font-family: "NotoSans";
    font-size: 9px;
}
.spl-accno span:first-child{
    font-family: "NotoSansBold";
    font-size: 12px;
    color: #2a343f;
}
.spl-accno span{
    font-family: "NotoSans";
    font-size: 12px;
}
.spl #example2 th {
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: "NotoSans";
    text-align: center;
}
.spl #example2 td {
    padding: 5px;
    font-size: 10px;
    font-weight: 500;
    font-family: "NotoSans";
    text-align: center;
}
.spl #example2 td.comp-nam{
    font-family: "NotoSansBold";
    font-size: 12px;
}
#example2 tr {
    height: 40px;
}
#example2 tr:nth-child(even) {
    background-color: rgba(229, 233, 236, 0.4) !important;
    height: 40px;
}
#example2_filter,#example2_info{
	display:none;
}
.spl-ny{
    margin-top:30px;
}
.spl-ny p{
    margin-bottom:4px;
}
.spl-ny h3{
    font-size: 12px;
    font-family: "NotoSansBold";
    margin-top: 0;
    padding-left: 8px;
}
.spl-ny .table>thead>tr>th{
    border-bottom: none;
}
.spl-ny .table>thead>tr>th:first-child{
    font-weight: normal;
    font-family: "NotoSans";
}
.spl-ny .table>thead>tr>th,.spl-ny .table>tbody>tr>td {
    font-size: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#fluPlaceOrderForm .modal-content.overlay {
		width: 100%;
	}
    .spl-accno{
        margin-bottom: 10px;
    }
    .spl-add a{
        font-size: 16px;
    }
    .spl-add span,.spl-ny p,.spl-ny .table>thead>tr>th,.spl-ny .table>thead>tr>td{
        font-size: 14px;
    }
    .spl-accno span,.spl-accno span:first-child,.spl-ny h3{
        font-size: 15px;
    }
    .spl-ny h3{
        margin-top:20px;
    }
    .spl-ny .table>thead>tr>th:first-child,.spl-ny .table>tbody>tr>td:first-child,.spl-ny h3{
        padding-left: 0;
    }
    .spl .childViewTable span{
        text-align: right;
    }
    #accountMenu-nav .healthCare-prof {
    background: url(../images/healthcare-logo.png) no-repeat 0px 2px;
    }
    
	.mobMenu-lang li a span.chevronIcon-down {
	    float: right;
	    transform: rotate(-90deg);
	    margin-top: 4px;
	    background: url(../images/down-arr.png) no-repeat;
	    width: 15px;
	    height: 12px;
	    display: inline-block;
	    background-size: 15px;
	}
	.mobMenu-lang li .accountUser_name {
	    display: table;
	    color: #73aed3;
	    margin-right: 30px;
	    vertical-align: middle;
	    height: 40px;
	    float: left;
	}
	a.accountUser_name+a {
    	float: right!important;
	}
	form#fluPlaceOrderForm {
	    padding: 0 15px;
	}
}
/*acc statment css start*/

/*Calander CSS*/

.calender .datepicker-days .table-condensed {
  margin: 0 0px;
  border-collapse: separate;
  border-spacing: 6px;
}
.calender .datepicker-days .table-condensed {
  max-width: 100%;
  background-color: transparent;
}
.calender .datepicker-days .table-condensed tr {
  border: 1px solid red;
}
.calender .datepicker-days .table-condensed th.datepicker-switch {
  font-size: 12px;
  font-family: "NotoSansBold";
  color: #2a343f;
  text-align: center;
}
.calender .datepicker-days .table-condensed th {
  font-size: 11px;
  font-weight: normal;
}
.calender .datepicker-days .table-condensed td {
  padding: 7px 9px;
  font-size: 12px;
  color: #2a343f;
  line-height: 18px;
  width: 22px;
  margin: 20px;
  height: 24px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  background-color:#e5e9ec;
}
.calender .datepicker-days .table-condensed td:hover {
  color: #fff;
  background-color: #0055a8;
  border-radius: 4px;
}
.calender .datepicker-days .table-condensed td.day.active {
  border-radius: 4px;
  color: #fff;
  background: #0055a8;
}
.calender .datepicker-days .table-condensed td.old,.calender .datepicker-days .table-condensed td.new,.calender .datepicker-days .table-condensed td.disabled-date,.calender .datepicker-days .table-condensed td.disabled {
  color: #bfc4c8;
  background-color: transparent !important;
  /*visibility: hidden;*/
}
.calender .datepicker-days .table-condensed td.old:hover,.calender .datepicker-days .table-condensed td.disabled.day:hover {
  color: #bfc4c8;
}
.calender .datepicker-days .table-condensed td.delivary-date {
  background-color: #e5e9ec;
  color: #2a343f;
}
.calender .datepicker-days .delivary label {
  color: #5b646e;
  font-size: 12px;
  font-family: "NotoSansBold";
}
.calender .datepicker-days .delivary input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: -1px 6px 0 0;
  box-sizing: border-box;
  padding: 0;
}
.calender .datepicker-days .delivary p {
  color: #73aed3;
  font-size: 11px;
  font-family: "NotoSansBold";
  margin-left: 29px;
}
.calender .datepicker-days .delivary .panel-heading {
  padding: 12px 0px;
}
.calender .datepicker.dropdown-menu {
  box-shadow: 0 0 8px 0px rgba(23, 114, 183, 0.2);
  left: -6px !important;
  top: 70px !important;
  padding: 0;
  margin: 0;
  border: 1px solid #d4d9de;
}
.calender .datepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 25%;
}
.calender .datepicker-dropdown-bottom-right:before {
  top: -8px;
  left: 25%;
}
.calender [class*="datepicker"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    text-align: center;
    left: 50%;
}
.calender [class*="datepicker"]:before {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid #d4d9de;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -8px;
    text-align: center;
    left: 50%;
}
.calender [class^="icon-"],
.calender [class*=" icon-"] {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin-top: 1px;
}
.calender .datepicker th.prev,
.calender .datepicker th.next {
  cursor: pointer;
}
.calender .datepicker-days thead tr:nth-child(1):after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
  top: 11%;
}
.calender .datepicker-days tbody:before, .calender .datepicker-days tbody:after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
}
.datepicker table thead tr:first-child th:hover {
  background: transparent;
}
.datepicker table td span{
  margin: 2px 9px;
}
.datepicker table td span.active{
  color: #fff;
  background-color: #0055a8;
  border-radius: 4px;
  font-size: 12px;
}

.calender .datepicker.datepicker-inline {
    width: 280px;
    position: absolute;
    z-index: 100;
    background: #FFF;
    display: none;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover,.calender .datepicker-days .table-condensed td.disabled.day {
    background: transparent;
}

.calender .datepicker{
    box-shadow: 0 0 8px 0px rgba(23, 114, 183, 0.2);
    left: -96px !important;
    top: 52px !important;
    padding: 0;
    margin: 0;
    border: 1px solid #d4d9de;
}

.calender .datepicker.datepicker-inline {
    left: 74px !important;
}
.calender .date.cart_date.form_date.cart_view_date .datepicker.datepicker-inline{
    left: -100px !important;
}
.calender .date.cart_date.form_date.cart_view_date .datepicker.datepicker-inline .delivary .panel-group .panel:first-child > .panel-heading{
    margin-bottom: 0px;
}
#cartEntryData-cartPage .calender .date.cart_date.form_date.cart_view_date .datepicker.datepicker-inline .delivary .panel-group .panel:first-child > .panel-heading label{
    margin-top: 0px !important;
}


.delivary-details .form-horizontal .errorFields > input[type="text"],.shiptoDropdown.errorFields button,#location-select.errorFields{
    border: 1px solid #de1848!important;
}
.errorCheckoutMsg{
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -16px;
    left: 0;
    display: none;
}


.sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader{
	display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}


.cart-header{
display: inline-block;
width: 100%;
border-bottom: 1px solid #d4d9de;
padding-bottom: 12px;
}

/*lang selector css starts*/
.lang_sel {
    position: relative;
    width: 100px;
    background: #2a343f;
    display: inline-block;
}

.lang_sel .sanofi-dropdown-primary .form-control.btn:hover{
    color: #0057a6!important;
    text-decoration: underline;
    border-radius: 0;
    padding-left: 26px;
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
    
}
.lang_sel .sanofi-dropdown-primary.open{
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
}
.lang_sel .sanofi-dropdown-primary.open .btn-default.dropdown-toggle{ 
    color: #0057a6!important;
    background:#fff  url(../images/gl-blue.png) no-repeat 8px 14px!important;
}
.lang_sel .sanofi-dropdown-primary{
    margin-bottom: 0;
    padding: 0 14px 0 10px;
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu{
    width: 190px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn {
    width: 100px;
    height: 40px;
    background: url(../images/globe.png) no-repeat 8px 14px!important;
    color: #fff;
    font-size: 11px;
    margin-top: 0px;
    left:-10px;
    border: none;
    font-family: "NotoSansBold";
    padding-left: 26px;
}
.lang_sel .sanofi-dropdown-primary:focus {
    border: none;
}

.lang_sel .pdp-dropdown {
    width: 100px;
}

.lang_sel .sanofi-dropdown-primary ul li {
    font-size: 11px;
    width: 190px;
    height: 30px;
    text-decoration: none;
    color: #0057a6;
    font-weight: normal;
    font-family: "NotoSans";
    background: #fff;
   
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li {
    padding: 13px 20px;
    color: #0057a6;
}
.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li:hover{
    background: url(../images/checkmark-blue.svg) no-repeat right center;
}
.lang_sel .globe {
    float: left;
    margin-top: 11px;
}

.lang_sel .sanofi-dropdown-primary .form-control.btn .dropdown-arrow {
    background: url(../images/down-arr.png) no-repeat;
    top: 18px;
    right: 0px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn:hover .dropdown-arrow{
    background: #fff url(../images/icons/chevron-down.png) no-repeat -7px -11px;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
}
.lang_sel .sanofi-dropdown-primary.open .form-control.btn .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
    position: absolute;
    top: 14px;
    right: 8px;
}
.lang_sel .sanofi-dropdown-primary .form-control.btn:hover .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
    position: absolute;
    top: 14px;
    right: 8px;
}
.lang_sel .sanofi-dropdown-primary.open .form-control.btn .dropdown-arrow{
	transform: rotate(180deg);
}
.lang_sel ul.dropdown-menu {
    left: -25px;
}

#lang-form ul li{
	height:44px;
	padding: 12px 0;
}

.mobMenu-lang li:first-child{
    border-top: none;
}
.mobMenu-lang li{
    width: 100%;
    height: 44px;
    padding: 12px;
    background: #2a343f;
    border-top:1px solid #13181d;
    /* display: none; */
}
ul.mobMenu-lang {
    position: fixed;
    bottom: 0;
    width: 100%;
    left:0;
}
.mobMenu-lang li a{
    color: #ffffff;
    font-family: "NotoSansBold";
}

.lang_sel .sanofi-dropdown-primary ul.dropdown-menu li:hover,.lang_list ul li:hover{
	background:url(../images/checkmark-blue.svg) no-repeat right center;
} 

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: transparent;
}
/*lang selector css ends*/


/* session expiry pop up*/
#sessionPopup .modal-footer .btn+.btn{
    margin-left: 0;
    margin-top: 10px;
}

#sessionPopup .modal-body,#sessionPopupExtd .modal-body{
    margin-bottom: 10px;
}

#sessionPopup.popup-comp .modal-header,#sessionPopupExtd.popup-comp .modal-header {
    min-height: 86px;
    height: auto;
}

#sessionPopup,#sessionPopupExtd{
    padding-right: 17px!important;
    padding-left: 17px!important;
}

#sessionPopup .modal-body span,#sessionPopupExtd .modal-body span{
    font-family: "NotoSans";
    font-size: 14px;
    font-weight: normal;
    color: #5b646e;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

/*select dropdown css start here*/
.sanofi-dropdown-primary.dd-role, .sanofi-dropdown-primary.dd-hint, .sanofi-dropdown-primary.practiceFacility, .sanofi-dropdown-primary.shippingState{
	    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
    width: 306px!important;
    left:0;
}
.sanofi-dropdown-primary.dd-role {
	width: 286px!important;
}
.accountCreating .sanofi-dropdown-primary.dd-role ul.dropdown-menu,
.accountCreating .sanofi-dropdown-primary.dd-hint ul.dropdown-menu,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	border:0;
}
.dd-role.bootstrap-select .dropdown-menu,
.dd-hint.bootstrap-select .dropdown-menu,
.practiceFacility.bootstrap-select .dropdown-menu,
.shippingState.bootstrap-select .dropdown-menu{
	padding:0;
	width: 300px;
	max-height: auto !important;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu li,
.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu li{
	/* padding: 13px 12px;*/
	padding: 0;
	margin-left:11px;
	top:1px;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu li a,
.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li a,
.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li a,
.sanofi-dropdown-primary.shippingState ul.dropdown-menu li a{
	 /*padding: 13px 0px;*/
	   padding: 13px 12px 13px 4px;
}
.dd-role .dropdown-menu>li>a:focus, .dd-role .dropdown-menu>li>a:hover,
.dd-hint .dropdown-menu>li>a:focus, .dd-hint .dropdown-menu>li>a:hover,
.practiceFacility .dropdown-menu>li>a:focus, .practiceFacility .dropdown-menu>li>a:hover,
.shippingState .dropdown-menu>li>a:focus, .shippingState .dropdown-menu>li>a:hover{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.dd-role .dropdown-menu>.active>a, .dd-role .dropdown-menu>.active>a:focus, .dd-role .dropdown-menu>.active>a:hover ,
.dd-hint .dropdown-menu>.active>a, .dd-hint .dropdown-menu>.active>a:focus, .dd-hint .dropdown-menu>.active>a:hover,
.practiceFacility .dropdown-menu>.active>a, .practiceFacility .dropdown-menu>.active>a:focus, .practiceFacility .dropdown-menu>.active>a:hover,
.shippingState .dropdown-menu>.active>a, .shippingState .dropdown-menu>.active>a:focus, .shippingState .dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.dd-role .btn-default.active, .dd-role .btn-default:active, .dd-role .open>.dropdown-toggle.btn-default, .dd-hint .btn-default.active, .dd-hint .btn-default:active, .dd-hint .open>.dropdown-toggle.btn-default, .practiceFacility .btn-default.active, .practiceFacility .btn-default:active, .practiceFacility .open>.dropdown-toggle.btn-default, .shippingState .btn-default.active, .shippingState .btn-default:active, .shippingState .open>.dropdown-toggle.btn-default {
    color: inherit;
    background-color: transparent;
}

.dd-role li:first-child, .dd-hint li:first-child, .practiceFacility li:first-child, .shippingState li:first-child{
    display: none;
}

.dd-role .btn-default:hover, .dd-hint .btn-default:hover, .practiceFacility .btn-default:hover, .shippingState .btn-default:hover {
    color: inherit;
    background-color: transparent;
}

.dd-role .btn-default, .dd-hint .btn-default, .practiceFacility .btn-default, .shippingState .btn-default {
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 11px 24px 11px 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de!important;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.dd-role li, .dd-hint li, .practiceFacility li, .shippingState li {
    font-size: 12px;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.dd-role li a, .dd-hint li a, .practiceFacility li a, .shippingState li a{
    padding: 0;
}

.dd-role .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .dd-hint .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .practiceFacility .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .shippingState .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.dd-role li:last-child, .dd-hint li:last-child, .practiceFacility li:last-child, .shippingState li:last-child{
    border:0;
}
.dd-role div.dropdown-menu {
    /* padding: 0; */
    height: 560px!important;
   
}
 .dd-hint div.dropdown-menu,.practiceFacility div.dropdown-menu,.shippingState div.dropdown-menu{
 	height:250px!important;
 }
.dd-role div.dropdown-menu div#mCSB_1_container, .dd-hint div.dropdown-menu div#mCSB_1_container, .practiceFacility div.dropdown-menu div#mCSB_1_container, .shippingState div.dropdown-menu div#mCSB_1_container {
    width: 95%;
}
.dd-role div.dropdown-menu div.open, .dd-hint div.dropdown-menu div.open, .practiceFacility div.dropdown-menu div.open, .shippingState div.dropdown-menu div.open {
    overflow: hidden!important;
    height: 100%!important;
}
.dd-hint .dropdown-menu li a span.text,.dd-role .dropdown-menu li a span.text,.practiceFacility .dropdown-menu li a span.text,.shippingState .dropdown-menu li a span.text {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.dd-role .mCSB_inside>.mCSB_container,.dd-hint .mCSB_inside>.mCSB_container,.practiceFacility .mCSB_inside>.mCSB_container,.shippingState .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu, .sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	max-height:inherit;
}
.dd-role .dropdown-toggle .caret, .dd-hint .dropdown-toggle .caret, .practiceFacility .dropdown-toggle .caret, .shippingState .dropdown-toggle .caret {
    margin-top: 0;
    background: url(../images/icons/chevron-down.png) no-repeat -4px -7px;
    width: 15px;
    height: 12px;
    background-size: 18px;
    float: right;
    position: absolute;
    top: 17px;
    border-top: 0;
    border-bottom: 0px;
    right: 12px;
}
.sanofi-dropdown-primary ul.dropdown-menu.my_scroll li {
    padding: 13px 20px 13px 12px;
    } 
/* .sanofi-dropdown-primary.dd-role ul.dropdown-menu li:hover,.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li:hover,.sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li:hover,.sanofi-dropdown-primary.shippingState ul.dropdown-menu li:hover {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 225px center;
} */
.dd-role.btn-group>.dropdown-toggle:not(:first-child),.dd-hint.btn-group>.dropdown-toggle:not(:first-child),.practiceFacility.btn-group>.dropdown-toggle:not(:first-child),.shippingState.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*select dropdown css end here*/

/*****pay-online invoice buttons ***/
.btnnewcancel{
	/*width: 120px;
    border: 2px solid #e6e6e6;
    color: #fff;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
	border-radius:4px;*/
	width: 120px;
    border: 2px solid #0057a6;
    color: #0057a6;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
    background-color:#fff;
    border-radius:4px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 20px;
    float: right;
}

.btnnewcancel:enabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.btnnewcontinue{
    width: 150px;
    border: 2px solid #0057a6;
    color: #fff;
    font-family: 'NotoSansBold';
    font-size: 14px;
    text-align: center;
    height: 44px;
    background-color: #0057a6;
    margin-left: 12px;
    border-radius:4px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 20px;
    float: right;
}

.btnnewcontinue:enabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    float:left;
    margin-left:0;
}

.btnnewcontinue:disabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    float:left;
    margin-left:0;
}

#example1 tr:nth-child(even) {
    background-color: rgba(229, 233, 236, 0.4) !important;
    height: 40px;
}

.creditDisplayTable#example1 .sanofi-dropdown-sec{
    margin-top: 0;
    margin-bottom: 0;
}

.creditDisplayTable#example1 .sanofi-dropdown-sec .form-control.btn{
    margin-top: 8px;
}

.commonDateDiv{
	position: relative;
}
.dateError,.dateValidationError{
    display: none;
	color : #de1848; 
}

.delivary-details .form-horizontal .errorFields > input[type="text"],.shiptoDropdown.errorFields button,.errorFields > input[type="text"]{
    border: 1px solid #de1848!important;
}
.errorCheckoutMsg{

    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
} 

.calender .datetimepicker-days .table-condensed td.disabled {
    color: #bfc4c8;
    background-color: transparent !important;
    bottom: -16px;
    left: 0;
    /* display: none; */
} 

.delivary-details.cart-delivery-date{
	width : 240px;
}
.sanofi-accordion .panel-heading .firstLevel-acc.cartShipToHeader{
	display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading {
    padding: 28px 0px 16px 0px;
    border-radius: 0;
    margin: 0;
    clear: both;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc{
	display:inline-block;
	width:100%;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .light-color > span{
	float:right;
	width:91%;
}


.cartShipToHeader .light-color > span{
	/*float:right;*/
	width:90%;
}

.creditDisplayTable .sanofi-dropdown-sec ul.dropdown-menu{
	margin-top: 0!important;
    margin-left: 0!important;
    top: 36px!important;
    max-height: 207px!important;
    height: auto!important;
    padding: 0!important;
}
.product_trash.cart_del_popup {
    font-size: 12px;
    margin-bottom: 30px!important;
}
.creditDisplayTable .sanofi-dropdown-sec ul.dropdown-menu .mCSB_inside>.mCSB_container{
	margin-right:0;
}
.financial-statement-table.order-history-table{
	padding: 0;
}

.financial-statement-table #example{
	margin: 0;
}
.checkout .left-section .checkout-details.cartmain p,.checkout .left-section .checkout-details .popover-content p.product_trash {
    margin-top: 0;
    margin-bottom: 16px;
}


.online-invoices .creditDisplayTable span.checkmark {
    top: 0;
}

.inputNonEditable{
	background: transparent;
    border: 0;
}

.inputNonEditable.credit_amt {
    width: 100%;
}


td.invoiceDropdown .dropdown-menu{
	margin-top:0!important;
	margin-left:0!important;
	width:100%!important;
	top: auto;
}

td.invoiceDropdown .sort-by-region{
	margin-bottom: 4px;
	margin-top:4px;
}

td.invoiceDropdown .dropdown-menu .inner{
	max-height:200px;
	height:auto;
}

td.invoiceDropdown .dropdown-menu.inner li:first-child{
	display:none;
}

td.invoiceDropdown a:hover{
	color:#5b646e!important;
}

td.invoiceDropdown .dropdown-menu>.active>a,td.invoiceDropdown .dropdown-menu>.active>a:focus,td.invoiceDropdown .dropdown-menu>.active>a:hover{
	background:transparent;
}

td.invoiceDropdown .inner.open{
	overflow:hidden!important;
}

td.invoiceDropdown button{
	height: 28px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}
.invoiceDropdown .dropdown-menu li a {
    display: inline-block;
    width: 100%;
}
.amount-to-pay {
    height: 28px;
    border-radius: 4px;
    box-shadow: inset 0 1px 5px 0 #d4d9de;
    border: solid 1px #d4d9de;
    padding-left: 10px;
}

#applyCreditsTable{
       margin-top:30px;
       width:100%;
}
#applyCreditsTable th,td{
       border-right:1px solid #fff;
       padding: 0 8px;
}
#applyCreditsTable tr{
       height:40px;
}
#applyCreditsTable tr:nth-child(even){
       background-color:rgba(229, 233, 236, 0.4) !important;
       height: 40px;
}
#applyCreditsTable td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
	vertical-align: top;
}
#applyCreditsTable .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}
#applyCreditsTable .dropdown:hover .dropdown-content {display: block;}

#applyCreditsTable .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#applyCreditsTable_filter,#applyCreditsTable_info{
	display:none;
}

.ad-product-details .cart-location{
	display:none;
}

.ad-product-details .row.three-columns{
	display:none;
	margin-top:10px;
}

#account_invoice_financials td{
	padding-left:8px;
	padding-right:9px;
	height:40px;
}

#account_invoice_financials .glyph-drpdwn{
    padding: 0 9px 0px 7px !important;
    height: 40px;
    width: 52px;
}



.influenza-step1 .season{
    display: block;
    margin-left: 0;
    color:#73aed3;
    font-family: 'Poppins-medium';
    font-size: 16px;
    font-weight: 500;
    margin-top:-1px;
}
.influenza-step1 .flusave {
    margin-top: 22% !important;
    margin-right: 0% !important;
    margin-bottom: 15px;
}
.influenza-step1 .flusave a {
    margin-left: 16% !important;
    color: #0057a6;
} 

.cart-left .checkout-details h4{
    font-size: 16px;
    color: #0057a6;
    line-height: 21px;
    display: inherit;
    letter-spacing: 0.5px;
    font-family: "Poppins-Medium";
} 
.influenza-step1 .prodno{
	margin-left: 79px !important;
    /*margin-top: -20px !important;*/
}
.influenza-step1 .left-section .pl{
	padding-left:20px;
}
.influenzastep1new .left-section .panel-body {
    padding: 25px 0px 2px 0px !important;
}
.influenza-step1 .mrl0{
	margin-right:0;
	margin-left:0;
}
#account_invoice_financials .dropdown:hover .dropdown-content 
{
	display: block;
}

#account_invoice_financials .glyphicon-option-horizontal:hover {
    color: #fff;
    
}
#account_invoice_financials_filter,#account_invoice_financials_info{
	display:none;
}

#account_invoice_financials .dropdown-menu{
    margin-top: -41px;
    margin-left: -185px;
    width: 186px;
    max-height: 132px;
    border: 1px solid #e5e9ec;
}
#account_invoice_financials ul li{
    border-bottom: 1px solid #e5e9ec;
    padding: 13px 0px 12px 12px;
    margin: 0 7px 0 7px;
    font-size: 12px;
}

#account_invoice_financials{
	/* margin-top:13px;*/
 }
 #account_invoice_financials th,td{
	 border-right:1px solid #fff;
 }
 #account_invoice_financials tr{
	 height:40px;
 }
 #account_invoice_financials tr:nth-child(even){
	background-color:#F4F7F9 !important;
	height: 40px;
}

#account_invoice_financials .ad-date {
    width: 100px !important;
}
#account_invoice_financials .ad-invoice {
    width: 170px !important;
}
#account_invoice_financials .ad-order {
    width: 120px !important;
}
#account_invoice_financials .ad-invoice {
    width: 170px !important;
    padding-left: 15px !important;
}
#account_invoice_financials .ad-amount-due {
    width: 150px !important;
}
#account_invoice_financials .glyph-three-dots{
	width:40px!important;
}
#account_invoice_financials .ad-prompt {
    padding-left: 15px !important;
}

@media only screen and (width: 768px){
	#accountMenu-nav .healthCare-prof {
	    width: 210px;
	}
}
@media screen and (max-width: 768px) and (min-width: 319px)
{
	#orderhistoryfilterform .filterByTitle{
		display:block;
    }
    #browse-category .filterByTitle{
        text-align: center;
    }
	#leftCont-rightNav #fluPlaceOrderForm > section.left-section{
		
		border-right:none!important;
	}
	#orderhistoryfilterform .aoh #filter-by .filterByGroup .filterByTitle{
		margin-bottom: 0!important;
	}
	.ship-to-checkout h5.dark-color {
		width: 100%!important;
		min-height: auto;
		margin-bottom: 15px!important;
	}
	.ship-to-checkout {
		margin-top: 15px;
		margin-bottom:10px;
	}
	.sm-float-left p{
		margin-top:15px!important;
	}
	.mini-card .minicardGroup-B{
		height:191px!important;
	}
	.product-details#leftCont-rightNav{
		padding-bottom:25px;
	}
}


#loading-order .reserve-text,#loading-card .reserve-text,.page-pre-loader .reserve-text,#loading-request .reserve-text{
    font-family: 'Poppins-medium';
    font-size: 20px;
    color: #0057a6;
    font-weight: 500;
    text-align: center;
    padding-top: 45px;
}
#loading-order .progress2,#loading-card .progress2,.page-pre-loader .progress2,#loading-request .progress2 {
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08); */
}
#loading-order .progress-moved .progress-bar2,#loading-card .progress-moved .progress-bar2,.page-pre-loader .progress-moved .progress-bar2,
 #loading-request .progress-moved .progress-bar2 {
    width: 99%;
    background-color: #EF476F;
    animation: progressAnimation 6s;
}
#loading-order .progress-bar2,#loading-card .progress-bar2,.page-pre-loader .progress-bar2,#loading-request .progress-bar2 {
    height: 4px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#08afff, #0057a6);
    transition: 0.4s linear;
    transition-property: width, background-color;
}
.invoice-paymentreview .order-history-table .dropdown-menu{
	height:auto;
	font-size:12px;
}
.invoice-paymentreview div.dd-cardNumber div.dropdown-menu{
	width:100% !important;
}
.invoice-paymentreview .light-line {
    border-bottom: 4px solid #edf6fb !important;
}
.invoice-paymentreview .bootstrap-select>.dropdown-toggle{
	font-size:12px;
}

.invoice-paymentreview .btn-default.active.focus, .invoice-paymentreview .btn-default.active:focus, .invoice-paymentreview .btn-default.active:hover, .invoice-paymentreview .btn-default:active.focus, .invoice-paymentreview .btn-default:active:focus, .invoice-paymentreview .btn-default:active:hover, .invoice-paymentreview .open>.dropdown-toggle.btn-default.focus, .invoice-paymentreview .open>.dropdown-toggle.btn-default:focus, .invoice-paymentreview .open>.dropdown-toggle.btn-default:hover{
	background-color: #fff;
} 
.invoice-paymentreview .btn-group-vertical>.btn.active, .invoice-paymentreview .btn-group-vertical>.btn:active, .invoice-paymentreview .btn-group-vertical>.btn:focus, .invoice-paymentreview .btn-group-vertical>.btn:hover, .invoice-paymentreview .btn-group>.btn.active, .invoice-paymentreview .btn-group>.btn:active, .btn-group>.btn:focus, .invoice-paymentreview .btn-group>.btn:hover{
	background-color:#fff;
}
.invoice-paymentreview .online-invoices .sort-by-region{
	width: 217px;
    height: 28px;
    margin-top: 7px;
}

.invoice-paymentreview .online-invoices .sort-by-region.custom-selectpay {
    margin-bottom: 15px;
}
#applyCreditsTable td{
	padding-top:12px !important;
}


.pageLabel-saveOrder .item-numb{
	width:auto;
}
.pageLabel-saveOrder .savedorder{
	padding-left:0;
	padding-right:0;
}
.pageLabel-saveOrder .middle-row{
	margin-top:63px;
}
.cartIconleft {
    background: url(../images/icons/cart.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 16px;
}
.edit-saved-cart .add-to-cart #cart-value1 {
    padding-top: 17px;
}

.custom-select-mail select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  width:288px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.custom-select-mail .select-selected{
	padding: 6px 42px 6px 12px;
}

.custom-select-mail .select-items{
	padding:0;
}
.commonFiledsError{
	position:relative;
}
.commonEmptyError{
	display:none;
}
.commonSelectError{
	display:none;
}
.commonFiledsError .common-error,.commonFiledsEmptyError .commonEmptyError ,.commonFiledsSelectError .commonSelectError{
    display: inline-block!important;
        font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    left: 0;
    background: transparent;
    bottom: -16px;
    line-height: 9px;
}

.commonFiledsError .form-control,.commonFiledsError .select-selected{
border: 1px solid #de1848;
}

.top-pagination p{
	text-align: right;
    padding-right: 9px !important;
    padding-top: 6px !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.cart_session_value_added {
	    padding: 8px 8px 8px 8px!important;
	    left: -80px!important;
	}
	
	.cart_session_value_added>.arrow {
	    top: -11px!important;
	    left: 78%!important;
	}
	.checkout .accordion-img{
		margin: 0 6px 0 0px!important;
	}
	.multi-image-selector .popup-comp .modal-dialog {
	width: 100% !important;
	}
}

@media only screen and (min-width: 371px) and (max-width: 767px) {
	.cartShipToHeader .light-color > span {
	    width: 87%;
	}
	.reg-login {
	display: none;
	}
}

.pt-half{
    padding-top: 1rem;
}

.mail-hover{
    left:-7px!important;
}

.pageLabel-messageHistoryPage .mail-hover{
    left:-9px !important;
}
.pageLabel-messageHistoryPage .save-cart-hover{
     left:38px !important;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.cartButtons .pass_tt.mail {
    top: -17px!important;
    left: 24px!important;
}

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
#mainMenu-nav .cartButtons > a{
   margin-right: 0px;
}
}
#added-to-cart, .added-to-cart, .save-cart-hover, .mail-hover{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 179px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: 50px;
    left: -56px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}
.added-to-cart{
	left: 25px;
    display: block;
    width: 215px;
}
#added-to-cart >.arrow , .added-to-cart >.arrow, .save-cart-hover >.arrow, .mail-hover >.arrow{
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid rgba(0,0,0,.25);
    top: -11px;
    position: absolute;
    left: 50%;
}

#added-to-cart >.arrow:after,.added-to-cart >.arrow:after, .save-cart-hover >.arrow:after, .mail-hover > .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
    top: 1px;
    position: absolute;
    left: -11px;
}

#added-to-cart > img, .added-to-cart > img{
    float: left;
    margin: 1px 0 0 0;
}

#added-to-cart > span, .added-to-cart > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
}
.added-to-cart > span{
	margin-top: 8px;
}

#timeFrame + .select-selected, #orderStatus + .select-selected {
    margin: 0;
}

.commonDateDiv .delivary-details .calender input[type="text"]{
	    width: 178px;

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.commonDateDiv .delivary-details .calender input[type="text"]{
	    width: 144px;
	}
}
.childViewTable #sort-by-region .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 150px;
}

.childViewTable #sort-by-region span{
	width:auto;
}

.childViewTable #sort-by-region .dropdown-menu{
    margin-top: 0px !important;
    margin-left: 0px !important;
    top: 100%!important;
    width: 100%!important;
}

.childViewTable #sort-by-region .dropdown-menu li:first-child{
	display:none;
}
.preference-right{
	float:right!important;
}

.pdp-dropdown.acc-dropdown .tab-link a {
    padding: 0;
}

.right-align
{
	float: right!important;
}


@media screen and (max-width: 480px) and (min-width: 320px){
	form#updateShippingAddress .locnewselect {
	    margin-left: 0px;
	    width: 100%;
	}
}

@media screen and (max-width: 768px) and (min-width: 320px)
{
	.checkout .sanofi-accordion .panel-heading .firstLevel-acc .cart-delivery-date label {
	    margin: 12px 17px 0px 0px !important;
	    float: left;
	    width: 50%;
	}
		
	.oi-titlerow .userText p {
	    text-align: left;
	}
	
	#creditform .childViewTable .panel{
		    background: transparent;
    box-shadow: none;
    border: 0;
	}
	
	.online-invoices #creditform label > span.checkmark{
		top:3px;
	}
	.mini-card .miniCard-img img {
	    width: 100%;
	    max-height: 120px;
	}
	
	.mini-card .minicardGroup-B .unit-calc > .units-price .price-total {
	    font-size: 14px!important;
	}
}

@media only screen and (min-width: 768px) {
.invoicesTable .radio_grp{
	position: relative;
}

.invoicesTable .radio_grp > input{
	top: 30%;
    margin: 0;
    position: absolute;
}

.invoicesTable .radio_grp > span{
    top: 28%;
    position: absolute;
    left: 12%;
}

.invoicesTable td{
    position: relative;
    height: 52px!important;
}
}
.invoiceValueError{
 	display: none;
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    left: 8px;
    background: transparent;
    bottom: 5px;
    line-height: 9px;
}
.creditDisplayTable td{
	height:52px!important;
	position:relative;
}

#sanofiOnlinePayInfoForm .radio_grp label {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    width:54.4%;
    height:auto;
    font-weight:700;
}

#creditform .commonRow,#sanofiOnlinePayInfoForm .commonRow:last-child{
	position: relative;
    height: 35px;
}

#creditform .commonRow > span,#sanofiOnlinePayInfoForm .commonRow > span{
    position: relative;
    height: 100%;
}
#creditform .commonViewTable {
	margin-top: 3%;
}
#creditform .commonRow .invoiceValueError,#sanofiOnlinePayInfoForm .commonRow .invoiceValueError{
	width: 100%;
	left: 0;
	display:none;
}

@media screen and (min-width:319px) and (max-width:768px){
#creditform .commonRow .invoiceValueError,#sanofiOnlinePayInfoForm .commonRow .invoiceValueError{
    top:33px !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
	#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
		display: block;
	}
}
@media screen and (min-width: 1024px)
{
	#mainMenu-nav .mainMenu-list > ul > li:hover .main-secondMenu{
		display: block;
	}
	.saved-orders .left-section{
	    min-height: 465px!important;
	    border-bottom: 0!important;
	}
	
	.acc-overview #myInputautocomplete-list{
		left: 6px;
		margin-left: 0;
		top: 161px;
	}
}
@media screen and (min-width: 1024px)
{
	.saved-orders .left-section{
	    min-height: 465px!important;
	    border-bottom: 0!important;
	}
	
	.acc-overview #myInputautocomplete-list{
		left: 6px;
		margin-left: 0;
		top: auto;
	}
	.acc-overview .autoCompleteValues .slimScrollDiv{
		width:390px!important;
	}
	.page-cartPage #addToCart .product-price-btton{
		margin-left:0;
	}
}

.acc-overview .paddingSavedCart .ad-product-details {
	padding-left:0px !important;
	padding-right: 0px !important;
}

.emptyCart .ad-product-details {
	padding-left:0px !important;
	padding-right: 0px !important;
}
.checkout .ad-product-details.quick_order {
    padding-left: 32px;
    padding-right: 32px;
}
@media screen and (min-width:319px) and (max-width:767px){
.pdp-dropdown .orderemail .dropdown-menu{
    width: 295px;
}
}
@media only screen and (max-width: 480px)
{

	.filterByGroup.commonDateDiv.dateRangeDiv{
		display:inline-block;
	}
	.dateRangeDiv .delivary-details{
		width:50%!important;
		margin-right:0;
		text-align:left;
		float:left;
	}
	
	.commonDateDiv.dateRangeDiv .delivary-details .calender input[type="text"] {
	    width: 90%;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker.dropdown-menu{
		left: -106px !important;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker-dropdown-bottom-right:before {
	    top: -8px;
	    left: 60%;
	}
	
	.dateRangeDiv .delivary-details:nth-child(3) .calender .datetimepicker-dropdown-bottom-right:after {
	    top: -6px;
	    left: 60%;
	}
	
	#productList-area #filter-by .filterByGroup{
		border-top:0;
	}
	
	#productList-area .select-items{
		max-width:100%;
	}
	
	#productList-area .select-items > div{
		padding-left: 4px;
	}
	
	#productList-area .control-group > label{
	font-weight:100;
	}
	
	#productList-area .sanofi-dropdown-sec{
		text-align:left;
		font-family:'NotoSans';
	}
	
	#productList-area #browse-category {
	    padding: 10px;
	    border-bottom: 4px solid #edf6fb;
	    height: 108px;
	}
}

.has-error{
	color: #de1848!important;	
	}

.account-section .ad-upload-order{
	padding-left:32px;
	padding-right:32px;
}
.account-section-content #main-container{
	margin-left:-20px;
}
.account-section-content .save-document {
	margin:70px 0 0 0 ;
	width:auto;
}
.account-section-content .product-price{
	margin-top:-32px;
}
.account-section-content .checkout-details .unitCount-comp{
	margin-top:-20px;
}
.account-section-content .ad-product-details{
	padding-top:14px;
}
.account-section-content .ad-product-details .header-SearchBar{
	width:326px !important;
}
.testcart .edit-saved-cart .add-to-cart #cart-value1{
	padding-top:5px;
}
.ordercontact-label {
    font-size: 12px;
    color: #5b646e;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: "NotoSansBold";
    width: 100%;
    display: inline-block;
}
#myQuickInputAccount::-ms-clear{
display:none;
}
#myQuickInput::-ms-clear{
display:none;
}


#placeOrderForm{
	border-right: 4px solid #edf6fb;
}

#btn-bank, #btn-cc{
	display:none;
}
.paymentname{
	padding-left: 5px;
    padding-bottom: 10px;
}
.invoice-paymentreview .oi-table-title{
	padding-left:0px;
}
@media screen and (min-width:319px) and (max-width:767px){
.reviewpayname span{
	display: block;
    margin-left: 0 !important;
}
.reviewpayname{
	padding-left: 4px;
}
}

#sort-by-checkout{
    width: 260px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
}


.reserve-btn-qckOrder{
	 width: 236px;
	 margin-top: -2%;
	 display:none;
}

.reserve-btn-qckOrder.openRmvFluPrdcts .blue-button{
	padding-right: 30px !important;
}

.reserve-btn-qckOrder input[type="button"]{
	 padding: 6px;
	 width:auto!important;
	 margin-left:0;
	 margin-top:0;
}

.ad-product-details p.product-discontinued-txt1 {
    margin: 0px 0 0px 20px;
}
.prd-availability {
	display :none;
	width: 100%;
    float: left;
}
.product-discontinued-txt2,.ad-product-details .prdct-unAvlble {
    font-size: 12px;
    color: #de1848;
    font-family: "NotoSansBold";
    line-height: 25px;
    margin: -3px;
    margin-left: 20px;
}
.edit-save-option .cart-edit-rename + .popover {
    max-width: 260px;
    padding: 20px 18px 13px 18px;
}
.edit-cartsave .edit-save-option .cart-edit-rename + .popover {
    max-width: 326px;
}
.edit-cartsave .save_rename .edit-save-option .cart-edit-rename + .popover {
    max-width: 326px;
}

.edit-cartsave .savedcartpop .Fields-input {
    margin-bottom: 20px;
    padding: 5px 10px;
}
.white-button.btn_over:hover,.white-button.btn_over:active,.white-button.btn_over:focus{
    /*background: #FFF;
    color: #0057a6!important;
    border-color: #0057a6!important;*/
}
.white-button.blue_white:hover,.white-button.blue_white:active,.white-button.blue_white:focus{
	background: #0057a6!important;
    color: #FFF!important;
    border-color: #0057a6!important;
}

.savings-total button:hover a, .savings-total button:hover, .confirm-order button:hover a, .confirm-order button:hover, .rename-opt .trash.save-cart + .popover .popover-content .btn:hover {
    /*background: #0057a6!important;
    color: #fff!important;*/
}


.shipToMsg{
	display: none;
	font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: -14px; 
    left: 0;
}

.shipToError input.Fields-input {
    border: 1px solid #de1848;
}

.shipToError .shipToMsg {
   	display:block;
}

.invoice-view button {
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
}

tr td.darkblue button{
    color: #0057a6 !important;
}

.two-line-text{
	width:610px;
}

.order-no{
	padding-top:20px;	
}

.cartShipToHeader .light-color > span {
    float: right;
    width: 92.8%;
}

@media screen and (min-width:319px) and (max-width:767px){
	.flunopadding .new-res{
		padding:0;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.new-res-heading{
	    padding: 17px 12px 10px 12px;
	}
	.new-res ul li{
	        padding: 0px 12px 0px 12px;
	}
	
	.savedCartProducts #myInputautocomplete-list,.cartProductSaveDetails #myInputautocomplete-list{
		position: relative;
    	left: -10px!important;
    }
	
	#myInputautocomplete-list .mCustomScrollBox {
	    position: relative;
	    max-height: 152px!important;
	    height: auto;
	}
	
	.float-right.logo-account {
        float: right!important;
    }
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 99%!important;
	}
	
}


.btnpaymentinvoice{
	display:none
}
.btnpaymentinvoicecredit
{
	display:none
}

#sanofiOnlinePayInfoForm .ad-files-text{
	margin-top: -46px;
    width: 100%;
}

#sanofiOnlinePayInfoForm .ad-files-text a:not(:first-child):not(:last-child){
	margin-right:8px
}

#applyCreditsTable th:nth-child(6){
	width:84px!important;
}

.influenza-step1 .mr10 {
    margin-right: 0;
    margin-left: 0;

}

#creditform .invoiceDropdown ul li{
padding:0;
}

#creditform .invoiceDropdown ul li.selected.active{
	background:url(../images/icons/checkmark-blue.svg) no-repeat 155px center!important;
}
#creditform .invoiceDropdown ul li a{
    padding: 13px 0px 13px 12px;
}



.credit-steps .ad-files-text.open_in_voice{
	margin-bottom:8px;
	color:#0057a6;
	margin-top:6px;
}
.ordercontact-label > img {
    width: 16px;
    height: 16px;
    margin-top: -2px;

}
.product_trash-new{
	padding-bottom:10px;
}


/*accessibility style start here*/
/*screen reader only style start here*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* added line */
    border: 0;
}
/*screen reader only style end here*/

/*top nav style start here*/
#accountMenu-nav .myAccount-menu > ul > li.access-menu-active {
    background: #ffffff;
    color: #0057a6!important;
    font-weight: bold;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active a{
        color: #0057a6;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active .chevronIconWhite{
    display: none;
}

#accountMenu-nav .myAccount-menu > ul > li.access-menu-active .chevronIcon{
    display: inline-block;
}
/*top nav style end here*/
/*skip nav style start here*/
.skipnav-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.skipnav-invisible.skipnav-focusable:active,
.skipnav-invisible.skipnav-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
/*skip nav style end here*/
.titletext1 {
    font-family: 'NotoSansBold';
    background-color: #73aed3;
    margin-bottom: 19px;
    color: #fff;
    text-align: center;
    height: 20px;
    padding-top: 4px;
    margin-left: -36px;
    margin-right: -32px;
    font-size: 12px;
    margin-top: 1px;
}
.order-detail h2 {
  font-family: 'Poppins-medium';
  font-size: 20px;
  font-weight: 500;
}
.order-history-table .headingtext12px {
  color: #73aed3;
  font-family: 'NotoSansbold';
  font-size: 12px;
  letter-spacing: 1px;
  padding-top: 10px;
}
.wid100per {
    width: 100%;
    cursor: pointer;
}

/*tab nav style start here*/
.statement_tab .table-new h3{
    font-size:16px;
    color:#2a343f;
    font-family:'Poppins-medium';
}
.statement_tab .table-new span{
    font-size:12px;
    color:#5b646e;
    display:block;
    padding-top:12px;
}
/* .statement_tab button{
    width:125px;
    height:44px;
    background-color:#0057a6;
    color:#fff;
    font-size:12px;
    font-family:'NotoSansBold';
    border:3px solid #0057a6;
    border-radius:3px;
    margin-top: 20px;
} */
.statement_tab .viewbtn{
    margin-right: 38px;
}
.statement_tab .statebtn{
    width:229px;
}
.statement_tab .newbtn-wtimg
{
	padding-top:4px;
}
/*tab nav style end here*/
#noReuslt-found{padding: 10px 0px; margin: 0px;}
.new-res-heading{
    color: #5b646e;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 20px;
    font-family: "Poppins-Medium";
    line-height: 24px;
}

.cart-left .checkout-details h4{
    font-size: 16px;
    color: #0057a6;
    line-height: 21px;
    display: inherit;
    letter-spacing: 0.5px;
    font-family: "Poppins-Medium";
} 
.noborder{border: none;}
/*accessibility style end here*/

.hundred-percent{
width:100%;


}



.support-time {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
}

@media screen and (min-width:319px) and (max-width:600px){
    .threesec-product{
    margin-top:18px;
    }
	.threesec-product .table thead{
	width:50%;
	display:inline-block;
	}
	.threesec-product .table th{
	padding: 8px 0 10px 0 !important;
	}
	.threesec-product .table td{
	padding: 8px 0 10px 0 !important;
	}
	.threesec-product .table>thead>tr>th{
	display:inline-block;
	width:100%;
	}
	.threesec-product .table tbody{
	width:50%;
	display:inline-block;
	}
	.threesec-product .table>tbody>tr>td{
	display:inline-block;
	width:100%;
	}
	.threesec-product .table{
	margin-bottom:0;
	}
	.purchasenum{
	float:none !important;
	margin-top:-38px;
	}
	.checkout .print-preview .purchasenum p{
	text-align: left !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    line-height:9px !important;
	}
}
 
@media screen and (min-width:601px) and (max-width:800px){
.threesec-product{
	margin-left:10%;
	margin-top:0%;
}
.purchasenum{
	margin-top:-16px;
}
.checkout .print-preview .purchasenum p{
	line-height:7px !important;
}
}
@media screen and (min-width:801px) and (max-width:1030px){
.threesec-product{
	margin-left:3%;
	margin-top:0%;
}
}

ul.pagination>li.pagination-prev > a.plpDisable,ul.pagination>li.pagination-next > a.plpDisable {
	background: #bfc4c8!important;
}

ul.pagination>li.pagination-prev > a.plpEnable,ul.pagination>li.pagination-next > a.plpEnable {
	/* background: #0057a6!important; vax*/
	cursor:pointer!important;
}

@media screen and (min-width:320px) and (max-width:768px){
	.account-section-content #sanofiEditSavedOrderForm  .product-price {
	    margin-top: 0;
	}
	
	.account-section-content #sanofiEditSavedOrderForm .checkout-details .unitCount-comp {
	    margin-top: 13px;
	}
	
	.checkout .cart-left #sanofiEditSavedOrderForm .checkout-data{
		display:inline-block;
	}
	
	.checkout .cart-left #sanofiEditSavedOrderForm .checkout-data > p{
		display:inline-block;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
		
		margin-top:0;
		word-break:break-word;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .cartIconleft.float-left{
		max-height: 60px;
    	height: 100%;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .row.add-to-cart{
		padding-bottom:0;
	}
	
	#addToCartSavedOrderForm + .edit-saved-cart .table-responsive{
		margin-top:0;
	}
}

#productList-area > aside#filters-aside1 > img{
    width: 100%;
}

.popup-comp  iframe + .pay-invioce-panel{
	position: absolute;
    margin-top: -118px;
}

iframe + .pay-invioce-panel + .pay-invioce-panel-button{
    position: absolute;
    /*margin-top: -80px;*/
}

.popup-comp .panel.pay-invioce-panel label {
    position: relative;
    text-indent: 0;
    padding-left: 35px;
    cursor: pointer;
}

.panel.pay-invioce-panel label > span.checkmark {
    top: 12px;
    margin-left: 9px;
}

.existingDropdown .newly-added-card img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.newly-added-card{
	display:none;
}

@media only screen and (max-width: 480px)
{
	#leftCont-rightNav.product-details > aside.right-navigation {
	    padding: 0 38px;
	    display: inline-block;
	    width: 100%;
	}
}

#productList-area > aside#filters-aside1 > .vertical-banner img {
    width: 100%;
}

.dd-roleValue.dd-role div.dropdown-menu {
    height: 250px!important;
}

.sanofi-dropdown-primary.dd-role ul.dropdown-menu li:hover, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu li:hover, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu li:hover, .sanofi-dropdown-primary.shippingState ul.dropdown-menu li:hover {
    color: #333;
}

/* .miniCart-list {
    box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    height: 160px;
} */

#miniCart-popover{
    box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(23, 114, 183, 0.2);
}

/* Location Selector Start */
#location-select{
    display: table;
    padding: 12px 16px;
    background: white;
    margin: 24px 0;
    box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    position: relative;
    width: 100%;
    border-radius: 4px;
}
#location-select .locationIcon{
    display: table-cell;
    vertical-align: middle;
}
/* #location-select span.glyphicon{
    font-size: 26px;
    left: -5px;
    color: #0057a6;
} */
#location-select .locationDetails{
    display: table-cell;
}
#location-select .locationDetails .selected-loc{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #2a343f;
}
#location-select .locationDetails .change-loc{
    color: #0057a6;
    cursor: pointer;
    font-size: 12px;
}
#location-sel-popup .modal-dialog,.corouselcomp .modal-dialog{
    width: 440px;
}
#location-sel-popup .modal-header,.corouselcomp .modal-header{
    background: #edf6fb;
    height: 86px;
    padding: 10px;
    border: 0;
}
#location-sel-popup .modal-header .modal-title,.corouselcomp .modal-header .modal-title{
    color: #73aed3;
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
#location-sel-popup .modal-header .close,.corouselcomp .modal-header .close{
    margin-top: 0;
    color: #0057a6;
    opacity: 1;
}
#location-sel-popup .modal-header button.close span,.corouselcomp .modal-header button.close span{
    background-image: url('../images/icons/close.png');
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
}
#location-sel-popup .modal-body,.corouselcomp .modal-body{
    padding: 20px;
}
#location-sel-popup .modal-content,.corouselcomp .modal-content{
    border-radius: 0;
}
#location-sel-popup .modal-dialog .modal-title,.corouselcomp .modal-dialog .modal-title{
    text-align: center
}
#location-sel-popup .modal-content > .modal-body > .panel-group,.corouselcomp .modal-content > .modal-body > .panel-group{
    max-height: 340px;
    min-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;

}
#location-sel-popup .modal-content > .modal-body > hr,.corouselcomp .modal-content > .modal-body > hr{
    margin: 10px -15px;
    box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    clear: both;
}
#location-sel-popup .loc-SearchBar,.corouselcomp .loc-SearchBar{
    width: 100%;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: none;
}
#location-sel-popup .loc-SearchBar input,.corouselcomp .loc-SearchBar input {
    border: 0!important;
    box-shadow: none!important;
    height: 44px!important;
    background: none!important;
    width: 100%!important;
    margin-bottom: 0!important;
    padding: 5px 12px!important;
}
 .corouselcomp .sanofi-dropdown-sec .form-control.btn {
    margin-bottom: 0!important;
}
.label-location.radio_grp p.labelp {
    margin-left: 23px;
}
.label-location.radio_grp p.labelpp{
	margin-left: 27px;
}
.label-location.radio_grp label {
    width: 95%;
    padding-left: 7px;
}
#location-sel-popup .loc-SearchBar button.btn,.corouselcomp .loc-SearchBar button.btn{
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#location-sel-popup .loc-SearchBar button.btn span.locSearchIcon,.corouselcomp .loc-SearchBar button.btn span.locSearchIcon{
    background-image: url('../images/icons/search.png');
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
#location-sel-popup .sort-by-region,.corouselcomp .sort-by-region{
    text-align: right;
    margin-bottom:10px;
}
#sort-by-region{
    width: 240px;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
}
#location-sel-popup .SelectLocation-done,.corouselcomp .SelectLocation-done{
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}
#location-sel-popup .modal-footer, #upldProgressPopup .modal-footer,.corouselcomp .modal-footer{
    border: 0;
    box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 0 8px rgba(23, 114, 183, 0.2);
    padding: 20px;
}
#location-sel-popup .modal-footer label,.corouselcomp .modal-footer label{
    display: block;
    position: relative;
    text-align: left;
    text-indent: 20px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-left: 10px;
}
#location-sel-popup .panel,.corouselcomp .panel{
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
}
#location-sel-popup .panel-heading,.corouselcomp .panel-heading{
    background: none;
    padding: 5px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    border-top: 1px solid #e5e9ec;
}
#location-sel-popup .panel-collapse .panel-heading,.corouselcomp .panel-collapse .panel-heading{
    padding: 0;
    border: 0;
}
#location-sel-popup .panel-heading .firstLevel-loc,.corouselcomp .panel-heading .firstLevel-loc{
    font-size: 12px;
    padding-right: 15px;
    position: relative;
}
#location-sel-popup .panel-heading .firstLevel-loc.loc-inner-list,.corouselcomp .panel-heading .firstLevel-loc.loc-inner-list{
   margin-bottom: 4px; 
}
#location-sel-popup .panel-heading .firstLevel-loc label,.corouselcomp .panel-heading .firstLevel-loc label{
    font-family: "NotoSansBold";
    margin: 0;
}
#location-sel-popup .panel-body,.corouselcomp .panel-body{
    border: 0;
}
#location-sel-popup .panel-collapse .panel-body,.corouselcomp .panel-collapse .panel-body{
    padding-right: 5px;
    padding-left: 25px;
    padding-bottom: 0;
    padding-top: 5px;
}
#location-sel-popup .panel-collapse .panel-group,.corouselcomp .panel-collapse .panel-group{
    margin: 0;
    padding-right: 0px;
}
#location-sel-popup .panel-collapse .panel-body .panel-collapse .panel-body,
.corouselcomp .panel-collapse .panel-body .panel-collapse .panel-body{
    padding-right: 5px;
    padding-left: 20px;
}
#location-sel-popup .panel-collapse .panel-body .panel-collapse .panel-body.loc-sec-list .secLevel-loc,
.corouselcomp .panel-collapse .panel-body .panel-collapse .panel-body.loc-sec-list .secLevel-loc{
    border: 0;
}
#location-sel-popup .panel label,.corouselcomp .panel label{
    position: relative;
    text-indent: 0;
    padding-left: 24px;
    cursor: pointer;
}
#location-sel-popup .panel-heading .firstLevel-loc span.glyphicon, 
.corouselcomp .panel-heading .firstLevel-loc span.glyphicon{
    font-size: 12px;
    position: absolute;
    right: 0px;
    left: auto;
    cursor: pointer;
}
#location-sel-popup  span.locPlusIcon,.corouselcomp span.locPlusIcon{
    background-image: url('../images/icons/minus.png');
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
    cursor: pointer;
}
#location-sel-popup  span.locPlusIcon.collapsed,.corouselcomp span.locPlusIcon.collapsed{
    background-image: url('../images/icons/plus.png') !important;
}
#location-sel-popup .secLevel-loc,corouselcomp .secLevel-loc{
    font-size: 12px;
    border-top: 1px solid #e5e9ec;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#location-sel-popup .secLevel-loc label,.corouselcomp .secLevel-loc label{
    font-weight: normal;
}

/* Location Selector Endt */
.label-location {
    border-bottom: 1px solid #e5e9ec;
    padding-top: 5px;
    padding-bottom: 5px;
}
#location-select .defaultLocationDetails {
    display: table-cell;
    vertical-align: middle;
}

#location-select .defaultLocationDetails .change-loc{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #0057a6;
}

.locationCommonDiv{
    float: left;
    width: 100%;
}

.locationCommonDiv #location-select{
    float: left;
    max-width: 100%;
    width: auto;
    min-width:342px;
    margin: 0;
}

#location-select .defaultLocationDetails + .locationDetails{
	display:none;
}

#cartEntryData-cartPage .locationIcon{
	width:26px;
}

.cartShipToHeader #location-select .locationIcon {
    width: 26px;
}
.select-standardCardType .form-control.btn{
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 0 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de;
    font-size: 12px;
    height: 28px;
}
.select-standardCardType .form-control.btn .dropdown-arrow{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    background-size: 15px;
    float: right;
}
.select-standardCardType ul.dropdown-menu{
    width: 100%;
    border: 0;
    box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
    padding: 0 12px !important;
}
.select-standardCardType ul.dropdown-menu li{
    font-size: 12px;
    height: 44px;
    padding: 13px 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}
.select-standardCardType ul.dropdown-menu li:last-child{
    border: 0;
}

.select-standardCardType .bootstrap-select .dropdown-menu li a{
	padding: 0;
    font-family: "NotoSans";
}

#leftCont-rightNav #placeOrderForm > section.left-section {
 /*   border-right: 4px solid #edf6fb;*/

}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	#accountMenu-nav .healthCare-prof {
		font-size: 10px!important;
	}
	.savedCartProducts #myInputautocomplete-list, .cartProductSaveDetails #myInputautocomplete-list {
	    width: 91.5%!important;
	}
}
@media screen and (max-width: 990px) and (min-width: 768px){
	#accountMenu-nav .healthCare-prof {
		width: 175px;
	}
}

.reservationPopup{
top: -65px;
    width: 229px !important;
    height: 91px !important;
    background-color: #5b646e;
    left: 24.5px !important;
    margin-top: -10px;
    position: absolute;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
    white-space: normal;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.reservationPopup>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-color: transparent;
    border-width:11px;
    border-top-color: #5b646e;
    border-bottom-width: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}

.reservationPopup>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-bottom-width: 0;
    border-color: transparent;
    border-top-color: #5b646e;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
}

.ac-order ul.checkout-details-view{
    margin-bottom: 24px;
}

.ac-order .checkout-details-view li img {
    margin-right: 20px;
    padding: 12px 0 0 0;
        max-width: 45px;
}

.ac-order .checkout-details-view .checkout-data{
    margin-bottom: 0;
}

.ac-order .checkout-details-view .checkout-data p:not(:first-child){
    float: left;
    margin-right: 20px;
}

.ac-order .checkout-details.checkout-details-view li{
    padding-bottom: 0;
}

.ac-order .checkout-details-view th {
    height: 44px;
    background-color: #73aed3;
    color: #fff;
    border-right: 1px solid #fff;
    padding-left: 7px;
    font-weight: normal;
    font-family: 'NotoSansBold';
}

.checkout .left-section .ship-data th {
    height: 44px;
    padding-left: 7px;
    font-weight: normal;
    font-family: 'NotoSansBold';
}

.ac-order .print-preview .firstLevel-acc + .ship-orderdata {
    margin-top: 24px;
}

.light-grey-line {
    border-bottom: 1px solid #f2f2f2;
}

.ac-order .print-preview .firstLevel-acc img{
	width:21px;
	        margin: -3px 6px 0 -5px;
}

.checkout .ac-order .print-preview .order-preview p {
    color: #2a343f;
    font-family: "NotoSansBold";
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
    text-align: left;
}

.ship-orderdata ul li {
    float: left;
}

#accountPaymentForm iframe + .pay-invioce-panel{
	position: absolute;
	margin-top: -80px;
}

#accountPaymentForm iframe + .pay-invioce-panel .adding-card-checkbox{
	text-indent: 25px;
}

#accountPaymentForm iframe + .pay-invioce-panel + .pay-invioce-panel-button{
    margin-top: -40px;
    position:relative;
}

@media screen and (min-width:319px) and (max-width:767px){
#location-sel-popup .modal-dialog{
width:95% !important;
}
.checkout .sanofi-accordion .panel-heading .firstLevel-acc .label-location label {
    margin: -20px 0px 3px 17px !important;
    height:auto !important;
    width:100% !important
}
.checkout .sanofi-accordion .panel-heading .firstLevel-acc .label-location .labelp{
padding-left:0px;
}
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
			width:53%;
	}
}

.deletecartname{
	top: -65.7969px;
}
.deletecartname {
    margin-top: -20px !important;
    width:223px !important;
}  

.width13{
	width:13% !important;
}
@media screen and (min-width:319px) and (max-width:759px){
.checkout-details li .width13 img {
    vertical-align: middle !important;
}	
}
@media screen and (min-width:760px) and (max-width:800px){
.width13{
	width:11.5% !important;
}
.checkout-details li .width13 img {
    vertical-align: middle;
}	
}
@media screen and (min-width:900px) and (max-width:1100px){
	.width13{
	width:12% !important;
}
} 
.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text{
	margin-top:-50px;
}

.commonPaymentView .ad-files-text > a,.commonPaymentReview .ad-files-text > a{
	margin-right:12px;
}

.commonPaymentView .ad-files-text > a:first-child,.commonPaymentView .ad-files-text > a:last-child,.commonPaymentReview .ad-files-text > a:first-child,.commonPaymentReview .ad-files-text > a:last-child{
	margin-right:0;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text {
	    margin-top: -44px;
	}
	#addToCartSavedOrderForm + .edit-saved-cart .light-color{
		width:100%;
	}
	.edit-saved-cart .add-to-cart a{
		margin-bottom:10px;
		display: inline-block;
	}
	
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span{
		margin-bottom:0;
		background-color:transparent;
	}
	
	.online-invoices #sanofiOnlinePayInfoForm label > span.checkmark{
		margin-left:0;
	}
	
}

@media screen and (min-width: 320px) and (max-width: 768px){
    #sanofiOnlinePayInfoForm .commonViewTable .childViewTable span{
        position: relative;
    }
    #sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span{
        position: absolute;
        top: 35px;
        left: 0px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.commonPaymentView .ad-files-text,.commonPaymentReview .ad-files-text {
	    margin-top: 0;
	}
	.edit-saved-cart table tbody tr td {
	    min-height: 37px;
	}
}

/* aside.my-acc-aside {
    overflow: hidden;
} */

.completedInvoice{
	display:none;
}
.tab_right_float{
   float: right;
}
#addEmail{
	display:none;
}

    .ed_mail .addEmailtxt {
        width: 288px;
    }
/*     .ed_mail .addEmailtxt ul li{
        width:100%;
    }
    .ed_mail .sanofi-dropdown-sec .form-control.btn .dropdown-arrow {
        background: url(../images/icons/chevron-down.png) no-repeat 1px 1px;
        background-size: 15px;
    }
 */   
   .alt_del, .ordrCntrctEmlBlkDltImg, .ordrCntrctMbleBlkDltImg{
        width: 18px;
        margin-top: 0;
        display: block;
         margin-top: 0!important;
        margin-left: 8px;
    }

.ordrCntrctEmlBlkDlt{
	position: absolute;
	    top: 10px;
    right: 30px;
}
.mltpl-eml-blk .sanofi-dropdown-primary li{
    width: 100%;
    display: block;
   }

#location-sel-popupnew .modal-dialog {
    width: 440px;
}
#location-sel-popupnew .modal-dialog{
    width: 440px;
}
#location-sel-popupnew .modal-header{
    background: #edf6fb;
    height: 86px;
    padding: 10px;
    border: 0;
}
#location-sel-popupnew .modal-header .modal-title{
    color: #73aed3;
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins-Medium";
}
#location-sel-popupnew .modal-header .close{
    margin-top: 0;
    color: #0057a6;
    opacity: 1;
}
#location-sel-popupnew .modal-header button.close span{
    background-image: url('../images/icons/close.png');
    width: 22px;
    height: 22px;
    background-size: 22px;
    display: block;
}
#location-sel-popupnew .modal-body{
    padding: 20px;
}
#location-sel-popupnew .modal-content{
    border-radius: 0;
}
#location-sel-popupnew .modal-dialog .modal-title{
    text-align: center
}
#location-sel-popupnew .modal-content > .modal-body > .panel-group{
    max-height: 340px;
    min-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;

}
#location-sel-popupnew .modal-content > .modal-body > hr{
    margin: 10px -15px;
    box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    -ms-box-shadow: 0px 1px 2px rgba(23, 114, 183, 0.2);
    clear: both;
}
#location-sel-popupnew .loc-SearchBar{
    width: 100%;
    border: 1px solid #d4d9de;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0px #d4d9de;
    -webkit-box-shadow: inset 0 0 2px 0px #d4d9de;
    -moz-box-shadow: inset 0 0 2px 0px #d4d9de;
    float: none;
}
#location-sel-popupnew .loc-SearchBar input {
    border: 0;
    box-shadow: none;
    height: 44px;
    background: none;
    width: 100%;
    margin-bottom: 0;
    padding: 5px 12px;
}
#location-sel-popupnew .loc-SearchBar button.btn {
    border: 0;
    font-size: 16px;
    color: #0057a6;
    background: none;
    outline: none;
    box-shadow: none;
}
#location-sel-popupnew .loc-SearchBar button.btn span.locSearchIcon {
    background-image: url(../images/icons/search.png);
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.label-location.radio_grp .secloct{
	padding-left: 7px !important;
    margin-top: -5px !important;
}
.label-location input[type=radio]{
	top:7px;
}
#location-sel-popupnew .SelectLocation-done {
    background: #0057a6;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 100%;
    height: 44px;
    outline: 0;
    border: 0;
}
.locnewselect{
	margin-left: 35px;
    width: 708px;
}
.shipping_address-loc{
	padding-top:0 !important;
}
.secloct {
    padding-left: 0 !important;
    margin-left: 6px !important;
    font-family: 'NotoSansBold' !important;
    margin-bottom: 0 !important;
}
.locationCommonDiv.shipaddress{
	margin-bottom:26px;
}
.singleshipaddress{
	margin-bottom:26px;
}
@media screen and (min-width:319px) and (max-width:767px){
	.label-location.radio_grp .secloct {
    padding-left: 19px !important;
    margin-top: -11px !important;
    height: auto;
}
#location-sel-popupnew .modal-dialog {
    width: 95%;
}
}
.mx0 {
    margin-left: 0!important;
    margin-right: 0!important;
}


/*cart delivery order page css start*/
.ord_delivery{
    padding-top:32px; 
    padding-bottom:32px; 
}
.deli_loc {
    margin-bottom: 21px;
    display: flow-root;
    padding-left:70px;
}
.delivary_opt label:first-child {
    float: left;
    font-weight: normal;
    margin-right: 27px;
}
.delivary_opt .radio_grp{
    float: left;
    margin-right: 22px;
    width: auto;
}
.delivary_opt .radio_grp label{
     margin-left:0;
     margin-bottom: 0;
     font-family: "Poppins-Medium";
     color: #2a343f;
     width: auto;
     height: auto;
     display: inline;
}
.delivary_opt .radio_grp input[type="radio"]{
     margin-right:10px!important;
     width: auto;
 }
.delivary_ord {
    padding-bottom: 20px;
    border-bottom: 1px solid #edf6fb;
    margin-bottom:25px;
}
.ord_date .delivery-content h6,.cart_shipto h6{
    font-family: "NotoSansBold";
    
}
.ord_date .calender {
    margin-top: 0;
}
.ord_date .delivary-details {
    width: auto;
    position: relative;
    margin-right: 0px;
}
.ord_date .calender .control-group{
    float: left;
}
.ord_date .Delivery-Date-Common .common-delivery-zone {

    width: 100%;
}
.ord_date .Delivery-Date-Common .common-delivery-zone input{
    margin: 0;
    
}

.ord_date .Delivery-Date-Common {
    display: inline-block;
    background: none;
    width: auto;
     margin: 0 0 0 16px !important;
     position:relative;
}
.Delivery-timeZone-select.ord-dropdown{
    width:128px;
    left: 0!important;
    top: 47px!important;
}
.Delivery-timeZone-select.ord-dropdown span{
    width: 90%;
}
.ord_date .common-delivery-time{
    position: relative;
}
.ord_date .common-delivery-time .Waitlist {
    margin-left: 0px;
    width: 21px;
    height: 25px;
    position: absolute;
    z-index: 9;
    left: 8px;
    bottom: 12px;
    border: none;
    background: #fff;
    font-size: 14px;
    padding: 0;
}
.ord_date .common-delivery-time .Waitlist .icon-th {
    background-position: 0px 0px;
    background-image:url(../images/waitlist.png);
    width: 30px;
    height: 30px;
}
.ord_date .common-delivery-time input{
    padding-left:38px;
}
.ord_date .calender .datepicker.datepicker-inline {
    left: -60px !important;
    top: 70px!important;
}
/*cart delivery order page css start*/

.checkout .firstLevel-acc p.pickupIndent{
	margin-top: 10px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .light-color > span.pickupLocation{
	width:100%;
}

.checkout .firstLevel-acc p.pickupIndent span{
	font-weight:normal;

}
#placeOrderForm .place-order {
    padding: 0;
    border-top: 1px solid #f5f5f7;
}

#placeOrderForm .place-order li:first-child {
    float: left;
    border-right: 1px solid #f5f5f7;
    padding-right: 4px;
    width: 50%;
    margin-bottom: 0px;
    padding-bottom: 20px;
    min-height: 80px;
}
.form-group.custom-select-mail.commonFiledsError .common-error {
    bottom: 10px;
}

.form-group.custom-select-mail.commonFiledsError .common-error.errorChangeView {
    bottom: -10px;
}


#saveOrderContactForm .form-group.custom-select-mail,.form-group.custom-select-mail {
    margin-bottom: 16px;
}

.op_ovice {
    padding-left: 15px;
}

#saveCartForm.savedcartpop .Fields-input {
    margin-bottom: 24px;
}

#saveCartForm .common-error {
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    background: transparent;
    display: none; 
}

#saveCartForm.edit-popover .popover-cancel-button{
	width: 120px;
}

.save-document .popover-content {
    padding: 0px 11px;
    margin-top: -3px;
}

.popover-content > form {
    margin: 0;
}

#saveCartForm.edit-popover.savedcartpop label.Fields-label {
    margin-top: 0;
}

.item-numb .cart-edit-rename + .popover {
    padding: 10px 18px 13px 18px;
    text-align:left!important;
}

.item-numb .cart-edit-rename + .popover .popover-content{
	margin-top:0;
	width:auto;
}

.save-document .popover-content {
    margin-top: 10px;
    width:auto;
}

.save-cart + .popover{
	text-align:left!important;
	z-index: 1300;
}

.page-cartPage .save-cart + .popover, .page-sanofiOrderDetailpagedetail .page-cartPage .save-cart + .popover{   
	top: -150px !important;
}
.popover-content p.product_trash {
    padding: 0px 0 16px 0;
}

.deletecartname .Fields-label {
    margin-bottom: 16px;
}

.actionOptions .popover .popover-content{
	height:92px;
	margin-top: 0;
}

.edit-save-option.renamed-edit .popover-content{
	height:96px;
}

.edit-save-option.renamed-edit .deletecartname {
    margin-top: 10px !important;
}

.edit-popover.deletecartname a,.edit-saved-cart .actionOptions .popover a{
	margin:0!important;
}

#miniCart-popover .cart_savedpop.sdpop .popover-content {
    padding: 0px 14px 9px 14px;
}
.inpt span.cardError {
    font-size: 10px;
}
.cardError{
    font-family: "NotoSans";
    font-size: 11px;
    font-weight: normal;
    color: #de1848;
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0;
    display: none;
}

.payment-tab .row.bank-details .field-value,.payment-tab .cu-btn{
	min-height:44px;
} 

.payment-tab .row.bank-details .field-value .inpt input[type="text"]{
	padding: 4px 4px;
	margin-top: -6px;
}

.cu-btn .cu-update {
    background-color: transparent;
    padding: 13px 16px 0px 0px;
    font-size: 12px;
}

.cu-btn .cu-update:hover,.cu-btn .cu-update:focus{
	outline:0;
	box-shadow: 0 0 0 0;
	-webkit-box-shadow: 0 0 0 0;
}
.orderDetailTable .dataTables_filter,.orderDetailTable .dataTables_info{
	display:none;
}

@media screen and (max-width: 768px) and (min-width: 320px){
	.checkout-details li .display-table > a {
    	display:table;
	}
	.checkout-details li .display-table > a h2 {
    	display:table-cell;
    	vertical-align:middle;
    	width: 100%;
    	height: 100%;
	}
	.multipleLocDelivery .delivary-details {
    width: 100%!important;
    text-align: left;
    margin-top: 16px;
	}
	
}

@media screen and (max-width: 767px) and (min-width: 320px){
		#sanofiEditSavedOrderForm {
	    width: 100%!important;	    
	    display: block;
	    text-align: center;
	    margin-top: 8px;
		} 

}

.primary_acc .Registration-split{
    padding:0;
}
.primary_acc #leftCont-rightNav > section.left-section{
    height: auto;
}
.primary_acc .Registration-split{
    padding-bottom:32px;
 }
label.field-check {
    padding: 0 0 0 30px;
}
.field-check > span.checkmark{
    top: 29px;
    left: 23px;
}
.primary_acc .Registration-split .radio_grp input[type="radio"]{
    margin-right: 14px;
}
.primary_acc .Registration-split .acc_bg.acc_shiping{
    margin-top: 12px;
    margin-bottom: 32px;
}
.acc_bg{
    margin:32px 0 0px 0;
    background: #edf6fb;
    padding: 29px 0 29px 24px; 
}
.acc_bg span bold{
    font-family: "NotoSansBold";
}
.fax_mail{
    margin-top: 18px;
}
.fax_mail h3{
    font-size: 12px;
    line-height: 18px;
    color: #5b646e;
    font-family: "NotoSansBold";
    margin-top: 0;
    margin-bottom: 12px;
}
.fax_mail label{
    margin-left: 32px;
}
.fax_mail .Fields-container:first-child{
    margin-bottom: 16px;
 }
.fax-data{
    margin-top: 12px;
    margin-bottom: 8px;
}
.primary_acc .Registration-split .pr-btn {
    padding-top: 25px;
    border-top: 1px solid #ccc; 
}
.primary_acc .Registration-split .pr-btn button{
    width: 150px;
    height: 44px;
    margin-right:12px; 
}
.acc_recipient h6,.nw_recipient h6{
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: "NotoSansBold";
}
.acc_recipient .radio_grp,.nw_recipient .radio_grp{
    float: left;
    margin-right: 30px;
    width: auto;
}
.acc_recipient .radio_grp label,.nw_recipient .radio_grp label{
     margin-left:0;
     margin-bottom: 0;
     width: auto !important;
 }
 .acc_recipient .radio_grp input[type="radio"],.nw_recipient .radio_grp input[type="radio"]{
     margin-right:10px!important;
    
 }
 .acc_newcont .sanofi-dropdown-primary .form-control.btn,.nw_newcont .sanofi-dropdown-primary .form-control.btn{
     background: #fff!important;
 }

@media screen and (min-width: 1024px){
    .primary_acc .Registration-split .Fields-input,.acc_newcont .Fields-input,.nw_newcont .Fields-input{
        width: 378px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 994px){
    .payment-step1.primary_acc .review,.payment-step1.primary_acc .confirmation{
        display: block;
    }
}

.radionew{
	padding:0 20px !important;
}

.fax_mail .Fields-container-error span.hide{
	padding-left:35px;

}


.deli_loc .multipleLocDelivery.delivery-content {
    margin-top: -15px;
}

.pickupTextMsg {
  font-family: "NotoSans";
  font-size: 11px;
  color: #5b646e;
  position: relative;
  margin-top: 8px;
} 

.cart-pickup-date .errorCheckoutMsg{
    text-align: left;
    bottom: 30px;
}

#applyCreditsTable .radio_grp {
    padding-top: 0;
}

#applyCreditsTable input[type=radio]{
	margin:0;
}
.sanofi-dropdown-primary ul.dropdown-menu li.selected {
    color: #333!important;
    background: url(../images/icons/checkmark-blue.svg) no-repeat 252px center!important;
}

#orderhistoryfilterform .sanofi-dropdown-sec .select-items div.same-as-selected{
	background: url(../images/icons/checkmark-blue.svg) no-repeat 125px center!important;
}

.pdp-dropdown .dd-hint .dropdown-menu>.active>a {
    color: #333!important;
    background-color: transparent!important; 
}

#sanofiEditSavedOrderForm{
	    width: 293px;
    float: right;
}

#sanofiEditSavedOrderForm .button-combo{
	margin:0;
}

#sanofiEditSavedOrderFormRename #save_txtname{
	margin-bottom:24px;
}

.saveOrderRename .edit-save-option.renamed-edit{
    margin: 12px 0 0 0;
    display: inline-block;
}

#sanofiEditSavedOrderFormRename label.Fields-label {
    margin-top: 0;
}

.saveOrderRename .edit-save-option .cart-edit-rename + .popover {
    max-width: 280px;
}

#sanofiEditSavedOrderFormRename .common-error{
	bottom:6px;	
	text-align:left;
}



.noemailUpdates{
    display: none;
}

.user-data.buyingGroup .radio_grp{
    width: 16%;
}

.addAlternateEmail{
    width: 100%;
    height: 18px;
    font-family: "NotoSans";
    font-size: 12px;
    color: #0057a6;
    display: inline-block;
    margin-top: 16px;
    cursor: pointer;
    display:none;
}

.noemailUpdates .Fields-input{
    width: 78%;
}

.alternate-mail-delete{
    margin-left: 8px;
}

.alternate-mail-delete img {
    width: 18px;
    height: 18px;
    margin-right: 3px;
}


.padding-20,#SanofiCustomerRegisterForm .captcha-common{
	padding-right: 20px;
    padding-left: 30px;
}

#SanofiCustomerRegisterForm .captcha-common .g-recaptcha {
    margin-top: 0;
}

#SanofiCustomerRegisterForm .noemailUpdates .Fields-input {
    width: 60%;
}
.commonViewTable .childViewTable span > span .checkmark  {
    top: 6px!important;
}

.commonViewTable .childViewTable span > span.float-left.boldVal {
    position: absolute;
    top: 6px;
}
.commonViewTable .childViewTable span > span {
    float: left;
    width: auto;
    min-width: 10px;
} 


.online-invoices #sanofiOnlinePayInfoForm .commonRow label > span.checkmark {
    position: absolute;
    top: 6px;
}

.preference-content .payment-tab .panel.pay-invioce-panel {
    margin-top: -80px;
    margin-bottom: 0px;
}

.preference-content .payment-tab label.adding-card-checkbox {
    margin-left: 28px;
    margin-bottom: 20px;
}

.preference-content .payment-tab iframe + .pay-invioce-panel + .pay-invioce-panel-button {
    margin: 16px 0 16px 0;
} 


.childViewTable > div.commonRow.existingDropdown {
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width:1024px) {
	.preference-content .payment-tab .panel.pay-invioce-panel {
	    margin-top: 0;
	    margin-bottom: 0px;
	}
	
	.preference-content .payment-tab iframe + .pay-invioce-panel + .pay-invioce-panel-button {
	    margin: 16px 0 16px 0;
	    position: relative;
	}
}

.fax_mail .fax-data + .Fields-container .field-optional{
	margin-left: 30px;
}

.order-history-table #example.statementPage .statement{
	width:40%!important;
	border-right: 1px solid #73aed3;
}

.oh-statements #example.statementPage th.t_head{
	border-right: 1px solid #fff !important;
}

.financial-statement-table #example th.t_head{
	border-right: 1px solid #fff !important;
}

.order-history-table #example.statementPage .statement:after{
	display:none;
}

#example.statementPage .statement + th{
	width:574px;
}

.filterByGroup .calender .datepicker.datepicker-inline {
    left: 18px !important;
    top: 74px !important;
    z-index:100;
}

@media (max-width: 1024px) and (min-width: 767px){
	.filterByGroup .calender .datepicker.datepicker-inline {
	    left: -9px !important;
	}
}

.calender .datepicker-days .table-condensed td.day.today {
    color: #fff;
    background-color: #0055a8;
    border-radius: 4px;
}

.aoh .orders-filter #filter-by .filterByGroup .filterByTitle,.orders-filter #filter-by .filterByGroup .filterByTitle label{
    margin-bottom: 0px !important;
}

.orders-filter #filter-by .filterByGroup .header-SearchBar{
	margin-bottom:12px;
}
@media (max-width: 767px)
{
	.active > div.discount-list {
	    display: inline-block;
	    width: 100%;
	}
}

@media (max-width: 992px) and (min-width: 767px)
{
	.active > div.discount-list {
	    display: inline-block;
	    width: 100%;
	}
}

#vol-price-pdp.discount-list table tr td:first-child{
    width: 33%;
}
#vol-price-pdp.discount-list table tr td:nth-child(2){
    width: 27%;
}
#vol-price-pdp.discount-list table tr td:last-child{
    width: calc(40% - 16px);
}

#cart-value1 span.cartIcon {
    background: url(../images/icons/cart.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-right: 8px;
}

.edit-save-option.renamed-edit .popover {
    max-width: 280px!important;
}

.edit-save-option.renamed-edit .popover .btn {
	width:117px;
}

/* Iframe Payment */
#partner-frame-container{
	display: inline-block;
    overflow: hidden;
    width: 100%;
}

#deligoIframePopup .Fields-btn-group, #add-new-check-popup .Fields-btn-group {
    margin: 0px 0 8px 0;
    padding: 0px 16px 20px 16px;

}

#deligoIframePopup .modal-footer .btn+.btn, #add-new-check-popup .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 0;
}

.frameContainer{
	width: 540px;
    overflow: hidden;
    margin: -12px 0 0 -13px;
}

#deligoIframePopup .modal-body, #add-new-check-popup .modal-body {
    padding: 20px;
    overflow: hidden;
}

#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	width: 600px;
    float: left;
}

#applyCreditsTable td {
    padding-bottom: 8px!important;
}

.invoice-paymentreview .commonRow .custom-selectpay .bootstrap-select>.dropdown-toggle .caret{
	background: url(../images/icons/chevron-down.png) no-repeat;
    border: 0;
    width: 32px;
    height: 30px;
    background-size: 50%;
    background-position: 10px -5px;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
#sanofiOnlinePayInfoForm .commonRow.existingDropdown > span{
	width:100%;
}
}

#cartEntryData-cartPage .cart_title{
	display: table;
	width: 94%;
	margin-bottom: 15px;
}

#cartEntryData-cartPage .cart_title > img{
	display: table-cell;
    vertical-align: middle;
    width: auto;
}

#cartEntryData-cartPage .cart_title > h2{
	width: 80.5%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 16px;
}

.checkout .cart-left #cartEntryData-cartPage .checkout-data {
    margin-left: 0;
    margin-top: 0;
}

.credit-return.contact_resv .res_contact ul li:first-child p{
	display: table-cell;
    vertical-align: top;
	width:110px;
}

.credit-return.contact_resv .res_contact ul li:first-child span{
	display: table-cell;
    width: 58.8%;
    word-break: break-all;
}
.edit-saved-cart .add-to-cart #cart-value1 {
    padding-top: 4px;
}

.edit-saved-cart .actionOptions {
    display: inline-block;
    margin-top: 16px;
    float: right;
}

#orderhistoryfilterform #filter-by .filterByGroup .filterByTitle {
    margin-bottom: 11px !important;
}

#orderhistoryfilterform .filterByGroup .calender .datepicker.datepicker-inline {
    left: -12px !important;
}

.trash.save-cart + .popover .btn{
	width:105px;
}

.modal .xzoom-container {
    display: inline-block;
    width: 100%;
}

.modal .xzoom-thumbs{
	width: 100%;
}

.modal .xzoom-thumbs a{
	max-width: 80px;
	display: inline-block;
}

.modal .xzoom-thumbs a img{
	width: 100%;
}

footer .footerCol:nth-child(3) ul:nth-child(3) li a {
    pointer-events: none;
    text-decoration: none!important;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	
	#orderhistoryfilterform .filterByGroup .delivary-details:nth-child(2) .calender .datepicker.datepicker-inline {
	    left: -4px !important;
	}
	
	#orderhistoryfilterform .filterByGroup .delivary-details:nth-child(3) .calender .datepicker.datepicker-inline {
	    left: -102px !important;
	}
}

@media only screen and (min-width: 768px) {
	.item-numb #saveCartForm.edit-popover .popover-cancel-button {
	    width: 140px;
	}
}


.pay_date .mCSB_inside>.mCSB_container,.pay_year .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.pay_date .mCSB_scrollTools,.pay_year .mCSB_scrollTools {
    width: 8px;
}


.slimScrollBar{
    right: 8px!important;
    cursor:pointer;
}

.sanofi-dropdown-primary.dd-hint ul.dropdown-menu li,.dd-role ul.dropdown-menu li,.dropdowndashboard ul.dropdown-menu li{
    padding: 0!important;
}

.dd-hint li a,.dd-role li a,.dropdowndashboard li a{
	/*padding: 13px 12px!important;*/
}
.addCardLink {
    color: #0057a6!important;
}

.dd-hint .bs3.bootstrap-select .dropdown-toggle .filter-option,.dd-role .bs3.bootstrap-select .dropdown-toggle .filter-option,.dropdowndashboard .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 4px;
}

.slimScrollBar{
	background: rgba(0, 0, 0, 0.75)!important;
    width: 4px!important;
    right: 8px!important;
}

.slimScrollRail{
	display: inline-block!important;
    width: 2px!important;
    right: 9px!important;
    background-color: rgba(0,0,0,0.55)!important;
}

.slimScrollBar:hover{
	background-color: rgba(0,0,0)!important;
}
/* a:focus, button:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 2px auto #23527c;
}  */

#tab_3 #example3{
	margin-top:0!important;
}

.invoices-fst .table-new + div{
	text-align: right;
}

.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline{
    top: 74px!important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 8px !important;
	    top: 76px!important;
	    z-index: 100;
	}
	
	.ship_addr .ord_date .Delivery-Date-Common {
	    margin: 4px 0 0 0!important;
	}
	
	.ship_addr .calender .control-group,.deli_loc .calender .control-group {
	    float: left;
	    width: 100%;
	}
	
	.deli_loc .delivary-details{
		text-align:center!important;
	}
	
	#placeOrderForm .ready_toplace .place-order li{
		width:50%;
	}
	
	#placeOrderForm .ready_toplace .white-button{
		width:90%;
	}
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 36px !important;
	    top: 76px!important;
	    z-index: 100;
	}
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline,.ship_addr .ord_date .calender .datepicker.datepicker-inline {
	    left: 48px !important;
	    top: 76px!important;
	    z-index: 100;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.deli_loc .ord_date .calender .datepicker.datepicker-inline {
	    left: -109px !important;
	    top: 76px!important;
	}
}
.order-history-table.trackingNoRow .datatable-row td {
    padding: 10px 9px 10px 7px !important;
}

.order-history-table.trackingNoRow .darkblue a {
    color: #0057a6 !important;
    line-height: 22px;
}

#product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li{
	margin-right:0!important;
	width:20%!important;
}

.license-role.Fields-container .alert-danger{
	bottom:-16px;
}

.white-button.btn_fifty_percent{
	width:48%;
	margin-right:1%;
	margin-top:12px;
}

@media only screen and (min-width: 320px) and (max-width:375px) {
	.white-button.btn_fifty_percent{
		width:100%;
		margin-right:0;
	}
}

#deligoIframePopup.popup-comp .modal-footer, #add-new-check-popup.popup-comp .modal-footer {
                padding:0;
}

#deligoIframePopup .Fields-btn-group .btn, #add-new-check-popup .Fields-btn-group .btn {
    max-width: none;
    margin-bottom: 8px;
}
#deligoIframePopup .pay-invioce-panel label.adding-card-checkbox, #add-new-check-popup .pay-invioce-panel label.adding-card-checkbox {
    margin-left: 8px;

}

.language-fr .common-login-span {
    margin: 24px 0 0 0;
    width: 56%;
}

.language-fr #loginContinueBtn + span {
    width: 55%;
}


.dataTables_empty{
	text-align:center;
}

.preference-content #tab_4.payment-tab .label-text .Fields-container {
    margin-top: -4px;
}

.preference-content #tab_4.payment-tab .label-text .Fields-container + .cardError {
    bottom: 2px;
	position: relative;
}

#product-listing .prodCard-box .prod-card .cardGroup-B .unit-calc > .units-count .add-units span:nth-child(2) input{
    width: 48px!important;
    height: 48px!important;
}

.unitCount-comp .add-units span:nth-child(2) input,.add-units input{
    width: 46px!important;
    height: 46px!important;
}

.delivary_opt .radio_grp {
    margin-top: -6px;
}

.delivary_opt .radio_grp input[type="radio"]{
    top: 8px;
}

.delivary_opt .radio_grp label{
    position: relative;
    top: 6px;
}


.content_list .product-details .title {
    color: #0057a6;
    font-size: 14px;
}

.content_list .product-details .desc {
    color: #5b646e;
    font-size: 12px;
    margin-bottom: 19px;
}

.content_list img.banner-bg-img {
    position: static;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
}

/* common css for dropdown starts*/

.commonDropdownView{
	    box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: auto;
    width: 270px!important;
    left:0;
}
.commonDropdownView ul.dropdown-menu{
	border:0;
}
.commonDropdownView .dropdown-menu{
	padding:0;
	width: 269px;
}
.commonDropdownView ul.dropdown-menu li{
	padding: 13px 12px;
}
.commonDropdownView .dropdown-menu>li>a:hover{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.commonDropdownView .dropdown-menu>.active>a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.commonDropdownView .open>.dropdown-toggle.btn-default {
    color: inherit;
    background-color: transparent;
}

.commonDropdownView li:first-child{
    display: none;
}

.commonDropdownView .btn-default:hover {
    color: inherit;
    background-color: transparent;
}

.commonDropdownView .btn-default {
    text-align: left;
    background: none !important;
    box-shadow: none;
    padding: 11px 24px 11px 12px;
    outline: 0 !important;
    border-radius: 4px;
    border: solid 1px #d4d9de!important;
    font-size: 12px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #333;
}

.commonDropdownView li {
    font-size: 12px;
    min-height: 44px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
}

.commonDropdownView li a{
    padding: 0;
}

.commonDropdownView .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 250px;
}

.commonDropdownView li:last-child{
    border:0;
}

.commonDropdownView div.dropdown-menu{
 	max-height:250px!important;
}
 
.commonDropdownView div.dropdown-menu div#mCSB_1_container {
    width: 95%;
}
.commonDropdownView div.dropdown-menu div.open {
    overflow: hidden!important;
    height: 100%!important;
}
.commonDropdownView .dropdown-menu li a span.text {
    display: inline-block;
    width: 88%;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.commonDropdownView .mCSB_inside>.mCSB_container {
    margin-right: 12px;
}
.commonDropdownView ul.dropdown-menu{
	max-height:inherit;
}
.commonDropdownView .dropdown-toggle .caret {
    margin-top: 0;
    background: url(../images/icons/chevron-down.png) no-repeat -4px -7px;
    width: 15px;
    height: 12px;
    background-size: 18px;
    float: right;
    position: absolute;
    top: 17px;
    border-top: 0;
    border-bottom: 0px;
    right: 12px;
}
.commonDropdownView ul.dropdown-menu.my_scroll li {
	padding: 13px 20px 13px 12px;
} 

.commonDropdownView.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.commonDropdownView div.dropdown-menu {
    max-height: 250px!important;
}

.commonDropdownView ul.dropdown-menu li:hover {
    color: #333;
}

.commonDropdownView ul.dropdown-menu li{
    padding: 0!important;
}

.commonDropdownView li a{
	padding: 13px 12px!important;
}

.commonDropdownView .bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: 4px;
}

.commonDropdownView ul.dropdown-menu{
	border:0!important;
}

.commonDropdownView{
	    background: #FFF;
}

/* common css for dropdown ends*/

.no-orders {
    color: #73aed3;
    font-family: 'Poppins-medium';
    font-size: 24px;
    font-weight: 500;
    padding-top: 58px;
    padding-bottom: 100px;
    text-align: center;
}

.line-top-sanofi-new {
    margin-left: -34px !important;
}

@media screen and (min-width: 769px){
    
    #sanofiOnlinePayInfoForm #example_invoice thead th:first-child {
	    min-width: 170px!important;
	    width:244px!important;
	}
	
	#sanofiOnlinePayInfoForm .adding-card-checkbox {
	    width: 28px;
	}
}


.text-left{
	text-align: left!important;
}

#mainFooter .footerRow1 > .middle-custom > p {
    font-family: 'NotoSansBold';
    font-size: 14px;
    color: #73aed3;
    margin-bottom: 25px;
}

#mainFooter .footerRow1 > .middle-custom ul li span.footerIcon img {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#mainFooter .footerRow1 > .middle-custom ul li span:first-child {
    color: #73aed3;
    font-size: 16px;
    margin-right: 17px;
}
#mainFooter ul li a {
    color: #ffffff;
    text-decoration: none;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li a {
    font-size: 14px;
    text-decoration: none;
}
#mainFooter .footerRight-logo img {
    width: 160px;
}
#mainFooter.main-footer .footerRow2 {
    padding: 25px 0;
}
#mainFooter .footerRight-logo {
    text-align: right;
}
#mainFooter.main-footer .footerRow2 p {
    font-size: 11px;
    line-height: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) {
    padding-top: 93px;
    padding-left: 47px;
}
#mainFooter.main-footer .footerRow1 > .footerCol {
    min-height: auto!important;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
    margin-bottom: 25px;
    font-family: 'NotoSans';
    font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#deligoIframePopup .modal-body, #add-new-check-popup .modal-body {
	    padding: 0;
	    overflow: hidden;
	}
	.patient_education .select-style2 .form-control.btn {
	    margin-top: 20px !important;
    height: 44px!important;
    background-position-y: 13px!important;
    background-color: #fff!important;
	}
	.acc-dropdown .sanofi-dropdown-primary.select-style2 .form-control.btn .dropdown-arrow {
	top: 14px;
	}
	.patient_education .select-style2 {
		margin-top: 0px !important;
	    margin-bottom: 20px !important;
	}
	.radio_grp input[type="radio"]:before {
	    content: "";
	    margin: -3px -1px -1px -2px!important;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li {
	    width: 95%;
	    position: relative;
	    height: 32px;
	    padding: 0;
	    border-bottom: 1px solid #e8e8e8;
	    margin: 0 12px 12px 12px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li:first-child {
	    margin: 12px 12px 12px 12px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li > a {
	    text-decoration: none !important;
	    padding: 0;
	    margin: 0;
	    display: block;
	    border-bottom: 0;
	    width: 91%;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li span.chevronIcon-down {
	    margin-top: -14px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li.active{
		margin: 0;
	    width: 100%;
	    height: 44px;
	}
	
	#mainMenu-nav .mainMenu-list > ul > li.active > a{
		padding: 12px 0;
    	margin: 0 12px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
	#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	    width:320px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
	#deligoIframePopup .frameContainer, #add-new-check-popup .frameContainer {
	    width:375px;
	}
}

#mainFooter.main-footer{
    padding:32px 0 0;
}
.footerCol.middle-custom {
    padding-left: 48px;
}
#mainFooter .footerRight-logo{
    text-align: right;
}
#mainFooter .footerRight-logo img {
    width: 160px;
}
#mainFooter.main-footer .footerRow2{
    padding: 25px 0;
}
#mainFooter.main-footer .footerRow2 p{
    font-size: 11px;
    line-height: 20px;
}
#mainFooter.main-footer .footerRow1 > .footerCol {
    min-height: auto; 
}
#mainFooter .footerRow1 > .middle-custom ul li span:first-child{
    color: #73aed3;
    font-size: 16px;
    margin-right: 10px;
}
#mainFooter .footerRow1 > .middle-custom ul li span.footerIcon img{ 
    width: 20px;
    height: 20px;
    display: inline-block;
}
#mainFooter .footerRow1 > .middle-custom > p {
    font-family: 'NotoSansBold';
    font-size: 14px;
    color: #73aed3;
    margin-bottom: 25px;
}
#mainFooter .footerRow1 > .middle-custom ul li span:first-child {
    color: #73aed3;
    font-size: 16px;
    margin-right: 17px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) {
    padding-top: 30px;
    height: 225px;
}
.image-alignment {
	display: flex;
    padding-left: 50px;
    padding-top: 5px;
}
.lowerFooterRow3{
	clear: both;
	padding-left: 30px;
	padding-right: 20px;
}
.heading-alignment{
	padding-top: 30px;
	padding-bottom: 35px;
	padding-left: 50px;
	color: #bfc4c8;
}
.title-aligment{
	padding-left: 40px;
	padding-right: 0px;
}
.lower-footer-title-alignment {
	padding-left: 30px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) {
    padding-top: 29px;
    padding-left: 35px;
}
/*#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li:last-child {
    margin-bottom: 0;
}*/
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li a {
    font-size: 14px;
    text-decoration: underline;
    cursor:pointer;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(1) ul li a {
    font-size: 14px;
    text-decoration: underline;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3) ul li{
    margin-bottom: 30px;
}
#mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
    margin-bottom: 35px;
    font-family: 'NotoSans';
    font-size: 14px;
}
#mainFooter.main-footer .footerRow1 > .middle-custom ul li span.footerIcon img{
    filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -ms-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
    -webkit-filter: invert(63%) sepia(72%) saturate(228%) hue-rotate(159deg) brightness(91%) contrast(90%);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #mainFooter.main-footer {
        padding: 28px 0 0;
    }
    #mainFooter .footerLogo {
        margin-bottom: 24px;
    }
    #mainFooter .footerLogo img {
        width: auto;
    }
    .footerCol.middle-custom {
        padding: 0 20px;
        /* border-bottom:1px solid #13181d;  */
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) {
        padding-top: 27px;
        /* border-top:1px solid #13181d;  */
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li {
        margin-bottom: 23px;
    }
    #mainFooter .footerRight-logo {
        text-align: left;
        padding: 0 15px;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(2) ul li:last-child{
       margin-bottom: 31px;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:nth-child(3){
        padding:25px 20px 0 20px;
    }
    #mainFooter.main-footer .footerRow1 {
        padding-bottom: 11px;
    }
    #mainFooter.main-footer .footerRow2 {
        padding: 20px 0;
    }
    #mainFooter.main-footer .footerRow2 > .footerCol:first-child{
        margin-bottom:11px;
    }
    #mainFooter.main-footer .footerRight-logo,#mainFooter .footerRow2 > .footerCol:nth-child(2) {
        padding: 0 0px;
    }
    #mainFooter.main-footer .footerRow2 {
        padding: 20px ;
    }
    #mainFooter.main-footer .footerRow1 > .footerCol:first-child{
        padding-left:20px;
        padding-right:20px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px)
{
	#mainFooter .footerLogo img {
    	width: 100%;
	}
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover,.btn-default.focus, .btn-default:focus {
    color: inherit;
    background-color: inherit;
    border-color:inherit;
}

/* .btn.blue-button:hover {
    background: #FFF!important;
    color: #0057a6!important;
    border: 2px solid #0057a6;
} */

.acc-banner div {
    width: 300px;
    height: 250px;
    background-color: #fff;
    margin-top: 32px;
    margin-left: 35px;
    margin-bottom: 32px;
} 

#leftCont-rightNav .content > section.left-section {
    padding: 0 32px;
    border-right: 4px solid #edf6fb;
} 
.quick-links {
	width: 100%;
	padding-left: 0px;
	background-color: #fff;
	margin: 0px
}

@media only screen and (min-width: 1441px) {
	.quick-links {
		/*width: 1280px !important;*/
		padding-left: 0px;
		margin: auto;
	}
	.vacc_cont {
	    margin-left: 140px;
	    margin-right: 140px;
	}
	.shoppe-benifits {
	    padding-left: 53px !important;
	    padding-right: 53px;
	}
	.quick_cont{
		margin-left: 120px;
    	margin-right: 120px;
	}
	.quick-link {
		padding-left: 3px !important;
    	padding-right: 16px;
	}
	.quick-link:nth-child(4) {
	  	padding-right: 20px !important;
	}
}
<!-- US Style Code-->

.header-NoResultOutput{
	 display: None;
}
.home-wrapper-alignment {
	width: 90%;
	margin: 0 auto;
}
.header-NoResultOutput ul{
    position: absolute;
    width: 384px !important;
    right: 0;
    top: 47px;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    min-height: 600px !important;  
    margin: 0;
    display:inline-block !important;
    box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
    -webkit-box-shadow: 0px 5px 8px 0 rgba(23, 114, 183, 0.16);
    -moz-box-shadow: 0 5px 8px 0 rgba(23, 114, 183, 0.16);
}

.header-NoResultOutput ul li{
 	font-weight: bold;
 	text-align:center;
}
.radio_grp{
  display: inline-block;
  width: 100%;
}

.radio_grp input[type="radio"]:before{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 13px;
  border: 1px solid #d4d9de;
  background-color: #FFF;
  display: inline-block;
  margin: -1px;
}

.radio_grp input[type="radio"]:checked:before{
  background-color: #0057a6;
}

.radio_grp label{
  width: 20px;
  height: 18px;
  font-family: "NotoSans";
  font-size: 12px;
  color: #5b646e;
  margin-left: 10px;
  font-weight: normal;
}

.radio_grp .segment_name {
	padding-left: 30px;
	font-family: "NotoSansBold";
  font-size: 12px;
  color: #5b646e;
  margin-left: 10px;
  font-weight: normal;
}

#request-accordion {
	right: 40px !important;
}

#sub-request-accordion {
	right: 38px !important;
}

.sub-location {
	padding-bottom: 5px !important;
}

#sub-level-segment {
	padding-top: 0px !important;
}

 .panel-heading .location {
	padding: 0px !important;
	padding-bottom: 13px !important;
}

.location-input {
	left: 35px;
}
.sub-location-input {
	left: 30px;
}

.maxAllowedLimit{
	display:none;
}
.maxErrorLimit{
	border:1px solid #de1848 !important;
}
.maxErrorLimitTxt{
	color: #de1848 !important;
}


.bottomfooter .items-request a.clear-cart{	
	margin-left:45px;
	color: #5b646e;
}
.addPopover{
	padding: 17px 10px 16px 10px;
    border: 0px;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -75px;
    left: 5px;
    display:none;
    z-index: 1060;    
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}


.addPopover .edit-popover .itemnumb{
	width:90%;
}

.patient-card .product-discontinued-txt1{
	color: #de1848
}
.Patient-Education .addToCart{
	margin: 10px 0px;
}



/*US image Multi Selector */
.multi-image-selector{
    margin-top: 32px;
    margin-bottom: 32px;
}
.multi-image-selector .popup-comp .modal-dialog {
    width: 470px;
}
.multi-image-selector .popup-comp .modal-header{
   /*  background: #ffffff; */
    height: auto;
    padding: 10px;
    border: 0;
}
/* .multi-image-selector img.xzoom3{
    width: 365px;
} */
.multi-image-selector .modal {
    position: fixed;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.multi-image-selector .modal-header .close-modal, .multi-image-selector .modal-header .close-modal-zoom{
    float: right;
    width: 22px;
    height: 22px;
 float: right;
 cursor: pointer;
}
.multi-image-selector .xzoom-container {
    width: 100%;
    display: inline-block;
}
.multi-image-selector .xzoom-thumbs img {
    width: 60px!important;
    height: auto !important;
    max-width: 100%;
}

.multi-image-selector .xzoom-thumbs img.xactive {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    border-bottom: 3px solid #4aaad2 !important;
}

.product-large-image {
    width: 100%;
    text-align: center;
    padding-right: 5%;
    display: block;
 /*   background-color: #f4f7f9; */
  }
  
  .product-large-image img {
    width: 80%;
  }
  
  .product-small-image{
        width: 60px !important;
    height: auto !important;
    margin-top: 7px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid #0057a6 !important;
  }

  .product-popup-image {
    width: 60px !important;
    height: 54px !important;
    margin-top: 7px;
    border: 1px solid #cecece;
    display: inline-block;
    padding: 2px;
    text-align: center;
    cursor: pointer;
  }
  
  .product-small-image img {
    width: 90%;
    height: 100%;
  }

    .product-popup-image img{
        width: 90%;
        height: 100%;
    }
  .active-img{
    border-bottom: 3px solid #4aaad2 !important;
  }

  .fullscreen-image img{
   width: 24px !important;
    position: relative;
    height: 24px !important;
    right: -5px;
	float: right;
    top: -24px;
    bottom: 60px;
  }
  .fullscreen-image.cart_fullscreen img {
    width: 100%;
    position: relative;
    margin-right: 0;
    margin-top: 0;
    float: right;
    right: 0;
    bottom: 60px;
    background: #fff;
}
.pd-zoom img {
    position: unset;
    margin-right: -24px;
    float: right;
    margin-top: -22px;
}
  .imagepopup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .popup-dialog{
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    width: 470px;
    margin: 100px auto;
    position: relative;
  }
  .popup-content{
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    /* border-radius: 6px; */
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.popup-header{   
    background: #ffffff;
    height: auto;
    padding: 10px;
    border: 0;
}

.popup-header .close{
    float: right;
    width: 22px;
    height: 22px;
 float: right;
 cursor: pointer;
}
.popup-body{
    padding: 20px;
    position: relative;
}
.pop{
    background: rgba(0,0,0,0.5);
}

#leftCont-rightNav > aside.right-navigation .multi-image-selector .product-large-image img {
    width: auto!important;
    max-height: 251px !important;
    height: auto !important;
    max-width: 100%!important;
}

 
 .product-popup-large-image{
 width:100%;
	height: 251px !important;
 }
 .xzoom-thumbs{
 text-align:left !important;
 }
 
 .header-alignment {
 	padding-top: 25px !important;
 	color: #bfc4c8;
 	padding-bottom: 25px;
 	padding-left: 30px;
 }
 
 /*saved order css for US start*/
.order_template {
    border-top: 1px solid #d4d9de;
    margin-top: 0px;
    padding-top: 25px;
}
.order_template h6{
    font-size: 20px;
    font-family: "Poppins-Medium";
    color:#5b646e;
    margin-bottom: 18px;
    margin-top: 0px;
}
.order_template p{
    margin-bottom: 20px;
}
.order_template li{
    margin-bottom: 28px;
    position: relative;
}
.order_template a{
    color: #0057a6;
    text-decoration: none;
    cursor: pointer;
}
.mCustomScrollBox {
    max-height: 100% !important;
}
.state-dropdwn .mCustomScrollBox {
	max-height: 261px !important;
}
.dd-role div.dropdown-menu div.open, .dd-hint div.dropdown-menu div.open, .practiceFacility div.dropdown-menu div.open, .shippingState div.dropdown-menu div.open{
	max-height: 100% !important;
}
.sanofi-dropdown-primary.dd-role ul.dropdown-menu, .sanofi-dropdown-primary.dd-hint ul.dropdown-menu, .sanofi-dropdown-primary.practiceFacility ul.dropdown-menu, .sanofi-dropdown-primary.shippingState ul.dropdown-menu{
	max-height: 100% !important;
}

/*saved order css for US end*/

.frmy_img{
	display: inline-block;
	width:284px;
	height:20px;
	text-align:center;
	background-color: aliceblue;
    font-weight: bold;
    padding-top: 2px;
    color: #337ab7;
}

.frmy_img_no{
	display: inline-block;
	width:284px;
	height:20px;
	text-align:center;
	background-color: #FFF;
    font-weight: bold;
    padding-top: 2px;
    color: #337ab7;
}

.frmy_tooltip{
	position:relative;
	display:inline-block
}

.frmy_imgpref{
	height:17px;
}

.frmy_pref{
	font-weight: bold;
	color: #337ab7;
}

.frmy_tooltip .frmy_pref_tttext{
	visibility:hidden;
	width: 218px;
	background-color:#52515a;
	color: #fff;
	text-align:center;
	border-radius:6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left:50%;
	margin-left:-109px;
}
.frmy_tooltip:hover .frmy_pref_tttext{
	visibility:visible;
}
.frmy_tooltip .frmy_pref_tttext::after{
	content:"";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-5px;
	border-width:5px;
	border-style:solid;
	border-color: #52515a transparent transparent transparent;
}

#leftCont-rightNav > section.left-section.pb-2.prod-dtl-sec .frmy_tooltip .frmy_pref_tttext::after{
    left: 37%;
}
#leftCont-rightNav > section.left-section.pb-2.prod-dtl-sec .frmy_tooltip .frmy_pref_tttext{
    margin-left: -85px;
    width:230px;
    padding:5px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #leftCont-rightNav > section.left-section.pb-2.prod-dtl-sec .frmy_tooltip .frmy_pref_tttext::after{
        left: 33.5%;
    }
    #leftCont-rightNav > section.left-section.pb-2.prod-dtl-sec .frmy_tooltip .frmy_pref_tttext{
        margin-left: -95px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #leftCont-rightNav > section.left-section.pb-2.prod-dtl-sec .frmy_tooltip .frmy_pref_tttext::after{
        left: 33%;
    }
    #leftCont-rightNav > section.left-section.pb-2.prod-dtl-sec .frmy_tooltip .frmy_pref_tttext{
        margin-left: -76px;
    }
}
.N_frmy_content{
	color:#de1848;
	width:100%;
	display:inline-block;
}
.N_frmy_det{
	position:relative;
	display:inline-block
}

.N_frmy_link{
	cursor:pointer;
}

.N_frmy_det .N_frmy_text{
	visibility: hidden;
    width: 328px;
    background-color: #ffffff;
    color: #52515a;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9;
    bottom: 150%;
    margin-left: -90px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.product-discontinued-alrt4 .N_frmy_text p {
    margin-bottom: 0px!important;
}

.product-discontinued-alrt4 {
    padding-left: 20px;
}

.quick_order .product-discontinued-alrt4 {
    padding-left: 17px;
    margin-bottom: 8px;
}

/*.N_frmy_det:hover .N_frmy_text{
	visibility:visible;
}*/
.N_frmy_det .N_frmy_text::after{
	content:"";
	position:absolute;
	top:100%;
	left:14%;
	margin-left:-5px;
	border-width:9px;
	border-style:solid;
	border-color: #ffffff transparent transparent transparent;
}

.N_frmy_text p,.sp_content{
	padding: 8px;
    padding-left: 17px;
}

.sp_content{
	color:#337ab7;
}

.cardGroup-B .mb1{
	position:relative;
	top:12px;
}
#product-listing .prodCard-box .prod-card h6.prod-title{
	height:40px;
}
.pdp-dropdown .inner{
	margin-right: 10px;
}
.remove_pad{
	padding-top:0px;
	padding-bottom:0px;
}
.while_dragging{
	position: relative;
    display:none;
    text-align: center;
    height: 160px;
    border-radius: 4px;
    background-color: rgba(239, 242, 245, 0.4);
    margin-bottom: 10px;
    padding-top: 29px;
}

.progress-order{
	
}

.success-order{
	display:none;
}

.failure-order{
	display:none;
}
.popover-cancel-button.white-button:hover, .popover-cancel-button.white-button.active {
    background: #0057a6;
    color: #ffffff;
    border: 2px solid #0057a6;
}
.cntnue-shppng{
	margin-bottom: 12px;
}

/*saved order css for US start*/
.order_template {
    border-top: 1px solid #d4d9de;
    margin-top: 0px;
    padding-top: 25px;
}

.failure-order{
	display:none;
}
.accountCreating .preference-tab {
    padding: 25px 32px 28px 40px;
}
.accountCreating .acc-preference .preference-tab {
    padding: 25px 32px 28px 30px;
}
.accountCreating .preference-tab .accPref-ttle-blk{
	padding-left: 15px;
}
.staticBillingTxt{
    max-width: 75%;
    display: inline-block;
    margin-bottom: 12px;
}

.show-content label > span{
    display: inline-block;
    width: 93%;
}

.inputFileFields{
    width: 39%;
}

.preference-content #tab_3 .contact-details {
    padding-bottom: 16px;
    margin-bottom: 0;
}

.billing-tab#tab_3 .hr-line{
    margin-top: 0px;
}

#tab_3 .Fields-btn-group {
    margin: 8px 0 32px 0;
}

.myacc_process ul li h4 {
    color: #2a343f!important;
}

.myacc_process ul li.myacc_Recurr h4 {
    color: #0057a6!important;
}
.search-value::-ms-clear {
    display: none;
}
.add-order-template ul li >p{
    margin-bottom: 3px;
}

.myacc_process ul li h4 img{
    height: 22px!important;
}

#how-it-works .modal-body > span{
    display: inline-block;
    margin-bottom: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.multi-image-selector .popup-comp .modal-dialog {
	width: 100%;
}
}
/*add-order-template end*/


#conf-email-settings .modal-body{
    min-height: 218px;
}

.conf-email-div{
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.conf-email-div span:nth-child(1){
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
}

.conf-email-div span:nth-child(2){
    display: inline-block;
    width: 100%;
}

#conf-email-settings .modal-footer > button{
    margin-bottom: 12px;
    margin-left: 0;
}

#confirmed-email-settings .modal-body{
    min-height: 270px;
}

#confirmed-email-settings .modal-footer > button{
    margin-bottom: 12px;
    margin-left: 0;
}

.confirmedMsg-div > span{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    margin-left: 4px;
}

.confirmedMsg-div{
    border-bottom: 1px solid #e5e9ec;
    padding: 0px 0px 12px 0px;
    margin-bottom: 12px;
}

.confirmedMsg-div > img{
    display: inline-block;
    margin-top: -4px;
}
.tab_content.billing-tab .radio_grp input[type=radio]{
    vertical-align: top;
}
.tab_content.billing-tab .radio_grp{
  padding-bottom:19px;
}
.preference-content #tab_3 .contact-details{
	    padding-top: 12px;
}
.tab_content.billing-tab .radio_grp > span:nth-child(1){
  float: left;
  width: 14px;
  height: 14px;
}


@media only screen and (max-width: 767px) and (min-width: 320px)
{
    .accountCreating .preference-tab{
        padding: 25px 12px 28px;
    }

    .accountCreating .preference-tab .col-xs-12{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.contact-details .form-group a.ordrCntrctAddEmail{
	display: inline-block; 
	clear: both;
    margin-top: 0;
    padding-top: 0;
}
.ordrCntrctAddEmail{
	padding-top:10px;
}
.mltpl-eml-blk.commonFiledsError .contact-name-error.email-err, .mltpl-mbleNos-blk.commonFiledsError .contact-name-error.mble-nmbr-err,.commonFiledsEmptyError .commonEmptyError,.commonFiledsSelectError .commonSelectError{
	position: static;
	width: auto;
    display: inline-block !important;
}
.mltpl-eml-blk{
    margin-bottom: 10px;
    position: relative;
}
.mltpl-eml-blk .pdp-dropdown, .mltpl-mbleNos-blk .mble-nmbr{
	width: 100%;
	display: inline-block;
}
.mltpl-mbleNos-blk{
	position: relative;
	    margin-top: 10px;
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt{
	position: absolute;
	    margin-top: 5px;
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt{
	/* top: 5px; */
}
.mltpl-mbleNos-blk .ordrCntrctMbleBlkDlt span{
	margin-left: 3px;
}
.mltpl-eml-blk .orderemail.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
	width: 100%;
}
.addEmailtxt{
	margin-top: 10px;
}
.contact-details.contact-data .appendEmail a, .contact-details.contact-data .cntct-mble-nmbr{
    display: inline-block;
    clear: both;
    float: left;
}
.contact-details #saveOrderContactForm .form-group input,.contact-details #saveOrderContactForm .mltpl-eml-blk .pdp-dropdown{
	width: 75%;
}
.contact-details #saveOrderContactForm .mltpl-eml-blk .pdp-dropdown .addEmailtxt{
	width: 100%;
}
.contact-details .form-group a.ordrCntrctEmlBlkDlt{
    right: 20px;
    top: -2px;
}
.contact-details .form-group a.ordrCntrctEmlBlkDlt span{
    margin-left: 5px;
}
.cart-unitPrice .unitCount-comp {
    position: static!important;
    margin-top: -38px!important;
    bottom: 0;
}

#sanofiOnlinePayInfoForm .pay_opt{
	float: left;
	width:100%
}
#sanofiOnlinePayInfoForm .sort-by-region{
	width: calc(100% - 50px);
	margin-bottom: 0;
} 
#sanofiOnlinePayInfoForm .adding-card-checkbox{
	margin-top: 10% !important;
}
#sanofiOnlinePayInfoForm .sanofi-dropdown-sec.btn-group
{
    width: 100%;
    margin-top: 10%;
}
.make_payment #sanofiOnlinePayInfoForm  .pay_opt .sanofi-dropdown-primary {
	width: 100% !important;
    height: 35px;
    margin-top: 0 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ddDisabled{
	
	background-color: rgba(229, 233, 236, 0.4) !important;	
}

.order-history-table .pt-history img, .order-history-table .tablemain-padding img {
    width: auto!important;
    height: auto!important;
    margin-right: 8px;
}
.order-history-table .pt-history img, .order-history-table .tablemain-padding .credit-tooltip {
    margin-left: 5px;
}

#invoice-table {
	margin-top: 0px !important;
}
/*My Accounts schedule payments css starts here*/

@media screen and (min-width: 769px){
	#account_invoice_financials_wrapper {
	padding-left: 7px;
	}
   
    .schedule-payment #example_invoice thead th.oi-invoice-width {	
	    width: 10% !important;
	}
	
	.schedule-payment .adding-card-checkbox {
	    width: 28px;
	}
	.schedule-payment #example_invoice th.oi-amount-balance{
	 width: 12% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-discount{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-payment{
		 width: 10% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-Schdld-payment{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-payment-mtd{
		 width: 15% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-expr{
		 width: 10% !important;
	}
	.schedule-payment #example_invoice th.oi-amount-component-edit{
		 width: 5% !important;
	}	
	.schedule-payment #example_invoice td.align-right{
	text-align:right;
	}
	.schedule-payment #example_invoice td.align-right input{
	text-align:right;
	}
}
/*My Accounts schedule payments css ends here*/



.dltd-ordrs-blk .dltd-savd-ordr {
	background: white;
	border: none;
	margin-bottom: 5px;
	font-family: NotoSans;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
}

.dltd-ordrs-cntnr {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.edit-saved-cart label.Fields-label {
	font-family: NotoSans;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
}

.edit-popover .white-button:hover, .white-button.active {
	background: #0057a6;
	color: #ffffff;
}
span.chevronIcon{
    background: url(../images/icons/chevron-up.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px !important;
}
span.chevronIcon-down{
    background: url(../images/icons/chevron-down.png) no-repeat;
    width: 15px;
    height: 12px;
    display: inline-block;
    background-size: 15px;
    margin-left: 10px;
}

.empty-cart .mCustomScrollbar{
    height: 100% !important;
}
.empty-cart .miniCart-popover .miniCart-list{
    margin-top: 4px !important;
}


#tab_1 .usrData-accPref,#tab_1 .accPref-cmmnctns{
	padding-left: 0 !important; 
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact-details .form-group a.ordrCntrctEmlBlkDlt{
        right: 5px !important;
    }
#registerBilling .billingbutton .radio_grp{
    display: inline-block !important;
    width: 100% !important;
    }
    .billing-address-select label{
       width:100%;
        }
.billing-address-select .radio_grp{
    display: inline-block !important;
    width: 100% !important;
    }
    
    .lower-footer-logo{
    	margin-bottom:130px;
    }
}
.info-title {
	padding-right: 0px;
}

.billing-address-select .radio_grp {
    display: inline-block;
    width: 15%;
}
.checkout-title {
	padding-bottom: 0px !important;
}
.prod-dtl-blk aside.right-navigation .prod-details-img{
    margin-bottom: 20px;
}
.cart_value_added img{
    width: 30px;
    height: 30px;
}

/* conflict remove */
.txtArea-nonResize{
	resize: none;
}
.checkout .left-section .form-control.txtArea{
	height: auto;
	margin-bottom: 5px;
}

.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout{
	margin-bottom: 20px;
    border-bottom: 1px solid #d4d9de;
    padding-bottom: 24px;
}
.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > img {
	margin-right:0;
}
	
.checkout .left-section .sanofi-accordion .panel-heading.checkout-heading .firstLevel-acc-checkout .light-color > span {
    float: right;
    width: 94%;
    margin-top: 0;
    margin-left: 0;
}

.left-section .firstLevel-acc-checkout p.text_indent {
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0;
}


.plp_cart_error_added, .plp_cart_error_added1, .plp_cart_error_added2{
    padding: 17px 10px 16px 10px;
    border: 0px;
    width: 210px;
    box-shadow: 0px 0px 10px rgba(23,114,183,0.2);
    position: absolute;
    top: -65px;
    right: -20px;
    z-index: 1060;
    display: none;
    max-width: 276px;
    font-family: "NotoSans";
    font-size: 12px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    text-align: center;
    color: #5b646e;
    font-weight: bold;
}
.modal.quantity-limit{
	z-index:4100 !important;
}

.quantity-limit .modal-content h5{
	font-size: 16px;
    font-weight: 500;
    font-family: "Poppins-Medium";
    color: #2a343f;
    padding-bottom: 30px;
}

@media only screen and (min-width: 320px ) and (max-width: 767px) {
.plp_cart_error_added, .plp_cart_error_added1, .plp_cart_error_added2{
	right: 0px;
}

#productList-area > section.new-product-section  {
    border-left: 0px solid #edf6fb !important;
    border-bottom: 0px solid #edf6fb !important;
    margin-bottom: 0px;
}

.new-product-section #product-listing .prodList-box {
    border-bottom: 0px solid #edf6fb;
}

#leftCont-rightNav > section.left-section.featured-products-section{
	padding:0;
}

.featured-products-section .carts-section .related-products-cartssection .top-sllrs.slick-carousel {
    height: 91% !important;
}

.featured-products-section .top-sllrs .slick-item {
    height: 100%;
}

.featured-products-section .mini-card .cart_value_added {
    display: inline-block;
    bottom: auto;
    top: 77.6%;
}

#cart-us{
	display:inline-block;
}

}
@media only screen and (min-width: 768px ) and (max-width: 1024px) {
#product-listing .prodCard-box .prod-card .plp_cart_error_added img, #product-listing .prodCard-box .prod-card .plp_cart_error_added1 img, #product-listing .prodCard-box .prod-card .plp_cart_error_added2 img {
    width: auto !important;
    height: 100%;
}
.plp_cart_error_added,.plp_cart_error_added1,.plp_cart_error_added2{
	right: -28px;
}
}

.plp_cart_error_added>.arrow, .plp_cart_error_added1>.arrow, .plp_cart_error_added2>.arrow {
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid rgba(0,0,0,.25);
    bottom: -11px;
    position: absolute;
    left: 50%;
}

.plp_cart_error_added>.arrow:after, .plp_cart_error_added1>.arrow:after, .plp_cart_error_added2>.arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff;
    bottom: 1px;
    position: absolute;
    left: -11px;
}

.plp_cart_error_added > img, .plp_cart_error_added1 > img, .plp_cart_error_added2 > img{
    float: left;
    margin: 1px 0 0 0;
}

.plp_cart_error_added > span, .plp_cart_error_added1 > span, .plp_cart_error_added2 > span{
    float: left;
    width: 76%;
    margin-left: 8px;
    text-align: left;
    padding-top:6px;
}

.page-requestResourcespage #location-select {
   min-width: 350px;
}
@media only screen and (min-width: 994px) and (max-width: 1263px) {
	.page-requestResourcespage #location-select {
		left: 125px; 
	}
}
@media only screen and (min-width: 1264px)  {
	.page-requestResourcespage #location-select {
		left: 65px; 
	}
}

/* conflict remove */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.image-alignment {
	    display: flex;
	    padding-left: 15px;
	    padding-top: 5px;
	}
}
@media (min-width: 1200px) and (max-width: 1440px){

	.quick_cont {
    	margin-left: 40px;
    	margin-right: 40px;
	}
	.quick-link{
		padding-left: 7px !important;
    	padding-right: 7px !important;
	}
	.vacc_cont{
		margin-left:40px;
		margin-right:40px;
	}
	.shoppe-benifits{
		padding-left: 80px !important;
    	padding-right: 57px !important;
	}
}

ul.pagination>li.pagination-prev > a.plpEnable.disabled, ul.pagination>li.pagination-next > a.plpEnable.disabled {
    background: #bfc4c8!important;
    cursor: default!important;
}

.all.accordAllView{
	display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.contact-details #saveOrderContactForm .form-group .radio_grp,.contact-details #pref-cont.form-group .radio_grp #cntctPrefEml{
	width: auto;
	float: left;
    margin-top: 45px;
}
.contact-details #saveOrderContactForm .form-group .radio_grp input{
    width: auto;
    display: inline-block;
    padding: unset;
    height: auto;
}
.contact-details #saveOrderContactForm .form-group .radio_grp+.prefSlctnBlk,.contact-details .form-group .radio_grp+.prefSlctnBlk{
	display: inline-block;
	width: calc(100% - 30px);
	position: relative;
}
.contact-details #saveOrderContactForm .sanofi-dropdown-primary .dropdown-toggle,.contact-details .sanofi-dropdown-primary .dropdown-toggle{
	font-family: NotoSans;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal; 
  padding-left: 10px;
}

.contact-details #saveOrderContactForm .sanofi-dropdown-primary .dropdown-menu{
    width:310px !important;
    min-width: 310px !important;
}


.contact-details #saveOrderContactForm .sanofi-dropdown-primary,.contact-details .sanofi-dropdown-primary {
	    height: 28px;
    padding: 2px;
}
#saveOrderContactForm .prefCntctBlk .form-group .common-error{
    position: unset;
        width: 100%;
    float: left;
}
#saveOrderContactForm .prefSlctnBlk .common-error {
    position: relative !important;
    top: 5px !important;
}
.flu-pdt .text-left {
	margin-top: 105px;
}


#pdp-image-zoom #lens1 > .row{
	margin:0!important;
}

#pdp-image-zoom #lens1 .xzoom3{
	width:98%;
}

#pdp-image-zoom #lens1 .xzoom-container{
	text-align:center;
}

#pdp-image-zoom .modal-dialog{
box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -webkit-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
    -moz-box-shadow: 0 0px 10px 1px rgba(23, 114, 183, 0.2);
}

#pdp-image-zoom .xzoom-container > div > div{
       text-align:center;
}

#pdp-image-zoom .xzoom-container > div > div > img.xzoom3 {
    max-width: 100%;
	width:auto !important;
}

.product-image-formulary .fullscreen-image img {
    right: 0;
	background: #fff;
}


.patient_education_mobile_facet{
	width:100%;
}

.pdp-dropdown .sanofi-dropdown-primary .dropdown.patient_education_mobile_facet{
	width:100%!important;
}

.open.patient_education_mobile_facet > .dropdown-toggle.btn-default,.patient_education_mobile_facet .btn-default.active{
	background:#FFF;
}

.patient_education_mobile_facet div.dropdown-menu{
	z-index: 991;
    height: 250px;
    padding:0;
    margin:0;
}

.patient_education_mobile_facet .slimScrollDiv div.dropdown-menu.open{
	display:inline-block;
}

.patient_education_mobile_facet div.dropdown-menu .inner{
	overflow:hidden!important;
	max-height:initial!important;
}

.patient_education_mobile_facet div.dropdown-menu .inner ul{
	overflow:hidden!important;
	max-height:initial!important;
}

.patient_education_mobile_facet .dropdown-menu>li>a:hover{
	background-color:transparent;
}

.sanofi-dropdown-primary .patient_education_mobile_facet ul.dropdown-menu li.selected {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 340px center!important;
}

.patient_education_mobile_facet .mCSB_inside>.mCSB_container {
    margin-right: 8px;
}

.bolded_mobile_facet > span{
	font-weight:bold;
}

.invoicesTable .oidate-red input[type="text"] {
    width: 80%;
}

#browse-category #bold-color{
	margin-top:12px;
}

@media screen and (max-width: 767px) and (min-width: 319px)
{
	#location-select {
	   text-align: center!important;
	}
	
	#location-sel-popup .panel-heading{
		padding-bottom: 8px!important;
	}
	
	#location-sel-popup .panel-collapse .panel-body{
		padding-top: 0px;
		margin-top:0!important;
		padding-right: 0px;
	}
	
	#location-sel-popup .modal-content > .modal-body > .panel-group {
		text-align: left!important;
	}
	
}
/*items in cart start*/
.items-in-cart h4.modal-title-top20 {
    margin-top: 34px!important;
    margin-bottom: 0;
}
.items-in-cart.popup-comp .modal-dialog {
    width: 529px;
	top: 170px;
}

button[name=saveCartChanges].btn.btn-default.blue-button.disabled{
    background-color: black!important;
    color: #FFF!important;
    border-color: black!important;
}

.items-in-cart.popup-comp .modal-body p {
    text-align: center;
    font-size: 14px;
    color: #5b646e;
    margin-bottom: 0;
    padding: 17px 83px 4px;
}
.items-in-cart.popup-comp .miniCart-foot button{
    margin-bottom: 8px;
    margin-left: 0;
}
/* .btn-default.btn.blue-button:hover, .blue-button:active{
    background-color: #023B6E!important;
    color: #FFF!important;
    border-color: #0057a6!important;
} vax*/
button[name=saveCartChanges].btn.btn-default.blue-button.disabled{
    background-color: #bfc4c8!important;
    color: #FFF!important;
    border-color: #bfc4c8!important;
}
.white-button:hover, .white-button.active {
    background: #ffffff!important;
    color: #0057a6 !important;
    border: 2px solid #0057a6!important;
}
/*items in cart end*/
/*items in cart start*/
@media only screen and (min-width: 320px) and (max-width: 530px) {
    .items-in-cart.popup-comp .modal-dialog {
        width: 100%;
    }
    .items-in-cart .modal-footer .btn+.btn{
        word-break: break-all;
    }
}

@media only screen and (min-width: 320px) and (max-width:360px) {
    .items-in-cart .modal-footer .btn+.btn {
        word-break: break-all;
        white-space: inherit;
        height: auto;
    }
}
/*items in cart end*/

.selectedOpenInvoice{
	display:none;
}
.rename-opt .popover-content{
	height: auto !important;
}

.rename-opt .trash.save-cart + .popover .popover-content .btn{
	width: 100px;
}

#sanofiOnlinePayInfoForm th:nth-child(4) {
    width: 128px!important;
}

#sanofiOnlinePayInfoForm td:nth-child(2) input.inputNonEditable {
    cursor:pointer;
}

#creditform .invoiceDropdown .slimScrollDiv > ul{
	display: inline-block;
    top: 0!important;
    height: 160px!important;
    padding: 0!important;
    border: 0!important;
    margin-top: 0!important;
    margin-left: 0!important;
}

.make_payment #sanofiOnlinePayInfoForm .pay_opt .sanofi-dropdown-primary {
    width: 159px !important;
    height: 28px;
    margin: 0;
    padding: 2px 15px 2px 12px;

}

.commonViewTable .childViewTable span.bs-caret {
	width: auto;
    margin-left: 6px;
}
.commonViewTable .childViewTable span.bs-caret > span.caret {
    float: left;
    width: auto;
    min-width: 10px;
}

.delivary.px1.date-us{
	/* display:none; */
}

#sanofiOnlinePayInfoForm #example_invoice .reservationPopup {
    left: 10px !important;
    top: 0;
}
.btnnewcontinue.btnpaymentinvoice.btn.focus, .btnnewcontinue.btnpaymentinvoice.btn:focus, .btnnewcontinue.btnpaymentinvoice.btn:hover {
    color: #FFF;
}

.featured-products-section .slick-item .mini-card .cart_value_added {
    bottom: inherit;
    top: 77%;
    left:34px;
}

.featured-products-section .top-sllrs .slick-item {
    height: 90%;
}

.order-detail-dashboardView {
    margin-top: -46px;
    float: left;
    width: 100%;
}

h5.dark-color.ff-bold.order-special-instructions{
	margin-top:16px;
}

.checkout .ac-order .print-preview .order-preview p.orderViewDetails{
	font-size:14px!important;
	font-family:"NotoSansBold";
	font-weight:bold;
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
	.checkout .ac-order .print-preview .order-preview p.orderViewDetails{
		min-width:160px;
	}
}

.print-preview .firstLevel-acc .order-location-view label:first-child{
	width:79%;
}

.ac-order .print-preview .firstLevel-acc .order-location-view img{
	vertical-align: top;
    margin-top: 0;
}

.ac-order .print-preview .firstLevel-acc .order-location-view span{
	display: inline-block;
    width: 90%;
}

.contact-details.contact-data .tooltip-inner {
    max-width: 300px;
    padding:12px;
}

.orderemail.bootstrap-select .dropdown-menu.inner.heightNew{
	height:250px!important;
	display:inline-block;
	max-height:max-content!important;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.order-history-table #creditform .dropdown-menu {
	    margin-top: 0!important;
	    margin-left: 0!important;
	    top: 100%!important;
	    min-width: 160px!important;
	}
	
	#creditform .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	    width: 160px;
	}
	
	#creditform .invoiceDropdown ul li a {
	    padding: 10px 0px 13px 0px;
	}
	.print-cart.print-checkout .savings-total {
	    border-bottom: 0px solid #edf6fb;
	}
	
	.order-detail-dashboardView {
	    margin-top: 0;
	}
	
	.print-preview .firstLevel-acc .order-location-view label:first-child {
	    width: 100%;
	}
}

.breadcrumb>li+li:before {
    padding: 0px;
}


.dateRangeDiv .delivary.px1 .select-style2 {
    margin-top: -4px;
    margin-bottom: 16px;
}

.dateRangeDiv .calender .datepicker-days thead tr:nth-child(1):after {
    top: 52px;
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
	.print-preview .firstLevel-acc .order-location-view label:first-child {
	    width: 68%;
	}
	#leftCont-rightNav > aside.right-navigation.sm-pd-15 {
	    padding-right: 15px!important;
	    padding-left: 15px!important;
	}
}
/*cart delete info msg css start*/
@media screen and (max-width: 767px) and (min-width:400px){
	 .fullscreen-image.cart_fullscreen img {
	    bottom: 61px;
	}
}
.info-msg{
    border: 1px solid #edf6fb;
    padding: 20px;
    border-radius: 5px;
    box-shadow: -1px 1px 11px #edf6fb;
    margin-top: 0px;
    margin-bottom: 15px;
    /* position: relative; 
    bottom: -24px;*/
}
.info-msg span{
    color: #0057a6;
}
.info-msg p{
    font-family: 'NotoSansBold';
}
#cartEntryData-cartPage .cart-edit-delete+.popover .popover-content .product_trash {
    margin-top: 16px!important;
}
/*cart delete info msg css end*/

.orderemail.sanofi-dropdown-primary ul.dropdown-menu li.selected {
    background: transparent!important;
}

.product_discont, .product_avail{
	float:right;
}

.N_frmy_det2{
	position:relative;
	
}

.N_frmy_link2{
	cursor:pointer;
}

.N_frmy_det2 .N_frmy_text2{
	visibility: hidden;
    width: 328px;
    background-color: #ffffff;
    color: #52515a;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -199px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.N_frmy_det2:hover .N_frmy_text2{
	visibility:visible;
}

.txtMsg{
	display:inline-block;
	line-height:14px;
}

.N_frmy_link2 + .popover{
	max-width:320px;
}

.N_frmy_link2 + .popover .popover-content {
    padding: 12px;
    margin-top: 0;
    height: auto;
    width:320px;
}

.N_frmy_link2 + .popover .popover-content >  span,.N_frmy_link2 + .popover .popover-content >  span p {
	font-size:12px;
	font-family: "NotoSans";
}

.product_dis_continued{
	float:right;
	width:29%;
	font-family: "NotoSansBold";
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.product_dis_continued{
	float:right;
	width:58%;
}
}

/*cart page desktop alignment css*/
  .modal-header .qty-cls-btn.close img{
    height: auto;
    margin-right: 0px;
    padding-top: 0px;
    }
    
    .checkout .left-section .checkout-details .quantity-popup .table>tbody>tr>td {
    padding: 10px 0 10px 0 !important;
   }
   
   .modal-body.quantity-popup h5 {
    font-weight:bold;
    font-size: 1.5 em;
   }
   
   .modal-body.quantity-popup ul.checkout-details{
   border: none;
   }
   
.checkout .left-section .checkout-details.cartmain .cart-block p.prodQtyLmts{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:5px;
}

.cart-left .checkout-details .cart-block .qly-view-details h2{
	font-weight: normal;
    font-size: 1.2em;
}
.unitCount-comp .cart_error_added.cart-page{
	    left: -45px !important;
	    top: -110px;
	    width: 200px;
}
.unitCount-comp .cart_error_added.cart-page.msgMaxAvlQty{
	    
	    top: -75px;
}
.unitCount-comp .cart_error_added.cart-page.error-one{
    left: -60px !important;
    top: -115px;
    width: 230px;
    height: auto;
    min-height: 100px;
}
.unitCount-comp .cart_error_added.cart-page.error-one > span{
	width:80%;
}

@media only screen and (min-width: 770px) and (max-width: 1024px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -40px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 769px) {
    .unitCount-comp .cart_error_added.cart-page.error-one{
        left: -70px !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 413px) {
	.unitCount-comp .cart_error_added.cart-page.msgMaxAvlQty{
	    
	    top: -30px !important;
	    left: -22px !important;
}
    .unitCount-comp .cart_error_added.cart-page.error-one{
    left: -37px !important;
    top: -68px;
    }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
	.unitCount-comp .cart_error_added.cart-page.msgMaxAvlQty{
	    
	    top: -50px;
	    left: -12px !important;
}
    .unitCount-comp .cart_error_added.cart-page.error-one{
        top: 35px;
    left: -115px !important;
    }
}
.cart_error_added.cart-page > span{
	width:76%;
}
.modal-open .modal.cart-page{
	z-index: 1070;
}

.cartmain li.cart-block .prodQtyLmts1 {
    color: #de1848;
    font-family: NotoSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-top: 5px !important;
}
.qly-view-details a h2{
	line-height:1.5!important;
}
#placeOrderForm .error-validation{
	color:red;
	font-size:12px;
	margin-top: -15px;
}
#placeOrderForm .add-detailsflu .error-validation {
    margin-top: 0px;
}
.tot_right{
	padding-left: 108px;
}


.addToCartRestriction, .addToCartRestriction:hover,.white-button.active.addToCartRestriction,.white-button.addToCartRestriction:hover,.btn.btn-default.blue-button.addToCartRestriction:hover,.btn.btn-default.blue-button.addToCartRestriction:focus,.blue-button.addToCartRestriction:active,.btn.blue-button.addToCartRestriction:hover,.addToCartRestrictionNew,.addToCartRestrictionNew:hover {
    color: #ffffff !important;
    background: #BFC4C8 !important;
    border: none !important;
    cursor:not-allowed!important;
    outline-color:#BFC4C8 !important;
}

.uploadRestriction .upload_restriction_view{
	background: #BFC4C8;
    width: 108%;
    height: 322px;
    position: absolute;
    opacity: 0.3;
    left: -16px;
    margin-top: -24px;
    cursor:not-allowed;
}

.uploadRestriction.uploadnewRestrict .upload_restriction_view{
	width: 96%;
	left: 0;
	margin-left: 16px;
}

#sanofiOnlinePayInfoForm .commonRow:nth-child(1) > label .newSelect{
	position: absolute;
    width: 94%;
    top: 6px;
    margin-left: 0;
}

#sanofiOnlinePayInfoForm .commonRow:nth-child(1) > label{
	padding-top: 44px;
    position: relative;
}

.make_payment #sanofiOnlinePayInfoForm .commonRow:nth-child(1) .pay_opt .sanofi-dropdown-primary{
	margin-left:0;
}

#tab_3.tab_content .Fields-container-default-error .defaultMessage {
    left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .deli_loc {
        padding-left: 0px;
    }
    .date-popup li .data-pad .checkout-data {
        padding-left: 0px !important;
    }
	#add-new-check-popup .wrapper + div {
	    display: inline-block;
	    width: 100%;
	}
	
	#add-new-check-popup .modal-dialog .modal-body .d-flex {
	    padding-top: 0;
	    min-height: 150px;
	}
}


#select-std-paymentmethod .select-items div, #select-std-paymentmethod .select-selected {
    padding: 12px 36px 12px 16px;
}

#select-std-paymentmethod .same-as-selected, .card-details_sp .same-as-selected, .checking-details_sp .same-as-selected{
	background: url(../images/icons/checkmark-blue.svg) no-repeat 98% center!important;
}


.acc-overviewtabs .prodCard-tabs > ul > li {
    font-weight: bold;
    color: #0057a6;
}

.acc-overviewtabs #tab_1 #account_invoice_financials th:last-child{
	/*width:522px!important;*/
	width: auto !important;
}

.acc-overviewtabs #tab_1 #account_invoice_financials tbody td:last-child{
	border-right:0!important;
}

.acc-overviewtabs #tab_1 #account_invoice_financials .dropdown-menu{
	padding:0;
}

.acc-overviewtabs #tab_1 #account_invoice_financials ul li{
	padding:0;
	margin:0;
}

.acc-overviewtabs #tab_1 #account_invoice_financials ul.dropdown-menu li > a{
	padding:13px 0px 12px 12px;
}

.order-detail .checkout .checkout-details.orders-save li {
    border-bottom: 1px solid #d4d9de;
}

.order-detail .checkout .checkout-details.orders-save li:last-child {
    border-bottom: 0px solid #d4d9de;
}

.checkout-details.orders-save li div img {
    padding: 14px 0 0 0;
    margin-right:16px;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
	.checkout-details.orders-save li div img {
	    padding: 0px;
	    vertical-align: middle;
	}
}

.checkout .cart-left .orders-save .checkout-data {
    margin-left: 12px;
}

.checkout-details.orders-save.cartmain .unitCount-comp{
	bottom:initial;
}

.cardExpiryValidation .sanofi-dropdown-primary button + ul{
	height:178px!important;
}

.bank-details .radio_grp label{
	margin-left: 4px;
}

.sanofius-dashboard-page .wht-button.view-res-details-btn{
	background-color: #0057a6;
	color:#FFF;
}

.sanofius-dashboard-page .wt-button:hover,.sanofius-dashboard-page .wht-button:hover {
    color: #fff!important;
}

.bolded_mobile_facet > a > span.text {
    font-family: "NotoSansbold";
}

.save-cart-msg.added-to-cart.order_save_msg{
	display:none;
}

.Well_Connect .just_dial {
    margin-bottom: 12px;
}

.formi_hidden{
	visibility: hidden;
}

.testcart + aside + section .related-products-cartssection .slick-item .mini-card {
    height: 696px;
}

.testcart + aside + section .related-products-cartssection .slick-item .mini-card .minicardGroup-B > form > a{
	position: absolute;
	width: 93%;
	bottom: 24px;
	left: 0;
	left: 18px;
	max-width: 219px;
}

#mainMenu-nav .header-SearchBar .ui-front .header-searchOutput.pop-visible{
	display:inline-block;
}

@media screen and (max-width: 768px) and (min-width: 319px){
	.acc-overview .horizontal-banner {
	    display: inline-block;
	    margin:0;
	}
	
	.acc-overview .horizontal-banner > img{
	    width:100%;
	}
}
.invoice-dropdown .bootstrap-select .dropdown-toggle .filter-option {
	height: auto;
}

.flu-reserv-contact .email-err {
    margin-bottom: 8px;
}

.flu-reserv-contact .addEmailtxt{
	margin-bottom: 8px;
}

.phemail-print{
	display:none;
}

@media print{
	.account-preference-influenza .unitCount-comp .add-units span:first-child {
	    opacity: 1;
	}
	.checkout-item-confirmation li .row {
	    width: 100%;
	}
	.checkout-details li .data-pad {
    	width: 65%;
	}
	.checkout-details li .data-pad + div{
    	width: 20%;
    	float: right;
	}
	.checkout-item-confirmation .unitCount-comp .addUnits-head {
    	margin-bottom: 0px;
	}
	.mngUnits #add-units-count {
    	padding-top: 0px;
	}
	.checkout .cart-left .checkout-data {
	    margin-left: 16px;
	}
	.order-detail .checkout .checkout-details li{
		padding-bottom:25px;
	}
	.checkout-item-confirmation .unitCount-comp.mngUnits{
		right:0;
	}
	.page-orderConfirmationPage #main-container{
	margin:5px 15px 5px 15px;
	width:100% !important;
	}
	.page-orderConfirmationPage .checkout section .sm-float-left{
	width:30%;
	}
	.page-orderConfirmationPage #leftCont-rightNav.checkout .right-navigation{
	width:30% !important;
	}
	.page-orderConfirmationPage #leftCont-rightNav > section.left-section.__web-inspector-hide-shortcut__{
	width:70% !important;
	}
	.page-orderConfirmationPage #leftCont-rightNav.checkout #asideprint{
	float:right !important;
	}
	.page-orderConfirmationPage .firstLevel-acc > div:first-child{
	width:70% !important;
	}
	.page-orderConfirmationPage .checkout section .sm-float-left{
	width:26% !important;
	padding-top:0;
	}
	.page-orderConfirmationPage .print-preview .ship-data > div{
	width:30% !important;
	}
	.page-orderConfirmationPage .print-preview .ship-data > div:last-child{
	width:40% !important;
	}
	.page-orderConfirmationPage .checkout-details li a > h2{
	display:inline-block;
	}
	.page-orderConfirmationPage .threesec-product{
	width:100%;
	}
	.page-orderConfirmationPage .savings-total h3{
	text-align:center;
	padding:10px 10px 0 10px;
	word-break:break-all;
	font-size:22px !important;
	}
	.page-orderConfirmationPage .checkout-data{
	margin-left:12% !important;
	}
	.page-orderConfirmationPage #asideprint .savings-total#savings-total-print{
	position:static !important;
	padding-right:0 !important;
	background-color: #edf6fb !important;
    width: 202px;
    height: 99px;
    padding-right:0 !important;
    padding-left:0 !important;
    margin-left:17px;
    padding-top:0 !important;
	}
	.page-orderConfirmationPage #asideprint .savings-total#savings-total-print span.order-total{
	display:block;
	}
	.page-orderConfirmationPage .savings-total .mb0{ 
	text-align:center;
	padding-top:0;
	}
	.page-orderConfirmationPage .contact-details ul li{
	width:100%;
	margin-top:3%;
	}
	.page-orderConfirmationPage .phemail-print{
	margin-top: -10%;
    display: inline-block;
    float: right;
    width:40%;
	}
	.page-orderConfirmationPage .phemail-print ul{
	float:right;
	margin-right:5%;
	}
	.page-orderConfirmationPage .phemail-print ul li{
	text-align:right;
	padding:7px 0 8px 0;
	color:#5b646e;
	font-size:11px;
	}
	.page-orderConfirmationPage .prodCat-title{
	width: 60%;
    display: inline-block;
    padding: 18px 15px 19px 0 !important;
    color:#73aed3 !important;
    font-size:25px !important;
	}
	.page-orderConfirmationPage .bg-print{
	background-color:#edf6fb !important;
	height:76px;
	width:100%
	}
	.page-orderConfirmationPage .phemail-print img{
	width:24px;
	height:24px;
	vertical-align:bottom;
	}
	.page-orderConfirmationPage .phemail-print li span{
	padding-left:4px !important;
	}
	.page-orderConfirmationPage .left-section .checkout-details .table th{
	padding: 5px 0 5px 5px !important;
    background-color: #73aed3 !important;
    border-right: 1px solid #fff;
    color:#fff !important;
	}
	.page-orderConfirmationPage .left-section .checkout-details .table tr:nth-child(even) td{
	padding: 0 0 5px 5px;
    background-color:rgba(229,233,236,0.4) !important;
    border-right: 1px solid #fff;
	}
	.page-orderConfirmationPage .firstLevel-acc{
	border-bottom:1px solid #edf6fb !important;
	}
	.page-orderConfirmationPage li .pr0 img{
	width:30px !important;
	height:30px !important;
	padding: 5px 0 0 0!important;
	}
	.page-orderConfirmationPage #example1{
	width:100% !important;
	margin:0 auto;
	border-collapse:collapse;
	table-layout:fixed;
	word-break:break-word;
	}
	.page-orderConfirmationPage #example1 thead tr{
	background-color:#73aed3 !important;
	}
	.page-orderConfirmationPage #example1 thead tr th{
	color:#fff !important;
	width:auto!important;
	}
	.page-orderConfirmationPage .npm-bgcolor td{
	background-color:#f4f7f9 !important;
	}
	.page-orderConfirmationPage .payment-method h3{
	font-size:18px !important;
	}
	.page-orderConfirmationPage .contact-details h3{
	font-size:18px !important;
	}
	.page-orderConfirmationPage .datapad-new span img{
	display: none;
	}
	.page-orderConfirmationPage .sanofius-checkout-confirmation .checkout-details h2 {
    	line-height: 0px !important;
	}
	.checkout-table-print-alignment {
	    width: 98% !important;
	}
	#example1 th, td {
	    border-right: 1px solid #549CC9 !important;
	}
	.page-orderConfirmationPage .account-preference-influenza.reports-page .phemail-print{
		display:none;
	}
}
.comp-center-aligned {
	position: absolute; 
	top: 60%; 
	left: 50%; 
	transform: translate(-50%, -50%);

}
.page-orderConfirmationPage .checkout .left-section .checkout-details .table thead tr{
	background-color:#73aed3;
}
.page-orderConfirmationPage .checkout .left-section .checkout-details .table thead tr th{
	padding:14px 15px;
	color:#fff !important;
	border-right:1px solid #fff;
}
.page-orderConfirmationPage .threesec-product{
	width:100% !important;
}


.prod-card span.frmy_img {
    text-transform: initial;
}
@media screen and (min-width: 1024px) and (max-width: 1110px){
	#sanofiOnlinePayInfoForm #example_invoice thead th:first-child {
	    min-width: 128px !important;
	}
	.make_payment .pay_opt .sort-by-region {
	    margin-left: 0px !important;
	}
	.creditDisplayTable#example1 #sort-by-region {
    	width: 185px !important;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .pt-history td:last-child ul.dropdown-menu, .payment-history-table .childViewTable div:first-child ul.dropdown-menu{
     	right:auto !important;
     	left:-180px;
     }
}


.custom-select-fax span.contact-name-error {
    padding-left: 27px;
    padding-bottom: 4px;
}

@media screen and (max-width: 375px) and (min-width: 360px){
	.contact-details .form-group input[type="text"] {
    	width: 247px!important;
    }
    .contact-details .form-group a.ordrCntrctEmlBlkDlt{
		right:0;
	}
}
@media screen and (max-width: 359px) and (min-width: 319px){
	.contact-details .form-group input[type="text"] {
    	width: 206px!important;
    }
    .contact-details .form-group a.ordrCntrctEmlBlkDlt{
		right:0;
	}
}

_:-ms-lang(x), .acc-statement-monthly .blue-btn { margin-right:5px; margin-left:5px; }

_:-ms-lang(x), .cartmain .add-units span:last-child{margin-left:0 !important;}

@media screen and (max-width: 1100px) and (min-width: 1024px){
	.invoicesTable .datatable-row td{
		padding-right:0px;
	}
}


@-moz-document url-prefix() {
  .acc-statement-monthly .main-content .statement-info .table thead th {
  	font-family: 'NotoSans';
  }
  #accountMenu-nav .myAccount-menu > ul > li span.chevronIcon {
    float: right;
  }
}

/* US-6319 */
@media screen and (min-width: 1025px){
	#applyCreditsTable .radio_grp.step_payment{
		padding-top:40px;
	}
	#applyCreditsTable .custom-selectpay .select-selected {
		background-position-x: 98%;
	}
	#applyCreditsTable .custom-selectpay .select-items{
		left:0px;
		margin-top:19px;
		max-width:316px;
		width:316px;
	}
	.payment-history-table .ph_filter_big{
		position:relative;
		left:136px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px){
	#applyCreditsTable .radio_grp.step_payment{
		padding-top:20px;
	}
	#applyCreditsTable .custom-selectpay .select-selected {
		background-position-x: 96%;
	}
	#applyCreditsTable .custom-selectpay .select-items{
		left:0px;
		margin-top:9px;
		width:219px;
	}
	.make_payment #sanofiOnlinePayInfoForm .pay_opt .sanofi-dropdown-primary {
		margin-top:13px !important;
	}
	.invoicesTable .datatable-row td{
		padding-right:0px;
	}
}

@media screen and (min-width: 420px) and (max-width: 768px){
	#sanofiOnlinePayInfoForm .sanofi-dropdown-sec.btn-group {
	    margin-top: 0%;
	}
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span {
    	top: -5px !important;
	}
	.invoice-paymentreview #sanofiOnlinePayInfoForm div.dd-cardNumber div.dropdown-menu {
	    width: 217px !important; 
	}
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span.bs-caret{
		left:-26px;
	}
	#sanofiOnlinePayInfoForm .radio_grp.step_payment{
		padding-top:10px;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px){
	#sanofiOnlinePayInfoForm .radio_grp.step_payment{
		padding-top:12px;
	}
	#sanofiOnlinePayInfoForm .sanofi-dropdown-sec.btn-group {
		margin-top:0px;
	}
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span > span.caret{
		top:0px;
	}
	#sanofiOnlinePayInfoForm .commonViewTable .childViewTable span.bs-caret{
		right:27px;
		bottom:5px;
	}
	.invoice-paymentreview #sanofiOnlinePayInfoForm div.dd-cardNumber div.dropdown-menu {
	    width: 217px !important; 
	}
	.make_payment #sanofiOnlinePayInfoForm .pay_opt .sanofi-dropdown-primary {
		margin-top:13px !important;
    }
    .acnt-overview-wrapper {
        padding-right: 0px;
    }
    .show-all-wrapper {
        clear: both;
        text-align: center;
        padding-bottom: 10px;
    }

}
@media screen and (min-width:319px) and (max-width:767px){
.childViewTable .select-all-offered-xs span{
	width:100% !important;
}
.select-all-offered-xs .switch{
	width:27% !important;
}
.select-all-offered-xs .loc_stat{
	width:100% !important;
}
.locatorTable .loc-switch span{
	float:right;
}
.sanofi-influ-locator .locatorTable:nth-child(3){
    background-color: rgba(229, 233, 236, 0.4) !important;
}
}

#product-listing .prodCard-box .prod-card .prod-description.newproductescription{
	height: auto!important;
    max-height: 74px!important;
    overflow: hidden!important;
}

#product-listing .prodCard-box .prod-card .prod-description.newproductescription .mCustomScrollBox{
	 max-height: 74px!important;
}

#product-listing .prodCard-box .prod-card h6.prod-title{
	height:auto!important;
}

.acc-overview .cart-right-addprod .ad-upload-order {
    padding-left: 0px!important;
    padding-right: 0px!important;
}



/*** Unavailable starts**/
.title-vso h1 {
  font-size: 20px;
  color: #2a343f;
  font-family: "Poppins-medium";
  font-weight: 500;
  margin: 30px 0 18px;
}
.title-vso p {
  font-family: "NotoSans";
  font-size: 14px;
  color: #5b646e;
  margin-bottom: 2px;
}
.title-vso p:last-child {
  padding-bottom: 438px;
}
#leftCont-rightNav > section.title-vso {
  border-bottom: 0px solid #edf6fb;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #leftCont-rightNav > section.title-vso {
    border-right: 4px solid #edf6fb;
  }
  #delivery-date-modal .deli_loc.date_view_pop .cart_shipto.pl0{
    width: 40%;
}
#delivery-date-modal .deli_loc.date_view_pop .ord_date.pr0{
    width: 60%;
}
#delivery-date-modal .deli_loc.date_view_pop .ord_date.pr0 .float-right.delivery-content{
    width:100%;
}
#delivery-date-modal .deli_loc.date_view_pop .ord_date.pr0 .calender .control-group{
    width: 100%;
}
#delivery-date-modal .deli_loc li .delivary-details .control-label {
    width: 50%;
    display: inline-block;
}
}
@media screen and (min-width: 319px) and (max-width: 767px) {
  #leftCont-rightNav > section.title-vso {
    border-right: 0px solid #edf6fb;
  }
  .title-vso p:last-child {
    padding-bottom: 20px;
  }
  #leftCont-rightNav > section.title-vso {
    border-bottom: 4px solid #edf6fb;
  }
}
/*** Unavailable ends ****/
/*** Annual template starts***/
.annual-template .two-tbs,
.upcoming-deliveries .two-tbs {
  box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.2);
  margin-right: -21px;
  margin-left: -21px;
  height: 64px;
}
.annual-template .tbs-top,
.upcoming-deliveries .tbs-top {
  padding-top: 6px;
}
.annual-template .prodCard-tabs ul,
.upcoming-deliveries .prodCard-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.annual-template .prodCard-tabs > ul > li.active {
  border-bottom: 3px solid #0057a6;
  padding-bottom: 39px;
}
.annual-template .prodCard-tabs > ul > li a:hover{
  text-decoration: none;
  border-bottom: 3px solid;
  padding: 20px 0;
}
.annual-template .prodCard-tabs > ul > li {
  width: 161px;
  height: 44px;
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
  float: left;
  padding: 16px 0px 0px 0px;
  color: #0057a6;
  font-size: 14px;
  font-family: "NotoSansBold";
}
.annual-template .tab-links {
  border-bottom: 4px solid #edf6fb;
}
.annual-template .tab-links > ul > li a {
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
  float: left;
  padding: 16px;
  color: #0057a6;
  font-size: 14px;
  font-family: "NotoSansBold";
  text-decoration: none;
}
.annual-template .tab-links > ul > li.active,
.annual-template .tab-links > ul > li:hover {
  border-bottom: 3px solid #0057a6;
}
.yr-template h3 {
  font-family: "Poppins-medium";
  font-size: 20px;
  font-weight: 500;
  color: #2a343f;
}
.yr-template ul {
  list-style: disc;
  color: #5b646e;
  margin-left: 32px;
  width: 706px;
  margin-bottom: 28px;
}
.yr-template {
  padding-top: 20px;
}
.annual-template .blacksvg-row {
  width: 3%;
}
.annual-template .deliveryp {
  padding-top: 3px;
}
.annual-template .torows {
  padding-bottom: 37px;
}
.tb-title {
  border-top: 4px solid #edf6fb;
  margin-right: -20px;
  margin-left: -20px;
}
.tb-title h3 {
  font-family: "Poppins-medium";
  font-size: 20px;
  font-weight: 500;
  color: #2a343f;
}
.tb-title .ttle {
  padding: 0 32px;
}
/*table scroll css*/
.table-scroll {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}
.table-scroll th,
.table-scroll td {
  width: 70px;
  white-space: normal;
  text-align: center;
  border-right: 4px solid #edf6fb;
  padding: 20px 5px;
}
.scr-table {
  background-color: #edf6fb;
  font-size: 14px;
  color: #2a343f;
  font-family: "NotoSansBold";
}
.table-scroll thead,
.table-scroll tfoot {
  background: #f9f9f9;
}
@media(max-width: 786px) {
  .table-wrap {
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 180px;
  }
  .table-scroll table {
    table-layout: fixed;
  }
  .table-scroll tbody tr {
    /* height: 200px; */
  }
  .table-scroll thead tr th:first-child,
  .table-scroll tbody tr td:first-child {
    position: absolute;  /*change this*/
    margin-left: -180px;
    min-width: 180px;
    padding-top: 15px;
    padding-left: 15px;
    /* height: 100%; */
  }
}
.annual-template .main-table .title span {
  color: #0057a6;
  font-family: "NotoSansBold";
  font-size: 12px;
  display: block;
}
.annual-template .main-table .title {
  text-align: left;
  padding: 0 0 0 10px;
  width: 150px;
}
.table-scroll .unitCount-comp .add-units span:last-child {
  margin-left: -7px;
}
.table-scroll .unitCount-comp .add-units {
  margin-bottom: 20px;
}
/* .table-scroll .unitCount-comp {
  margin-top: 20px;
} */
/* .new-prd-table .unitCount-comp {
  height: 85px;
} */
.main-table .total-yr {
  width: 106px;
  border-right: 0px solid #edf6fb;
}
#table-scroll .trash {
  width: 20px;
  height: 23px;
  cursor: pointer;
}
#table-scroll .none {
  border-right: 0px solid #edf6fb;
}
#table-scroll tr:nth-child(even) {
  background-color: #f4f7f9;
}
/* #table-scroll .unitCount-comp .count-total {
  margin-bottom: 20px;
} */
.annual-template #approval_date {
  box-shadow: inset 0 1px 5px 0 #d4d9de;
  border: solid 1px #d4d9de;
  color: #bfc4c8;
  pointer-events: none;
}
.annual-template .changesApproval_date.active #approval_date {
  font-family: 'NotoSans';
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #2a343f;
  pointer-events: visible;
}
.annual-template #approval_date::placeholder {
  color: #bfc4c8;
}
.annual-template .changesApproval_date.active #approval_date::placeholder {
  color: #2a343f;
}
.annual-template .calender .form-horizontal .input-append .add-on {
  pointer-events: none;
}
.annual-template .calender .form-horizontal .input-append .add-on .icon-th {
  background-image: url(../images/icons/calendar_disabled.svg);
}
.annual-template .calender .form-horizontal .changesApproval_date.active .add-on {
  pointer-events: none;
}
.annual-template .calender .form-horizontal .changesApproval_date.active .icon-th {
  background-image: url(../images/icons/calendar.svg);
  pointer-events: visible;
}
.annual-template #browse-category > p {
  font-size: 20px;
}
.annual-template .sanofi-dropdown-sec .form-control.btn {
  height: 44px;
  width: 280px;
}
.annual-template #browse-category {
  border-bottom: 0px solid #edf6fb;
  padding-top: 44px;
  margin-bottom: 50px;
  padding-left: 0;
}
.tb-title .delivery-details {
  width: auto !important;
}
.tb-title .vso-cal {
  margin: 41px 0 60px 35px;
}
.tb-title .delivary-details {
  width: 100%;
}
.tb-title .vso-btn-groups .apprbtn {
  width: 234px;
  height: 44px;
  background-color: #bfc4c8;
  color: #fff;
  font-family: "NotoSansBold";
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #bfc4c8;
  margin-right: 16px;
}
.tb-title .vso-btn-groups .apprbtn.active {
  background-color: #0057a6;
  border: 2px solid #0057a6;
}
.tb-title .vso-btn-groups .resetbtn {
  width: 148px;
  height: 44px;
  background-color: #fff;
  color: #bfc4c8;
  font-family: "NotoSansBold";
  font-size: 14px;
  border-radius: 4px;
  border: 2px solid #bfc4c8;
}
.tb-title .vso-btn-groups .resetbtn.active {
  border: 2px solid #0057a6;
  color: #0057a6;
}
.vso-btn-groups {
  padding: 0 32px;
  margin-bottom: 30px;
}
.new-prd-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
#new-prd-table-scroll {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}
.new-prd-table thead,
.new-prd-table tfoot {
  background: #e5e9ec;
}
.new-prd-table thead tr {
  background-color: #e5e9ec;
  font-size: 14px;
  color: #2a343f;
  font-family: "NotoSansBold";
}
.new-prd-table th,
.new-prd-table td {
  border-right: none;
  width: 70px;
}
.new-prd-table th.fixed-side {
  min-width: 170px;
}
.annual-template .new-prd-table .title span {
  color: #0057a6;
  font-family: "NotoSansBold";
  font-size: 12px;
  display: block;
}
.annual-template .new-prd-table .title {
  text-align: left;
  padding: 19px 0 0 24px;
}
.new-prd-table .blue-button {
  height: auto;
}
.delete-item {
  display: none;
}
#without-saving-popup .modal-dialog {
  width: 530px !important;
  text-align: center;
}
@media screen and (min-width: 319px) and (max-width: 767px) {
	#without-saving-popup .modal-dialog {
	  width: 415px !important;
	}
}
#without-saving-popup .modal-header {
  height: auto;
}
#without-saving-popup .modal-body {
  padding: 20px 80px !important;
}
#without-saving-popup .notification-msg {
  font-family: "Poppins-medium";
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
}
#without-saving-popup  p {
  font-family: "NotoSans" !important;
  font-size: 14px !important;
  color: #5b646e !important;
}
#without-saving-popup .btn {
  margin-bottom: 10px !important;
}
#without-saving-popup .btn + .btn {
  margin-left: 0;
}
#remove-product-popup .modal-body,
#change-request-popup .modal-body,
#remove-product-delivery-popup .modal-body {
  padding: 20px 40px !important;
}
@media screen and (min-width: 319px) and (max-width: 768px) {
  .table-scroll th,
  .table-scroll td {
    background-color: #fff;
    width: 90px;
  }
  .table-scroll th:first-child,
  .table-scroll td:first-child  {
    text-align: left;
  }
  .annual-template .prodCard-tabs > ul > li {
    width: auto;
    font-size: 12px;
  }
  .annual-template .two-tbs {
    box-shadow: 0 0 0px 0 rgba(23, 114, 183, 0.2);
    margin-right: 0px;
    margin-left: 0px;
    height: 50px;
    margin: auto;
    border-bottom: 2px solid #edf6fb;
  }
  .annual-template .prodCard-tabs > ul > li.active,
  #product-listing .prodCard-box .prod-card .prodCard-tabs > ul > li:hover {
    padding-bottom: 24px;
  }
  .annual-template .prodCard-tabs > ul > li {
    margin-right: 21px;
  }
  .yr-template ul {
    margin-left: 16px;
    width: auto;
  }
  .blacksvg-row img {
    width: 19px;
    padding-top: 5px;
  }
  .annual-template .main-table .title {
    padding: 0;
    width: auto;
  }
  /* .table-scroll tr th:first-child,
  .table-scroll tr td:first-child {
    padding: 0;
  } */
  .table-scroll tr th:first-child {
    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.2);
  }
  .table-scroll tr td {
    box-shadow: 0 0 8px 0 rgba(23, 114, 183, 0.2);
  }
  .annual-template .new-prd-table .title {
    padding: 0;
  }
  .annual-template #browse-category {
    text-align: left;
  }
  .annual-template .tb-title .vso-cal {
    margin: 40px 32px 40px 32px;
    text-align: left;
  }
  .tb-title .vso-btn-groups .apprbtn {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .tb-title .vso-btn-groups .resetbtn {
    width: 100%;
  }
  .delete-item {
    display: block;
  }
  .vso-popup .modal-dialog {
    width: 100%;
  }
  .vso-popup .modal-body {
    padding: 20px;
  }
  #remove-product-popup .modal-body,
  #change-request-popup .modal-body,
  #remove-product-delivery-popup .modal-body {
    padding: 20px;
  }
  .acnt-overview-wrapper .three-dot {
      float: right !important;
  }
}
/*** Annual template ends***/

/** upcoming-deliveries Start ***/
.upcoming-deliveries {
  padding: 0;
}
.tab-links {
  background: #ffffff;
  margin-bottom: 5px;
}
.tab-links ul {
  padding-left: 20px;
}
.tab-links ul li {
  float: left;
  margin-right: 5px;
}
.upcoming-deliveries .tab-links > ul > li a {
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
  float: left;
  padding: 16px;
  color: #0057a6;
  font-size: 14px;
  font-family: "NotoSansBold";
  text-decoration: none;
}
.upcoming-deliveries .tab-links > ul > li.active,
.upcoming-deliveries .tab-links > ul > li:hover {
  border-bottom: 3px solid #0057a6;
}
.upcoming-deliveries #leftCont-rightNav .left-section {
  padding: 0;
}
.upcoming-deliveries .delivery-notes {
  padding: 20px 32px;
  border-bottom: 4px solid #edf6fb;
}
.delivery-notes h3 {
  font-family: "Poppins-medium";
  font-size: 20px;
  font-weight: 500;
  color: #2a343f;
}
.delivery-notes ul {
  list-style: disc;
  color: #5b646e;
  margin-left: 32px;
  width: 706px;
  margin-bottom: 28px;
}
.dev-title {
  padding: 0 32px;
}
.dev-title h3 {
  font-family: "Poppins-medium";
  font-size: 20px;
  font-weight: 500;
  color: #2a343f;
  margin-bottom: 30px;
}
.upcoming-deliveries .left-section .sanofi-accordion .panel-heading {
  padding: 27px 32px;
  border-radius: 0;
  clear: both;
}
.upcoming-deliveries .sanofi-accordion .panel-heading .firstLevel-acc {
  padding-right: 25px;
}
.upcoming-deliveries .sanofi-accordion .panel-heading .firstLevel-acc label {
  font-size: 14px;
}
.upcoming-deliveries .sanofi-accordion .panel-heading .firstLevel-acc label span{
  display: inline-block;
  margin-top: 5px;
}
.upcoming-deliveries .accordion-img {
  width: 30px;
  height: 30px;
  float: left;
}
.upcoming-deliveries .cancel img {
  width: 22px;
  height: 22px;
  margin-right: 3px;
}
.upcoming-deliveries .edit-cancel-div {
  text-align: right;
}
.upcoming-deliveries .edit-amend-order {
  color: #0057a6;
  text-decoration: none;
  margin-right: 25px;
}
.upcoming-deliveries .cancel-amend-order {
  color: #0057a6;
  text-decoration: none;
}
.delivery-item .prd-img {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 5px;
}
.delivery-item .prd-title {
  font-family: "NotoSansBold";
  font-size: 14px;
  color: #0057a6;
  display: inline-block;
  margin-top: 10px;
}
.delivery-item .prd-description {
  font-size: 12px;
  color: #5b646e;
  display: block;
}
.delivery-item .unitCount-comp .add-units span:last-child {
  display: inline;
}
.upcoming-deliveries .weekly-commencing {
  border-top: 4px solid #edf6fb;
}
.upcoming-deliveries .panel-group {
  margin-bottom: 0px;
}
.upcoming-deliveries .delivery-item {
  padding: 15px 0;
  margin: 0 auto;
}
.upcoming-deliveries .delivery-item:nth-child(even) {
  background-color: #f4f7f9;
}
.upcoming-deliveries .new-addminus {
  background-color: #e5e9ec;
}
.upcoming-deliveries .sanofi-accordion span.accPlusIcon {
  width: 22px;
  height: 22px;
  background-size: 22px;
  right: 5px;
}

.delivery-notification {
  padding: 30px 0;
  color: #5b646e;
  font-size: 12px;
  margin-bottom: 70px;
}
.delivery-notification .Notify-Symbol {
  display: inline-block;
  width: 100%;
  margin: 0 0 12px 0;
}
.delivery-notification .Notify-Symbol img {
  float: left;
}
.delivery-notification .Notify-Symbol span {
  display: block;
  padding-left: 35px;
}

@media (max-width: 786px) {
  .delivery-item .prd-description {
    margin-top: 10px;
  }
  .delivery-item .prd-img {
    float: none;
  }
  .upcoming-deliveries-amend .delete {
    text-align: right;
    padding-right: 20px;
  }
  .upcoming-deliveries .edit-cancel-div {
      padding-right: 20px;
  }
  .edit-cancel-div span {
    display: none;
  }
  .upcoming-deliveries .panel-group {
      margin-top: 0px;
  }
  .upcoming-deliveries .left-section .sanofi-accordion .panel-heading {
    padding: 15px 20px;
  }
  .upcoming-deliveries .sanofi-accordion .panel-heading .firstLevel-acc label {
    font-size: 12px;
  }
  .upcoming-deliveries .sanofi-accordion .panel-heading .firstLevel-acc label span{
    display: inline;
  }
  .upcoming-deliveries .sanofi-accordion span.accPlusIcon {
    right: 15px;
  }
  .delivery-notification {
    margin-bottom: 10px;
  }
}
/** upcoming-deliveries End ***/

/*** upcoming-deliveries-amend Start ***/
.upcoming-deliveries-amend  #leftCont-rightNav > section.left-section {
  padding: 0 0 35px 0;
}
.upcoming-deliveries-amend  .backto {
  padding-top: 10px;
}
.dev-title {
  padding: 0 32px;
  border-bottom: 4px solid #edf6fb;
}
.amend-products {
  padding: 0 10px;
  margin-bottom: 30px;
}
.upcoming-deliveries-amend .trash {
  width: 20px;
  height: 23px;
  cursor: pointer;
}
.upcoming-deliveries-amend .delete {
  padding-top: 25px;
  display: block;
  text-decoration: none;
}
.upcoming-deliveries-amend .delivery-item {
  padding: 15px 0;
  margin: 0 auto;
}
.upcoming-deliveries-amend .delivery-item:nth-child(even) {
  background-color: #f4f7f9;
}
.upcoming-deliveries-amend  .addnew-product  {
  padding: 0 32px;
  margin: 25px auto;
}
.upcoming-deliveries-amend  .addnew-product h3 {
  font-family: "Poppins-medium";
  font-size: 20px;
  font-weight: 500;
  color: #2a343f;
  margin-bottom: 30px;
}
#browse-category {
  padding: 20px 0;
  height: auto;
  border-bottom: none;
}
.upcoming-deliveries-amend .sanofi-dropdown-sec .form-control.btn {
  height: 44px;
  width: 280px;
}
.upcoming-deliveries-amend .new-product {
  padding: 0 25px;
  margin-bottom: 80px;
}
.new-product .delivery-item {
  border-bottom: 1px solid #d4d9de;
}
.upcoming-deliveries-amend .new-product .blue-button {
  height: auto;
  margin-top: 20px;
}
.upcoming-deliveries-amend  .btn.save-changes {
  width: 150px;
  margin-right: 10px;
  background-color: #bfc4c8;
  border: 2px solid #bfc4c8;
}
.upcoming-deliveries-amend  .btn.save-changes.active {
  background-color: #0057a6;
  border: 2px solid #0057a6;
  color: #fff;
}
.upcoming-deliveries-amend  .btn.cancel {
  width: 150px;
  height: 44px;
  margin-bottom: 0;
  color: #bfc4c8;
  border: 2px solid #bfc4c8;
}
.upcoming-deliveries-amend  .btn.cancel.active {
  background-color: #ffffff;
  border: 2px solid #0057a6;
  color: #0057a6;
}

@media(max-width:786px){
  .upcoming-deliveries-amend .delivery-item > div:first-child {
    margin-bottom: 20px;
  }
}
.quick-view h3 {
  font-size: 20px;
  font-family: "Poppins-medium";
  font-weight: 500;
  color: #5b646e;
}
.quick-view .delivery-calender {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0;
}
.delivery-calender .datepicker-inline {
  width: auto;
  padding: 0;
  display: block !important;
}
.delivery-calender .datepicker-inline .table-condensed {
  border-spacing: 4px;
  border-collapse: separate;
  max-width: 100%;
  color: #2a343f;
}
.delivery-calender .datepicker-inline .table-condensed th.datepicker-switch {
  padding-bottom: 10px;
  padding-top: 10px;
}
.delivery-calender .datepicker-inline .table-condensed th.prev,
.delivery-calender .datepicker-inline .table-condensed th.next {
  visibility: hidden;
}
.delivery-calender .datepicker-days thead tr:nth-child(1):after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
  top: 45px;
}
.delivery-calender .datepicker-days thead tr:nth-child(2):after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
  top: 73px;
}
.delivery-calender .datepicker-days tbody:after {
  width: 94%;
  content: " ";
  border-top: 1px solid #e5e9ec;
  position: absolute;
  left: 3%;
}
.delivery-calender .datepicker-inline .table-condensed td,
.delivery-calender .datepicker-inline .table-condensed th {
  padding: 3px;
}
.delivery-calender .datepicker-inline .datepicker-switch:hover,
.delivery-calender .datepicker-inline .next:hover,
.delivery-calender .datepicker-inline .prev:hover,
.delivery-calender .datepicker-inline tfoot tr th:hover {
  background: none;
}
.delivery-calender .datepicker-inline .table-condensed th.dow {
  font-size: 11px;
  color: #2a343f;
  padding-bottom: 5px;
}
.delivery-calender .datepicker-inline .table-condensed tr td.today,
.delivery-calender .datepicker-inline .table-condensed tr td.today:hover {
  background-color: #0057a6;
  background-image: none;
  color: #ffffff;
}
.quick-view .delivery-calender .delivery-date,
.quick-view .delivery-calender .delivery-date:hover {
  background-color: #73aed3;
  color: #ffffff;
}

.calender-note {
  margin: 0 auto;
}
.calender-note-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.square-blue {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #0057a6;
  margin-right: 10px;
}
.square-light-blue {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #73aed3;
  margin-right: 10px;
}
.square-grey {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #e5e9ec;
  margin-right: 10px;
}

.Viewhidden .datepicker.datepicker-inline{
	display:none!important;
}

.delivary.px1{
	/* display:none; */
}

/* .datepicker-days .delivary.px1{
	display:block;
} */
.future-ship-date-picker .delivary.px1.date-us {
	display: block
}
@media(max-width:786px){
  .quick-view h3 {
    text-align: center;
  }
  .quick-view .calender {
    padding: 0 15px;
  }
  .quick-view .delivery-calender .datepicker-inline .table-condensed {
    border-spacing: 8px;
    width: 100%;
  }
  .quick-view  .delivery-calender .datepicker-inline .table-condensed th {
    width: auto;
    height: auto;
    padding: 4px;
  }
  .quick-view .delivery-calender .datepicker-inline .table-condensed td {
    width: auto;
    height: 32px;
    padding: 8px;
  }
  .delivery-calender .datepicker-days thead tr:nth-child(2):after {
    top: 75px;
  }
}

.sanofius-account-order-detail #reOrderSubmitForm .vso-popup .modal-header{
	height:auto!important;
	}
.sanofius-account-order-detail #reOrderSubmitForm .vso-popup .modal-body p{
	text-align:center;
}
/* SVSP-3354  */
.emptyCart .ad-upload-order {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* US-7137 */

/* US-5932 */
.financial-statement-table .dataTables_wrapper td.table2col1 {
	width:68%;
}

.statementPage .datatable-row .view {
    width: 16% !important;
}

.statementPage .datatable-row .pdf {
    width: 16% !important;
}

.statementPage .datatable-row .sorting_1 {
    width: 68% !important;
}


.acc-overview .paddingSavedCart .ad-product-details {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.acc-overview .line-divider {
    border: 2px solid #edf6fb;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
}

.acc-overview .cart-right-addprod .ad-upload-order {
    padding-left: 24px!important;
    padding-right: 24px!important;
}

.acc-overview .acc-updates{
	padding-left: 40px!important;
    padding-right: 40px!important;
}

.acc-overview .acc-commu-center > div{
	padding-left: 40px!important;
    padding-right: 40px!important;
}

.acc-overview #product-overview-carousel {
    border-bottom: 0px solid #edf6fb;
}

.acc-overview .line-top-sanofi-acc {
    margin-left: -32px !important;
    margin-top: 0px !important;
}

.acc-overview .line-bottom-banner {
    margin-left: -25px !important;
    margin-right: -25px;
}

.acc-overview .line-top-sanofi-new {
    margin-left: -32px !important;
}

.appendPlaceby {
	margin: 0;
}

@media screen and (max-width: 1279px) and (min-width: 768px){
	.acc-overview #product-overview-carousel .slick-carousel .slick-item {
	    width: 33.33%!important;
	}
}

@media screen and (min-width: 1280px){	
	.acc-overview .cartProductSaveDetails #myInputautocomplete-list {
	    width: 390px!important;
	    left: 40px;
	}
}

/* US-5932*/
.btn-default.btn.blue-button.btn-disabled:hover, .blue-button.btn-disabled:active{
    background: #bfc4c8 !important;
    color: #ffffff !important;
    border: none !important;
}

#myInputautocomplete-list .mCustomScrollBox {
    height: auto;
    max-height: 169px !important;
}

@media screen and (min-width:319px) and (max-width:767px){
	.filterByGroup #calendar_to .calender .datepicker.datepicker-inline{
	left:-100px !important;
	}
}

/*Styles for Reports PoC*/
.mstrToolbarWrapper, .mstrPanelPortrait,
#reportDetails_ReportDetailsPanelStyle, #td_mstrWeb_dockLeft, #report_toolbar,
#UniqueReportIDdivLock4 img, #rb_ReportStyleIncrementalFetch_2 {
	display: none;
}
tr.r-h {
    background: #7d4eb1;
    color: #fff;
}
#table_UniqueReportID td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000 !important;
}
/* US -6663 */
#note-popup .modal-dialog {
    width: 530px;
}

#note-popup .modal-header {
    height: inherit;
}

#note-popup .modal-header h4.modal-title-top20 {
    margin: 32px 0 5px;
}

#note-popup .modal-body .d-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    font-size: 14px;
    padding-top: 20px;
}

#note-popup .modal-body .d-flex p:first-child {
    margin-bottom: 25px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #note-popup .modal-dialog {
        width: 100%;
    }

    #note-popup .modal-body {
        height: calc(90vh - 100px);
    }
/* US -6663 */
}

.card-details .slimScrollBar {
    right: 0px !important;
}

.update-node:disabled{
    background-color:#bfc4c8;
}

.img-subtext-numb a {
    color: #5b646e !important;
}

/* :-ms-lang(x), .sanofius-account-order-detail .order-preview{
    margin-top:-7% !important;
} */
#miniCart-popover .locationIcon{
    border-bottom: 1px solid #e8e8e8;
    padding: 7px 0px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	#miniCart-popover .locationIcon{
		min-height: 100px;
	}
}
	
.mt5 {
    margin-top: 5px;
}

#filter-applied .top-pagination .pagination > li > a.plpEnable.disabled{
	/*background:#0057a6!important;*/
}

#browse-category-select ul li > span > a {
    /*display: inline-block;*/
    width: 100%;
}

#applied-filters > span > span.filterRemove {
    margin-left: 12px;
    cursor: pointer;
    background: url(../images/icons/close_w.png) no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px;
    display: inline-block;
}
.input_file-name{
	width:39% !important;
}
.staticBillingTxt a{
	cursor:pointer;
}

.page-paymenthistorypage .starred-text{
    padding-top:29px !important;
}
@media screen and (min-width:319px) and (max-width:767px){
    .page-viewAllLocatorPage .chart-dash .showAll_info{
        text-align:left !important;
        margin-left:0 !important;
    }
    .page-MyAccountInvoicePage .make_payment .order-history-table .ad-files-text{
        float:right !important;
    }
}

ol.breadcrumb li{
	cursor:pointer;
}
ol.breadcrumb li.active{
	cursor:unset;
}
#saveOrderContactForm .custom-select-fax span.contact-name-error {
    padding-left: 0;
    padding-bottom:4px;
    padding-top: 4px;
}

.page-savedOrderDetailsPage .checkout .cart-left .orders-save .checkout-data{
    margin-top:-16px !important;
}
_:ms-lang(x),.page-orderapprovaldetails .sanofius-account-order-detail .savings-total h3{
    padding-top:27px !important;
}

/* Smartedit Fix Start*/
#accountMenu-nav .myAccount-menu > ul:hover > div > div > li .acc-secondMenu {
	display: block;
}

#accountMenu-nav .myAccount-menu > ul > div > div > li:hover .acc-secondMenu {
	display: block;
}
/* Smartedit Fix End*/

/* Saved cart starts */

.svd_crt_tmpl h6{
	font-size: 12px !important;
    font-family: 'NotoSansBold' !important;
    margin-bottom: 8px !important;
}
.svd_crt_tmpl p span{
	font-family:'NotoSansBold';
}
/* Saved cart ends */

@media only screen and (min-width: 320px) and (max-width: 767px) {	
	.page-productDetails .add_to_cart_form .three-columns .blue-button.addToCart{
		width: 100% !important;
	}
	
	.add-units input{
		border: solid 1px #909398;
    }
    .payment-history-table h3 {
        display: inline-block;
    }
    .payment-history-table .ad-files-text {
        display: inline-block !important;
        float: right !important;
        margin-top: 25px !important;
        margin-bottom: 0px !important;
    }
    .commonViewTable span.dropdown.glyph-drpdwn {
        left: 40px !important;
    }
}
.calender [class*="datepicker"].datepicker-switch:before,.calender [class*="datepicker"].datepicker-switch:after{
	display:none;	
}


.page-paymenthistorypage .calender [class*="datepicker"]:before{
	border-bottom-color: rgba(0, 0, 0, -0.9) !important;
}
.pdp-dropdown-account-page ul li:hover,.pdp-dropdown-account-page ul li.active{
	background-color: gray;
    background: url(../images/icons/checkmark.svg) no-repeat;
    background-size: 24px;
    top: 20px;
    background-position-x: 97%;
    background-position-y: 10px;
    padding-left: 10px;
}
@media screen and (min-width:767px) and (max-width:1030px){
	.page-viewAllLocatorPage .ret-btn a{
	    margin:0 !important;
	}
	.add-units input{
		border: solid 1px #909398;
	}
}
#loc_sel_search_txt::-ms-clear{ display:none; }
[data-value="noneASM"] {
	display: none !important;
}
.left-section.multi-loc  {
	min-height: auto;
}
.checkout .left-section.multi-loc .checkout-heading.panel-heading {
    padding: 0 32px 0 32px !important;
}
.checkout .left-section.multi-loc:first-of-type .checkout-heading {
    padding: 33px 32px 0 32px !important;
}
.checkout .left-section.multi-loc:last-of-type .checkout-heading {
    padding: 0px 32px 33px 32px !important;
}
.checkout .left-section.multi-loc .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout {
	    display: flex;
    align-items: center;
}
.checkout .left-section.multi-loc .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout .print-req-date {
	display: flex;
    flex-direction: column;
    text-align: right;
    margin-left: 65px;
}
.checkout .left-section.multi-loc .sanofi-accordion span.accPlusIcon {
	top: 50%;
    transform: translate(0, -100%);
}
.left-section.multi-loc .firstLevel-acc-checkout p.text_indent {
	margin: 0;
}

.icon-th{
	cursor:pointer;
}

.calender .datepicker th.prev.disabled,.calender.historical-orders .datepicker th.next.disabled {
    visibility: hidden;
}

.page-productGrid button.btn.btn-default.blue-button.addToCartPlp, .page-productGrid button.btn.btn-default.blue-button.addToCartRestriction{
left: 0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.page-saveOrder .cart_related-pdp .addtocart_loc {
    position: absolute;
    right: 20px;
    top: 20px;
}

.page-saveOrder .related-products-cartssection ul.slick-dots {
    top: -48px;
}

.productDetailsPageSectionCrossSelling .related-products-cartssection ul.slick-dots {
	top: -44px;
}

.page-saveOrder .related-products-cartssection #location-select {
    padding: 0px 0px 0px 0px;
    min-width: 350px;
    background: transparent;
    box-shadow: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    margin: 0;
}

.page-searchEmpty #filter-by {
    padding: 0;
}

.featureEmpyBeforeLogin .mini-card .minicardGroup-A{
	height:579px;
	max-height:600px;
}

.featureEmpyBeforeLogin .mini-card .minicardGroup-B{
	height:140px;
	position:relative;
}

.featureEmpyBeforeLogin .mini-card .minicardGroup-B .prod-number{
	min-height:36px;
}

.page-searchEmpty .mini-card .minicardGroup-B .prod-number{
	min-height:auto;
}

.page-searchEmpty .unAuthEmptyPage .mini-card .minicardGroup-B .prod-number {
    min-height: auto;
	position: absolute;
    bottom: 70px;
    width: 100%;
}

.featureEmpyBeforeLogin .mini-card .minicardGroup-B .login-btn{
	position:absolute;
	bottom:10px;
}

.bdr-blue {
    border-bottom: 2px solid #e5eff8!important;
}

.pageLabel-accountOverviewPage .acc-banner,
.pageLabel-accountOverviewPageUnify .acc-banner {
	margin-bottom:12px;
}

.prod-description p{
	margin:0;
}

.pageLabel-accountOverviewPage #leftCont-rightNav > section.left-section,
.pageLabel-accountOverviewPageUnify #leftCont-rightNav > section.left-section {
	border-bottom:0;
}

.acc-overview.sanofi-acct-ov #leftCont-rightNav > aside.right-navigation .cart-right-addprod {
    width: 100%;
}

.text-right.sorting_asc,.text-right.sorting_desc{
	padding-right:16px;
}

#accountMenu-nav .myAccount-menu > ul > li:hover span.chevronIcon{
	margin-right: 0px;
    margin-left: 4px!important;
}

.datepicker.datepicker-inline .select-image .select-image-list{
	bottom:4px;
}

@media only screen and (min-width: 320px ) and (max-width: 767px) {
	.productDetailsPageSectionCrossSelling .related-products-cartssection ul.slick-dots {
		top: -70px;
	}
	.checkout .left-section.multi-loc .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout {
	   flex-direction: column;
	}
	.checkout .left-section.multi-loc .panel-heading.checkout-heading .firstLevel-acc.firstLevel-acc-checkout .print-req-date {
		margin-left: 0;
	    text-align: left;
	}
	.checkout .left-section.multi-loc .sanofi-accordion span.accPlusIcon {
		top: 10%;
	    transform: translate(0, -50%);
	}
	.page-savedOrderDetailsPage .checkout .cart-left .orders-save .checkout-data {
	    margin-top: 0px !important;
	}
}
.cart-left #cartEntryData-cartPage  .checkout-details {
    border-bottom: 0px solid #d4d9de !important;
}
.cart-left #cartEntryData-cartPage .panel-group .panel-heading+.panel-collapse>.panel-body{
	border-bottom: 0px solid #d4d9de !important;
}
#miniCart-popover{
	max-height:100% !important;
}
.miniCart-popover .miniCart-list{
	background-color:#fff;
	margin-top:0 !important;
}
.miniCart-popover .miniCart-foot{
	background-color:#fff;
}
@media only screen and (min-width: 992px){	
	#product-listing .prodCard-box .multiples-card:nth-child(3n) .prod-pad.prod-card {
	    border-right: 0!important;
	}
}

/* order details starts*/

.order_dtl_svings{
	margin:1px auto 22px auto;
}
.order_dtl_svings .left-clm{
	text-align:left;
	padding: 5px 7px 5px 8px !important;
	font-size:12px;
	font-family: 'Poppins-medium';
}
.order_dtl_svings .right-clm{
	text-align:right;
	padding: 5px 7px 5px 8px !important;
	font-size:12px;
	font-family: 'Poppins-medium';
}
.order_dtl_svings .bgclr{
	background-color: #f4f7f9;
    height: 36px;
}
.order_dtl_svings .nobdr{
	border-right:0px solid #fff !important;
}

/* order details ends*/


@media only screen and (max-width: 1024px){	
	#main-container {
	    margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767px){	
	.acc-overview.sanofi-acct-ov aside .acc-banner div {
	    margin-left: -2px;
	}
}

/* SVSP-3628 */ 
.save-cart-hover {
    display: none;
}

@media screen and (min-width:319px) and (max-width:767px){
	.N_frmy_det .N_frmy_text::after{
	     left:19% !important;
	}
	.N_frmy_det .N_frmy_text{
	     margin-left: -100px !important;
	}
}

.page-myDoumentsPage .global-alerts{
	margin-top: -21px !important;
    clear: both !important;
    margin-bottom: 57px !important;
}

.prod-pad .cardGroup-B p.prodQtyLmts,.cartmain li.cart-block .prodQtyLmts1 {
    margin-bottom: 0;
    font-size:12px;
    min-width:180px;
}

.qly-view-details h2,.cart-left .checkout-details .cart-block .qly-view-details h2{
	font-weight:100;
	font-size:12px;
}

@media print{
	.page-cartPage .unitCount-comp .cart_error_added.cart-page.msgMaxAvlQty div{
		display:none;
	}
	.page-cartPage .unitCount-comp .cart_error_added.cart-page.msgMaxAvlQty img{
		display:none;
	}
	.page-cartPage .unitCount-comp .cart_error_added.cart-page.msgMaxAvlQty span{
		display:none;
	}
	.page-cartPage .print-checkout .savings-total{
	  word-break: break-all;
	}
	.page-cartPage .print-cart.print-checkout .savings-total h3 span{
	   word-break: break-all;
	   display:block;
	}
}
.container.content_list .review-location#ship-loc .addtocart_loc{
	margin-left:45px
}
@media screen and (min-width: 320px) and (max-width: 768px){
.container.content_list .review-location#ship-loc .addtocart_loc{
	margin-left:0px ;
	padding:0px;
}
}	
.empty-err {
    margin-top: 5px;
}

#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde{
	padding: 29px 32px;
}

#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde h4{ 
font-family: Poppins-Medium;
font-size: 14px;
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: 1.29;
letter-spacing: 0.5px;
color: #2a343f;
  }


#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div.phone img{
	width: 21px;
	height: 21px;
	margin-right: 10px;
}

#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div.request-support img{
	margin-right: 10px;
}
#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div.support-center p{
	margin-bottom:0;
}
#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div.support-center{
	padding-top: 7px;
	margin-bottom: 15px;
}
#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div.request-support{
	padding-top: 12px;
}
#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div{
font-family: NotoSans;
font-size: 12px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.5;
letter-spacing: normal;
color: #5b646e;
}
#leftCont-rightNav.checkout .right-navigation.saveOrdr-asde div.request-support a{
color: #0057a6;
}

.mini-card.mini-card-empty-product .minicardGroup-A {
    min-height: 300px;
}

.mini-card.mini-card-empty-product .minicardGroup-B .prod-number {
    min-height: 30px;
}

/* .slick-carousel.pdp-related-product.slick-slider .mini-card-empty-product .cardGroup-B.Contract-Group {
    height: 370px !important;
} */
.page-requestResourcespage #location-sel-popup .modal-body .panel-heading{
 margin: 0;
 }
 
 
.emptyPDPLoginView.third-col{
	padding-left:0;
}

.emptyPDPLoginView.third-col .blue-button.login-btn{
	max-width:220px;
	border-radius: 4px;
}

#cookiepolicypopup .modal-body span{
      font-size: 14px;
}
#cookiepolicypopup .modal-content {    
    text-align: center;
}
#cookiepolicypopup .modal-dialog {
    width: 529px;
}
#cookiepolicypopup .modal-body {
    padding: 43px;
}

#creditform .commonRow.invoiceDropdown li:first-child {
    display: none;
}
#cookiepolicypopup {
 display: none !important;
}

.prod-card .add_to_cart_form .product-discontinued-txt1 {
    margin: 4px 0 0 0;
    width: 100%;
    display: inline-block;
}

@media only screen and (min-width: 320px ) and (max-width: 767px) {
      #cookiepolicypopup .modal-body {
          height: 77%;
      }
      #cookiepolicypopup .modal-body .cookiessbody{
            display: table;
            height: 100%;
      }
      #cookiepolicypopup .modal-body .cookiessbody span{
            display: table-cell;
            vertical-align: middle;
      }     
      #cookiepolicypopup .modal-content {
      height: 100%;
      }
      #cookiepolicypopup .modal-dialog {
            width: 100%;
      }
      #delivery-date-modal .deli_loc li .delivary-details .control-label {
        width: 50%;
        display: inline-block;
    }
    #delivery-date-modal .deli_loc li .delivery-content{
        width: 100%;
    }
}
@media print{
	.pageLabel-accountOverviewPage .acc-statement-monthly .main-content,
    .pageLabel-accountOverviewPageUnify .acc-statement-monthly .main-content {
	    display:unset !important;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px){
	#creditform .commonRow.invoiceDropdown .dropdown-menu {
	    top: 45px !important;
	}
	
	#creditform .commonRow.online-invoices .sort-by-region {
	    margin-top: -10px;
	}
}

.product-image-formulary .product-small-image {
    border: 0px;
}
.product-image-formulary .product-small-image {
    border: 1px solid #cecece;
}
#loading-order .modal-content,#loading-request .modal-content{
	height:193px !important;
}
.page-transactionaldata .order-history-table .childViewTable:first-child{
	font-weight:bold;
}
.savings-nav{
      position:fixed;
      width:100%!important;
      top:80px;
      background:#FFF;
      left:0;
      height:auto;
      z-index:990;
}

.savings-nav .savings-total{
      margin-top:0px;
      margin-bottom:0;
      padding-bottom:0;
}

.savings-nav .savings-total > span{
	margin-right:12px;
}

.savings-nav .savings-total h3{
      width:auto;
      display:inline-block;
      padding-top:0px;
}

.savings-nav .savings-total button{
      margin-bottom:18px;
      width:auto;
      display:inline-block;
}

.page-editFluCheckoutPage .influenza-step1.influstep3 .savings-nav .savings-total p.est-savings, .page-editFluCheckoutPage .influenza-step1.influstep3 .savings-nav .savings-total .discount {
    margin-bottom: 0;
    margin-top:0!important;
}

.page-editFluCheckoutPage .savings-nav .savings-total button{
	margin-bottom:12px;
	min-width: 160px;
    margin-right: 8px;
	height:45px;
}

.page-editFluCheckoutPage .influenza-step1.influstep3 .savings-nav .savings-total button + .discount {
	margin-bottom:8px;
}

#leftCont-rightNav.checkout .right-navigation.savings-nav {
    display: inline-block;
    width: 100% !important;
}

.page-fluCategoryPage .savings-nav .savings-total p.est-savings,.page-fluCheckoutPage .savings-nav .savings-total p.est-savings{
    margin-top: 0px;
    margin-bottom: 0px!important;
}

.page-fluCategoryPage .savings-nav .savings-total > span,.page-fluCheckoutPage .savings-nav .savings-total > span{
	width:100%;
	display:inline-block;
	margin-top:4px;
}

.page-fluCategoryPage .savings-nav .savings-total .discount,.page-fluCategoryPage .savings-nav .savings-total .orderTerms {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.page-fluCategoryPage .savings-nav .savings-total .est-total,.page-fluCheckoutPage .savings-nav .savings-total h3,.page-checkoutPage .savings-nav .savings-total h3{
	margin-top:12px;
	width:100%;
	margin-bottom:4px;
}

.page-fluCheckoutPage .savings-nav .savings-total .discount{
	margin-bottom:0!important;
	margin-top:0!important;
}

.popover{
	z-index:989;
}

.page-checkoutPage .savings-nav .savings-total h3 + p{
	padding-top:0;
}

.page-checkoutPage .savings-nav .savings-total input[type="button"]{
	height:44px;
}


@media screen and (min-width: 769px){
	.page-fluCategoryPage .savings-nav .savings-total button[type="button"],.page-fluCheckoutPage .savings-nav .savings-total button[type="button"],.page-checkoutPage .savings-nav .savings-total button[type="button"],.page-checkoutPage .savings-nav .savings-total input[type="button"]{
		width: 16%!important;
	    margin-top: 0;
	    margin-bottom: 0!important;
	}
}

@media screen and (max-width: 768px){
	.page-fluCategoryPage .savings-nav .savings-total button[type="button"],.page-fluCheckoutPage .savings-nav .savings-total button[type="button"],.page-checkoutPage .savings-nav .savings-total button[type="button"],.page-checkoutPage .savings-nav .savings-total input[type="button"]{
		width: 100%!important;
	}
}

.cartVal-nav{
	position:fixed;
	width:100%!important;
	top:80px;
	background:#FFF;
	left:0;
	height:auto;
	margin:0;
	z-index:990;
	box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
	-webkit-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
	-moz-box-shadow: 0 0px 5px rgba(23, 114, 183, 0.2);
	padding-top:8px!important;
	padding-bottom:8px!important;
}

.cartVal-nav #cart-value1,.cartVal-nav .edit-save-option.renamed-edit{
	display:none;
}

.cartVal-nav #locationQuantityUpdateEdit,.cartVal-nav .saveOrderRename.save_rename{
	width: 100%;
    text-align: center;
}

.cartVal-nav #locationQuantityUpdateEdit .button-combo {
    margin-left: 12px;
    margin-top: 8px;
}

@media screen and (max-width: 767px){
	.page-savedOrderDetailsPage #locationQuantityUpdateEdit,.page-savedOrderDetailsPage .saveOrderRename.save_rename{
		width: 100%;
	    text-align: center;
	}
	
	.page-productDetails .product-details .prod-calcbox {
	    width: 100%;
	}
}

@media screen and (max-width: 992px) and (min-width:768px){
	
	.page-productDetails .product-details .prod-calcbox {
	    width: 75%;
	}
}
#request-support-popup .Fields-label + .pdp-dropdown .dropdown.bootstrap-select {
    margin-bottom: 5px;
    padding: 0;
    border: 0;
}

#request-support-popup .bootstrap-select .pdpViewEnabled + .open.dropdown-menu {
    display: inline-block;
}

#request-support-popup .open.dropdown-menu li{
	padding:0;
}

#request-support-popup .open.dropdown-menu li a{
	padding:13px 12px;
}
.page-patientEducation #filter-applied {
	min-height:0px
}	
#paymentHistory li.active {
    background-color: gray;
    background: url(../images/icons/checkmark.svg) no-repeat;
    background-size: 24px;
    top: 20px;
    background-position-x: 97%;
    background-position-y: 10px;
}
    
.creditDisplayTable .invoiceDropdown span.caret {
    transform: translate(0px, -35%);
    background: url(../images/icons/chevron-down.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    border: 0 !important;
}

#loading-financial-invoice .reserve-text{
    font-family: 'Poppins-medium';
    font-size: 20px;
    color: #0057a6;
    font-weight: 500;
    text-align: center;
    padding-top: 45px;
}
#loading-financial-invoice .progress2{
    padding: 0px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
   
}
#loading-financial-invoice .progress-moved .progress-bar2{
    width: 99%;
    background-color: #EF476F;
    animation: progressAnimation 6s;
}
#loading-financial-invoice .progress-bar2{
    height: 4px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#08afff, #0057a6);
    transition: 0.4s linear;
    transition-property: width, background-color;
}
@media screen and (max-width: 767px) and (min-width: 320px){
.pageLabel-accountOverviewPage  .acc-order-details,
.pageLabel-accountOverviewPageUnify  .acc-order-details {
	border-top: 0px solid #edf6fb;
}
.pageLabel-accountOverviewPage .sectiotopline,
.pageLabel-accountOverviewPageUnify .sectiotopline {
	border-top: 4px solid #edf6fb;
}
}

.save-document a img {
    margin-bottom: 4px;
}
.save-document .save-cart img{
    width: 26px;
    height: 19px;
    margin-bottom: 6px;
}
.save-document .clear-cart img{
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}
.save-document .xls_cart img{
    width: 17px;
    height: 18px;
    margin-bottom: 7px;
}
.replist {
    display: inline-block;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.requestSupport-cartPage{
	cursor:pointer;	
}

.page-details-variants-select .inner.open > ul.dropdown-menu.presentation-menu {
    position: relative;
}

.page-details-variants-select-component .dropdown-menu.open {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}

.header_container #headerLoginSection {
    min-height: 360px;
    padding: 0 33px 20px 33px;
    height: auto;
}

.page-details-variants-select-component .inner.open{
	margin-right:0;
}

.page-details-variants-select-component .slimScrollDiv > .dropdown-menu {
    display:inline-block;
    top:0;
    z-index:10;
}
.page-details-variants-select-component .sanofi-dropdown-primary ul.dropdown-menu a.product_data li.selected {
    color: #5b646e!important;
    background: url(../images/icons/checkmark-blue.svg) no-repeat 95% center!important;
}

.page-details-variants-select-component .sanofi-dropdown-primary ul.dropdown-menu a.product_data li {
    color: #5b646e!important;
}

.cart-view-change .middle-row, .cart-view-change .op-inv-pmnt {
    margin-top: 0px!important;
}
@media screen and (max-width: 767px) and (min-width: 320px)
{
	.op-inv-pmnt a:first-child {
	    float: none!important;
	}
}

.checkout-details.orders-save li div.unitCount-comp img {
    padding: 0;
}

#browse-category-select .slimScrollDiv {
    border: 1px solid #e8e8e8;
    z-index:999;
}

#product-facet #browse-category-select .slimScrollDiv ul.dropdown-menu{
	display:inline-block;
	z-index:9;
}
#multiple-quantity-limit-popup .content,#groupRestrictionUpdateQuantityForm .content {
    display: inline-block;

}


/** US-11440 **/
.order_onhold_container {
    border-left: 3px solid #ff0000;
    padding-left: 33px;
}

.order_onhold_container .sanofiAlertComponent_text{
    padding-left: 48px;
}

.order_onhold_container .sanofiAlertComponent_text .beforesince{
   margin-bottom: 16px;
}

.order_onhold_container .warning-text_bold{
	font-weight: 600;
    font-size: 14px;
    padding-left: 13px;
}

.commonRow .inputNonEditable{
    width:100%;
}

.product_desc_note{
	padding-left: 20px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.note_product{
    display: inline-block;
    margin-left: 0px;
}

.quantity-limit .modal-dialog {
    width: 660px;
}

.quantity-limit .modal-content h5 {
    padding-bottom: 0;
}

.updateDlvryHrs .spinner-border{
	margin-right: 6px;
}

.page-productGrid button.btn.btn-default.blue-button.addToCartRestriction {
	background: #bfc4c8 !important;
	opacity: 0.65;
}

.Delivery-Date-Common .common-delivery-zone .popover-content {
    font-size: 12px;
    font-family: 'NotoSans';
    width: auto;
    max-width:200px;
}

.page-profile .preference-content-user-data .popover {
    left: 198px !important;
}

.page-waitlistPage .Delivery-Date-Common .common-delivery-zone .popover-content {
    font-size: 12px;
    font-family: 'NotoSans';
    width: auto;
    max-width: 170px;
    padding-right: 7px;
    padding-left: 29px;
}

.page-waitlistPage .common-delivery-zone .popover-content:before{
	left:6px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.page-productGrid .productnewTabs .sanofi-dropdown-primary ul.dropdown-menu.viewList, .page-productGrid .productnewTabs .sanofi-dropdown-primary ul.dropdown-menu {
	    top: 44px!important;
	}
}

@media print{
	.page-orderConfirmationPage #leftCont-rightNav.checkout .right-navigation .savings-total {
	    width: 100% !important;
	}
	
	.page-orderConfirmationPage .order_onhold_container{
		width: 100% !important;
	}
	
	.page-orderConfirmationPage .sanofius-checkout-confirmation .checkout-details .product_status .checkout-data.pl-print {
	    padding-left: 5.5% !important;
	}
}

.top-sllrs .prodDescChosen .mCustomScrollBox.mCSB_inside>.mCSB_container {
    padding-right: 12px;
}

.productInfo-red .productInfoMedLineRed{
	margin-top:8px!important;
	display:inline-block;	
}

.checkout-details li a > h2.title_pop_h2{
	display:inline-block;
}
a.focus_anc:focus{
	text-decoration:none;
}				  

.Fields-input.input-disable{
	/* us migration */
	background-color:#d4d4d4;
}

.page-saveOrder .productDetailsPageSectionCrossSelling .related-products-cartssection .cart_related-pdp .slick-carousel .slick-item .mini-card .product-discontinued-txt1 {
    margin: 12px 0 0 0 !important;
    line-height: 16px;
    font-size: 12px;
    clear:both;
}

.page-saveOrder .productDetailsPageSectionCrossSelling .related-products-cartssection .cart_related-pdp .slick-carousel .slick-item .mini-card button[data-target="#location-sel-popup"] + .product-discontinued-txt1,.page-editFluOrderConfirmationPage .related-products-cartssection .cart_related-pdp .slick-carousel .slick-item .mini-card button[data-target="#location-sel-popup"] + .product-discontinued-txt1 {
    display: none;
}

.page-saveOrder .save-cart-view-page .slick-carousel .minicardGroup-B form .unit-calc + button[data-target="#location-sel-popup"],.page-editFluOrderConfirmationPage .slick-carousel .minicardGroup-B form .unit-calc + button[data-target="#location-sel-popup"],.page-editFluOrderConfirmationPage .slick-carousel .minicardGroup-B .unit-calc + form button[data-target="#location-sel-popup"] {
    position: absolute;
    bottom: 23px;
    left: auto;
}

.page-editFluOrderConfirmationPage .slick-carousel .minicardGroup-B form .unit-calc + button[data-target="#location-sel-popup"]{
	width:87%;
}

#newUserMigration.popup-comp .modal-dialog {
    		width: 689px;
		}

		#newUserMigration .modal-body span.normalTxt {
		    font-family: "NotoSans";
		    font-size: 14px;
		    font-weight: normal;
		    color: #5b646e;
		    display: inline-block;
		    width: 100%;
		    margin-bottom: 12px;
		    text-align: center;
		    border-bottom:1px solid #EEEEEE;
		    padding-bottom:20px;
		}

		#newUserMigration .modal-body {
		    margin-bottom: 10px;
		    padding: 20px 80px;
		}

		#newUserMigration .modal-body span.black{
			color: #000;
			font-family: "NotoSans";
		    font-size: 14px;
		    font-weight: normal;
		    display: inline-block;
		    width: 100%;
		    margin-bottom: 16px;
		    text-align: center;
		}

		#newUserMigration .modal-body span.questionsTxt{
			font-family: "NotoSans";
		    font-size: 14px;
		    font-weight: normal;
		    color: #5b646e;
		    display: inline-block;
		    width: 100%;
		    text-align: center;
		    margin-top:10px;
		}
/* //us migration */

#myInputautocomplete-list span.qck-ordr-srhText-one{
	white-space: pre-line!important;
	display:block;
	color:#5b646e;
	cursor:pointer;
	font-weight:400;
}
.qck-ordr-srhText-two{
	font-weight: bold;
	color: #000000 !important;
}

.page-saveOrder .save-cart-view-page .slick-item.slick-slide {
    position: relative;
}

.page-saveOrder .featured-products-section .slick-carousel .slick-item .minicardGroup-B form button{
	left:15px;
}

.page-saveOrder .top-sllrs .sanofi-dropdown-primary ul.dropdown-menu li {
    margin-right: 0;
}

.searchSpellingSuggestionPrompt {
    padding: 12px 0 0px 20px;
}

.slick-carousel .minicardGroup-A .miniCard-img + .card-content {
	display:none;
}

.page-productDetails .pdp-related-product.slick-carousel .slick-item .sanofi-dropdown-primary ul.dropdown-menu li.selected {
    background: url(../images/icons/checkmark-blue.svg) no-repeat 192px center!important;
}

footer.sanofi-footer .popover,footer.sanofi-footer .popover-content {
    width: auto;
    height: auto;
}

footer.sanofi-footer .popover-content .replist{
	height:auto;
	max-height:200px;
}

footer.sanofi-footer .popover-content .replist .mCustomScrollBox{
	max-height:200px!important;
}

.ao-popup .account-order-popup .panel-heading .firstLevel-loc label{
	color: #5b646e;
}

.ao-popup .account-order-popup .panel-heading label input + p{
	font-family: 'NotoSansBold';
    margin-bottom: 3px;
}

.page-sanofiOrderDetailpagedetail .ao-popup .account-order-popup .panel-heading p {
    padding: 5px 0 0 0px;
}

.season .conf {
    background: url(../images/confirm.png) no-repeat center right;
}

@media print{
	.page-sanofiOrderDetailpagedetail .checkout-details li .data-pad .checkout-data > .product_txt_cart:first-child{
		margin-top:0!important;
	}
	
	.page-sanofiOrderDetailpagedetail .product_status > .row.row-20:nth-child(2) {
	    margin: 0;
	}
}

.page-sanofiOrderDetailpagedetail .checkout-details li .data-pad {
    padding-right: 48px;
}

.create-resturn-form-desc{
	font-family: "NotoSans";
    font-size: 14px;
    line-height: 20px;
    color: #2a343f;
    margin: 30px 23px 20px
}

.generic_name_txt_view > div >strong {
    padding: 0;
    margin: 0;
    color: #5b646e;
    font-weight: 400;
    font-size: 12px;
    font-family: 'NotoSans';
}

.sanofi-dropdown-primary.shippingState ul.dropdown-menu {
    max-height: 250px !important;
}

.sanofi-dropdown-primary.shippingState .slimScrollDiv ul.dropdown-menu {
    max-height: 100% !important;
}

.pdt-category#browse-category .sanofi-dropdown-sec > button {
    overflow: hidden;
    padding: 0 6px;
}

.pdt-category#browse-category .sanofi-dropdown-sec .form-control.btn .dropdown-arrow{
	background-position: center center;
    position: absolute;
    right: 0;
    background-color: #FFF;
    height: 100%;
    top: 0;
}

.popover-content {
    font-family: "NotoSans"!important;
}

.generic_name_txt_view span{
	font-size:12px!important;
}

.pageLabel-accountOverviewPage .order_history tr td:nth-child(2) span.poBreak,
.pageLabel-accountOverviewPageUnify .order_history tr td:nth-child(2) span.poBreak {
    word-break: break-word;
}


.save-cart-view-page.featured-products-section .slick-item .mini-card .cart_value_added {
    bottom: 78px;
    top: initial;
}

.cartNewVisible .datepicker.datepicker-inline{
	visibility:hidden;
}

@media (max-width: 992px) and (min-width: 767px){
	.page-productGrid .active > div {
	    display: inline-block;
	}
}

@media (max-width: 767px) and (min-width: 320px){
	#newUserMigration.popup-comp .modal-dialog{
		width:100%;
	}
	
	#newUserMigration.popup-comp .modal-header{
		height:auto!important;
	}
}

#leftCont-rightNav.checkout .right-navigation.ready-to-res {
    border-left: 4px solid #edf6fb;
}

.right-navigation.my-acc-aside.influstep3 {
	border-left: 4px solid #edf6fb;	
}

.left-section.Well_Connect {
	min-height: 506px !important;
	border-bottom: none !important;
}

.imp-notice-txt{
    text-align:right;
    display: block;
    color:#de1848;
    margin-right: -30px;
    font-weight: 600;
}
.ord-imp-notice{
    text-align:right;
    display: block;
    color:#de1848;
    font-weight: 600;
}

.with-contract{
    margin-top:-10px;
    padding-bottom:5px;
    float: right;
}

.without-contract{
    padding-top:10px;
    padding-bottom:5px;
    float: right;
}

.with-contract-conf{
    margin-top:-10px;
    padding-bottom:5px;
    float: right;
    margin-left: 70px;
}

.without-contract-conf{
    padding-top:10px;
    padding-bottom:5px;
    float: right;
    margin-left: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	p > .impcheck{
		text-align: left;
		width: 100%;
	}

	p > .imp-ordercheck{
	    		text-align: left;
        		width: 100%;
        		padding-left: 30px;
	}

    .wc-iph{
        margin-top: 5px;
        float: none;
    }
    .wc-iph-conf{
            margin-top: 5px;
            float: none;
            margin-left: 0px;
        }
}

.influstep3.tempSavingNav {
	border-left: 4px solid #edf6fb;	
}

.pop1{
	top: 100px !important;
}

.conshp{
 margin-bottom:8px !important;
}

.phone_nr_style{
	white-space: nowrap;	
}

.clearCart{
	font-size: 12px;
	color: #0057a6;
}

#cartNotificationPopup .miniCart-foot{
	text-align: center;
}

.alignrow{white-space:nowrap;}

.cgalign{width:30% !important;
    text-align: center;
    }

@media screen and (min-width: 319px) and (max-width: 767px){
	.linealign{white-space:normal !important;}
}

@media print {
    .alignrow{white-space:normal !important;}

    .tpalign{
        color: #fff!important;
        border-right: 1px solid #fff!important;
        font-family: "NotoSansBold"!important;
    }

    .talign{
        border: 1px solid #549CC9!important;
        background-color: #549CC9!important;
    }

    .cgalign{width:0% !important;}
    .taalign{ width:95%!important;}
    .pralign{word-break: break-word !important;min-width:20px;}
}


.txtbord{border: 1px solid red !important;}

#cartNotificationPopup .miniCart-foot {
text-align: center;
}

.vicart{
	margin-left: -15px;
	margin-top: 8px;
	}

.popover-cancel-button.white-button-cal {
    background: #fff;
    color: #0057a6;
    border: 2px solid #0057a6;
}

@media screen and (min-width: 319px) and (max-width: 900px){
	.adj{height:auto!important;}
}

.prod-grid-banner{
	display:flex;
	margin:20px;
	height:387px;
	padding: 0px !important;
	background: #ffffff !important;
}

#main-container .prod-grid-banner a{
	display:contents;

}

#main-container .prod-grid-banner img{
	    width: 100% !important;
	    height: 387px;
	    vertical-align: top;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .prod-grid-banner {
    	height: 421px !important;
	    padding: 0px !important;
	    margin-bottom: 70px !important;
	    background: #ffffff !important;
    }
    #main-container .prod-grid-banner img{
	    width: 100% !important;
	    max-height: 351px;
	    vertical-align: top;
	}
}

#main-container .horizontalBanner img{
    width: 100% !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	#main-container .horizontalBanner img{
    	height: 139px;
		}
}

/***** FP-1065 ********/
.restMasg_Add .err_lastyear{
    font-size:12px;
    text-align: center;
    padding-left: 56px;
    font-family:'NotoSansBold';
    color: #5b646e;
    font-weight:400;
}
.restMasg_Add .prev_year_error{
    border-bottom: 1px solid #e1d9d9;
}
.restMasg_Add .err_warning{
    position:absolute;
    margin-top:-4px;
}
.restMasg_Add .err_close{
    position: absolute;
    width: 12px;
    height: 23px;
    right: 0;
    top: -10px;
    cursor:pointer;
}
.restMasg_Add.prevQnty{
    top: -170px !important;
    height:200px !important;
}
.restMasg_Add .chk_qts{
    font-size: 15px;
    font-family: 'NotoSansBold';
    padding-left:70px;
}
.restMasg_Add.prevQnty .marg_less{
    margin-top:6px;
}
.restMasg_Add.prevQnty hr{
    margin:0px;
}
/***** FP-1065 ********/


.commitmentPagination .pagination{
	float:right;
}

.commitmentPagination .pagination>li{
	cursor:pointer;
}

.commitmentPagination .pagination>li > a{
	background:#0057a6;
}

.commitmentPagination .pagination>li > a.disabled{
	background:#bfc4c8;
	cursor:default;
}

.commitmentPagination .pagination>li>a.pageNext span.chevronIconWhite {
    width: 15px;
    height: 15px;
    background-size: 15px;
    transform: rotate(-90deg);
    vertical-align: middle;
    position: relative;    
}

.commitmentPagination .pagination>li>a.pagePrev span.chevronIconWhite {
    width: 15px;
    height: 15px;
    background-size: 15px;
    transform: rotate(90deg);
    vertical-align: middle;
    position: relative;
}

.commitmentPageBg{
	background:#FFF;
	opacity:0.3;
	width:100%;
	height:100%;
	position:absolute;
	z-index:999;
}

.commitmentPageLoader{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1000;
}

#loading-financial-invoice.commitmentPageLoader .reserve-text{
	padding-top:156px;
}

.commitmentPageCount{
	float:right;
	margin:20px;
	padding-top:4px;
}

.commonViewTable .childViewTable span > span.dropdown.glyph-drpdwn.three-dot {
    float: none;
}

.commonViewTable .childViewTable span > span.dropdown.glyph-drpdwn.three-dot.open > .dropdown-menu{
	margin-top:0!important;
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
	.pageLabel-accountOverviewPage .prodCard-tabs2,
    .pageLabel-accountOverviewPageUnify .prodCard-tabs2{
	    width: 100%;
	}
}

.js-facet.filterByGroup.Categoryhide_cat{
	display:none;
}
.alert-msg-info{
   color:#de1848 !important;
   font-weight: 600;
}
.contact-details .orderRow{display: flex;}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact-details .orderRow{display: block;}
}
.contact-details .orderRow .order2{order: 2;}
.contact-details .orderRow .order1{order: 1;}


.pass_tt.mail{
top: -11px;
left: -8px!important;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .cartButtons .save-cart-hover {
        left: -4px!important;
    }
    .cartButtons .mail-hover{
        left: -54px !important;
    }
    .pageLabel-messageHistoryPage .cartButtons .mail-hover {
        left: -53px !important;
    }
    .pageLabel-messageHistoryPage .cartButtons .save-cart-hover {
            left: -4px !important;
        }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .cartButtons .save-cart-hover {
        left: -46px!important;
    }
    .cartButtons .mail-hover{
        left: -86px !important;
    }
    .pageLabel-messageHistoryPage .cartButtons .mail-hover {
            left: -86px !important;
        }
        .pageLabel-messageHistoryPage .cartButtons .save-cart-hover {
                left: -48px !important;
            }
}
@media only screen and (min-width: 1024px) and (max-width: 1150px){
    .cartButtons .save-cart-hover {
            left: -39px!important;
        }
         .cartButtons .mail-hover{
                left: -86px !important;
            }
            .pageLabel-messageHistoryPage .cartButtons .mail-hover {
                    left: -86px !important;
                }
        .pageLabel-messageHistoryPage .cartButtons .save-cart-hover {
                        left: -48px !important;
                    }
}
#upldProgressPopup .modal-body .cont-help-link,
#upldProgressPopup .modal-body .mainLogoHolder{
	width:33%
}
#upldProgressPopup .modal-body #mainFooter .footerMyacc-btn{
	margin-top:90px;
}
.page-sanofiGlobalError .content .err_center{
	font-size:15px;
}


.unify-volume-discount-popup .table-responsive .volume-display-table {
    width: 60%;
    margin: 0 auto;
}

.unify-volume-discount-popup .table-responsive .volume-display-table tbody tr td {
    font-size: 12px;
    font-family: "NotoSans", Arial, sans-serif;
    color: #2a343f;
    border-right: 0px solid transparent !important;
}

.unify-volume-discount-popup .table-responsive .volume-display-table tbody tr {
    background-color: #edf5fa;
    border-bottom: 2px solid white;
}

.unify-volume-discount-popup .unify-button {
    width: 100%;
    margin: 25px 0 15px 0;
    height: 44px;
}

.j-unify-volume-discount-carousal-popup-link {
    position: relative;
    bottom: 6px;
}

.online-support {
    padding: 0 35px !important;
}

#online-support-header {
    border-bottom: 4px solid #F4F2F6 !important;
}

.online-support-header-span {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}


.download-header {
    font-weight: bold;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .online-support iframe {
        width: 40vw;
        height: auto;
        aspect-ratio: 16/9;
    }
}

.document-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: column;
}

.content .panel-body p {
    margin-top: 20px !important;
}

.document-container > .document-info {
    margin-right: 5%;
    margin-bottom: 10px;
    font-size: 13px !important;
}

.online_support .left-section .main-header {
    font-family: "Poppins-Medium";
    font-size: 20px;
    border-bottom: 1px solid #edf6fb;
    padding-bottom: 10px;
}

.online-support-header-span .header-NoResultOutput ul {
    width: 100% !important;
    min-height: 0px !important;
}

.online-support-header-span .content-search-box>.ui-front {
    position: relative;
}
.online-support-header-span .content-search-box .ui-autocomplete {
    display: block;
    width: 100% !important;
    left: 0px !important;
    position: absolute;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.online-support-header-span .content-search-box .ui-autocomplete li {
    margin-bottom: 5px;
}


.online-support-header-span .header-NoResultOutput ul {
    width: 100% !important;
    min-height: 0px !important;
}

.online-support-header-span .content-search-box>.ui-front {
    position: relative;
}
.online-support-header-span .content-search-box .ui-autocomplete {
    display: block;
    width: 100% !important;
    left: 0px !important;
    position: absolute;
    background: #ffffff;
    padding: 20px;
    z-index: 1000;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    text-align: left;
}

.online-support-header-span .content-search-box .ui-autocomplete li {
    margin-bottom: 5px;
}

.tools_resources .left-section div.content ul {
    padding-left: 12px;
}

.searchPage > .online-support {
    width: 71%;
}

.searchPage {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

.back-to-onlinesupprot {
    margin-top: 74px;
}

.help-center-asaid {
    padding-top: 40px;
    padding-bottom: 20px;
}

.online-support-main {
    padding-bottom: 0px;
}

#productList-area > .helpCenter {
    padding-top: 40px;
}

.header-help-center {
    margin-top: 65px !important;
}

.header-help-center-0 {
    margin-top: 20px !important;
}

.panel-body > iframe, .panel-body > video {
    margin-bottom: 40px;
}

.download-block-horizontal {
    border-top: 1px solid #C9C9C9 !important;
}

.download-block:first-child {
    border-top: none;
}

.online_support > #productList-area > .helpCenter {
    border-left: 4px solid #F4F2F6;
    margin-left: -4px;
}


.online_support .helpCenter .wellc_accor .collapseAll {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.online-support .download-block .file-info p {
  font-size: 14px !important;
  font-weight: 400;
}

.online-support .download-block .download-block-filename a {
  color: #0d0d0d;
  font-weight: 700;
  font-size: 16px;
}

.online_support .helpCenter .wellc_accor h6,
.online_support .acc-title h3 {
  display: inline;
  font-weight: 700;
  font-size: 32px !important;
}

.online_support .acc-title h3 {
  display: block;
  margin-bottom: 20px;
}

/*#online-support-header {
  border-bottom: 20px solid #f4f2f6 !important;
}*/

.online-support .page-link {
  font-size: 16px;
  font-weight: 700;
}

.content-category-label {
font-size: 18px !important;
}

.online-support-cat {
font-size: 14px !important;
}

.viewAllText {
vertical-align: middle;
font-size: 16px;
font-weight:bold
}

.search-value {
font-family:inherit !important;
}

.online-support-header-span .js_search_button .searchIcon {
    position: relative;
    top: 4px;
}

a.view-all-content {
    margin-bottom: 10px;
}

.online-support .wellc_accor ul {
    margin-left: 20px !important;
}

.online-support .wellc_accor ul li {
    font-size: 12px;    
    font-family: inherit;
    line-height: 2;
    list-style: disc;
    padding: 0;
}

.online-support .wellc_accor li:before {
    background: none !important;
}

.wellc_accor .sanofi-accordion .panel-body p {
    line-height: 1.6;
}

@media print {
    .WatsonAssistantChatHost {
        display: none!important;
    }
    .chatbot-talk-bubble {
        display: none!important;
    }
}
.product-container-group .inventory-groupd-slider-holder {
  width: 300px;
  position: absolute;
  right: 0;
  top: 12% !important;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.selected-btn {
      border: 1px solid #946dbf !important;
      background-color: #946dbf !important;
      color: #ffffff !important
}
#Overnight.minusQty,#Overnight.plusQty {
    display: none !important;
}
.inventory_product_ndccode{
   margin-top: 10px;
}
.order-detail.account-preference-influenza .tab {
    width: 1280px;
}
.page-orders .order-detail.account-preference-influenza .tab {
    margin-left: -20px;
}
.cursorDisable{
    cursor: not-allowed;
}
.account_invoice_financials ul{
    min-height: auto !important;
}
#deligoIframePopup {
  z-index: 10000 !important;
}
