body,
html {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Roboto', sans-serif,'Zawgyi-One';
    font-weight: 400;
    color: #222;
}
body{
    padding-right: 0 !important;
    padding-top: 74px;
}
h1,
h2,
h3,
h4 {
    font-weight: 600;
}

h6 {
    font-size: 0.85em;
}

ul {
    padding: 0;
    margin: 0;
}

.shopbycategory-right-gap {
    margin-bottom: 32px;
}
/*.shoppingcard .dropdown-menu{
    padding: 0px;
    max-height: 0px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
    display: block;
    border: 0px;
    margin-top: 2px;
}
.shoppingcard.open .dropdown-menu{
    max-height: 410px;
    transition: max-height 0.5s ease-in;
    }*/

    .shoppingcard .dropdown-menu{
        display: none;
        padding: 0px;
        border: 0px;
        margin-top: 2px;
    }
    .shoppingcard.open .dropdown-menu{
        display: block;
    }
    .shoppingcard .dropdown-menu > .cart-dropdown{

        max-height: 0px;
        transition: max-height 0.25s ease-out;
        overflow: hidden;
    }
    .shoppingcard.open .dropdown-menu > .cart-dropdown{
        max-height: 470px;
        transition: max-height 0.5s ease-in;
    }
    .full-height{
        min-height: calc(100vh - 276px);
    }
    a:hover,
    button:hover,
    input[type="submit"]:hover {
        cursor: pointer;
        text-decoration: none;
    }
    a.page-link:not([href]):not([tabindex]){
     color: #666;
 }
 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover{
    color: #ffffff;
}
a:not([href]):not([tabindex]){
    color: #ffffff;
}
.metismenu a:not([href]):not([tabindex]){
    color: #7b7984;
}
.profile-card a:not([href]):not([tabindex]){
    color: inherit;
}
.checkout-process-list a:not([href]):not([tabindex]){
    color: inherit;
}
.page-item.active a.page-link:not([href]):not([tabindex]){
 color: #fff;
}
a.theme-btn-grey:not([href]):not([tabindex]):focus, a.theme-btn-grey:not([href]):not([tabindex]):hover{
    background-color: #eaa5b3;
    color: #FFF;
    text-decoration: none;
}
html [type=button]{
    cursor: pointer;
}
a{
    color: #222;
}
a:hover{
    color: #222;
}
i {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.spaceword{

}
.close_card{
    position: absolute;
    top: -2px;
    right: 7px;
}
/*.breadcrumb-item a {
    text-transform: lowercase;
    display: inline-block;
}
.breadcrumb-item a:first-letter {
    text-transform: uppercase;
    }*/
    .menu-wrapper {
        width: 100%;
        margin: 0 auto;
        max-width: 1920px;
        padding: 0 40px;
    }

    .wrapper {
        width: 100%;
        margin: 0 auto;
        /* max-width: 1280px; */
        max-width: 1920px;
        padding: 0 40px;
    }

    .wrapper .container {
        width: 100%;
        max-width: 1200px;
    }
    .heart-icon{
        height: 55px;
    }
    .scrollitem{
        max-height: 260px;
        padding-right: 15px;
        margin-right: 0px;
        margin-left: -10px;
    }
    .fav-cart .scrollitem{
        max-height: 270px;
    }
    .simplebar-scrollbar:before{
      opacity: 0.5;
  }
  .simplebar-scrollbar:before,.simplebar-track.simplebar-vertical{
    width: 4px;
    border-radius: 16px;
}
.simplebar-track.simplebar-vertical{
    background: rgba(0,0,0,.15);
}
.simplebar-scrollbar{
    right: -3px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{
    top:0px;
}
.cart-text{
    font-size: 0.9em;
}
#sidebar.active[data-v-79e831cc]{
    margin-left: 0px !important;
}
input,
textarea,
.btn,
select {
    border-radius: 0 !important;
}
textarea,select,button{
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    appearance:none;
    outline: none;
}
button:focus,
input:focus,
a:focus,
figure:focus,figure:active,
input[type="search"]:focus,
input,
.form-control:focus,
select:focus {
    outline: none !important;
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
p{
    margin-bottom: 0.5rem;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-control:focus {
    border-color: #ced4da;
}

.breadcrumb {
    background: transparent;
}

.small-font {
    font-size: 13px;
}

.list-square li {
    list-style-type: square;
    margin-left: 25px;
}

.fa-2x {
    font-size: 2em;
}

/** HOMEAGE **/
#best-seller {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/****HAMBURGER****/

.sidebar {
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    background-color: #EF8354;
}
/*
.bar {
    display: block;
    height: 2px;
    width: 25px;
    background-color: #fff;
    margin: 10px auto;
}

.button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right {
    position: fixed;
    left: 20px;
    top: 5px;
}

.nav-right.visible-xs {
    z-index: 3;
}


.middle {
    margin: 0 auto;
}

.bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.button.active .top {
    -webkit-transform: translateY(15px) rotateZ(45deg);
    -moz-transform: translateY(15px) rotateZ(45deg);
    -ms-transform: translateY(15px) rotateZ(45deg);
    -o-transform: translateY(15px) rotateZ(45deg);
    transform: translateY(15px) rotateZ(45deg);
}

.button.active .bottom {
    -webkit-transform: translateY(-15px) rotateZ(-45deg);
    -moz-transform: translateY(-15px) rotateZ(-45deg);
    -ms-transform: translateY(-15px) rotateZ(-45deg);
    -o-transform: translateY(-15px) rotateZ(-45deg);
    transform: translateY(-15px) rotateZ(-45deg);
}

.button.active .middle {
    width: 0;
}

.move-to-left {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
    } */


/* nav {
  padding-top: 30px;
  } */

  .sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
}

.sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
}

.sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
}

.sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item:last-child {
    -webkit-transition: all .7s .8s ease-in-out;
    -moz-transition: all .7s .8s ease-in-out;
    -ms-transition: all .7s .8s ease-in-out;
    -o-transition: all .7s .8s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
}

.sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.sidebar-anchor:hover:before {
    width: 100%;
}

.ua {
    position: absolute;
    bottom: 20px;
    left: 60px;
}

.fa {
    font-size: 1.4em;
    color: #EF8354;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.ua:hover .fa {
    color: #FFF;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.font-bold{
    font-weight: bold;
}
.onhigh{
    font-size:  1.2rem;
}
@media (min-width: 480px) {
    .nav-list {
        display: block;
    }
}

@media (min-width: 768px) {
    .nav-right {
        position: absolute;
    }
    .hidden-xs {
        display: block;
    }
    .visible-xs {
        display: none;
    }
}



/****SIDEBAR NAV***/

.menu-button {
    width: 28px;
    height: 2px;
    background: #fff;
    margin: 23px 10px 23px 0;
}

.menu-button:before {
    display: block;
    content: "";
    width: 28px;
    height: 2px;
    box-shadow: 0 -8px 0 0 #fff, 0 8px 0 0 #fff;
}


.sidebar-nav {
    background: #212529;
}

.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #343a40;
}


#sidebar {
    width: 90%;
    left: -100%;
    max-width: 250px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #222;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}
.sidebar-header{
   border-bottom: 1px solid #cccccc;
}
.sidebar-header .navbar-brand {
    padding: 10px 20px;
}

.snb-close span {
    display: inline-block;
    position: absolute;
    top: 16px;
    left: 5px;
    width: 19px;
    height: 2px;
    background: #3e3e3e;
}

.snb-close span:nth-child(1) {
    transform: rotate(45deg);
}

.snb-close span:nth-child(2) {
    transform: rotate(-45deg);
}

#dismiss {
    /* width: 35px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; */
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.mobile-nav .overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    /* background: rgba(0, 0, 0, 0.7);*/
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.metismenu {
    /* background: #212529; */
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*.metismenu ul {
    background: #fddbe8;
    }*/


/* .sidebar-nav .metismenu li + li {
  margin-top: 5px;
}

.sidebar-nav .metismenu li:first-child {
  margin-top: 5px;
}
.sidebar-nav .metismenu li:last-child {
  margin-bottom: 5px;
  } */
  .metismenu span,#sidebarCollapse{
    cursor: pointer;
}
.metismenu>li {
    /*-webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.metismenu >li >a,.metismenu >li >span{
    font-size: 20px;
    font-weight: lighter;
}
.metismenu a ,.metismenu span{
    position: relative;
    display: block;
    padding: 10px 15px;
    /* color: #e41e2d; */
    /* color: #f588b2; */
    /*color: #e85f94;*/
    color: #7b7984;
    outline-width: 0;
    transition: all .3s ease-out;
}

.metismenu ul a,.metismenu ul span {
    padding: 10px 15px 10px 30px;
    color: #222;
}

.metismenu ul ul a,.metismenu ul ul span {
    padding: 10px 15px 10px 45px;
    color: #222;
}

