/* forms */
/* color */
/* title */
/* border */
/* background */
/* header */
/* buttons */
/* tabs */
/* menu */
/* effects */
/* rating */
/* footer subscribe*/
/* social home */
/* carousel arrows */
/* alert */
/* Theme's schemes */
/* ************************************************************************************************
		PAGE SEND TO FRIEND
************************************************************************************************ */
#sendfriendpage form.std fieldset {
  margin: 0 0 20px 0;
  padding: 10px 15px;
  background: none repeat scroll 0 0 #eee; }

#sendfriendpage .product .img_link {
  float: left; }

#sendfriendpage .product .img_link img {
  margin: 0 10px 0 0;
  border: 1px solid #ccc; }

#sendfriendpage .product .product_desc {
  float: left;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  color: #000; }

#sendfriendpage #send_friend_form_content {
  margin-top: 40px; }

#sendfriendpage #send_friend_form_content .text {
  padding-bottom: 10px; }

#sendfriendpage #send_friend_form_content .text label {
  display: inline-block;
  padding: 6px 15px;
  width: 180px;
  font-size: 12px;
  text-align: right; }

#sendfriendpage #send_friend_form_content .text input {
  padding: 0 5px;
  height: 22px;
  width: 260px;
  border: 1px solid #ccc;
  font-size: 12px; }

#sendfriendpage #send_friend_form_content .submit {
  margin: 0 20px 0 0;
  padding: 5px 0;
  text-align: right; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  overflow: hidden;
  width: 555px; }
  @media (min-width: 769px) {
    #send_friend_form {
      padding: 35px; } }
  #send_friend_form h2 {
    font: 32px/1.1 "Open Sans", "Ubuntu", sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      #send_friend_form h2 {
        font-size: 25px; } }
    @media (max-width: 480px) {
      #send_friend_form h2 {
        font-size: 19px; } }
  @media (max-width: 768px) {
    #send_friend_form {
      width: auto; } }
  @media (min-width: 769px) {
    #send_friend_form .product img {
      float: left;
      margin-right: 35px;
      max-width: 140px; } }
  @media (max-width: 480px) {
    #send_friend_form .product img {
      margin-bottom: 15px; } }
  #send_friend_form .product .product_desc {
    line-height: 1.7;
    color: #959595; }
  #send_friend_form .product .product_name {
    color: #2d2d2d;
    font-size: 18px;
    line-height: 1.1;
    text-transform: uppercase; }
  #send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #dcc285; }
  #send_friend_form .form_container .text {
    padding-bottom: 10px; }
    #send_friend_form .form_container .text label {
      color: #2d2d2d;
      display: block;
      margin-bottom: 10px;
      text-transform: uppercase; }
  #send_friend_form .submit {
    text-align: center; }
    #send_friend_form .submit .btn {
      margin-top: 10px; }
      #send_friend_form .submit .btn:first-child {
        margin-right: 20px; }
      @media (max-width: 567px) {
        #send_friend_form .submit .btn {
          width: 100%; } }
