/* Add here all your css styles (customizations) */

@import url("skin-0.css");
/* btn styled from btn.less  */

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

    .hidden-div-991 {
		display: none;
	}
}

/*Colored Content Boxes
------------------------------------*/
.service-block {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-bottom: 0px;
}

.service-block p,
.service-block h2 {
	color: #fff;
}

.service-block h2 a:hover{
	text-decoration: none;
	color: inherit !important;
}

.service-block-light,
.service-block-default {
	border-radius: 0px 0px 10px 10px;
	border: solid 1px #e5e5e5;
	padding: 5px;
	background-color: #FFFFFF !important;
}

.service-block-default:hover {
	box-shadow: 0 0 15px #999999;
	-webkit-box-shadow: 0 0 15px #999999;
	text-decoration: none;
}

.service-block-default a:hover {
	text-decoration: none;
}
	
.service-block-light p,
.service-block-light h2,
.service-block-default p,
.service-block-default h2 {
	color: #555;
}

.service-block-u {
	background: #e4b700;
}
.service-block-blue {
	background: #3498db;
}
.service-block-red {
	background: #e74c3c;
}
.service-block-sea {
	background: #1abc9c;
}
.service-block-grey {
	background: #95a5a6;
}
.service-block-yellow {
	background: #f1c40f;
}
.service-block-orange {
	background: #e67e22;
}
.service-block-green {
	background: #2ecc71;
}
.service-block-purple {
	background: #9b6bcc;
}
.service-block-aqua {
	background: #27d7e7;
}
.service-block-brown {
	background: #9c8061;
}
.service-block-dark-blue {
	background: #4765a0;
}
.service-block-light-green {
	background: #79d5b3;
}
.service-block-dark {
	background: #555;
}
.service-block-light {
	background: #ecf0f1;
}

.imgRedonda {
    border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
}

#titulo01 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	border-bottom: 1px solid #ECECEC;
}

#titulo02 {
	color: #000000;
	background: #f1f1f1; /* For browsers that do not support gradients */
	height: 45px;
	width: 100%;
	padding: 5px;
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	font-weight: bold;
}

#contenido01 {
	color: #000000;
	text-decoration: none;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	min-height: 30px;
	min-width: 230px;
	padding: 10px;
	text-align: left !important;
}

#contenido01:hover {
	text-decoration: none;
}

#tituloNewProd {
	color: #000000;
	font-size: 13px;
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	
}

#contNewProd {
	color: #000000;
	text-decoration: none;
	justify-content: center !important;
	align-content: center !important;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	min-height: 30px;
	text-align: center !important;
}

#contNewProd:hover {
	text-decoration: none;
}

#destacados a:hover {
	text-decoration: none;
	background-color: #EBEBEB !important;
}

.cartFooter {
    padding: 20px;
    border-top: solid 1px #eee;
    background: #DBDBDB;
    display: inline-block;
    width: 100%;
}

/* review modal */

.rating-here .fa, .rating .fa {
    color: db0d16;
}

.reviewtitle {
}

.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

/* =============================================================== */
/* Pasos carrito de compras
/* =============================================================== */

.panel-default > .panel-heading {
    border-top: 4px solid #0B344E;
}

.orderStep li.active a {
    background: #E77910;
}

.orderStep li.active a:after {
    border-top-color: #E77910 !important;
}

.orderStep li a {
    background: #cccccc;
	color: #000000;
}

/* =============================================================== */
/* USER END || Account// Address // Order //  Creation
/* =============================================================== */

.myAccountList a {
	color: #000000;
    text-decoration: none !important;
}

.myAccountList a:hover {
	color: #d2ad00;
    text-decoration: none !important;
}

/* =============================================================== */
/*  CHECKOUT PAGE START
/* =============================================================== */

label.error {
    color: #e74c3c;
    font-size: 90%;
}

.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
}

.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 20%;
}

.orderStep li.active a {
    color: #fff;
}

.orderStep li.active a {
    position: relative;
}

.orderStep li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}

.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
}

.orderStep li a i {
    background: rgba(0, 0, 0, 0.05);
}

.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.orderStep li a i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}

.orderStep li a span {
    display: block;
    padding: 5px 0;
}

/* payment */

.paymentBox {
    margin-bottom: 30px;
    display: block;
}

.checkoutReview .CartProductThumb a img, .checkoutReview .CartProductThumb a img {
    width: 50px;
}

.paymentBox .panel {
    box-shadow: none;
}

/***  -------  according panel style  ------- ***/

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 15px;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #D9D9D9;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	background-color: #F5F5F5;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.stage {
    font-style: italic;
    font-size: 22px;
    font-weight: bold;
    color: #3498db;
}

.price {
    font-size: 14px;
	font-weight: bold;
    text-align: right;
	color: #454545;
}
#total-price {
    font-size: 18px;
    font-weight: bold;
	text-align: right;
}