.metismenu a:hover,
.metismenu a:focus,
.metismenu a:active ,.metismenu span:hover,
.metismenu span:focus,
.metismenu span:active{
    /* color: #f8f9fa; */

    text-decoration: none;
    /*  background: #f588b2; */
    /*background: #fdbdd5;*/

}
.metismenu > li > ul > li >a,.metismenu > li > ul > li >span{
    font-size: 18px;
    font-weight: lighter;
}
.metismenu > .active >a,.metismenu li > .active,.metismenu > .active >a:not([href]):not([tabindex]),.metismenu li > .active,.metismenu li > .active,.metismenu li > .active{
    color: #ffffff;
    background-color: #eaa5b3;
}
.metismenu > .active > ul > li >a:hover,.metismenu > .active > ul > li >a:focus,.metismenu > .active > ul > li >a:active,.metismenu > .active > ul > .active >a,.metismenu > .active > ul > .active > ul li a:hover,.metismenu > .active > ul > .active > ul li a:focus,.metismenu > li > ul li .active,.metismenu > .active > ul > li >a:not([href]):not([tabindex]):hover,.metismenu > .active > ul > li >a:not([href]):not([tabindex]):focus,.metismenu > .active > ul > li >a:not([href]):not([tabindex]):active,.metismenu > .active > ul > .active >a:not([href]):not([tabindex]),.metismenu > .active > ul > .active > ul li a:not([href]):not([tabindex]):hover,.metismenu > .active > ul > .active > ul li a:not([href]):not([tabindex]):focus,.metismenu > li > ul li .active,
.metismenu > .active > ul > li >span:hover,.metismenu > .active > ul > li >span:focus,.metismenu > .active > ul > li >span:active,.metismenu > .active > ul > .active > ul li span:hover,.metismenu > .active > ul > .active > ul li span:focus,.metismenu > li > ul li .active,.metismenu > .active > ul > li >span:not([href]):not([tabindex]):hover,.metismenu > .active > ul > li >span:not([href]):not([tabindex]):focus,.metismenu > .active > ul > li >span:not([href]):not([tabindex]):active,.metismenu > .active > ul > .active > ul li span:not([href]):not([tabindex]):hover,.metismenu > .active > ul > .active > ul li span:not([href]):not([tabindex]):focus,.metismenu > li > ul li .active{
    color: #ffffff;
    background: #cccccc;
}
.v-sidebar-menu .vsm-arrow.open-arrow{
    transform: none !important;
}
.vsm-arrow:after,.vsm-arrow:before{
    transition: all .3s ease-out;
}
.metismenu .has-arrow:after,.vsm-arrow:after{
    border-width:0px !important;
    transform: rotate(0deg) translateY(-50%) !important;
    content: " " !important;
    font-weight: 400;
    height: 15px !important;
    width: 2px !important;
    background-color: #7b7984;
}
.vsm-arrow:after{
    position: absolute;
    right: 18px;
}
.metismenu .has-arrow:before,.vsm-arrow:before{
    width: 15px !important;
    height: 2px !important;
    content: " ";
    position: absolute;
    right: 14px;
    top: 50%;
    background-color: #7b7984;
    transform: translateY(-50%) !important;
}
.metismenu ul li .has-arrow:before,.vsm-arrow:before{
    right: 12px;
}
.vsm-arrow.open-arrow:after{
    display: none !important;
}
.metismenu .active>.has-arrow:after, .metismenu .has-arrow[aria-expanded=true]:after{
    content: " " !important;
    transform: rotate(90deg) translateY(-50%) !important;

}
.metismenu .active>.has-arrow:before, .metismenu .has-arrow[aria-expanded=true]:before,.vsm-arrow.open-arrow:before{
    background-color: #ffffff;
}
/*.vsm-arrow.open-arrow:before,a:hover .vsm-arrow.open-arrow:before,a:hover .vsm-arrow:before,a:hover .vsm-arrow:after,.metismenu li:hover > .has-arrow:before,.metismenu li:focus > .has-arrow:before,.metismenu li:active > .has-arrow:before,.metismenu li:hover > .has-arrow:after,.metismenu li:focus > .has-arrow:after,.metismenu li:active > .has-arrow:after{
    background-color: #ffffff !important;
    }*/
    /****Mobile Navigation*****/

    .mobile-nav {
        font-family: 'Roboto', sans-serif;
        width: 100%;
        height: 50px;
        /* border-bottom: 1px solid #ddd; */
        background-color: #7b7984;
    }

    .mobile-nav .navbar-brand img,
    #sidebar .navbar-brand img {
        max-width: 130px;
        /* margin-top: 5px; */
    }

    .mobile-nav ul,
    #sideNav ul,
    #sideNav ul ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mobile-nav ul.nav{
        height: 50px;
        display: inline-block;
        float: right;
    }
    .mobile-nav ul.nav a.dropdown-toggle{
        height: 47px;
        display: block;
    }
    .mobile-nav li {
        margin: 0;
        float: left;
        /*  border-right: 1px solid #ddd; */
        font-size: 18px;
        height: 50px;
    }
    .mobile-nav li a{
        height: 50px;
    }
    .nav-item  .nav-link.dropdown-toggle:hover ~ .dropdown-menu,.nav-item  .nav-link.dropdown-toggle:hover .dropdown-menu,.nav-item:hover .dropdown-menu{
        display: block;
    }
    .mobile-nav a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 7px 20px;
        /* height: 59px; */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        line-height: 35px;
    }

    /* .mobile-nav a:hover, */
    #sideNav a:hover {
        color: #ffffff;
        background-color: #5b6064;
    }

    #sideNav,
    #sideNav.showHalfMenu,
    #sideNav.showFullMenu,
    #sideNav ul ul li,
    #sideNav.showFullMenu ul ul li {
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    #sideNav {
        position: fixed;
        left: -60px;
        top: 59px;
        width: 60px;
        height: 100%;
        background-color: #fafafa;
        /* background-color: #7b7984; */
        overflow-y: auto;
        z-index: 16;
    }

    #sideNav.showHalfMenu {
        left: 0;
    }

    #sideNav.showFullMenu {
        left: 0;
        width: 90%;
    }




    /****Navigation*****/

    .komy-nav .navbar-brand img {
        max-width: 188px;
    }

    .komy-nav {
        background: #7b7984;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .komy-nav ul li a,
    .komy-nav .dropdown-menu,
    .shop-menu ul li a,.mobile-shop {
        font-weight: 500;
        font-size: 0.9rem;
    }

    .komy-nav ul li a,
    .shop-menu ul li a {
        color: #fff;
        text-transform: uppercase;
    }

    .komy-nav .nav-link {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .nav-link {
        padding: 1.5rem 1rem;
    }


.navbar {
    padding: 0;
}
.navbar-nav>.nav-item .nav-link {
    border-bottom: 3px solid transparent;
    transition: border-bottom .5s;
}









    .navbar-nav>.nav-item .nav-link:hover,
    .navbar-nav>.nav-item .nav-link.active {
        border-bottom: 3px solid #eaa5b3;
    }

    .navbar-nav>li.nav-item:hover>a {
        color: #fff;
    }

    .dropdown-menu.large {
        border-radius: 0;
        width: 380px !important;
    }

    .dropdown-menu-right{
        top: 95%;
    }

/* .skin-care{
    left: 0;
    } */

    .dropdown-menu.extra-large {

    }

    .dropdown-menu div>a,
    .dropdown-menu>a {
        color: #504e56;
        font-weight: 700 !important;
        display: inline-block;
    }

    .dropdown-menu div>a {
        padding: 12px 20px;
    }

    .dropdown-menu>a {
        padding: .45rem 1.5rem;
    }
    .dropdown-menu div>a.theme-btn, .dropdown-menu>a.theme-btn{
        font-weight: normal !important;
        padding: 0.55rem 2rem;
    }
    .dropdown-menu {
        margin-top: -1px;
        border-radius: 0;
        -moz-box-shadow: 0 8px 45px -20px #000;
        -webkit-box-shadow: 0 8px 45px -20px #000;
        box-shadow: 0 8px 45px -20px #000;
    }

    .dropdown-menu ul {
        margin: 0 0 0 20px;
        list-style-type: none;
    }

    .dropdown-menu ul li a {
        /* color: #888 !important; */
        font-size: 90%;
        display: inline-block;
        padding: 4px 0 !important;
        text-transform: capitalize;
    }

    .dropdown-item {
        transition: all .5s;
    }
    .dropdown-menu ul li a:hover,
    .dropdown-item:hover {
        color: #f588b2 !important;
    }

    .dropdown-item:active,.dropdown-item.active{
        background-color: #f8f9fa;
    }

    .shop-menu {
        float: right;
    }

    .shop-menu .dropdown-toggle::after,
    .mobile-nav .dropdown-toggle::after {
        display: none;
    }

    .shop-menu li .no-padding.nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shop-menu li {
        list-style-type: none;
        float: left;
        padding: 22px 10px;
        vertical-align: middle;
    }

    .shop-menu li:last-child {
        padding-right: 0;
    }

    .shop-menu .dropdown-menu {
        right: 0;
        left: auto;
        width: auto;
        margin-top: 0px;
    }

    .shop-menu .dropdown-menu .price {
        color: #222;
        font-size: 11px;
    }

    .shop-menu .dropdown-menu *,
    .komy-nav .dropdown-menu * {
        color: #504e56;
    }
    .shop-menu .dropdown-menu .listing-price,.mobile-shop .dropdown-menu .listing-price{
        position: relative;
        color: #eaa0a2;
        left: 0;
        top: 0;
    }
    .menu-vertical-line {
        border-right: 1px solid rgba(0, 0, 0, .1);
        min-width: 150px;
    }
    .menu-vertical-line:last-child{
        border-right: 0px;
    }

    .shop-menu .cart-dropdown {
        min-width: 350px;
    }

    .cart-dropdown {
        padding: 30px 25px;
        border: 1px solid rgba(0,0,0,.15);
    }


/* .cart-dropdown .item-scroll{
    max-height: 250px;
    overflow-y: scroll;
    } */

    .cart-dropdown .item-scroll p {
        margin-bottom: 0;
    }

    .cart-dropdown img {
        max-height: 80px;
    }

    .signin {
        display: inline-block;
        /* padding-top: 5px; */
    }

    #signin .form-control,
    #signup .form-control,
    .modal-content input {
        font-size: 14px;
        font-weight: 500;
    }

    #signin input[type="checkbox"],
    #signup input[type="checkbox"],
    #ConfirmCheckoutModal input[type="checkbox"] {
     border: 1px solid #ced4da;
     padding: 6px;
 }
 .breadcrumb-item.active a{
    color: #6c757d !important;
}
#signin a:hover,
#signup a:hover {
    color: #eaa0a2 !important;
}
.custom-checkbox .custom-control-label::before{
    border-radius: 2px;
    background-color: transparent;
    border:1px solid #ced4da;
}
.custom-control-label::before,.custom-control-label::after{
    top: 0.15rem;
}

