@charset "UTF-8";

.header-inicial{
	background: #000;
	color: #fff;
	padding: 4px;
    border-bottom: 1px solid #ffb56c;
}

.header-inicial a{
	color: #fff;
}

.cart-table .table {
	border-bottom: 1px solid #dddddd;
	margin: 0;
}

.product-box__image{
    	min-height: 240px;
}
.capit-titulo{
	text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
	.cart-table .table {
		border-top: 2px solid #333333;
		overflow: hidden;
	}
	.variable-product{
		padding: 0px !important;
	}
	
	.col-art-det{
		padding-right: 8px !important;
    	padding-left: 8px !important;
	}
	
	.product-box__image{
		margin-top: 0px !important;
    	margin-bottom: 0px !important;
    	min-height: 145px !important;
	}
	
	.product-box__title{
		margin-bottom: 0px !important;
	}
	.product-box__footer{
		padding: 10px 7px;
	}
}

.cart-table .table .thead {
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.cart-table .table .thead {
		display: none;
	}
}
.cart-table .table .thead .tr{
	border-bottom: 1px solid #dddddd;
}

.cart-table .table .thead .tr .th {
	display: inline-block;
    border-color: #f12b2e;
    border-bottom: 0 solid transparent;
    
    font-size: 14px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
}

.cart-table .table .tbody .tr{
	border-bottom: 1px solid #dddddd;
}

.cart-table .table .tbody .tr.tr-desk{
	display: block;
	margin: 0 15px;
}

.cart-table .table .tbody .tr.tr-mov{
	display: none;
}

.cart-table .table .thead .tr .th, .cart-table .table .tbody .tr .td {
	text-align: center;
	border: none;
	padding: 25px 20px;
	vertical-align: middle;
	display: inline-block;
    width: 14%;
}

@media only screen and (max-width: 767px) {
	.cart-table .table .tbody .tr .td {
		display: block;
		width: 100%;
		max-width: none;
		padding: 15px;
		text-align: left;
	}
	
	.cart-table .table .tbody .tr.tr-desk{
		display: none !important;
	}
	
	.cart-table .table .tbody .tr.tr-mov{
		display: flex !important;
		padding: 8px 0 3px 0;
	}
}

.cart-table .th.pro-thumbnail, .cart-table .td.pro-thumbnail {
	max-width: 120px;
	min-width: 100px;
	width: 10% !important;
}


@media only screen and (max-width: 767px) {
	.cart-table .th.pro-thumbnail a, .cart-table .td.pro-thumbnail a {
		width: auto;
	}
	
	
}

.cart-table .th.pro-title, .cart-table .td.pro-title {
	min-width: 200px;
	width: 39% !important;
}

.cart-table .th.pro-remove, .cart-table .pro-remove{
	width: 6% !important;
	padding: 0px !important;
}

@media only screen and (max-width: 767px) {
	
	.cart-table .td.pro-thumbnail{
	    width: 100% !important;
    	padding: 0px !important;
	}
	
	.cart-table .td.pro-title{
	    width: calc( 100% - 50px) !important;
	    float: left;
	    min-width: auto !important;
	    padding: 15px 0 !important;
	}
	
	.cart-table .td.pro-remove{
		width: 50px !important;
	    float: left;
	    padding: 0px !important;
	}
	
	.cart-table .td.pro-price {
	    width: 50% !important;
	    padding: 15px 0 !important;
	    float: left;
	}
	
	.cart-table .td.pro-quantity {
	    width: 50% !important;
	    padding: 5px 0 !important;
	    float: left;
	}
	
	.cart-table .table .tbody .tr input{
		width: 78px !important;
	}
	
}

.cart-table .td.pro-thumbnail a {
	display: block;
}

.cart-table .td.pro-thumbnail a img {
	width: 100%;
	background-color: #f6f7f8;
}

.cart-table .td.pro-title a {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #333333;
	white-space: normal;
}

