/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 nov. 2019, 19:40:28
    Author     : Yves.ADJE
*/


/* GENERAL STYLE */

.dot-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: 15px 15px;
    background-image: -webkit-radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), -webkit-radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0);
    background-image: radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0), radial-gradient(rgba(77, 67, 92, .04) 15%, transparent 0);
}

.dot-bg.left-dot {
    right: auto;
    left: 0;
}

.bootstrap-select.mySelect:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.hidder {
    display: none !important;
}

/* GENERAL STYLE */


/* CUSTOM LOADER */

.loader {
    display: inline-block;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* CUSTOM LOADER */


/* GUEST HOME PAGE */

.banner-slider {

}

.banner-slider {
    margin-top: 222px;
}

/* GUEST HOME PAGE */


/* ACCOUNT REGISTRATION SUCCESS */

.account-registration-success {

}

.account-registration-success .account-email-validation {

}

.account-registration-success .account-email-validation .account-email-validation-important {
    color: red;
}

/* ACCOUNT REGISTRATION SUCCESS */


/* CHECKOUT PAGE */

.__order-payment .mobilePayment .__mb_operator .icon img {
    -webkit-filter: none;
    filter: none;
    background: #000;
    width: 150px;
}

.__order-payment .mobilePayment .__mb_operator.orange .icon img {

}

.__order-payment .mobilePayment .__mb_operator.mtn .icon img {
    background: #FFF;
    width: 114px;
}

/* CHECKOUT PAGE */


/* FRONT CONTACT PAGE */

.g-recaptcha {
    margin: 0 auto;
    display: table;
}

/* FRONT CONTACT PAGE */


/* POINT OF SALES ADMIN PAGE INDEX */

.pointOfSales-index {

}

.pointOfSales-index .table-td-visuel {

}

.pointOfSales-index .table-td-visuel img {
    width: 100%;
}

/* POINT OF SALES ADMIN PAGE INDEX */


/* POINT OF SALES FRONT PAGE INDEX */

.pointOfSales-page {

}

.pointOfSales-page .pos-title {
    margin-bottom: 15px;
    color: #ab8f5f;
}

.pointOfSales-page .pos-title a {
    color: #ab8f5f;
    padding-bottom: 1px;
    border-bottom: 1px solid #ab8f5f;
    text-transform: uppercase;
}

.pointOfSales-page .pos-bloc-info {

}

.pointOfSales-page .pos-info {
    min-height: 80px;
}

.pointOfSales-page .pos-info .info {
    margin-bottom: 5px;
}

.pointOfSales-page .pos-info .info i {
    margin-right: 5px;
    color: #ab8f5f;
}

.pointOfSales-page .item-pos-grid {
    /*border: 1px solid #dfe1e5;*/
    -webkit-box-shadow: 5px 8px 6px -6px #dfe1e5;
    -moz-box-shadow: 5px 8px 6px -6px #dfe1e5;
    box-shadow: 5px 8px 6px -6px #dfe1e5;
}

/* POINT OF SALES FRONT PAGE INDEX */


/* HAIRDRESSER ADMIN PAGE */

.hairdresser-admin-page {

}

.hairdresser-admin-page .servicename-form-group .servicefield {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #212121;
    height: 42px;

    display: block;
    /*width: 100%;*/
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.hairdresser-admin-page .servicename-form-group .servicename {

}

.hairdresser-admin-page .servicename-form-group .serviceprice {

}

.hairdresser-admin-page .service-add-container {
    padding-top: 35px;
    cursor: pointer;
}

.hairdresser-admin-page #dynamic_field {
    border: 0px solid rgba(33, 33, 33, 0.1);
}

.hairdresser-admin-page #dynamic_field .servicename-form-group .servicename-form {
    margin-bottom: 15px;
}

.hairdresser-admin-page .servicename-container {
    margin-top: 25px;
}

.hairdresser-admin-page .servicename-container .service-add-trBloc {
    border: 0px solid rgba(33, 33, 33, 0.1);
}

.hairdresser-admin-page .service-add-trBloc #add {
    border-radius: 20px;
    font-weight: 700;
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    position: relative;
    border: 1px solid #ab8f5f;
    color: #ab8f5f;
}

.hairdresser-admin-page .imageBlock img {
    width: 100%;
}

/* HAIRDRESSER ADMIN PAGE */


/* HAIRDRESSER FRONT PAGE */

.hairdresser-frontpage {
    margin-bottom: 0px;
}

.hairdresser-frontpage-container {
    padding-left: 0px;
    padding-right: 0px;
}

