
/*****************************************************************/
/** Color texts
 /*****************************************************************/
.help-block {
    color: #eee;
    font-family: Poppins, serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 10px;
    margin-top: 10px;
    text-decoration: none;
}
.has-danger {
    color: #f4516c;
    font-size: 15px;
}
.link_primary{
    color: #0da9ef;
}
.breadcrumb_text {
    color: #666;
}
.primary-color {
    color: #0da9ef;
}
.toolbar .login {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 6px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.toolbar .login > i {
    line-height: 39px;
}
.toolbar .login > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.toolbar .login:hover {
    background-color: #f5f5f5;
}
.toolbar .lobin > a::after {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 18px;
    margin-top: -10px;
    content: '';
}
.toolbar .account, .toolbar .cart {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 50px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.toolbar .search {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}
.min-height-220 {
    min-height: 220px;
}
.site-logo {
    width: 400px;
}
.score-ticket {
    font-size: 25px;
    color : #e1e7ec;
}
.score-ticket:hover{
    color : #ff8624;
    cursor: pointer;
}
.panel-cookies {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color:#fff;
    display: block;
    left: 0;
    min-height: 30px;
    position:fixed;
    right: 0;
    text-align:center;
    width:100%;
    z-index:99999;
}
.color-white a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.color-white :hover {
    color: #0da9ef;
}
.form-control-danger {
    color: #0da9ef;
    font-style: italic;
    margin-left: 20px;
}
.color-red {
    color: #ef0d20;
}
/*****************************************************************/
/** Material-switch
 /*****************************************************************/
.material-switch > input[type="checkbox"] {
    display: none;
}
.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: #BCBCBC;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    margin-left: -20px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 30px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -20px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: rgba(63, 81, 181, 0.23);
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: #0da9ef;
    left: 20px;
}

.product-card {
    height: 490px;
}
.card-body {
    height:300px;
}
/*****************************************************************/
/** Texts
 /*****************************************************************/
.text-search-title {
    color: #374250;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
}

.text-search-found {
    color: #f4516c;
}