/* ----------------------------------------------------------------

	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates

.attribute_color{
    padding: 0;
    line-height: 10px;
    min-height: 10px;
    min-width: 10px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #000;
    display: inline-block;
    border: 1px #ccc solid;
}
.product-title h3, .product-title .h3{
	font-size: 1rem;
}
#VOContainerSection{
background: #fff;
margin: 0 auto;
}

#page-title, .page-title{
	padding: 4em 0 2em;
}

.link_widget{	
    padding: 0.1rem 0.25rem 0.7rem 0rem;
    border: none !important;
    color: var(--cnvs-heading-color);
	font-family: var(--cnvs-primary-font);
	display: inline-block;
}

.link_widget::before {
    content: "\f231";
    font-family: "bootstrap-icons";
    display: inline-flex;
    align-self: center;
    justify-self: center;
    position: relative;
    font-size: 0.75rem;
    line-height: inherit;
    left: 0;
	margin-right: 0.75rem;
}

.vo-contenido-destacado .product {
	background-color: transparent !important;
	border: 1px solid #ddd !important;
	height: 100%;
}
.vo-contenido-destacado .product .product-desc{
	padding: 1em  1em 0 !important;
}
.vo-contenido-destacado .product .product-desc h2 a{
	color:#000;
}

.section-1-bg{
	background-image: url('/assets/img/bg-home.jpg') !important;
    background-position: bottom;
    background-size: contain;
	background-repeat: no-repeat;
}

.alerCart {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
} 
span.i-circled, span.i-bordered{
    cursor: inherit;
}
span.i-rounded:hover,
span.i-circled:hover {
    background-color: inherit !important;
    color: inherit;
    text-shadow: inherit;
    box-shadow: inherit;
    border: 1px solid #DAB534 !important;
}

.process-steps li a:hover{
    color:#ccc;
}
.actualizarCntCarrito button[type="submit"]{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.sale-flash-right{
    right: 0;
    left: inherit;
}

.slider-caption h2, .slider-caption .h2 {
    font-size: 8rem;
    text-transform: uppercase;
    letter-spacing: -10px;    
    font-weight: 800;
}

@media (max-width: 768px) {
	#header-wrap #logo img{
        max-width: 150px !important;
        height: auto;
    }
    .slider-caption h2, .slider-caption .h2 {
        font-size: 2.5rem;
        letter-spacing: -3px;   
    }
    
}
@media (min-width: 992px) {
    .top-cart-items {
        padding: 1rem 0 0;
    }
    .dark .menu-link {
        color:#fff;
    }

    .bg-rgba-dark{
        background: rgba(0,0,0,.7);
    }
}

.first-letter::first-letter {
        font-size: 170%;
        color: var(--cnvs-themecolor);
}

-----------------------------------------------------------------*/

.header-wrap-clone{
	background-color: #000;
}

/* ----- | Story-Box | ----- */
.story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer;
}

.story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

.story-box:hover .story-box-image img {
	opacity: .9;
}

.story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

.story-title {	
	font-size: 26px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0;	
}

.story-box-content p {
	font-size: 1.1em;
	font-weight: 100;	
	line-height: 1.7em;
}

.story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}



/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	.story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	.story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	.story-box.description-left .story-box-info { margin: -40px 5% 0; }

	.story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	.story-box.description-left .story-box-info { margin: -100px 5% 0; }
	.story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
	.customers-count { border-right: none }
}

@media (max-width: 479px) {

	.story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	.story-box.description-left .story-box-info { margin: -200px 5% 0; }

	ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}


#pq-elegirnos .fbox-icon i,
#pq-elegirnos .fbox-icon img {  
  background-color: var(--bs-dark);
}

@media (max-width: 767px) {
#header-wrap #logo img {
    height: var(--cnvs-header-height-sm);
}
}

#VOContainerSection{
	margin-top:0 !important;
}

.nuestros-clientes td{
	padding: 2em;
	text-align: center;
	border-bottom: 1px #ccc solid;
	text-transform: uppercase;
}