html, body{font-family: 'Work Sans', sans-serif; background-color: #eee !important;}

p{margin: 0px; font-size: 14px; font-weight: 400 !important;}

.btn.btn-search{background: #FFF;}
.btn.btn-search:hover, .btn.btn-search:focus, .btn.btn-search:active{outline: none; box-shadow: none;}

/* .bg-danger {
    background-color: #cf2225 !important;
} */

/* MARGIN RIGHT */
.mr-0 {margin-right: 0px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}

/* MARGIN LEFT */
.ml-0 {margin-left: 0px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-25 {margin-left: 25px !important;}
.ml-30 {margin-left: 30px !important;}

/* MARGIN TOP */
.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}

/* MARGIN BOTTOM */
.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}

.font-w-400 {
    font-weight: 400 !important;
}

.font-w-500 {
    font-weight: 500 !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.font-w-700 {
    font-weight: 700 !important;
}

.font-w-bold{
    font-weight: bold !important;
}

.fs-16{font-size: 16px !important;}
.fs-14{font-size: 14px !important;}
.fs-13{font-size: 13px !important;}
.fs-12{font-size: 12px !important;}

.upper {text-transform: uppercase !important;}
.capitalize{text-transform: capitalize !important;}
.line-trough{text-decoration: line-through;}

.btn-square{border-radius: 0px !important;}
.btn:disabled{cursor: no-drop;}
.card-square{border-radius: 0px !important;}
.form-control{color: #5b6065 !important;}
.table th, .table td{vertical-align: middle !important;}
.card-bandeira{
    max-width: 60px;
    max-height: 26px;
    border: 1px solid #f2ebeb;
    padding: 2px 5px;
}

.page-container{min-height: 500px;}
.table td, .table th {white-space: pre-line;}

.dropdown-menu-center{
    right: auto;
    left: auto;  
}
.dropdown-menu-center::before{
    right: 50%;
    left: auto !important;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, 
.input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, 
.input-group-sm>.input-group-prepend>.input-group-text{
    height: 28px !important;
}

/* ************************************************************************************** 
********************************** FORM ERROS **********************************************/
.errors{font-size: 12px;}

/* ************************************************************************************** 
********************************** SUB MENU **********************************************/
.navbar-horizontal .navbar-brand img {
    height: 40px;
}

.form-search {
    width: 32vw;
}

.form-search .form-control {
    outline: none;
    border: none;
}

.form-search .form-control:focus {
    outline: none;
    border-color: transparent;
}

.form-search .input-group-text {
    border: none;
}

.header-nav-icons .nav-item .nav-link {
    padding: 4px;
}

.header-nav-icons .nav-item .nav-link i {
    font-size: 30px;
    margin-right: 0px;
}
.header-nav-icons .nav-item .nav-link i[class*="icon-"]{
    line-height: 35px;
}

.header-nav-icons .nav-item-cart {
    position: relative;
}

.header-nav-icons .nav-item-cart .badge {
    position: absolute;
    top: 0;
    right: -6px;
    background: #0A48B3;
    color: #FFF;
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, .2);
}

.header-nav-icons .nav-item-cart .dropdown-menu {
    border-radius: 0px;
    top: calc(100% + 4px);
    padding: 0px;
}

.header-nav-icons .nav-item-cart .dropdown-menu-right::before {
    right: 23px;
    border-radius: 0px;
}

.navbar-sub {
    background-color: #FFF;
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, .2);
    color: rgba(50, 50, 50, .2);
}

.navbar-sub > .container {
    position: relative;
}

.navbar-sub .dropdown {
    position: inherit !important;
}

.megamenu {
    width: 100%;
}

.megamenu .nav-link {
    font-size: 14px !important;
    padding: 7px 15px;
}

/* ************************************************************************************** 
********************************** MENU MOBILE **********************************************/
.menu-mobile{
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;    
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -100%;
    transition: left .3s linear;
    display: block;
    overflow-y: auto;
}
.menu-mobile.show{
    left: 0;
}
.menu-mobile .mobile-header{
    position: fixed;
    top: 0px;
    height: 80px;
    padding: 10px 10px 0px 0px;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, .13);   
    background: #FFF;
    z-index: 1;
}
.menu-mobile .mobile-header i{
    font-size: 35px;
}

.menu-mobile .navbar-nav{
    margin: 90px 10px 10px 15px;
}
.menu-mobile .navbar-nav .nav-link{
    padding: 5px 0px;
}

/* ************************************************************************************** 
********************************** SPINNER **********************************************/
.spinner-border {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    flex-shrink: 0;
}

@keyframes spinner-border {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* ************************************************************************************** 
********************************** SLIDE CAROUSEL **************************************/
.slide-owl-carousel{
    position: relative;
    max-height: 400px;
    overflow: hidden;    
}
.slide-owl-carousel .owl-stage-outer{
    max-height: 400px;
    overflow: hidden; 
}
.slide-owl-carousel .owl-carousel{
    position: relative;
}
.slide-owl-carousel .item {
    width: 100%;
    max-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-owl-carousel .owl-carousel .item img{
    width: 100%;
    display: block;
    height: auto;
}

.slide-owl-carousel .owl-prev, .slide-owl-carousel .owl-next {
    font-size: 35px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100px;
    outline: none;
    z-index: 100;
    cursor: pointer;
}

.slide-owl-carousel .owl-prev:hover, .slide-owl-carousel .owl-next:hover {
    background: rgba(0, 0, 0, 0.13);
    color: rgba(255, 255, 255, 0.8);
}

.slide-owl-carousel .owl-prev {
    left: 0px;
    right: auto;
}

.slide-owl-carousel .owl-next {
    left: auto;
    right: 0px;
}

.slide-owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    left: 0;
    right: 0px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(255, 255, 255, 0.5);
    transition: all .5s;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span{display: none !important;}

.slide-owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    border-radius: 5px;
}

.slide-owl-carousel .owl-dots .owl-dot + .owl-dot {
    margin-left: 10px;
}

.slide-owl-carousel.promocional{
    height: 234px;
}
.slide-owl-carousel.promocional .owl-stage-outer{
    max-height: 234px;
}

.slide-owl-carousel.promocional .item {
    max-height: 234px;
}


/* ************************************************************************************** 
********************************** CAROUSEL MARCAS **************************************/

.container-brand-slide {
    margin-top: 25px;
    position: relative;
}

.container-brand-slide h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.container-brand-slide .owl-carousel .item {
    width: 175px;
    height: 100px;
    padding: 5px;
}

.container-brand-slide .owl-carousel .item a {
    background: #fff;
    box-shadow: 0 0 4px 0px rgba(50, 50, 50, .13);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-sizing: border-box;
}

.container-brand-slide .owl-carousel .item a img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.container-brand-slide .owl-prev, .container-brand-slide .owl-next {
    position: absolute;
    width: 20px;
    height: 30px;
    background: #f5365c !important;
    color: #FFF !important;
    top: 52%;
    outline: none;
    box-shadow: 0 0 2px 0px rgba(50, 50, 50, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}

.container-brand-slide .owl-prev:hover, .container-brand-slide .owl-next:hover {
    background: #c51919 !important;
}

.container-brand-slide .owl-prev {
    left: 5px;
}

.container-brand-slide .owl-next {
    right: 5px;
}

/* ************************************************************************************** 
********************************** CAROUSEL PRODUTOS **************************************/

.container-products {
    margin-top: 30px;
    position: relative;
}

.container-products h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}

.container-products .owl-item {
    width: 222px;
}

.container-products .owl-item + .owl-item {
    border-left: 1px solid rgba(50, 50, 50, 0.1);
}

.container-products .owl-item .card {
    box-shadow: none;
    border-radius: 0;
    height: 405px;
    margin-bottom: 0px;
}

.container-products .owl-item .card.loader{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card.loader .loading{
    display: flex;
    flex-flow: column;
    color: inherit !important;  
}
.card.loader .loading .lds-rolling {
    width: 100px !important;
    height: 100px !important;
}

.card.loader .loading .lds-rolling div, .card.loader .loading .lds-rolling div::after {
    width: 85px;
    height: 85px;
    border: 8px solid #dc3545;
    border-top-color: transparent;
}
.card.loader .loading .label{font-weight: 400;}


.container-products .owl-item .card .cart-image {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0px 10px
}

.container-products .owl-item .card .cart-image img {
    width: auto;
    height: auto;    
    max-width: 100%;    
    max-height: 100%;
    box-sizing: border-box;
}

.container-products .owl-item .card .card-body {
    padding: 5px 10px;
    text-align: center;
}

.container-products .owl-item .card .card-body .card-title {
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;    
}

.container-products .owl-item .card .card-body .product-autor {
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: normal;
}

.container-products .owl-item .card .card-body .product-prices {
    width: 100%;
    height: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.container-products .owl-item .card .card-body .product-prices .new-price {
    font-weight: 600;
    line-height: 25px;
}

.container-products .owl-item .card .card-body .product-prices .old-price {
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
}

.container-products .owl-prev, .container-products .owl-next {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: calc(50% - 30px);
    width: 40px;
    box-shadow: 0 0 5px 1px rgba(50, 50, 50, 0.13);
    font-size: 20px;
    outline: none;
    border: none;
    z-index: 100;
}

.container-products .owl-prev:hover, .container-products .owl-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.container-products .owl-prev {
    left: -10px;
}

.container-products .owl-next {
    right: -10px;
}

/*************************************************************************************************
*************************************** BUTTON COMPRAR *******************************************/
.btn-action .btn{
    font-size: 15px !important;
}
.btn-action .btn .text{
    display: block;
}
.btn-action .btn .wait{
    display: none;
}
.btn-action .btn .wait .spinner-border{
    width: 20px;
    height: 20px;
    border-width: 3px;
    margin-right: 10px;
}
.btn-action .btn.disabled .wait{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-action .btn.disabled .text{
    display: none;
}

/*************************************************************************************************
*************************************** TOAST ***************************************************/
.notices .toast .toast-text{font-size: 14px;}
.notices .toast{max-width: 400px;}

/*************************************************************************************************
*************************************** MODAL ***************************************************/
.modal .modal-body{padding: 10px 24px;}

/*************************************************************************************************
*************************************** MINI CART ***************************************************/
.mini-cart{
    width: 100%;
    padding: 0px 10px 10px 10px;
}
.dropdown .mini-cart{
    width: 350px;
}
.mini-cart h5{margin: 0px; padding: 35px 0px 25px 0px; text-align: center;}
.mini-items{
    max-height: 355px;
    overflow: auto;
}
.mini-cart .mini-cart-item{
    width: 100%;
    height: 88.6px;
    font-size: 13px;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(50, 50, 50, .13);
}
.mini-cart .mini-cart-item .mini-cart-item-info{
    display: flex; 
    justify-content: flex-start; 
    align-items: flex-start;
    line-height: 16px;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-cart-item-img{
    width: 15%;
    height: 67.6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-cart-item-img img{
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 100%;
    box-sizing: border-box;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-title{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 0px 10px;
    width: 60%;
    height: 67.6px;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-title .title{font-size: 12px; font-weight: 600; max-height: 32px; margin-bottom: 5px; overflow: hidden;}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-title .quantity{
    font-size: 12px;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-prices{
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: right;
    width: 25%;
    height: 67.6px;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-prices .new-price{
    font-weight: 600;
    font-size: 14px;
}
.mini-cart .mini-cart-item .mini-cart-item-info .mini-prices .old-price{
    text-decoration: line-through;
}
.mini-cart .mini-cart-summary{
    padding: 15px 0px;
}
.mini-cart .mini-cart-summary p{margin: 0px;}

/*************************************************************************************************
*************************************** PRODUCT LIST *********************************************/
.product-filter .card-header{padding: 15px;}
.product-filter .card-body{max-height: 400px; overflow: auto; padding: 10px; font-size: 14px;}
.product-filter .card-body .nav .nav-item{display: block; width: 100%; height: 29px; position: relative; padding-left: 20px; overflow: hidden;}
.product-filter .card-body .nav .nav-item::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 5px;
    top: 4.5px;
    border: 1px solid #525f7f;
}
.product-filter .card-body .nav .nav-item.active::after{
    font-weight: 600;
    position: absolute;
    content: '\2713';
    left: 8.5px;
    top: 4px;
    color: #0a48b3;
}

.product-list-header{
    padding: 10px;
    border-top: 1px solid rgba(50, 50, 50, 0.13);
    border-bottom: 1px solid rgba(50, 50, 50, 0.13);
    margin-bottom: 15px;
}

.product-list-header [class*="col-"]{padding: 0px 5px 0px 5px;}

.product-list{margin-left:  -1px; margin-right: -1px;}
.product-list [class*="col-"]{margin-bottom: 10px; padding-left: 1px; padding-right: 1px;}
.product-list .card{border-radius: 0px !important; height: 390px; margin-bottom: 0px; box-shadow: none;}
.product-list .card .card-body{padding: 10px; text-align: center; position: relative}
.product-list .card .product-image {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0px 10px
}

.product-list .card .product-image img {
    width: auto;
    height: auto;    
    max-width: 100%;    
    max-height: 100%;
    box-sizing: border-box;
}
.product-list .card-body .product-title {
    height: 40px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;    
}

.product-list .card-body .product-autor {
    font-size: 12px;
    line-height: 14px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: normal;
}

.product-list .card-body .product-prices {
    width: 100%;
    height: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.product-list .card-body .product-prices .new-price {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

.product-list .card-body .product-prices .old-price {
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
}
.product-list .card-body .btn-indisponivel{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;
}

/*************************************************************************************************
*************************************** LISTA ESCOLAR ********************************************/
.lista-escolar .card{border-radius: 0px;}
.lista-escolar .card .card-header{border-radius: 0px;}
.lista-escolar .card .card-body{padding: 0px;}
.lista-escolar .list-group .list-group-item{
    border-top: 1px solid #e9ecef;
    border-right: none;
    border-bottom: none;
    border-left: none; 
    border-radius: 0px !important;
}


/*************************************************************************************************
*************************************** FOOTER ***************************************************/
.sub-footer [class*="col-"]{padding-top: 15px; padding-bottom: 15px;}
.sub-footer .form-control:focus{outline: none; border-color: #fff;}

.footer{background: inherit; padding-top: 0px; padding-bottom: 20px;}
.footer [class*="col-"]{margin-top: 20px;}
.footer ul{padding: 0px;}
.footer .title{text-align: center; margin-bottom: 10px;}
.footer .payments .list-payments{
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    justify-content: space-around;
    align-items: stretch;
    margin: 0px -10px 0px 0px;
}
.footer .payments .list-payments li{
    padding: 2px;
    background: #FFF;
    border: 1px solid rgba(50, 50, 50, 0.13);
    width: 60px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;        
}
.footer .payments .list-payments li img{max-width: 40px; max-height: 31px;}

.footer .safe{text-align: center;}
.footer .safe .list-safe{
    list-style: none; 
    display: flex;
    justify-content: center;
    align-items: center;    
}
.footer .safe .list-safe li +  li{margin-left: 10px;}
.footer .safe .list-safe li img{max-height: 80px;}

.footer .cards .card{border: 1px solid #0a48b3; margin-bottom: 0px;}
.footer .cards .card h3{font-size: 45px; line-height: 50px; margin-bottom: 0px;}
.footer .cards .card p{font-size: 14px; text-align: center}
.footer .cards .card .descricao{font-size: 13px; line-height: 15px;}

.copyright{padding-top: 15px; padding-bottom: 15px;}
.copyright p{text-align: center; font-size: 12px; margin: 0px; line-height: 18px; color: #000;}

/* ************************************************************************************** 
********************************** PAGES HEADER **********************************************/
.page-header{margin-top: 15px;}
.page-header .page-title{
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.breadcrumb .breadcrumb-item{padding-top: 10px; padding-bottom: 10px;}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before{content: "\203A";}

/* *********************************************************************************************** 
********************************** PRODUTO DETALHES **********************************************/
.product-details .card{
    border-radius: 0px;
}
.product-details .product-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-details .product-image img{
    max-height: 400px;
    max-width: 100%;
}
.product-details .product-info p{font-size: 14px; margin: 0px}
.product-details .product-action{
    border-top: 1px solid rgba(50, 50, 50, 0.13); 
    border-bottom: 1px solid rgba(50, 50, 50, 0.13);
    padding: 15px 0px;
    margin-top: 15px;
}

.product-details .product-action .old-price{text-decoration: line-through; margin: 0px; line-height: 18px;}
.product-details .product-action .price{font-size: 26px; line-height: 30px;}
.product-details .card-reviews .rate{
    font-size: 25px;
    padding-right: 5px;
    margin: 0px;
    cursor: pointer;    
}

.product-reviews{background: #FFF;}
.product-reviews .title-info{padding: 15px; border-bottom: 1px solid #dee2e6; font-size: 24px; font-weight: 300; color: #000; margin: 0px;}
.product-reviews .form-review{padding: 15px 25px; display: none; border-top: 1px solid #dee2e6; transition: display 3s;}
.product-reviews .form-review.open{display: block;}
.product-reviews .review-box{padding-bottom: 25px;}
.product-reviews .review-box .review-box-title{margin-bottom: 0px; font-size: 18px; font-weight: 600;}
.product-reviews .review-box [class*="col-"]{display: flex; align-items: center; margin-top: 10px;}
.product-reviews .review-box .review-rating .stars{font-size: 25px;}
.product-reviews .review-box .review-rating .rating{font-size: 28px;}
.product-reviews .review-box .review-porcentage-stats{height: 80px; width: 80px; vertical-align: middle; fill: transparent; margin-right: 10px;}
.product-reviews .review-box .review-porcentage-stats .dial{fill: transparent; stroke-width: 7px; stroke: #f2f2f2;}
.product-reviews .review-box .review-porcentage-stats .dial.dial-progress{stroke: #ffcb05;}
.product-reviews .review-box .review-porcentage-stats .dial-text{font-size: 26px; font-weight: 600; fill: #666;}

.product-reviews .review-list{padding: 0px;}
.product-reviews .review-list .review-description{display: none; border-top: 1px solid #dee2e6; padding: 15px 0px;}
.product-reviews .review-list .review-description.active{display: block;}
.product-reviews .review-list .review-description .review-title{font-size: 16px; font-weight: 600; margin-bottom: 10px;}
.product-reviews .review-list .review-description .review-desc{color: #666; line-height: 22px;}
.product-reviews .review-list .review-description .review-rating{display: flex; justify-content: space-between; color: #818181; margin-bottom: 10px;}
.product-reviews .review-list .review-description .review-autor{margin-top: 15px; color: #666;}
.product-reviews .review-list .more-button{margin-bottom: 30px; margin-top: 15px; text-align: center;}
.product-reviews .review-list .more-button .btn{padding: 10px 15px;}

/* ******************************************************************************************** 
********************************** PAGE CARRINHO **********************************************/
.cart-table tr td{vertical-align: middle;}

.cart-table .media .avatar{
    border-radius: 0px;
    width: 50px;
    height: auto;
    max-height: 71.5px;
    background-color: inherit;
}
.cart-table .media .media-body{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.cart-table .media .media-body .name{
    width: 100%;
}
.cart-table .cart-quantity .input-group{
    width: 160px;
}
.cart-table .input-group-merge .form-control:not(:last-child){
    border-top-color: #0A48B3;
    border-bottom-color: #0A48B3;
}
.cart-table .input-group .form-control{box-shadow: none; outline: 0;}
.cart-table .input-group-merge .input-group-prepend .btn{
    border-right: 0;
}
.cart-table .input-group-merge .input-group-append .btn{
    border-left: 0;
}
.form-control:disabled, .form-control[readonly]{cursor: no-drop;}
.cart-table .input-group-merge .btn[disabled]{background-color: #e9ecef; opacity: 1; cursor: no-drop;}
.cart-table .input-group-merge .btn[disabled]:hover{box-shadow: none;}
.cart-table .old-price{font-size: 14px; line-height: 18px; margin: 0px; text-decoration: line-through;}

.cart-summary{
    border-radius: 0px;
    margin-top: 20px;
}
/*.cart-summary .col-form-label{padding-top: 5px; padding-bottom: 5px;}*/
.cart-summary .cart-summary-title{
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.cart-summary .v-select.vs--single.vs--searchable{
    width: calc(100% - 25px);
}
.cart-summary address{
    margin: 0px;
}
.cart-summary address p {
    margin: 0px;
    font-size: 14px;
}

.cart-empty{display: flex; justify-content: center; align-items: center}
.cart-empty i{font-size: 80px;}
.cart-empty .cart-info{margin-left: 15px;}
.cart-empty .cart-info h3{font-size: 30px; font-weight: 400;}
.cart-empty .cart-info h4{font-size: 20px;}

.page-erro{min-height: 400px; display: flex; align-items: center; flex-flow: column; justify-content: center;}
.page-erro .erro{font-size: 90px; font-weight: bold; margin: 0;}

/*************************************************************************************************
*************************************** SELECT2 ***************************************************/
.v-select.is-invalid .vs__dropdown-toggle, .quill-editor.is-invalid .ql-editor{
    border-color: #fb6340;
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    padding: 8px 10px;
    background: #FFF;
    border: 1px solid rgba(60, 60, 60, 0.26);
    border-radius: 4px;
    white-space: normal;
}
.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0px;
    position: relative;
}
.vs__selected {
    margin: 0px;
    border-radius: 0px;
    border: 0px;
    color: inherit;
    font-size: 14px;
}
.vs__search, .vs__search:focus {
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 2.5px;
}
.v-select .vs__dropdown-menu{
    font-size: 14px;
}
.v-select .vs__dropdown-menu li{
    padding: 10px;
}

/*************************************************************************************************
*************************************** CARD EMPTY ***********************************************/
.card.card-empty{
    border-radius: 0px;
}
.card.card-empty .card-body{height: 200px; display: flex; justify-content: center; align-items: center;}

/*************************************************************************************************
*************************************** CENTRAL DE ATENDIMENTO ************************************/
.sac .sac-title{margin-top: 20px; font-size: 40px; text-align: center;}
.sac .cards{margin-top: 30px;}
.sac .cards i{font-size: 60px;}
.sac .cards h3{margin-top: 10px;}
.sac .cards p{line-height: 16px;}

.sac .card-plus.accordion > .card{overflow: inherit;}
.sac .card-plus i{font-size: 30px; margin-right: 10px; color: #0A48B3;}
.sac .card-plus .card-icon-title{color: #0A48B3;}
.sac .card-plus .card-body[aria-expanded="true"]{background-color: #0A48B3;}
.sac .card-plus .card-body[aria-expanded="true"] i, .sac .card-plus .card-body[aria-expanded="true"] .card-icon-title{color: #FFF;}

/*************************************************************************************************
*************************************** LINK DE PAGAMENTO ************************************/
.link-itens{max-height: 432px; overflow:auto}


/* ************************************************************************************** 
********************************** HOME PROMOCIONAL **************************************/

.header-promocional{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px;
}

.header-promocional h3{
    font-size: 28px;
    font-weight: 400;
    margin: 0px;
    border-bottom: 2px solid #1e7a6d !important;
    padding-bottom: 5px;;
}

.promo .product-list{
    margin-left: -10px;
    margin-right: -10px;
}

.promo .product-list [class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}


/*************************************************************************************************
*************************************** LOADER ***************************************************/
.icon-whatsapp{ 
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-color: #2dce89;
    color: #FFF;
    font-size: 40px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.icon-whatsapp:hover{color: #fff !important;}

.icon-clube-livro{
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background-color: #2dce89;
    color: #FFF;
    font-size: 40px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*************************************************************************************************
*************************************** LOADER ***************************************************/
@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.loading {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.loading .label {
    margin-left: 15px;
    font-size: 18px;
    font-weight: 600;
}

.lds-rolling {
    position: relative;
    width: 70px !important;
    height: 70px !important;
}

.lds-rolling div, .lds-rolling div:after {
    position: absolute;
    width: 55px;
    height: 55px;
    border: 8px solid #dc3545;
    border-top-color: transparent;
    border-radius: 50% !important;
}

.lds-rolling div {
    -webkit-animation: lds-rolling 0.8s linear infinite;
    animation: lds-rolling 0.8s linear infinite;
    top: 50%;
    left: 50%;
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*************************************************************************************************************************************
************************************************************** CSS RESPONSIVE *******************************************************/
@media(max-width: 991.98px){
    /* #app{padding-top: 120px !important;} */
    /* .table td, .table th {white-space: nowrap;} */

    .no-md-padding{padding: 0 !important;}

    .header-navbar{
        padding: 10px 15px;
    }

    .header-navbar .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.95) !important;
    }    

    .header-navbar .navbar-brand{
        order: 1;
        margin-bottom: 10px;
    }

    .header-navbar .form-search {
        width: 100vw;
        order: 3;
    }  
    
    .header-navbar .navbar-nav{
        order: 2;
        margin: none !important;    
    }

    .navbar.navbar-nav-hover .dropdown-menu{
        display: none;
    } 
    
    .slide-owl-carousel{
        padding: 0px;
    }
    .slide-owl-carousel .owl-prev {
        left: 0;
    }
    
    .slide-owl-carousel .owl-next {
        right: 0;
    }  
    
    .confirmation-summary > [class*="col-"]:first-child{
        order: 2;
    }  

    thead.thead-light tr th{
        display: none;
    }
    thead.thead-light tr th:first-child{
        display: block;
        width: 100%;
    }    
    tbody.list tr{
        display: flex;
        flex-flow: column;
    }
    tbody.list tr td{
        white-space: pre-line;
        border: none;
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    tbody.list tr td:nth-child(2){
        display: none;
    }
    tbody.list tr td:last-child{
        border-bottom: 1px solid #e9ecef;
        text-align: center !important; 
    }

    .icon-whatsapp{
        bottom: 10px;
        left: 10px;
    }
}

@media(max-width: 400px){
    .slide-owl-carousel .owl-carousel{
        position: relative;
        max-height: 400px;
    }
    .slide-owl-carousel .item {
        height: auto;
    }
}