/* -- Imported styles ----------------------------- */
@import url("global.css");
@import url("style.css");
@import url("box.css");
@import url("colorpage.css");
.clr::after {
	content:'';
	display:block;
	clear:both;
}
.box-cat-title a {
	color:#FFF;
}
body.open #m-blocker::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.75);
    z-index: 9998;
}
.add-to-cart-success {
    cursor: default;
    position: fixed;
    background: #fff;
    padding: 20px;
    z-index: 9999;
    top: 50%;
    left: 50%;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.add-to-cart-success span {
    display: block;
    width: 24px;
    height: 24px;
    z-index: 9999;
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
}
.add-to-cart-success a {
    background: #339933;
    border: none;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 100;
    vertical-align: top;
    padding: 0;
    line-height: 33px;
    width: 270px;
    display: block;
}
.add-to-cart-success .text::before {
    content: '\f058';
    font-family: FontAwesome;
    color: #31ba53;
    font-size: 20px;
    padding-right: 25px;
}


/*Custom/**/
@media (max-width: 768px){
    #vnt-banner .item img {
        /*width: 200% !important;*/
        /*max-width: none;*/
        /*transform: translate(-33.33%, 0%);*/
    }
}