/*
Theme Name: lunarembassy theme
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

 
/*  .woocommerce-shipping-calculator {
    display: none;
} */

#nm-productmeta-box-1 {
  margin-top: 20px;

}

#nm-productmeta-box-1 > div {
 
 
  font-size: 13px;
  font-weight: bold;

}

#product-965 .new_des {
  margin-top: 30px;

}
.bg_black {
  background: #000 none repeat scroll 0 0;
  padding:0px 30px;
}

.bg_black img {
  width: 100%;
}
.pp_default .pp_description {
  font-size: 14px!important;
}

.main-container {

  padding: 30px 0 0 !important;

}

.woocommerce-message .button.wc-forward {
    display: none;
}


#nm-productmeta-box-1 > div {
    float: left;
    margin-right: 40px !important;
    width: auto;
}

#box-name_of_deed{
  float: left;
  margin-right: 40px !important;
  width: auto!important;
}
#box-name_of_deed input {
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}
.nm-productmeta-box {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.woocommerce-product-gallery--with-images {
  float: left;
  width: 40%;
}
#box-name_printed_on_deed {width:100%; float:left;}
#box-name_printed_on_deed input {width:20% !important;}
.new_add {float: left; margin-right: 10px;}
.entry-content {background:#fff !important; padding:10px 20px;}
.entry-header  h1 {padding: 10px 20px; background: rgb(255, 255, 255) none repeat scroll 0% 0%;}
.shop_table .product-thumbnail  img {width:40px;}
#main-content {margin-bottom:20px;}

.product_cart {width:100%; float:left; margin:0 0 10px;}
.product_cart .single_add_to_cart_button {background: #79bbff -moz-linear-gradient(center top , #79bbff 5%, #378de5 100%) repeat scroll 0 0;
    border: 1px solid #84bbf3;
    border-radius: 37px 0;
    box-shadow: 0 1px 0 0 #bbdaf7 inset;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-family: Arial;
    font-size: 18px !important;
    font-style: normal;
    font-weight: bold;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    text-indent: -1.31px;
    text-shadow: 1px 1px 0 #528ecc;
    text-transform: uppercase;
    width: 167px;}
	
.product_cart .quantity  {float:left;}
.product_cart .new_add, .product_cart .quantity   {margin-top:20px;} 
.price .amount {
    color: #2f2f2f;
    font-family: "Anton",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    padding-top: 20px;
}



.price_single .amount {

   padding: 2px 16px;
}

.wpcf7-form-control.wpcf7-submit.button {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: uppercase;
	
}
.buttons-set {
 width: 11%;


}	
#box-name_of_deed {
  float: left;
  margin-right: 40px !important;
  width: auto !important;
  font-weight: bold;
}


@media screen and (max-width: 792px) and (min-width: 200px) { 
.main-content {
    padding: 0!important;
    width: 100%!important;
}
/* Force table to not be like tables anymore */
.woocommerce table.shop_table,
.woocommerce table.shop_table thead,
.woocommerce table.shop_table tbody,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr {
display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce table.shop_table thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}

.woocommerce table.shop_table tr {
/*border: 1px solid #d2d3d3; */
}

.woocommerce table.shop_table td {
/* Behave like a "row" */
border: 1px solid #d2d3d3;
position: relative;
padding-left: 50% !important;
}

.woocommerce table.shop_table {
border: none;
}

.woocommerce table.shop_table td.product-spacer {
border-color: #FFF;
height: 10px;
}

.woocommerce table.shop_table td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 25%;
padding-right: 10px;
white-space: nowrap;
}

/*
Label the data
*/
.woocommerce table.shop_table td.product-remove:before {
content: "DELETE";
}

.woocommerce table.shop_table td.product-thumbnail:before {
content: "IMAGE";
}

.woocommerce table.shop_table td.product-name:before {
content: "PRODUCT";
}

.woocommerce table.shop_table td.product-price:before {
content: "PRICE";
}

.woocommerce table.shop_table td.product-quantity:before {
content: "QUANTITY";
}

.woocommerce table.shop_table td.product-subtotal:before {
content: "SUBTOTAL";
}

.woocommerce table.shop_table td.product-total:before {
content: "TOTAL";
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce #content .quantity {
margin: 0;
}

.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions {
text-align: left;
border:0;
padding-left: 0 !important;
}

.woocommerce table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .button.alt {
float: left;
margin-top: 10px;
}

.woocommerce table.cart td.actions div,
.woocommerce #content table.cart td.actions div,
.woocommerce table.cart td.actions input,
.woocommerce #content table.cart td.actions input {
margin-bottom: 10px;
}

.woocommerce .cart-collaterals .cart_totals {
float: left;
width: 100%;
text-align: left;
}



.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td {
border:0 !important;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce .cart-collaterals .cart_totals table tr.total td {
padding-left: 6px !important;
}

.woocommerce table.shop_table tr.cart-subtotal td,
.woocommerce table.shop_table tr.shipping td,
.woocommerce table.shop_table tr.total td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.order_details tfoot td {
padding-left: 6px !important;
border:0 !important;
}

.woocommerce table.shop_table tbody {
padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
float: none;
width: 100%;
}

.woocommerce .order_details ul,
.woocommerce .order_details ul,
.woocommerce .order_details,
.woocommerce .order_details {
padding:0;
}

.woocommerce .order_details li,
.woocommerce .order_details li {
clear: left;
margin-bottom: 10px;
border:0;
}

/* make buttons full width, text wide anyway, improves effectiveness */
#content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input {
width: 100%;
font-size:12px !important;
}

.woocommerce tfoot{
display:block !important;
}
.woocommerce tfoot td{
width:100% !important;
display:block !important;
}
/* keep coupon at 50% */
#content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input {
width: 48%;
font-size:12px !important;
}

/* clean up how coupon inputs display */
#content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon {
margin-top: 1.5em;
}

#content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text {
margin-bottom: 1em;
}

/* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cross-sells {
display: none;
}

.product.has-default-attributes.has-children>.images {
	    width: 100%;
    margin-bottom: 20px;
}
.std blockquote 
{
	margin: 0px;
    width: 26%;
    font-size: 13px;
    display: block;
    padding-left: 28px;
}
.images_single {
    width: 100%!important;
    float: left;
    margin-bottom: 14px;
}
.images_single .attachment-shop_single {
    width: 100%!important;
}
.cms-home  blockquote 
{
	margin: 0px;
    width: 67%;
    font-size: 13px;
    display: block;
    padding-left: 28px;
}
}
.product_meta {
  display: none;
}
.amount-options{
display:none !important;
}
.woocommerce td.product-name dl.variation dt {
  clear: left;
  font-weight: 700;
  margin: 0 4px 0 0;
  
}
.woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
  margin-bottom: 0.82em;
  margin-top: 0.82em;
}