body {
  min-height: 100vh;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6, body a, body li, body p, body input, body select, body textarea {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
}
body a {
  text-decoration: none !important;
}
body h2 {
  font-size: 25px;
  font-weight: 900;
}
@media (max-width: 768px) {
  body h2 {
    font-size: 20px;
  }
}
body h2 span {
  font-weight: 400;
  text-transform: capitalize !important;
}
body h3 {
  font-size: 16px;
}
body h4 {
  font-size: 18px;
}
body h5 {
  font-size: 16px;
}
body h6 {
  font-size: 15px;
}
body p, body li, body a {
  font-size: 15px;
}
body .text-black {
  color: #000000 !important;
}
body .text-brown {
  color: #965c3d !important;
}
body .text-blue {
  color: #1d9fec !important;
}
body .text-red {
  color: #e84e6f !important;
}
body .text-dark {
  color: #170148 !important;
}
body .text-light-brown p {
  color: #dbb593;
}
body header {
  box-shadow: 2px 2px 10px 0px #f7f7f7;
  padding: 20px 0;
}
body header .uk-search-default {
  width: 100%;
}
body header .uk-search-default input {
  border: 1px solid #000000 !important;
}
body header a.btn {
  background-color: #0fcee5;
  color: #ffffff;
  padding: 5px 20px;
  border: 1px solid #0fcee5;
  transition: all .3s ease-out;
}
body header a.btn .uk-badge {
  top: -10px;
  right: -10px;
}
body header a.btn:hover {
  background-color: transparent;
  color: #0fcee5;
}
body a.btn.basket {
    background-color: #0fcee5;
    color: #ffffff;
    padding: 10px!important;
    border: 1px solid #0fcee5;
    transition: all .3s ease-out;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    top: 18px;
    right: 30px;
    z-index: 9999;
}
body a.btn.basket .uk-badge {
  top: -10px;
  right: -10px;
}
body a.btn.basket:hover {
  background-color: transparent;
  color: #0fcee5;
}
body main .nav-container {
  background-color: #fbf3e9;
  padding: 40px 60px;
  height: 100vh;
}
body main .nav-container .uk-nav-primary .uk-parent > a {
  font-weight: 900;
}
body main .nav-container .uk-nav-primary .uk-parent p {
  font-weight: 700;
  font-size: 18px;
}
body main .nav-container .uk-nav-primary .uk-parent a {
  transition: all .3s ease-out;
}
body main .nav-container .uk-nav-primary .uk-parent a:hover {
  color: #965c3d;
}
body main .nav-container .uk-nav-primary .text-black {
  font-weight: 900;
}
body main .content-container {
  padding: 40px 0;
  height: 80vh;
  overflow-y: scroll;
  padding-right: 20px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body main .content-container a.btn {
  background-color: #0fcee5;
  color: #ffffff;
  padding: 5px 20px;
  border: 1px solid #0fcee5;
  transition: all .3s ease-out;
}
body main .content-container a.btn:hover {
  background-color: transparent;
  color: #0fcee5;
}
body main .content-container::-webkit-scrollbar {
  width: 4px;
}
body main .content-container::-webkit-scrollbar-track {
  background: #ffffff;
}
body main .content-container::-webkit-scrollbar-thumb {
  background: #006699;
  transition: all .3s ease-out;
}
body main .content-container::-webkit-scrollbar-thumb:hover {
  background: #81B929;
  transition: all .3s ease-out;
}
body main .color-select{
  margin-top: 10px;
  margin-bottom: 50px;
}
body main .color-select .color {
  background-color: #ffcfa4;
  height: 30px;
  width: 50%;
  margin-right: 10px;
  display: inline-block;
}
body main .color-select p {
  color: #000000;
  font-weight: 700;

}

body main .color-select .select {
  color: #000000;
  font-weight: 700;

}

body main .color-select .checkdiv{
  /*margin:-30px 120px;*/
  /*  justify-content: flex-end;*/
}
body button.btn {
  background-color: #0fcee5;
  color: #ffffff;
  padding: 5px 20px;
  border: 1px solid #0fcee5;
  transition: all .3s ease-out;
  cursor: pointer;
  text-transform: uppercase;
}
body button.btn .uk-badge {
  top: -10px;
  right: -10px;
}
body button.btn:hover {
  background-color: transparent;
  color: #0fcee5;
}


li.uk-active.Complexion, .Complexion{
  color: #965C3D;
  min-height: 56px;

}

li.uk-active.Eye, .Eye{
  color: #1D9FEC;
  min-height: 56px;

}

li.uk-active.Lips, .Lips{
  color: #E84E6F;
  min-height: 56px;

}

li.uk-active.Nails, .Nail{
  color: #170148;
  min-height: 56px;
}
body > div > div > div > div.uk-width-expand\@m > form > div > h3 {
  font-weight: bold;
}

.sub-nav{
  font-weight: 700;
  font-size: 18px;
  color: #000000 !important;
}

.product_line_text{
  margin:10px 0;
  font-size: 13px;
}
a.sub-nav.sub_category {
    font-size: 14px;
}
.uk-nav-parent-icon>.uk-parent>a::after{
  transform: rotate(-90deg);
}

.uk-nav-parent-icon>.uk-parent.uk-open>a::after{
  transform: rotate(180deg);
}

ul.uk-nav-sub {
  list-style: none;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  list-style: none;
}

.item {
  border-bottom: 1px solid #afafaf;
}


body main .nav-container ul li ul.uk-nav-sub {
    max-height: 320px;
    overflow: auto;
}
h3.loreal-professionnel {
    color: #965C3D;
}

h3.kerastase {
    color: #1D9FEC;
}

.productImg{
    min-height: 200px;
    position:relative;
}
.productImg .hide{
 display:none;
}

.productImg.pointer{
    cursor:pointer;
}

.productImg.pointer:before {
    content: "";
    background-image: url(/images/flip.png);
    background-size: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgb(204 204 204 / 50%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ;
    -moz-transition: opacity 0.3s ;
    -ms-transition: opacity 0.3s ;
    -o-transition: opacity 0.3s ;
    transition:  opacity 0.3s;
}

.productImg.pointer:hover:before {
 opacity: 1;
}

#productGrid .item h3 {
    min-height: 70px;
}

.checkdiv .checkbox {
    width: 35px;
    padding: 0 5px 0 0;
}

span.burger-icon {
    width: 35px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top:22px;
    right: 20px;
}

svg {
    fill: #0fcee5;
}


.mob-burger > * {
    display: inline-block;
}

div#offcanvas-flip .uk-offcanvas-bar {
    background: #e1dad1;
    width: 100%;
}
#offcanvas-flip ul.uk-nav-primary.uk-nav-parent-icon.uk-nav {
    margin-top: 50px;
}
#offcanvas-flip .uk-nav-parent-icon>.uk-parent>a::after{
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E);
 }