/*********************/


/* #signin .form-group ,
#signup .form-group{
  position: relative;
  margin-bottom: 1.5rem;
}

#signin .form-control-placeholder,
#signup .form-control-placeholder{
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}
#signin .form-control:focus,
#signup .form-control:focus,
#signin .form-control:valid,
#signup .form-control:valid{
    padding: 1em 1em 0 1em;
}
#signin select, #signup select{
    padding: 0 1em !important;
}
#signin .form-control:focus,
#signup .form-control:focus{
    border: 1px solid #999;
}

#signin .form-control:focus + .form-control-placeholder,
#signup .form-control:focus + .form-control-placeholder,
#signin .form-control:valid + .form-control-placeholder,
#signup .form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -20%, 0);
  opacity: 1;
  } */

/* #signin .form-control,
#signup .form-control {
    height: calc(2.25rem + 8px);
}

:root {
    --input-padding-x: 0.5rem;
    --input-padding-y: 0.5rem;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group>input {
    font-size: 1.5em;
    font-weight: 700 !important;
}

#signin select,
#signup select,
.form-label-group>input {
    color: #222 !important;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x);
    text-align: left;
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    border: 1px solid transparent;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 9px;
    color: #777;
    } */


    /*********************/


/* #signin .form-group, #signup .form-group{
    margin-bottom: 1.5rem;
    } */

    .shop-count {
        background: #f588b2;
        width: 20px;

        height: 20px;
        line-height: 20px;

        border-radius: 50px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        top: 10px;
        right: 0px;
        text-align: center;
        vertical-align: middle;
    }

    .cart-count {
        right: 5px;
    }


    /***SEARCH****/

/* .searchbardiv {
    display: block;
    position: fixed;
   background: #7D1935;
    top: 50px;
    right: 0px;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: 0px;
    } */

    .buttonsearch {
        /* position: fixed; */
        top: 18px;
        float: right;
        right: 0px;
        /*  margin-right: 10px; */
        background-color: transparent;
        border: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .buttonsearch:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

    .buttonsearch:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

    #formsearch {
        display: none;
    }

    .glyphicon.glyphicon-search {
        font-size: 18px;
    }

    .close-search {
        position: absolute;
        right: 45px;
        top: 35px;
        z-index: 10;
    }

    .delete-icon {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        /* background: #eae9e9; */
        background: #504e56;
        border-radius: 50px;
        width: 20px;
        height: 20px;
        text-align: center;
        /*  border: 1px solid #b0b0b0; */
    }

    .delete-icon img {
        width: 50% !important;
        padding-bottom: 5px;
    }

    .close-search i ,
    .close-search1 i{
        color: #666;
        font-size: 1.2em;
    }

    #searchbox, #searchbox1 {
        box-shadow: none;
        letter-spacing: 3px;
        text-align: center;
        font-size: 1.5em;
        /* opacity: 0.3; */
    /* position: absolute;
    top: 0;
    width: 100%; */
}

.form-control {
    border-radius: 0;
}

#searchbox.form-control{
    padding: 45px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#searchbox1.form-control{
    padding: 27px;
}

#searchbox:hover,
#searchbox1:hover {
    box-shadow: none;
}

input#searchbox:focus::-webkit-input-placeholder {
    color: #d5d5d5 !important;
}

input#searchbox:focus:-moz-placeholder {
    color: #d5d5d5 !important;
}


/* FF 4-18 */

input#searchbox:focus::-moz-placeholder {
    color: #d5d5d5 !important;
}


/* FF 19+ */

input#searchbox:focus:-ms-input-placeholder {
    color: #d5d5d5 !important;
}


/* IE 10+ */


/*****HOME******/


/***************/

.grey-bg {
    background: #7b7984;
    padding: 55px 35px;
}

.bath-product-bg {
    /* background: url('../images/bath-product-bg.jpg') no-repeat center right; */
    background: url('../images/home-grid-bg1.jpg') no-repeat center right;
    background-size: cover;
}

.sale-product-bg {
    /* background: url('../images/sale-product-bg.jpg') no-repeat center right; */
    background: url('../images/home-grid-bg2.jpg') no-repeat center right;
    background-size: cover;
}


/* .bath-product-bg,
.sale-product-bg{
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
}
.bath-product-bg:hover,
.sale-product-bg:hover{
    box-shadow: inset 0 0 0 25px rgba(0,0,0,0.5);
    opacity: 0.9;
    } */

    .product-btn {
    /* position: absolute;
    left: auto;
    right: auto;
    margin: 0;
    bottom: 20px; */
}


/****CAROUSEL****/

.carousel-caption {
    text-align: right;
    /* background: rgba(0, 0, 0, 0.5); */
    top: 0;
    bottom: auto;
    text-transform: uppercase;
}


/*** INDICATOR ***/

.carousel-indicators.slick-dots,.banner-slide .slick-dots{
    position: absolute;
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center
}

.carousel-indicators.slick-dots li,.banner-slide .slick-dots li{
    display: inline-block;
    margin: 0;
}

.carousel-indicators.slick-dots a,.banner-slide .slick-dots a{
    display: inline-block;
    /* position: relative; */
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #7b7984;
    border-radius: 50%;
    cursor: pointer;
    background: 0 0
}

.carousel-indicators.slick-dots a .side,.banner-slide .slick-dots a .side{
    display: block;
    overflow: hidden;
    position: absolute;
    width: 50%;
    height: 100%
}

