/* Copyright @ 2008-2013 by Tips and Tricks HQ (http://www.tipsandtricks-hq.com) - All Rights Reserved */
/* SASS / SCSS
------------------------------------------------------------------ */
/* line 36, wp_eStore_style.scss */
.shopping_cart {
  font-size: 15px;
  background: #faf8e6;
  padding: 25px !important;
  z-index: 999998;
  bottom: 0;
  right: 0;
}

/* line 46, wp_eStore_style.scss */
.shopping_cart h2 {
  font-size: 14px;
  margin: 0 !important;
}

/* line 51, wp_eStore_style.scss */
.shopping_cart a {
  color: #3c78a7;
  text-decoration: none;
}

/* line 56, wp_eStore_style.scss */
.shopping_cart a:hover {
  color: #3c78a7;
  text-decoration: underline;
}

/* line 61, wp_eStore_style.scss */
.shopping_cart table {
  width: 250px;
  float: left;
}

/* line 65, wp_eStore_style.scss */
div.shopping_cart tr td {
  padding: 2px 1px;
}

/* line 67, wp_eStore_style.scss */
.eStore_cart_item_name, .eStore_cart_item_qty, .eStore_cart_item_price {
  text-align: left;
}

/* line 71, wp_eStore_style.scss */
.eStore_cart_item_qty_value, .eStore_cart_item_price_value {
  text-align: left;
}

/* line 75, wp_eStore_style.scss */
.shopping_cart input, .eStore_cart_fancy1 input, .eStore_cart_fancy2 input {
  width: auto !important;
  /*override the eStore shopping cart input field width to "auto" to prevent them from looking weird on some themes */
}

/* line 79, wp_eStore_style.scss */
.eStore_cart_checkout_button {
  text-align: left;
}

/* line 83, wp_eStore_style.scss */
.t-and-c {
  margin: 5px 0 15px;
  width: auto !important;
}

/* line 88, wp_eStore_style.scss */
.t_and_c_error {
  color: #E70218 !important;
  margin: 0 0 15px;
}

/* line 93, wp_eStore_style.scss */
.text-input {
  color: #333;
  margin: 4px;
  padding: 2px 0;
}

/* line 98, wp_eStore_style.scss */
.eStore_warning {
  color: red !important;
}

/* line 101, wp_eStore_style.scss */
.eStore_error_message {
  color: red !important;
  font-weight: bold;
}

/* line 106, wp_eStore_style.scss */
.eStore-clear-float {
  clear: both;
}

/* line 109, wp_eStore_style.scss */
.eStore_price_before_coupon {
  text-decoration: line-through;
}

/* line 113, wp_eStore_style.scss */
.eStore_hidden_textfield {
  display: none !important;
}

/* line 117, wp_eStore_style.scss */
.eStore_variation {
  margin: 20px 0;
	width:100%;
}

/* line 121, wp_eStore_style.scss */
.eStore_text_input {
  font-size: 21px;
  height: auto !important;
  width: auto !important;
  color: #444;
  background: #eee;
  border: 1px solid #aaa;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  margin: 2px 0px 2px 0px;
  padding: 4px !important;
}

/* line 134, wp_eStore_style.scss */
.eStore_text_input:focus {
  height: 20px;
  background: #fff;
  border-color: #777 #ccc #ccc #777;
}

/* line 140, wp_eStore_style.scss */
.eStore_label {
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 10px 10px 15px;
}

/* line 149, wp_eStore_style.scss */
.eStore_remove_item_button {
  min-width: 20px;
  min-height: 20px;
}

/* line 154, wp_eStore_style.scss */
.eStore_empty_cart_button {
  min-width: 28px;
  min-height: 20px;
}

/* line 159, wp_eStore_style.scss */
.eStore_ajax_loading {
  opacity: 0.5;
}

/* line 161, wp_eStore_style.scss */
.eStore_save_cart_section {
  background: transparent url(images/eStore_save_cart_icon.png) no-repeat;
  padding: 5px 5px 5px 30px;
  margin-right: 10px;
  cursor: pointer;
}

/* line 162, wp_eStore_style.scss */
.eStore_retrieve_cart_section {
  background: transparent url(images/eStore_retrieve_cart_icon.png) no-repeat;
  padding: 5px 5px 5px 30px;
  cursor: pointer;
}

