/* Content copied from "checkout-custom.css" at 2017-05-22T12:59:31.751Z */

/* /files/checkout-custom.css */
@import url("//chkoutme.vteximg.com.br/arquivos/chkoutme.min.css");

.shipping-sla-options {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: montserrat;
}


/** Página de Login **/

.login .container {
    background-color: red !important;
}

#vtexIdContainer {
	background: rgb(239,239,239);
    background-image: url("/arquivos/logo.png");
    background-repeat: no-repeat;
    background-position: center top;
}

.vtexIdUI .btn {
    border-radius: 13px;
}


/** Checkout Header **/

.logoTopoCheck {
    width: 200px;
    margin-left: 50%;
    float: left;
    position: relative;
    left: -100px;
}

.containerLogoTopoCheck {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

/** Checkout **/

#cart-title, #orderform-title, .page-header h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}

.cart {
    border: 1px #ddd solid;
    border-radius: 3px;
}

#cart-link-coupon-add, .link-choose-more-products, #orderform-to-cart {
    float: left;
    position: relative;
    border: solid 1px #ddd;
    padding: 5px 20px;
    color: #000;
    border-radius: 3px;
    box-shadow: 1px 1px #eee;
    text-decoration: none;
}

#cart-link-coupon-add:hover, .link-choose-more-products-wrapper a:hover, #orderform-to-cart:hover {
    background-color: #EDEDED;
  	color: #000;
}

.btn-large, #order-continue-shopping {
    background-color: #000 !important;
    background-image: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: "Montserrat",sans-serif !important;
    padding: 9px 21px !important;
    position: relative !important;
    text-transform: uppercase !important;
}

.btn-large:hover, #order-continue-shopping:hover {
	background: rgb(58,58,58) !important;
  	color#fff;
}

.link-choose-more-products {
    padding: 9.5px 18px !important;
    border-radius: 0px;
}

.link-choose-more-products-wrapper a {
    text-decoration: none;
}

.product-name a {
    color: #000;
}

.shipping-calculate-link, .shipping-calculate-link:hover {
    color: #999;
}



/** Checkout Footer **/

#formas-pgto {
    float: left;
    position: relative;
    margin-left: 50px;
    width: 260px;
    text-align: left;
}

#footer-dev {
    float: right;
    position: relative;
    margin-right: 50px;
  	margin-top: 10px;
}

/** Identificação **/

.client-pre-email {
    border-top: none;
}

.client-pre-email-h label span {
    width: 100%;
    float: left;
    font-size: 22px;
  	margin-bottom: 20px;
}

.client-pre-email-h label small {
    display: none;
}

.client-pre-email .btn-success {
    background-color: #000;
    background-image: none;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#client-pre-email {
    border-radius: 0px;
}

#orderform-title {
    border-bottom: solid 1px #ddd;
}

/** Pagamento **/

.step, .cart, .totalizers {
    border: 1px solid #ddd;
    border-radius: 3px;
}

.accordion-toggle .link-box-edit {
    background: transparent;
    border: none;
    color: #000;
    font-size: 17px;
    right: 0px;
    top: 0px;
}

.link-logout-container a, .box-step a {
    color: #000;
}

.link-change-shipping {
    border-color: #000 !important;
}


.link-cart small a {
    color: #000;
    padding: 2px;
}

.page-header {
    border-bottom: none;
}



    @media only screen and (max-width: 980px) {
      
  		#orderplaced-header .container, #orderplaced-footer .container {
            width: 600px;
        }
          
        .client-pre-email .btn-success {
            margin-top: 10px;
            position: relative;
        }
  
        .row-fluid {
          float: left;
      	}
  
  		.mini-cart h2 {
    		float: left; 
    		position: relative;
  		}
  
  		.cart-fixed {
    		float:left;
  		}
      
    }

    @media only screen and (max-width: 767px) {
  
    	#orderplaced-header .container, #orderplaced-footer .container {
            width: 450px;
        }
    
        .footer-03 {
            height: auto;
            width: 300px;
        }   
  
        #formas-pgto {
            float: none;
            margin: auto auto 20px;
            position: relative;
            text-align: center;
            width: auto;
        }
  
  		.checkout-container {
  			overflow: visible;
  		}
  
    }

    @media only screen and (max-width: 490px) {
  
   		#orderplaced-header .container, #orderplaced-footer .container {
            width: 300px;
        }
  
        .btn-place-order-wrapper {
          float: left;
          position: relative;
          width: 100%;
      	}
  
        .link-choose-more-products {
          text-align: center;
      	}
    
        .link-choose-more-products-wrapper {
            float: left;
            width: 100%;
        }
  
        .link-choose-more-products {
          margin: 0px !important;
          padding-left: 0px !important;
    	  padding-right: 0px !important;
          text-align: center;
          width: 99%;
     	}
        
	}