@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500&display=swap');
a {
    text-decoration: none;
    color: inherit; 
}

a:hover {
    text-decoration: none;
    color: inherit;
}

* {
    font-family: Open Sans;
}

.radius-bg {
    padding: 10px 15px;
    border-radius: 10px;
}

/* Navbar */
.logo {
    color: #88B04B;
    font-weight: bold;
    font-size: 28px;
    font-family: Oswald;    
}

.logo:hover {
    color: #88B04B;
}

.logo span {
    font-size: 18px;
    color: #000;
    font-family: Oswald;
}

.navbar {
    padding: 2rem 1rem;
}

.navbar-collapse {
    flex-grow: 0;
}
.header-bg {
  background-color: #FFF;
}
.nav-link {
    color: #555;
    font-weight: bold;
    font-size: 16px;
}


/* cart Page */

.carttable {
    width: 100%;  
}

.carttable tr:first-child {
    border-bottom: 2px solid #88B04B;
}
.carttable tr.cartrow {
    border-bottom: 2px solid #88B04B;
}

.carttable tr td:last-child {
    text-align: right;
}

.carttable td {
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
}
.carttable small {
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}


.deleteexercise {
    color: red !important;
    display: inline-block;
    background-color: #EEE;
    padding: 6px 10px;
    cursor: pointer;
    margin-left: 10px;
    margin-top:2px;
}

.deleteexercise:hover {
    background-color: #AAA;
}

.carttotal {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #444;
}

.mesajcomanda {
    font-size: 14px;
    font-weight: 600;
    background-color: #EEE;
    padding:40px;
    border-radius: 20px;

}

.formularcomanda label {
    font-weight: 600;
}

/* Payment Page */ 

.mobilpayform {
    text-align: center;
    margin-bottom: 50px;
}

.platesteonlinecartpage svg, .platesteonlinecartpage img,
.mobilpayform svg, .mobilpayform img {
    height: 40px; 
    margin: 20px 20px;
}

.mobilpayform p {
    font-weight: 600;
}

.mobilpayform .butonplateste {
    background-color: #49458D;
    color: #FFF;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 20px;
    margin: 20px 0 40px;
}

/* Top Shopping Cart */
.shopping-cart-top {
    margin:0 25px;
    background-color: #88B04B;
    padding: 10px 15px;
    border-radius: 10px;
    color: #FFF;
}

.shopping-cart-top:hover {
    color: #FFF;
    background-color: #000;
}

.shopping-cart-top span {
    margin-left: 5px;
    font-weight: 600;
    font-size: 14px;
}


.footer {
    background-color: #EEE;
}


/* Home Page */

.home-lead {
    background-color:#EEE;
    padding:0px;
    background-image: url("/img/bg/pencil-bg.jpg");
}

.lead-card {
    height: 280px;
    padding:50px 30px;
    background-color: rgba(255,255,255,0.9);
    margin: 25px 0;
    border-radius: 5px;
}

.lead-card span {
    font-weight: bold;
    color: #88B04B;
    background-color: #EEE;
}

.lead-card h2 {
    font-family: Oswald;
    margin:25px 0 0 0;
    color: #888;
    font-size: 25px;
    text-shadow: 1px 1px 2px  #FFF;
}

.lead-link {
    text-align: center;
    display: block;
    font-size: 28px;
    letter-spacing: 1px;
    background-color: #88B048;
    border-radius: 5px;
    color: #FFF;
    padding: 10px;
    margin: 0 0 25px 0;
    font-weight: bold;
    transition: all .5s ease;
}

.lead-link:hover {
    background-color: #77A037;
    margin-left: 10px;
    margin-right: 10px;
    color: #FFF;
}


.home-counter {
    margin-top: 100px;
    margin-bottom: 100px;
}

.counter-card {
    background-color: #EEE;
    padding:25px;
    border-radius: 5px;
}