.cart-table .td.pro-title a:hover {
	color: #8c8e8e;
}

.cart-table .td.pro-price span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #333333;
}

.cart-table .td.pro-quantity .pro-qty {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
}

.cart-table .td.pro-quantity .pro-qty .qtybtn {
	height: 42px;
	padding: 0 10px;
	border: none;
	background-color: transparent;
}


.cart-table .td.pro-subtotal span {
	display: block;
	font-size: 15px;
	font-weight: 600;
	color: #333333;
}

.cart-table .td.pro-addtocart button {
	width: 140px;
	border-radius: 50px;
	height: 44px;
	border: 1px solid #8c8e8e;
	line-height: 24px;
	padding: 5px 20px;
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	background-color: #8c8e8e;
}

.cart-table .td.pro-addtocart button:hover {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}

.cart-table .td.pro-stock span.in-stock {
	font-size: 14px;
	text-transform: capitalize;
	color: #30b878;
}

.cart-table .td.pro-stock span.out-stock {
	color: #EB3E32;
}

.cart-table .td.pro-remove a {
	display: block;
	font-weight: 600;
	color: #333333;
}

.cart-table .td.pro-remove a i {
	font-size: 15px;
}

.cart-table .td.pro-remove a:hover {
	color: #ff0000;
}

@media only screen and (max-width: 767px) {
	.cart-table .td.pro-remove a {
		width: 100%;
	    text-align: center;
	    padding: 15px;
	    margin: 0px !important;
	}
}


.cart-table .table .tbody .tr input{
	position: relative;
    top: 0;
    margin-right: -4px;
    display: inline-block;
    text-align: center;
    outline: none;
    box-shadow: none;
    transition: all 0.4s ease;
    color: #000;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 22px;
    border: 1px solid #000;
    height: 42px;
    width: 90px;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
    border-radius: 0px;
    background-color: #fff;
}

.col-left {
    width: 41.66666667%;
    padding: 0px;
    position: relative;
    min-height: 1px;
    display: block;
    float: left;
}

.col-right {
    width: 58.33333333%;
    position: relative;
    min-height: 1px;
    display: block;
    float: left;
    padding-left: 5px;
}

