/* section base
-------------------------------------------------*/

.section {
  padding: 80px 0;
}

.slim.section {
  padding: 30px 0;
}

.section .title {
  margin-bottom: 30px;
}

.section .text {
  max-width: 600px;
}

.center-text .text {
  margin-left: auto;
  margin-right: auto;
}

/* section colors
-------------------------------------------------*/

.dark a {
  color: #31C7B5;
  border-color: #31C7B5;
}

.dark a:hover {
  color: #fff;
  border-color: #fff;
}

.dark.section {
  background-color: #333;
  color: #fff;
}

.dark.section .title {
}

.dark.section .text {
  color: #ccc;
}

.grey.section,
.gray.section {
  background-color: #fafafa;
}

/* content section, used in blog, pages and forms
-------------------------------------------------*/

.content.section .container {
  max-width: 600px;
}

/* section with background image
-------------------------------------------------*/

.section.with-background {
  position: relative;
}

.section .background,
.section.with-background::after {
  content: "";
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/* products section
-------------------------------------------------*/

.product-list li {
  list-style: none;
  margin: 0 0 30px;
  text-align: center;
  padding: 0 10px;
}

.product-list h3 {
  font-size: 1.2em;
  margin: 5px 0;
}

.product-list img {
  width: 100%;
}

.product-list span,
.product-list small {
  color: #666;
  font-size: 13px;
}

.product-list .price {
  color: #FF4141;
}

.product-list .discounted {
  text-decoration: line-through;
  color: #666;
}

.product-list .product-vendor {
  display: none;
}

/* pagination
--------------------------------------------------------------*/

.pagination {
  margin: 2em 1em .5em;
  color: #999;
  text-align: center;
}

.pagination a,
.pagination span {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 1em;
  margin: 0 2px;
}

.pagination a:link,
.pagination a:visited {
  color: #666;
  border-color: #999;
}

.pagination a:hover,
.pagination .current {
  color: #333;
  border-color: #666;
}

/* categories section
-------------------------------------------------*/

.category-list li {
  margin-bottom: 30px;
}

.category-list a {
  position: relative;
  display: block;
  line-height: 0;
}

.category-list h3 {
  position: absolute;
  text-align: center;
  margin: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0,0,0,0.3);
  font-size: 1.6em;
  padding: 44% 0;
  line-height: 0;
  -webkit-transition: background 300ms ease;
  -moz-transition: background 300ms ease;
  transition: background 300ms ease;
}

@media (min-width: 400px) and (max-width: 979px) {
  .category-list h3 {
    font-size: 2.2em;
  }
}

.category-list h3:hover {
  background: rgba(0,0,0,0.5);
}

.category-list img {
  width: 100%;
  background-color: #000;
}

/* posts section
-------------------------------------------------*/

.posts.section .post {
  margin-left: auto;
  margin-right: auto;
}

/* single product section
-------------------------------------------------*/

#product-images {
  margin-bottom: 30px;
}

#product-images .loading{
  background: #fff url(ajax-loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.product .thumbs {
  text-align: center;
  margin-top: 7px;
}

.product .thumbs li {
  display: inline-block;
  margin: 8px 10px 0 0;
}

.product .thumbs img {
  width: 85px;
}

.product.section h2 {
  margin-bottom: 0;
}

.product .title-description {
  min-height: 345px;
}

.product .price {
  color: #FF4141;
}

.product .discounted {
  text-decoration: line-through;
  color: #999;
  padding-left: 10px;
}

.product .description {
  margin-top: 30px;
}

.product-attributes h3 {
  display: none;
}

.product-attributes li {
  border-top: 1px solid #999;
  padding: 10px 5px;
  margin: 0;
}

/*
 base
-------------------------------------------------*/

#blog .post {
  margin-bottom: 100px;
}

.post h1 a {
  color: #123;
  text-decoration: none;
}

.post .more-link {
  color: #a00;
}

small.date {
  margin-top: 50px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #ccc;
  display: block;
  padding: 7px 0;
}

/* post content
-------------------------------------------------*/

.entry .quote {
  padding: 20px;
}

.entry small {
  color: #666;
  line-height: 150%;
  font-size: 0.9em;
}

.entry a small {
  display: inline;
}

