html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

b, strong {
    font-weight: bold;
}

i, em, address {
    font-style: italic;
}

pre {
    font-family: monospace;
}

.hidden {
    display: none;
}

::selection {background-color: #000;

color: #fff;}

.c {
    text-align: center !important;
}

.l {
    text-align: left !important;
}

.r {
    text-align: right !important;
}

.oh {
    overflow: hidden !important;
}

.st {
    margin-top: 10px;
}

.sl {
    margin-left: 10px;
}

.sr {
    margin-right: 10px;
}

.sb {
    margin-bottom: 10px;
}

.ssb {
    margin-bottom: 20px;
}

.sst {
    margin-top: 20px;
}

.ssl {
    margin-left: 20px;
}

.ssr {
    margin-right: 20px;
}

.ssst {
    margin-top: 40px;
}

/* No space */
.nst {
    margin-top: 0;
}

.nsb {
    margin-bottom: 0;
}

.nsl {
    margin-left: 0;
}

.nsr {
    margin-right: 0;
}

#products_page_container p,
#products_page_container ul,
#products_page_container ol,
#shoppingCartPage p,
#shoppingCartPage ul,
#shoppingCartPage ol {
    margin: 0;
    line-height: 1em;
}

button#calculate-shipping-button {
    font-size: 20px;
    padding: 7px 10px;
}

.addToCartButton input {
    cursor: pointer;
}

.lessthan.pull-right {
    margin-left: 15px;
}

.mini-text {
    font-size: 0.8em;
    text-align: left;
    font-weight: normal;
}

/*
 * Real CSS Starts here
 */

body {
font-family: 'Oswald', sans-serif;
    background-repeat: repeat;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

#wrapper {
    width: 940px;
    margin: auto;
}

.contentBox.home-image {
    padding: 0;
    width: 940px;
    border-bottom: 0 none;
}

.contentBox.home-image img {
    width: 940px;
}

.contentBox.fullWidth {
    padding: 0;
    width: 940px;
}

/* --- Header --- */
#logo {
    min-height: 80px;
    max-height: 200px;
    width: 100%;
    position: relative;
    z-index: 99;
    text-align: center;
}

#logo.img {
    line-height: 110px;
    max-width: 450px;
}

.logo-text {
    width: 100%;
    font-size: 42px;
    display: inline-block;
    margin-top: 25px;
    font-weight: normal;
    line-height: 40px;
}

#logo a:hover {
    text-decoration: none;
}

#logo img {
    max-width: 100%;
    max-height: 200px;
    vertical-align: middle;
}

.img.logo {
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    max-width: 450px;
}

.img.logo img {
    margin: 10px 0 30px;
    vertical-align: middle;
    max-height: 170px;
}

.searchbox {
    margin-top: 10px;
    position: relative;
    z-index: 100;
    height: 55px;
}

.searchbox .text-input {
    width: 100%;
    float: left;
}

.searchbox .input-append .span2 {
    width: 200px;
    float: left;
}

.searchbox .input-append .btn {
    font-size: 10px;
    width: 15px;
    height: 15px;
    border: 0;
}

.searchbox input {margin: 0;
padding: 2px;
color: #fff;
border: none;
border-bottom: 1px solid #333;
background-color: transparent !important;}

.searchbox .submit-button {
    font-size: 10px;
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
    background: url(images/search.png) no-repeat #FFF;
    border: 0;
    position: absolute;
    right: 5px;
    top: 0px;
    /* -webkit-filter: invert(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: invert(100%); */
}

/* Search suggestions */
.search-suggest {
    /* position: absolute; */
    left: 0;
    top: 25px;
    z-index: 2000;
    display: none;
    /* width: 300px; */
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12); */
    -webkit-overflow-scrolling: touch;
}

.search-suggest_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-suggest_item {
    list-style-type: none;
}

.search-suggest_link {
    position: relative;
    display: block;
    float: left;
    min-height: 60px;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
    list-style-type: none;
}

.search-suggest_link:hover,
.search-sugget_link:focus {
    text-decoration: none;
}

.search-suggest_all-results-link {
    min-height: initial;
    padding: 10px;
    text-align: center;
    text-decoration: underline;
}

.search-suggest_all-results-link:hover {
    text-decoration: none;
    opacity: 1;
    background: transparent !important;
}

.search-suggest_text {
    display: inline-block;
    float: left;
    width: 70%;
}

.search-suggest_product-name,
.search-suggest_price,
.search-suggest_installments {
    text-align: left;
    font-size: 14px;
}

.search-suggest_price {
    font-weight: bold;
}

.search-suggest_installments {
    font-size: 12px;
}

.search-suggest_image-container {
    width: 40px;
    float: left;
    margin-right: 10px;
    padding-top: 3px;
}

.search-suggest_image {
    max-width: 100%;
    max-height: 45px;
}

.search-suggest_icon {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -7px;
    width: 20px;
}

.languages {
    margin: 18px 0 12px 0;
    text-align: right;
}

.languages a {
    margin: 0px 3px;
}

.languages a img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.languages a.active img,
.languages a img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#auth {text-align: center;
margin-top: 6px;
margin-right: 10px;
font-size: 12px;
display: inline-block;
text-transform: uppercase;}

#auth a {/* text-transform: uppercase; */
color: #fff;
/* letter-spacing: 1px; */
font-size: 10px;
/* border-right: 1px solid; */
padding: 0 5px;
font-weight: 500;
transition: all .2s ease-in-out;
/* letter-spacing: 1px; */}

#auth a:last-child {
    border-right: none;
}

.cart-mobile {
    display: none;
}

#habla_window_div {
    z-index: 10000 !important;
}

/* Shopping Cart Display */
#ls_cart_widget {
    vertical-align: middle;
    text-align: right;
    /* width: 100px; */
    float: right;
    margin: 5px 0 10px 0;
    height: 20px;
}

#ls_cart_widget .cart-summary {
    padding: 4px 8px;
    height: 18px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    background: transparent !important;
    background: #1b1b1b;
    letter-spacing: 1px;
    line-height: 17px;
    /* min-width: 155px; */
    text-align: center;
    display: inline-block;
}

#ls_cart_widget .cart-summary img,
#ls_cart_widget .cart-summary span {
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}

/* --- Layout --- */
.headerBox {
    color: #313131;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}

.headerBox h2, .headerBox h1 {
    font-size: 27px;
    font-weight: 300;
    text-transform: uppercase;
}

.headerBox-List {
    color: #313131;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.headerBox-List span {
    margin-right: 5px;
    font-weight: bold;
}

.headerBox-List h2, .headerBox-List h1 {
    font-size: 27px;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headerBox-Page {
    color: #313131;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 15;
}

.headerBox-Page h2, .headerBox-Page h1 {
    font-size: 30px;
    font-weight: 700;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contentBox {
    height: auto;
    width: 920px;
    padding: 0 10px;
    float: left;
}

.no-border-bottom {
    border-bottom: 0 none;
}

.button, .submit_button {
    border: none;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    padding: 11px 10px;
    cursor: pointer;
    margin: 5px 0;
    /* letter-spacing: 2px; */
}

.button:hover, .submit_button:hover {
    text-decoration: none;
}

a.button {
    line-height: 23px;
    padding: 0 8px;
    display: block;
}

.transactionResultsContainer {
    padding: 10px 0;
}

/* --- Pagination & Breadcrumbs --- */
.breadcrumbs-wrapper {
    text-align: right;
}

.crumbPaginationContainer {
    overflow: hidden;
    clear: both;
    font-size: 12px;
    padding: 0 16px 0 12px;
}

.crumbPaginationContainer.top {
    padding-top: 10px;
}

.crumbPaginationContainer.bottom {
    padding-bottom: 10px;
    text-align: center;
}

.crumbPaginationContainer .pagination {
    font-size: 16px;
}

.crumbPaginationContainer .pagination,
.crumbPaginationContainer .pagination a {
    color: #535353;
    padding: 3px;
}

.crumbPaginationContainer .pagination .page-number.selected {
    font-weight: bold;
    padding: 3px;
}

.crumbPaginationContainer #breadcrumb {
    float: left;
    font-size: 11px;
    margin-top: 3px;
}

#breadcrumb,
#breadcrumb a {
    font-size: 8pt;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
}

#breadcrumb span.last {
    font-size: 8pt;
    font-weight: 700;
    letter-spacing: 0px;
}

#breadcrumb {
    font-size: 8pt;
    margin-bottom: 30px;
}

/* FILTERS & CATEGORIES */
#categories-column {
    margin: 20px 0 0 0;
}

#categories-column h4 {
    margin: 0 0 20px 0;
    font-weight: 700;
    background-color: #333;
    color: white;
    font-size: 12px;
    padding: 5px 5px;
    text-align: center;
}

#categories-column #categories-list li {
    margin: 0 0 8px 0;
}

#categories-column #show-more-cats {
    text-align: center;
    display: block;
    border-top: 1px solid #ccc;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

#categories-column #show-more-cats i.fa {
    color: #ccc;
    top: -1px;
    position: absolute;
    background: #fff;
    padding: 0 10px 5px 10px;
    left: 35%;
    width: 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.filters {
    margin: 20px 0 0 0;
}

.filters_container {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.filters_header {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 14px;
}

.filter-btn {
    background: transparent;
    border: 1px solid #e1e1e1;
    margin: 0 8px 8px 0;
    border-radius: 3px;
    white-space: normal;
    word-break: break-word;
}

.filter-btn:active,
.filter-btn:hover {
    opacity: 0.6;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.filter-btn-color {
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    margin: 0 5px 8px 0;
    border-radius: 3px;
}

.filter-btn-color:hover {
    border-color: #c1c1c1;
}

#get-filters {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#get-filters h4 {
    margin: 0 0 20px 0;
    font-weight: 100;
}

.filter-remove {
    background: #eee;
    border: 1px solid #999;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0 0 10px 0;
    color: #333;
    white-space: normal;
    word-break: break-word;
    padding: 5px 34px 5px 10px;
}

.filter-remove:hover {
    border: 1px solid #000;
    color: #000;
}

.filter-remove:after {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
}

.filters-msg {
    text-align: center;
    font-size: 15pt;
    margin-top: 15%;
}

/* --- Home Page --- */
.home-prods .left-col {
    padding-right: 5px;
}

.sidebar-home {
    width: 100%;
    padding: 10px;
    min-height: 449px;
}

#categories-column .home-categories-list a {
    font-size: 14px;
}

.sidebar ul li {
    list-style: none;
}

#categories-column.sidebar-home #show-more-cats {
    float: left;
    width: 80%;
    margin-bottom: 0px;
    height: 30px;
}

.featured-products-header {font-weight: 300;
font-size: 19px;
margin-bottom: 20px;
letter-spacing: 10px;
text-align: center;
text-transform: uppercase;}

a.btn-see-all-prods {line-height: 40px;
text-transform: uppercase;}

/* --- Products Page --- */
.product-table {
    display: table;
    border-spacing: 10px;
    width: 100%;
    table-layout: fixed;
}

.product-row {
    float: left;
    width: 100%;
}

#product-listing .product {
    display: table-cell;
    overflow: hidden;
    border: 1px solid #D2D2D2;
    width: 298px
}

.product:hover,
.dest-gral:hover,
.dest:hover {

    text-decoration: none;
}

.product .head,
.dest-gral .head,
.dest .head {
    display: block;
    text-align: center;
    position: relative;
}

.dest-gral .head {
    min-height: 65px;
    margin-bottom: 20px;
}

.dest-gral .head.item-with-all-tags-height {
    min-height: 90px;
}

/*banner-services styles*/
.banner-services {
    opacity: 1;
    padding: 20px 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.banner-services i {font-size: 32px;
color: rgb(183, 84, 66);}

.banner-services .banner-service-item {
    width: 300px;
}

.banner-services-footer .banner-services {
    margin: 10px auto;
}

/*End Banner Services*/
.load-more-container {
    clear: both;
    float: left;
    width: 100%;
    margin: 20px auto 10px auto;
}

#loadMoreBtn {
    line-height: 50px;
    width: 45%;
    margin: 40px auto;
    text-transform: uppercase;
}

.loadingSpin {
    display: none;
    float: left;
    font-size: 1em;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    position: relative;
    left: 10px;
    top: 13px;
}

.product .bajada h3 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 0;
    margin: 0;
    padding: 0;
}

#product-listing .product img {
    max-width: 298px;
}

#product-listing .product .bajada {
    display: block;
    padding: 6px;
    background: #F8F8F8;
    border-top: 1px solid #D2D2D2;
    font-size: 14px;
    overflow: hidden;
}

#product-listing .product .bajada a {
    display: block;
    padding: 6px;
    text-decoration: none;
}

#product-listing .product:hover .bajada strong {
    text-decoration: underline;
}

#product-listing .product .bajada .price {
    float: right;
}

.col0 {
    clear: left;
}

/* --- Single Product --- */



/* Left col */
.mobile-bxslider {
    display: none;
}

.desktop-featured-product {
    display: block;
}

.productContainer .imagecol {
    /*float: left;*/
}

.productContainer .imagecol .imagecolContent {
    position: relative; /* For cloud zoom */
}

.productContainer .imagecol .imagecolContent img {
    display: block;
    width: 100%;
}

.thumbnail-container {
    overflow: hidden;
}

.thumbnail-container .single-thumb {
    float: left;
    margin: 6px 6px 0px 0px;
    width: 100%;
    text-align: center;
}

.thumbnail-container .single-thumb a {
    display: block;
}

.thumbnail-container .single-thumb img {
    max-height: 143px;
}

/*  Thumbnail scroller  */
.jThumbnailScroller {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.jThumbnailScroller .jTscrollerContainer {
    position: absolute;
}

.jThumbnailScroller .jTscroller {
    position: relative;
    height: 100%;
    margin: 0;
    left: 0;
    top: 0;
    display: inline-block;
    * display: inline;
}

.jThumbnailScroller .jTscrollerNextButton, .jThumbnailScroller .jTscrollerPrevButton {
    position: absolute;
    display: block;
}

.jThumbnailScroller .jTscrollerNextButton {
    background: #FFF url(images/arrows.png) no-repeat top left;
}

.jThumbnailScroller .jTscrollerPrev {
    background: #FFF;
    width: 100%;
    position: relative;
    height: 10px;
}

.jThumbnailScroller .jTscrollerPrevButton {
    background: #FFF url(images/arrow-prev.png) no-repeat top center;
}

.jThumbnailScroller .jTscrollerNextButton:hover {
    background: #FFF url(images/arrows.png) no-repeat bottom left;
}

.jThumbnailScroller .jTscrollerPrevButton:hover {
    background: #FFF url(images/arrow-prev.png) no-repeat bottom center;
}

.jThumbnailScroller .jTscroller a {
    display: block;
    float: left;
}

.jThumbnailScroller .jTscroller a:hover {}

.jThumbnailScroller .jTscroller a:first-child {
    margin-left: 10px;
}

.jThumbnailScroller .jTscroller a img {
    border: none;
    max-height: 143px;
}

/* a vertical scroller */
.jThumbnailScroller#tS3 {
    width: 100%;
    height: 362px;
    margin: 0;
}