.cart-summary {
	float: right;
	width: 100%;
	margin-left: auto;
	font-family: Teko;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart-summary {
		margin-left: 0;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.cart-summary {
		margin-left: 0;
		max-width: 100%;
	}
}

.cart-summary .cart-summary-wrap {
	padding: 0px;
	margin-bottom: 20px;
	border-radius: 5px;
	font-family: "Raleway", sans-serif;
}

@media only screen and (max-width: 575px) {
	.cart-summary .cart-summary-wrap {
		padding: 25px 30px;
	}
}

.cart-summary .cart-summary-wrap h4 {
	color: #333333;
    font-size: 18px;
    font-weight: 500;
    padding: 27px 15px 25px;
    margin-bottom: 0;
}

.cart-summary .cart-summary-wrap p {
	color: #333333;
    padding: 3px 20px;
    font-size: 15px;
    margin: 0px;
}

.cart-summary .cart-summary-wrap p span {
	float: right;
    font-size: 16px;
    font-family: "Lora", serif;
}

.cart-summary .cart-summary-wrap h2 {
	border-top: 1px solid #dee2e6;
    padding-top: 9px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
    padding: 15px 20px;
}

.cart-summary .cart-summary-wrap h2 span {
	float: right;
	font-family: "Lora", serif;
}

.cart-summary .cart-summary-button {
	overflow: hidden;
    margin-top: -20px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    font-family: "Raleway", sans-serif;
    background-color: #f12b2e;
}

.cart-summary .cart-summary-button button {
    color: #fff;
    padding: 9px;
    font-size: 17px;
    width: 100%;
    background-color: #f12b2e;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cart-summary .cart-summary-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.cart-summary .cart-summary-button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}


.checkout-title {
    color: #333333;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.pay-form{
	position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 30px
}

.billing-form div div label {
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    font-family: Teko;
    font-size: 21px;
}

.billing-form .fields{
    padding: 45px;
    background-color: #fafafa;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 575px){
	.billing-form .fields{
	    padding: 10px 0px;
	}
}

.billing-form div div input,  .billing-form div div select{
	position: relative;
    top: 0;
    margin-right: -4px;
    display: inline-block;
    width: 130px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    transition: all 0.4s ease;
    color: #000;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    height: 42px;
    width: 100%;
    border: 0px;
    text-align: left;
    border: 2px solid #000;
    font-family: Teko;
    font-size: 19px;
}

.billing-form .nice-select{
	width: 100%;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #333333;
    margin-bottom: 15px;
    border: 2px solid #000;
    font-family: Teko;
    font-size: 19px;
    border-radius: 3px;
}
.billing-form .nice-select ul{
	width: 100%;
}

.btn-agregar {
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #373636;
    color: #373636;
    padding: 3px;
    width: 100%;
    margin-top: 7px;
    height: 30px;
    cursor: pointer;
}
.btn-agregar:hover{
	background-color: #373636;
    border: 1px solid #fff;
    color: #fff;
}

.btn-agregar-activo {
    padding: 0 !important;
    width: 80%;
    height: 29px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    background-color: #373636;
    border: 1px solid #373636;
    color: #fff;
    padding: 7px;
    width: 100%;
    margin-top: 7px;
}

@media (max-width: 479px){
	.btn-agregar-activo {
	    padding: 0px !important;
    	width: 100%;
	}
}

.btn-agregar-activo .quantity-controls{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 1;
    height: 100%;
}

.btn-agregar-activo span .less, .btn-agregar-activo span .quantity, .btn-agregar-activo span .more {
    width: 33%;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.2);
    margin-right: 0px;
}
.btn-agregar-activo span .less, .btn-agregar-activo span .more{
	font-size: 20px;
    height: 100%;
    padding-top: 3px;
}

.modal.in .modal-dialog{
	padding: 0px !important;
}

.btn-modal {
	color: #ff0100;
    border: 2px solid #ff0100;
    background-color: transparent;
    padding: 9px 40px 7px !important;
    width: 100%;
    border-radius: 30px;
    font-size: 14px;
}

.btn-modal.btn-modal-agregar{
	
}

@media (max-width: 479px){
	.btn-modal.btn-modal-finalizar{
		margin-top: 9px;
	}
}

.growl-notification--default:before{
	background: #f12b2e !important;
}
	
.growl-notification--default .growl-notification__progress-bar{
    background: hsla(0, 99%, 45%, 0.42) !important;
}

.fancybox-content{
	padding: 0px !important;
}

.checkout-payment-method{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    padding: 12px;
    border-radius: 5px;
    color: #000 !important;
}

.checkout-payment-method .single-methods{
	margin-bottom: 14px;
}

@media only screen and (max-width: 575px){
	.checkout-payment-method {
	    padding: 10px 15px;
	}
}

.checkout-cart-total{
	background-color: #fafafa;
}

.checkout-cart-total h4{
	color: #000;
}

.btn-checkout:disabled{
	background-color: #bfbdbd;
    color: #000;
    cursor: not-allowed;
}

#billing-form{
	
}

#billing-form label {
    color: #333333;
    text-transform: capitalize;
    font-size: 15px;
     font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
}

#billing-form input, #billing-form select{
	color: #000;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
        background: #fff;
}

#billing-form input::placeholder, #billing-form select::placeholder {
    color: #ccc;
}

.btn-checkout{
	overflow: hidden;
    margin-top: 16px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    font-family: "Raleway", sans-serif;
}

.btn-checkout button{
	width: 100%;
    color: #fff;
    font-size: 18px;	
    background-color: #f12b2e;
}

