*{
    margin: 0px;
    padding: 0px;
}
body{
    background-image:url(../images/page.png);
    /*color: #D6DEE6;*/
    font-family: serif;
}
p{
    margin: 13px 0;
}
.img-fullwidth{
    width: 100%;
}
.no-padding{
    padding:0;
}
.text-bold{
    font-weight: bold;
}
/*//////////////////// NAVIGATION BAR ////////////////////*/
    header{
        position: relative;
        background-color: #fff;
        }
    .mean-container a.meanmenu-reveal{
        top:8px;
    }
    .mean-container a.meanmenu-reveal>span,
    .mean-container a.meanmenu-reveal>span:before,
    .mean-container a.meanmenu-reveal>span:after{
       background:#D6C529; 
    }
    .mean-container .mean-nav{
        background-color: rgba(0,0,0,0);
    }
    .mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li.active a {
        color: #D6C529!important; 
        background-color: #7f1241;
    }
    .navbar.main-nav{
        background-color: rgba(0,0,0,0);
        min-height: inherit;
        margin-bottom: 0;
        border: none;
        border-radius: 0;

    }
    .dropdown-submenu.pull-left {
        float: none;
        width: 100%;
    }
    .dropdown-submenu.pull-left>.dropdown-menu{
        width: 100%;
    }
    .navbar-nav>li>a {
        padding: 0 10px;
        height: 41px;
        line-height: 41px;
        margin: 0 auto;
        font-size: 16px;
        color: #482416;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        /*text-transform: uppercase;*/
        text-align: left;
        border-radius: 3px;
    }
    .navbar-nav>li:first-child {
        margin-left: 5px;
    }

    .navbar-nav>li:first-child:before {
        display: none;
    }

    .navbar-nav>li>a:hover,.navbar-nav>li>a:active,.navbar-nav>li>a:focus {
        background:rga(0,0,0,0);
    }