.carousel-indicators.slick-dots a .side .fill,.banner-slide .slick-dots a .side .fill{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #7b7984;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

.carousel-indicators.slick-dots a .side.side-left,.banner-slide .slick-dots a .side.side-left {
    left: 0
}

.carousel-indicators.slick-dots a .side.side-left .fill,.banner-slide .slick-dots a .side.side-left .fill {
    left: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
}

.carousel-indicators.slick-dots a .side.side-right,.banner-slide .slick-dots a .side.side-right {
    left: 50%
}

.carousel-indicators.slick-dots a .side.side-right .fill,.banner-slide .slick-dots a .side.side-right .fill {
    left: -100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
}

.carousel-indicators.slick-dots a .side .fill ,.banner-slide .slick-dots a .side .fill{
    background: 0 0;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 1;
}

.carousel-indicators.slick-dots .active a .side .fill,.banner-slide .slick-dots .slick-active a .side .fill{
    background: #7b7984;
}

.carousel-indicators.slick-dots .active a .side.side-left .fill,.banner-slide .slick-dots .slick-active a .side.side-left .fill{
    animation-name: ui-spinner-rotate-left
}

.carousel-indicators.slick-dots .active a .side.side-right .fill,.banner-slide .slick-dots .slick-active a .side.side-right .fill{
    animation-name: ui-spinner-rotate-right
}

.carousel-indicators.slick-dots .active.back a .side.side-left .fill,.banner-slide .slick-dots .slick-active a .side.side-left .fill{
    animation-name: ui-spinner-rotate-left-back
}

.carousel-indicators.slick-dots .active.back a .side.side-right .fill,.banner-slide .slick-dots .slick-active a .side.side-right .fill {
    animation-duration: .5s;
    animation-name: ui-spinner-rotate-right-back
}

@keyframes ui-spinner-rotate-right {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

@keyframes ui-spinner-rotate-left {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(180deg)
    }
}

@keyframes ui-spinner-rotate-right-back {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes ui-spinner-rotate-left-back {
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(0)
    }
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li,
.carousel-indicators .active {
    /* width: 15px;
    height: 15px;
    border: 1px solid #f588b2;
    border-radius: 50px; */
    background-color: transparent;
}
.box-highlight .cart-item:last-child > hr{
    display: none;
}

/* .carousel-indicators .active {
    background-color: #f588b2;
    } */


    /****BEST PICK*****/

    .best-pick .card,
    .grid,
    #product-listing .card {
        background: #fff;
        /*box-shadow: 0 0 50px #ddd;*/
        /* padding: 15px; */
        padding-bottom: 20px;
        /*  margin-bottom: 35px; */
        border: none;
        border-radius: 0;
    }

    #product-listing .card-title {
        text-transform: uppercase;
    }
    .adjust-btn{
        padding: 0.6rem 0.8rem !important;
        width: 100px;
    }
    .expire-body{
        width: 360px;
    }
    .listing-price,.card-price {
        display: block;
        position: absolute;
        left: 15px;
        bottom: 20px;
    }
    .checkout-step-3 .card-price{
        right: 15px;
    }
    figure.effect-milo img {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        display: block;
        margin: auto;
    }

    figure.effect-milo:hover img {
        /* opacity: 0.5; */
    }

    .discount {
        position: absolute;
        top: 30px;
        right: 1px;
        background: #eaa5b3;
        color: #fff;
        width: 60px;
        line-height: 18px;
        padding: 5px;
        text-align: center;
        z-index: 3;
        word-spacing: -2px;
    }

    .status {
        color: #eaa0a2;
        font-weight: 500;
        /*text-transform: uppercase;*/
        min-height: 21px;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-pills {
        border-top: 1px solid #cac9ce;
    }

    .nav-pills .nav-link {
        color: #7b7984;
        border: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .nav-pills .nav-link {
        border-top: 2px solid transparent;
    }

    .nav-pills .nav-link.active,
    .nav-pills .nav-link:hover,
    .nav-pills .show>.nav-link {
        background: none;
        border-top: 2px solid #eaa5b3;
        color: #eaa5b3;
    }



    /*** BEST SELLER ***/

    #best-seller .card,
    .suggest-product .card {
        border: 0;
    }



    /***WHAT's HOT***/

    .whathot .card,
    .best-pick .card {
        display: block;
    }

    .whathot .card {
        margin-bottom: 30px;
        background: transparent;
        border: none;
    }

    .whathot .overlay:hover {
        cursor: pointer;
    }

    .whathot ul {
        list-style: none;
        position: relative;
        float: left;
        display: block;
        left: 50%;
    }

    .whathot ul li {
    /* list-style-type: none;
    float: inline-block; */
    padding: 10px 20px;
    position: relative;
    float: left;
    display: block;
    right: 50%;
}

.fa-3x {
    font-size: 3rem;
}

article section {
    padding: 35px 0;
}



/*****ORDER HISTORY*****/

#order-history .nav-link,
#product-detail .nav-link {
    padding: .9rem 1.7rem;
    transition: all .5s;
}



/***Login****/

.fb-box {
    background: #3a5998;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.fb-box:hover{
    background-color: #eaa5b3;
    color: #ffffff;
}
#signin .fb-box a:hover,#signup .fb-box a:hover{
    color: #ffffff !important;
}
.login-modal .fb-box a{
    width: 100%;
    display: block;
    padding: 7px;
}
.login-modal .fb-box a,
.login-modal .fb-box a:hover {
    color: #fff;

}
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
}
.login-modal .theme-btn-grey {
    padding: 0.7rem 0.8rem !important;
}

.fb-box i {
    font-size: 1.5em;
    padding-right: 10px;
    vertical-align: middle;
}

.login-modal .modal-content,
.modal-content {
    border-radius: 0;
    font-size: 14px;
}
.expire-body .modal-content{
    padding: 2rem;
}
.expire-body .modal-content p{
    margin-bottom: 2rem;
}
.login-modal .modal-body {
    padding: 0;
}

.login-modal a {
    color: #7b7984;
}

/* .login-close-btn{
    position: absolute;
    top: -10px;
    right: -15px;
    border: 1px solid #333;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    } */

    .login-close-btn {
    /* position: absolute;
    border: 1px solid #333;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -15px; */
    position: absolute;
    top: -30px;
    right: 0;
    background: #a8a8a8 !important;
    width: 100px;
    padding: 5px;
    border: 0;
    color: #fff;
}


.sign-in,
.sign-up {
    text-transform: uppercase;
    font-weight: 600;
    /* font-size: 1.3em; */
}
.borderleft{
    border-left: 2px solid #63626c;
}

/****PRODUCT LISTING***/

/* .product-listing-banner {
    background: url('../images/product-listing-banner.jpg') no-repeat;
    background-size: cover;
    min-height: 150px;
    } */

    .pro-list li {
        padding: 7px 0;
    }

    .pro-list ul li ul {
        margin-left: 45px;
    }

/*.item-price-group {
    min-height: 55px;
    margin-top: 15px;
    }*/

    .item-price-group .item-price {
        margin-bottom: 3px;
    }


    /****PRODUCT DETAIL***/

    .favourite-wrapper {
        border: 1px solid rgb(169, 169, 169);
    }

    .share i.fa-facebook-square:hover {
        color: #3b5998;
    }

    .fb-share {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #73717a;
        border-radius: 50px;
        vertical-align: middle;
        text-align: center;
    }

    .ig-share {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #73717a;
        border-radius: 50px;
        vertical-align: middle;
        text-align: center;
    }

    .fb-share i.fa-facebook-f,
    .ig-share i.fa-instagram {
        color: #fff;
        padding-top: 9px;
    }

    .ig-share:hover {
        background: #8a3ab9;
    }

    .fb-share:hover {
        background: #3b5998;
    }

    .ig-share, .fb-share {
        transition: background .5s;
    }

/* #product-detail .nav-fill .nav-item {
    flex: 0 auto;
    } */
    #order-history .nav-fill .nav-item {
        width: 33.33%;
    }
    .product-detail-banner {
    /* background: url('../images/product-detail-banner.jpg') no-repeat;
    background-size: cover;
    height: 300px;*/
}

.product-detail-option{
    padding-bottom: 20px;
}
.product-detail-description,
.product-detail-option,
.product-detail-qty {
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */

}

.product-detail-description {
    min-height: 50px;
    margin-bottom: 2rem;
}

.product-detail-option-wrapper {
    min-height: 125px;
}

/*.product-detail-qty,
.product-detail-option {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-detail-qty {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
*/
#product-detail .theme-btn {
    padding: 0.6rem 2rem 0.4rem;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	position: relative;
}

.position-relative {
	position: relative;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.preview-pic.tab-content {
    overflow: hidden;
}
.preview-pic .tab-pane{
    width:100%;
    /*height: 360px;*/
}
.preview-pic img {
    /* width: 100%; */
    /* -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; */
}

.item-price{
    margin-top: 20px;
}

/***Slick***/
.slick-next, .slick-prev{
    height: 25px !important;
}
.slick-next:before,
.slick-prev:before {
    content: '' !important;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.slick-next:before {
    background: url('../images/right-arrow.png') no-repeat;
}

.slick-prev:before {
    background: url('../images/left-arrow.png') no-repeat;
}



/****CHECKOUT****/


/* .checkout-process-list:after{
    width: 80%;
    content: " ";
    background-color: #eaa0a2;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 1px;
    z-index: -1;
    transform: translate(-50%, -50%);
    } */

    .checkout-process-list a {
        color: #c9c9c9;
        font-weight: 600;
    }

    .checkout-process-list span {
        border: 2px solid #eaa5b3;
        background: #fff;
        text-align: center;
        vertical-align: middle;
        font-size: 14px;
        margin-right: 5px;
        width: 35px;
        height: 35px;
        padding: 5px 0;
        display: inline-block;
        border-radius: 50px;
    }

    .checkout-process-list a.active span {
        border: 2px solid #7b7984;
        background: #7b7984;
    }

    .checkout-process-list a:hover,
    .checkout-process-list a.active {
        color: #232935;
    }

    .checkout-process-list a.active span {
        color: #fff;
    }


/* .checkout-rightbox{
    border: 1px solid #777777;
    } */

    .checkout-step-1 table th {
        text-transform: uppercase;
    }

    .checkout-step-1 table td {
        vertical-align: middle;
        height: 130px;
    }

    .checkout-step-1 table p,
    .checkout-step-1 p,
    .checkout-step-2 p,
    .checkout-step-3 p,
    .wishlist p {
        margin: 0;
    }

    .checkout-step-1 p span.choose-color,
    p span.choose-color {
        background: pink;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50px;
        vertical-align: middle;
        margin-right: 7px;
    }

    .checkout-step-1 .theme-select:after {
        /* top: 30%; */
        right: 10px;
    }

    .checkout-step-1 .product-name,
    .checkout-step-3 .product-name,
    .product-name {
        font-size: 0.9em;

    }
    #product-listing .product-name{
        min-height: 42px;
    }
    #best-seller .product-name{
        min-height: 63px;
    }

    .checkout-step-3-info label {
        width: 180px;
    }

    .checkout-step-3-info span {
        font-weight: 600;
    }

    .required {
        color: red;
    }

    .checkout-step-2 input::-webkit-input-placeholder,
    .checkout-step-2 textarea::-webkit-input-placeholder {
        color: #c9c9c9 !important;
    }

    .checkout-step-2 input:-moz-placeholder,
    .checkout-step-2 textarea:-moz-placeholder {
        color: #c9c9c9 !important;
    }


    /* FF 4-18 */

    .checkout-step-2 input::-moz-placeholder,
    .checkout-step-2 textarea::-moz-placeholder {
        color: #c9c9c9 !important;
    }


    /* FF 19+ */

    .checkout-step-2 input:-ms-input-placeholder,
    .checkout-step-2 textarea:-ms-input-placeholder {
        color: #c9c9c9 !important;
    }


    /* IE 10+ */

    .checkout-step-2 table th {
        padding: .75rem 0;
    }