/* line 163, wp_eStore_style.scss */
.eStore_save_retrieve_cart_message {
  padding: 7px 0;
}

/* line 165, wp_eStore_style.scss */
.eStore_paypal_checkout_button {
  margin-top: 5px;
  padding: 4px;
  border: 1px solid #ccc;
  width: 143px;
  height: 41px;
}

/* line 172, wp_eStore_style.scss */
.eStore-button-form input {
	width: 100% !important;
	margin: 10px 0px 10px 0px !important;
	font-size: 24px !important; font-size:2.4rem !important;
	padding: 5px !important;
  /*override the eStore button input width to auto to prevent them from looking weird on some themes */
}

/* line 175, wp_eStore_style.scss */
.eStore_paypal_checkout_button, .eStore_button, .eStore_remove_item_button, .eStore_empty_cart_button, .eStore_buy_now_button, .eStore_subscribe_button, .download_now_button_submit, .eStore_sold_out {
  width: auto !important;
  /*override the eStore button width to auto to prevent them from looking weird on some themes */
}

/* line 178, wp_eStore_style.scss */
.eStore_paypal_checkout_button:hover, .eStore_button:hover, .eStore_remove_item_button:hover, .eStore_empty_cart_button:hover, .eStore_buy_now_button:hover, .eStore_subscribe_button:hover {
  opacity: 0.7;
}

/* line 181, wp_eStore_style.scss */
.eStore_paypal_checkout_button:hover {
  border: 1px solid #ddd;
}

/* line 185, wp_eStore_style.scss */
.eStore_oldprice {
  text-decoration: line-through;
}

/* === Thank you page display css === */
/* line 191, wp_eStore_style.scss */
.eStore_thank_you_download_links {
  margin-bottom: 10px;
}

/* line 192, wp_eStore_style.scss */
.eStore_thank_you_additional_action_data {
  margin-bottom: 10px;
}

/* line 193, wp_eStore_style.scss */
.eStore_thank_you_total_cost {
  margin-bottom: 10px;
}

/* line 194, wp_eStore_style.scss */
.eStore_thank_you_txn_id {
  margin-bottom: 10px;
}

/* line 195, wp_eStore_style.scss */
.eStore_thank_you_email {
  margin-bottom: 10px;
}

/* line 196, wp_eStore_style.scss */
.eStore_thank_you_offer {
  margin-bottom: 10px;
}

