/*--------------------------------------------------------------
  Template Name: Tmart-Minimalist eCommerce HTML5 Template.
  Template URI: #
  Description: Tmart is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: Theme365
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
        You can put your custom css code here: 
-------------------------------------------------------*/

.iconesformasdepagamento{
    font-size: 70px !important;
    cursor:pointer;
}

#overlaymaster{
    position:fixed;
    z-index: 2002;
    background:black;
    width:100%;
    height:100%;
    opacity:0.6;
    top:0px;
}
#suboverlay{
    position: fixed;
    z-index: 2003;
    background: #fff;
    width: 30%;
    height: 40%;
    margin: 15% auto;
    top: 0px;
    left: 0px;
    right: 0px;
    justify-content: center;
    align-items: center;
    border: solid 3px #ff5330;
}
#suboverlay .progress{
    width:100% !important;
    margin:auto auto;
}
#msgoverlay{
    width:100%;
    float:left;text-align:center;clear:both;
}

.layoutcartao{
    display:inline-block;
    background: #666666;
    border-radius: 14px;
    padding: 50px 20px;
    color: white !important;
}
.layoutcartao label{
    color:#9d9d9d;
}
.layoutcartao select{
    margin-top: 11px;
}
#iconewhatsapp img{
    position: fixed;
    bottom: 130px;
    right: -5px;
    width: 100px;
    z-index: 2;
}
.layoutcartao input,.layoutcartao select{
    background: #ffffff;
    border-left: #666666;
    border-top: #666666;
    border-right: #666666;
    color: #9d9d9d;
}

.p-0{
    padding:0px !important;
}
.botaolaranja {
    background-color: transparent;
    border: 1px solid red;
    color: red;
    font-size: large;
    height: 57px;
    line-height: 57px;
    margin-bottom: 15px;
    padding: 0 25px;
    text-align: center;
    text-transform: none;
    transition: all 0.5s ease 0s;
    width: 100%;
    display: block;

}