
.about-img {
    box-shadow: 6px 6px 10px #c1b49f;
    position: relative;
    overflow: hidden;
}
 
#cart_count {
    text-align: center;
    padding: 0rem 0.9rem 0rem 0.9rem;
    border-radius: 3rem;
	background-color: #97cbff;
}

#cart_count1 {
    text-align: center;
    padding: 0rem 0.9rem 0rem 0.9rem;
    border-radius: 3rem;
	background-color: #97cbff;
}

.czi_about {
    align-items: center;
    display: flex;
    /* height: -webkit-fill-available; */
    padding: 100px 0;
    background: url(../../images/home-au-bg.jpg) no-repeat;
}

.czi_about .container {
    max-width: 1300px;
    background: url(../../images/about_shadow.png) 50% 100% / 100% 25px no-repeat;
    padding: 0 0 0px;
}

.home-title {
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.home-title span {
    color: #FFEB3B;
    font-size: 1.8em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}

.home-title span:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #FFEB3B;
    position: absolute;
    left: -50px;
    top: 22px;
}

.home-title span:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #FFEB3B;
    position: absolute;
    right: -50px;
    top: 22px;
}

.about-img .editor {
    min-height: 220px;
}
.clearfix {
    display: block;
}

.about-img .ibtn.more {
    background-image: url(../../images/about_more.png);
    width: 59px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn:focus, .ibtn:focus {
    outline: none;
}

.ibtn {
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    padding: 0 !important;
    transition: none;
}

.ibtn:hover {
    background-position: 0 100%;
}

.about-img .txt-box {
    float: right;
    width: 360px;
    background: #ff81cd;
    margin-right: 0%;
    color: #ffffff;
    line-height: 1.55;
    padding: 28px 50px 65px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.navbar-default {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    margin-bottom: 0;
    height: 90px;
    padding-right: 1.5em;
    border: 0;
    z-index: 999;
}

/* .nav_box ul li a:hover, .nav_box ul li a:focus {
    color: #454545;
} */

.logo {
    flex:1;
    display: inline-block;
    vertical-align: middle;
    float: left;

    /* background-color: #fff; */
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 25px !important;
    text-align: center;
}


/* .logo a {
    display: block;
    background-color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0.5em;
    color: #fff;
    position: absolute;
} */


.logo img {
    width: auto;
}



.nav_box {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    float: right;
}


.nav_box ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    margin-top: 0px;
    margin-top: 5px;
    position: relative;
    text-align: center;
}

.nav_box ul li a {
    font-family: fangsong;
    display: block;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    /* line-height: 79px; */
}

.togglebar {
    display: none;
}

/* @media (max-width: 767px){
.logo {
    width: 50%;
    margin: 0 auto;
}
} */

.index-slide{
    margin-top: 5em;
    margin-bottom: -60px;
}

.footer-icon_pd {
    padding: 10px 0px 0px 0px;
}



.icon-style {
    width: 100%;
    font-size: 2em;
}

.footer-icon {
   align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* font-weight: bold; */
    text-align: center;
    font-size: 1.1em;
   color: #9e2a90;
border: 1px solid #e89ddf;
    -webkit-border-radius: 5px;
    /* padding: 10px; */
    margin: 5px;
    height: 115px;
    word-wrap: break-word;
}

.footer-icon:hover {
    background: #af6dd2;
    color: white;
}


@media (max-width: 767px){
    .togglebar {
        margin-top: 21px;
        margin-right: 8px;
    }
    .logo a {
    align-items: center;
    display: flex;
    font-size: 15px;
    /* padding: 1em 0.5em; */
    }
    .index-slide {
        margin-top: 90px;
    }

}


@media (min-width: 768px){
.navbar {
    border-radius: 0px !important;
}
}

@media (max-width: 1300px){
    .nav_box.active {
        overflow: auto;
        width: 100%;
        transform: translateX(0);
    }
    .togglebar.active i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    }
    .togglebar.active i:nth-child(2) {
    opacity: 0;
    }
    .togglebar.active i:nth-child(3) {
    transform: rotate(45deg);
    }
    .togglebar i {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 8px;
    }
    .togglebar {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    float: right;
    margin: 0 15px;
    /* margin-top: 33px; */
    cursor: pointer;
    position: relative;
    z-index: 1000;
    }
    .nav_box {
        float: none;
        -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
        transform: translateX(60em);
        width: 50%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-color: #af6dd2;
        z-index: 999;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    }
    .nav_box ul {
        margin-top: 50px;
    }
    .nav_box ul li a {
        font-size: 18px;
        line-height: 24px;
    }
    .nav_box ul li a span{
        
        line-height: 24px;
    }
    .nav_box ul li {
    display: block;
    text-align: center;
    }
}

@media (max-width: 1199px){
    .logo a{
    font-size: 13px;
    display: flex;
    align-items: center;
    }
    .nav_box ul li {
        margin: 0 3px;
        margin-top: 5px;
    }
    .nav_box ul li a {
        font-size: 20px;
        line-height: 2;
    }
    .footer-icon {
        font-size: 16px;
    }
}


@media (max-width: 1380px){
.nav_box ul li {
    margin: 0 5px;
    margin-top: 5px;
}
}


@media (max-width: 1480px){
.nav_box ul li {
    margin: 0 10px;
    margin-top: 5px;
}
}




.d-block h1 img.img-fluid.img-logo{
    height: 5rem;
    transition: all 0.5s ease-out;
}




.nav_box ul li a:hover:before, .nav_box ul li a:focus:before, .nav_box ul li a:active:before {
    left: 0;
    right: 0;
}


.nav_box ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -6px;
    background: linear-gradient(90deg, #a38dfd, #fe525b);
    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;
}


.nav_box.active ul{
    padding: 0;
}

#new_shopping_cart{
    display: none;
}

@media (max-width: 991px){
   #old_shopping_cart{
       display: none;
   } 
   #new_shopping_cart{
        display: block;
        position: absolute;
        top: 16px;
        right: 37px;
        border-right: 0px !important;
   }
}













 /* search start  */
 .overlay {
 height: 100%;
 width: 100%;
 display: none;
 position: fixed;
 z-index: 100000;
 top: 0;
 left: 0;
 background-color: rgb(0,0,0);
 background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
 position: relative;
 top: 46%;
 width: 80%;
 text-align: center;
 margin-top: 30px;
 margin: auto;
}

.overlay .closebtn {
 position: absolute;
 top: 20px;
 right: 45px;
 font-size: 60px;
 cursor: pointer;
 color: white;
}

.overlay .closebtn:hover {
 color: #ccc;
}

.overlay input[type=text] {
 padding: 15px;
 font-size: 17px;
 border: none;
 float: left;
 width: 80%;
 background: white;
}

.overlay input[type=text]:hover {
 background: #f1f1f1;
}

.overlay button {
 float: left;
 width: 20%;
 padding: 15px;
 background: #ddd;
 font-size: 17px;
 border: none;
 cursor: pointer;
}

.overlay button:hover {
 background: #bbb;
}