
/* MODULE  HOME FEATURED PRODUCT */
.featured-products {
    margin-top: 68px;
}
#wrapper {
    padding-top: 0px;
}
html {
    scroll-behavior: smooth;
}
#pagenotfound section#content {
    position: relative;
}

#pagenotfound .page-content #search_widget form {
    position: inherit;
    width: auto;
    display: block !important;
}

#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
    border: 2px solid black;
    height: 42px;
}

.page-not-found .search-widget form button {
    position: inherit;
    display: inline-block;
}

#pagenotfound .page-content #search_widget i.material-icons.clear.hidden-lg-up.closesearch {
    display: none !important;
}
.owl-next:before {
    content: "";
    border: none !important;
    background: url(../img/home/arrow.svg) no-repeat;
    height: 35px !important;
    width: 50px !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) !important;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-left: -2px;
}
.owl-prev:before{
	content: "";
	border: none !important;
	background: url(../img/home/arrow.svg) no-repeat;
	transform: none !important;
	height: 35px !important;
	width: 50px !important;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-left: -2px;
}
.owl-theme .owl-nav button span {
    display: none;
}

#wrapper .breadcrumb {
    text-align: center;
    background: #f8f8f8;
    width: 100vw;
    margin-left: calc(-50vw + 50% );
    padding: 10px 0px !important;
}
.featured-products h2 {
    font-family: 'Butler-Medium';
    font-size: 36px;
    color: #090908;
    text-transform: none;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
#stores .page-stores .store-item-container .divide-left li {
    font-size: 14px;
}
.featured-products h2:before {
    content: '';
    display: block;
    width: 45px;
    height: 28px;
    margin: auto;
    border-top: 1px solid #d8d8d8;
}
#pagenotfound #main #content #search_widget > #fakeSearch {
    display: none;
}
#pagenotfound #main #content #search_widget  #fakeSearch {
    width: 15px;
}
ul#ppbanners_displayWrapperTop {
    width: 100vw;
    margin-left: calc((-50vw) + 50% );
}
#index .carousel {
     box-shadow: none;
    margin-bottom: 18px;
}
#index .carousel figure {
    margin: 0px;
}
#index .carousel .carousel-inner {
    margin: 0px;
}

@media(max-width:991px) {
	#index .carousel {
     	box-shadow: none;
    	margin-bottom: 8px;
    	padding-top:30px;
	}
	img#fakeSearch {
		width: 25px;
	}
	#wrapper{
		padding-top: 73px;
	}
	div#_mobile_user_info img {
		width: 20px;
	}
	div#_mobile_cart .header img {
		width: 20px;
	}
}
@media(max-width:768px) {
	#index .carousel {
	   	padding-top:33px;
	}
	#wrapper{
		padding-top: 72px;
	}
    body#product #wrapper{
		padding-top: 25px;
	}
}

.vc_row.wpb_row.vc_row-fluid {
    display: flex;
    width: 100vw;
    background: #f8f8f8;
    margin-left: calc(-50vw + 50%);
}

.vc_row .contenido-desc {
    max-width: 572px;
    text-align: center;
    margin: auto;
    margin-bottom: 39px !important;
}

.vc_row .contenido-desc .contenido img {
    border-radius: 100%;
    max-width: 240px;
}

.vc_row .contenido-desc .contenido .texto p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: 0.9px;
    color: #121212;
    text-align: justify;
}

.vc_row .contenido-desc .contenido .texto p:last-child {
    margin-top: 20px;
}

.vc_row .contenido-desc .contenido .texto {
    margin-top: 48px;
    text-align: center;
}

.vc_row .contenido-desc h3 {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 47px;
    letter-spacing: 2.25px;
    text-align: center;
    color: #121212;
}

.vc_col-sm-6.wpb_column.vc_column_container  { padding: 0; }
.vc_col-sm-6.contenido-desc.wpb_column.vc_column_container {
    padding: 0 15px;
    margin: 0 20px;
}
.contenido-desc .home-desc h2 {
    margin-top: 20px;
    font-family: 'Montserrat';
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #424242;
}
.contenido-desc .home-desc .contenido p {
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    color: #424242;
}
.contenido-desc .home-desc .contenido p:nth-child(3){
    margin-bottom: 10px;
}
.contenido-desc .home-desc .contenido img {
    max-width: 266px;
    height: 100%;
    max-height: 200px;
    min-height: 200px;
    margin: 10px 0 20px;
}
@media (min-width: 767px) {
    .vc_row.wpb_row.vc_row-fluid img.vc_box_border_grey {
        width: auto;
        height: 100%;
        object-fit: cover;
        min-height: 460px;
    }
}

@media (min-width: 992px) {
    .vc_col-sm-6.contenido-desc.wpb_column.vc_column_container {
        margin: 30px auto 0;
    }

    .contenido-desc .home-desc h2 {
        margin-top: 30px;
        font-size: 32px;
    }

    .contenido-desc .home-desc .contenido img {
        max-width: 266px;
        max-height: 200px;
        min-height: 200px;
        margin-bottom: 30px;
    }
    .vc_row.wpb_row.vc_row-fluid img.vc_box_border_grey {
        width: auto;
        height: 100%;
        min-height: 560px;
        object-fit: cover;
    }
    .vc_col-sm-6.contenido-desc.wpb_column.vc_column_container {
        padding: 0 30px;
    }
}

@media (min-width: 1350px) {
    .vc_col-sm-6.contenido-desc.wpb_column.vc_column_container {
        max-width: 650px;
        text-align: center;
        margin: 40px auto 0;
        padding: 0 15px;
    }
    .contenido-desc .home-desc h2 {
        font-size: 48px;
        letter-spacing: 3px;
    }
    .contenido-desc .home-desc .contenido {
        margin-top: 40px;
    }
    .vc_row.wpb_row.vc_row-fluid img.vc_box_border_grey {
        min-height: 875px;
    }
    .contenido-desc .home-desc .contenido img {
        max-width: 266px;
        max-height: 200px;
        min-height: 200px;
        margin-bottom: 40px;
    }
    .contenido-desc .home-desc .contenido p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2px;
    }
}


@media(max-width: 991px){
	.xs-hide {
		display: none !important;
	}
	.header-banner .header-content-banner div#ps_banner_ajax{
		width: 100%;
	}
	.vc_row .contenido-desc .contenido .texto{
		padding: 0px 15px;
	}
}
@media(max-width: 991px){
	.vc_row .contenido-desc .contenido .texto p{
		font-size: 16px;
	}
}
@media(max-width: 767px){
	.vc_row .contenido-desc .contenido .texto p{
		font-size: 14px;
	}
    .vc_row.wpb_row.vc_row-fluid img.vc_box_border_grey {
        width: auto;
        height: 100%;
        object-fit: cover;
        min-height: 460px;
    }
    .contenido-desc .home-desc h2 {
        font-size: 18px;
    }
    .contenido-desc .home-desc .contenido img {
        margin: 10px 0 10px;
    }
    .contenido-desc .home-desc .contenido p {
        font-size: 11px;
    }
}
@media(max-width: 576px){
    .vc_row.wpb_row.vc_row-fluid {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .vc_col-sm-6.contenido-desc.wpb_column.vc_column_container {
        padding-right: 54px;
    }
    .contenido-desc .home-desc h2 {
        font-size: 24px;
    }
    .contenido-desc .home-desc .contenido img {
        max-width: 226px;
        max-height: 160px;
        min-height: 160px;
        margin: 20px 0 20px;
    }
    .contenido-desc .home-desc .contenido p {
        font-size: 14px;
    }
}