.jThumbnailScroller#tS3 .jTscroller {
    height: auto;
    margin-bottom: 40px;
}

.jThumbnailScroller#tS3 .jTscroller a {
    display: block;
    margin: 0 6px 10px 6px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.jThumbnailScroller#tS3 .jTscroller a:hover {
    opacity: 1;
}

.jThumbnailScroller#tS3 .jTscroller a:first-child {}

.jThumbnailScroller#tS3 .jTscrollerNextButton {
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 7px;
    display: none;
}

.jThumbnailScroller#tS3 .jTscrollerPrevButton {
    top: 0;
    width: 100%;
    height: 9px;
    display: none;
}

.productContainer .imagecol .container-box {
    margin: 10px auto;
    width: 70%;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
}

.productContainer .imagecol .container-box h3 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 12px;
}

/* Right col */
.productContainer .descriptioncol {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.productContainer .descriptioncol .descriptioncolContent {
    width: 100%;
}

.descriptioncolContent .max_installments {
    font-size: 15px;
    margin-top: 10px;
}

.productContainer .descriptioncol .title h1 {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px;
    word-wrap: break-word;
}

.productContainer .descriptioncol .title h2 {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
}

.productContainer .descriptioncol .price {
    font-size: 30px;
    /* margin-top: 10px; */
    position: relative;
    font-weight: 600;
    line-height: 30px;
}

.price-holder {
    text-align: right;
}

.price-compare {
    bottom: 120%;
    right: 0;
}

.product-detail_payment-logos-link:hover {
    text-decoration: none;
}

.product-detail_payment-logos-container {
    width: 80%;
}

.product-detail_payment-logos-img {
    height: 20px;
    margin: 0 1px 5px 0;
}

#fancybox-content .price-compare span {
    padding: 0;
    border: 0 none;
}

.productContainer .descriptioncol .price-compare span {
    color: #707070;
    text-decoration: line-through;
    /* padding: 0 10px; */
    font-size: 14px;
    font-weight: 400;
}

.installments {
    font-size: 1.3em;
    margin-top: 10px;
}

.installments .tab-content {
    padding-bottom: 50px;
}

#button-installments {
    font-size: 20px;
    padding: 0;
    font-size: 12px;
    background: none;
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0px !important;
}

.descriptioncol .installments {
    margin: 10px 0;
}

.installments {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

li[id^="method"] a {
    font-weight: bold;
    border-radius: 0;
    font-size: 20px;
}

span[id^="installment"] {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
}

#button-installments:focus {
    text-decoration: none;
    outline: none;
}

#InstallmentsModal {
    width: 600px;
    max-width: 95%;
    max-height: 90%;
    font-size: 18px;
    top: 20px;
}

.max_installments {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-top: 15px;
    color: #666;
}
.dest-gral .max_installments{
	opacity: 0;
	transition:all .2s ease-in-out;
}
.dest-gral:hover .max_installments{
	opacity: 1;
		transition:all .2s ease-in-out;

}
.productContainer .descriptioncol .stock {
    font-size: 14px;
    font-style: italic;
}

.productContainer .descriptioncol .description-title {
    margin-top: 22px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -1em;
}

.productContainer .descriptioncol .description, .productContainer .descriptioncol .description p,
.productContainer .descriptioncol .description div {
    font-size: 14px;
    margin: 25px 0;
}

.quick-content .productContainer .descriptioncol .fancyContainer {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.productContainer .descriptioncol .fancyContainer {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
}

.productContainer .descriptioncol .attributeLine {
    margin-bottom: 6px;
}

.productContainer .descriptioncol .attributeLine label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.productContainer .descriptioncol .attributeLine label .number {
    padding: 7px 6px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100%;
    color: #3f4040;
}

.productContainer .descriptioncol .attributeLine select {
    background: #FFFFFF;
    border: 1px solid #ABABAB;
    color: #535353;
    font-size: 14px;
    padding: 2px;
    width: 90%;
    margin-top: 1px;
}

.productContainer .descriptioncol .addToCartButton .button {
    width: 100%;
}

a.insta-variations {
    width: auto;
    float: left;
    padding: 1px;
    display: inline-block;
    cursor: pointer;
    margin: 8px 0 8px 12px;
    height: 24px;
}

a.insta-variations span.custom-variants {
    width: auto;
    padding: 2px 8px;
}

a.insta-variations span {
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 24px;
    opacity: 0.7;
}

a.insta-variations.selected span {
    opacity: 1;
}

/* --- modal --- */

.productContainer .descriptioncol .attributeLine-quickshop label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #3f4040;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
}

.productContainer .descriptioncol .attributeLine-quickshop select {
    background: #FFFFFF;
    border: 1px solid #ABABAB;
    color: #535353;
    font-size: 14px;
    padding: 2px;
    width: 33%;
    margin-top: 1px;
}

.productContainer .descriptioncol .attributeLine-quickshop label .number {
    padding: 7px 6px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-radius: 100%;
    color: #3f4040;
}

input.product-quantity_input {
    width: 90%;
    border: 1px solid #ABABAB;
    height: 25px;
    margin-top: 0px;
    padding-left: 7px;
}

input.product-quantity_quickshop-input {
    width: 12%;
}

#product_form {
    margin-top: 20px;
}

#product_form .shipping-calculator {
    float: left;
}

#product_form .shipping-calculator .shipping-calculator-form {
    text-align: left;
}

.shipping-calculator_label {
    width: 100%;
    float: left;
    margin: 0px;
}

#product_form .shipping-calculator .shipping-calculator-form #invalid-zipcode {
    float: left;
    width: 100%;
    margin: 0px;
}

#product_form .shipping-calculator label {
    min-width: 320px;
    margin: auto;
    max-width: 370px;
    cursor: default;
}

#product_form .shipping-calculator li input[type="radio"]:checked + .shipping-option {
    border: 0px solid;
}

#product_form .shipping-calculator .shipping-option i {
    display: none;
}

#product_form .shipping-option .option-name {
    margin-top: 8px;
}

/* --- Shopping Cart --- */
button.item-plus {
    margin-top: -5px;
}

button.item-plus, button.item-minus {
    display: block;
    font-size: 11pt !important;
    background: transparent;
    border: 0;
}

button.item-minus.minus-mobile {
    display: none;
}

button.item-delete {
    display: block;
    font-size: 22pt;
    background: transparent;
    border: 0;
}

button.item-plus i.fa, button.item-minus i.fa {
    color: rgba(0, 0, 0, 0.1);
}

button.item-plus i.fa:hover, button.item-minus i.fa:hover {
    color: #434343;
}

#shoppingCartPage .fa-cog {
    color: #dedede !important;
    font-size: 20px;
    margin-left: 32%;
    margin-top: 12%;
}

#shoppingCartPage .contentBox {
    padding: 20px 30px;
    width: 880px;
}

#shoppingCartPage .contentBox,
#shoppingCartPage .contentBox a {
    color: #535353;
}

#shoppingCartPage .cart-contents {
    margin: 30px 10px 0px 10px;
}

#shoppingCartPage .cart-contents ul {
    overflow: hidden;
}

#shoppingCartPage .cart-contents ul li {
    float: left;
    margin: 0;
}

#shoppingCartPage .cart-contents li.span1 {
    width: 2%;
}

#shoppingCartPage .cart-contents li.span2 {
    width: 12%;
}

#shoppingCartPage .cart-contents li.span6 {
    width: 55%;
}

#shoppingCartPage .cart-contents .firstrow li {
    font-size: 9pt;
    height: 19px;
    letter-spacing: 2px;
}

#shoppingCartPage .cart-contents .productrow li {
    font-size: 18px;
    line-height: 22px;
    margin-top: 35px;
}

#shoppingCartPage .cart-contents .productrow li.col-quantity .span6.text-center {
    width: 30px;
}

#shoppingCartPage .cart-contents ul li.last {
    padding-right: 0;
}

#shoppingCartPage .cart-contents .firstrow {
    text-transform: uppercase;
    font-size: 10pt;
    padding-bottom: 10px;
    font-weight: bold;
}

#shoppingCartPage .cart-contents .productrow {
    padding: 10px 0;
}

#shoppingCartPage .cart-contents .productrow .col-product {
    text-transform: uppercase;
    margin-top: 0;
}

#shoppingCartPage .cart-contents .productrow .col-delete {
    text-align: right;
}

#shoppingCartPage .cart-contents .productrow .thumb {
    float: left;
}

#shoppingCartPage .cart-contents .productrow .name {
    margin-top: 7.5%;
    margin-left: 10px;
    display: inline-block;
}

#shoppingCartPage .cart-contents .productrow .cart-name-mobile {
    display: none;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input {
    border: 1px solid #D2D2D2;
    color: #353535;
    font-size: 16px;
    padding: 6px;
    text-align: center;
    width: 30px;
    margin: 0px;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input::-webkit-outer-spin-button,
#shoppingCartPage .cart-contents .productrow .col-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input[type='number'] {
    -moz-appearance: textfield;
}

#shoppingCartPage .cart-contents .productrow .col-delete a {
    font-size: 18pt;
}

#shoppingCartPage .cart-contents .productrow a {
    font-size: 14px;
}

#shoppingCartPage .cart-contents .totals-container {
    text-align: center;
    font-size: 24px;
    padding: 30px 20px 30px 0;
    color: rgb(183, 84, 66)
}

#shoppingCartPage .go-to-checkout {
    text-align: right;
    margin: 20px 10px;
    float: right;
    width: 40%;
}

#shoppingCartPage .go-to-checkout input {
    margin-left: 12px;
    padding: 11px 20px;
    float: right;
}

#shoppingCartPage .continue-buying {
    padding: 11px 20px;
    float: left;
    margin-top: 24px;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    padding: 11px 10px;
    cursor: pointer;
    margin: 5px 0;
    letter-spacing: 2px;
    margin-top: 24px;
    margin-left: 10px;
    background: #333;
    text-decoration: none;
}

#change-quantities {
    display: none;
}

/*Nav mobile for tablet portrait fix - changed 767 to 768 */

@media (max-width: 769px) {
    #shoppingCartPage .cart-contents li.col-product {
        width: 55%;
    }

    .img.logo {
        margin: 0 auto;
    }
}

/* Checkout Form */
.contact,
.contact a {
    color: #535353;
}

.contact .info {
    float: left;
    padding: 30px 10px 0;
}

.contact .info p {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.contact .info li {
    font-size: 13px;
    list-style: none;
    margin: 10px 0;
    margin-bottom: 3px;
    padding-top: 5px;
}

.contact i.fa {
    font-size: 20px;
    margin: 0 10px;
}

.contact i.fa.fa-envelope {
    font-size: 18px;
}

.contact i.fa.fa-map-marker {
    padding-left: 4px;
    margin-right: 14px !important;
}

.contact .alert {
    text-align: center;
    float: right;
    padding: 10px;
    width: 80%;
    border-radius: 0px;
}

.contact .prod-consult {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.contact .prod-consult label {
    text-align: right;
    text-transform: uppercase;
}

.info .span4 i.fa {
    width: 18px;
}

.info .span4 a {
    vertical-align: top;
}

#wrapper-foot .fa {
    font-size: 25px;
    /* margin: 4px; */
}

#wrapper-foot a:hover .fa {
    color: rgb(183, 84, 66);
}

.col-foot.contact-data i {
    width: 25px;
}

#wrapper-foot i.fa.fa-envelope {
    font-size: 16px;
}

#wrapper-foot i.fa.fa-comments {
    font-size: 18px;
}

.contact .info .social {
    margin-top: 20px;
}

#wrapper-foot .col-foot.contact-data i.fa {
    font-size: 16px;
    /* float: left; */
}

#wrapper-foot .col-foot.contact-data i.fa.fa-envelope {
    font-size: 14px;
    float: left;
}

#wrapper-foot .col-foot.contact-data a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    /* max-width: 0px; */
    width: 85%;
}

#wrapper-foot .col-foot.contact-data i.fa.fa-map-marker {
    /* padding-left: 4px; */
    /* margin-right: 1px !important; */
}

.contact .info .social img {
    vertical-align: middle;
    margin-left: 3px;
}

.contact .form {
    float: left;
    padding-top: 10px;
    width: 100%;
}

#checkoutForm .notice {
    color: #606060;
    font-size: 13px;
}

#checkoutForm .form-field, .contact_form .field {
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}

#checkoutForm .form-field label, .contact_form .field label {
    display: inline-block;
    width: 100%;
    text-align: right;
    vertical-align: middle;
    font-size: 12px;
}

.contact_form .field label, .contact_form .field input, .contact_form .field textarea {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    color: #707070;
}

.contact_form .field label {
    padding-top: 2px;
    width: 95%;
    text-transform: uppercase;
}

.contact_form .field input, .contact_form .field textarea {
    margin: 0;
}

#checkoutForm .form-field input, .contact_form .field input, .contact_form .field textarea {
    width: 95%;
    border: 1px solid #d2d2d2;
    padding-left: 5px;
}

.contact_form .field textarea {
    width: 95%;
}

.contact_form .field.winnie-pooh {
    display: none;
}

#checkoutForm .form-field input:focus, .contact_form .field textarea:focus {
    background: #f8f8f8;
}

.contact_form .submit_button, .contact_form .field input.submit_button {
    margin: 15px 0 10px 0;
    width: 97%;
    font-size: 14px;
    padding: 10px 5px !important;
    color: #FFF !important;
    background-color: #333 !important;
    font-weight: 700;
    letter-spacing: 3px;
    border: 0;
    transition: all .2s ease-in-out;
}

