.pd_wraplist li a:before {
    content: '';
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 5px;
    background-size: 100% 100%;
    left: 0;
    transition: 1s;
}
.pd_wraplist li a {
    font-size: 17px;
    text-decoration: none;
    transition: 1s;
	position: relative;
	padding-left: 12px;
}
.pd_wraplist li
{
    transition: 1s; 
	display: inline-block;
	width: 100%;
}
ul.pd_wraplist {
    padding: 0;
    column-count: 3;
	margin-left:15px;
	list-style-type: none;
}
#therapeutic li a:before {
    content: '';
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    width: 6px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 25px;
    background-size: 100% 100%;
    left: 0;
    transition: 1s;
}
#therapeutic {
	column-count: 4;
}
#therapeutic li a {
    padding: 20px 0px 20px 12px;
    display: block;
    line-height: 20px;
	border-bottom:1px solid #17469e;
}

.pd_wraplist li:hover  {
    padding-left: 2px;   
}
.ui-accordion .ui-accordion-content {
    height: auto !important;
}
.ui-accordion .ui-accordion-content p {
    margin: 0px;
    padding: 0px;
	line-height:22px;
}
/* .pd_wraplist li a:hover::before{
    left: 10px;
} */
.pagination{
	margin:35px 0px;
}
ul.inline-order li
{
    display: inline-block;
	text-align:center;
}
.ml-0
{
    margin-left: 0;
}
.pl-0
{
    padding-left: 0;
}
.gen-name{
	font-size:15px !important;
	font-weight:300;
}
.generic-name{
	margin-bottom:0px;
}
.orderList ul li a {
    text-decoration: none;
    height: 25px;
    font-size: 16px;
    width: 25px;
    display: block;
    margin: auto;
    border-radius: 50%;
    line-height: 25px;
    border: 1px solid #17469e;
}

.orderList ul li a.active,
.orderList ul li a:hover {
    background-color: #17469e;
    color: #fff;
}
.products-container {
    margin: 0 auto;
}
ul.unstyle {
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    margin: 0;
}
ul.unstyle div.thumb {
    width: 30%;
	overflow:hidden;
}
ul.unstyle li > a > div {
    float: left;
	box-sizing:border-box;
}
ul.unstyle div.desc p,
ul.unstyle h5 {
    margin: 0;
}
p.text-gray {
    color: gray;
    font-size: 17px;
}
.product-display li.single-item {
    overflow: hidden;
    background-color: aliceblue;
    max-height: 110px;
    position: relative;
}
span.product-next-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
span.product-next-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #005AAB;
    background-color: #c3dff7;
    padding: 0px 20px;
}
li.single-item div.desc {
    padding: 15px 7px 15px 15px;
	width:70%;
}
li.single-item a {
    display: block;
    overflow: hidden;
}
.product-display ul li {
    width: 47%;
    float: left;
    margin-bottom: 20px;
    box-shadow: 1px 1px 0.1em #aaa;
    -webkit-box-shadow: 1px 1px 0.1em #aaa;
    -moz-box-shadow: 1px 1px 0.1em #aaa;
    -o-box-shadow: 1px 1px 0.1em #aaa;
}
.product-display ul li:nth-child(odd){
    margin-right: 30px;
}
li.single-item div.thumb img {
    transition: 0.5s;
	padding:8px;
	box-sizing:border-box;
	background-color:#999999;
	display:block;
}

.product-display ul li:hover img{
    transform: scale(1.3);
}
li.single-item:hover {
    background-color: #458CCC;
}

li.single-item:hover a,
li.single-item:hover p.text-gray,
li.single-item:hover h5
{
    color: #fff;
}

/* Single Product */
.product-container {
    margin: 0 auto;
}
.product-inner a
{
    font-size: 18px;
}
.mb-0
{
    margin-bottom: 0;
}
.mt-1px
{
    margin-top: 1px;
}
.product-slider .single-item img
{
    width:100%; 
    height: auto;
}
.product-slider
{
    max-width:100%;
    overflow: hidden;
}
ul.slick-dots {
    margin-bottom: 35px;
}
section.top{
    position: relative;
}
.socialShare {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 25px;
}
.socialShare a:not(.downloadPDF) {
    color: transparent;
    position: relative;
    font-size: 0px;
    display: inline-block;
    margin-right: 5px;
}
.socialShare a:not(.downloadPDF):hover{
    color: transparent
}
.socialShare a::before {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    color: white;
    font-family: fontawesome;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    transition: 0.3s;
}

.socialShare a:hover::before
{
    opacity: 0.6;
}

.socialShare a.icon-facebook::before{
    content: '\f09a';
    background-color: #3b5998;
}
.socialShare a.icon-twitter::before{
    content: '\f099';
    background-color: #1da1f2;
}
.socialShare a.icon-linkedin::before{
    content: '\f0e1';
    background-color: #0275B1;
}

.socialShare a.icon-print::before{
    content: '\f02f';
    background-color: #aaa;
}
.socialShare a.icon-email::before{
    content: '\f0e0';
    background-color: #ea4335;
}


.downloadlink {
    display: inline-block;
    /* background: #ddd; */
    line-height: 11px;
}
.inline-share.BEShare {
    display: inline-block;
}

.downloadlink a:visited{
    color: white;
}
.downloadlink a {
    background-color: red;
    color: #fff;
    padding: 5px;
    line-height: 20px;
    display: block;
    margin-bottom: 9px;
    position: absolute;
    top: 0;
    right: 0;
}
.downloadlink a:hover
{
    color: white;
    opacity: 0.6;
    transition: 0.3s;
}
.w-100
{
    width: 100%;
	box-sizing:border-box;
}
.w-100 {
    min-width: 100%;
}
.ui-autocomplete .ui-menu-item{ 
	font-size:13px;
	padding:7px 10px;
	font-weight:400;
}
.ui-accordion .ui-accordion-header {
    margin: 10px 0 0 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #17469e;
    background: #17469e;
}
/*------ condition for 480px ------------------------------------*/
@media screen and (min-width: 480px) and (max-width: 767px) {

.product-display li.single-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0 !important;
}
	
ul.pd_wraplist {
    padding: 0;
    column-count: 2;
	margin-left:15px;
	list-style:outside disclosure-closed;
}
#therapeutic {
	column-count: 2;
}
.socialShare {
    position: relative;
}
}

/*------ condition for 320px ------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 479px) {

.product-display li.single-item {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0 !important;
}

ul.pd_wraplist {
    padding: 0;
    column-count: 1;
	margin-left:15px;
	list-style:outside disclosure-closed;
}
#therapeutic {
	column-count: 1;
}
.socialShare {
    position: relative;
}
.gen-name{
	font-size:12px !important;
}
}

@media print
{
    section.accordionSection div.ui-accordion-content
    {
        display: block !important;
    }
}