/* 
------------------------------------------------------------
Template Name    : Impact Computers
OpenCart Version : 2.3.0.2
Description		 : Theme Stylesheet file
------------------------------------------------------------ 
*/

body {
    width: 100%;
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    background: #fff;
}

/* Heading Styles Starts */

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

/*!*TASK 880 Start*!*/
/*a.asc:after {*/
/*	content: " \f107";*/
/*	font-family: FontAwesome;*/
/*	font-size: 14px;*/
/*}*/
/*a.desc:after {*/
/*	content: " \f106";*/
/*	font-family: FontAwesome;*/
/*	font-size: 14px;*/
/*}*/
/*!*TASK 880 End*!*/
.page-heading-1 {
    margin-bottom: 20px;
    padding: 12px 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #393939;
}

.page-heading-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #232021;
}

.page-heading-10 {
    margin-bottom: 20px;
    padding: 12px 16px;
    color: #000;
    /*text-transform: uppercase;*/
    background-color: #F4F6F6;
}

.main-heading-1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #303030;
    border-bottom: 1px solid #303030;
}

.main-heading-1.alt {
    margin-bottom: 10px;
}

.sub-heading-1 {
    color: #222;
}

/* Standard Styles Starts */

a {
    color: #ed1d25;
}

a:hover,
a:focus {
    color: #ce0f17;
}

a:focus {
    outline: none;
}

.fa {
    font-size: 12px;
}

.fa-1x {
    font-size: 1em !important;
}

/* Form Styles Starts */

legend {
    font-size: 18px;
    padding: 7px 0;
    color: #393939;
}

label {
    font-size: 14px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
nput[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Buttons Styles Starts */

.btn.btn-main,
.btn.btn-secondary {
    border: none;
}

.btn-main {
    font-size: 14px;
    font-weight: 500;
    background-color: #393939;
    border-radius: 4px;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active {
    background-color: #ff0000;
    border-radius: 4px;
}

.btn-impact {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #FF0000 !important;
    /*border-radius: 4px !important;*/
}

.btn-impact:hover,
.btn-impact:focus,
.btn-impact:active {
    background-color: #000 !important;
}

.btn-secondary {
    background-color: #555;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #222;
}

.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
}

.buttons {
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* Bootstrap Issues Fixes Styles Starts */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Layout Styles Starts */

#content {
    min-height: 600px;
}

hr {
    border-color: #b0b0b0;
}

.hr-1 {
    border-color: #ccc;
}

#content .form-control {
    border: 1px solid #dadada;
}

#content .form-control:focus {
    border-color: #b7b7b7;
}

/* Sticky Header Styles Starts */

.sticky-header {
    padding-top: 4px;
    padding-bottom: 6px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(57, 57, 57, 0.9);
    border-bottom: 2px solid #e21f27;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.4);
}

.sticky-header #search {
    margin-top: 0;
    margin-bottom: 0;
}

.sticky-header #search .form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
}

.sticky-header #search .btn {
    padding: 5px 10px;
}


.sticky-header #msearch {
    margin-top: 0;
    margin-bottom: 0;
}

.sticky-header #msearch .form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 24px;
}

.sticky-header #msearch .btn {
    padding: 5px 10px;
}


.sticky-header ul {
    margin-top: 6px;
    margin-bottom: 0;
}

.sticky-header li,
.sticky-header li a {
    color: #fff;
    font-weight: bold;
}

.sticky-header li .fa {
    margin-right: 8px;
}

.mobile-toggle {
    font-size: 18px;
    vertical-align: middle;
}

/* Sticky Header For Mobile Styles Starts */

.sticky-header ul > li > a:hover,
.sticky-header ul > li > a:focus,
.top-bar.mobile ul > li > a:hover,
.top-bar.mobile ul > li > a:focus {
    text-decoration: none;
}

.sticky-header ul > li .dropdown-menu,
.sticky-header ul > li .dropdown-menu a,
.top-bar.mobile ul > li .dropdown-menu,
.top-bar.mobile ul > li .dropdown-menu a {
    color: #666;
}