.contact_form .submit_button:hover , .contact_form .field input.submit_button:hover {
    margin: 15px 0 10px 0;
    width: 97%;
    font-size: 14px;
    padding: 10px 5px !important;
    color: #FFF !important;
    background-color: rgb(183, 84, 66) !important;
    font-weight: 700;
    letter-spacing: 3px;
    opacity: 1;
    border: 0;
    transition: all .2s ease-in-out;
}

#checkoutForm .form-field .validation-error {
    color: #aa0000;
    font-size: 11px;
    font-weight: bold;
    margin-left: 134px;
}

#checkoutForm .custom-gateway label {
    margin-left: 65px;
}

#checkoutForm .custom-gateway label img {
    vertical-align: middle;
    margin-left: 10px;
}

#checkoutForm .submit-button {
    margin-top: 15px;
    text-align: right;
    width: 456px;
    float: right;
}

/* Account styles */
.account-form-wrapper .alert-danger, .account-form-wrapper .alert-error {
    width: 60%;
    margin: auto;
    text-align: center;
    border-radius: 0px;
}

.account-form-wrapper {
    width: 50%;
    margin: 0 auto;
}

.account-form-wrapper .field .span1 {
    width: 120px;
    margin-left: 0px;
}

.account-form-wrapper {
    text-align: center;
}

.account-form-wrapper .submit_button {
    margin: 15px auto 30px auto;
    width: 70%;
    background-color: #333 !important;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.account-form-wrapper .submit_button:hover {
    background-color: 32B39A !important;
    transition: all .2s ease-in-out;
}

.customer-box .contact-data {
    float: left;
}

.customer-box h3, .order-box h3, .details-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.customer-box a {
    text-decoration: underline;
}

.addresses {
    width: auto;
    float: left;
    margin: 0px 0px 20px 10px;
}

.addresses a {
    text-decoration: underline;
}

input.submit_button.facebook {
    width: 100%;
    border-color: #3B5998;
    border-bottom-color: #263a63;
    background-color: #3B5998;
    padding: 10px;
}

hr.featurette-or-divider {
    margin: -10px 0 29px 0;
}

.account-form-wrapper i.fa.fa-facebook {
    position: absolute;
    margin-top: 26px;
    font-size: 19px;
    color: #fff;
    margin-left: 10px;
}

/* --- password Page * ---- */
.password-page .password-page-body {
    height: 100%;
}

.password-page .password-container {
    width: 100%;
    clear: both;
    float: left;
}

.password-page .password-container .logo {
    margin: 12px auto 8px auto;
    text-align: center;
}

.password-page .password-container .logo img {
    min-height: 80px;
    max-height: 200px;
}

.password-page .password-container .logo.text-only {
    text-align: center;
}

.password-page .password-container.password-message h2 {
    margin: 20px auto 20px auto;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.password-container.password-message {
    width: 60%;
    float: none;
    margin: auto auto 30px auto;
}

.password-page .password-container.password-icon {
    margin-bottom: 20px;
    margin-top: 20px;
}

.password-page .password-container.password-icon .password-svg {
    width: 6%;
    margin-top: 20px;
}

.password-page .password-container.password-icon .svg-line {
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(-4deg);
    }

    50% {
        -webkit-transform: rotate(4deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.wiggle {
    -webkit-animation: wiggle 1.5s infinite;
    animation-delay: 2s;
}

.password-container .access-top {
    text-align: center;
    margin-top: 10px;
}

.password-container .access-top i.fa.fa-unlock {
    margin-top: 6px;
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.password-page .password-container #wrapper-foot {
    padding: 10px;
    text-align: center;
}

.password-page .password-container #wrapper-foot .foot-nav {
    padding: 10px;
}

.password-page .password-container #wrapper-foot ul.foot-nav li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}

.password-page .password-container #wrapper-foot ul.foot-nav li:last-child {
    border-right: 0px;
}

.password-page .password-container #wrapper-foot .alert {
    width: 30%;
    margin: auto;
}

.password-page .password-container.password-social {
    padding: 0px 0 35px 0;
}

.password-page .password-container.password-social a.soc-foot {
    margin: 10px;
}

.password-page .password-container.password-social a.soc-foot i {
    font-size: 36px;
}

.password-password {
    margin-bottom: 13px;
    padding-bottom: 10px;
    width: 95%;
    margin: 0px auto 13px auto;
}

#wrapper-foot .password-password h4 {
    margin-bottom: 0px;
}

.password-password input[type="password"] {
    padding: 8px;
}

.password-password .btn {
    margin-top: 10px;
    padding: 8px;
    border: none;
    box-shadow: none;
    border: 0px;
    text-shadow: none;
    text-transform: uppercase;
    margin-left: 8px;
}

.password-page .password-footer-tall {
    margin-top: 130px;
}

/* --- 404 --- */
#errorPage {
    padding: 20px;
}

.error {
    color: #AA0000;
}

.success {
    color: #00AA00;
}

.centered {
    text-align: center;
    margin-bottom: 15px;
}

#shoppingCartPage .emptyCart a {
    color: #909090;
}

#shoppingCartPage .go-to-checkout a.button {
    float: left;
    background: #1b1b1b;
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    padding: 11px 20px;
}

#shoppingCartPage .go-to-checkout a.button:hover {
    background: #535353;
}

.contentBox > p {
    /* margin: 20px; */
}

#single-product {
    clear: both;
}

#price_display {
    font-weight: bold;
}

.shareLinks {
    margin: 0 auto;
    display: inline-block;
}

.shareLinks .shareItem {
    float: left;
    margin-right: 10px;
}

.shareLinks .shareItem.twitter {
    margin-right: 10px;
}

.shareLinks .shareItem.google {
    width: 65px;
}

.shareLinks .shareItem.facebook iframe {
    z-index: 5;
}

.clear {
    clear: both;
}

.contact-ok {
    font-size: 14px;
    text-align: left;
    margin: 2px 0;
}

.contact-error {
    font-size: 14px;
    text-align: left;
    margin: 2px 0;
}

.no-border-bottom {
    border-bottom: 0 none;
}

/*** Nuevo ***/
#wrapper-foot {
    position: relative;
    background: transparent !important;
    /* padding: 20px 0 30px 0; */
}

#wrapper-foot h4 {font-size: 14px;
color: #fff !important;
font-weight: 700;
text-transform: uppercase;
line-height: 19px;
margin: 10px 0 5px;}

@media (max-width: 769px) {
    a.btn-see-all-prods {
        width: 75%;
    }

    .row-fluid .responsive-inline {
        float: left;
        width: 50%;
    }

    .sort-by-container {
        float: left;
        width: 60%;
    }

    #loadMoreBtn {
        width: 65% ;
    }

    /*Installments mobile */
    li[id^="method"] a,
    .installments span[id^="installment"] {
        font-size: 14px;
    }

    .installments .nav-tabs {
        border-bottom: 0;
    }

    .installments .nav-tabs li a {
        margin: 1px;
    }

    li[id^="method"].active a {
        border-bottom: 1px solid #ddd;
    }

    .addresses a {
        width: 80%;
        margin: auto;
    }

    /** password page **/
    .password-page .password-container #wrapper-foot {
        width: 100%;
        box-sizing: border-box;
    }

    .password-page .password-container.password-icon .password-svg {
        width: 15%;
    }

    .password-container.password-message {
        width: 90%;
    }

    .password-page .password-container.password-message h2 {
        font-size: 24px;
        line-height: normal;
    }

    .password-password input[type="password"] {
        height: 36px;
    }

    /*shipping*/
    #product_form .shipping-calculator .shipping-calculator-form {
        text-align: center;
    }

    #product_form .shipping-calculator .shipping-calculator-form #invalid-zipcode {
        text-align: center;
    }

    #shoppingCartPage {
        float: left;
    }

    /* Variants in Mobile with panel START */
    .mobile-vars a.mobile-vars_btn {
        overflow: hidden;
        text-decoration: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mobile-vars a.mobile-vars_btn .mobile-vars_btn-icon {
        position: absolute;
        right: 10px;
        float: right;
        display: block;
        top: 11px;
        font-size: 2.5em;
    }

    .mobile-vars-panel {
        height: 9999px;
        left: 0;
    }

    .mobile-vars-panel a.insta-variations {
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: left;
        border-left: none;
        border-right: none;
        border-bottom: none;
        margin: 0;
        padding: 20px;
        height: auto;
        text-decoration: none;
    }

    .mobile-vars-panel a.insta-variations span {
        height: auto;
        width: auto;
        padding: 0px 3px;
        border-radius: 100%;
    }

    .mobile-vars-panel a.insta-variations span i {
        visibility: hidden;
    }

    .mobile-vars-panel a.insta-variations {
        width: 100%;
        margin: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mobile-vars-panel_check {
        width: 10%;
        display: inline-block;
        float: left;
    }

    .mobile-vars-panel_variant-name {
        width: 90%;
        display: inline-block;
    }

    /* Variants in Mobile with panel END */
}

.col-foot {
    width: 100%;
    float: left;
}

.col-foot li {
    list-style: none;
    /* text-transform: uppercase; */
    clear: both;
    font-size: 11px;
    color: #999 !important;
    font-weight: 500;
}

.col-foot li a {
    font-size: 11px;
    font-weight: 500;
    line-height: 6px;
    color: #999 !important;
    text-transform: None;
}

.col-foot li a:hover {
    text-decoration: none;
    opacity: 1;
    color: rgb(183, 84, 66) !important;
}

.col-foot a.facebook {
    background: url(images/redes.png) no-repeat 0 -25px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.facebook:hover {
    background: url(images/redes.png) no-repeat 0 0;
}

.col-foot a.twitter {
    background: url(images/redes.png) no-repeat -25px -25px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.twitter:hover {
    background: url(images/redes.png) no-repeat -25px 0;
}

.col-foot a.instagram {
    background: url(images/redes.png) no-repeat -50px -25px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.instagram:hover {
    background: url(images/redes.png) no-repeat -50px 0;
}

.col-foot a.google_plus {
    background: url(images/redes.png) no-repeat -75px -25px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.google_plus:hover {
    background: url(images/redes.png) no-repeat -75px 0;
}

.col-foot a.pinterest {
    background: url(images/redes.png) no-repeat -100px -25px;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 5px;
}

.col-foot a.pinterest:hover {
    background: url(images/redes.png) no-repeat -100px 0;
}

.col-foot img {
    height: 15px;
    box-shadow: #000 0 0 0;
}

.col-foot img:first-child {
    margin-top: 8px;
}

.seals .col-foot img {
    max-height: 60px;
    height: auto;
}

/*seals*/
.custom-seals-container {
    clear: both;
}

.custom-seals-container, .seals {
    float: left;
}

.seals .col-foot > div {
    height: auto !important;
}

.custom-seals-container .custom-seal {
    float: left;
    margin: 5px 0px;
}

.custom-seals-container .custom-seal-img,
.custom-seals-container .custom-seal-img img {
    max-width: 90px;
    max-height: 60px;
}

/*end*/
.afip {
    display: inline-block;
    float: left;
    clear: both;
    margin: 5px auto;
}

.afip img {
    max-height: 40px;
    vertical-align: middle;
}

#newsletter {
    float: left;
    width: 100%;
    padding: 6px 0px 0px;
}

#newsletter form, #newsletter-popup form {
    margin-top: 5px;
}

#newsletter .alert {
    padding: 10px;
    border-radius: 0px;
}

#logo-news {
    min-height: 80px;
    max-height: 200px;
    width: 100%;
    position: relative;
    z-index: 99;
    text-align: center;
    padding: 30px 0px;
    overflow: hidden;
}

#newsletter .contact-error, #newsletter .contact-ok {
    font-size: 13px;
    text-align: left;
}

#newsletter-popup .contact-ok, #newsletter-popup .contact-error {
    border-radius: 0;
}

#newsletter input[type="news"], #newsletter input[type="text"] {
    width: calc(100% - 235px);


    background: transparent !important;
    border: none;
    height: 16px;
    padding: 2px;
    font-size: 13px;
    color: #333;
    margin: 0px;
    border: none !important;
    border-bottom: 1px solid #333 !important;
    margin-right: 25px;
}

#newsletter input.btn {
    border: none !important;
    padding: 1px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: transparent !important;
    border: 1px solid white !important;
    box-shadow: none;
    text-shadow: none !important;
    font-weight: 700;
    margin-top: 8px !important;
}

#newsletter-popup input.btn.news {
    border: none !important;
    padding: 1px;
    font-size: 15px;
    color: #fff;
}

#newsletter .input-append input {
    /* width: 100% !important; */
    display: inline-block !important;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 3px 15px !important;
    height: 27px;
    text-transform: uppercase;
    margin-top: 0;
}

#newsletter-popup .input-append.news input {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px;
    padding: 3px 10px !important;
    height: 35px;
    text-transform: uppercase;
    margin-top: 0;
}

#newsletter-popup .input-append.news {
    width: 100% !important;
    margin-top: 20px;
}

#newsletter div.winnie-pooh, #newsletter-popup div.winnie-pooh {
    display: none;
}

.col-foot li.phone {
    width: 100%;
    height: 14px;
    background: url(images/icons-foot.png) no-repeat 0px 0px;
    padding-left: 25px;
    font-size: 14px;
    text-transform: none;
    float: left;
    color: #fff;
    margin: 5px 0;
    line-height: 13px;
}

.col-foot li.mail {
    width: 100%;
    height: 14px;
    background: url(images/icons-foot.png) no-repeat 0px -14px;
    padding-left: 25px;
    font-size: 14px;
    text-transform: none;
    float: left;
    color: #fff;
    margin: 5px 0;
    line-height: 13px;
}

.col-foot li.mail a {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.col-foot li.address {
    width: 100%;
    height: 14px;
    background: url(images/icons-foot.png) no-repeat 0px -28px;
    padding-left: 25px;
    font-size: 14px;
    text-transform: none;
    float: left;
    color: #fff;
    margin: 5px 0;
    line-height: 13px;
}

.col-foot li.blog {
    width: 100%;
    height: 14px;
    background: url(images/icons-foot.png) no-repeat 0px -42px;
    padding-left: 25px;
    font-size: 14px;
    text-transform: none;
    float: left;
    color: #fff;
    margin: 5px 0;
    line-height: 13px;
}

.col-foot li.blog a {
    font-size: 14px;
    color: #fff;
}

#footer .payments, #footer .shipping {
    display: inline-block;
    height: 29px;
    vertical-align: middle;
}

.seals .col-foot > div:first-child {
    margin-top: 10px;
}

#seloEbit {
    overflow: visible !important;
}

