.container {
    width: 100%;
}
#content > .container {
    padding: 3em 1.5em;
}
body.seccion-1 #content  > .container:first-of-type,
body.seccion-1 #content  > .container:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
}

.item-action.item-action-btns {
	display: none;
}

#header .navbar-usuario {
    color: inherit;
}

#header .btn-group.btn-checkout {
    display: none;
}
#header .btn {
    border-radius: 20px;
}
#header .dropdown-cart-menu-container span#topCarroCantidad {
    font-size: 10px;
    color: #333;
    position: relative;
    top: -3px;
    left: -4px;
}
#header .dropdown-cart-menu-container button {
	padding: 10px 15px 10px 35px;
	border-radius: 0;
	font-weight: 500;
	font-size: 15px;
	height: 48px;
	margin-top: 1px;
	background: none;
}
#header .dropdown-cart-menu-container i.fa-shopping-cart {
    margin-right: 3px;
}

#header:before {
    content: '';
    background-image: url(../images/stripes.png);
    background-repeat: repeat-y;
    background-size: 70px;
    height: 240px;
    display: block;
    position: absolute;
    right: 50%;
    width: 75px;
    transform: rotate(-45deg);
    top: -50px;
    margin-right: -500px;
    z-index: 0;
    opacity: 0.95;
}
#header #header-top,
#header #inner-header {
	position: relative;
	z-index: 1;
}
#header #header-top {
	z-index: 2;
}
#header #inner-header .logo-container, 
#header #inner-header .header-inner-right {
    margin: 0;
    position: unset;
}
#header #quick-access .quick-search-form .form-group {
    display: block !important;
    width: 190px!important;
    border-radius: 25px 0 0 25px !important;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    height: 42px;
}
#header .quick-search-form .form-control {
	background: #fff;
	color: #333;
}
#header #quick-access .quick-search-form #quick-search-btn {
	border-radius: 0 25px 25px 0 !important;
	overflow: hidden;
	height: 42px;
	width: 36px;
}
#header .quick-search-form .form-control:-moz-placeholder{
    color:#777;
    font-style: italic;
}
#header .quick-search-form .form-control::-moz-placeholder{
    color:#777;
    font-style: italic;
}
#header .quick-search-form .form-control:-ms-input-placeholder{
    color:#777;
    font-style: italic;
}
#header .quick-search-form .form-control::-webkit-input-placeholder {
    color:#777;
    font-style: italic;
}
#header #inner-header .header-inner-right {
	text-align: right;	
	position: unset;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header #inner-header .dropdown-cart-menu-container {
    position: relative;
    z-index: 1000;
    padding: 0;    
    right: auto !important;
}
#header #inner-header .quick-contact-text {
	display: inline-flex;
	background: #8fd000;
	padding: 6px 15px;
	color: #fff;
	border-radius: 30px;
}
#header #inner-header .quick-contact-text i {
	margin-right: 7px;
	font-size: 30px;
}

#top-links li a:hover i,
#top-links li a{
	color: #fff;
}
#inner-header {
    padding: 0;
    background: none;
}
#inner-header > .container .row {
	display: flex;
	align-items: center;
	padding: 20px 0;
}
#modulo-marcas img{
    width: auto;
    max-width: 100%;
    height: 45px;
    object-fit: contain;
}
#brand-slider-container {
    margin-bottom:0px;
    padding: 30px 0px;
} 

/*#revslider*/
#revslider-64 .slider-item .tp-caption.rev-title, 
#revslider-64 .slider-item .tp-caption.rev-subtitle {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 15px !important;
    opacity: 0.92 !important;
}
#revslider-64 .slider-item .tp-caption.rev-title {
	margin-top: -15px !important;
	background: #da261b !important;  
}
#revslider-64 .slider-item .tp-caption.rev-subtitle {
	background: #444b4c !important;  
}

.title {
    padding-left: 0;
    border-left: 0;
    font-size: 40px;
    margin-bottom: 35px;
    /* border-bottom: 4px solid; */
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -2px;
}
h2.title:after {
	content: '';
	display: block;
	width: 500px;
	border-color: transparent;
	border-top-color: inherit;
	border-style: solid;
	border-width: 1px;
	border-top-width: 10px;
	border-right-width: 500px;
}

@media (max-width: 480px) {
	h2.title:after {
		font-size: 36px;
		width: 360px;
		border-right-width: 360px;
	}		
}

/*HOME*/
div#modulo-productos-2 .new-rect{
    display: none;
}
div#modulo-productos-2 .modulo-container {
    /* max-width: 1170px; */
    margin: 0 auto;
    padding: 0 15px;
}

/*PRODUCTOS*/

.productos-lista .item:not(.item-tabla) {
    border: 1px solid #ccc !important;
    /*padding: 0px 5px 20px;*/
    border-radius: 6px;
    overflow: hidden;
    font-size: 16px;
}
.productos-lista .item-image-wrapper {
    margin: 0 -20px 0;
}
#modulo-latest-items .item,
.productos-lista .item{
    padding-bottom: 70px !important;
}
.productos-lista .item .item-cat ~ .item-action input.qty{
    width: 70px;
    border-color: #dedede;
    float: right;
}
.productos-lista .item .item-cat ~ .item-action button.items-count.increase {
    border-radius: 4px 0 0 0;
}
.productos-lista .item .item-cat ~ .item-action button.items-count.reduced {
    border-radius: 0 0 0 4px;
}
.productos-lista .item .item-cat ~ .item-action button.items-count {
    background: #dedede;
}
#modulo-latest-items .item h5.item-cod,
.productos-lista .item h5.item-cod {
    margin: -20px -20px 0 -20px;
    padding: 8px;
    background: #8fd000;
    color: #fff;
}
#modulo-latest-items .item h5.item-cod{
    margin: 0;
}

