body{
    background: #fff!important;
}
.sidebar {
    right: 0;
    left: auto;
    padding-top: 0;
 }

.sidebar .sidebar-nav {

        padding-top: 30px;
}

.sidebar .nav-link i {
    margin-left: 10px;
    margin-right: 0;
    color: #fff;
}

.sidebar-nav .nav-content a {
    padding: 10px 10px 10px 0;
}
.sidebar-nav .nav-content a i {

    margin-left: 8px;
    margin-right: 0;
 }

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-right: 300px;
        margin-left: 0px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        right: 0;
        left: auto;
    }
    .sidebar {
        right: -300px;
        left: auto;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-right: 0;
        margin-left: 0px;
    }

    .toggle-sidebar .sidebar {
        right: -300px;
        left: auto;
    }
}

.wrap-product-detail .detail-info .product-name {
    font-size: 16px;
    color: #222222;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.wrap-product-detail .detail-info .product-price {
    font-size: 22px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
}
.wrap-product-detail .detail-info  span.product-price {
    font-weight: 600;
    color: #222222;
}

.center-section .wrap-search-form{
    display: inline-block;
    border: 2px solid;
    position: relative;
    max-width: 522px;
    width: 100%;
}
.header.fill-color .center-section .wrap-search-form{
    border-color: #ffffff;
}
.center-section .wrap-search-form .wrap-list-cate{
    position: absolute;
    top: 0;
    right: 56px;
    width: 125px;
    height: 35px;
    border: none;
    outline: none;
    background: #f6f6f6;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li:hover{
    cursor: pointer;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li{
    display: inline-block;
    width: 100%;
    float: left;
    list-style: none;
    font-size: 13px;
    color: #666;
    padding: 3.5px 15px;
    padding-right: 5px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li:not(.level-0){
    font-weight: 300;
    padding-left: 22px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li.level-0{
    color: #000;
    background: #f0f2f5;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li.level-2{
    padding-left: 42px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate{
    padding: 0;
    margin: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    position: absolute;
    top: calc(100% + 2px);
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    right: 0;
    width: 228px;
    z-index: 10;
    max-height: 442px;
    overflow-y: auto;
    text-align: left;
    display: none;
    padding-bottom: 12px;
}
.center-section .wrap-search-form .wrap-list-cate .list-cate li.level-0{

}
.center-section .wrap-search-form .wrap-list-cate .link-control::after {
    content: '\f0dd';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 14px;
}
.center-section .wrap-search-form .wrap-list-cate .link-control {
    display: inline-block;
    color: #999;
    padding: 9px 15px;
    width: 100%;
    text-align: left;
}
.center-section .wrap-search-form input[name="search"]{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #999999;
    border: none;
    padding: 0 20px;
    height: 35px;
}
.header .main-info-area{
    display: table;
    width: 100%;
    height: 99px;
}
.header.fill-color .center-section .wrap-search-form button{
    background: #414141;
    height: 39px;
    top: -2px;
    right: -2px;
}
.center-section .wrap-search-form button{
    width: 56px;
    height: 35px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}
.center-section .wrap-search-form button i{
    font-size: 15px;
    color: #fff;
}
.header .main-info-area .right-section,
.header .main-info-area .center-section,
.header .main-info-area .left-section{
    display: table-cell;
    vertical-align: middle;
}
.header .main-info-area .center-section{
    padding: 0 15px;
    text-align: center;
}

.header {
    background-color: #fff;
    height: 90px!important;
    img{

        height: 60px;
    }
}

.primary-bg{
    background: #B4216A;
}

.primary-border {
    border-color: #B4216A;
}

.primary-text {
    color: #B4216A;
}


.footer-home {
    margin-top: 100px;
    background-color: #555555;
     color: #ffffff;
     border-top: 8px solid #d19d26;
}

a.disabled {
    pointer-events: none; /* Prevent clicks */
    opacity: 0.6; /* Dim the button */
    cursor: not-allowed; /* Show 'not allowed' cursor */
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*!* Carousel base class *!*/
/*.carousel {*/
/*    margin-bottom: 4rem;*/
/*}*/
/*!* Since positioning the image, we need to help out the caption *!*/
/*.carousel-caption {*/
/*    bottom: 3rem;*/
/*    z-index: 10;*/
/*}*/

/*!* Declare heights because of positioning of img element *!*/
/*.carousel-item {*/
/*    height: 32rem;*/
/*}*/


/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (min-width: 992px) {
    .carousel {
        max-width: 100%;
        margin: 0 auto;
    }
}

/*@media (min-width: 40em) {*/
/*    !* Bump up size of carousel content *!*/
/*    .carousel-caption p {*/
/*        margin-bottom: 1.25rem;*/
/*        font-size: 1.25rem;*/
/*        line-height: 1.4;*/
/*    }*/

/*    .featurette-heading {*/
/*        font-size: 50px;*/
/*    }*/
/*}*/

/*@media (min-width: 62em) {*/
/*    .featurette-heading {*/
/*        margin-top: 7rem;*/
/*    }*/
/*}*/

