@charset "UTF-8";

.cont_logotipo{
	margin-top: 1.2em;
}
.cont_carrito{
	margin-top: 0.3em;
}




.nav-right li.heart-icon a {
	color: #252525;
	position: relative;
	display: inline-block;
}

.nav-right li.heart-icon a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #6dbc2e;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.nav-right li.cart-icon {
	position: relative;
}

.nav-right li.cart-icon:hover .cart-hover {
	opacity: 1;
	visibility: visible;
	top: 40px;
	box-shadow: #000 1px 1px 3px;
}

.nav-right li.cart-icon a {
	color: #252525;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
}

.nav-right li.cart-icon a span {
	position: absolute;
	right: -8px;
	top: -1px;
	height: 15px;
	width: 15px;
	background: #6dbc2e;
	color: #ffffff;
	border-radius: 50%;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
}

.nav-right li.cart-icon .cart-hover {
	position: absolute;
	right: -70px;
	top: 100px;
	width: 350px;
	background: #ffffff;
	z-index: 99;
	text-align: left;
	padding: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
	box-shadow: 0 13px 32px rgba(51, 51, 51, 0.1);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-right li.cart-icon .cart-hover .select-items table {
	width: 100%;
}

.nav-right li.cart-icon .cart-hover .select-items table tr td {
	padding-bottom: 20px;
}

.nav-right li.cart-icon .cart-hover .select-items table tr td.si-pic img {
	border: 1px solid #ebebeb;
}

.nav-right li.cart-icon .cart-hover .select-items table tr td.si-text {
	padding-left: 18px;
}

.nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected p {
	color: #6dbc2e;
	line-height: 30px;
	margin-bottom: 7px;
}

.nav-right li.cart-icon .cart-hover .select-items table tr td.si-text .product-selected h6 {
	color: #232530;
}

.nav-right li.cart-icon .cart-hover .select-items table tr td.si-close {
	color: #252525;
	font-size: 16px;
	cursor: pointer;
}

.nav-right li.cart-icon .cart-hover .select-total {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	padding-top: 26px;
	margin-bottom: 30px;
}

.nav-right li.cart-icon .cart-hover .select-total span {
	font-size: 14px;
	color: #6dbc2e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	float: left;
}

.nav-right li.cart-icon .cart-hover .select-total h5 {
	color: #6dbc2e;
	float: right;
}

.nav-right li.cart-icon .cart-hover .select-button .view-card {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	background: #191919;
	color: #ffffff;
	padding: 15px 30px 12px;
	margin-bottom: 10px;
}
.nav-right li.cart-icon .cart-hover .select-button .view-card:hover {
	background: #6dbc2e;
    text-decoration:none;
}

.nav-right li.cart-icon .cart-hover .select-button .checkout-btn {
	font-size: 12px;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	color: #ffffff;
	background: #48852f;
	padding: 15px 30px 12px;
}

.nav-right li.cart-icon .cart-hover .select-button .checkout-btn:hover {
	background: #6dbc2e;
    text-decoration:none;
}

.nav-right li.cart-price {
	font-size: 16px;
	font-weight: 600;
	color: #252525;
	font-family:'Rubik', sans-serif
}


@media only screen and (max-width: 767px) {
.nav-right {
		text-align: right;
	}
.nav-right li:first-child {
		margin-left: 0;
	}	
.nav-right li.cart-icon .cart-hover {
		left: -7px;
	}
	
.cont_logo_carro{
	margin-top: -4em;
}
.cont_logotipo{
	margin-top: -0.3em;
}
.cont_carrito{
	margin-top: 0.8em;
}
	
	
}




@media only screen and (max-width: 479px) {
.nav-right li.cart-icon .cart-hover {
		width: 270px;
		padding: 20px;
	}
}




/*---------------------
  Shopping Cart
-----------------------*/

.shopping-cart {
	padding-top: 10px;
	padding-bottom: 60px;
}

.cart-table {
	margin-bottom: 40px;
}

.cart-table table {
	width: 100%;
	min-width: 375px;
	border: 1px solid #ebebeb;
}

.cart-table table tr th {
	font-size: 14px;
	color: #252525;
	font-weight: 700;
	border-bottom: 1px solid #ebebeb;
	text-align: center;
	padding: 18px 0 19px;
}

.cart-table table tr th.p-name {
	text-align: left;
}

.cart-table table tr td {
	text-align: center;
	padding-bottom: 34px;
}

.cart-table table tr td.first-row {
	padding-top: 30px;
}





.cart-table table tr td.cart-title {
	text-align: center;  
}

.cart-table table tr td.cart-title h5 {
	color: #252525;
}

.cart-table table tr td.p-price {
	width: 10%;
}

.cart-table table tr td.p-price,
.cart-table table tr td.total-price {
	color: #6dbc2e;
	font-size: 14px;
	font-weight: 600;
}




.cart-table table tr td.cart-pic {
	width: 10%;
}

.cart-pic img{
	width: 50px;
}

.lacantidad{
	width: 20%;
    margin-left:1%;
    top:1.7em;
}
.num-cantidad{
	width: 80px;
}
.eliminar {
	width: 10%;
}


@media (max-width: 991px) {
        .el-total{
        
        margin-left:0.5em;
    }
}
@media (max-width: 600px) {
       .cart-pic img{
        width: 40px;
      
    }
        .cart-title {
        width: 17%;
        font-size: 0.2em;
        line-height: 0.1em;
    }
        .elprecio {
        display: none;
    }
    .lacantidad{
       
            margin-left: -0.2em;
            width: 35%;
        }
}


@media (max-width: 480px) {
    .cart-table{
        margin-left: -0.5em;
    }
    .cart-pic img{
        width: 40px;
    }

    .cart-title {
        width: 17%;
        font-size: 0.2em;
        line-height: 0.1em;
    }
    .elprecio {
        display: none;
    }
    .lacantidad{
       
        margin-left: -0.2em;
    	width: 35%;
    }
    .num-cantidad{
    	max-width: 49px;
    }
    .el-total{
        
        margin-left:0.5em;
        width: 20%;
        font-size: 0.9em;
    }
    .eliminar {
    	width: 10%;
    }

}

@media (max-width: 414px) {
    .cart-table{
        margin-left: -0.6em;
    }
    .cart-pic img{
        width: 30px;
    }
    
    .num-cantidad{
        font-size: 0.6em;
    }
    
    .lacantidad{
       
    	width: 30%;
        margin-left: -0.1em;
    }
    
     .el-total{
        
        margin-left:1.0em;
        width: 1%;
        font-size: 0.9em;
    }
    .eliminar {
    	width: 5%;
    }

    
}

@media (max-width: 375px) {

    .cart-table table {
        margin-left: -1.5em;
        border: 1px solid #fff;
    }
    .cart-table table tr th {
        border-bottom: 1px solid #fff;
     }   
        
     .cart-pic img{
        display: none;
    }
    .cart-pic img{
        width: 25px;
    }
    .cart-title {
        margin-left: -1.5em;
        width: 12%;
        font-size: 11px;
        line-height: 0.0em;
    }
    .lacantidad{
        margin-left: -0.5em;
    	width: 25%;
        padding: 0;
    }
        .num-cantidad{
         min-width: 46px;
        font-size: 0.6em;
    }
     .el-total{
         position: relative;
         margin-right: -2.1em;
         width: 2%;
         font-size: 0.9em;
    }
        .eliminar {
            width: 2%;

    }
    
}

@media (max-width: 360px) {
    .cart-pic img{
        display: none;
    }
     .cart-table{
        margin-left: -1.5em;
       
    }
}

@media (max-width: 320px) {
     .cart-table{
        margin-left: -2.9em;
        max-width: 250px;
    }
}






.cart-table table tr td.qua-col {
	width: 16%;
}

.cart-table table tr td.qua-col .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cart-table table tr td.qua-col .pro-qty {
	width: 123px;
	height: 46px;
	border: 2px solid #ebebeb;
	padding: 0 15px;
	float: left;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn {
	font-size: 24px;
	color: #b2b2b2;
	float: left;
	line-height: 38px;
	cursor: pointer;
	width: 18px;
}

.cart-table table tr td.qua-col .pro-qty .qtybtn.dec {
	font-size: 30px;
}

.cart-table table tr td.qua-col .pro-qty input {
	text-align: center;
	width: 52px;
	font-size: 14px;
	font-weight: 700;
	border: none;
	color: #4c4c4c;
	line-height: 40px;
	float: left;
}

.cart-table table tr td.total-price {
	width: 12%;
}

.cart-table table tr td.close-td {
	font-size: 16px;
	color: #252525;
	width: 8%;
}

.cart-table table tr td.close-td i {
	cursor: pointer;
}

.cart-buttons {
	margin-bottom: 34px;
}

.cart-buttons .continue-shop {
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #ebebeb;
	background: #6dbc2e;
	margin-right: 8px;
	padding: 5px 20px 5px 20px;
	margin-bottom: 10px;
	border-radius: 7px;
}
.cart-buttons .continue-shop:hover {
	color: #FFFFFF;
	background: #212121;
}


.actualizar {
    width: 100%;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #ebebeb;
	background: #6dbc2e;
	margin-right: 8px;
	padding: 5px 20px 5px 20px;
	border-radius: 7px;
}
.actualizar:hover {
	color: #FFFFFF;
	background: #212121;
}
.continuar {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #ebebeb;
	background: #48852f;
	margin-right: 8px;
	padding: 5px 20px 5px 20px;
	border-radius: 7px;
}
.continuar:hover {
	color: #FFFFFF;
	background: #212121;
}



.cart-buttons .up-cart {
	color: #252525;
	background: #f3f3f3;
	border: 2px solid #ebebeb;
	padding: 12px 20px 12px 20px;
}

.discount-coupon {
	margin-bottom: 30px;
}

.discount-coupon h6 {
	color: #232530;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.discount-coupon .coupon-form {
	position: relative;
}

.discount-coupon .coupon-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #ebebeb;
	color: #b2b2b2;
	font-size: 14px;
	padding-left: 20px;
}

.discount-coupon .coupon-form .coupon-btn {
	position: absolute;
	right: 0;
	top: 0;
	color: #252525;
	background: transparent;
	border: 1px solid transparent;
	padding: 13px 25px 10px 35px;
}

.proceed-checkout ul {
	border: 2px solid #ebebeb;
	background: #f3f3f3;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 16px;
	padding-bottom: 20px;
}

.proceed-checkout ul li {
	list-style: none;
	font-size: 16px;
	font-weight: 700;
	color: #252525;
	text-transform: uppercase;
	overflow: hidden;
}

.proceed-checkout ul li.subtotal {
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
	font-weight: 700;
}

.proceed-checkout ul li.cart-total {
	padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
	color: #6dbc2e;
}

.proceed-checkout ul li span {
	float: right;
}

.proceed-checkout .proceed-btn {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	background: #252525;
	text-transform: uppercase;
	padding: 15px 25px 14px 25px;
	display: block;
	text-align: center;
}

/*---------------------
  Check Out
-----------------------*/

.checkout-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.checkout-content {
	margin-bottom: 50px;
}

.checkout-content .content-btn,
.checkout-content input {
	color: #252525;
	font-size: 16px;
	border: 2px solid #ebebeb;
	padding: 14px 20px;
	background: #f3f3f3;
	text-align: center;
	display: block;
}

.checkout-content input {
	height: 56px !important;
}

.checkout-form h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 30px;
}