.nice-select.select-dir{
	width: 25% !important;
    color: #666666;
    border: 1px solid #ccc;
    padding: 3px 10px;
    width: 100%;
    font-size: 14px;
    height: 42px;
    background: #f7f7f7;
    border-radius: 0px; 
}

.nice-select.select-tipodoc{
	width: 100% !important;
    color: #666666;
    border: 1px solid #ccc;
    padding: 3px 10px;
    width: 100%;
    font-size: 14px;
    height: 42px;
    background: #f7f7f7;
    border-radius: 0px; 
}

.table-resp-pago{
    font-size: 14px;
    border: 1px solid #eee; 
    width: 100%;
}

.table-resp-pago tr {
    border-top: 1px solid #eee;
}

.table-resp-pago thead tr th{
	background-color: #000;
	color: #fff;
}

.table-resp-pago tbody tr td:first-child{
	background-color: #000;
	color: #fff;
}

.btn-resp-pago{
	color: #fff;
	border-radius: 3px;
    background-color: #f12b2e;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
    padding: 1.7rem 2rem;
    border: 1px;
    cursor: pointer;
}

.precio-det{
	float: left;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    height: 30px;
    width: 80%;
    margin-left: 10%;
    margin-top: 2px;
}

.precio-det .precio-det-cant{
	display: block;
    font-size: 14px;
    width: 38%;
    float: left;
    padding: 7px 9px;
    color: #fff;
    height: 28px;
    border-radius: 10px 0px 0px 10px;
    text-align: left;
    background: #cfcfcf;
    color: #000;
}

.precio-det .precio-det-precio{
	width: 62%;
	display: block;
	float: left;
	padding: 6px 4px;
	color: #908f8f;
}

.precio-det.active {
    width: 84%;
    margin-left: 8%;
}

.precio-det.active .precio-det-cant{
	background: #ff9328;
	color: #fff;
}

.precio-det.active .precio-det-precio{
	color: #ff9328;	
}
@media only screen and (max-width: 575px){
	.precio-det{
		width: 100% !important;
    	margin-left: 0 !important;
	}	
	
	.precio-det .precio-det-cant{
		font-size: 10px;
	    padding: 8px 5px;
	}
}

.slick-slide .precio-det{
	width: 100% !important;
   	margin-left: 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #7F9732;
    border-color: #7F9732;
}

.btn-primary:hover {
    color: #fff;
    background-color: #65742E;
    border-color: #65742E;
}

.btn.btn-mas{
	background: #f12b2e;
}

.btn-no-mas{
	border: 1px solid #c1c1c1 !important;
    color: #c1c1c1 !important;
    width: 147px !important;
    background: #fff !important;
}

.btn-no-mas:hover{
	color: #c1c1c1;	
}

.btnCheckout:disabled {
    background-color: #c3c3c3 !important;
}

.cont-ver-carro {
    height: 71px;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 99999999;
    box-shadow: -1px -4px;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
     padding: 10px;
}

@media (max-width: 479px){
	
	div.growl-notification{
		margin-bottom: 60px; 
	}
	
	.growl-notification ~ .growl-notification{
		margin-bottom: 50px;
	}
	
	.growl-notification ~ .growl-notification ~ .growl-notification{
		margin-bottom: 45px;
	}
	
	.growl-notification ~ .growl-notification ~ .growl-notification ~ .growl-notification{
		margin-bottom: 40px;
	}

	.growl-notification ~ .growl-notification ~ .growl-notification ~ .growl-notification ~ .growl-notification{
		margin-bottom: 0px;
	}
}

.precios-mayor{
	text-align: center;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    border-left: 3px solid #f53e3f;
    padding-left: 0px !important;
    height: 82px;
    margin-bottom: 8px;
}

.precios-mayor h4{
    padding: 5px;
    margin-bottom: 0px;
    text-align: left;
}
		
.precios-mayor h3 {
    margin-top: 0px;
    border-top: 0px;
    padding: 5px;
    text-align: left;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
}