.sticky-header ul > li .dropdown-menu a:hover,
.sticky-header ul > li .dropdown-menu a:focus,
.top-bar.mobile ul > li .dropdown-menu a:hover,
.top-bar.mobile ul > li .dropdown-menu a:focus {
    color: #222;
}

/* Header Wrap Styles Starts */

.header-wrap {
    margin-bottom: 20px;
}

/* Top Bar Styles Starts */

.top-bar,
.top-bar.mobile {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #393939;
}

.top-bar ul {
    margin-bottom: 0;
}

.top-bar.mobile ul {
    margin-top: 4px;
}

.top-bar li {
}

.top-bar li,
.top-bar li a {
    color: #fff;
}

.top-bar li .fa {
    margin-right: 8px;
    font-size: 14px;
}

.top-bar.mobile li .fa {
    margin-right: 0;
}

.top-bar.mobile li .dropdown-menu.cart .fa {
    margin-right: 5px;
}

/* Main Header Styles Starts */

.main-header {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #f1f1f1 url(../image/header-bg.png) repeat-x top;
    border-bottom: 2px solid #ed1c24;
    -webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.3);
}

/* Search Styles Starts */

#search {
    margin-top: 11px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

#search .form-control {
    color: #7c7c7c;
}

#search .btn {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ff0000;
}

#search .btn:hover,
#search .btn:focus {
    background-color: #000;
}

#search .form-control,
#search .btn {
    border: none;
}


#msearch {
    margin-top: 11px;
    padding: 3px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

#msearch .form-control {
    color: #7c7c7c;
}

#msearch .btn {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ff0000;
}

#msearch .btn:hover,
#msearch .btn:focus {
    background-color: #000;
}

#msearch .form-control,
#msearch .btn {
    border: none;
}

/* Toll Free & Live Help Styles Starts */

.toll-free,
.live-help {
    /*	margin-top: 7px;*/
}

.toll-free h3,
.live-help h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.toll-free h3 {
    font-size: 22px;
}

.toll-free .fa,
.live-help .fa {
    margin-right: 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 26px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
}

.toll-free .fa,
.live-help .fa,
.toll-free .fa + div,
.live-help .fa + div {
    margin-top: 9px;
}

.toll-free .fa + div p,
.live-help .fa + div p {
    margin-bottom: 0;
}

/* Notification Styles Starts */

.alert {
    padding: 8px 14px 8px 14px;
}

/* Breadcrumb Styles Starts */

.breadcrumb {
    margin: 10px 0 25px;
    padding: 0 0 13px;
    background: none;
    border: dotted #868686;
    border-width: 0 0 2px;
}