#modulo-latest-items .item .item-cat ~ .item-action,
.productos-lista .item .item-cat ~ .item-action {
    background: #efefef;
    margin: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#modulo-latest-items .title-bg:after{
    display: none;
}

#modulo-latest-items .item {
    margin: 20px 10px;
    padding: 0;
    border: 1px solid #e8e8e8;
}
#modulo-latest-items .item .item-meta-container {
    padding: 15px;
}
#modulo-producto-fotos-31 #product-image-container {
    border: 1px solid #e8e8e8;
}

.item-cat{
    margin-bottom: 0;
}
.item-marca figure.mini-thumb {
    width: 100%;
}
.item-marca figure.mini-thumb img {
    height: 30px !important;
    width: auto !important;
}
.item-marca figure.mini-thumb ~ h5{
    margin-left: 0;
}
.item-marca h5{
    margin-bottom: 0;
}
.item-marca a:before {
    /*content: 'Marca: ';*/
    font-size: 11px;
    display: block;
    line-height: 1;
}
.item-marca figure.mini-thumb ~ h5{
    display: none;
}
.item span.new-rect {
    transform: none;
    left: 0;
    top: 20px;
}
.item.item-tabla span.new-rect {
    font-size: 13px;
    top: 9px;
    transform: scale(0.8);
    left: -10px;
}

.item.item-hover .item-meta-container {
    margin: 0 -10px;
}
.item.item-hover .item-meta-container .item-name a {
	font-size: 15px;
	line-height: 1;
}
.item.item-hover .item-meta-container .item-cat {
	font-size: 15px;
	line-height: 1;
}

.item:not(.item-tabla) .item-price-container {
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    position: relative;
    opacity: 1;
    background: none;
    color: #333;
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 8px;
}
.item:not(.item-tabla) .item-price-container .item-price {
    margin-top: 0;
    padding: 10px;
}
.item:not(.item-tabla) .item-image-wrapper .item-image-container {
    border: 1px solid #eee;
    margin-bottom: 0;
}

tr.item.item-tabla td.action-wrapper {
    background: #fbfbfb;
}
tr.item.item-tabla .item-price-container {
    bottom: auto;
    height: auto;
    border-radius: 3px;
    background: none;
}
tr.item.item-tabla .item-price-container .item-price {
    margin-top: 0 !important;
    color: #333;
    font-size: 1.2em;
}
tr.item.item-tabla .item-image-wrapper img.cucarda {
    margin-top: -28px;
    margin-left: -34px;
}

.item-image-container img.cucarda, .item .item-image-wrapper img.cucarda {
    border-radius: 50%;
    width: 50px !important;
    background: #fff;
    left: auto;
    top: -60px;
    right: -10px;
    margin: 0;

    width: 30px !important;
    right: 10px;
    top: 10px;
}


.block .block-title {
    background: #333333;
    color: #fff;
    border-color: #333;
    font-weight: bold;
}
.block .block-content li.list-group-item {
    background: #eee;
}
.block .block-content li.list-group-item a {
    color: #666;
}

/*FOOTER*/
footer #meta-cats .flex-direction-nav,
footer #meta-cats .title-bg h3 {
    background: #444b4c;
    color: #fff;
}

footer #meta-cats .item-price-special{
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 22px;
}
footer #meta-cats .item-action {
    position: absolute;
    right: 0;
    bottom: 0;
}
footer #meta-cats .item-action span.btn-comprar {
    color: #fff;
}

footer #meta-cats .item-cat h5,
footer #meta-cats .item-name a{
    color: #fff;
}

footer #meta-cats .item-meta > [class*="item-"] {
    margin: 0 0 6px 0;
}

/*CONTACTO*/
#modulo-texto-82 {
    margin-bottom: 20px;
}
#modulo-texto-82 .title {
    margin-bottom: 0px;
}
#modulo-texto-82 li a[href*="mail"] {
    font-size: 18px;
    font-weight: 500;
}
#modulo-texto-82 li {
    font-size: 22px;
    line-height: 1.2;
    color: #333;
}

.table .itemsPedidoTR a.product-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.table .itemsPedidoTR a.product-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .logged-in #header #inner-header .header-inner-right {
        top: 10px;
    }
}

#modulo-texto-81 figure {
    max-width: 400px;
}

@media (max-width: 767px) {
    #header #inner-header {
        padding-top: 0;
    }
    #header #inner-header > .container .row {
        flex-direction: column;
    }
    #header #inner-header .header-inner-right {
        flex-direction: column;
    }
    #header .header-inner-right-wrapper {
        top: -22px !important;
    }
    #header #quick-access {
        width: 100%;
    }
    #header #quick-access .quick-search-form {
        position: unset;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #header #quick-access .quick-search-form .form-group {
        position: unset;
        margin: 0;
    }
    #header .btn-group.dropdown-login .btn b {
        display: none;
    }
    footer #meta-cats .item-marca {
        display: none;
    }
    footer #meta-cats .item-image-container {
        width: 30% !important;
    }
}
@media (max-width: 479px) {
    footer div#footer-links-4,
    footer #meta-cats {
        display: none;
    }

}