.hairdresser-frontpage .hairdresser-title {
    text-align: center;
    font-weight: 600;
}

.hairdresser-frontpage .linear-text-notHover {
    background: linear-gradient(to right, #fed267 40%, #ab8f5f 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hairdresser-frontpage-title-container {

}

.hairdresser-frontpage-dot-container {
    position: relative;
    padding-bottom: 40px;
}

.hairdresser-frontpage-description-container {
    margin-top: 20px;
}

.hairdresser-frontpage-description-container .hairdresser-description {
    position: relative;
    color: #555;
    margin: 0;
    line-height: 1.8;
    font-size: 17px !important;
    /*    background: rgba(233,234,241,.3);
        border: 1px solid #d9dbe9;
        border-radius: 5px;*/
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.hairdresser-frontpage-description-container .hairdresser-description:before {
    position: absolute;
    content: '';
    max-width: 100%;
    width: 300px;
    height: 1px;
    background: #fed267;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
}

.hairdresser-frontpage-description-container .hairdresser-description:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    left: 50%;
    margin-left: -40px;
    bottom: -3px;
    border-radius: 6px;
    background: linear-gradient(to right, #fed267 0%, #cf9b48 100%);
}

.service-col-6 {
    margin-bottom: 50px;

}
.hairdresser-frontpage-service-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

.hairdresser-frontpage-service-container .hairdresser-service-title {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.hairdresser-frontpage-service-container .serviceRow {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted rgba(207, 155, 72, 0.3);
}

.hairdresser-frontpage-service-container .serviceRow.first {
    border-top: 1px dotted rgba(207, 155, 72, 0.3);
}

.hairdresser-frontpage-service-container .hairdresser-service {
    /*font-size: 17px !important;*/
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cf9b48;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 0px;
    /*    padding-left: 20px;
        text-align: left;*/
}

.hairdresser-frontpage-service-container .hairdresser-service.name {
    margin-left: 0px;
}

.hairdresser-frontpage-service-container .hairdresser-service.price {
    margin-right: 0px;
}

.hairdresser-frontpage-service-container .hairdresser-service i {
    margin-right: 5px;
    /*background: linear-gradient(to right, #fed267 40%, #ab8f5f 60%);*/
    background: linear-gradient(to right, #fee4a3 40%, #daceb9 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hairdresser-frontpage-service-container .divider {
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
    margin: 20px 0;
}


/* HAIRDRESSER FRONT PAGE */


/* ADRESSES FRONT PAGE */

.user-account-address-page {

}

.user-account-address-page .loader {
    position: absolute;
    top: 60px;
    margin-left: 2px;
    border-top: 3px solid #9f7856;
}

.user-account-address-page.index-page .loader {
    top: 30px;
}

.user-account-address-page .town-input-parent .loader {
    position: absolute;
    top: 30px;
    margin-left: 3px;
}

.user-account-address-page .mySelect {

}

.user-account-address-page .form-control {
    box-shadow: none !important;
}

.user-account-address-page .bootstrap-select.btn-group .dropdown-menu li {

}

.user-account-address-page .bootstrap-select.btn-group .dropdown-menu li a {

}

.user-account-address-page .mySelect {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.user-account-address-page.index-page .mySelect {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.user-account-address-page .town-input-parent .mySelect {
    margin-top: 0px !important;
}

.user-account-address-page .district-input-parent .mySelect {
    margin-top: 0px !important;
}

.user-account-address-page .mySelect button.dropdown-toggle {
    background-color: transparent;
    border: 1px solid #9f7856;
    color: #9f7856 !important;
}

.user-account-address-page .mySelect button.dropdown-toggle:hover {
    background-color: transparent;
    color: #9f7856 !important;
}

.user-account-address-page .country-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 35px !important;
}

.user-account-address-page .town-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 35px !important;
}

.user-account-address-page .city-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 35px !important;
}

.user-account-address-page .district-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 35px !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;;
    text-decoration: none;
    background-color: #9f7856 !important;;
    outline: 0;
}

/* ADRESSES FRONT PAGE */


/* checkout FRONT PAGE */

.checkout-page-container {
    padding-left: 40px;
    padding-right: 40px;
}

#checkout #orderDescription {
    height: 100px;
}

#checkout .checkout-page-container .address-type {

}

#checkout .checkout-page-container .address-country {
    margin-right: 5px;
    background-color: #f5f5f5;
    color: #000;
    padding: 0 10px;
}

