/*font face*/

.dark-red {
  color: #cc0000;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ralewaylight';
    src: url('fonts/raleway-light-webfont.eot');
    src: url('fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-light-webfont.woff2') format('woff2'),
         url('fonts/raleway-light-webfont.woff') format('woff'),
         url('fonts/raleway-light-webfont.ttf') format('truetype'),
         url('fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald-regular.eot');
    src: url('fonts/oswald-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular.woff2') format('woff2'),
         url('fonts/oswald-regular.woff') format('woff'),
         url('fonts/oswald-regular.ttf') format('truetype'),
         url('fonts/oswald-regular.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
 font-family: 'roboto_condensedregular';
 src: url('fonts/robotocondensed-regular-webfont.eot');
 src: url('fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotocondensed-regular-webfont.woff') format('woff'), url('fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light.eot');
    src: url('fonts/oswald-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-light.woff2') format('woff2'),
         url('fonts/oswald-light.woff') format('woff'),
         url('fonts/oswald-light.ttf') format('truetype'),
         url('fonts/oswald-light.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*end font face*/

body{ 
  background:url(../images/body_bg.png) repeat left top;
}

.container .proaxilcontent {
    display: none;
    padding :0px 0 0 0;
}

.proaxil{
    color: #2317ab;
    cursor: pointer;
    font-size: 18px;
    margin: 0 0 0;
    padding: 0 0 5px 0;
    text-align: left;  
}

.read_less{
    color: #2317ab;
    cursor: pointer;
    font-size: 18px;
    margin: 0 0 0;
    padding: 0 0 5px 0;
    text-align: left;
}


a {
  color:#999999; 
  text-decoration:none;
}

a:hover { 
  transition: all 0.5s ease-in-out 0s; 
  text-decoration:none; color:#000000;
}

.mainwrapper{
  margin:0 auto;
}

.topline{
  background:#000000; 
  padding:10px 0px; 
  width:100%;
}

.logo {
  float:left; 
  margin:12px 0px; 
  width:260px !important; 
}

.hdrright{
  float:right; 
  margin:12px 0;
}

.topleft ul{
  margin:0; 
  padding:0; 
  list-style:none;
}

.topleft ul li{
  display:inline-block; 
  padding-right:18px; 
  margin-right:18px; 
  border-right:1px solid #868686;
}

.topleft ul li a{
  color:#868686;
}

.topleft ul li:hover a, .topleft ul li.active a{
  color:#ffffff;
}

.topright{
  text-align:right;
}

.topright h4{
  font-size:16px; 
  color:#ffffff;
}

.last{
  border:none !important; 
  margin:0px !important; 
  padding:0 !important; 
  background:none !important;
}


.offr_right{
  display:inline-block; 
  vertical-align:middle; 
  width:auto; margin-left:20px;
}

.offr_right h1{
  font-size:30px; 
  color:#cc0000;  
  font-family: 'oswaldbook';
}


.contentleft{
  background:#f9f9f9; 
  border:1px solid #f5f5f5; 
  padding:15px;
}

.catmenu{
  margin-bottom:15px;
}

.catmenu h2{
  background:#cc0000; 
  border-radius:5px; 
  padding:10px; 
  color:#ffffff; 
  font-family: 'roboto_condensedregular'; 
  text-transform:none; 
  margin-bottom:5px;
}


.catmenu ul {
  padding:0; 
}

.catmenu li {
  list-style-type: none;
}

.catmenu ul li a{
  border-bottom:1px dashed #9f9f9f; 
  color:#000000; line-height: 12px; 
  display:block; font-size:16px;
}

.catmenu ul li:hover a{
  color:#000000;
}

.catmenu ul ul li a {
  color: #000000 !important;
  text-decoration: none;line-height: 17px;display: block;
  padding: 0 5px 0 15px;transition: all 0.15s;
  font-size:14px;
  font-family: 'ralewayregular';
  border:none;
}

.catmenu ul ul li a:hover {
  color:#000000 !important;
}

.catmenu ul ul {
  display: bolck;
}

.new{
  color:#d11400; 
  text-transform:uppercase;
}



/*
.leftcall{background:url(../images/left_call.png) no-repeat center top; background-size:100% 100%; text-align:center; font-size:30px; color:#ffffff; font-family: 'oswaldbook'; padding:40px 0;}
.leftcall a, .leftcall a:hover {color:#ffffff;}
*/


.leftcall{
  background:url(../images/formulabottle.png) no-repeat center top; 
  background-size:100% 100%; text-align:center; 
  font-size:30px; color:#ffffff; 
  font-family: 'oswaldbook'; 
  padding:40px 0;
}

.leftcall a, .leftcall a:hover {
  color:#ffffff;
}


.whitebg{
  background:#ffffff; 
  padding:15px; 
  margin-bottom:30px; 
  border:1px solid #d8d8d8;
}

.helthsupply{
  padding:15px 0px;
}

.helthsupply h4{
  margin-bottom:15px;
}

.red{
  color:#cc0000;
}

.blue{
  color:#004d86; 
  font-family: 'roboto_condensedregular'; 
  font-size:18px;
} 

#page{
  display:none;
}

.progland{
  margin-bottom:20px;
}


/*.profreature{padding:15px; background:#fcf3f3;}*/

.profreature{padding:15px; background:#fffffff;}


.proglandimg{
  margin-right:22px; 
  display:inline-block; 
  width:42.5%;
}

.proglanddetail{
  display:inline-block; 
  width:53%; vertical-align:top;
}

.proglanddetail h4{
  margin-bottom:0px; 
  padding:0; margin-top:14px;
}

.proglanddetail ul{
  padding:0; 
  list-style:none; 
  margin:6px 0 0;
}

.proglanddetail ul li{
  font-size:14px; 
  font-family: 'ralewayregular'; 
  background:url(../images/bullet_squre.png) left 6px no-repeat; 
  padding-left:20px; 
  margin-bottom:6px;
}

.proglanddetail ul li ul{
  margin:6px 0 0;
}

.prodescription p{
  margin-bottom:0px; 
  margin-top:18px;
}


.factdetail h2{
  font-size:30px;
}

.profact{
  margin-top:45px; 
  margin-bottom:45px;
}

.factimg{
  text-align:right;
}

.factdetail ul{
  margin:15px 0 0 0; 
  padding-left:15px; 
  list-style:none;
}

.factdetail ul li{
  font-size:14px; 
  font-family: 'ralewayregular'; 
  background:url(../images/bullet_round.png) left 6px no-repeat; 
  padding-left:24px; margin-bottom:16px;
}

.sideeffect{
  margin-bottom:45px;
}

.proproduct{
  margin-bottom:0px;
}

.proproduct h2{
  font-size:30px; 
  margin-bottom:30px;
}

.btlbox{
  text-align:center; 
  margin-bottom:30px;
} 

.btlbox h4, .btlbox h4 a{
  font-family: 'oswaldbook'; 
  color:#0b3565 !important; 
  margin:15px 0;
}

.btlbox p{
  min-height:70px; 
  text-align:left;
 } /* align left by joseph 12/28/14 */

.readmore {
  color:#0b3565; 
  border-radius: 10px;
  font-size:16px; 
  padding:5px 20px; 
  border:1px solid #ececec; 
  background:url(../images/readmore_bg.jpg) repeat-x left top;
}

.readmore:hover{
  background:url(../images/reamore_hover.jpg) repeat-x left top; 
  color:#0b3565;
}

.scrollToTop{
  width:51px; 
  height:51px;	
  position:fixed; 
  z-index:9999;	
  bottom:50px;	
  right:20px;	
  display:none;	
  background: url(../images/backtop.png) no-repeat 0 0; 
  transition: all 0.5s ease-in-out 0s;
}

.scrollToTop:hover{
  text-decoration:none; 
  background: url(../images/backtop_hovr.png) no-repeat 0 0; 
}


.alpha{
  padding-left:px;
}

.beta{
  padding-left:px;
}

.omega{
  padding-right:0px;
}

.footer{
  font-family: 'ralewayregular';
}

.footertop{
  padding-left:35px; 
  padding-top:35px; 
  padding-bottom:35px; 
  background:url(../images/footer_bg.png) repeat-x left top #0e0e0f; 
}

.footer h2{
  font-family: 'roboto_condensedregular';color:#ff7272; 
  margin-bottom:30px; text-transform:none; 
}

.footernav ul{
  margin:0; 
  padding:0; 
 list-style:none;
}

.footernav ul li{
  margin-bottom:5px;
}

.footernav ul li a{
  color:#c4c4c4; 
  font-size:10px;
}

.footernav ul li:hover a, .footernav ul li.active a{
  color:#ffffff;
}

.copyright{
  text-align:center; padding-top:14px; 
  padding-bottom:14px; 
  background:#cc0000; 
  font-size:16px; 
  color:#ffffff;
}

.copyright h2{
  font-size:30px; 
  color:#ffffff; 
  font-family: 'oswaldbook'; 
  margin-bottom:5px;
}

.adressdetail{
  color:#c4c4c4; 
  font-size:14px; 
  margin-bottom:14px;
}

.adressdetail b{
  display:inline-block; 
  width:80%; 
  font-weight:normal;
}

.adressdetail a{
  color:#ffffff;
}

.map iframe{
  width:100%; 
  height:180px; 
  border:1px solid #ffffff;
}

.socialmedia a{
  display:inline-block; 
  margin-right:12px;
}

.disclimertxt{
  margin-top:20px;
}

.disclimertxt p{
  font-size:12px; 
  color:#000000; 
}/*0612 HV*/

.disclimertxt p a{
  color:#cc0000;
}

.disclimertxt p a:hover{
  color:#900000;
}


/*-------- image align -------*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .entry-attachment img, .widget-container img{
  height: auto;
  max-width: 100%;
}

img.alignleft, img.alignright, img.aligncenter{
  margin-bottom:20px;
}

.alignleft, img.alignleft{
  display: inline; 
  float: left; 
  margin-right: 24px;  
  margin-top: 4px;
}

.alignright, img.alignright{
  display: inline; float: right; 
  margin-left: 24px;  
  margin-top: 4px;
}

.aligncenter, img.aligncenter{
  clear: both; 
  display: block; 
  margin-left: auto; margin-right: auto;
}

.wp-caption {   
  line-height: 18px;    
  margin-bottom: 20px;    
  max-width: 100%;    
  text-align: center; 
  background:#ffffff; 
  padding:4px;
}

.wp-caption p.wp-caption-text{
  color: #000000; 
  font-size: 16px; 
  margin-top:10px; 
  margin-bottom:10px;
}/*0612 HV*/


.raised{
  position:relative; top:-8px;
}

/*
.hdr_phone{
  display:inline-block; 
  margin:40px 55px;
}
*/

.hdr_phone {
    display: inline-block;
    margin: 72px 55px 32px;
}


.hdr_phone2 {
    display: inline-block;
    margin: 72px 55px 32px;
}

.hdr_phone h3{
  font-size:18px;
}


.leftfature{
  font-family:ralewayregular;
}

.leftfature ul{
  margin:0; 
  padding-left:18px; 
  font-size:14px; 
  margin-bottom:20px;
}

.textright{
  text-align:right;
}

.highlight{
  color:#ff0000;display:block; 
}

.featuretable td{
  vertical-align:middle; 
  padding:0 15px;
}

.featuretable .readmore{
  font-size:14px; 
  float:right;  
  border:none; 
  background:#6f785b; color:#ffffff; 
  text-decoration:none; 
  font-family: 'roboto_condensedregular';
}

.featuretable .readmore:hover{
  background:#94a867; 
  color:#ffffff;
}

.mb30{
  margin-bottom:30px;
}

hr{
  border-bottom:1px solid #e5e5e5; 
  margin-top:0px; margin-bottom:20px;
}

.newproduct1{
  border-right:1px solid #e5e5e5; 
  overflow:hidden;
} /* joseph renamed from pectinplus */

.newproduct1 ul{
  margin-bottom:20px; 
  padding-left:18px; 
  font-size:14px;
} /* joseph renamed from pectinplus */

.newproduct2 ul{
  margin-bottom:20px; 
  padding-left:18px; 
  font-size:14px;
} /* joseph renamed from estrogenbalance */

.newproduct2 ul ul{
  margin-bottom:10px;
} /* joseph renamed from estrogenbalance */


/*.priceamount{
  margin-bottom:10px; 
  display:block; 
  text-align:right;
}

.limitedtable{
  background:#bd9a1a; color:#ffffff; 
  border:none; 
  text-align:center; 
  width:100%; 
  display:inline-block; 
  padding:5px; 
  margin-top:10px;
}

.limitedtable ul{
  margin:0; 
  padding:0; 
  list-style:none; 
  border:0px !important; 
}

.limitedtable ul li{
  margin-bottom:0px; 
  line-height:16px;
}

.limitedtable h2, .limitedtable h3, .limitedtable p{
  color:#ffffff;
}

.proproduct{
  margin-top:20px;
}*/



.priceamount{
  margin-bottom:10px; 
  display:block; 
  text-align:right;
}

.limitedtable{
  background:#bd9a1a; 
  color:#ffffff; 
  border:none; 
  text-align:center; 
  width:75%; 
  display:inline-block; 
  border-radius: 10px;
  padding:3px; 
  margin-top:20px;
}

.limitedtable ul{
  margin:0; 
  padding:0; 
  list-style:none; 
  border:0px !important; 
}

.limitedtable ul li{
  margin-bottom:0px; 
  line-height:16px;
}

.limitedtable h2, .limitedtable h3, .limitedtable p{
  color:#ffffff;
}

.proproduct{
  margin-top:20px;
} 


.featuretable ul{
  list-style:none; 
  margin-bottom:10px; 
  padding:10px 0px 0;float:left; 
  width:100%; 
  border-bottom:0px solid #e5e5e5; 
  border-top:1px solid #e5e5e5; 
  overflow:hidden;
}

.featuretable ul li{
  padding:0px;
}

.featuretable ul.borderbottom{
  border-bottom:1px solid #e5e5e5; 
  padding-bottom:10px;
}

.navbar-header span.title{
  display:none; 
  color:#ffffff; 
  font-family: 'roboto_condensedregular'; 
  text-transform:none; margin:8px 12px; 
  font-size:22px;
}


.inlink ul{
  margin:8px 0 0 0; 
  padding:0; 
  list-style:none; 
  line-height: 0.75;
} /* added line height joseph 12/27/14 */

.inlink ul li{
  margin-bottom:5px;
}

.inlink ul li a{
  color:#000000; 
  text-decoration:none; 
}/*0612 HV*/

.inlink ul li a:hover{
  text-decoration:underline; 
  color:#000000;
}

.rightside ul{
  font-family:ralewayregular; 
  font-size:14px;
}

.rightside ul li{
  margin-bottom:5px;
}

.rightside a{
  color:#ff0000; 
  text-decoration:underline;
}

.rightside a:hover{
  color:#ff0000; 
  text-decoration:none;
}

.subcontent{
  margin-left:40px;
}

.redtxt{
  color:#ff0000;
}

/*1911 HV*/
.productrightsidediv h2, .proproduct h2{ 
  background:#cc0000; 
  color:#fff; 
  padding:10px; 
  text-transform:none; 
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -o-border-radius: 5px;
}

.middletext{ 
  font-size:24px; 
  color:#cc0000;
}

.rightside .limitedtable h2{ 
  background:none; 
  padding:0;
}

.margin0{ 
  margin-left:0;
}


/* MAY 25 2019 ============================================= */

.desc{height: 325px;}

.bottle-new img{
  border: 1px solid #cacaca;
  border-radius: 4px;
  width:100%;
}

.bottle-new{
    width:85px;
}


/*
.address-new{
    padding-top: 49px;
}

*/

.logo-image{
    width: 100%;
}

.margin-b{
    margin-bottom:5px;
}

.margin-t{
    margin-top:5px;
}


.option-btn-set{
    margin: 20px;
        height: 35px;
}


.dark-red-product-header {
      color: #cc0000;
      font-size: 30px;
      font-family: oswaldbook;
}


/*
.ct-topbar-img-section{
    padding:20px 0;
    display:flex;
    align-items: flex-end;
    justify-content:space-around;
}
*/


.ct-topbar-img-section{
    padding:6px 0;
    display:flex;
    align-items: flex-end;
    justify-content:space-around;
}


.logo-new{
    width:210px;
}

.telephone-new h3:nth-of-type(2){
    margin-bottom:0;
}

.address-new h4{
    margin-bottom:0;
}


.bottle-new { 
   width:85px; 
   height:90px; 
} 

.bottle-new img { 
  width:90px; 
  height:90px; 
  border: 1px solid #cacaca; 
  object-fit: contain; border-radius: 4px; 
}


/* MAY 25 2019 end ============================================= */


.btlbox hr { 
  margin-top: 20px; 
} 

.option-btn-set p { 
  text-align: center; 
} 

.modal-header button { 
  margin-top: -12px !important; 
  opacity:0.8; 
  background:#1b3d7b; 
  height:27px; 
  width:27px; 
  display:flex; 
  flex-direction:column; 
  justify-content:center; 
  align-items:center; 
  color:#fff; 
  font-size:26px; 
  font-weight:normal; 
  border-radius:3px; 
} 

.modal-header button:hover { 
  background: 
  #cc0000; color: 
  #fff; opacity:0.8; 
}


/* July 10 2019 ===== amazon responsive button tweeks======beginning */


.ct-order-section{
    display:flex;
    align-items:center;
}

.ct-order-section li:nth-of-type(3) input{
    display:flex;
    justify-content:center;

}

@media(max-width:520px){
    .ct-order-section li:nth-of-type(3) input{
        width:80%;
        font-size:12px;
    }
}

@media(max-width:420px){
    .ct-order-section li:nth-of-type(3) input{
        font-size:11px;
    }
}

@media(max-width:390px){
     .ct-order-section li:nth-of-type(3) input{
        width:90%;
    }
    .ct-order-section li:nth-of-type(3){
        margin-left:10px
    }
}

@media(max-width:390px){
     .ct-order-section li:nth-of-type(3) input{
        width:98%;
    }
    .ct-order-section li:nth-of-type(3){
        margin-left:15px
    }
}

@media(max-width:330px){
    .ct-order-section li{
                font-size:12px
    }
     .ct-order-section li:nth-of-type(3) input{
        width:100%;
        font-size:10px
    }
    .ct-order-section li:nth-of-type(3){
        margin-left:18px
    }
}

@media(max-width:320px){
     .ct-order-section li{
                font-size:11px
    }
     .ct-order-section li:nth-of-type(3) input{
        width:100%;
        font-size:10px
    }
    
    .ct-order-section li:nth-of-type(3){
        margin-left:18px
    }
}



/* July 10 2019 ===== amazon responsive button tweeks======end */



/* July 11 2019 ===== heading/warning responsive tweeks======beginning */

@media(max-width:990px){
   .ct-heading-text {
    font-size:17px;
    }

    .ct-order-text{
        font-size:15px;
    }
    .ct-order-text ul{
        padding-left:30px;
    }
}

@media(max-width:766px){
   .ct-heading-text {
    font-size:20px;
    }

    .ct-order-text{
        font-size:17px;
    }
    .ct-order-text ul{
        padding-left:40px;
    }
}

@media(max-width:655px){
    .ct-heading-text font{
        display:block;
    }

    .ct-heading-text {
        font-size:24px;
    }

    .ct-order-text{
        font-size:16px;
    }

    .ct-order-text ul{
        padding-left:35px;
    }
}

@media(max-width:586px){
        .ct-order-text{
        font-size:15px;
    }

    .ct-order-text ul{
        padding-left:25px;
    }
    
}

@media(max-width:515px){
    .ct-heading-text {
        font-size:20px;
    }
    
    .ct-order-text{
        font-size:13px;
    }
        .ct-order-text ul{
        padding-left:15px;
    }
}

@media(max-width:450px){
    .ct-heading-text {
        font-size:18px;
    }
    .ct-heading-text font{
        margin-top:2px;
    }
}

@media(max-width:420px){
    .ct-heading-text{
        font-size:16px;
    }

    .ct-order-text{
        font-size:11.5px;
    }

    .ct-order-text ul{
        padding-left:10px
    }
}

@media(max-width:385px){
    .ct-heading-text{
      font-size:14.5px;
    }
        .ct-order-text{
        font-size:10px;
        word-spacing:-1px;
    }

    .ct-order-text ul{
        padding-left:8px
    }
}

@media(max-width:325px){
    .ct-order-text{
        font-size:9px;
    }
}

/* July 11 2019 ===== heading/warning responsive tweeks======end */