/* === Fancy product display css === */
/* line 199, wp_eStore_style.scss */
.eStore-product {
  height: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 207, wp_eStore_style.scss */
.thumb-image {
  width: 125px;
  height: 125px;
}

/* line 212, wp_eStore_style.scss */
.eStore-thumbnail {
  float: left;
  padding-right: 5%;
}

/* line 217, wp_eStore_style.scss */
.eStore-thumbnail img, .eStore-thumbnail a img {
  background-color: #FFF;
  /*border:1px solid #A9A9A9;*/
  margin: 15px;
  /*padding:4px;*/
  max-width: none !important;
}

/* line 225, wp_eStore_style.scss */
.eStore-thumbnail img:hover {
  background-color: darkgrey;
}

/* line 229, wp_eStore_style.scss */
.eStore-product-description {
  text-align: left;
  padding: 25px;
  margin-left: 200px;
}

/* line 235, wp_eStore_style.scss */
.eStore-product-name {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

/* line 241, wp_eStore_style.scss */
.eStore_price {
  margin: 20px 0;
}

/* Fancy Display 2 properties */
/* line 247, wp_eStore_style.scss */
.eStore-product-fancy2 {
  height: 100%;
  overflow: hidden;
  color: #6c6f70;
  background: white url(images/product-display-bg.jpg) repeat-x;
  border: 1px solid #ccc;
  padding: 25px;
}

/*.eStore-product-fancy2-thumb-image{
width:125px;
height:125px;
}*/
/* line 259, wp_eStore_style.scss */
.eStore-product-fancy2-footer {
  display: block;
  overflow: hidden;
  background: #f1f1f1;
  color: #3A3A3A;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 10px;
  vertical-align: middle;
}

/* line 272, wp_eStore_style.scss */
.eStore-product-fancy2-footer .footer-left {
  vertical-align: middle;
}

/* line 275, wp_eStore_style.scss */
.footer-left-content {
  float: left;
  vertical-align: middle;
}

/* line 279, wp_eStore_style.scss */
.footer-left-content input {
  vertical-align: middle;
  margin: 0px !important;
}

/* line 283, wp_eStore_style.scss */
.footer-left-content img {
  vertical-align: middle;
}

/* line 286, wp_eStore_style.scss */
.eStore-product-fancy2-footer .footer-right {
  float: right;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}

/* line 292, wp_eStore_style.scss */
.eStore-fancy2-product-name {
  font-size: 25px;
  padding-bottom: 5px;
}

/* line 296, wp_eStore_style.scss */
.eStore_fancy2_price {
  margin-right: 10px;
}

/* End of fancy product display css */
/*=== Fancy category css === */
/* line 302, wp_eStore_style.scss */
.eStore-category-fancy {
  height: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 309, wp_eStore_style.scss */
.eStore-category-fancy-thumbnail {
  float: left;
  margin-right: 12px;
}

/* line 313, wp_eStore_style.scss */
.eStore-category-fancy-thumbnail img, .eStore-category-fancy-thumbnail a img {
  background-color: #FFF;
  border: 1px solid #A9A9A9;
  margin: 4px 0 4px 5px;
  padding: 4px;
}

/* line 319, wp_eStore_style.scss */
.eStore-category-fancy-thumbnail img:hover {
  background-color: darkgrey;
}

/* line 322, wp_eStore_style.scss */
.eStore-category-fancy-name {
  text-align: left;
  margin-left: 150px;
}

/* line 326, wp_eStore_style.scss */
.eStore-category-fancy-description {
  text-align: left;
  margin-left: 150px;
  margin-top: 10px;
}

/* End of fancy category display css */
/* Pagination related css */
/* line 334, wp_eStore_style.scss */
.product_page a, .product_page a:link {
  text-decoration: none;
  border: 1px solid #ccc;
  color: #777;
  background-color: #f5f5f5;
  margin: 2px;
  padding: 2px 4px;
}

/* line 342, wp_eStore_style.scss */
.product_page a:hover {
  border: 1px solid #eee;
  color: #777;
  background-color: white;
}

/* line 348, wp_eStore_style.scss */
.eStore_pagination {
  margin: 5px 0px;
}

/* line 351, wp_eStore_style.scss */
.pagination_page {
  text-decoration: none;
  border: 1px solid #ccc;
  color: #777;
  background-color: #f5f5f5;
  margin: 2px;
  padding: 2px 4px;
}

/* line 359, wp_eStore_style.scss */
.pagination_page:hover {
  text-decoration: none;
}

/* line 362, wp_eStore_style.scss */
.current_pagination_page {
  background-color: #cccccc;
}

/* line 365, wp_eStore_style.scss */
.estore_pagination_page_no, .estore_pagination_go_button {
  width: auto !important;
  height: auto !important;
  margin: 0 5px;
}

/* End of pagination related css */
/*** Start of lightbox CSS ***/
/* line 373, wp_eStore_style.scss */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 500px;
}

/* line 382, wp_eStore_style.scss */
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  line-height: 0;
}

/* line 392, wp_eStore_style.scss */
#jquery-lightbox a img {
  border: none;
}

/* line 396, wp_eStore_style.scss */
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

/* line 404, wp_eStore_style.scss */
#lightbox-container-image {
  padding: 10px;
}

/* line 408, wp_eStore_style.scss */
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 418, wp_eStore_style.scss */
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

/* line 427, wp_eStore_style.scss */
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

/* line 431, wp_eStore_style.scss */
#lightbox-nav a {
  outline: none;
}

/* line 435, wp_eStore_style.scss */
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

/* line 442, wp_eStore_style.scss */
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

/* line 447, wp_eStore_style.scss */
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

/* line 452, wp_eStore_style.scss */
#lightbox-container-image-data-box {
  font: 10px;
  background-color: #fff;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 462, wp_eStore_style.scss */
#lightbox-container-image-data {
  color: #666;
  padding: 0 10px;
}

/* line 467, wp_eStore_style.scss */
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

/* line 473, wp_eStore_style.scss */
#lightbox-image-details-caption {
  font-weight: 700;
}

/* line 477, wp_eStore_style.scss */
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

/* line 483, wp_eStore_style.scss */
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/*** End of lightbox CSS ***/
/*** Overlay CSS ***/
/* line 491, wp_eStore_style.scss */
.eStore_apple_overlay {
  display: none;
  background-image: url(images/white.png);
  width: 450px;
  padding: 20px;
  font-size: 13px;
}

