/* BASIC css start */
#header .header_top .logo {width:48px !important;}
#header .header_top .basket a span {background:#506ada !important;}
.brandStory {
    background: #f9f4ec;
    text-align: center;
}

.brandStory h3 {
    color: #252525;
    font-size: 14px;
    line-height: 1.45;
    padding-top: 50px;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

.brandStory h3:after {
    content: "";
    background: #252525;
    width: 23px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.brandLogo {
    position: relative;
    margin: 0 15px;
    padding: 27px 0 23px;
}

.brandLogo img {
    width: 69px;
}

.brandLogo span:nth-child(1) {
    color: #252525;
    font-size: 10px;
    letter-spacing: -0.25px;
    font-weight: 700;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: rotate(90deg);
}

.brandLogo span:nth-child(2) {
    color: #252525;
    font-size: 10px;
    letter-spacing: -0.25px;
    font-weight: 700;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: rotate(90deg);
}

.brandDesc {
    color: #252525;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.brandThumb {
    padding-top: 35px;
}

.brandThumb img {
    width: 100%;
}

#footer {
    margin-top: 0 !important;
} 
/* BASIC css end */