.checkout-form label {
	color: #252525;
	font-size: 16px;
	margin-bottom: 5px;
}

.checkout-form label span {
	color: #d85d5c;
}

.checkout-form input {
	width: 80%;
	height: 36px;
	border: 2px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 15px;
}

.checkout-form input.street-first {
	margin-bottom: 20px;
}

.checkout-form .create-item {
	padding-top: 15px;
}

.checkout-form .create-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .create-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .create-item label input:checked~span {
	background: #6dbc2e;
	border-color: #6dbc2e;
}

.checkout-form .create-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .create-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .place-order .order-total {
	border: 2px solid #ebebeb;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 35px;
}

.checkout-form .place-order .order-total .order-table {
	margin-bottom: 64px;
}

.checkout-form .place-order .order-total .order-table li {
	list-style: none;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	padding-top: 30px;
}

.checkout-form .place-order .order-total .order-table li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 0;
}

.checkout-form .place-order .order-total .order-table li.fw-normal {
	font-weight: 400;
	text-transform: capitalize;
}

.checkout-form .place-order .order-total .order-table li.fw-normal span {
	font-weight: 700;
}

.checkout-form .place-order .order-total .order-table li.total-price span {
	color: #6dbc2e;
}

.checkout-form .place-order .order-total .order-table li span {
	float: right;
}

.checkout-form .place-order .order-total .payment-check {
	margin-bottom: 50px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .place-order .order-total .payment-check .pc-item label input:checked~span {
	background: #6dbc2e;
	border-color: #6dbc2e;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .place-order .order-total .payment-check .pc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .place-order .order-total  {
	text-align: center;
}

.checkout-form .order-btn {
	text-align: center;
	background: #000000;
	border-radius: 10px;
}
.checkout-form .order-btn:hover{
	text-align: center;
	background: #6dbc2e;
}

.checkout-form .place-order .order-total  .place-btn {
	padding: 13px 40px 11px;
	background: #000000;
	border-color: #000000;
}





