#wrapper-legal {
    position: relative;
    background: transparent;
    color: #FFF;
    /* padding: 5px; */
}

.powered-by {font-size: 11px;
color: #313131;
/* padding-left: 20px; */}

.powered-by a {
    font-size: 11px;
    color: #313131;
}

.copyright {font-size: 7px;
color: #535353;
text-transform: uppercase;
text-align: right;
/* padding-right: 20px; */}

#footer2 {
    width: 52px;
    height: 26px;
    text-align: left;
    float: left;
    margin-top: 10px;
    vertical-align: middle;
    padding-top: 6px;
    margin-bottom: 10px;
font-family: 'Oswald', sans-serif;
    font-size: 11px;
    color: #1B1B1B;
}

.social-title {
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #a0a0a0;
    text-align: center;
}

.social-title h1, .social-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.fb-like-box {
    background-color: #fff;
    width: 100%;
}

/*Facebook Like Plugin*/
.fb_iframe_widget {
    width: 100% !important;
    text-align: center;
}

.fb-comments, .fb-comments iframe[style] {
    width: 100% !important;
}

.fb_iframe_widget div {
    margin: auto;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
    z-index: 1;
}

.twitter-time {
    width: 100%;
    margin-top: 10px;
}

#footer a {
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

.dest-gral {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    /* border-top: 1px solid #dcdcdc; */
}

.dest-gral img {
    max-height: 220px;
}

.dest-gral .head a {
    display: block;
}

.product-grid-labels {
    position: absolute;pointer-events: none;
    left: 0;
    right: 0;
    bottom: 0%;
    height: 100%;
}

.out-of-stock-product, .free-shipping-product, .product-label {
    z-index: 1;
    background: #333;
    opacity: 1;
    color: #FFF;
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 9px;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 3px; */
    width: 30px;
    /* height: 30px; */
    line-height: 1em;
    text-align: center !important;
    border-radius: 100px;
}

.offer-product {
    z-index: 1;
    background-color: rgb(183, 84, 66);
    opacity: 1;
    color: #FFF;
    padding: 0px;
    text-transform: uppercase;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-radius: 0px;
    position: absolute;
    bottom: 23px;
}

.descriptioncol .free-shipping-product,
.descriptioncol .offer-product,
.descriptioncol .out-of-stock-product {
    position: relative;
    float: left;
    margin: 5px 5px 0 0;
    width: auto;
    z-index: 99;
}

p.stockalarm-trigger {
    margin-top: 15px;
    text-align: center;
}

.dest-gral:hover .product-details-overlay {
    display: block;
}

.dest-gral .head .product-details-overlay {
    background-color: #000;
    background: rgba(0, 0, 0, .5);
    bottom: 50%;
    display: none;
    left: 5%;
    position: absolute;
    text-align: center;
    width: 90%;
    margin-bottom: -17px;
    height: 35px;
    z-index: 99;
    overflow: hidden;
}

.product-details-overlay:hover {
    -webkit-transition: opacity 0.5s ease-out 0s;
    -moz-transition: opacity 0.5s ease-out 0s;
    -o-transition: opacity 0.5s ease-out 0s;
    transition: opacity 0.5s ease-out 0s;
    opacity: 0.85;
}

.product-image-wrap:hover .product-details-overlay {
    display: block;
}

.product-details-overlay span {
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 0;
    width: 130px;
    position: absolute;
    left: 50%;
    top: 47%;
    height: 15px;
    margin-top: -10px;
    margin-left: -65px;
    line-height: 15px;
    font-weight: 500;
}

.product-details-overlay span:hover {
    text-decoration: none;
    color: #e5e5e5;
}

/* ie7 */
.lt-ie8 .product-details-overlay, .lt-ie8 .product-image-wrap:hover .product-details-overlay {
    display: none !important;
}

.product-details-overlay.landscape {
    padding: 10px 0;
}

.product-details-overlay > div {
    width: 100%;
    height: 50%;
    position: relative;
}

.product-details-overlay > div:first-child {
    margin-top: -1px;
    border-bottom: 1px solid #F7F7F7;
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.product-details-overlay.landscape > div {
    height: 100%;
    width: 50%;
    float: left;
}

.product-details-overlay.landscape > div:first-child {
    margin-top: 0px;
    border-bottom: 0px;
    margin-left: -1px;
    border-right: 1px solid #F7F7F7;
}

.product-ajax-cart a.unavailable {
    opacity: 0.70;
    cursor: default;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.product-ajax-cart a.unavailable:hover {
    opacity: 0.70;
    zoom: 1;
    filter: alpha(opacity=70);
}

.ie9 .product-ajax-cart a.unavailable {
    left: 42%;
    top: 42%;
    zoom: 1;
    filter: alpha(opacity=70);
}

.lt-ie9 .product-ajax-cart a.unavailable {
    left: 50%;
    top: 50%;
    zoom: 1;
    filter: alpha(opacity=70);
}

.product-details-overlay > div a {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 51px;
    width: 62px;
    margin-top: -23px;
    margin-left: -31px;
font-family: 'Oswald', sans-serif;
    line-height: 45px;
    outline: none;
    color: #ffffff;
    overflow: hidden;
    opacity: 0.85;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -moz-transition: -moz-transform 0.25s ease-in-out;
    -o-transition: -o-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.product-details-overlay > div a:hover {
    opacity: 1;
}

.product-details-overlay .product-browse a {
    font-size: 105px;
}

.product-details-overlay .product-ajax-cart a {
    font-size: 83px;
}

.ajax-cart-bottom {
    margin-bottom: 50px;
}

.dest-gral .bajada {
    display: block;
    padding: 5px 0;
    width: 90%;
    height: 125px;
}

.dest-gral .bajada .title {
    display: block;
    text-align: left;
    overflow: hidden;
}

.dest-gral .title h3 {
    font-size: 18px;
    font-weight: normal;
}

.dest-gral .bajada .title a {
    color: #000;
    line-height: 17px;
    word-break: break-word;
    /* font-weight: bold; */
    font-size: 14px;
    font-weight: 300;
}

.dest-gral .bajada .title a:hover {
    text-decoration: none;
}

.dest-gral .bajada .price {font-size: 23px;
color: rgb(183, 84, 66) !important;
margin-top: 10px;}

.dest-gral .bajada .price-compare span {
    color: #c9c9c9;
    text-decoration: line-through;
    /* border-right: 1px solid #bfbfbf; */
    padding: 0 5px 0 0;
}

.dest-gral:hover .bajada {
    color: #000000;
}

.dest-gral .bajada a {display: block;
}

.dest {
    display: table-cell;
    text-align: center;
font-family: 'Oswald', sans-serif;
    font-size: 11px;
    border: 1px solid #D2D2D2;
    overflow: hidden;
    width: 143px;
}

.dest img {
    max-width: 143px;
}

.dest .bajada {
    display: block;
    padding-right: 5px;
    padding-left: 7px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #FFFFFF;
}

.dest:hover {
    border: 1px solid #434343;
}

.dest:hover .bajada {
    padding-right: 5px;
    padding-left: 7px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #434343;
}

#ls_cart_notification .content,
#ls_cart_notification .loading {
    display: none;
    position: fixed;
    top: 200px;
    left: 400px;
    background: #ffffff;
    border: 4px solid #cccccc;
    height: auto;
    z-index: 10000;
    width: 300px;
    padding: 8px;
}

#ls_cart_notification .loading * {
    vertical-align: middle;
}

/***  Cloud Zoom  ***/
/* This is the zoom window. */
.cloud-zoom-big {
    overflow: hidden;
    background-color: #fff;
}

#cloud-zoom-big {
    z-index: 1 !important;
}

.mousetrap {
    z-index: 2 !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color: white;
    background: #333;
    padding: 3px;
    border: 1px solid #000;
}

.siteBarContainer {
    background: none repeat scroll 0 0 #FFFBE5;
    border-bottom: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    left: 0;
    padding: 0;
    position: static;
    margin-bottom: 5px;
    text-align: center;
    top: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.siteBarContainer a {
    font-weight: bold;
}

/* User content */
.contentBox.user-content {
    padding: 10px;
}

.user-content {
    font-size: 13px;
    line-height: 19px;
    margin: 10px 0 30px 0;
    display: block;
}

.user-content a {
    color: #1b1b1b;
    text-decoration: none;
    outline: none;
}

.user-content a:hover {
    text-decoration: none;
    color: #535353;
}

.user-content a:active {
    outline: none;
}

.user-content a.quick {
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    float: left;
    margin: 10px 0;
    color: #337ab7;
    opacity: 0.7;
}

.user-content a.quick:hover {
    text-decoration: none;
    opacity: 1;
}

.user-content img {
    margin: 10px 0px;
}

.quick-content {
    height: auto;
    overflow: auto;
}

.quick-content .line {
    border-top: 1px solid #E7E7E7;
    margin: 20px 0px;
    width: 100%
}

.quick-content .name {}

.user-content p,
.user-content div {
    margin: 20px 0;
}

.user-content ul,
.user-content ol {
    margin: 0 0 10px;
}

.user-content ul {
    list-style: disc inside none;
}

.user-content ol {
    list-style: decimal inside none;
}

.user-content li {
    line-height: 22px;
}

.user-content h1 {
    font-size: 22px;
    margin: 20px 0px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

.user-content h2 {
    font-size: 28px;
    margin: 0 0 10px;
    line-height: 100%;
}

.user-content h3 {
    font-size: 24px;
    margin: 0 0 10px;
    line-height: 100%;
}

.user-content h4 {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 100%;
}

.user-content h5 {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 100%;
}

/* Superfish */
/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
    width: 100%;
    text-align: left;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 56px;
    /* match top ul list item height */
    z-index: 99999;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: -1px;
}

ul.sf-menu > li > a > .arrow {
    display: none;
}

/*** MOBILE HEADER NAV ***/
.mobile-nav_search-row,
.mobile-nav_second-row {
    display: none;
}

.mobile-nav_empty-cart-alert {
    position: fixed;
    top: 120px;
    left: 5%;
    display: none;
    box-sizing: border-box;
    width: 90%;
}

/*** DEMO SKIN ***/
#navigation {
    width: 100%;
    /* border-top: 1px solid white; */
    text-align: center;
    /* border-top: 1px solid #eeeeee; */
    /* border-bottom: 1px solid #eeeeee; */
    /* margin: 10px 0 0; */
}

.sf-menu {
    width: 100%;
    text-align: center;
    /* border-right: 2px solid rgb(183, 84, 66); */
    /* border-left: 2px solid rgb(183, 84, 66); */
}

.sf-menu a {font-size: 14px;
font-weight: 400;
height: auto;
line-height: 20px;
padding: 13px 13px;
text-decoration: none;
color: #111;
text-transform: uppercase;
/* letter-spacing: 2px; */}

.sf-menu li.first a {
    /* padding-left: 20px; */
}

.sf-menu li {
    /* background: #fff; */
    display: inline-block;
    margin-left: 6px;
    transition: all .2s ease-in-out;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover,
.sf-menu a:active {
    outline: 0;
}

.sf-menu ul li ul li a, .sf-menu ul li ul li ul li a {
    text-align: left;
}

.sf-menu li.selected a {
    text-align: left;
}

.sf-menu li.selected ul li a {
    border: none;
}

.sf-menu ul {
    background: #fff;
    max-width: 300px !important;
}

.sf-menu .arrow {
    float: right;
}

nav.mobile select {
    width: 100%;
    text-transform: uppercase;
    font-size: 17px;
}

.selos a {
    float: left;
}

.selos {
    overflow: hidden;
    margin-bottom: 20px;
}

.infinite-scroll-loading {
    display: block;
    height: 80px;
    width: inherit;
    overflow: hidden;
}

.no-products-txt {
    text-align: center;
    padding: 30px 25px;
    z-index: 15;
    position: relative;
    width: 50%;
    margin: auto;
}

.no-products-txt p {
    font-size: 15px;
    color: #707070;
}

.no-products-txt a {
    font-size: 15px;
    color: #313131;
}

.sections.no-products {
    position: relative;
    width: 100%;
}

.sections.no-products img {
    margin-top: 10px;
}

.no-products-overlay {
    opacity: .45;
    background: white;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff', GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.no-products-overlay {
    opacity: .45;
    background: white;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#BFffffff', endColorstr='#BFffffff', GradientType=0 );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
}

.no-products-post-it {
    position: absolute;
    top: 15px;
    left: 280px;
    z-index: 5;
    width: 345px;
    height: 290px;
    background: url(no-products-post-it.png) 0 0 no-repeat;
font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #4B4A43;
    text-align: center;
    text-shadow: 0 1px 0 white;
}

.no-products-post-it-content {
    padding: 130px 55px 20px 20px;
    line-height: 1.4em;
}

.no-products-post-it {
    font-size: 16px;
}

.no-products-post-it h1, .no-products-post-it h2 {
    display: block;
    color: #3B3A34;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.no-products-post-it em {
    display: block;
    color: #3B3A34;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.no-products-post-it a {
    color: #25669C;
}

.banner {
    margin: 10px auto;
    text-align: center;
}

.banner img {
    width: 100%;
}

.slider-wrapper {
    position: relative;
}

#productbxslider > li {
    min-width: 1px;
    min-height: 1px;
}

.bx-loading {
    display: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 1 !important;
}

.homeslider img {
    visibility: hidden;
}

.homeslider {
    position: relative;
    padding: 0;
    margin: 0;
}

.homeslider li {
    padding: 0;
    margin: 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    background-size: 100% auto;
    background-position-y: -75px;
    width: 100%;
}

.homeslider li img {
    width: 100%;
}

.contentBox.theme-light.slider-wrapper {
    padding: 0;
    width: 100%;
    margin-bottom: -42px
}

.home-slider-container .bx-wrapper {
    margin: 0 auto 0px;
}

.shipping-calculator {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
}

.shipping-calculator label {
    float: left;
    width: 80%;
}

.shipping-calculator input {
    width: 90px;
    margin: 0 10px 0 0;
    padding: 12px 10px;
}

.shipping-calculator input[type="radio"],
.shipping-calculator .shipping-method {
    width: 15px;
}

.shipping-calculator input:checked ~ label {
    background: #eee;
    color: #f00;
    font-weight: bold;
}

.shipping-calculator .loading {
    height: 16px;
    width: 16px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
}

#invalid-zipcode {
    color: #f00;
    margin-left: 20px;
}

