/*
Theme Name: Segurisafe.cl
Description: Seguri Safe
Version: 1.0
Author: LaGencia
Author URI: http://lagencia.cl
Tags: roma, extintores, catálogo
*/


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* comunes */
body {
	font-family: 'Source Sans Pro', sans-serif !important;
	padding-top: 20px;
	font-size: 16px !important;
}

p {
	font-weight: 300;
}
header .top .row .col-lg-3 h1 {
    margin-top: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: 100%;
}

.logo-img-responsive {
	max-width: 70%;
	height: initial;
}

.img-responsive {
	width: 100%;
}

table .img-responsive {
	max-width: 100% !important;
}

.navbar {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
	margin-top: 30px !important;
}

.nav>li {
	float: left !important;
	border-left: 1px solid #fff;
}

.nav>li a {
	color: #fff;
}

.navbar-inverse {
	border: 0;
}

/* carousel */

.carousel-control {
	font-size: 30px !important;
	display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-caption {
	left: 13% !important;
	text-align: left !important;
	top: 50% !important;
	max-width: 50% !important;
	margin-top: -10% !important;

}

.carousel-caption h2 {
	font-size: 3em;
	font-weight: 900;
    letter-spacing: 2px;
}

.carousel-caption p {
	font-size: 1.5em;
}

.carousel-caption a {
	display: inline-block;
	padding: 10px 40px;
	background: #ef9b00;
	color: #fff;
	text-shadow: none;
	font-size: 1.2em;
	border-radius: 3px;
	margin-top: 10px;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.carousel-caption a:hover{
    text-decoration: none;
    background-color: #e21319;
    color: #fff;
}


/* head */

.top .sss {
	padding: 0;
}

.top .sss li {
	margin-bottom: 5px;
}

.top div ul li, .top div ul li a {
    color: #95989A;
    font-size: 16px;
    float: left;
    list-style-type: none;
    margin-right: 5px;
}

.top div ul li a strong i, .top div ul li strong i {
	font-size: 0.7em;
    margin-left: 0px;
    border: solid 3px;
    border-radius: 100%;
    padding: 6px 7px;
    margin-right: 5px;
}

footer {
    background-color: #222;
    padding-top: 30px;
	color: #ccc;
}
footer .text-center {
    padding: 20px 0;
}
footer h4 {
	font-size: 20px;
    font-weight: 700;
}

footer ul {
	padding: 0;
}

footer ul li {
	list-style-type: none;
	padding: 5px 0;
}

footer ul li a {
	color: inherit;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
footer ul li a:hover {
    color: #01af33;
    text-decoration: none;
}
footer ul li a i, footer ul li i {
	padding: 0 5px 0 0;
}

.nav li:hover ul {
	display: block;
	background: #0088B0;
	border-radius: 0;
}

.nav li:hover ul li {
	border-radius: 0;
}

.nav li:hover ul li:hover {
	background: #015c77;
}

.nav li:hover ul li a {
	color: #fff;
}

.nav li:hover ul li a:hover {
	background: #015c77;
}

.nav li ul li:hover .dropdown-menu {
	display: block !important;
	left: 100%;
	top: -8px;
	border-radius: 0;
}


.nav li .dropdown-menu li ul {
	display: none !important;

}
.carro_menu {
	float: right;
    background-color: #01af33;
    width: 150px;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    }

.carro_menu span {
	margin: 0 5px 0 0;
}

.carro_menu a::after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	height: 50px;
	width: 1px;
	background: #ee9b00;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.carro_menu a {
	font-size: 1em
}

.carro_menu a:hover {
	color: #fff;
	text-decoration: none;
	
}

.carro_menu a:hover::after {
	opacity: 1;
	width: 100%;
}

.carro_menu a {
    color: #FFF;
    z-index: 3;
}


.imagewrapper {
    max-height: 200px!important;
    overflow: hidden;
}

.related .imagewrapper, .destacados .imagewrapper {
	max-height: 251px;
    overflow: hidden;
}

.ofertas .imagewrapper {
	height: 200px;
	width: 200px;
    overflow: hidden;
	border: 5px solid #01af33;
}

.related {
	float:left;
}


.product_meta {
	    padding-top: 20px;
}

.woocommerce a.button {
	font-weight: 500 !important;
}

a.add-request-quote-button.button {
	position: relative!important;
    background-color: #0088b0!important;
    transition: all .4s ease-in-out!important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
a.add-request-quote-button.button:hover{
    background-color: #339957!important;
}

.woocommerce .add-request-quote-button.button, .woocommerce .add-request-quote-button-addons.button {
	background-color: #01af33 !important;
}

.yith_ywraq_add_item_browse-list-312.yith_ywraq_add_item_browse_message.show a {
    color: #a94442;
    font-weight: 600;
}
.woocommerce ul.products li.product {
	text-align: left;
	height: 350px;
	position: relative;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 1em 0 !important;
}

.widget_product_search form input {
	-webkit-appearance: none;
	appearance:none;
    border: none;
    background: rgba(204, 204, 204, 0.12);
    padding: 10px 20px;
    width: 70%;
}

.widget_product_search input[type=submit] {
    width: 20%;
    padding: 10px 0px;
    border: none;
    background: #ccc;
    color: #fff;
}

#sidebar, li#tab-title-reviews {
	display: none !important;
}

.woocommerce .woocommerce-breadcrumb {
	text-transform: uppercase;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 50%;
    float: right;
}

.woocommerce ul.products li.product .price del {
    display: inline-block!important;
    margin-right: 5px;
}
/* ofertas */

.ofertas .woocommerce ul.products li.product .onsale {
    top: 0;
    left: 0;
   	margin: 0;
    position: absolute;
    padding: 5px 10px;
	background: #ef9b00;
    border-radius: 0;
    padding: 0 10px;
    right: inherit;
}

/* destacados home */

.destacados .woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 15px 0;
	text-align: left;
	font-size: 1.3em;
	color: #525252;
}

.destacados .woocommerce ul.products li.product a img {
	margin: 0;
   
}
.woocommerce ul.products li.product a img {
     height: 300px!important;
}
.destacados .woocommerce ul.products li.product .price {
	margin-bottom: 0;
    font-size: 1.2em;
    padding: 15px 0;
    color: red;
    line-height: 0;
}

.destacados h5::after {
	content: "";
    border-bottom: 2px solid #01af33;
    width: 100px;
    margin: auto;
    display: block;
    margin-top: 5px;

}
.destacados h2 {
    font-size: 3em;
	margin: 0 0 40px;
}

.destacados {
	padding-top:30px;
}

/* table */

table td {
	padding: 10px !important;
}

form p span input, form p span textarea {
	width: 100%;
	border: none;
	background: #f1f1f1;
    padding: 7px 15px;
    font-size: 1.2em;
}

form p .wpcf7-submit {
	-webkit-appearance: none;
	appearance: none;
	padding: 10px 40px;
    background-color: #0088B0;
    color: #fff;
    border: none;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
form p .wpcf7-submit:hover{
    background-color: #339957;
}

/* wordpress */

.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* page */

.content-box {
    margin-top: 30px;
    margin-bottom: 100px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 9px 15px;
}

.woocommerce-product-details__short-description ul li {
	list-style-type: disc!important;
}
div#primary {
    display: -webkit-box;
	width: 90%;
    margin: 0 auto;
}
.marcas {
    padding-bottom: 40px;
}
.marcas img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 970px) {

	.carousel-caption {
		top: 45%;
	}

	.carousel-caption h4 {
	font-size: 2em;
	}

	.carousel-caption a {
		font-size: 1em;
		padding: 10px 20px;
	}

}

@media screen and (max-width: 767px) {

	.nav>li {
		float: none !important;
	}

	.nav>li .dropdown-menu {
    position: relative;
    float: none;
	}

	.nav>li .dropdown-menu>li:hover .dropdown-menu {
    position: relative;
    float: none;
    left: 0;
    padding: 0 0 0 10px;
	}

	.carro_menu {
		float: left;
		margin-left: 15px;
		display: -webkit-box;
    	display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	}
}

@media screen and (max-width: 750px) {

	.carousel-caption {
		top: 35% !important;
	}
	.item {
		min-width: 700px;
	}
}