/* #ConfirmCheckoutModal form{
    padding-top: 12px;
    } */

    .vertical-line:after {
        content: "";
        position: absolute;
        /* z-index: -1; */
        top: 0;
        bottom: 0;
        left: 50%;
        border-left: 1px solid #999;
        transform: translate(-50%);
    }

    .vertical-line div {
        border: 1px solid #999;
        background: #fff;
        padding: 10px;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #ConfirmCheckoutModal .modal-content {
        /* width: 85%; */
    }


/* .panel-title > a.tog-link:before {
    float: left !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed.tog-link:before {
    float: left !important;
    content:"\f067";
    } */

    .panel-title>a:hover,
    .panel-title>a:active,
    .panel-title>a:focus {
        text-decoration: none;
    }

    .remove-btn {
        position: absolute;
        top: 20px;
        right: 25px;
        /* right: 10px; */
    }

    .remove-btn a,
    .seemore-btn,
    .remove-wishlist,
    .underline {
        text-decoration: underline !important;
    }
    .remove-wishlist{
        float: right;
        clear: both;
    }

    a.seemore-btn:hover {
        color: #eaa0a2 !important;
    }

    .box-highlight {
        box-shadow: 0 0 50px #ddd;
        border-bottom: 1px solid #ddd;
    }

    .box-highlight img {
        max-width: 120px;
        width: 100%;
    }

    .checkout-step-2 .theme-select select {
        padding: 10px 15px;
    }



    @-webkit-keyframes opacity {
        0% {
            opacity: 0;
            -webkit-transform: scale(3);
            transform: scale(3);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    @keyframes opacity {
        0% {
            opacity: 0;
            -webkit-transform: scale(3);
            transform: scale(3);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }



    /****  floating-Lable style start ****/
    .floating-label {
      position: relative;
      margin-bottom: 25px;

  /* border: 1px solid #ddd;
  padding: 30px 0 0; */
}
.floating-input , .floating-select {
  font-size: 15px;
  padding: 10px 10px 0;
  display: block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: none;
  border: 1px solid #ced4da;
}

.floating-input:focus , .floating-select:focus {
    outline:none;
    border-bottom: 1px solid #eaa5b3;
}

.floating-label label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

/* .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-18px;
  } */

  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label,
  .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label,.floating-select.have-data ~ label{
      /* top:-18px; */
      top: 0 !important;
      color: #999;
  }
  .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label,
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label,.floating-select.have-data ~ label{
    color: #999;
    /* font-weight: 700; */
    font-size: 11px;
}
#signin .floating-input:focus ~ label, #signin .floating-input:not(:placeholder-shown) ~ label,
#signup .floating-input:focus ~ label, #signup .floating-input:not(:placeholder-shown) ~ label {
  /* top:-10px; */
  top: 2px;
}

#signin .floating-select:focus ~ label , #signin .floating-select:not([value=""]):valid ~ label,
#signup .floating-select:focus ~ label , #signup .floating-select:not([value=""]):valid ~ label {
  /* top:-10px; */
  top: 2px;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 45px;
   max-height: 260px;
   overflow:hidden;
   overflow-x: hidden;
}
.floating-textarea.textarea-deli{
 min-height: 80px;
}
/* highlighter */
.highlight {
  position:absolute;
  height:50%;
  width:100%;
  top:15%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to    { width:0; background:transparent; }
}

/****  floating-Lable style end ****/


/***PRODUCT SWATCHES***/

.product-swatches li {
    list-style-type: none;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50px;
}
.product-swatches li a{
    padding: 3px;
    border-radius: 50%;
}
.preview-thumbnail li a,
.product-swatches li a{
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    display: inline-block;
}
.product-swatches li a:active,
.product-swatches li a.active,
.preview-thumbnail li a.active{
    border-color: #222;
}
.red {
    background: #d51a1a;
}

.dark-pink {
    background: #e3214b;
}

.purple {
    background: #a7598f;
}

.pink {
    background: #f4a6bc;
}

.brown {
    background: #d1a8ae;
}

.dark-purple {
    background: #463152;
}



/***SUGGEST PRODUCT***/


/* .suggest-product .card{
    background: transparent;
    border: 0;
    margin: 15px;
    border-radius: 0;
    padding-bottom: 15px;
    } */


    /***THEME SELECT****/


/* .product-detail-des .theme-select:after{
    height: 15px !important;
    } */

    #product-listing .theme-select {
        min-width: 190px;
    }

    .theme-select,.theme-input {
        position: relative;
        display: inline-block;
    }
    .theme-input{
        width: 95px;
    }

    .theme-select-small {
        min-width: 70px;
    }

    .theme-select-default {
        width: auto !important;
    }

    .theme-select:after {
        position: absolute;
        content: '';
        background: url("../images/dropdown.png") no-repeat;
        width: 17px;
        height: 10px;
        right: 25px;
        top: 50%;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        z-index: -1;
    }
    .account-select:after {
        background: url("../images/dropdown-white.png") no-repeat;
    }
    .qty-select:after {
        width: 25px;
    }
    .theme-select select{
        background: transparent;
    }
    .theme-select select,.theme-input input {
        font-size: 0.9em;
        /* color:var(--blue); */
        border: 1px solid #ced4da;
        padding: 9px 30px 9px 10px;
        width: 100%;
        cursor: pointer;
        text-indent: 1px;
        text-overflow: '';
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;

        /* color: #a1a0a6 !important; */
        font-size: 16px;
        text-transform: uppercase;
    }
    .theme-input input{
       padding: 9px 10px 9px 10px;
   }
   .account-select:after{
    z-index: 1;
}
.account-select select{
    background: #7b7984;
    color: #ffffff;
    border: 1px solid transparent;
}
.select-changer-box .select-changer:not(:first-child) {
    display: none;
}

.best-pick-select-wrap .theme-select select {
    padding: 15px;
    color: #eaa5b3;
    border: 1px solid #eaa5b3;
}

.select-change:focus,
.select-change:visited,
.select-change.active li {
    border: 2px solid #666;
    display: inline-block;
}

.pro-list-sort-box,
.brand-search-box {
    padding: 5px;
    color: #a1a0a6 !important;
    font-size: 14px;
}

.line {
    border-top: 3px solid #eaa5b3;
    margin: 10px 0;
}

#product-listing .pro-list .card {
    border: none;
    box-shadow: none;
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 10px;
}

#product-listing .pro-list .card-body a {
    color: #7b7984;
}

#product-listing .pro-list .card-body {
    padding: 0 1.25rem;
}

.pro-list .card-header {
    /* margin: 10px 0 0; */
    background: none;
    border-top: 3px solid #eaa5b3;
    padding: 0;
    /* background: #0072bc; */
    color: #eaa5b3;
    border-bottom: 0;
    border-radius: 0;
    /*text-transform: uppercase;*/
}

.pro-list .card-header a {
    display: block;
    padding: 15px 20px 15px;
    width: 100%;
    position: relative;
}

.pro-list .card-header a .fa {
    height: 100%;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 10px;

    color: #7b7984;
    font-size: 2em;
}

[data-toggle="collapse"] .fa:before {
    /* content: "\f106"; */
    content: '';
    background: url('../images/up-arrow.png') no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
}

[data-toggle="collapse"].collapsed .fa:before {
    /* content: "\f107";
    vertical-align: middle; */
    content: '';
    background: url('../images/down-arrow.png') no-repeat;
    display: inline-block;
    width: 35px;
    height: 35px;
}


/***For IOS Device***/

[data-toggle~="collapse"] {
    cursor: pointer;
}

.pagination .page-link {
    border: 1px solid #999;
    color: #666;
    margin: 0 3px;
    padding: .3rem .75rem;
    border-radius: 0 !important;
}

.pagination .page-link.active,
.pagination .page-link:hover ,.page-item.active .page-link ,.page-item .page-link:hover{
    background: #222;
    color: #fff;
    border: 1px solid #222;
}