.shipping-calculator ul.shipping-list li {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.shipping-calculator ul.shipping-list {
    display: block;
    margin: auto;
    padding: 20px 0 0;
    width: 450px;
    border-bottom: none;
    float: left;
    overflow: visible;
}

.shipping-option {
    width: 100%;
    float: left;
    padding: 10px;
    position: relative;
}

.shipping-option img {
    float: left;
    margin: 0px 15px 0px 0px;
    width: 70px;
    height: auto;
}

.shipping-option .option-name {
    font-size: 14px;
    margin-right: 20px;
    line-height: initial;
}

.cart-contents .shipping-calculator-response {
    float: left;
    width: 50%;
}

.cart-contents .shipping-calculator ul.shipping-list {
    padding: 10px 0 0;
}

.cart-contents .shipping-calculator {
    float: left;
    width: 100%;
}

.shipping-calculator-response > span {
    text-align: left;
    width: 100%;
    float: left;
}

/* FancyBox */

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: none;
}

#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 10000;
    outline: none;
    display: none;
    border: 1px solid #b5b5b5;
    background: #FFF;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
}

#fancybox-content {
    width: 0;
    height: 0;
    padding: 0;
    outline: none;
    position: relative;
    overflow: hidden;
    z-index: 1102;

}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1101;
}

#fancybox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 7px;
    height: 14px;
    background: url(images/close.png) no-repeat bottom;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox-close:hover {
    background: url(images/close.png) no-repeat top;
}

#fancybox-error {
    color: #444;
    font: normal 12px / 20px Arial;
    padding: 14px;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
}

#fancybox-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background: transparent;
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: none;
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: none;
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

#fancybox-title {
font-family: 'Oswald', sans-serif;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    background: #fff;
    position: relative;
}

.fancybox-title-outside {
    padding-top: 10px;
    color: #fff;
}

.fancybox-title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: none;
    display: block;
}

.fancybox-title-float {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 32px;
}

#fancybox-title-float-wrap {
    border: none;
    border-collapse: collapse;
    width: auto;
}

#fancybox-title-float-wrap td {
    border: none;
    white-space: nowrap;
}

#fancybox-title-float-left {
    padding: 0 0 0 15px;
    background: transparent -40px -90px no-repeat;
}

#fancybox-title-float-main {
    color: #FFF;
    line-height: 29px;
    font-weight: bold;
    padding: 0 0 3px 0;
    background: transparent 0px -40px;
}

#fancybox-title-float-right {
    padding: 0 0 0 15px;
    background: transparent -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale');
    zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
    height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
    position: absolute;
    margin-top: 0;
    top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight / 2 : document.body.clientHeight / 2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg {
    background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-nw {
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

/* Responsive */




/* Fix for ultra light button */
input[disabled], select[disabled], textarea[disabled], input[readonly],
select[readonly], textarea[readonly],
input[disabled]:hover, select[disabled]:hover,
textarea[disabled]:hover, input[readonly]:hover, select[readonly]:hover,
textarea[readonly]:hover {
    background-color: #DDD;
    cursor: not-allowed;
}

.compartir3 input[disabled], .compartir3 select[disabled], .compartir3 textarea[disabled],
.compartir3 input[readonly], .compartir3 select[readonly], .compartir3 textarea[readonly],
.compartir3 input[disabled]:hover, .compartir3 select[disabled]:hover,
.compartir3 textarea[disabled]:hover, .compartir3 input[readonly]:hover,
.compartir3 select[readonly]:hover, .compartir3 textarea[readonly]:hover {
    background-color: transparent !important;
    cursor: not-allowed;
}

/* Account styles */
.account-form-wrapper {
    width: 50%;
    margin: 0 auto;
}

.order-box img {
    vertical-align: middle;
    margin-right: 4px;
    max-width: 50px;
    max-height: 50px;
}

@media (min-width: 770px) and (max-width: 979px) {
    #ls_cart_widget .cart-summary img, #ls_cart_widget .cart-summary span,
    #ls_cart_widget .cart-summary a {
        font-size: 12px;
    }

    /* Product grid */
    .dest-gral img {
        max-height: 165px;
    }

    .out-of-stock-product,
    .free-shipping-product,
    .product-label {
        width: auto;
    }

    /*banner services*/
    .banner-services .banner-service-item {
        width: 240px;
    }

    .banner-services .banner-service-item h4 {
        font-size: 14px;
    }

    .banner-services .span4:not(:last-child), .span6:not(:last-child),
    .span12 {
        border-right: 0px !important;
    }

    /*End Banner Services*/
    #shoppingCartPage .cart-contents .productrow .col-product .span1 {
        width: 60px;
    }
}

@media (max-width: 769px) {

    /*Shopping Cart Page*/
    #shoppingCartPage .cart-contents li.col-product {
        width: 40%;
    }

    #shoppingCartPage .cart-contents li.col-price {
        width: 20%;
        float: right;
        text-align: right;
        padding-top: 4px;
        padding-right: 30px;
    }

    #shoppingCartPage .cart-contents li.col-quantity {
        width: 150px;
        text-align: center;
    }

    #shoppingCartPage .cart-contents li.col-delete {
        width: 20%;
    }

    #shoppingCartPage .cart-contents .productrow .col-product img {
        max-height: 70px;
        max-width: 60px;
    }

    #shoppingCartPage .cart-contents .productrow .cart-name-mobile {
        display: block;
        text-align: center;
        margin: 10px auto;
        width: 370px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        clear: both;
        float: none;
        height: 20px;
        padding: 0px;

    }

    #shoppingCartPage .cart-contents .productrow .col-quantity input {
        height: 24px;
    }

    #shoppingCartPage .cart-contents .productrow .span4 {
        display: none;
    }

    #shoppingCartPage .cart-contents .productrow {
        padding: 10px 0;
        height: 105px;
        position: relative;
    }

    #shoppingCartPage .cart-contents .productrow li {
        margin-top: 20px;
    }

    #shoppingCartPage .cart-contents .productrow .col-delete {
        position: absolute;
        right: 0px;
        margin: auto;
        float: right;
        top: 12px;
    }

    button.item-delete {
        float: right;
        font-size: 38px;
    }

    button.item-minus.minus-desktop {
        display: none;
    }

    button.item-minus.minus-mobile, #shoppingCartPage .cart-contents li.col-quantity button.item-plus {
        display: block;
        width: 40px;
        float: left;
        height: 40px;
    }

    #shoppingCartPage .cart-contents li.col-quantity .span6.text-center {
        width: 40px;
        float: left;
        margin-top: 4px;
    }

    #shoppingCartPage .cart-contents li.col-quantity .quantity-input {
        float: left;
        width: 50px;
    }

    #shoppingCartPage .cart-contents .totals-container {
        text-align: center;
        font-size: 22px;
        line-height: initial;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #shoppingCartPage .cart-contents .totals-container .subtotal-price p {
        margin-bottom: 12px;
    }

    #shoppingCartPage .go-to-checkout {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    #shoppingCartPage .go-to-checkout input {
        width: 100%;
        margin: 0px;
        float: none;
    }

    #shoppingCartPage .continue-buying {
        width: 100%;
        margin: 0px auto;
        box-sizing: border-box;
    }

    .cart-contents .shipping-calculator {
        margin-bottom: 20px;
    }

    .shipping-calculator ul.shipping-list, #ajax-cart-shipping .shipping-calculator ul.shipping-list {
        width: 100%;
    }

    .shipping-calculator ul.shipping-list img {
        width: 60px;
        margin-right: 10px;
    }

    .shipping-calculator input {
        float: left;
        height: 44px;
        width: 38%;
        margin: 4px 2% 0 0;
        box-sizing: border-box;
    }

    .shipping-calculator button {
        float: left;
        width: 60%;
        font-size: 16px;
    }

    .shipping-option {
        box-sizing: border-box;
    }

    .row-fluid .responsive-inline {
        float: left;
        width: 50%;
    }

    .sort-by {
        width: 100%;
        height: 40px;
        padding: 8px;
    }

    /* banner services*/

    #loadMoreBtn {
        width: 65%;
    }

    /*Nav for mobile*/
    nav.mobile {
        display: block;
    }

    #menu {
        display: none;
    }

    /*Account pages*/
    #login-form .submit_button {
        margin: 15px auto 30px auto;
        width: 100%;
    }

    .account-form-wrapper {
        width: 90%;
    }

    .account-form-wrapper .alert-danger, .account-form-wrapper .alert-error {
        width: 100%;
        box-sizing: border-box;
    }

    .details-box {
        text-align: center;
    }

    /*User Content*/
    .user-content img {
        max-width: 80% !important;
        height: auto !important;
        width: auto;
    }

    .user-content {
        width: 100%;
    }

    .user-content table {
        width: 100% !important;
    }

    /*password page*/
    .password-page .password-footer-tall {
        margin-top: 70px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    /*Headers*/
    .headerBox h2, .headerBox h1 {
        font-size: 20px;
        line-height: 26px;
    }

    /*Banner Services*/
    .banner-services i {
        font-size: 28px;
    }

    .banner-services h4 {
        font-size: 16px;
    }

    /*End banner services*/
    #shoppingCartPage .go-to-checkout a.button {
        float: none;
    }

    .row-fluid .responsive-inline {
        float: left;
        width: 100%;
    }

    #shoppingCartPage .go-to-checkout input {
        margin: 0 auto 5px;
        width: 100%;
        float: none;
    }

    .contact_form .field label {
        text-align: left;
    }

    #loadMoreBtn {
        line-height: 50px;
        width: 80%;
        margin: 20px auto;
    }

    .loadingSpin {
        font-size: 0.8em;
        left: 2px;
        top: 16px;
    }

    /*Shopping Cart*/
    #shoppingCartPage .cart-contents .productrow li {
        margin-top: 16px;
    }

    #shoppingCartPage .cart-contents li.col-product {
        width: 80px;
    }

    #shoppingCartPage .cart-contents li.col-price {
        width: 30%;
        margin-top: 20px;
        padding-right: 15px;
    }

    #shoppingCartPage .cart-contents li.col-quantity {
        width: 130px;
    }

    #shoppingCartPage .cart-contents li.col-delete {
        width: 10%;
        margin-top: 5px;
    }

    #shoppingCartPage .cart-contents .productrow .col-delete a {
        top: 0;
    }

    #shoppingCartPage .cart-contents .productrow .col-quantity input {
        height: 24px;
    }

    #shoppingCartPage .cart-contents .productrow .name {
        font-size: 14px;
        font-weight: 600;
        width: 240px;
    }

    #shoppingCartPage .cart-contents .totals-container {
        font-size: 20px;
    }

    /*Facebook Like Plugin*/
    .facebook-widget-row {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }

    .fb_iframe_widget span {
        text-align: center !important;
    }

    .fb_iframe_widget {
        width: 100% !important;
    }

    .fb_iframe_widget iframe {
        position: relative !important;
    }

    /*** password page ***/
    .password-page .password-container.password-message h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .password-page .password-container #wrapper-foot ul.foot-nav li {
        display: block;
    }

    .password-page .password-container #wrapper-foot .alert {
        width: 60%;
    }
}

@media (max-width: 400px) {
    #shoppingCartPage .cart-contents .productrow .col-product img {
        max-height: 60px;
        max-width: 50px;
    }

    #shoppingCartPage .cart-contents li.col-product {
        width: 50px;
    }

    #shoppingCartPage .cart-contents .productrow {
        height: 95px;
    }

    #shoppingCartPage .cart-contents .productrow li {
        margin-top: 12px;
    }

    #shoppingCartPage .cart-contents li.col-price {
        width: 88px;
        margin-top: 16px;
        padding-right: 0px;
    }
}

@media (max-width: 360px) {
    #shoppingCartPage .cart-contents .productrow .name {
        width: 200px;
    }

    .facebook-widget-row {
        text-align: center;
    }

    .social-title {
        padding: 0px;
    }
}

/* Newsletter popup*/
#newsModal {
    left: 41%
}

#newsModal .img.logo {
    margin: auto;
}

@media (max-width:768px) {
    #newsModal {
        left: 11%;
        width: 600px;
    }

    .img-news img {
        display: none;
    }
}

@media (max-width:480px) {
    #newsModal {
        width: 320px;
    }
}

#newsModal p.newsletter {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

#newsletter-popup .loading-modal {
    font-size: 17px;
    text-align: center;
    margin-top: 20px;
}

.img-news img {
    max-width: 280px;
}

/* new copyright */
.powered-by-text, .powered-by-logo {
    display: inline-block;
    vertical-align: top;
}

.powered-by-text {
    text-transform: uppercase;
    font-size: 6px;
}

.powered-by-logo {
    width: 65px;
    margin-top: 1px
}

#svg_brand .st0 {
    fill: #535353;
}

#svg_brand .st1 {
    fill: #646464;
}

/* /new copyright */

/* Cart Ajax */
#ajax-cart-details {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background-color: #fff;
    z-index: 999999;
    padding: 20px;
    border-left: 1px solid #eee;
    overflow-y: scroll;
    text-align: left;
}

@media (max-width: 480px) {
    #ajax-cart-details {
        width: 90%;
    }
}

#ajax-cart-backdrop {background-color: rgba(0, 0, 0, 0.59);;
position: fixed;
top: 0;
width: 100%;
height: 100%;

left: 0;
z-index: 999;}

.close-cart {
    line-height: 1;
    color: #eee;
    background: transparent;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
}

table#cart-table {
    margin: 20px 0;
}

#ajax-cart-shipping {
    border-top: 1px solid #eee;
}

#ajax-cart-shipping .shipping-option {
    width: 100%;
}

.shipping-calculator li input[type="radio"] + .shipping-option {
    border: 2px solid transparent;
}

.shipping-calculator i.fa-check {
    display: none;
}

.shipping-calculator li input[type="radio"]:checked + .shipping-option i.fa-check {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
}

#ajax-cart-shipping .shipping-calculator ul.shipping-list {
    width: 96%;
}

#ajax-cart-totalwshipping {
    text-align: right;
    font-weight: bold;
    font-size: 20pt;
    margin-bottom: 20px;
}

div.addToCartButton div.alert {
    margin-top: 20px;
}

.mobile-dropdown {
    position: relative;
    cursor: pointer;
}

.mobile-dropdown i {
    font-size: 12px;
    padding: 6px 6px;
    margin: 11px 8px;
}

.user-content img.user-page-logos {
    width: 45px;
    margin-top: 5px;
}

.btn-link {
    font-size: 18px;
    text-decoration: underline;
}