.entry embed {
  margin: 10px 0 20px;
}

.entry span {
  height: 20px;
  border: 1px solid #bec7c5;
  border-left: 0;
  border-right: 0;
  margin: 25px 0;
  display: block;
}

.entry .quote {
  border: 1px solid #ccc;
  padding: 15px 15px 0;
  background: #fbfbfb url(i/icon-quote.png) no-repeat;
  background-position: 30px -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.entry .codecolorer span {
  display: inline;
  margin: 0;
  border: none;
}

.entry blockquote,
.entry pre,
.entry .codecolorer,
.entry code {
/*  background: #101C21;
  border:1px solid #293842;*/
  background-color: #fff;
  border: 1px solid #bbb;
  margin: 1.5em 1em 2em;
  padding: .8em 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #222;
}

.entry code {
  font-size: 13px;
  white-space: nowrap;
  display: block;
  overflow-x: auto;
}

.entry blockquote p,
.entry pre p,
.entry code p,
.commentlist blockquote p {
  font-size: 1.4em;
  margin: 0;
}

.entry blockquote li {
  margin-left: 30px;
}

.entry blockquote ol,
.entry blockquote ul {
  margin-bottom: 15px;
}

/* imagenes en posts
-------------------------------------------------*/

.entry p img, .entry p object {
  margin: 0 0 20px;
  position: relative;
  display: block;
  padding: 0;
}

.entry p img[align="right"] {
  margin-left: 7px;
}
.entry p img[align="left"] {
  margin-right: 7px;
}

.gravatar img,
img.border {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.gravatar a img:hover {
  border-color: #000;
}

/* cart, add to cart fixes
-------------------------------------------------*/

#form .bootic_form fieldset {
  margin: 0;
}

#form .bootic_form legend {
  font-weight: 400;
  color: #aaa;
}

#form .bootic_form label {
  font-weight: 400;
  padding-top: 11px;
}

#form .bootic_form .botonera {
  padding: 20px 0;
}

#form .bootic_form .botonera input {
  font-size: 14px;
}

@media (max-width: 700px) {
  #form .bootic_form label {
    text-align: left;
  }

  #form .bootic_form select,
  #form .bootic_form input[type=text],
  #form .bootic_form input[type=password],
  #form .bootic_form textarea {
    width: 100%;
  }
}

#product-main .add_to_cart li {
  padding-left: 14px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

#product-main .add_to_cart #cart_item_quantity {
  width: 40px;
}

.bootic_form input[type=reset],
.bootic_form input[type=submit],
#cart .cart_action_buttons .back,
#cart .cart_action_buttons .recalculate,
#cart .cart_action_buttons .next,
#product-main .add_to_cart .submit {
  padding: 0 30px;
  line-height: 30px;
  background: #888;
  color: #fff;
  text-shadow: none;
  border-color: transparent;
  border-radius: 0;
  text-transform: inherit;
  letter-spacing: -0.05em;
}

#cart .cart_action_buttons .back {
  padding: 5px 27px;
}

#cart .cart_action_buttons .next {
  background: #83D283;
}

#cart .cart_action_buttons .back:hover,
#cart .cart_action_buttons .recalculate:hover,
#cart .cart_action_buttons .next:hover,
#product-main .add_to_cart .submit:hover {
  border-color: #000;
  background-color: #000
}


#cart .cart_table th,
#cart .cart_table td {
  padding: 13px 15px;
}

#cart .cart_table th {
  font-weight: normal;
}

#cart .cart_table img {
  width: auto;
  max-width: 65px;
  margin-bottom: 0;
}


#cart .cart_table .cart_item_qty input {
  margin: 0;
  height: 36px;
  width: 40px
}

#cart .cart_table .cart_item_qty {
  width: 160px;
}

#cart .cart_table .cart_item_total {
  width: 100px;
}

#cart .cart_table .cart_item_remove {
  width: 60px;
}

#cart .cart_table .remove {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

#cart .cart_grand_total td {
  background: whitesmoke;
}

#cart .cart_grand_total strong {
}

@media (max-width: 500px) {
  #cart .cart_table td {
    padding: 13px 6px;
  }

  #cart .cart_item_thumb img {
    width: 40px
  }
}