.counter-card span {
    display: block;
    font-weight: bold;
    text-align: center;
}

.counter-card p {
    font-family: Oswald;
    font-weight: bold;
    font-size: 40px;
    text-align: center;        
    color: #555;
    margin-bottom: 0px;
}

.home-despre {
    margin-top: 100px;
    margin-bottom: 100px;
}

.despre-text {
    padding: 0 50px;
}

.despre-text h2 {
    font-family: Oswald;
    margin: 20px 0;
}

.despre-text p {
    color: #555;
    font-size: 15px;
}

@media screen and (max-width: 576px) {
.lead-card {
    height: auto;
    padding:50px 30px;
}
}


.container-general {
    margin: 50px 0;
}

.container-general h1 {
    text-align: center;
    margin: 10px 0 40px 0;
    font-size: 25px;
    font-weight: bold;
}

.container-general h1 span {
    font-size: 20px;
    color: #77A037;
}

.container-general h1 a:hover{
    color:blue
}


.browse-card {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FDEB47;
    min-height: 230px;
    border-radius: 10px;
    padding: 20px;
    transition: all .25s ease;
}

.browse-card.book-card span {
    font-size: 14px !important;
    line-height: 1.2em;
}

.browse-card:hover {
    background-color:#ECCA16;        

}

.browse-card span {
    font-family: Oswald;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.browse-card small {
    font-weight: bold;
}

.book-cover-holder {
    text-align: center;
    background-color: #f4f4f4;
    line-height: 150px;
}

.book-cover-zoom {      
    -webkit-transition: all 0.2s ease-in-out;    
    -moz-transition: all 0.2s ease-in-out;    
    transition: all 0.2s ease-in-out;     
    cursor: -webkit-zoom-in;      
    cursor: -moz-zoom-in;      
    cursor: zoom-in;
}
    
.book-cover-zoom:hover, .book-cover-zoom:active, .book-cover-zoom:focus {
    -ms-transform: scale(2);    
    -moz-transform: scale(2);  
    -webkit-transform: scale(2);  
    -o-transform: scale(2);  
    transform: scale(2);    
    position:relative;      
    z-index:100;  
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    border-radius:5px
}
    

#alertcontainer {
    position: fixed;
    bottom: 20px;
    right: 50px;
}



/* Modal fullscreen */
.modal {
    max-width: none !important;
    width: 90% !important;
    height: auto;
    overflow: visible;
    text-align: center !important;
}

.modal img {
    border-radius: 5px;
    max-width: 100%;
}






/* Table Filter */

.dataTables_wrapper .dataTables_filter {
    text-align: center !important;
    float: none !important;
}

.dataTables_wrapper .dataTables_filter label {
    margin: 0 auto;
    
    margin-bottom: 40px;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #88B04B;
    border-radius: 6px;
    padding-left: 5px;
    outline: none;
    margin-top: 5px;
}



.dataTables_wrapper .dataTables_info {
    float: none !important;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
}

.dataTables_wrapper tbody {
    font-size: 15px;
    font-weight: 600;
}

table.dataTable {
    border-bottom: 2px solid #88B04B !important;
    border-radius: 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px !important;
    border-bottom: 2px solid #88B04B !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

table.dataTable .exercisepicture:hover {
    color: red;
}

/* Infomration pages */
.information h1 {
    color: #88B04B !important;
    margin: 100px 0 50px 0;
}

.information h2 {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

.information p {
    line-height: 1.4em;
    font-size: 13px;
    color: #444;
}

.contactinfo {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-bottom: 100px;
}

.contactlead h1 {
    position: absolute;
    right: 60px;
    font-size: 80px;
    color: #FFF;
    bottom: 0;
    display: block;

}
.contactlead {
    position: relative;
    height: 350px;
    background-color: #EEE;
    padding: 0px;
    background-image: url(/img/bg/pencil-bg.jpg);
    margin-bottom: 100px;
}
