body{
    font: 400 13px/1.35 PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
}

.text-left {text-align: left !important}
.text-center {text-align: center !important}
.text-right {text-align: right !important}

#header .innovatory-cart .cart>span.icon.cart_icon {
    background-image: url(../img/icon.png);
}
@media screen and (min-width: 1051px){
    .user-info .icon-wrap-circle .icon {
        background-image: url(../img/icon.png);
    }
}
.cat-drop-menu {
    min-height: 440px !important;
}
@media screen and (min-width: 1051px) {
    #header+div, #header+section, #header+aside {
        margin-top: 173px !important;
    }
}

@media screen and (max-width: 767px) {
    .banner-col {
        display: none;
    }
}
.it-menu-vertical .menu-dropdown .it-menu-row {
    display: list-item;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
#my-orders-table tr th, #my-orders-table tr td {
    border: 1px solid #e2e2e2;
    padding: 4px;
}
.sitemap ul li.current a {
    color: green !important;
    font-weight: bold;
}

/*color change*/
#header .header-top {
	padding: 0;
	background: #fff;
}
.search-widget form input[type="text"] {
	border: 1px solid #d6d4d4 !important;
}

.user-info {
    background: #020c48;
    padding: 10px 20px;
    border-radius: 30px;
}

@media screen and (min-width: 1051px) {
    #header .sticky, #index #header .sticky {
        background-color: #020c48;
    }
}

@media screen and (max-width: 1050px) {
    #header .header-nav #menu-icon {
        color: #8e8d8d;
    }
}

/* New-label */
/*.innovatoryProductGrid .innovatoryProduct-container:hover .innovatoryNew-label {*/
.innovatoryProductGrid .innovatoryProduct-container .innovatoryNew-label {
    background: #83c127;
    color: #fff;
    text-align: center;
    font-weight: 300;
    border-radius: 0 20px 20px 0;
}

/* Sale-label */
/*.innovatoryProductGrid .innovatoryProduct-container:hover .innovatorySale-label {*/
.innovatoryProductGrid .innovatoryProduct-container .innovatorySale-label {
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-weight: 300;
    border-radius: 20px 0 0 20px;
}

.innovatoryProductGrid .item {
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
}
.innovatoryProductGrid .item:hover {
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 8px 0px;
}
.out-of-stock span {
	color: red;
}
.in-stock span {
	color: green;
}
.it-menu-vertical li.level-1>a {
    line-height: 40px;
}
.innovatoryProductGrid .innovatoryNew-label {
    left: 0; 
}
.innovatoryProductGrid .innovatorySale-label {
    right: 0;
}