/* Ajax Cart Panel Improvements START */
.ajax-cart_titles .ajax-cart_titles_header {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.ajax-cart-item {
    display: table;
}

.ajax-cart-item .ajax-cart-item_item-row {
    float: none;
    display: table-cell;
    vertical-align: top;
}

.ajax-cart-item_image-col {
    width: 100px;
    min-width: 35px;
}

.ajax-cart-item_desc-col {
    width: 50%;
}

.ajax-cart-item_subtotal-col {
    width: 40%;
}

.ajax-cart-item .ajax-cart-item_img {
    max-height: 60px;
    max-width: 60px;
    object-fit: contain;
}

.ajax-cart-total h3 {
    font-size: 20px;
}

/* Ajax Cart Panel Improvements END */

/****** PROPERTIES HELPERS ******/

/*CSS properties helpers minified, to unminify it you have to copy the code and paste it here http://unminify.com/, after that paste the unminified code here */

.input-error {
    border: 1px solid #cc4845 !important
}

.border-box {
    box-sizing: border-box
}

.c-pointer {
    cursor: pointer
}

.f-none {
    float: none !important
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-block {
    display: block
}

.d-inline-block {
    display: inline-block !important
}

.p-relative {
    position: relative
}

.p-absolute {
    position: absolute
}

.p-fixed {
    position: fixed
}

.clear-both {
    clear: both
}

.opacity-80 {
    opacity: .8
}

.opacity-50 {
    opacity: .5
}

.full-height {
    height: 100%
}

.full-width {
    width: 100%
}

.z-index-above {
    z-index: 999999
}

.m-auto {
    margin: auto
}

.m-top {
    margin-top: 20px !important
}

.m-bottom {
    margin-bottom: 20px
}

.m-right {
    margin-right: 20px
}

.m-left {
    margin-left: 20px
}

.m-all {
    margin: 20px
}

.m-half-top {
    margin-top: 10px
}

.m-half-bottom {
    margin-bottom: 10px
}

.m-half-right {
    margin-right: 10px
}

.m-half-left {
    margin-left: 10px !important
}

.m-half-all {
    margin: 10px
}

.m-quarter-top {
    margin-top: 5px
}

.m-quarter-right {
    margin-right: 5px
}

.m-quarter-bottom {
    margin-bottom: 5px
}

.m-quarter-left {
    margin-left: 5px
}

.m-none-left {
    margin-left: 0 !important
}

.m-quarter-all {
    margin: 5px
}

.m-double-top {
    margin-top: 40px
}

.m-double-right {
    margin-right: 40px
}

.m-double-bottom {
    margin-bottom: 40px
}

.m-auto {
    margin: auto
}

.m-none {
    margin: 0 !important
}

.m-none-bottom {
    margin-bottom: 0
}

.m-none-top {
    margin-top: 0 !important
}

.m-center {
    margin: 0 auto;
    position: relative;
    display: block
}

.p-double-top {
    padding-top: 40px !important
}

.p-double-right {
    padding-right: 40px !important
}

.p-double-bottom {
    padding-bottom: 40px !important
}

.p-double-left {
    padding-left: 40px !important
}

.p-top {
    padding-top: 20px !important
}

.p-none-top {
    padding-top: 0 !important
}

.p-right {
    padding-right: 20px !important
}

.p-right-none {
    padding-right: 0 !important
}

.p-left-none {
    padding-left: 0 !important
}

.p-bottom {
    padding-bottom: 20px !important
}

.p-none-bottom {
    padding-bottom: 0 !important
}

.p-left {
    padding-left: 20px !important
}

.p-all {
    padding: 20px !important
}

.p-half-top {
    padding-top: 10px !important
}

.p-half-right {
    padding-right: 10px !important
}

.p-half-bottom {
    padding-bottom: 10px !important
}

.p-half-left {
    padding-left: 10px !important
}

.p-half-all {
    padding: 10px !important
}

.p-quarter-top {
    padding-top: 5px
}

.p-quarter-right {
    padding-right: 5px
}

.p-quarter-bottom {
    padding-bottom: 5px
}

.p-quarter-left {
    padding-left: 5px
}

.p-quarter-all {
    padding: 5px
}

.p-none {
    padding: 0 !important
}

.col-tight {
    padding-left: 8px;
    padding-right: 8px
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-wrap {
    -ms-word-break: break-all;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.font-weight-normal {
    font-weight: 400
}

.text-decoration-none {
    text-decoration: none !important
}

.text-line-through {
    text-decoration: line-through
}

.text-underline {
    text-decoration: underline
}

.font-italic {
    font-style: italic
}

.font-bold {
    font-weight: 700
}

.line-height-inherit {
    line-height: inherit
}

.line-height-initial {
    line-height: initial
}

ul.list-style-none li {
    list-style: none
}

.mail-to a, .mail-to a:hover, .no-link, .no-link:focus, .no-link:hover {
    text-decoration: none
}

.border-radius-none {
    border-radius: 0
}

.overflow-none {
    overflow: hidden
}

.overflow-y {
    overflow-y: auto
}

/* Mobile Helpers */
@media (max-width: 769px) {
    .clear-both-xs {
        clear: both
    }

    .f-none-xs {
        float: none !important
    }

    .pull-left-xs {
        float: left !important;
    }

    .d-inline-block-xs {
        display: inline-block !important
    }

    .p-none-xs {
        padding: 0 !important
    }

    .p-left-none-xs {
        padding-left: 0 !important
    }

    .p-right-none-xs {
        padding-right: 0
    }

    .p-half-left-xs {
        padding-left: 10px
    }

    .p-quarter-left-xs {
        padding-left: 5px
    }

    .p-quarter-right-xs {
        padding-right: 5px !important
    }

    .p-half-right-xs {
        padding-right: 10px
    }

    .p-half-top-xs {
        padding-top: 10px
    }

    .p-bottom-xs {
        padding-bottom: 20px
    }

    .p-half-bottom-xs {
        padding-bottom: 10px
    }

    .p-double-bottom-xs {
        padding-bottom: 40px
    }

    .m-none-xs {
        margin: 0 !important
    }

    .m-bottom-xs {
        margin-bottom: 20px !important
    }

    .m-half-bottom-xs {
        margin-bottom: 10px
    }

    .m-quarter-bottom-xs {
        margin-bottom: 5px !important
    }

    .m-top-xs {
        margin-top: 20px
    }

    .m-half-top-xs {
        margin-top: 10px !important
    }

    .m-quarter-top-xs {
        margin-top: 5px
    }

    .m-none-top-xs {
        margin-top: 0
    }

    .text-center-xs {
        text-align: center
    }

    .text-left-xs {
        text-align: left
    }

    .col-tight-xs {
        padding-left: 8px;
        padding-right: 8px
    }

    .drop-shadow-xs {
        -moz-box-shadow: 0 0 3px #ccc;
        -webkit-box-shadow: 0 0 3px #ccc;
        box-shadow: 0 0 3px #ccc
    }

    .border-top-none-xs {
        border-top: 0 !important
    }

    .border-bottom-none-xs {
        border-bottom: 0 !important
    }

    .horizontal-container {
        overflow-x: scroll;
        width: 100%;
        margin: 0px
    }

    .horizontal-container::-webkit-scrollbar {
        width: 1px;
        height: 0
    }

    .horizontal-container::-webkit-scrollbar-track {
        background: 0 0;
        border-radius: 10px
    }

    .horizontal-container::-webkit-scrollbar-thumb {
        border-radius: 1px
    }

    .horizontal-container ul, .horizontal-products-scroller {
        white-space: nowrap
    }
}

#shoppingCartPage .cart-contents .productrow {
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.2);
}

#shoppingCartPage .cart-contents .firstrow {
    border-bottom: 1px solid #000000;
}

.totals-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    background: rgba(34, 34, 34, 0.04);
}

.mobile-totals-container {
    background: none;
    border-bottom: 0;
}

/* FILTERS & CATEGORIES */
a.category-back {
    color: #000000;
}

a.category-back i {
    font-size: 12px;
    margin-right: 10px;
}

/*# sourceMappingURL=main-color.css.map */



body {
    background-color: #ffffff;
}

.cloud-zoom-big {
    background-color: #ffffff;
}

#fancybox-wrap {
    background-color: #ffffff;
}

#no-logo,
#auth a,
#header .infobox,
#header .infobox a,
#footer,
#footer a {color: #fff;}

#no-logo {
    text-transform: capitalize;
    font-weight: bold;
}

.sf-menu a, .sf-menu a:visited {color: #f2f2f2;}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover,
.sf-menu a:active {
    color: white;
    background-color: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

.sf-menu li.selected a {
    color: rgb(183, 84, 66);
    /* border-top: 1px solid #A8A8A8; */
    /* border-bottom: 1px solid #A8A8A8; */
}

.button:hover, .submit_button:hover, #ls_cart_widget .cart-summary:hover,
.button:hover, .submit_button:hover, #newsletter input.btn:hover,
button#calculate-shipping-button:hover, .button.continue-buying:hover,
.submit_button.contact:hover, .btn:hover, input.btn.news:hover {opacity: 0.8;
text-transform: uppercase;}

#newsModal {
    background-color: #ffffff;
    border: 0;
}

#navigation,
.sf-menu li {
    /* background-color: #111; */
}

#navigation {/* border-top: 1px solid #e8e8e8; */
/* border-bottom: 1px solid #e8e8e8; */
/* margin: 10px 0px; */
background: #111;}

.sf-menu ul {
    /* border: 1px solid #e8e8e8; */
    background-color: #ffffff;
}

.sf-menu li.selected ul li a {
    color: #535353;
}

.sf-menu li.selected ul li a:hover {
    color: #A8A8A8;
}

.slider-wrapper .fa-refresh {
    position: absolute;
    top: 140px;
    margin-left: -25px;
    left: 50%;
    z-index: 99999;
    font-size: 40px;
}

#ls_cart_widget .cart-summary, .button, .submit_button, #newsletter input.btn,
#newsletter-popup input.btn.news, button#calculate-shipping-button,
.button.continue-buying, .submit_button.contact, .contact_form .submit_button,
.contact_form .field input.submit_button, addresses a, .password-password .btn {
    background-color: #9d9d9d;
    background: #9d9d9d;
    color: #ffffff;
font-family: 'Oswald', sans-serif;
}

#button-installments {
    color: #000000;
    background: none;
}

.button:hover, .submit_button:hover {
    background-color: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

#wrapper-foot,
.dest-gral .head .offer,
.dest-gral .head .out-of-stock,
.dest-gral .head .product-details-overlay,
#newsletter input[type="news"],
#newsletter input[type="text"], .password-password input[type="password"] {
    background-color: #1b1b1b;
}

#newsletter input[type="news"], #newsletter input[type="text"],
.password-password input[type="password"] {
    border: 1px solid #ffffff;
    color: #ffffff;
    /* vertical-align: middle; */
    font-size: 10px;
    margin-bottom: 0px;
}

#wrapper-foot {color: #ffffff;
background-color: #222 !important;
padding: 30px 0px 40px;}

.product-details-overlay span:hover {
    color: #ffffff;
}

.button,
.submit_button,
.dest-gral .head .free-shipping {
    background-color: #333;
    transition: all .2s ease-in-out;
}

.secondary-button {
    background-color: #333;
}

.headerBox {
    color: #535353;
    background-color: #ffffff;
    border-color: #d2d2d2;
    margin-bottom: 40px;
}

.headerBox h2,
.headerBox-Page h2,
.headerBox-List h2,
.headerBox h1,
.headerBox-Page h1,
.headerBox-List h1 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

.featured-products-header {
font-family: 'Oswald', sans-serif;
    margin-top: 50px!important;
}

.headerBox-List span {
    color: #000000;
}

/* password page */
.password-page .password-container.password-message h2 {
    color: #535353;
font-family: 'Oswald', sans-serif;
}

.password-container.password-message {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.password-password {
    border-bottom: 1px solid #e8e8e8;
}

.sf-menu a, .col-foot a {
font-family: 'Oswald', sans-serif;
}

.password-page .password-container.password-social a.soc-foot i {
    color: #535353;
}

.password-page .password-container #wrapper-foot ul.foot-nav li a {
    color: #ffffff;
}

#wrapper-foot h4,
.col-foot li.phone,
.col-foot li.mail,
.col-foot li.mail a,
.col-foot li.address,
.col-foot li.blog,
.col-foot li.blog a,
.col-foot li a,
#wrapper-foot i.fa {
    color: #ffffff;
}

button, select, textarea {
font-family: 'Oswald', sans-serif;
}

body, .dest-gral .bajada .title, .dest-gral .bajada .title a, .dest-gral .bajada .price,
.cart-contents .name, .contact, .contact a, .contact_form .field label,
.user-content a.quick, .social-title h1, a, .product-details-overlay span:hover,
.product-details-overlay span {
    color: #000000;
font-family: 'Oswald', sans-serif;
}

.button.contact {
    color: #ffffff;
}

.dest-gral .bajada .title a, .dest-gral .bajada .price, .dest-gral .bajada .price-compare span {
font-family: 'Oswald', sans-serif;
    text-align: left;
}

.product-details-overlay span:hover, .product-details-overlay span {
    color: #ffffff;
}

a.insta-variations {
    border: 2px solid rgba(0, 0, 0, 0.2);
    float: left;
}

a.insta-variations.selected {
    border: 2px solid #000000;
}

.fancybox-skin {
    color: #000000;
    background: #ffffff;
}

.badge {
    color: #000000;
    background: #ffffff;
    font-size: 13px;
}

/* Banner Services */
.banner-services,
.mobile-banner-services .bx-wrapper .bx-viewport,
.mobile-banner-services {/* background: #ffffff; */}

.banner-services h4 {font-family: 'Oswald', sans-serif;
color: #333;
font-weight: 500;
font-size: 20px;
margin-top: 10px;
margin-bottom: 2px;
/* letter-spacing: 2px; */
text-transform: uppercase  !important;
font-style: italic;}

.banner-services p {color: #333;
font-size: 12px;
margin-top: -2px;}

.mobile-banner-services .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000000;
    opacity: 0.5;
}

.mobile-banner-services .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000000;
    opacity: 1;
}

.banner-services .span4:not(:last-child), .banner-services .span6:not(:last-child) {
    /* border-right: 1px solid; */
    border-color: #000000;
}

.banner-services .banner-service-item .service-icon {
    color: #000000;
}

