.prevLinkArticle , .nextLinkArticle {
  background: none repeat scroll 0 0 #09B3C7;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
  margin: auto;
  padding: 4px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.nextLinkArticle{
  margin-right:20px;
}

.nextLinkArticle:hover,.prevLinkArticle:hover {
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s;
  color: #FFFFFF !important;
}

.prevLinkRecipe , .nextLinkRecipe {
  background: none repeat scroll 0 0 #F37142;
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
  margin: auto;
  padding: 4px 25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.nextLinkRecipe{
  margin-right:20px;
}

.nextLinkRecipe:hover,.prevLinkRecipe:hover {
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s;
  color: #FFFFFF !important;
}

.blog_single_item_title {
  color: #FF4455;
  display: block;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 1.2;
}

.recipe_single_item_title{
  color: #F37142;
  display: block;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.2;
}

.blogSideMargin{
  margin-left:20px;
  margin-right:20px;
}

.blogRecentContainer{
  margin-top:20px;
  margin-bottom:30px;
}

.blogRecentContainer li a{
  color:#969696;
  font-size:22px;
  line-height:1.2;
  text-transform:uppercase;
}

.blogRecentContainer li a:hover{
  color:#FF4455;
}

.recipeRecentContainer{
  margin-top:20px;
  margin-bottom:30px;
}

.recipeRecentContainer li a{
  color:#969696;
  font-size:22px;
  line-height:1.2;
  text-transform:uppercase;
}

.recipeRecentContainer li a:hover{
  color:#F37142;
}

.blogSideMargin hr{
  border-color: #DED6C6;
}

.blogSideMargin .sidebar_title{
  border-color: #DED6C6 !important;
}

.article_item_image{
  margin: 10px 0px;
  width:100%;
  border: 5px solid #E4E4E4;
  height: 250px;
}

.article_item_image img {
  display: block;
  width: auto;
  max-width:100%;
  height:auto;
  
}

.breadcrumbArticle{
  margin-bottom:0px !important;
}

.articleLinksTop{
  margin-bottom:30px !important;
}

.articleLinksBottom{
  margin-top:30px !important;
}

.articleContent p {
  font-family: 'Arial';
  font-size: 13px !important;
  line-height: 22px !important;
}

.articleMainContent{
  border-left:none !important;
  padding-left:20px !important;
}

.mobileArticle{
  margin-left:0px !important;
  margin-top:0px !important;
}

.shareClass{
  font-family:charter !important;
}

.blogSideMargin .sidebar_title{
  letter-spacing:0px !important;
}

.articleDate{
  letter-spacing:0px !important;
}

.productBaseColor{
  color: #F37142;
}

.product-name{
  font-size: 3.5em !important;
  margin-left: 40px !important;
  margin: 0;
  padding: 0;
}

.product-image {
  margin-bottom: 1.5em;
  position: relative;
  width: 100%;
}

.img-holder {
  background: none repeat scroll 0 0 #F7F7F7 !important;
  border: 1px solid #E1E1E1;
  margin-left: 40px !important;
  margin-top: 15px !important;
  /*
  padding: 25px;
  width: 80% !important;
  */
}

.productDetailContainer {
  padding-right: 20px;
}

.currentPriceProduct{
  font-size:18px;
}

.productPriceContainer {
  margin: 0 !important;
  padding: 10px 0 0 10px;
}

.currentPriceProduct {
  color: #5E6863;
  font-size: 26px;
}

#productDescription{
  height: 250px;
}

#productDescription .ui-tabs-anchor{
  font-family:"Montserrat" !important;
  font-size:13px !important;
}

#productDescription .ui-tabs-panel{
  font-family:"Arial" !important;
  font-size:13px !important;
  height: 149px;
  margin-top: 10px;
  overflow: auto;
}

#productDescription .ui-tabs-panel p{
  line-height:18px;
}

.purchaseButton{
  width:80%;
  margin-top:0px !important;
}

.purchaseButton input:hover {
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s !important;
  color: #FFFFFF !important;
}

.qtyContainer{
  margin-top: 6px;
}

.qtyContainer label{
  float:left;
  font-family: Montserrat;
  text-transform: uppercase;
  margin-right:4px;
  margin-top:4px;
}

.attachmentLinkContainer{
  margin-left:40px;
  margin-bottom:20px;
}

.productbaseButtonBackground {
  background: none repeat scroll 0 0 #F37142;
}

.downloadAttachmentProductLink {
  color: #FFFFFF !important;
  display: inline-block;
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
  margin: auto;
  padding: 7px 22px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.downloadAttachmentProductLink:hover{
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s !important;
  color: #FFFFFF;
}
.notify_form label{
  font-family:'Montserrat',sans-serif;
  color:#333333;
}

.notify_form .submit{
  font-family:'Montserrat',sans-serif;
}
.notify_form .submit:hover{
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s !important;
  color: #FFFFFF !important;
}
.productPriceContainer .sold_out{
  text-transform:uppercase !important;
  color: #FF0000 !important;
  font-weight: normal !important;
}
.contact-form .sign_up:hover{
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s !important;
  color: #FFFFFF !important;
}

.contact-form .submit:hover{
  background: none repeat scroll 0 0 #666666 !important;
  text-decoration: none !important;
  transition: all 0.7s ease 0s !important;
  color: #FFFFFF !important;
}

.right_sidebar_container_contentImage img {
  border: 5px solid #E4E4E4;
  display: block;
  margin: auto auto 15px !important;
}

.contentFixes {
  font-family: 'Arial' !important;
  font-size: 13px !important;
  word-wrap: break-word;
}
.left_sidebar_top_content {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 30px 20px;
  padding-bottom: 10px;
}

.left_sidebar_top_content p {
  line-height:22px !important;
}

.subtitlePages{
  margin-bottom:30px;
} 

.right_sidebar_container_contentImage img{
  max-width:95% !important;
}

@media all and (min-width: 960px) and (max-width: 1200px) {
  .purchaseButton {
    width: 75%;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  .purchaseButton {
    width: 65%;
  }
  
  .product-name {
    font-size:2.5em !important;
    margin-left:40px !important;
  }
  
  
  .img-holder {
    /*width: auto !important;*/
    margin-left:35px !important;
  }
}

@media all and (max-width: 767px) {
  .nextLinkArticle {
    margin-right: 0px !important;
  }
  
  .nextLinkRecipe {
    margin-right: 0px !important;
  }
  
  .articleMainContent{
    padding-left:0px !important;
  }
  
  .articleContainerDIV{
    padding: 0px 10px;
  }
  
  .article_item_image img{
    max-width:97%;
  }
  
  .img-holder {
    /*width:auto !important;*/
    margin-left:0px !important;    
  }
  
  .attachmentLinkContainer {
    margin-left:0px !important;
  }
  
  .product-name {
    margin-left:0px !important;
  }
  
  .purchaseButton {
    width: 70%;
  }
  
  .notify_form .submit {
    width: 30%;
  }
  
  .yourteaContactContainer{
    padding:0px !important;
  }
  
  #productDescription .ui-tabs-anchor{
    font-size: 13px !important;
  }
}

@media all and (max-width: 479px) {
  .purchaseButton {
    width: 60%;
  }
  
  .productDetailContainer{
    padding-right:0px !important;
  }
  
  .notify_form .submit {
    width: 25%;
  }
}