/*Inicio menu dos filtros de seçoes*/
div.list-group a.list-group-item.active {
    text-decoration: none;
    background: #D91427;
    text-shadow: 0 -1px 0 #D91427;
    border-color: #FFFFFF;
}
div.list-group a.list-group-item.active:active {
    background: #EDA67C;
    text-shadow: 0 -1px 0 #EDA67C;
    border-color: #EDA67C;
}
div.list-group a.list-group-item.active:after {
    background: #D91427;
    text-shadow: 0 -1px 0 #D91427;
    border-color: #FFFFFF;
}
/*Fim do menu de filtros de seções*/
/*Inicio menu NAV*/
a.dropdown-toggle{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

nav.navbar {
    background: #F7F7F7;
    border-bottom: 1px solid #D91427;
}

.dropdown-menu > a:hover {
    background-color: #EDA67C;
    color: #FFFFFF;
    background-image: none;
}

.dropdown-my-list:hover .dropdown-menu {
  display: block;
}

li > div.wish-list-item {
    display: block;
    width: 350px;
    float: left;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

li > div.wish-list-item > .item-desc {
    display: block;
    width: 270px;
    float: left;
    margin-left: 10px;
}

li > div.wish-list-item > .item-desc > .item-name {
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
}

li > div.wish-list-item > .item-desc > .item-price {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
}

.wish-list-item > .item-img, 
.wish-list-item > .item-img > img {
    width: 40px;
    height: 40px;
    float: left;
}

.preview-my-list{
    max-height: 317px; overflow: hidden auto;
}
/*Fim menu NAV*/

/*Inicio tabelas*/
.table > thead > tr > th {
    font-weight: normal;
    background: #999999;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 13px;
}

.table > thead > tr > th > a{
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
}

.table > tbody > tr > td{
    border: 1px solid #FFFFFF;
    padding: 0;
    vertical-align: middle;
    color: #333333;
    font-size: 13px;
    padding: 3px 5px;
}

table.table > tbody > tr:hover, table.table > tbody > tr.even:hover, table.table > tbody > tr.odd:hover {
    background: #EDA67C;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #E9E9E9;   
}
.table-striped>tbody>tr:nth-of-type(even) {
    background: #FFFFFF;   
}

div.table-responsive > table > tbody > tr.even, .even {
    background-color: #E9E9E9;
}
div.table-responsive > table > tbody > tr.odd, .odd {
    background-color: #FFFFFF;
}

tr>td.row-order{
    cursor:pointer; 
}
/*Fim tabelas*/

/*Inicio progress dialog*/
#loading-img {
    display: block;
    position: fixed;
    top:        0;
    left:       0;
    z-index:    9999;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/load.gif') 50% 50% no-repeat;
}

.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.input-loader {
    background-color: #ffffff;
    background-image: url("../img/min-load.gif");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
/*Fim progress dialog*/

/*Inicio botões*/
.btn-ig:focus,
.btn-ig:active:focus,
.btn-ig.active:focus,
.btn-ig.focus,
.btn-ig:active.focus,
.btn-ig.active.focus,
.btn-ig:hover,
.btn-ig:focus,
.btn-ig.focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #FFC58F;    
}

.btn-ig{
    background: #FFF9F3;
    color: #D91427;
    border-color: #D91427;
    text-shadow: none;    
}

.btn-ig-disabled,
.btn-ig-disabled:focus,
.btn-ig-disabled:active:focus,
.btn-ig-disabled.active:focus,
.btn-ig-disabled.focus,
.btn-ig-disabled:active.focus,
.btn-ig-disabled.active.focus,
.btn-ig-disabled:hover,
.btn-ig-disabled:focus,
.btn-ig-disabled.focus {
    background: #D91427;
    color: #FFFFFF;
    opacity: 0.5;
    border: 0;
    text-shadow: none;
    cursor:not-allowed;
}

.btn-search-iws,
.btn-search-iws:focus,
.btn-search-iws:active:focus,
.btn-search-iws.active:focus,
.btn-search-iws.focus,
.btn-search-iws:active.focus,
.btn-search-iws.active.focus,
.btn-search-iws:focus,
.btn-search-iws.focus {
    color: #D91427;
    border-color: #D91427;
    background: #FFF9F3;
}

.btn-search-iws:hover, .btn-ig:hover{
    color: #FFFFFF;
    background: #D91427;
}

.btn-wish-list{
    color: #D91427;
    cursor:pointer; 
    font-size: 26px;
    float:right;
    padding-right: 5px;
    margin-top: -10px;
}

.btn-remove{
    color: #D91427;
    cursor:pointer; 
    font-size: 26px;
    float:right;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.btn-remove-responsive{
    color: #D91427;
    cursor:pointer; 
    font-size: 26px;
    float:right;
    padding-right: 0px;
    padding-bottom: 5px;
}

.btn-save,
.btn-save:hover{
  color: #D91427;
  font-size: 20px;
  padding:0;
}
/*Fim botões*/

/*Inicio Produto*/
.alert-stock{
    color: #D91427;
}

.product-image, 
.product-image > img {
    width: 75px;
    height: 75px;
    margin: auto;
    display: block;
}

.price-product{
    background: #D91427;
    width: 100%;
    color: #ffffff;
    margin: 0;
    padding:5px;
    opacity: 0.8;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: right;
    font-weight: normal;
}

.holder {
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
}

.holder > div.col-sm-12 {
    padding: 5px;
    margin: 0;
}

.holder > div.col-sm-12 > div.col-sm-12, .holder > div.col-md-12{
    margin: 0;
    padding: 0;
}
/*Fim Produto*/

/*Inicio Form*/
.form-control {
    border: 1px solid #D5D5D5;
    color: #333333;
}

.form-group > label{
    color: #333333;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-color:#D91427;
    border-radius: 4px;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #FFC58F; 
    border-color: #FFC58F;
}

.form-control:focus{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #FFC58F; 
    border-color: #FFC58F;
}
/*Fim Form*/

/*Inicio Pagination*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #D91427;
    color: #FFFFFF;
    border-color: 1px solid #D91427;
    padding: 6px 10px;
}

.pagination>li>a {
    color: #D91427;
    background-color: #FFF9F3;
    padding: 5px 10px;
    margin-left: -1px;
    border: 1px solid #D91427;
}

.pagination>.disabled{
    color: #D91427;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin-left: -1px;
    margin-top: -5px;
    border: 1px solid #D91427;
    cursor:not-allowed;
}

.pagination>li>a:hover {
    color: #fff;
    background: #EDA67C;
    text-decoration: none;
}

/*Fim pagination*/

/*Inicio modal*/
.icon-modal{
    color: #D91427;
    font-size: 60px; 
    text-align: center;
}

.modal {
  text-align: center;
}

.image-modal{
    max-width: 100%;
    max-height: 100%;
    margin:0 auto;
    display:block;
    cursor:pointer; 
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1200px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
/*Fim modal*/

/*Inicio Rede social*/
a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.link-facebook, .link-facebook:hover, .link-facebook:focus{
    display: flex;
    justify-content: center;
    align-items: center;    
    height:30px;  
    background-color:#00aced;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size: 17px;
    box-shadow: 1px 1px 2px #888;
}

.link-whatsapp, .link-whatsapp:hover, .link-whatsapp:focus{
    display: flex;
    justify-content: center;
    align-items: center;    
    height:30px;  
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:17px;
    box-shadow: 1px 1px 3px #888;
}

/*Fim Rede Social*/

/*Inicio Tabs*/
.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs .title-tabs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding: 1rem 1rem;
    margin-right: 0.2rem;
    margin-bottom: -1px;
    cursor: pointer;
    background: #d5d5d5;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border: 1px  solid #D5D5D5;
    border-bottom: 1px  solid #f7f7f7;
    z-index: 999;
}

.tabs .tab {
    -webkit-box-ordinal-group: 100;
    -webkit-order: 99;
    -ms-flex-order: 99;
    order: 99;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #f7f7f7;
    border: 1px  solid #D5D5D5;
}

.tabs input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.tabs input[type="radio"]:checked + .title-tabs { background: #f7f7f7; }

.tabs input[type="radio"]:checked + .title-tabs + .tab { display: block; }

@media (max-width: 45em) {
    .tabs .tab,  .tabs .title-tabs {
      -webkit-box-ordinal-group: NaN;
      -webkit-order: initial;
      -ms-flex-order: initial;
      order: initial;
    }

    .tabs .title-tabs {
      width: 100%;
      margin-right: 0;
      margin-top: 0.2rem;
    }
}
/*Fim Tabs*/

/* Botão de Liga botao ativo**/
.switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.slider{
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 94px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before{
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: -5px;
  right: 0;
  bottom: -4px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #D5D5D5;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider[checked] {
  background-color: #D9142790;
  
}

.slider[checked] {
  box-shadow: 0 0 1px #D91427;
}

.slider[checked]:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background-color: #D91427;
  border: 1px solid #D91427;
}
/* Fim - Botão de Liga botao ativo**/

/*Inicio Geral*/
.bg-secundary{
    background: #EDA67C;
}

.panel-iws {
    background: #F7F7F7;
    border: 1px solid #D5D5D5;
}

.breadcrumb a {
    color: #333333; 
}

.icon-disabled{
    color:#D5D5D5;
}

.disabled{
    background:#D5D5D5
}

.footer {
    position: fixed;
    height: 55px;
    width: 100%;
    bottom: 0;
    background: #F7F7F7;
    border-top: 1px solid #D91427;
    padding-top: 5px;
    padding-bottom: 54px;
    z-index:1000000000;
}

.total-order {
    color: #D91427;
}

.total-order > label{
    font-size: 20px;
    font-weight: bold;
}

.total-order > small {
    width: 100%;
    display: block;
    float: left;
    font-size: 12px;
}

.total{
    color: #D91427;
}

.total > label{
    font-size: 20px;
    font-weight: bold;
    float: right;
}

.total > small {
    display: block;
    float: left;
    font-size: 14px;
}

a.link-sigin {
    color: #999;
    text-decoration: none;
    text-align: center;
}

.break-line{
    word-break: break-all;
}

.register-error-msg, .signin-error-msg, .error-msg{
    color: #dc3545;
}

.field-icon {
    float: right;
    margin-right: 8px;
    margin-top: -23px;
    position: relative;
    z-index: 2;
    cursor:pointer;
}

.wholesale-price{
    color: #FF0000;
    background: #FFFF00;
    padding-left:7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 6px;
    white-space: nowrap;
}

.holder-msg {
    border: 1px solid #CCC;
    background-color: #F7F7F7;
    border-radius: 5px;
    padding: 10;
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
}

.iws-promotion{
    background: #FFC58F;
}

.iws-pr-10{
    padding-right: 10px;
}

.badge{
    background: #999;
    color: #ffffff;
    font-size: 8pt;
}

.cursor-pointer{
    cursor: pointer;
}

.btn-disabled{
  cursor:no-drop;
}


.card-brand{
    padding: 5px;
    border: 3px solid #fff;
    border-radius: 5px;
}

.card-brand-selected{
    border: 3px solid green;
}

#container-products{
  margin-bottom:70px;
}

.dropdown-toggle-split{
  width: 300px;
}

a.dropdown-item{
    text-decoration: none;
}

.iws-list-style-none{
    list-style-type: none;
}

.connected{
    color: green;
}

.not-connected{
    color: red;
}
/*Fim geral*/