.breadcrumb > li {
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '\f101';
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb > li,
.breadcrumb > li + li:before,
.breadcrumb > li a {
    color: #000;
}

.breadcrumb > li a:hover,
.breadcrumb > li a:focus,
.breadcrumb > li:last-of-type a {
    color: #ff0000;
}

/* Carousel Styles Starts */

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* Products Box Styles Starts */

.product-module {
}

.product-module-title {
    margin-bottom: 30px;
    color: #303030;
    font-weight: 500;
    text-transform: uppercase;
}

.product-module-title:after {
    content: "";
    margin-top: 10px;
    width: 40px;
    height: 2px;
    display: block;
    background-color: #ed1c24;
}

.product-module-item {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.product-module-item:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.product-module-item img {
    margin-left: auto;
    margin-right: auto;
}

.product-module-item h5 {
    margin-bottom: 13px;
}

.product-module-item h5,
.product-module-item h5 a {
    color: #141414;
}

.product-module-item h5 a:hover,
.product-module-item h5 a:focus {
    color: #ed1c24;
}

.product-module-item .caption {
    min-height: 120px;
}

/*
.product-module-item .price-new,
.product-module-item .price-old {
    font-size: 12px;
    font-weight: 500;
}
.product-module-item .price-old + .price-new {
    margin-top: -10px;
}
.product-module-item .price-old span {
    text-decoration: line-through;
}

*/
.product-module-item .button-group {
    margin-top: 10px;
}

.product-module-item .button-group .btn {
    padding: 0;
}

.product-module-item .button-group .btn .fa {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}

.product-module-item .button-group .btn-cart {
    padding: 3px 12px 3px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: #231f20;
    border: none;
}

.button-group .btn-cart {
    padding: 3px 12px 3px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: #231f20;
    border: none;
}

.product-module-item .button-group .btn-quote {
    padding: 3px 12px 3px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: #229ac8;
    border: none;
}

.product-info .btn-quote {
    padding: 3px 12px 3px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background: #229ac8;
    border: none;
}

.product-module-item .button-group .btn-cart:hover,
.product-module-item .button-group .btn-cart:focus {
    background-color: #ed1d25;
}

.product-module-item .button-group .btn-cart .fa {
    color: #fff;
}

.product-module-item .button-group .btn + .btn {
    margin-left: 10px;
}

.product-module-item .button-group .btn-wishlist,
.product-module-item .button-group .btn-compare {
    color: #a3a3a3;
    background-color: #fff;
    border: 1px solid #bbb;
}

.product-module-item .button-group .btn-wishlist:hover,
.product-module-item .button-group .btn-compare:hover {
    color: #fff;
    background-color: #ed1d25;
    border: 1px solid #ed1d25;
}

.product-module-item h5,
.product-module-item .price-new,
.product-module-item .price-old {
    margin-bottom: 5px;
}

/* HTML Module Styles Starts */

.common-home .html-module h2 {
    margin-top: 0;
}

/* Panel Smart Styles Starts */

.panel-smart {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.panel-smart .panel-heading {
    padding: 12px 20px;
    background-color: #303030;
}

.panel-smart .panel-heading .panel-title {
    color: #fff;
    text-transform: uppercase;
}

.panel-smart .panel-body {
    padding: 10px;
}

.panel-smart .list-group {
    margin-bottom: 0;
}

.panel-smart .list-group a {
    padding: 1px 0 0;
    color: #000;
    text-transform: uppercase;
    border: none;
}

.panel-smart .list-group a.child {
    margin-left: 18px;
}

.panel-smart .list-group a.child + a.child {
    padding-top: 1px;
}

.panel-smart .list-group a.parent:before {
    content: "\f054";
    margin-right: 5px;
    color: #ff0000;
    font-size: 10px;
}

.panel-smart .list-group a.parent:before:hover,
.panel-smart .list-group a.parent:before:focus {
    text-decoration: underline;
}

.panel-smart .list-group a .fa,
.panel-smart .list-group a:hover .fa,
.panel-smart .list-group a:focus .fa {
    text-decoration: none;
}

.panel-smart .list-group a.active,
.panel-smart .list-group a.active,
.panel-smart .list-group a.active:hover,
.panel-smart .list-group a.active:focus,
.panel-smart .list-group a:hover,
.panel-smart .list-group a:focus {
    background: none;
    border: none;
}

.panel-smart .list-group a.active,
.panel-smart .list-group a:hover.active,
.panel-smart .list-group a.parent:before,
.panel-smart .list-group a:hover,
.panel-smart .list-group a:focus {
    color: #ff0000;
}

/* Category Module Toggle Styles Starts */

.showmore {
}

.showmore_content {
    position: relative;
    overflow: hidden;
}

.showmore_trigger {
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    text-align: right;
}

.showmore_trigger span {
    display: block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.showmore_trigger:hover span {
    color: #ff0000;
}

/* Category Module & List Group Item Styles Starts */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* Filter Module Styles Starts */

.panel-filter {
    border: none;
}

.panel-filter .panel-heading {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #ff0000;
    border: none;
}

.panel-filter .panel-body {
    padding: 0;
}

.list-group-box {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.list-group-box a.list-group-item {
    color: #303030;
    font-size: 14px;
}

.list-group-box a.list-group-item,
.list-group-box a.list-group-item:hover,
.list-group-box a.list-group-item:focus,
.list-group-box a.list-group-item.active {
    background: none;
    border: none;
    text-shadow: none;
}

.list-group-box .list-group-item {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.list-group-box .filter-group {
    margin-top: 15px;
}

.list-group-box .filter-group div {
    margin-bottom: 0;
}

.list-group-box .filter-group div + div {
    margin-top: 5px;
}

.panel-filter .panel-footer {
    padding: 0;
    background: none;
    border: none;
}

#button-filter.btn {
    padding: 10px 20px;
}

/* Content Box Styles Starts */

.content-box-1 {
    margin-bottom: 20px;
}

/* Category Product Filters */

.cat-product-filter {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #868686;
}

.cat-product-filter #list-view,
.cat-product-filter #grid-view {
    padding-top: 6px;
}

.cat-product-filter .btn {
    padding: 0;
    color: #303030;
}

.cat-product-filter .btn.active {
    color: #ff0000;
}

.cat-product-filter .btn:focus {
    outline: none;
}

.cat-product-filter .btn + .btn {
    margin-left: 10px;
}

.cat-product-filter .btn .fa {
    font-size: 18px;
}

.cat-product-filter .form-group {
    margin-bottom: 0;
}

.cat-product-filter .input-group-addon {
    color: #303030;
    font-size: 14px;
    background: none;
    border: none;
}

.cat-product-filter .form-control {
    border: 1px solid #dadada;
}

.cat-product-filter .form-control:focus {
    border-color: #b7b7b7;
}

/* Product Page Styles Starts */

.product-info {
    margin-bottom: 40px;
}

.product-info .page-heading-2 {
    margin-bottom: 40px;
}

.product-images {
}

.product-images-thumb {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.product-images-thumb:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.product-images-thumb .img-center {
    display: block;
}

.product-images-additional {
    margin-left: -12px;
    margin-bottom: 20px;
}

.product-images-additional li {
    margin-left: 12px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
}

.product-images-additional li:hover,
.product-images-additional li:focus {
    border-color: #a0a0a0;
}

.product-details {
}

.product-details .manufacturer-list {
    font-size: 14px;
}

.product-details .manufacturer-list li {
}

.product-details .manufacturer-list li + li {
    margin-top: 5px;
}

.product-details .manufacturer-list li span {
    display: inline-block;
    /*width: 120px;*/
    font-weight: 500;
    color: #000;
}

.product-details .manufacturer-list li a {
    color: #303030;
}

.product-details .manufacturer-list li,
.product-details .manufacturer-list li a:hover,
.product-details .manufacturer-list li a:focus {
    color: #ff0000;
}


.product-details .price-new {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    /*font-size: 18px;*/
}

.product-details .price-old {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.product-details .price-old + .price-new {
    margin-top: 10px;
}

.product-details .price-old span {
    text-decoration: line-through;
}

.product-options-list {
    margin-top: 20px;
}


.product-options-list .qty-wrap {
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 5px;
}

.product-options-list .qty-wrap .control-label {
    margin-right: 20px;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
}

.product-options-list .qty-wrap .form-control {
    width: auto;
    display: inline-block;
}

.product-options-list .qty-wrap + .button-group {
    padding-bottom: 5px;
}

.product-options-list .button-group .btn {
    padding: 0;
}

.product-options-list .button-group .btn .fa {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
}

.product-options-list .button-group .btn-cart {
    margin-top: 6px;
    padding: 3px 16px 3px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    background: #231f20;
    border: none;
}

.product-options-list .button-group .btn-cart:hover,
.product-options-list .button-group .btn-cart:focus {
    background-color: #ed1d25;
    outline: none;
}

.product-options-list .button-group .btn-cart .fa {
    color: #fff;
}

.product-options-list .button-group .btn + .btn {
    margin-left: 10px;
}

.product-options-list .button-group .btn-wishlist,
.product-options-list .button-group .btn-compare {
    margin-top: 10px;
    color: #a3a3a3;
    background-color: #fff;
    border: 1px solid #bbb;
}

.product-options-list .button-group .btn-wishlist:hover,
.product-options-list .button-group .btn-compare:hover {
    color: #fff;
    background-color: #ed1d25;
    border: 1px solid #ed1d25;
}

/* Tabs Styles Starts */

.tabs-panel.tabs-1 {
    margin-bottom: 20px;
}

.tabs-1 .nav-tabs {
    margin-bottom: 0;
    border: none;
}

.tabs-1 .nav-tabs > li {
    margin-bottom: 0;
    display: inline-block;
    float: none;
}

.tabs-1 .nav-tabs > li.active {
    margin-bottom: -1px;
}

.tabs-1 .nav-tabs > li + li {
    margin-left: 6px;
}

.tabs-1 .nav-tabs > li,
.tabs-1 .nav-tabs > li a,
.tabs-1 .nav-tabs > li:hover a,
.tabs-1 .nav-tabs > li:focus a,
.tabs-1 .nav-tabs li.active {
    border-bottom: 0;

}

/* .tabs-1 .nav-tabs > li.active + li:before { content: "\f101"; 	}*/
.tabs-1 .nav-tabs li a {
    padding: 15px 30px;
    color: #141414;
    font-size: 14px;
    font-weight: 500;
    background: #f1f1f1 url(../image/tab-nav-bg.png) repeat-x top;
    border: solid #dbdbdb;
    border-width: 1px 1px 0 1px;
    text-decoration: underline;
}

.tabs-1 .nav-tabs li.active a {
    color: #000;
    background: #fff url(../image/tab-nav-h-bg.png) repeat-x top;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #fff;
    text-decoration: underline;
}

.tabs-1 .tab-content {
    padding: 20px;
    border: 1px solid #dbdbdb;
}

/* Fixes For Product Layouts For Left & Right Columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* Fixes For Mobile Cart Quantity Input Field */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* Panel Styles Starts */

.panel {
    background: #fff;
}

.panel-default {
    color: #282828;
    border: 1px solid #d4d3d3;
}

.panel-default > .panel-heading {
    padding: 15px 20px;
    color: #515151;
    background: #f9f9f9;
}

.panel-default > .panel-heading,
.panel-title,
.panel-default > .panel-heading a {
    font-weight: normal;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #d4d3d3;
}

/* Well Block Styles Starts */

.well {
    background-color: #f9f9f9;
    border-color: #d4d3d3;
}

.well h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: normal;
}

.well .control-label {
    font-weight: bold;
}

/* Pagination Styles Starts */

.pagination-wrap {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px dotted #868686;
}

.pagination {
    margin: 0;
}

.pagination > li > a {
    background: #313131;
    border-color: #313131;
}

.pagination > li > a,
.pagination > li > span {
    margin-right: 10px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: #545454;
    border-color: #545454;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #ff0000;
    border-color: #ff0000;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: #fff;
}

.results {
    padding-top: 8px;
}

/* Footer Styles Starts */

.main-footer {
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #f1f1f1;
    border-top: 1px solid #cacaca;
}

.logo-foot {
    margin-bottom: 15px;
}

.main-footer h6 {
    margin-bottom: 10px;
    color: #ff0000;
    text-transform: uppercase;
}

.main-footer h6:after {
    content: "";
    margin-top: 5px;
    width: 60px;
    height: 2px;
    display: block;
    background-color: #ed1f24;
}

.main-footer ul {
    margin-bottom: 0;
}

.main-footer li + li {
    margin-top: 1px;
}

.main-footer li:before {
    content: "\f105";
    margin-right: 8px;
}

.main-footer li,
.main-footer li a {
    color: #191919;
}

.main-footer li:before,
.main-footer li a:hover,
.main-footer li a:focus {
    color: #ed1f24;
}

/* Copyright Styles Starts */

.copyright {
    padding-top: 14px;
    padding-bottom: 4px;
    color: #fff;
    background-color: #212121;
}

.copyright p,
.copyright ul {
    margin-bottom: 0;
}

/* List Styles Starts */

.list-style-1 {
    margin-bottom: 20px;
}

.list-style-1.alt {
    margin-bottom: 10px;
}

.list-style-1 li {
    padding-top: 10px;
}

#column-right .list-style-1 li {
    padding-top: 1px;
}

.list-style-1 li:before {
    content: "\f054";
    margin-right: 10px;
    color: #ff0000;
    font-size: 10px;
}

.list-style-1 li,
.list-style-1 li a {
    color: #000;
}

.list-style-1 li:before,
.list-style-1 li a:hover,
.list-style-1 li a:focus {
    color: #ff0000;
}

.list-style-1 li > ul {
    margin-left: 20px;
}

/* Generic Styles Starts */

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: 700;
}

.text-ultra-bold {
    font-weight: 900;
}

.text-spl-color {
    color: #ff0000;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-border-radius,
.flat,
.breadcrumb,
.panel-smart .list-group-item,
.panel-smart .list-group-item:first-child,
.panel-smart .list-group-item:last-child,
.cat-product-filter .input-group-addon,
.cat-product-filter .form-control,
.list-group-box .list-group-item,
.list-group-box .list-group-item:first-child,
.list-group-box .list-group-item:last-child,
.tabs-1 .nav-tabs li a,
.pagination > li > a,
.pagination > li > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.form-control,
.btn-main,
.btn-secondary,
.well,
.panel-default > .panel-heading,
.panel-group .panel,
.img-thumbnail {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#search,
#search .btn,
.product-module-item .button-group .btn-cart,
.product-options-list .button-group .btn-cart {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.button-group .btn-quote,
.product-options-list .button-group .btn-quote {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sticky-header #search,
.sticky-header #search .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


#msearch,
#msearch .btn,
.product-module-item .button-group .btn-cart,
.product-options-list .button-group .btn-cart {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.button-group .btn-quote,
.product-options-list .button-group .btn-quote {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sticky-header #msearch,
.sticky-header #msearch .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.no-boxshadow,
#search .form-control,
#search .btn,
.product-module-item .button-group .btn,
.cat-product-filter .form-control:focus,
#content .form-control:focus,
.panel-filter,
.list-group-box .list-group-item,
.list-group-box .list-group-item:first-child,
.list-group-box .list-group-item:last-child,
.list-group-box .list-group-item,
.btn-main,
.product-options-list .btn,
.well,
.panel-default > .panel-heading,
.panel-group .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


#msearch .form-control,
#msearch .btn,
{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.font-awesome,
.breadcrumb > li + li:before,
.list-style-1 li:before,
.panel-smart .list-group a:before,
.tabs-1 .nav-tabs > li:before,
.tabs-1 .nav-tabs > li a:before,
.tabs-1 .nav-tabs li a::before,
.main-footer li:before {
    font-family: 'FontAwesome';
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
}

.animation,
.animation a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.animation-1,
.animation-1 a {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}


.chat-offline {
    color: #ff0000;
}

.chat-online {
    color: green;
}

.panel-side-menu {
    background: none;
}

.mobile-toggle-bar {
    font-size;
    18px;
}


@media (max-width: 478px) {

    /* Cart Styles Starts */
    #cart .dropdown-menu {
        width: 100%;
    }

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }

    /* Tabs Styles Starts */
    .tabs-1 .nav-tabs > li {
        display: block;
    }

    .tabs-1 .nav-tabs > li,
    .tabs-1 .nav-tabs > li.active {
        margin-bottom: 0;
    }

    .tabs-1 .nav-tabs > li + li {
        margin-left: 0;
    }


}

@media (min-width: 50px) and (max-width: 478px) {
    .product-module-item {
        min-height: 380px !important;
    }
}


.ribbon {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    display: block !important;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

span.pLabel {
    width: 120px !important;
}

span.helpTip {
    color: red !important;

}

.page-heading-1 {
    font-size: smaller !important;
}

.page-heading-2 {
    font-size: medium !important;
}

.panel-title {
    font-size: smaller !important;
}


/* */


.fix-image-latest-minHeight {
    min-height: 110px !important;
    align-content: center;
    vertical-align: middle;

}

.fix-image-product-minHeight {
    min-height: 410px !important;
    align-content: center;
    vertical-align: middle;
}


.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

.row.no-pad > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


.row.low-pad {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.row.low-pad > [class*='col-'] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}