.banner-services-footer {/* background: #ffffff; */
/* border-top: 1px dotted #a0a0a0; */
margin: 15px 0;}

/* Hamburguer nav */
.pushy a:hover {
    background: #1b1b1b;
    color: #ffffff;
    text-decoration: none;
}

i.mobile-sidenav_pages-arrow-icon {
    background: rgba(131, 131, 131, 0.4);
    color: white;
}

i.mobile-nav_hamburger-btn-icon {font-size: 24px;
color: #fff;}

.mobile-sidenav_first-row,
.item-with-subitems > .pages-accordion {
    background: rgba(131, 131, 131, 0.4);
    color: white;
}

/*Hamburguer Navigation end*/
@media (max-width: 979px) {
    header {
    }
}

#product_form #shipping-calculator li input[type="radio"]:checked + .shipping-option .option-name {
    color: #535353;
}

#product_form #shipping-calculator li .shipping-option .option-name {
    color: #535353;
}

#shipping-calculator li .shipping-option i {
    display: none;
}

#shipping-calculator li input[type="radio"]:checked + .shipping-option {
    border: 2px solid #535353;
}

#shipping-calculator li input[type="radio"]:checked + .shipping-option .option-name {
    color: #535353;
}

#shipping-calculator li input[type="radio"]:checked + .shipping-option i {
    display: block;
    float: right;
    font-size: 18px;
    color: #535353;
    position: absolute;
    right: 10px;
    top: 10px;
}

.shipping-calculator li input[type="radio"]:checked + .shipping-option {
    border: 2px solid #000000;
}

#shipping-calculator li input[type="radio"]:checked + .shipping-option img {
    -webkit-filter: initial;
    filter: initial;
}

/*** Installments ***/
#InstallmentsModal {
    background: #ffffff;
}

#InstallmentsModal .tab-content {
    color: #000000;
}

/**** Cart ***/
#ls_cart_widget .cart-summary a, #ls_cart_widget .cart-summary span,
#ls_cart_widget .cart-summary i.fa {color: #fff;}

button.item-plus i.fa, button.item-minus i.fa, .item-delete {
    color: #000000;
    opacity: 0.2;
}

button.item-plus i.fa:hover, button.item-minus i.fa:hover, .item-delete:hover {
    color: #000000;
    opacity: 1;
}

/* AJAX Cart */
a.js-toggleCart {
    text-decoration: none;
    color: #ffffff;
}

.btn-link {
    color: #000000;
}

.btn-link:hover,
.btn-link:focus {
    color: #000000;
    opacity: 0.6;
}

@media (max-width: 769px) {
    /*Installments mobile */
    .installments .nav-tabs li a {
        border: 1px solid rgba(0, 0, 0, 0.2);
    }

    .installments .nav-tabs li.active a {
        background-color: #9d9d9d;
        color: #ffffff;
    }

    .installments .nav-tabs {
        border-bottom: 1px solid #000000;
    }

    /* Search Suggestons */
    .backdrop.mobile-search-backdrop {
        background-color: rgba(255, 255, 255, 0.9);
    }

    /* Mobile filters */
    a.mobile-filters-btn {
        background-color: rgba(0, 0, 0, 0.9);
        color: #ffffff;
    }

    .mobile-zoom_panel {
        background: #ffffff;
    }

    /* Mobile Zoom */
    .mobile-zoom_btn {
        background: #ffffff;
    }

    /* Horizontal Mobile categories */
    .mobile-horizontal-categories_link {
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* Product detail */
    .product-quantity {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/**** Sidebarhome****/
#categories-column.sidebar-home #show-more-cats i.fa {
    background-color: #9d9d9d;
    border: none;
    color: #ffffff;
    left: 30%;
}

/*** MOBILE HEADER NAV ***/
.mobile-nav {
    background-color: #ffffff;
}

.mobile-nav_page-title {
font-family: 'Oswald', sans-serif;
}

.mobile-nav_tab-text {color: #fff;}

.mobile-nav_tab.mobile-nav_tab-selected {border-bottom: 2px solid #999;}

.mobile-nav_tab.mobile-nav_tab-selected .mobile-nav_tab-text {color: #fff;}

.mobile-nav_tab-cart-amount {/* background-color: #A8A8A8; */
color: #ffffff;}

.mobile-nav_second-row {/* background-color: #ffffff; */}

.mobile-nav_main-categories-container {
    background-color: #ffffff;
    box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mobile-nav_main-categories-close-btn {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.mobile-categories-nav-all-link {
    background-color: #f7f7f7;
}

.mobile-category-dropdown.dropdown-selected .mobile-categories-nav-arrow i {
    transform-origin: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    color: #9d9d9d;
}

.mobile-category-dropdown.dropdown-selected {
    font-weight: bold;
    color: #9d9d9d;
}

.mobile-categories-nav-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* Mobile Categories Links */
.mobile-nav_main-categories-container {
    background-color: white;
    color: #ffffff;
    box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mobile-sidenav_pages-arrow-selected i {
    background: #9d9d9d;
}

.mobile-nav_category-list-item-link,
.mobile-nav_all-categories-link {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.mobile-nav_all-categories-link {
    background-color: #fafafa;
}

.mobile-nav_category-list-item-link:hover {
    color: #000000;
}

.mobile-right-panel {
    background-color: white;
}

.mobile-right-panel_arrow-right,
.mobile-right-panel_arrow-left {
    color: #9d9d9d;
}

.mobile-right-panel_header-dark {
    background-color: #fcfcfc;
    border-bottom: 1px solid #f7f7f7;
}

.mobile-nav_main-categories-container li a:active,
.mobile-nav_main-categories-container li a:active span,
.mobile-nav_main-categories-container li .mobile-nav_category-list-item-link:active,
.mobile-nav_main-categories-container li .mobile-nav_category-list-item-link:active .mobile-right-panel_arrow-right,
.mobile-nav_main-categories-container a:active .mobile-right-panel_arrow-left,
.mobile-right-panel_header:active,
.mobile-right-panel_header:active .mobile-right-panel_arrow-left {
    background-color: #9d9d9d;
    color: #ffffff;
}

input.mobile-nav_search-input {background-color: transparent;}

.mobile-nav_search-icon {
    color: #fff;
text-shadow: none;
}

/* Search suggestions */
.search-suggest {
    /* background-color: #ffffff; */
}

.search-suggest_link,
i.search-suggest_icon {
    color: #c2c2c2;
}

.search-suggest_product-name strong {
    color: white;
}

.search-suggest_link:hover,
.search-sugget_link:focus {
    color: white;
    background-color: rgb(49, 49, 49);
}

.search-suggest_all-results-link {
    background-color: transparent;
    text-decoration: none;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

/****** PROPERTIES HELPERS ******/
.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.text-primary {
    color: #1b1b1b;
}

/* Ajax Cart Panel Improvements START */
#ajax-cart-details {
    background: #ffffff;
}

.ajax-cart_titles {
    background: #ffffff;
}

.ajax-cart_titles, .ajax-cart-item:last-child {
font-family: 'Oswald', sans-serif;
    border-top: 1px solid rgba(157, 157, 157, 0.2);
    border-bottom: 1px solid rgba(157, 157, 157, 0.2);
}

.ajax-cart-item {
font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid rgba(157, 157, 157, 0.2);
    background: rgba(150, 150, 150, 0.06);
}

.ajax-cart-item:last-child {
font-family: 'Oswald', sans-serif;
    border-top: none;
    border-bottom: 2px solid rgba(157, 157, 157, 0.2);
}

.ajax-cart-item .ajax-cart-item-link {
    color: #1b1b1b;
}

.ajax-cart-total {
font-family: 'Oswald', sans-serif;
}

.ajax-cart-shipping {
    border-top: 1px solid rgba(157, 157, 157, 0.2);
    border-bottom: 1px solid rgba(157, 157, 157, 0.2);
}

/* Ajax Cart Panel Improvements END */
/* Mobile Custom Variants START  */
.mobile-vars .mobile-vars_btn {
    border: 3px solid rgba(157, 157, 157, 0.2);
    border-radius: 0;
    background: #ffffff;
}

.mobile-vars-panel {
    background: #ffffff;
}

.mobile-vars-panel a.insta-variations {
    border-top: 1px solid rgba(157, 157, 157, 0.4);
}

.mobile-vars-panel a.insta-variations:last-child {
    border-bottom: 1px solid rgba(157, 157, 157, 0.4);
}

.mobile-vars-panel a.insta-variations span {
    background: rgba(157, 157, 157, 0.4);
}

.mobile-vars-panel a.insta-variations.selected span {
    background: #ffffff;
    color: #1b1b1b;
}

.mobile-vars-panel a.insta-variations.selected {
    color: #ffffff;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background: #1b1b1b;
}

.mobile-vars-panel a.insta-variations.selected span i {
    visibility: visible;
}

.mobile-vars_btn.btn-default .mobile-vars_selected-label,
.mobile-vars_btn.btn-default .mobile-vars_btn-icon {
    color: #1b1b1b;
}

/* Mobile Custom Variants END  */

/*# sourceMappingURL=custom.css.map */

body {}

.logo-contenedor {
    width: 100%;
margin-top: -15px;
text-align: center;
/* margin-top: 20px; */
display: inline-block;
vertical-align: middle;
}

.logo-contenedor img {width: 70%;
text-align: center;}

.barra-arriba {position: relative;
height: 35px;
padding: 0px 30px;}

.barra-arriba #auth {
    float: right;
}

.barra-arriba .container {
    padding: 0px 20px;
}

.colapsador .header {
    cursor: pointer;
    font-weight: bold;
    z-index: 2;
}

.colapsador .content {display: none;
/* padding: 5px; */
background-color: white;
position: absolute;
width: calc(100% - 100px);
top: 35px;
left: 0;
/* height: 100%; */
overflow: visible;
z-index: 1999999;
padding: 50px;
background-color: rgb(0, 0, 0);}

.colapsador {
    /* width: 2%; */
    /* position: absolute; */
    right: 10px;
    float: right;
    margin-right: 7px;
    margin-top: 7px;
}

.searchbox .text-input

.searchbox .text-input::-webkit-input-placeholder {
    color: #e5e5e5 !important;
}

.barra-arriba i {color: #fff;
transition: all .2s ease-in-out;}

.searchbox .text-input::-moz-placeholder {
    color: #e5e5e5 !important;
}

.searchbox .text-input::-ms-input-placeholder {
    color: #e5e5e !important;
}

.buscador-titulo {
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* padding-left: 15px; */
    /* margin-bottom: 15px; */
    font-weight: bold;
    margin-top: 15px;
}

.searchbox .text-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #333;
}

.barra-arriba .redes {
    float: left;
    /* margin-left: 60px; */
    margin-top: 8px;
}

.barra-arriba .redes i {
    margin-right: 7px;
    transition: all .2s ease-in-out;
}

.sf-menu li ul li a {
    padding: 5px 12px !important;
}

.sf-menu li ul {
    padding: 10px 5px;
}

#modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: -30px;
    left: 0;
    pointer-events: none;
    background-color: transparent;
    z-index: 999;
}

#modal p {
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 2px 2px 2px black
}

.modalgrande {
    width: 200px;
    padding: 20px;
    height: 200px;
    background-color: #222;
    display: table;
    position: absolute;
    right: 50px;
    bottom: 0px;
    /* border: 1px solid; */
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 5px 5px 0px rgb(183, 84, 66);
}

.modalconent {
    pointer-events: initial;
    text-align: center;
    display: table-cell;
    color: white;
    vertical-align: middle;
    padding: 20px;
}

.gracias-cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    cursor: hand;
    cursor: pointer;
    padding: 2px 8px;
    background: #333;
    border-radius: 100px;
}

.modalconent a {
    color: rgb(101, 101, 101);
    display: block;
    margin-top: 0px;
    text-align: center;
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;

}

.modalconent a:hover {
    color: rgb(183, 84, 66);
}

@media (max-width:768px) {
    #modal {
        display: none !important;
    }
}

#wrapper-foot .container {padding: 40px 0px 50px;}

#wrapper-legal .container {
    background-color: white;
    padding: 10px 20px;
}

.instafeed .container {
    /* border-left: 20px solid white; */
    /* border-right: 20px solid white; */
    background-color: transparent;
    width: 1020px;


}

#wrapper-foot .containercontainer {
    padding: 0px 20px;
}

.newsletter-contenedor {/* padding: 0px 20px; */}

.newsletter-contenedor .container {}

.extra {padding: 0px 20px;
background: rgb(183, 84, 66);
}

#newsletter .input-append {
    width: 100%;
}

.news-titulo {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-right: 20px;
    /* vertical-align: middle; */
    line-height: 40px;
}

#newsletter input.btn:hover {
    background-color: white !important;
    color: #333 !important;
}

#newsletter input[type="text"]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.barritafootinsta img {
    width: 110px;
    height: 47px;
    opacity: 0.2;
    position: absolute;
    top: -24px;
    left: calc(50% - 55px);
    background-color: white;
    z-index: 3;
}

.barritafootinsta {
    position: relative;
    border-top: 1px solid #f0f0f0;
    height: 40px;
    margin-top: 40px;
}

.barritafootinsta .cuadradito {
    opacity: 1 !important;
    z-index: 2;
    width: 110px;
    position: absolute;
    top: -24px;
    left: calc(50% - 55px);
    background-color: white;
    height: 47px;

}

.instagram {}

.instacontainer {
    background: white;
    padding: 0px 20px 0px 20px;
}

.head span {
    text-align: center;
}

.free-shipping-product {
    z-index: 1;
    background-color: rgb(183, 84, 66);
    opacity: 1;
    color: #FFF;
    padding: 0px;
    text-transform: uppercase;
    padding: 5px 5px;
    font-size: 9px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
}

.out-of-stock-product {
    background-color: rgba(255, 255, 255, 0.71);
    color: #333;
    width: 100%;
    height: 100% !important;
    padding: 0;
    border-radius: 0px !important;
    font-weight: bold;
    font-size: 10px;
    font-style: italic;
    position: relative;
}

.botonesproducto {
    visibility: hidden;
}

.dest-gral:hover .botonesproducto {
    visibility: visible;
}

.compartir2 {
    width: 20px;
    text-align: left;
    display: inline-block;
    transition: all .2s ease-in-out;
}

.compartir2 i {
    color: white !important;
}

/* BOTONESPRODUCTO */