.navbar-nav>li.active,.navbar-nav>li:hover {
    border-top: 2px solid #ee155d;
    padding-top: 6px
    }
    .navbar-nav>li>a:hover, .desktop ul.art-hmenu>li:hover>a {
        background: rgba(0,0,0,0);    
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover,li.dropdown:hover>a {
        background-color: rgba(0,0,0,0);
    }
    li.dropdown:hover>.dropdown-menu {
        display: block;
    }
    .navbar-nav .dropdown-menu{
        border: none;
        border-radius:0 3px 3px 3px;


        background: #EFF2F5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px dotted rgba(207, 216, 226, 0.9);

    }
    .navbar-nav>li>.dropdown-menu{
        border-radius: 4px;
    }


    ul.dropdown-menu li
    {
       border-bottom: 1px dotted #C6D1DD;
    }
    ul.dropdown-menu li:last-child
    {
       border-bottom: none;
    }





    .dropdown-menu>li>a {
        display: block;
        padding: 8px 20px;
        color: #6A7D90;;
    }
    .dropdown-menu>li>a:hover {
        background-color: rgba(0,0,0,0);
        color: #2b5279;
        transition:all 0.15s ease;

    }
    .dropdown.pull-left .dropdown-menu{
        left: auto;
        right: 0;
    }
/*//////////////////// END NAVIGATION BAR ////////////////////*/
/*////////////// SERVICE  ///////////////*/
    .services_tab_ul_v1{
        list-style: none;
        padding-left: 0;
    }
    .services_tab_ul_v1>li{
        clear: left;
        width: 100%;
        background: #ae2962;
        padding: 13.5px 0!important;
        border-radius: 2px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        margin-bottom: 4px;
        cursor: pointer;
    }

    .services_tab_ul_v1>li.ui-state-default {
        background: #ae2962;
    }
    .services_tab_ul_v1>li>a{
        color: #fff;
        padding: .3em 1em;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        cursor: pointer;
    }
    .services_item_ul_v1>li>.btn.btn-primary{
        margin-top: 10px;
    }
    .services_tab_ul_v1>li:hover,.services_tab_ul_v1>li.ui-state-default:hover,.services_tab_ul_v1>li.ui-state-active {
        background-color:#d62774 !important;    
    }
    .services_tab_ul_v1>li:hover>a,.services_tab_ul_v1>li.ui-state-default:hover>a,.services_tab_ul_v1>li.ui-state-active>a {
        color: #fff;
    }

    .services_item_ul_v1{
        list-style: none;
        padding-left: 0;
    }
    .services_item_ul_v1>li {
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 0;
        padding-left: 0;
    }
    .services_item_ul_v1>li:first-child {
        float: right;
        border-bottom: 0;
    }
    .services_item_ul_v1>li {
        border-bottom: 1px dashed #dedede;
        clear: both;
    }
    .just_start_line {
        width: 100%;
    }
    .name_service_v1{
        font-size: 18px;
        color:#ee155d;
    }
    .price_service_v1 {
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        font-variant-ligatures: common-ligatures;
        font-size: 18px;
        margin-left: 5px;
        color:#ee155d;
    }
/*////////////// END SERVICE  ///////////////*/
/* BOOKING */
    .item-booking {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .group-select select {
    /*    width: 100%;
        background: #fff;
        border-radius: 0px;
        height: 43px;
        border: 1px solid #e1e1e1;
        color: #999;
        font-size: 14px;
        padding-left: 10px;*/
    }
    .group-select select option {
        color: #515151;
        height: 30px;
        float: left;
        width: 100%;
    }
    .group-select optgroup {
        font-weight: 700;
        color: #E94E75;
        /*height: 30px;*/
        float: left;
        width: 100%;
    }
    .group-select input {
    /*    font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 1px;
        height: auto;
        padding: 10px 12px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);*/
    }
    .group-select .fa-calendar {
        position: absolute;
        margin-top: 0px;
        right: 10px;
        top: 50px;
        font-size: 18px;
    }
    .box_register .btn_submit_login {
        margin-top: 40px;
    }
    .popup_main_area .border_right {
        border-right: 1px solid #dedede;
    }
    .box_register .btn_login_social {
        text-align: center;
        align-items: center;
    }
    .group-select {
        float: left;
        margin-right: 0;
        width: 100%;
        position: relative;
    }
    .group-select label {
        float: left;
        width: 100%;

        font-weight: 300;
        font-size: 17px;
        min-height: 24px;
        line-height: 24px;
        margin-top: 8px;

    }
    .btn-search {
        width: 100%;
        text-transform: uppercase;
        outline: none;
    }
    .staff-avatar{
        padding:0;
    }
    .staff_service_v1 {
        display: inline-block;
    }
    .staff_service_v1 {
        margin-top: 15px;
        overflow: hidden;
    }
    .staff_service_v1 h4{
        margin-top: 0;
    }
    .time_work_staff_v1 ul {
        margin-top: 20px;
        padding-left: 0;
    }
    .time_work_staff_v1 ul li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .time_work_staff_v1 ul li a {
        color: #000;
        padding: 10px;
        background: #ebebeb;
        margin: 0;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
        font-variant-ligatures: common-ligatures;
        display: inline-block;
    }
    .content-shop-booking{
        padding-top: 30px;
    }
    .content-shop-booking,#box_person,.time_work_staff_v1 {
        padding-bottom: 30px;
    }
    .white-popup {
        position: relative;
        padding: 0;
        width: auto;
        max-width: 800px;
        margin: 20px auto;
    }
    .popup_main_area {
        background: #37302F;
        padding: 15px;
        float: left;
        width: 100%;
    }
    .box_account_v1 .modal_form_header {
        min-height: 16.43px;
        padding: 5px 15px 15px;
        border-bottom: 1px solid #655353;
        background: #000000;
    }
/* END BOOKING*/
/*////////////// GALLERY ///////////////*/
    .gallery-item{
        display: block;
        position: relative;
        overflow: hidden;
        margin-top: 15px;
        margin-bottom: 15px;
        
    }
    .gallery-item>span{
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
         background-position: top left;
        transition:transform 0.25s ease;
        padding-bottom: 75%;
    }
    .gallery-item:hover>span{
        transform:scale(1.1) rotate(-5deg);
    }
    .price-table-wrap{
        background-image: url("../images/3.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .price-table-bottom-img{
        width: 100%;
        text-align: right;
    }
    .pagination>li>a.hover-main-color, .pagination>li>span.hover-main-color{
        /*background-color: #c38211;*/
        color: #000;
        border-color: #b02a65;
    }
    .pagination>li.active>a.hover-main-color, .pagination>li.active>span.hover-main-color,
    .pagination>li>a:hover.hover-main-color, .pagination>li>span:hover.hover-main-color{
       background-color: #8a1448;
       color: #fff;
    }
/*////////////// CARDS ///////////////*/
    .cards-item{
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    .cards-item .cards-item-image{
        transition:transform 0.25s ease;
        margin-bottom: 20px;
    }
    .cards-item:hover .cards-item-image{
        transform:scale(1.05);
    }
/*////////////// APPOINTNMENT FORM  ///////////////*/
    .appoinment_form {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .appoinment_form input {
    /*    display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;*/
        margin: 10px 0;
        /*font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    }
    .appoinment_form select {
    /*    display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;*/
        margin: 10px 0;
     /*   font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    }
/*////////////// END APPOINTNMENT FORM  ///////////////*/
/*//////////////////// CONTACT ////////////////////*/
    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #000;
    }
    .form-control::-moz-placeholder { /* Firefox 19+ */
      color: #000;
    }
    .form-control:-ms-input-placeholder { /* IE 10+ */
      color: #000;
    }
    .form-control:-moz-placeholder { /* Firefox 18- */
      color: #000;
    }
    .form-control {
    /*    display: block;
        width: 100%;*/
        /*height: 43px;
        font-size: 14px;
        padding: 6px 12px;
        border-radius: 3px;*/
        /*background-color: #c7be69;
        color: #000;*/
    /*    margin: 10px 0;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    }
    .map-wrap{
        padding-top: 25px;
        margin-top: 0;
    }
/*//////////////////// END CONTACT ////////////////////*/
/*////////////// CART-TABLE  ///////////////*/
    .cart-table {
        /*background-color: #37302F;*/
        padding: 30px;
    }

    .cart-table thead tr th {
        height: 40px;
        margin-bottom: 10px;
        padding: 0;
        text-align: left;
        text-transform: uppercase;
        vertical-align: middle;
        border-color: #7c7877;
        border-style: solid;
        border-width: 0 0 1px;
    }

    .cart-table thead tr th.product {
        min-width: 320px;
    }

    .cart-table thead tr th.price {
        min-width: 100px;
    }

    .cart-table thead tr th.qty {
        min-width: 100px;
    }

    .cart-table thead tr th.add-cart {
        min-width: 150px;
    }

    .cart-table thead tr th.remove {
        min-width: 90px;
    }

    .cart-table tbody tr td {
        border-color: #7c7877;
        border-style: solid;
        border-width: 0 0 1px;
        padding: 20px 0;
        /*vertical-align: middle;*/
        text-align: left;
    }

    .cart-table tbody tr:first-child td {
        padding-top: 30px;
    }

    .cart-table tbody tr:last-child td {
        padding-bottom: 0;
        border-bottom: none;
    }
    .fix {
        overflow: hidden;
    }
    .cart-table .cart-product img {
        border: 1px solid #f3f3f3;
        display: block;
        float: left; 
        width: 93px;
        margin: 0 25px 25px auto;
    }

    .cart-table .cart-product .details {
        margin-top: 20px;
    }

    .cart-table .cart-product .details a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;
    }

    .cart-table .cart-product .details a:hover {
        color: #7ac2d7;
        text-decoration: none;
    }

    .cart-table .cart-product .details p {
        margin: 0;
        font-weight: bold;
    }

    .cart-table .cart-price {
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;
    }

    .cart-table .cart-stock {
        color: #606060;
        text-transform: uppercase;
    }


    /*.cart-table .cart-pro-remove {
        background-color: transparent;
        border: 1px solid #999999;
        border-radius: 50%;
        color: #606060;
        height: 50px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 50px;
        outline: none;
    }*/

    .cart-table .cart-pro-remove:hover {
        color: #7ac2d7;
    }

    .cart-table .cart-pro-remove i {
        display: block;
        font-size: 16px;
        line-height: 22px;
        margin-left: 35px;
    }

    .cart-table .ui-inputText {
        /*color: #333;
        transition: .3s;
        border: 1px solid #dfdfdf;
        border-radius: 0;*/
        width: 50%;
        /*padding: 0.6em;
        margin-top: 1em;
        margin-bottom: 1em;*/
    }

    .cart-table-ver1 .title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px;
        padding: 15px 0;
        border-bottom: 1px solid #dedede;
    }

    .cart-table-ver1 {
        background-color: #f6f6f6;
        padding-top: 15px;
        padding-left: 15px;
    }

    .cart-table-ver1 .table>tbody>tr>td {
        border-top: none;
    }

    .cart-table-ver1 .table-striped>tbody>tr:nth-child(odd)>td {
        background-color: #fff;
    }

    .cart-table tr:first-child td {
        background-image: none;
    }

    .cart-table table tr:hover td {
        background-color: transparent;
    }

    .cart-table p {
        font-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;
        font-size: 16px;
    }

    .cart-table p.mgr_100 {
        margin-right: 100px;
    }

    .order_details_page .btn_cart_order {
        background-color: #7ac2d7;
        border-radius: 3px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;
    }


    .btn_cart_order {
        background-color: #7ac2d7;
        border-radius: 3px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Lato',sans-serif;
        font-variant-ligatures: common-ligatures;
    }
    .popup-style {
        text-align: center;
    }
/*    .services_item_v1 .box_des {
        font-size: 12px;
        color: #9e9e9e;
    }*/
    .about_us_v1 .container .row p{
        padding: 0px 10px;
    }
    /*Payment*/
    ul.list_form{
        list-style: none;
        padding-left: 0;
    }
    ul.list_form li {
        margin: 5px 0;
    }
    .fl-flex-label.fl-collapsed.fl-background .fl-label{
        background: none;
    }
    /* FORM CART */
    .cart.step_one {
      margin: 50px 0px
    }
    .cart.step_one .table.specifications.tcart thead th,
    .cart.step_one .table.specifications.tcart td b{
      font-family:'sanb'
    }
    .cart img {
      margin: 0 auto 25px auto;
      text-align: center;
      display: block
    }
    .cart .form_cart {
      margin-bottom: 30px
    }
    .cart .form_cart .cc, .cart .form_cart .pp {
      border-bottom: 1px solid #d8e2e7;
      margin-bottom: 20px
    }
    .cart .form_cart a {
      display: table;
      margin: 10px auto 25px auto;
      padding: 15px 65px;
      font-size: 15px;
      cursor:pointer
    }
    .cart .form_cart p {
      font-size: 14px;
    }
    .cart .order {
      /*background: #f9fdff;*/
      border: 1px solid #947124;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px
    }
    .cart .order .inner {
      padding: 15px 20px 0px 20px
    }
    .cart .order .inner ul li {
      clear: both;
      border-bottom: 1px solid #ceefff;
      margin-bottom: 15px;
      padding-bottom: 15px;
      display: table;
      width: 100%
    }
    .cart .order .inner ul li .frame_img {
      height: 60px;
      overflow: hidden;
      float: left;
      border: 1px solid #dae4e9;
      margin-right: 15px
    }
    .cart .order .inner ul li .frame_img img {
      width: 60px;
      background: #fff
    }
    .cart .order .inner ul li .name_product {
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 63%;
      overflow: hidden;
      float: left;
    }
    .cart .order .inner ul li .name_product p {
      /*color: #444242;*/
      font-size: 15px
    }
    .cart .order .inner ul li .name_product span {
      color: #858585;
      font-size: 13px;
      margin-right: 5px
    }
    .cart .order .inner ul li .name_product small {
      width: 7px;
      height: 7px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      display: inline-block
    }
    .cart .order .inner ul li .price, .cart .order .subtotal ul li span {
      /*color: rgba(0,0,0,0)*/
    }
    .cart .order .subtotal {
      padding: 0px 20px 15px 20px
    }
    .cart .order .subtotal ul li {
      padding: 3px 0px
    }
    .cart .order .subtotal ul li label {
      /*color: #858585*/
    }
    .cart .order .subtotal ul li span {
      /*color: rgba(0,0,0,0)*/
    }
    .cart .order .total {
      /*background: #f1faff*/
    }
    .cart ul {
        list-style: none;
        padding-left: 0;
    }
    .cart .order .total ul {
      padding: 15px 20px;
    }
    .cart .order .total ul li label {
      /*color: #000*/
    }
    .cart .order .total ul li span {
        font-size: 24px;
    }
    .cart .note {
      margin: 15px 0px
    }
    .cart .note p {
      font-size: 14px;
      margin: 0;
    }
    h2.timr {
        margin: 0;
        margin-bottom: 20px;
    }

    .box_cart {
      margin: 30px auto;
    }

    ul.list_form li {
        margin: 5px 0;
    }

    h4.sanb {
        font-size: 18px;
        font-style: italic;
    }

    .inner .price, .subtotal span, .total span {
        /*color: #000;*/
        font-weight: bold;
    }

    .fl-flex-label label {
      font-weight: normal;
    }

    .white-popup {
      clear: both;
      overflow: hidden;
    }

    /*login module*/

    .login_form_area .box_area_login_v1 {
        background-color: #fff;
        padding: 30px;
        text-align: center;
        align-items: center;
    }

    .box_area_login_v1 h2.section_title {
        color: #252525;
        font-size: 30px;
        line-height: 33px;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-variant-ligatures: common-ligatures;
        margin-top: 0;
        margin-bottom: 0;
    }

    .btn_login_social {
        margin-top: 20px;
    }

    .btn_login_social span,
    .btn_login_social i {
        color: #fff !important;
        font-weight: 500;    
        font-size: 16px;
    }
    .btn_login_social span{
        font-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;
    }
    .btn_login_social .btn_facebook_v1 {
        background: #3B5998;
        padding: 7px 25px;
    }

    .btn_login_social .btn_gplus_v1 {
        background: #dd4b39;
        padding: 7px 35px;
    }

    .submit_name_psw {
        padding-top: 0;
        padding-bottom: 0;
    }

    .submit_name_psw>form {
        position: relative;
    }

    .submit_name_psw input {
    /*    background: transparent none repeat scroll 0 0;
        border: 1px solid #c1c1c1;
        color: #666666;
        font-size: 16px;
        height: 35px;
        margin-bottom: 20px;
        padding: 0 10px;
        width: 100%;
        outline: none;
        font-weight: 500;
        font-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;*/
    }

    .submit_name_psw {
        margin-top: 30px;
    }

    .btn_submit_login {
        margin-bottom: 30px;
    }

    .btn_submit_login button.submit {
        background-color: #ffc267;
        border: 1px solid #ffc267;
        color: #fff;
        font-size: 12px;
        line-height: inherit;
        padding: 10px 30px;
        width: 100%;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        outline: none;
        border-radius: 3px;
    }
/*////////////// END CART-TABLE  ///////////////*/
/*//////////////    MORE  ///////////////*/
    .mean-container .mean-nav {
        background-color: rgb(236, 134, 156);
    }
    .mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li.active a {
        color: #ffffff!important;
        background-color: #e85e84;
    }
    .mean-container a.meanmenu-reveal>span,
    .mean-container a.meanmenu-reveal>span:before,
    .mean-container a.meanmenu-reveal>span:after{
       background:#e85e84; 
    }
    .main-container{
        box-shadow: 0px 0px 20px #999;
        background: #fff;
        border: #c383a6 1px solid;
    }
    .navbar-nav>li{
        padding: 8px 0px;
    }
    .navbar-nav>li:before {
        position: absolute;
        display: none;
        content: ' ';
        top: 0;
        left: -11px;
        width: 11px;
        height: 34px;
        background: url(../images/menuseparator.png) center center no-repeat;
    }
    .mainmenu li a {
        text-decoration: none;
        color: #ee155d;
        float: left;
        font-weight: bold;
        font-size: 20px;
        border-right: #9b3c72 1px solid;
        padding: 0px 10px;
    }
    .navbar-nav>li>a {
        padding: 0 10px;
        height: auto;
        line-height: 1;
        margin: 0 auto;
        font-size: 20px;
        color: #ee155d;
        font-weight: bold;
        font-style: normal;
        border-right: #9b3c72 1px solid;
        text-decoration: none;
        /*text-transform: uppercase;*/
        text-align: left;
        border-radius: 0;
    }
    a{
        color: #482416;
    }
    a:hover{
        color: #ff5b9d;
    }
    .form-control{
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 3px;
        height: 42px;
        padding: 10px 12px;
        -webkit-appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }
    .form-control-wrapper{
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .btn.btn-primary{
        height: 42px;
        line-height: 42px;
        padding: 0 16px;
        font-size: 14px;
        background-color: #ee155d;
        border:none;
    }
    .btn.btn-primary:hover{
        background-color: #3b2001;
    }
    .btn.btn-primary.btn-sm{
        height: 28px;
        line-height: 1.5;
        font-size: 12px;
        padding: 5px 10px;
    }
    .pagination>li>a.hover-main-color, .pagination>li>span.hover-main-color{
        /*background-color: #c38211;*/
        color: #000;
        border-color: #522c00;
    }
    .pagination>li.active>a.hover-main-color, .pagination>li.active>span.hover-main-color,
    .pagination>li>a:hover.hover-main-color, .pagination>li>span:hover.hover-main-color{
       background-color: #522c00;
       color: #fff;
    }
    .cart .note {
        color: #555;
    }
/*//////////////    END MORE  ///////////////*/
    .top-banner{
        position: relative;
    }
    .desktop-mobile{
        position: absolute;
        left: 15px;
        top: -30px;
    }
    .content-container{
        padding-top:15px;
        padding-bottom: 15px;
    }
    .inner-pink-panel{
        background-color: #E90233;
        color: #fff;
        padding: 15px;
    }
    .inner-light-pink-panel{
        background: #ffe8f3;
        color: #E90233;
        padding: 15px;
        margin-bottom: 15px;
    }
    .inner-pink-panel a,.inner-light-pink-panel a {
        color: #fff;
        text-decoration: none;
    }   
    .gift-panel{
        background-image: url(../images/bg-giftcards.png);
        background-size: auto;
        background-position: 0 0; 
        background-repeat: no-repeat;       
        min-height: 169px;
    }
    .phone {
        border: #900 1px solid;
        background: #fff;
        color: #cf2684;
        font-size: 17px;
        padding: 3px 20px;
        margin: 20px auto;
    }
    .inpad{
        margin: 15px 0;
        border: #E90233 3px solid;
        border-radius: 35px;
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        color: #ee155d;
        font-family: 'Myriad Pro', san-serif;
        font-size: 18px;
        line-height: 22px;
        padding: 15px 0;
    }
    .about-inpad{
        background-color: #ffe7f4;
        background-image:url(../images/about1.jpg);
    background-position: left top;
        background-repeat:  no-repeat;
        background-size: auto;
    }
    .about-inpad-inner{
        padding:20px;
        margin:380px 0 0 0;
    }
    .specail {
        background: #ffe8f3;
        margin: 15px -20px;
        padding: 5px;
        color: #ee155d;
        box-shadow: 0 0 5px #000;
    }
    .footer{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer .menu{ margin:0;padding:0;width:100%; float:left; text-align:center}
    .footer .menu li{list-style:none; display:inline}
    .footer .menu li a{text-decoration:none ; color:#5677a1;  padding:5px}
    .footer p {
        padding: 3px;
        text-align: center;
        margin: 0;
        color: #9b3c97;
        font-size: 15px;
    }
.lasttime {
    width: 100%;
    background: #ffe8f3;
    color: #9b3c72; 
    font-size: 20px;
    margin: 10px 0;
    padding: 5px 0;
    text-align: center;
}
/*SOCIAL ICON*/
.social-switch-icon-wrap{
    margin-top: 20px;
    /*margin-bottom: 30px;*/
}
.social-switch-icon-v2{
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;                           
    overflow: hidden;
    text-align: left;
}
.social-switch-icon-v2>i{
    position: absolute;
    top: 0px;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-transition:all 0.25s ease;-o-transition:all 0.25s ease;transition:all 0.25s ease;
    background-color: #fff;
    color: #9b3c97;
    border-radius: 16px;
}
.social-switch-icon-v2>i:last-child{
    top: 32px;
    background-color: #fff;
    color: #ee155d;
}
.social-switch-icon-v2:hover>i:first-child{
    top: -32px;
}
.social-switch-icon-v2:hover>i:last-child{
    top: 0px;
}