/* ----------------------------------------------------------------
	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;
}
.real-estate .slider-caption h2, .real-estate .slider-caption .h2{
    font-size: 6rem;
}

@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);
}


.flip-card .card-title.h4{
    font-weight: 500;
}

.text-justify
{
    text-align: justify;
}