.botonesproducto {
    position: relative;
    width: 100%;
    /* bottom: 10px; */
    height: 27px;
    /* top: -19px; */
    /* left: 0; */
    /* margin-left: -15px; */
    /* margin-top: 5px; */
    /* padding-left: 10px; */
    /* margin-bottom: 10px; */
    height: 100%;
}

.compartir {
    width: 25px;
    position: absolute;
    display: inline-block;
    right: 0px;
    padding: 5px;
    background-color: #333;
    border-radius: 100px;
    transition: all .2s ease-in-out;
}

.compartir:hover {
    /* background-color: #333; */
}

.compartir i {
    color: white;
    padding: 6px;
    font-size: 12px;
    opacity: 1;
}

.compartir:hover i {
    /* color: #999; */
}

.compartir2 {
    width: 25px;
    position: absolute;
    top: 40px;
    opacity: 1;
    right: 0px;
    padding: 5px;
    background-color: #333;
    border-radius: 100px;
    transition: all .2s ease-in-out;
}

.compartir2:hover {
    /* background-color: #333; */
    transition: all .2s ease-in-out;
    opacity: 1;
}

.compartir2 i {
    color: #999;
    padding: 4px 6px 6px 5px;
    font-size: 14px;
}

.compartir2:hover i {
    /* color: #999 !important; */
}

.compartir3 {
    width: 25px;
    position: absolute;
    display: inline-block;
    /* background: black; */
    padding: 5px;
    background-color: #333;
    border-radius: 100px;
    top: 80px;
    right: 0;
    transition: all .2s ease-in-out;
}

.compartir3:hover {
    /* background-color: #333; */
}

.compartir3:hover input {
    /* background-image: url(carrito.svg); */
}

.compartir3 input {
    background-image: url(carritoon.svg);
    background-size: 13px;
    margin: 0px;
    width: 25px;
    padding: 2px;
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.compartir3 input:hover {}

.bajada #product_form {
    width: 25px;
    position: absolute;
    left: 50px;
    top: 0;
    margin-top: 0;
}

/* BOTONESPRODUCTO */

.pagos img {
    width: 30px;
    margin-right: 10px;
}

.pagos img:last-child {
    margin-right: 0;
}

.pagos .container {
    background: #333;

    padding: 20px 20px;
}

.pagos {
    text-align: center;
}

.barra-arriba .redes i:hover {
    color: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

#auth a:hover {transition: all .2s ease-in-out;
opacity: 0.8;}

.header:hover i {transition: all .2s ease-in-out;
opacity: 0.8;}

#ajax-cart i {
    font-size: 17px;
    margin-top: -1px;
    transition: all .2s ease-in-out;
}

#ajax-cart .js-toggleCart:hover i, #ajax-cart .js-toggleCart:hover #cart-amount {transition: all .2s ease-in-out;
opacity: 0.8;}

.compartir3 input {
    font-size: 0;
}

#ajax-cart-details h2 {
    font-size: 25px;
}

.ajax-cart_edit-cart-container a {
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 2px;
}

#hideAll {

}

.out-of-stock-product {
    color: transparent;
    letter-spacing: 0px;
}

.dest-gral:hover .out-of-stock-product {
    color: #333;
}

/* Make it a marquee */
.marquee {margin: 0 auto;
margin-bottom: 0px;
padding: 30px;
width: 100%;
white-space: nowrap;
overflow: hidden;
box-sizing: border-box;
background: rgb(0, 0, 0) !important;
display: block;
margin-top: -11px;
margin-bottom: 30px;
/* margin-top: -50px; */
border-top: 1px solid rgb(244, 244, 244);
border-bottom: 1px solid rgb(244, 244, 244);}

.marquee span {display: inline-block;
padding-left: 100%;
text-indent: 0;
animation: marquee 35s linear infinite;
color: #fff;
/* text-transform: uppercase; */
font-size: 14px;
font-family: 'Oswald', sans-serif;
font-weight: 500;
letter-spacing: 0px;}

.marquee span a {color: #333;}

.marquee span a:hover {

    text-decoration: none;
}

.marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.botonhome img {
    width: 100%;
}

.botonhome {position: relative;
font-size: 100px;
transition: all .2s ease-in-out;}

.botontxt {
    position: absolute;
    text-align: center;
    width: calc(100% - 25px);
    top: calc(50% - 16px);
    /* background: red; */
    font-size: 16px;
    transform: none;
    height: auto;
    padding: 12px;
    color: white;
font-family: 'Oswald', sans-serif;
    line-height: 1em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    /* text-transform: none; */
    text-shadow: 0px 0px 5px rgb(82, 82, 82);
}

.botoneshome {
    /* padding: 50px 0px; */
    /* margin-bottom: 30px; */
}

.botonhome img {}

.botonhome:hover {
    /* box-shadow: 0px 0px 10px #333; */
    opacity: 0.8;
    transition: all .2s ease-in-out;
}

.services-container {background: #f4f4f4;padding: 0px 20px;}

.service-text {
    margin-left: 0 !important;
}

.quick-content .free-shipping-product {
    position: initial;
    float: none;
    margin: 7px;
    /* width: 30px; */
    z-index: 99;
    display: inline-block;
    margin-bottom: 20px;
}

.quick-content .offer-product {
    font-size: 10px;
    /* width: 30px !important; */
    line-height: 9px;
    text-align: center;
    height: auto;
    /* margin-bottom: 20px; */
    margin-top: 30px;
}

.dosfotos:not(:first-child) {
    opacity: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s all ease-in-out;
    transform: scale(0.8);
}

.head:hover .dosfotos:first-child {
    transition: .2s all ease-in-out;
    transform: scale(0.8);
}

.head:hover .dosfotos:not(:first-child) {
    opacity: 1 !important;
    transition: .2s all ease-in-out;
    transform: scale(1);
}

.dosfotos:first-child {
    transition: .2s all ease-in-out;
}

.unafoto {
    opacity: 1 !important
}

.container-header {
    padding: 0px 20px;
    /* background-image: url(fond.jpg); */
}

.sf-menu li ul li a {
    font-size: 9px;
    font-weight: 700;
    height: auto;
    line-height: 20px;
    padding: 13px 13px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .2s ease-in-out;
}

.sf-menu li ul {
    background-color: rgb(183, 84, 66);
    background-color: rgb(183, 84, 66);
    box-shadow: 0px 3px 0px white
}

.logo-contenedor a {
position: relative;
overflow: hidden;
display: block;
max-width: 450px;
/* margin-left: calc(50% - 150px); */
/* height: 200px; */
text-align: center;
margin: auto;
padding: 0px 0 10px;
}

.botonesproductocontainer {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
}

.head {
    position: relative;
}

.compartir:hover {
    background-color: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

.compartir2:hover {
    background-color: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

.compartir3:hover {
    background-color: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

.dest-gral:hover .compartir {
    transition: all .2s ease-in-out;
    transform: scale(1)
}

.dest-gral:hover .compartir2 {
    transition: all .2s ease-in-out;
    transform: scale(1)
}

.dest-gral:hover .compartir3 {
    transition: all .2s ease-in-out;
    transform: scale(1)
}

.compartir {
    transition: all .2s ease-in-out;
    transform: scale(0);
}

.compartir2 {
    transition: all .2s ease-in-out;
    transform: scale(0);
}

.compartir3 {
    transition: all .2s ease-in-out;
    transform: scale(0);
}

.out-of-stock-product div {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.gracias {
    color: rgb(183, 84, 66);
    text-shadow: 2px 2px 2px black
}

#navigation .container {/* background-color: #000; */
padding: 10px 20px 10px;}

.sf-menu li.selected:hover a {color: white;}

.sf-menu li.first {
    margin-left: 0;
}

.sf-menu li ul li {
    margin-left: 0;
}

.main-content {
    margin-top: -35px;
}

.content .container {
    background-color: rgb(183, 84, 66);
    height: 235px;
}

#shoppingCartPage .cart-contents .productrow .col-product .span1,
#shoppingCartPage .cart-contents .productrow .col-product .span4 {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.manada {
    width: 50px;
    padding-top: 2px
}

.manada:hover {
    opacity: 0.7;
}

#wrapper-foot .containercontainer .rowfluid .span3:last-child {
    text-align: right !important;
}

.footerredes {
    text-align: right;
}

.col-foot img:first-child {
    margin-top: 8px;
}

.producto .free-shipping-product {
    margin-top: 17px;
}

.producto .offer-product {
    line-height: 1em;
    margin-top: 40px;
}

.slidercontainer .container {
    /* border-left: 20px solid white; */
    /* border-right: 20px solid white; */
    background-color: white;
    width: 1020px;
    margin-bottom: -20px;
}

.categoriaspop:hover {background: rgba(255, 255, 255, 0.99);}

.botoneshome .span4 {
    margin: 0 !important;
}

.botonhome {width: calc(25%);
display: inline-block;
/* padding: 6px 6px; */
}

.botonhome50 {
    width: calc(50% - 12px);
    display: inline-block;
    padding: 6px 6px;
    transition: all .2s ease-in-out;font-size: 100px;
}
.botonhome50:hover{
	/* box-shadow: 0px 0px 10px #333; */
opacity: 0.8;
transition: all .2s ease-in-out;
}


.botoneshome {font-size: 0px;}

.newsletterimagen {
    margin-bottom: -5px
}

.modal-body input.btn {
    background: none;
    box-shadow: none;
    border: none;
    background: #333;
    text-shadow: none;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px 25px;
    transition: all .2s ease-in-out;
}

#newsletter-popup input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.modal-body input.btn:hover {
    background: rgb(183, 84, 66);
    transition: all .2s ease-in-out;
}

.sf-menu li ul li a:hover {
    color: #333;
    transition: all .2s ease-in-out;
}

#newsletter-popup input[type="news"], #newsletter-popup input[type="text"] {
    width: calc(100% - 165px);
    background: transparent !important;
    border: none;
    height: 16px;
    padding: 2px;
    font-size: 13px;
    color: #333;
    margin: 0px;
    border: none !important;
    border-bottom: 1px solid #333 !important;
    margin-right: 25px;
}

.tramacont .container {
    width: 1020px;
    background: white;
}


#navigation .container{padding: 0px 20px;
/* width: 1020px; */
/* background: #333; */}
.tramacont{
    height: 5px;
    overflow: hidden;
    background: #e1e1e1;
}
.tramacont2{height: 5px;
overflow: hidden;
background: #e1e1e1;}

.nueva{
	position: fixed;
	top:20px;
	z-index: 999;
	width: 80px;
	right: 20px;
}

.fixeddiv2{
	display: none;
}

.redesa{text-transform: uppercase;
color: white;
/* letter-spacing: 1px; */
font-size: 10px;
/* border-right: 1px solid; */
padding: 0 5px;
font-weight: 500;
transition: all .2s ease-in-out;
/* letter-spacing: 1px; */}
.redesa:hover{transition: all .2s ease-in-out;
opacity: 0.8;}
.bannercomo{padding: 20px 0px 15px;
}
.category{
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0px 10px;
	letter-spacing: 1px;
	font-size: 8px;
	color: #333;
}
.botonpromo{padding: 6px 6px;
margin-bottom: -6px;
margin-top: 4px;}
@media (max-width:790px){
	.fixeddiv{
		display: none!important;
	}
	.bannercomo{
		padding: 20px 20px 15px 20px;
width: calc(100% - 40px);
	}
	.tramacont{
		margin-bottom: -5px;
margin-top: -5px;
	}

}
@media (max-width:998px){
	#wrapper-foot .span3{
		padding: 0 !important;
margin: 0 !important;
margin-bottom: 30px!important;
	}
}
.js-mobile-first-row{
	position: relative;
}
.js-mobile-first-row img{
	position: absolute;
	width: 100px;
	top: 10px;
	left: calc(50% - 50px);
}
@media(max-width:770px){
	.barra-arriba{
		display: none;
	}
}
ul#categories-list{
	font-size: 9px;
text-transform: uppercase;
}
ul#categories-list a{
	line-height: 1em;
}
ul#categories-list a:hover{
	font-weight: bold;
}
@media (max-width:768px){
	.logo-contenedor img{
		width: 80%;
		margin-left:
	}
	.botonhome{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.botonhome50{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.botonpromo{
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
@media (max-width:500px){
	.slidercontainer .bx-controls{
		display: none;
	}
	a.btn-see-all-prods.button.secondary.d-inline-block.m-top.m-bottom.p-left.p-right{
		font-size: 10px;
	}
	.calculate-shipping-button{
		font-size: 10px;
	}
}
.botonpromo:hover{
	opacity: 0.7;
}

.modalgrande img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0%;
	left: 0%;
	box-shadow: 5px 5px 0px #333;
}
.modalconentarriba{
	position: absolute;
	z-index: 2;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}
.modalconenttabla{
	display: table;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.footerredes i{
	margin-left: 5px;
}
.descriptioncolContent .span12, .descriptioncolContent .span10{
	margin-left: 0;
}
.negro{background: #111;
background-image: linear-gradient(45deg, #222 25%, transparent 25%, transparent 50%, #222 50%, #222 75%, transparent 75%, transparent);
background-size: 50px 50px;


}
.addToCartButton{
	text-transform: uppercase;
}
.button{
	text-transform: uppercase!important;
}
.datostop{
	font-size: 20px;
	position: absolute;
	top: 50px;
	line-height: 30px;
	left: 20px;
	color: white;
}
.datostop a{
	color: white;
}
.datostop i{
	width: 40px;
	text-align: center;
}
.bloquepagina{
	background: #111;
	padding: 30px;
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
	color: white;

}
.bloquepagina a{
color: rgb(183, 84, 66)!important;
}
.bloquepagina a:hover{
	color: white;
}
.user-content b{
color: rgb(183, 84, 66)!important;
}

#sticky {
    width: 100%;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}
@media (max-width:769px){
	header{
		display: none;
	}
	.bx-wrapper{
		margin-top: 40px!important;
	}
div.bx-controls.bx-has-pager.bx-has-controls-direction{
	display: none;

}
.botoneshome{
	font-size: 100px;
}
.dest-gral .bajada .title a{
	margin-bottom: 10px;
}
.bx-viewport{
	background: transparent!important;
}

}
@media (max-width:500px){
	#newsletter .input-append .news-titulo, #newsletter .input-append input{
		display: block!important;
		width: 100%;
		text-align: center;
	}
}
.logoencel{
	width: 80px;
position: absolute;
top: 5px;
left: calc(50% - 40px);
}
.logoencel img{
	width: 100%;
}