/* .pagination .page-link:hover{
    border: 1px solid #000;
    background: transparent;
    } */

    .pagi-input {
        width: 35px;
    }


    /****CUSTOM SCROLL****/

    .scrollbar {
        /* margin-left: 30px; */
        float: left;
        height: 300px;
        width: 100%;
        overflow-y: scroll;
        overflow-x: auto;
        margin-bottom: 25px;
    }

    .force-overflow {
        min-height: 450px;
    }

    #style-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar-thumb {
        background-color: #eaa5b3;
    }



    /****MY ACCOUNT***/

    .myaccount ul,
    .pro-list ul {
        list-style-type: none;
    }

    .myaccount li {
        border-bottom: 1px solid #999;
        width: 80%;
        padding: 15px 0;
    }

    .myaccount li a {
        color: #222;
        text-transform: uppercase;
    }

    .myaccount .active {
        font-weight: 700;
    }



    /****WISHLIST****/

    .grid {
        background: #fff;
    }

    .w-75{
        width: 90% !important;
    }

    .slick-dotted.slick-slider{
        margin-bottom: 0.15rem !important;
    }

    /****ABOUT*****/

    .about-banner {
        background: url('../images/about-banner.jpg') no-repeat;
        background-size: cover;
        min-height: 250px;
        height: auto;
    }


    /****CONTACT*****/

    .contact-banner {
        background: url('../images/contact-banner.jpg') no-repeat;
        background-size: cover;
        min-height: 150px;
    }



    /***SCROLL***/

    #scroll {
        position: fixed;
        right: 10px;
        bottom: 10px;
        cursor: pointer;
        width: 35px;
        height: 35px;
        /* background-color: #eaa0a2; */
        background-color: #f2d8de;
        text-indent: -9999px;
        display: none;
        -webkit-border-radius:560px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        transition: all .5s;
    }

    #scroll span {
    /*position:absolute;
    top:50%;
    left:50%;
     margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff; */
}

#scroll i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -3px;
    border: solid #222;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}



.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

#scroll:hover {
    /* background-color: #e53b5e; */
    background-color: #eaa0a2;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.ty-logo{
    height: 25px;
    width: auto;
}
.ty-text{
    font-size: 1.5rem;
    margin-bottom: 0px;
    margin-top: 0.5rem;
}

/****FOOTER****/

footer {
    background: #504e56;
    font-size: 14px;
}

footer section {
    padding: 45px 0;
}

footer *{
    color: #fff;
}
.footer-form input,.footer-form *,.reset-title{
    color: #504e56;
}
.footer-form .required{
    color: red;
}
.footer-form button{
    color: #ffffff !important;
}
.form-check label{
    color: #222;
}
footer a:hover,

/* .social li a:hover i, */

.login-modal a:hover,
.pro-list ul li a:hover {
    color: #eaa0a2;
}

footer p {
    margin-bottom: 0;
}

footer .newsletter input[type="text"],footer .newsletter input[type="email"]{
    padding: 5px 15px;
    font-size: 0.9em;
    min-width: 270px;
}

.social {
    margin-top: 10px;
    display: inline-block;
}

.social li {
    list-style-type: none;
    float: left;
    padding: 5px 15px 5px 0;
}

.social i {
    font-size: 1.25em;
}

.simplebar-placeholder{
    width: 100% !important;
}

/** Hide Placeholder **/

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent !important;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent !important;
}


/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

textarea:focus:-moz-placeholder {
    color: transparent !important;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent !important;
}
.searchbardiv{
    position: fixed;
    z-index: 25;
    width: 100%;
}

/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
.theme-btn.disabled, .theme-btn:disabled{
    cursor: not-allowed !important;
    opacity: .65;
}
/* IE 10+ */

.banner-slide .slick-dots li button:before{
    font-size: 8px !important;
    color: #7b7984 !important;
    background: transparent !important;
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    border: 1px solid #7b7984;
    opacity: 1 !important;
}
.banner-slide .slick-dots .slick-active button:before{
    background: #7b7984 !important;
}
.sub-noti{
    width: 270px;
}
.sub-noti .help-block{
    color: #FF8607;
    font-weight: 500;
}
.close_noti{
    position: absolute;
    top: 0px;
    right: 30px;
    font-size: 35px;
    font-weight: 300;
    cursor: pointer;
}
.close_noti img{
    width: 15px;
    height: 15px;
}
/*.sub-noti .text-success{
    color: #33C633 !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}
.sub-noti .text-danger{
    color: #e53b5e !important;
     text-shadow: 0 0 1px rgba(0, 0, 0, 1);
     }*/
     .sub-noti .text-success{
        color: #09B0F8 !important;
        text-shadow: 0 0 1px rgba(0, 0, 0, 1);
    }
    .sub-noti .text-danger{
        color: #FF8607 !important;
        text-shadow: 0 0 1px rgba(0, 0, 0, 1);
    }
    /*****FADE IN******/

    .noti_items{
        position: fixed;
        top: 76px;
        width: 100%;
        z-index: 12;
        background: #eaa5b3;
        color: #ffffff;
        max-height: 0px;
        transition: max-height 0.5s ease-out;
        overflow: hidden;
    }
    .noti_items.has_noti{

        max-height: 56px;
        transition: max-height 0.5s ease-in;
    }
    .noti_items .container{
        padding: 1rem;
    }
    .highlight_items{
        font-style: italic;
        color: red;
    }
    .name-pro{
        min-height: 40px;
        margin-bottom: 1.5rem !important;
    }
    .product-name{
        margin-bottom: 1.5rem !important;
    }
    .box-highlight .product-name{
        margin-bottom: 0rem !important;
    }
    /* Keyframes for the fade-in */

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    .mb-dropdown{
        min-width: 320px;
    }
    .fav-ibtn{
        cursor: pointer;
    }
    .fade-in {
        opacity: 0;
        opacity: 1 \9;
        /*just in case ie*/
        -webkit-animation: fadeIn ease-in 1;
        -moz-animation: fadeIn ease-in 1;
        animation: fadeIn ease-in 1;

        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
    }

    .fade-in.one,
    .fadeInUp.one {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .fade-in.two,
    .zoomIn.two {
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .fade-in.three,
    .fadeIn.three,
    .fadeInDown.three,
    .rubberBand.three,
    .pulse.three {
        -webkit-animation-delay: 2.5s;
        -moz-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }
    .cart-dropdown >div >hr{
        margin-top: 10px !important;
    }

/* .fade-in.four {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  animation-delay: .9s;
}

.fade-in.five {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
  } */


  /* Underline From Center */

  .hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}


/* .menu-hvr-underline{
    background: #eaa5b3 !important;
    } */

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #fff;
        height: 1px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center:hover:before,
    .hvr-underline-from-center:focus:before,
    .hvr-underline-from-center:active:before {
        left: 0;
        right: 0;
    }


    /* SHADOW/GLOW TRANSITIONS */


    /* Glow */

    .hvr-glow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
    }

    .hvr-glow:hover,
    .hvr-glow:focus,
    .hvr-glow:active {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    }


    .slick-prev{
        left: -20px !important;
    }
    .slick-next{
        right: -5px !important;
    }
    /*****CARD RESPONSIVE****/

    @media (min-width: 0) {
        .card-deck .card {
            flex: 0 0 calc(100% - 30px);
        }
    }

    @media (min-width: 576px) {
        .card-deck .card {
            flex: 0 0 calc(50% - 30px);
        }
    }

/* @media (min-width: 768px) {
  .card-deck .card {
    flex: 0 0 calc(33.3333333333% - 30px);
  }
  } */

  @media (min-width: 992px) {
    .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card {
        flex: 0 0 calc(25% - 30px);
    }
}


/***Product Listing Card***/

@media (min-width: 0) {
    #product-listing .card-deck .card {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    #product-listing .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 992px) {
    #product-listing .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 1200px) {
    figure.effect-milo img {
        max-width: none;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        /* opacity: 1; */
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        display: block;
        -webkit-transform: translate3d(0, 0, 0) scale(0.8);
        transform: translate3d(0, 0, 0) scale(0.8);
        margin: auto;
    }

    figure.effect-milo:hover img {
        /* opacity: 0.5; */
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
    #product-listing .card-deck .card {
        flex: 0 0 calc(33% - 30px);
    }
}


/***What's Hot***/

@media (min-width: 0) {
    .whathot .card-deck .card,
    #best-seller .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 576px) {
    .whathot .card-deck .card,
    #best-seller .card-deck .card {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 992px) {
  .checkout-step-1 .product-name,
  .checkout-step-3 .product-name,
  .product-name {
    font-size: 0.9em;
    min-height: 65px;
}
.komy-nav .navbar-nav  > li > a{
    font-size: 1rem;
}
.komy-nav .dropdown-menu a{
    font-size: 0.95rem;
}
.whathot .card-deck .card,
#best-seller .card-deck .card {
    flex: 0 0 calc(33% - 30px);
}
.dropdown-menu ul li a, .shop-menu ul li a{
    font-size: 0.9rem !important;
}
}

@media (min-width: 1200px) {
    .whathot .card-deck .card,
    #best-seller .card-deck .card {
        flex: 0 0 calc(25% - 30px);
    }
}

/****RESPONSIVE*****/
.ismobile .menu-dk{
    display: none;
}
.ismobile .menu-mb{
    display: block;
}

