﻿/* shopping cart page */
.goods-data {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	overflow-x: auto;
	margin-right: 10px;
}
.goods-data table,
.checkout-page table {
	width: 100%;
	font: 300 13px 'Open Sans', sans-serif;
}
.goods-data th,
.checkout-page th {
	font: 16px "PT Sans Narrow", sans-serif;
	text-transform: uppercase;
	border-bottom: solid 1px #ecebeb;
	padding-bottom: 8px;
}
.goods-data td,
.checkout-page td {
	vertical-align: top;
	padding: 20px 20px 20px 0;
	border-bottom: solid 1px #ecebeb;
}

.goods-page .cep-valores
{
    box-shadow: inset 0px 0px 0px 1px rgba(221, 221, 221, 1);
    margin-top:10px;
    margin-bottom:10px;
    padding:10px;
   background-color:White;
     
}

.goods-page .cep-valores ul
{
    margin:0px;
    
}

.goods-page .cep-valores li
{
    margin-bottom:10px;
}

.goods-page .cep-valores li:last-child
{
    border:none;
    margin:0;
    padding:0;
}

.goods-page .cep-valores .nome
{
    font-weight:bold;
    margin-right:10px;
    color:#e84d1c;
}

.goods-page .cep-valores .dias
{
    margin-right:10px;
}

.goods-page .cep-valores .valor {
    font-weight: bold;
    color: #1D1B1B;
    font-size: 20px;
    padding: 9px;
    width: 100%;
    border-radius: 5px;
}

.goods-page a
{
    color:#3E4D5C
}

.goods-page-image {
text-align:center;
}
.goods-page-image img,
.checkout-image img {
	width: 75px;
    margin-bottom:10px;
}

.goods-page-price , goods-page-quantity, goods-page-total {text-align:center}
.goods-page-price, 
.goods-page-total,
.checkout-price,
.checkout-total {
	font-family: 'PT Sans Narrow', sans-serif;
}
.goods-page-price strong, 
.goods-page-total strong,
.checkout-price strong,
.checkout-total strong {
	font-size: 21px;
	font-weight: normal;
}
.goods-page-price strong span,
.goods-page-total strong span,
.checkout-price strong span,
.checkout-total strong span  {
	font-size: 17px;
}


.goods-data h3,
.checkout-page .checkout-description h3 {
	font: 300 14px 'Open Sans', sans-serif;
	text-transform: inherit;
	padding: 0;
	margin: 0 0 5px;
}
.goods-data p,
.checkout-description p {
	margin-bottom: 2px;
}
/*.goods-data a,
.checkout-page .checkout-description a {
	color: #e6400c;
}*/
.goods-page-description em,
.checkout-description em {
	display: block;
	font-style: normal;
}
.goods-page-description {
padding-left:20px;
}
    

.goods-page-description p {
    line-height:200%;
    }

.goods-data .del-goods,
.goods-data .add-goods {
	margin-top: 4px;
}


.shopping-total,
.checkout-total-block {
	width: 230px;
	float: right;
	padding-top: 9px;
	color: #3e4d5c;
}
.checkout-total-block {
	margin-bottom: 20px;
}
.shopping-total ul,
.checkout-total-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.shopping-total li,
.checkout-total-block li {
	border-bottom: solid 1px #ecebeb;
	width: 100%;
	overflow: hidden;
	padding: 9px 0;
}
.shopping-total li:last-child,
.checkout-total-block li:last-child {
	border: none;
}
.shopping-total em,
.checkout-total-block em {
	font: 18px 'PT Sans Narrow', sans-serif;
	float: left;
	text-transform: uppercase;
	position: relative;
	top: 2px;
}
.shopping-total strong,
.checkout-total-block strong {
	color: #e84d1c;
	font: 21px 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	float: right;
}
.shopping-total strong span,
.checkout-total-block strong span {
	font-size: 17px;
}
.shopping-total-price,
.checkout-total-price {
	font-weight: bold;
}

