* {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body {
    margin: 0;
    padding: 0 !important;
    min-width: 768px;
}

#content {
    width: 100%;
    margin: 0;
    float: none;
}

.container {
    width: auto;
    min-width: 750px;
}

#wrapper {
    width: 990px !important;
    max-width: none !important;
}

a[href]:after {
    content: none;
}

.page-product .hidden-xs {
    display: block;
}

.page div.panel:nth-child(2) {
    display: none !important;
}

.page div.panel:nth-child(3),
.page div.panel:nth-child(4) {
    display: block !important;
}

.page .thumbnail {
    text-align: center;
}

.page .category-menu,
.page-product .category-menu,
.page-product-list-1 .category-menu,
.page-product-list-2 .category-menu, {
    display: block !important;
}

.page-product-list-1 .hidden-print {
    display: block !important;
}

.page-product div.panel:nth-child(1) {
    display: block !important;
}

.page-product div.panel:nth-child(2) {
    display: block !important;
}

.page-product-list-2 div.panel:nth-child(2) {
    display: block !important;
}

.page-product-list-2 form > .panel-group {
    display: none !important;
}

.page-product div.panel:nth-child(3) {
    display: none !important;
}

.page-product div.panel:nth-child(4) {
    display: none !important;
}

.page-product .row .col-md-12 .hidden-xs {
    display: block !important;
}

.page-product .form-control {
    width: initial;
    display: inline-block;
}

.col-md-9 {
    float: right;
    width: 74.9%;
}

.col-md-8 {
    float: left;
    width: 69%;
}

.col-md-4 {
    float: left;
    width: 29%;
}

.col-md-3 {
    float: left;
    width: 24.9%;
}

.page-product-list-2 .productListing-data p {
    display: none !important;
}