#offcanvas-flip a.text-black.uk-text-uppercase.nav-text-small {
    font-weight: 900;
}

#offcanvas-flip .uk-nav-primary .uk-nav-sub a {
    color: #999;
}

button.uk-offcanvas-close svg {
    width: 20px;
}
button.uk-offcanvas-close svg line {
    stroke: #000!important;
    stroke-width: 2;
}

a.uk-button.loadmore-btn {
    text-align: center;
    background-color: #0fcee5;
    color: #ffffff;
    padding: 0px 20px;
    border: 1px solid #0fcee5;
    transition: all .3s ease-out;
}

a.uk-button.loadmore-btn:hover {
    background-color: transparent;
    color: #0fcee5;
}

#offcanvas-flip a.btn {
    text-align: center;
    background-color: #0fcee5;
    color: #ffffff;
    padding: 5px 20px;
    border: 1px solid #0fcee5;
    transition: all .3s ease-out;
    margin-bottom: 20px;
}

#offcanvas-flip a.btn:hover {
    background-color: transparent;
    color: #0fcee5;
}
@media (max-width: 1540px) and (min-width: 640px) {
    .signout-ctn {
        padding-right: 50px;
        padding-left: 30px;
    }
    body header {
        padding: 10px 0;
    }
}
@media (max-width: 480px) {
    body main .content-container {
        height: calc(100vh - 240px);
        padding-right: 0;
    }

    header .uk-grid-margin {
        margin-top: 20px!important;
    }
    #productGrid .item {
        display: grid;
        grid-template-columns: 4fr 5fr;
        grid-column-gap: 0px;
    }
    #productGrid .item .product-meta{
        display: none;
    }
    #productGrid .uk-margin-top.product-title {
        margin-top: 0!important;
    }
    #productGrid .productImg {
        min-height: 0;
    }
    #productGrid .uk-margin-top.product-title h3{
        font-size: 14px;
        min-height: 0;
    }
    #productGrid .color-select {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    body a.btn.basket {
         right: 80px;
    }
}
.product-detail .text-light-brown {
    height: 160px;
}

button.delete-btn.red-btn.view {
    background-color: #ff2727;
    border: 1px solid #ff2727;
}
button.delete-btn.red-btn.view:hover {
    color: #fff!important;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0fcee5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #069;
}

table.catalogue-list tr td:nth-child(1) {
    min-width: 200px;
}

table.catalogue-list td button.delete-btn {
    background-color: #ffae6f;
    border: 1px solid #ffae6f;
}
table.catalogue-list td button.delete-btn:hover {
    background-color: #fff;
    border: 1px solid #ffae6f;
    color: #ffae6f;
}

@media (max-width: 480px) {
    table.catalogue-list td a.btn.view{
        display: inline-block;
        margin-top: 10px;
    }
    div#productGrid .product-meta {
    padding-bottom: 15px;
    }
}
@media (max-width: 768px) {
  body a.btn.basket {
         right: 80px;
    }
    
}