/* line 498, wp_eStore_style.scss */
.eStore_apple_overlay .close {
  background-image: url(images/close-2.png);
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

/*** End of Overlay CSS ***/
/*** eStore cart fancy1 ***/
/* line 509, wp_eStore_style.scss */
.eStore_cart_fancy1 {
  border: 1px solid #CDCDCD;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 516, wp_eStore_style.scss */
.eStore_cart_fancy1_inside {
  margin: 0 10px;
}

/* line 519, wp_eStore_style.scss */
.eStore_cart_fancy1 a img {
  border: none;
}

/* line 522, wp_eStore_style.scss */
.eStore_cart_fancy1_continue_shopping {
  text-align: right;
}

/* line 525, wp_eStore_style.scss */
.eStore_cart_fancy1_header {
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  color: #fff;
  background: url(images/cart_fancy1_header_bg.gif) top repeat-x;
  -moz-border-radius: 5px 5px 0px 0px;
  -khtml-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

/* line 535, wp_eStore_style.scss */
.eStore_cart_fancy1_footer {
  background: #F2F2F2;
  border-top: 1px solid #CDCDCD;
  margin-top: 5px;
  padding: 5px 10px 10px 10px;
  -moz-border-radius: 0px 0px 5px 5px;
  -khtml-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

/*** eStore cart fancy2 ***/
/* line 547, wp_eStore_style.scss */
.eStore_cart_fancy2 {
  border: 10px solid #C8C8C8;
  border-radius: 5px;
  margin: 10px 0;
}

/* line 552, wp_eStore_style.scss */
.eStore_cart_fancy2_inside {
  padding: 10px 15px;
}

/* line 555, wp_eStore_style.scss */
.eStore_cart_fancy2_header {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 0;
}

/* line 560, wp_eStore_style.scss */
.eStore_cart_fancy2_inside table {
  border: 0 !important;
  padding: 3px 0 !important;
  border-collapse: separate !important;
}

/* line 565, wp_eStore_style.scss */
.eStore_cart_fancy2_inside tr td {
  border: 0 !important;
  padding: 3px 0 !important;
  margin: 0px !important;
}

/* line 570, wp_eStore_style.scss */
.eStore_cart_fancy2_inside tr th {
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 4px solid #676E74 !important;
  font-size: 1em;
  padding: 3px 0 !important;
  text-transform: uppercase;
  margin: 0px !important;
}

/* line 580, wp_eStore_style.scss */
.eStore_cart_fancy_2_item_name {
  overflow: hidden;
  font-weight: bold;
  font-size: 1.1em !important;
  padding: 5px 0;
}

/* line 586, wp_eStore_style.scss */
.eStore_cart_fancy_2_remove {
  font-size: 10px !important;
  text-decoration: underline;
  background-color: transparent;
  border: medium none;
  cursor: pointer;
  padding: 0;
}

/* line 594, wp_eStore_style.scss */
.eStore_cart_fancy_2_price {
  color: green;
  padding: 0 5px;
}

/* line 598, wp_eStore_style.scss */
a.eStore_cart_fancy_2_continue_shopping {
  color: #1780CF;
  line-height: 1.7;
  text-decoration: none;
}

/* line 603, wp_eStore_style.scss */
.eStore_cart_fancy2 .eStore_apply_coupon, .eStore_cart_fancy2 .eStore_shipping_update_button {
  background: -moz-linear-gradient(center top, whitesmoke 0%, #e1e1e1 100%) repeat scroll 0 0 transparent;
  border: 1px solid #919191;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.075) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #636363;
  cursor: pointer;
  font-weight: bold;
  line-height: normal;
  margin: 5px 0;
  padding: 3px 8px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #FFFFFF;
}

/* line 618, wp_eStore_style.scss */
.eStore_cart_fancy2_divider {
  border-top: 1px solid #E6E6E6;
  margin: 5px 0;
}

/* line 623, wp_eStore_style.scss */
.eStore_order_summary {
  width: 100%;
  text-align: left;
}

/* line 624, wp_eStore_style.scss */
.eStore_order_summary_header {
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

/* line 625, wp_eStore_style.scss */
.eStore_order_summary_row {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

/* line 626, wp_eStore_style.scss */
.eos_right {
  float: right;
}