.shopping-total-price {
text-align:right
}
.shopping-total-price strong,
.checkout-total-price strong {
	font-weight: bold;
}

        .goods-page
        {
            min-height: 500px;
        }
        
        .goods-data .trCompreJunto td
        {
            border-bottom: none;
        }
        .divCompreJunto
        {
            width: 55px;
            float: left;
            height: 100px;
            padding-top: 30px;
            padding-left: 25px;
        }
        
        .cep-aviso
        {
            background-color: Red;
            border-radius: 5px;
            padding: 5px;
            color: White;
            margin: 15px 0px;
        }
        
        .no-product
        {
            min-height: 200px;
        }
        
        .Compre-junto-pai
        {
            border-bottom: solid 2px white;
        }
        
        
       .frete {
            background-color: #f2f2f2;
            border-radius: 3px;
            border: solid 1px #E9E7E7;
       }

      
        .ecommerce .carrinho h4
        {
            margin-bottom: 10px;
            padding-bottom: 10px;
    
        }

        .frete li label.active {
            background-color: #E84D1C !Important;
            border: solid 1px #E84D1C !Important;
        }
        
        .frete li label.active i 
        {
            color:White !Important
        }

        .frete li label {
            background-color: white !Important;
            border-color: #cccccc !Important;
           }
           
        .frete li label i 
        {
            color:#ccc !Important;
        }
        
        .shopping-total
        {
            width:100% !Important;
        }            
 
        .name-page {
    margin: 0 0 10px;
    text-transform: uppercase;
            font-size: 24px;
}

        /*.goods-data .goods-page-image {
    width: 100px;
}
        .goods-data .goods-page-quantity {
    width: 100px;
}

        .goods-data .goods-page-delete {
    width: 40px;
}*/

        .goods-page-description.titulo strong {
            font-weight: bold;
        }

        .product-quantity input.form-control {
    border: none;
    background: #edeff1 !important;
    font: 300 23px 'Open Sans', sans-serif;
    color: #647484;
    height: 38px;
    width: 70px;
    text-align: center;
}

.input-group {
width:100%;
}
        .product-quantity .input-group-btn {
    position: static;
}

        .product-quantity .btn i {
    position: relative;
    top: -2px;
    left: 1px;
}

        .product-quantity .quantity-up {
    top: 0;
}

        .product-quantity .quantity-down {
    bottom: 0;
}


.product-quantity .btn {
    text-align: center;
    height: 18px !important;
    width: 18px;
    padding: 0 2px 0 1px !important;
    text-align: center;
    background: #edeff1;
    border-radius: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #616b76;
    margin: 0 !important;
    position: absolute;
    right: 0;
}

.del-goods {
    background: #d7dde3 /*url(../../layout/img/icons/del-goods.png) no-repeat 50% 50%;;;; */;
}
.del-goods, .add-goods {
    width: 17px;
    height: 17px;
    color: #fff !important;
    border-radius: 22px !important;
    float: right;
    margin: 10px 0 0 5px;
    line-height: 1;
    font-size: 12px;
    padding-left: 5px;
    padding-top: 2px;
}

.del-goods-col .del-goods {
    width: 21px;
    height: 21px;
}

.del-goods-col .excluir {
width:100%;
}
.goods-data .del-goods, .goods-data .add-goods {
    margin-top: 4px;
}

.cart-table th:first-child {
    padding-left: 0!important;
}

.frete {
    background-color: #f2f2f2;
    border-radius: 3px;
    border: solid 1px #E9E7E7;
}

.cart-fim .row {
    padding-top: 20px;
    border-top: solid 1px #ecebeb;
    padding-bottom: 20px;
}

.cep-aviso {
    background-color: Red;
    border-radius: 5px;
    padding: 5px;
    color: White;
    margin: 15px 0px;
}

.goods-page .cep-valores {
    box-shadow: inset 0px 0px 0px 1px rgba(221, 221, 221, 1);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: White;
}

.cart-table .column-2 {
    width: 165px !important;
}

.cart-table .column-4 {
    width: 180px !important;
}

.remove-button {
        height: 32px;
    padding-top: 9px;
}



.cep-valores .nome{
    display:block;
    font-size:18px;
    }

.cep-valores .dias {
    display:block;
    margin:-5px 0px 15px;
}



#tbCarrinho .header
{
    text-align:center;
    border-top:solid 1px #ebebeb;
    border-bottom:solid 1px #ebebeb;
    padding:15px 0px 15px 0px;
   
}

#tbCarrinho .produto-item {
    border-bottom: solid 1px #ebebeb;
    padding: 10px 0px 10px 0px;
     padding-top:15px;
}

#tbCarrinho .header .goods-page-descriptio
{
text-align:left;
}



.product-quantity {
background-color:#edeff1;
width:100%;
}

.mobile .goods-page-total * {

text-align:center;

padding:10px 0px;
}

.mobile .shopping-total-price * {
display:block;
width:100%;
text-align:center;
}

.product-quantity .edtquantidade {
margin-right:20px;
}

.information-blocks {
line-height:180%;
}

.del-padding a{
margin-left:10px;
}