/*******************/
@media screen and (min-width: 992px){
    .login-modal .modal-dialog {
       max-width: 430px;
       /*  max-width: 350px; */
   }
}
@media screen and (max-width: 1700px) {
    .sm-normal-word-space {
        word-spacing: normal !important;
    }
}
@media screen and (min-width: 1200px){
    .menu-dk{
        display: block;
    }
    .menu-mb{
        display: none;
    }
}
@media screen and (max-width: 1199px){
    .menu-dk{
        display: none;
    }
    .menu-mb{
        display: block;
    }
    body{
        padding-top: 0px;
    }
    header{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1001;
        }
}
@media screen and (min-width: 992px) and (max-width: 1153px){
    .komy-nav .navbar-brand img{
        max-width: 130px;
    }
    .komy-nav .navbar-brand{
        margin-right: 0;
    }
    .komy-nav .nav-link{
      padding-left: 0.65rem !important;
      padding-right: 0.65rem !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu{
      left: -245px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .min-h{
        min-height: 750px;
    }
    .checkout-step-3 .theme-btn-small{
        font-size: 10px !important;
        padding: 7px;
    }
    /* .cart-dropdown{
        top: 46px;
        left: -285px !important;
        } */
    }
    @media screen and (max-width: 1024px){
        body{
            padding-top: 0px;
        }
    /* .dropdown:hover>.dropdown-menu {
        display: none;
        } */
    }
    @media screen and (max-width: 991px) {
        .noti_items{
            top: 50px;
        }

        .suggest-product .product-name{
            min-height: 90px;
        }
        /*header{
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 50;
        }*/
        .effect-milo .w-75{
            width: 90% !important;
        }
        #userform .nav-tabs{
            margin-top: 50px;
        }
        .login-close-btn{
            top:9px;
            background: transparent !important;
            width: 40px;
        }
        .dropdown-menu{
            margin-top: 5px;
        }
        .responsive{
            display: flex;
            overflow-x: auto;
        }
        .responsive .card{
            min-width: 275px;
        }
        .seemore-btn{
            font-size: 0.85rem;
        }
        .breadcrumb {
            font-size: 0.8rem;
        }
        .close-search1 {
            /* top: 65px; */
            top: 13px;
            right: 25px;
            position: absolute;
            z-index: 26;
        }
        .close-search1 img{
            width: 70%;
        }

        .mobile-nav a.buttonsearch {
           padding: 5px 0 5px 15px;
       }
       .bath-product-bg,
       .sale-product-bg {
        min-height: 200px !important;
    }
    .mobile-addtobag a img {
        margin-top: 7px;
    }
    .checkout-process-list a {
        font-size: 14px;
        text-align: center;
        align-items: center;
        display: block;
        /* word-spacing: 100vw; */
    }
    .checkout-process-list span {
        margin-bottom: 5px;
        display: block;
        margin: 8px auto;
        padding-top: 6px;
    }
    .mobile-wishlist{
        position: absolute;
        right: 25px;
        bottom: 30px;
    }
    .product-detail-description,
    .product-detail-option-wrapper{
        height: auto;
        min-height: auto;
    }
    footer h4 {
        font-size: 1.2em;
    }
    footer .footer-logo img {
        max-width: 80px;
    }
    footer .newsletter input[type="text"],footer .newsletter input[type="email"]{
     min-width: 100%;
 }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu.cart-dropdown{
        /* left: -225px !important; */
        /* left: -100px !important; */
    }
}

.product-item { position: relative; display: block; }
.product-promotion-text {
    position: absolute;
    bottom: 0;
    background-color: #eaa5b3;
    width: 100%;
    font-size: 16px;
    color: #FFF;
    padding: 8px 0;
    text-align: center;
    z-index: 10;
}
.product-promotion-text.homepage {
    width: 90%;
    left: 5%;
}
.product-promotion-text.gray {
	background-color: #7b7984;
}

@media screen and (max-width: 767px) {
    .product-promotion-text {
        font-size: 10px;
    }
	.product-promotion-text.bigger-font {
		font-size: 16px;
	}

    #best-seller .fav-ibtn {
        top: 146px;
    }

    #product-listing .fav-ibtn {
        bottom: 72px;
        top: auto;
    }

    .fav-ibtn {
        position: absolute;
        top: 173px;
        right: 12px;
        z-index: 1000;
    }

    .responsive .card-body {
        position: relative;
    }

    .shopbycategory-right-gap {
        margin-bottom: 32px;
    }

    .mobile-no-left-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .shopbycategory-mobile-2column {
        padding: 5px !important;
    }
    .shopbycategory-mobile-2column.left {
        padding-left: 0px !important;
        padding-right: 2.5px !important;
    }
    .shopbycategory-mobile-2column.right {
        padding-right: 0px !important;
        padding-left: 2.5px !important;
    }



    .onhigh{
    font-size:  1.05rem;
}
    .cart-dropdown .price{
        font-size: 0.85rem;
    }
   /* #product-listing .listing-price,.detail-price{
        position: relative;
        left: auto;
        bottom: auto;
        }*/
    /*#product-listing .two-prices span{
        float: left;
        margin-right: 5px;
        }*/
        .theme-input{
            width: 55px;
        }
        .qty-select{
            width: 95px;
        }
        .responsive .card{
            min-width: 230px;
        }
        .borderleft{
            border: 0px;
        }
        .ty-text{
            font-size: 1.25rem;
        }
        .py-2-c{
            margin-top: 0.8rem;
            margin-bottom: 0.8rem;
        }
        body{
            padding-top: 50px;
        }
        .m-icon {
            width: 35px;
            height: 50px;
        }
        #searchbox1.form-control {
            padding: 27px;
        }
        #searchbox1 {
            letter-spacing: 1px;
            font-size: 0.9rem;
        }
        .cart-count {
            right: -8px;
        }
        #carouselFade .carousel-item,
        #carouselFade .carousel-item img,.slick-slide img {
            height: auto;
        }
        .carousel-indicators.slick-dots{
            bottom: -10px !important;
        }
        .wrapper {
            padding: 0 20px;
        }
        .grey-bg {
            padding: 30px 30px;
        }
        .slick-prev {
            left: -10px;
        }
        .whathot .slick-next:before {
            background: url(../images/right-arrow-white.png) no-repeat;
        }
        .whathot .slick-prev:before {
            background: url(../images/left-arrow-white.png) no-repeat;
        }
        .whathot .responsive .slick-next,
        .whathot .responsive .slick-prev,
        .home-item .responsive .slick-next,
        .home-item .responsive .slick-prev,
        .home-item .responsive1 .slick-next,
        .home-item .responsive1 .slick-prev {
            top: 50% !important;
        }
        .responsive1 .slick-list {
            margin: 0 15px 0 5px;
        }
        .responsive .card-body {
            padding-left: 10px;
            padding-right: 10px;
        }

        .checkout-step-3-info label {
            width: auto;
            margin-right: 20px;
        }

        .checkout-process-list span:after {
            content: '';
            width: 50%;
            height: 2px;
            background: #999;
            position: absolute;
            top: 25%;
            left: auto;
            right: -25%;
            z-index: -1;
        }
        .checkout-process-list .last-span span:after {
            background: none;
            width: 0;
        }
        .breadcrumb {
            padding: 0 1rem;
        }
        .product-detail-qty .theme-btn {
            padding: 0.52rem !important;
            font-size: 0.9em;
        }
        #product-detail .nav-link {
            padding: .9rem 1rem;
        }
        .big-title {
            font-size: 2rem !important;
        }
        .big-title-product {
            font-size: 2rem !important;
        }
        h3 {
            font-size: 1.05rem !important;
        }
        h4 {
            font-size: 1.1rem !important;
        }
        h5 {
            font-size: 1rem !important;
        }
        .invoice-title{
            font-size: 2rem !important;
        }
        .invoice-logo{
            height: 30px !important;
        }
        .detail-addtobag {
            min-height: 35px;
        }
        #order-history .nav-link,
        #product-detail .nav-link {
            padding: .9rem 0.5rem;
            font-size: 0.9em;
        }
        .product-detail-description,.select-changer p{
            padding-bottom: 5px !important;
        }
        p.status{
            padding-bottom: 0px !important;
        }
        .select-changer .weight-semibold,.select-changer .weight-medium,.weight-light,.status,.weight-normal{
            margin-bottom: 5px;
        }
        .select-changer h3,.select-changer h4,.select-changer span{
            font-size: 1.02rem !important
        }
        .product-detail-des .product-detail-option{
            padding-bottom: 1.2rem;
        }
        .select-changer .product-swatches{
            margin-top: 5px !important;
        }
        .favourite-wrapper{
            display: none !important;
        }
        .checkout-step-1 .theme-select select {
            width: auto;
            padding: 9px 35px 9px 10px;
        }
        .no-border select{
         padding-top: 0px !important;
         padding-bottom: 0px !important;
     }
     /* .checkout-step-1 .theme-select, */
     .checkout-step-1 .product-name{
        margin-right: 15px;
    }
    /* .checkout-step-1 h6,
    .checkout-step-3 h6{
        margin: 10px 0 5px;
        } */
        .checkout-step-3-info {
            font-size: 15px;
        }
        .item-price-group .item-price {
            min-height: 45px;
        }
        .floating-label{
            margin-bottom: 10px;
        }
        footer {
            text-align: center;
        }
    }

    @media screen and (max-width: 576px) {
        .no-border input{
            border: 0px;
        }
        .breadcrumb-item.active {
            color: #6c757d;
            max-width: 150px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        .backlcprice{
            left: auto;
            right: 17px;
            bottom: auto;
        }
          /*  #product-listing .listing-price,.detail-price{
                position: relative;
                left: auto;
                bottom: auto;
                }*/
        /*#product-listing .two-prices span{
            float: left;
            margin-right: 5px;
            }*/
            .item-price-group .item-price {
                min-height: auto !important;
            }
            .responsive .card{
                min-width: 160px;
            }
            h1{
                font-size: 1.5em;
            }
            .dropdown-menu-right {
                right: auto;
                left: 50%;
                transform: translateX(-74.6%);
            }
            footer .newsletter input[type="text"] ,footer .newsletter input[type="email"]{
                max-width: 150px;
            }
            .checkout-step-1 .theme-select select{
                border: none;
            }
            .theme-btn-grey.small-font {
                font-size: 0.75em;
                padding: 0.45rem 0.5rem !important;
            }
            select.form-control {
                padding: .375rem .25rem;
            }
            .slick-next,
            .slick-prev {
                top: 30% !important;
            }
            .slick-prev {
                left: -12px !important;
                z-index: 2;
            }
            .slick-next {
                right: -5px !important;
            }
            .discount {
                width: 35px;
                font-size: 0.7em;
                line-height: 15px;
                padding: 3px;
            }
        }
        @media screen and (max-width: 410px) {
           .checkout-step-1 .product-name,
           .checkout-step-3 .product-name,
           .product-name {
            font-size: 0.9em;
        }
        .checkout-process-list a {
            word-spacing: 100vw;
        }
    }

    .acc-menu li a:hover,.acc-menu .active a{
        color: #e53b5e;

    }
    .product-name{
        width: calc(100% - 30px) !important;
    }
    .addre{
        width: calc(100% - 135px) !important;
    }
    .invoice-logo{
        width: auto;
        height: 55px;
    }
    .invoice-title{
        color: #63626c;
        font-size: 5rem;
        font-weight: normal;
        line-height: 0.8;
        font-family: 'Suranna', serif !important;
    }
    .sur{
        border-bottom: 4px solid #eaa4b2;
        display: inline-block;
        position: relative;
        padding-bottom: 1rem;
    }
    .invoice a,.invoice{
        color: #63626c;
    }
    .invoice a:hover{
        color: #e53b5e;
    }
    .invoice-icon{
        font-size: 2rem;
    }
    .invoice-des{
        border: 2px solid #63626c;
        background: #f7f7f7;
    }

    .invoice-table thead th{
        font-size: 1.15rem;
        border:2px solid #63626c;
        background: #eaa4b2;
        color: #ffffff;
    }
    .invoice-table tbody td{
        border-left: 2px solid #63626c;
        border-right: 2px solid #63626c;
        border-top: 0px;
    }
    .invoice-table tbody+tbody{
        border-top: 2px solid #63626c;
    }
    tbody.noboder-table td{
        border: none;
    }
    td.invoice-total{
        border-top: 3px solid #eaa4b2 !important;
    }
    .invoice-hr{
        border-top: 2px solid #eaa4b2 !important;
    }
    .invoice-table .price,.invoice-table .total{
        width: 120px;
    }
    .invoice-mobile .number{
       background: #eaa4b2;
       color: #ffffff;
   }
   .adh-btn{
    height: 45px;
}

.fixed-menu-header{
    position: fixed;
    width: 90%;
    max-width: 250px;
    background: #ffffff;
    z-index: 99;
}
.fixed-menu-body{
    margin-top: 53px;
    margin-bottom: 60px;
}
.stopscroll{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.text-uppercase .changer{
    text-transform: capitalize !important;
}

/*owl slide */
.owl-carousel .owl-item img{
    width: auto;
}
.owl-prev span,.owl-next span{
    display: none;
}

.owl-next:before, .owl-prev:before {
    content: '' !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-position: center !important;
}
.owl-next:before{
    background: url(../images/right-arrow.png) no-repeat;
}
.owl-prev:before{
    background: url(../images/left-arrow.png) no-repeat;
}
.owl-nav{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
}
.owl-next{
    float: right;
}
.owl-prev.disabled, .owl-next.disabled{
    cursor: not-allowed !important;
    opacity: 0.5;
}

/*Menu Sidebar with vue*/
.v-sidebar-menu .vsm-item a{
    position: relative !important;
    display: block !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 10px !important;
    line-height: 30px !important;
    text-decoration: none !important;
    z-index: 20 !important;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}
.v-sidebar-menu .collapse-btn{
    display: none !important;
}
.v-sidebar-menu{
    position: relative !important;
    width: 100% !important;
    top: 53px !important;
    background-color: transparent !important;
}
.v-sidebar-menu .vsm-link,.v-sidebar-menu a{
    color: #7b7984 !important;
    font-size: 20px !important;
    font-weight: lighter !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.v-sidebar-menu.vsm-default .vsm-item.first-item.open-item>.vsm-link,.v-sidebar-menu.vsm-default .vsm-item.first-item.open-item>a{
    color: #ffffff !important;
    background-color: #eaa5b3 !important;
}
.v-sidebar-menu .vsm-dropdown>.vsm-list{
    background-color: transparent !important;
    padding:0px !important;
}
.v-sidebar-menu.vsm-default .vsm-link:hover,.parent-active-item > .vsm-link{
    background: #eaa5b3 !important;
    color: #ffffff !important;
}
.vsm-link:hover .vsm-arrow:before,.parent-active-item .vsm-arrow:before,.vsm-link:hover .vsm-arrow:after,.parent-active-item .vsm-arrow:after{
    background-color: #ffffff;
}
.v-sidebar-menu .vsm-dropdown>.vsm-list .vsm-link:hover,.vsm-list .router-link-exact-active{
   background: #cccccc !important;

}
.v-sidebar-menu .vsm-item.first-item.active-item>.vsm-link{
    box-shadow: none !important;
    color: #ffffff !important;
    background-color: #eaa5b3 !important;
}
.v-sidebar-menu .vsm-item.first-item.active-item>.vsm-link,.v-sidebar-menu .vsm-item.first-item.parent-active-item>.vsm-link{
   box-shadow: none !important;
}
.v-sidebar-menu .vsm-dropdown>.vsm-list .vsm-item .vsm-link{
    font-size: 18px !important;
    padding: 10px 15px 10px 30px !important;
}
.v-sidebar-menu .vsm-dropdown>.vsm-list .vsm-item .vsm-link.active{
    color: #ffffff !important;
}
.v-sidebar-menu .vsm-dropdown>.vsm-list .vsm-item >.vsm-dropdown .vsm-list .vsm-item .vsm-link{
    padding: 10px 15px 10px 45px !important;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.v-sidebar-menu .vsm-dropdown>.vsm-list .vsm-item >.vsm-dropdown .vsm-list .vsm-item .vsm-link.active,.vsm-dropdown .parent-active-item > .vsm-link{
    color: #ffffff !important;
    background-color: #cccccc !important;
}
.v-sidebar-menu .vsm-item.first-item>a>.vsm-title{
    font-size: 20px;
    font-weight: lighter !important;
}
.v-sidebar-menu .vsm-dropdown .vsm-item>a >.vsm-title {
    font-size: 18px;
    font-weight: lighter !important;
}

.v-sidebar-menu .vsm-item.first-item>.vsm-link>.vsm-title >{}
.profile-card{
    right: -80px !important;
}
.v-sidebar-menu{
    height: auto !important;
}
.extra-menu{

}
.extra-menu a:not([href]):not([tabindex]){
    color: #7b7984 !important;
}
.extra-menu a{
    padding: 10px 20px;
    color: #7b7984 !important;
    font-size: 20px !important;
    font-weight: lighter !important;
    z-index: 99;
    position: relative;
    display: block;
}
.atb_disabled,.atb_disabled:hover{
    cursor:not-allowed;
    opacity: 0.7;
}
.ml-g{
    min-height: 24px;
}
.reg-or{
    color: #222;
}
.komy_loader{
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.komy_loader div{
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 10px;
    background: #eaa5b3;
    border: 1px solid rgba(0,0,0,0.2);
    animation: komy_loader 1.2s cubic-bezier(0,0.5,0.5,1) infinite;
}
.komy_loader div:nth-child(1){
    left: 6px;
    animation-delay: -0.24s;
}
.komy_loader div:nth-child(2){
    left: 26px;
    animation-delay: -0.12s;
}
.komy_loader div:nth-child(3){
    left: 45px;
    animation-delay: 0;
}
.theme-btn .roller-container{
    display: none;
}
.loading-btn .roller-container{
    display: block;
}
.loading-btn{
    position: relative;
}
.loading-btn{
    cursor: not-allowed !important;
}
.loading-btn .roller-container{
    position: absolute;
    left: 0;
    top: -10px;
}
.loading-btn .komy_loader div{
    background-color: #ffffff;
    border: 0px;
    width: 7px;
}
.loading-btn .v-hide{
    visibility: hidden;
}
@keyframes komy_loader{
    0%{
        top: 6px;
        height: 51px;
    }
    50%,100%{
        top: 19px;
        height: 26px;
    }
}

.loading{
    width: 200px;
    display: inline-block;
}
.middle-loader{
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-color: rgba(255,255,255,0.6);
    z-index: 999;
}
.middle-loader > .loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.none-spinner::-webkit-inner-spin-button,.none-spinner::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.none-spinner{
    -moz-appearance:textfield !important;
}
.mainscroll{
    position: relative;

}
.freeze{
    position: fixed;
    height: 100%;
}