#checkout .checkout-page-container .address-city {
    margin-right: 5px;
    background-color: #f5f5f5;
    color: #000;
    padding: 0 10px;
}

#checkout .checkout-page-container .address-town {
    margin-right: 5px;
    background-color: #f5f5f5;
    color: #000;
    padding: 0 10px;
}

#checkout .checkout-page-container .address-district {
    margin-right: 5px;
    background-color: #f5f5f5;
    color: #000;
    padding: 0 10px;
}

#checkout .checkout-page-container .address-contact {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

._delivery-addresses-list .addressType ._editUserAddress {
    /*display: none;*/
    margin-top: -25px;
    padding: 3px 6px !important;
    background-color: #fff;
    font-size: 12px !important;
    color: #ab8f5f !important;
    text-transform: capitalize !important;
    border: 1px solid #ab8f5f;
}

#checkout .user-account-address-page .country-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 1px !important;
}

#checkout .user-account-address-page .town-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 1px !important;
}

#checkout .user-account-address-page .city-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 1px !important;
}

#checkout .user-account-address-page .district-input-parent .mySelect .dropdown-menu {
    z-index: 950 !important;
    margin-top: 1px !important;
}

#checkout .user-account-address-page.index-page .loader {
    top: 5px;
}

#checkout .user-account-address-page .town-input-parent .loader {
    position: absolute;
    top: 5px;
    margin-left: 3px;
}

/* checkout FRONT PAGE */


/* Customer Account FRONT PAGE */

.newsletterNotificationContainer {

}

.newsletterNotificationContainer #newsletterNotification {
    margin-right: 5px;
}

.newsletterNotificationContainer .form-check-label {
    font-weight: normal;
    /*color: red;*/
}

/* Customer Account FRONT PAGE */


/* order ADMIN PAGE */

.orderDescription {
    max-width: 800px;
}

/* order ADMIN PAGE */


/* BLOG POST ADMIN PAGE */
.blog-post-create-page {

}

.blog-post-create-page .krajee-default.file-preview-frame .kv-file-content,
.blog-post-edit-page .krajee-default.file-preview-frame .kv-file-content {
    display: block;
}

.blog-post-create-page .file-sortable .file-drag-handle {
    display: none;
}

/* BLOG POST ADMIN PAGE */


/* BLOG POST FRONTPAGE PAGE */

.blog-post-frontpage {

}

.blog-post-index-frontpage {

}

.item-post-format {
    transition: all .5s ease-out .5s;
    -webkit-transition: all .5s ease-out .5s;
}

.blog-post-frontpage .post-thumb-link img,
.blog-post-index-frontpage .post-thumb-link img {
    width: 100%;
    transition: all .5s ease-out .2s;
    -webkit-transition: all .5s ease-out .2s;
}

.blog-post-frontpage .post-thumb:hover .post-thumb-link img,
.blog-post-index-frontpage .post-thumb:hover .post-thumb-link img {
    transform: scale(1.15) rotate(3deg);
    -webkit-transform: scale(1.15) rotate(3deg)
}

.blog-post-index-frontpage .item-post-format.item-blog-full .post-info {
    bottom: -140px !important;
}

.blog-post-frontpage .related-post {
    border-top: 1px dotted #ab8f5f;
    margin-top: 80px;
    padding-top: 30px;
}

.blog-post-frontpage .postImagesSlider {
    margin-bottom: 0px;
}

.blog-post-frontpage .postImagesSlider .post-image-slide {
    text-align: center;
}

.blog-post-frontpage .slick-prev:before,
.blog-post-frontpage .slick-next:before {
    color: #ab8f5f;
    font-size: 40px;
    line-height: 1.2;
}

.blog-post-frontpage .slick-prev,
.blog-post-frontpage .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
}

.blog-post-frontpage .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
}

.blog-post-frontpage .slick-dots li.slick-active button:before,
.blog-post-frontpage .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ab8f5f;
}

.blog-post-frontpage .postImagesSlider .slick-dots li button:hover {
    color: #ab8f5f;
}

.blog-post-frontpage .bread-crumb {
    border-top: 1px solid #e5e5e5;
    padding: 19px 0px 12px 0px;
}

.blog-post-frontpage .bread-crumb a {
    color: #999;
}

.blog-post-frontpage .bread-crumb span {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

/* BLOG POST FRONTPAGE PAGE */


/* GENERAL FOOTER */

.footer-bottom {
    background: #181818 none repeat scroll 0 0;
    padding: 20px 0;
}

.footer-bottom .sub-branding {
    color: #555;
}

/* GENERAL FOOTER */