body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #BABABA;
    background: #292929;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

button {
    outline: none
}

/* default font size */
.fa {
    font-size: inherit;
    line-height: inherit;
}

/* Override the bootstrap defaults */
h1,h2,h3,h4,h5,h6{
    color: #5B605F;
}
h1, h2, h3, h4 {
    margin-bottom: 20px;

}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
    text-transform: uppercase;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a, a:visited {
    color: #777;
    outline: none;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
    color: #FD6D41
}

a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #FD6D41
}

.page {
    width: 1308px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

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

label {
    font-size: 12px;
    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, input[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;
    border-radius: 0
}

.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;
}


.nav-tabs {
    margin-bottom: 15px;
}

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

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #E74C3C;
    background-repeat: repeat-x;
}

/* top */
#top {
    background: #5B605F;
}

#top #currency .currency-select {
    text-align: left;
}

#top-links {
    margin-top: 21px;
}

#top-links a {
    font-size: 11px;
    text-transform: uppercase;
    color: #A1A194;
}

#top-links a:hover {
    color: #E74C3C;
}

#top .btn-link, #top-links li {
    text-decoration: none;
}

#top-links li a:hover i,
#top-links li a.active i,
#top-links li a.active {
    color: #E74C3C;
}

#top-links li a i {
    color: #E74C3C;
    font-size: 11px;
    margin-right: 2px;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
}

#top-links ul {
    margin: 0
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 75px 0 76px;
    float: left;
}

/* phone  */
.phone {
    float: right;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #5B605F;
    margin: 5px 51px 0 0;
    font-family: 'Open Sans', sans-serif;
}

.phone span {
    display: inline-block;
    margin-left: 5px;
}

.phone a {
    display: inline-block;
    margin-top: 5px;
}

.phone i {
    font-size: 40px;
    line-height: 40px;
    color: #E74C3C;
}

/* search */
#search {
    position: relative;
    z-index: 46;
    float: right;
background: #EEEFE9;
    box-sizing: border-box;
    padding-right: 30px;
    width: 286px;
}

#search button:active,
#search button:hover {
    color: #E74C3C
}

#search button {
    background: none;
    border: none;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -14px;
    line-height: 24px;
    color: #A1A194;
    font-size: 26px;
    transition: .3s;
}

#search button i {
    display: block;
    font-size: 26px;
}

#search input {
    line-height: 24px;
    height: 60px;
    padding: 18px 20px;
    width: 100%;
    display: block;
    border: none;
    background: transparent;
    outline: none;
}

#button-search{
    margin-bottom: 20px;
}

.box-right {
    margin-top: 83px;
}

.box-right-bottom {
    float: right;
    padding: 10px 5px;
}

.box-right-bottom a {
    display: block;
    float: left;
    background-color: #333;
    border: 1px solid #000;
    color: #FFF;
    font-size: 13px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
}

.box-right-bottom a:hover {
    background-color: #E74C3C;
    border-color: #D45634;
}

.box-right-bottom a > i {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 20px;
}

/* cart */
.box-cart {
    position: relative;
    float: right;
}

.box-cart .btn-danger i {
    font-size: 13px;
}

.box-cart .btn-danger {
    border: 0;
    padding: 0;
    background: none;
    color: #333
}

.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
    background: none;
    color: #E74C3C
}

#cart {
    position: relative;
}

#cart > button i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 24px;
    display: block;
    float: left;
    background: #E74C3C;
    color: #FFF;
}

#cart .dropdown-menu tr td button i{
    transition: .3s;
}

#cart .dropdown-menu tr td button:hover i{
    color: #E74C3C;
}


#cart > button {
    border: 0;
    padding: 0;
    padding-right: 14px;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 60px;
    font-family: 'Arial';
    background: #A1A194;
    transition: .3s;
}
#cart > button:hover {
    background: #E74C3C;
}
#cart > button:hover #cart-total{
    color: #FFF;
}

#cart strong {
    color: #FFF;
}

#cart .btn {
    margin-bottom: 2px;
}

#cart tr:first-child td {
    border-top: 0;
}

#cart td {
    font-size: 13px;
}

#cart td .name a {
    font-size: 14px;
}

#cart .total td strong {
    font-size: 12px;
    color: #BABABA;
}

#cart .text-right .btn-primary{
    color: #FFF!important;
}

#cart .total td {
    border: 0;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: #E74C3C
}

#cart .price-cart {
    color: #E74C3C;
    font-weight: bold;
}

#cart > button > span {
    color: #E74C3C;
}

#cart > button:hover,
#cart.open > button {
}

#cart button .caret {
    font-size: 13px;
    color: #5B605F;
}

#cart #cart-total {
    color: #5B605F;
    text-transform: uppercase;
    transition: .3s;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #FFF;
    z-index: 1001;
}

#cart .dropdown-menu img {
    max-width: 50px
}

#cart .dropdown-menu {
    min-width: 260px;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td {
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
    color: #333
}

.cart-q {
    max-width: 100px;
    float: none;
    display: inline-block;
    margin-right: 3px;
}

.shoping_cart td {
    vertical-align: middle !important;
}

input#input-voucher,
input#input-coupon {
    display: inline-block;
    width: 45%;
    margin-right: 5px;
}

/* menu */
#menu-gadget {
    display: none;
}

#menu {
    background-color: #FFF;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    z-index: 25;
    top: 0;
    width: 100%;
    min-height: inherit;
    margin-bottom: 0;
    border-radius: 0
}

#menu .nav > li > a:hover {
    color: #E74C3C;
    background: none;
}

#menu .nav > li {
    padding: 0 15px;
}

#menu .nav > li > a {
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #777;
    padding: 17px 0;
    margin: -1px 0;
    background-color: transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #000;
    border-color: #000;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #FFF;
    background-color: #229AC8;
    background-image: linear-gradient(to bottom, #23A1D1, #1F90BB);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229AC8;
    background-image: linear-gradient(to bottom, #23A1D1, #1F90BB);
    background-repeat: repeat-x;
    border-color: #1F90BB #1F90BB #145E7A;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #FFF;
    background-color: #229AC8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #FFF;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #FFF;
    }
}

/* content */
#content {
    min-height: 600px;
}

.icon {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 50px;
    color: #FFF;
    background: #E74C3C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: .3s;
}

.icon:hover {
    color: #FFF;
    background-color: #333;
}

.icon:before {
    font-family: 'FontAwesome';
}

.icon:visited {
    color: #FFF;
}

/* footer */
.common-home footer {
    border-top: 0;
    margin-top: 0;
}

footer {
    background: #5B605F;
    padding-top: 59px;
}

footer h5 {
    text-transform: uppercase;
    color: #E74C3C;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px;
}

.footer_box {
    margin-bottom: 15px;
}

.footer_box ul li a {
    color: #919491;
}

.footer_box ul li a:hover {
    color: #E74C3C;
}

.footer_box ul li + li {
    margin-top: 4px;
}

footer .fa-phone {
    font-size: 40px;
    line-height: 40px;
    color: #E74C3C;
    float: left;
    margin-right: 12px;
}

.socials {
    margin-top: 10px;
}

.socials a i:hover {
    color: #E74C3C
}

.socials a i {
    font-size: 25px;
    margin-right: 10px;
    color: #DDD
}

.copyright br {
    display: none;
}

.copyright {
    margin-top: 61px;
    padding: 24px 0 25px;
    font-size: 11px;
    background: #505251;
    color: #A1A194;
    line-height: 20px;
}

.copyright a {
    color: #A1A194;
}

.copyright a:hover {
    color: #E74C3C;
}

/* alert */
.alert {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 14px 8px 14px;
    z-index: 30
}

.alert-warning {
    background-color: #EC710D;
    border-color: #D45634;
}

#product .alert {
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border-radius: 0;
    border: 1px solid #DDD;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
    overflow: auto;
}

.product-thumb .btn {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    transition: .3s;
}

.product-thumb .btn.btn-add {
    font-size: 35px;
    background: #E74C3C;
}

.product-thumb .btn.btn-like {
    font-size: 30px;
    background: #A1A194;
}

.product-thumb .btn-rate {
    font-size: 25px;
    background: #5B605F;
}

.product-thumb .btn + .btn {
    margin-left: 9px;
}

.product-thumb .btn:hover,
.product-thumb .btn:visited {
    background: #000;
}

.specials ul{
    list-style-type: none;
    padding: 0;
    position: relative;
}

.btn.btn-icon i {
    font-size: 18px;
    line-height: 27px;
}

.quickview .btn{
    background: #E74C3C;
    color: #FFF;
    transition: .3s;
}
.quickview .btn:hover{
    background: #5B605F;
}

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

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

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

.dropdown-menu {
    border-radius: 0
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.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;
}

#list-view.active,
#grid-view.active {
    color: #E74C3C
}

#list-view i,
#grid-view i {
    line-height: normal;
}

#list-view,
#grid-view {
    background: none;
    box-shadow: none;
    color: #777
}

.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
    color: #FFF !important;
    text-shadow: none;
    background-color: #E74C3C;
    border: 1px solid #D45634;
    border-radius: 0;
    text-transform: capitalize;
}

.fa-times{
    color: #333;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    border-color: #000;
    background: #333;
    text-shadow: none;
    color: #FFF;
    box-shadow: none
}

address+a.btn{
    margin-top: 15px;
}

/* list group */
.list-group a {
    border: 1px solid #DDD;
    color: #888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #EEE;
    border: 1px solid #DDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFF;
    text-shadow: 0 1px 0 #000;
}

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

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

/* product list */
.product-thumb {
    margin-bottom: 30px;
}

.common-home .product-thumb {
    position: relative;
}

.common-home .product-layout.last,
.common-home .product-layout.last + div,
.common-home .product-layout.last + div + div,
.common-home .product-layout.last + div + div + div {
    border-top: 1px solid #F4F4F4;
    padding-top: 64px;
    margin-top: 46px;
}

.box .product-thumb {
    padding: 0;
}

aside .product-thumb {
    margin-bottom: 0px;
}

.product-thumb .image {
    text-align: center;
    margin-bottom: 27px;
    overflow: hidden;
}

.product-grid .product-thumb .image {
    padding: 44px 27px 48px;
    background: #FBFBFB;
    box-sizing: border-box;
}

.product-list .product-thumb .image {
    padding: 25px 27px;
}

.image img {
    background-color: #FBFBFB;
}

.product-thumb .image a {
    display: block;
}

.product-thumb:hover .image img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-list .product-thumb .image {
    margin-right: 30px;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-list .product-thumb .rating {
    right: auto;
    left: 10px
}

.product-thumb .rating {
    padding-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.rating .fa-stack {
    font-size: 8px;
    width: 1.4em
}

.rating .fa-star-o {
    color: #999;
    font-size: 11px;
}

.rating .fa-star {
    color: #E74C3C;
    font-size: 11px;
}

.rating .fa-star + .fa-star-o {
    color: #E74C3C;
}

h2.price {
    margin: 0;
}

.product-thumb .description {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 12px;
}

.price {
    line-height: 30px;
    color: #E74C3C;
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 34px;
}

.price-tax {
    font-size: 12px;
}

td .name a {
    font-size: 13px;
}

td .price, .price b {
    font-size: 18px;
    padding-bottom: 0;
}

.price-total {
    font-weight: bold;
}

.price s {
    font-size: 15px;
}

.prod-stock {
    color: #6BA239;
}

.product-thumb .price-new {
}

.price-old {
    color: #414141;
    font-size: 16px;
    text-decoration: line-through;
    margin-left: 5px;
    font-weight: 400;
    line-height: normal;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #DDD;
    background-color: #EEE;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #DDD;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #EEE;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #DDD;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #DDD;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #DDD;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.thumbnail a {
    display: block;
}

.thumbnail a:hover {
    opacity: .5;
}

.flexslider .slides img {
    width: inherit;
}

.flexslider.carousel .slides img {
    width: auto;
}

.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slides li {
    text-align: center;
}

.slides li img {
    text-align: center;
}

.flex-direction-nav a:before {
    line-height: 40px;
}

/*****************************************/
.box .name {
    margin-bottom: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.name a {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.name a:hover {
    color: #E74C3C
}

/************** BOX ***********************/
.box {
    margin-bottom: 20px;
}

aside .box .product-layout:first-child {
    margin-top: 0;
}

aside .box .product-layout {
    width: 100% !important;
    margin-top: 30px;
}

aside .box {
    margin-bottom: 30px;
}

.box h3 {
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    margin: 0 0 30px;
    text-transform: uppercase;
    padding: 24px 38px 23px;
    font-weight: 600;
    background-color: #292929;
}

.box.info .box-content ul {
    padding: 0;
}

.box.info .box-content ul li a:hover i {
    color: #333
}

.box.info .box-content ul li a i {
    font-size: 10px;
    margin-right: 10px;
    color: #E74C3C;
}

.box.info .box-content ul li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #DADADA;
}

.sale {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 29px;
    left: 29px;
    background-color: #E74C3C;
    color: #FFF;
    line-height: 19px;
    padding: 5px 8px;
    z-index: 10
}

.new_pr {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 29px;
    left: 29px;
    background-color: #EDEDED;
    color: #333;
    line-height: 19px;
    padding: 5px 8px;
    z-index: 10
}

.box .bx-wrapper .bx-controls-direction a {
    top: -79px;
}

.box .bx-wrapper .bx-next {
    right: 20px;
}

.box .bx-wrapper .bx-prev {
    left: auto;
    right: 63px;
}

/*********FACEBOOK BOX*****************/
aside .box.twitter,
aside .box.facebook {
    float: none;
    width: 100%
}

.box.facebook .box-heading h3 {
    text-align: left;
    border-bottom: 1px solid #E3E3E3;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.box.facebook {
    max-width: 370px;
    margin-bottom: 0;
}

.content_bottom .box .box-heading h3 i {
    font-size: 26px;
}

.content_bottom .box .box-heading h3 {
    border-bottom: 0;
    padding-bottom: 0;
}

.content_bottom .box.facebook .box-heading h3 {
    font-size: 25px;
}

/*********BOX TWITTER******************/
.box.twitter {
    margin-bottom: 45px;
}

/*********HEADER****************************/
header {
    background: #FFF;
}

.page {
    background: #FFF;
    overflow: hidden;
}

.header-wrap {
    position: relative;
}

/**************TM BOX CATEGORY***********************/
.box.category ul.menu {
    padding: 0;
    margin: 0;
    padding: 0 !important
}

.box-category .menu li {
    position: relative;
    list-style-type: none;
}

.box-category .menu li a {
    display: inline-block;
}

.box-category .menu li > a:hover {
    background-color: #F6F6F6;
}

.box-category .menu > li:first-child > a {
    border-top: 1px solid #DADADA;
}

.box-category .menu li > a {
    padding: 5px 20px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #DADADA;
    display: block;
}

.box-category .menu li li a {
    padding: 5px 20px;
    display: block;
    color: #777;
}

.box-category .menu li li a > i {
    color: #333;
    margin-right: 10px;
}

.box-category .menu li li li a > i {
    color: #333;
    margin-right: 10px;
    margin-left: 10px;
}

.box-category .menu li a:hover {
    color: #E74C3C;
}

.box-category .menu li li.last {
    padding-bottom: 0 !important;
}

.box-category .menu li a + i {
    position: absolute;
    display: block;
    top: 2px;
    right: 0;
    height: 24px;
    width: 24px;
}

.box-category .menu li a + i {
    display: block;
    top: 0;
    color: #C0C0C0;
    font-size: 14px;
    vertical-align: top;
    height: 30px;
    background-color: #F6F6F6;
    line-height: 30px;
    width: 30px;
    text-align: center;
    right: 0
}

.box-category .menu li a + i.fa-minus:before {
    content: '\f068' !important
}

.box-category .menu li a + i:hover {
    cursor: pointer;
    color: #E74C3C
}

.box-category .menu li a + i.opened {
    background-position: center 7px;
}

/** dropdown **/
.dropdown-menu > li > a {
    text-transform: uppercase;
    color: #777;
    padding: 3px 10px
}

.box-category .menu ul {
    width: auto;
    padding: 0px 0px;
    display: none;
}

.box-category .menu li.active > a > span {
    color: inherit;
}

.box-category .menu li > a.active,
.box-category .menu li:hover > a {
}

.box-category .menu li li a.active,
.box-category .menu li li a:hover { color: #E74C3C; }

/**************BANNERS***********************/
.banners{
    margin-top: -127px;
    padding-bottom: 75px;
    background: #D0D0C9;
    text-align: center;
}

.banner-1 h3 {
    font-size: 50px;
    line-height: 50px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 300;
}

.banner-1 h3 + .icon {
    margin-top: 70px;
}

.banners+.banners{
    margin-top: 0;
    text-align: left;
    background: #5B605F;
   
}

.banner-2 h3 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
}

.banner-2 .banner-box{
    padding: 36px 0;
    border-left: 1px solid #6c706f;
}

.banner-2 h3 + h3 {
    color: #E74C3C;
}

.banner-2 h4 {
    color: #979B9A;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.banners > div a img {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banners > div {
    text-align: center;
}

.banners > div > a {
    vertical-align: top;
    display: block;
}

.banners > div div.banner-box:hover h2 {
    margin-left: -5px;
}

.banners > div div.banner-box a {
    overflow: hidden;
}

.banners > div div.banner-box {
    position: relative;
}

.banner-box a {
    transition: .3s;
}

.banner-box > a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.banners > div .s-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banners > div .s-desc {
    padding: 20% 2% 0;
}
.banners+.banners{
    padding-bottom: 0;
}

.banners+.banners > div .s-desc {
    text-align: left;
    padding: 6% 5px 0 40%;
}

.banners > div div.banner-box:hover .s-desc span {
    background-color: #E74C3C;
    border-color: #D45634;
    margin-left: 5px;
}

.banners > div .s-desc span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding: 19px 30px;
    color: #FFF;
    background-color: #333;
    border: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banners .s-desc h3, h4 {
    margin-bottom: 0;
}

/**************Box HTML Module***********************/
.box_html {
    margin-bottom: 45px;
}

.box_html {
    font-size: 15px;
    line-height: 27px;
}

.box_html p {
    position: relative;
    display: block;
}

.box_html.advertising .color-1 {
    font-weight: bold;
    color: #E74C3C;
}

.box_html h2,
.box_html h1 {
    font-size: 42px;
    line-height: 110%;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;
}

.box_html h1 {
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.box_html.video_block {
    text-align: right;
    color: #FFF;
    padding: 13% 0;
    background: rgba(0, 0, 0, 0.44)
}

.box_html.video_block h1 {
    position: relative;
    font-size: 191px;
    line-height: 80%;
    text-transform: uppercase;
    margin: 0;
}

.box_html.video_block h2 {
    position: relative;
    font-size: 141px;
    line-height: 80%;
    text-transform: uppercase;
    margin: 0;
    text-transform: uppercase;
}

.box_html.video_block h3 {
    position: relative;
    font-size: 58px;
    line-height: 120%;
    margin: 0 0 3%;
}

.box_html.video_block h4 {
    position: relative;
    font-size: 34px;
    line-height: 100%;
    margin: 0;
}

.box_html.video_block a:hover:before {
    width: 100%;
}

.box_html.video_block a:before {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    width: 0;
    bottom: -4px;
    background-color: #FFF;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.box_html.video_block a {
    position: relative;
    display: inline-block;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0;
    color: #FFF;
    padding: 10px 0;
    border-top: 4px solid #FFF;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.box_html.events b {
    color: #E74C3C;
    margin-bottom: 10px;
}

.box_html.events h1 {
    color: #333;
    text-transform: uppercase;
    font-size: 42px;
}

.box_html.events .extra-wrap {
    margin-bottom: 30px;
}

.box_html.events div {
    position: relative;
}

.box_html.events i {
    display: block;
    float: left;
    font-size: 45px;
    color: #FFF;
    background-color: #E74C3C;
    width: 126px;
    height: 126px;
    border: 1px solid #D45634;
    text-align: center;
    vertical-align: top;
    line-height: 126px;
    margin: 0 30px 10px 0;
    position: relative;
    border-radius: 50%;
}

/***************HOME PAGE**********************/
#container {
    background: #FFF;
    padding-top: 70px;
}

#content {
    padding-bottom: 70px;
}

.header_modules .owl-carousel {
    border: 0;
    padding: 0;
    box-shadow: none
}

.header_modules .bx-wrapper .bx-caption {
    background: none;
    bottom: auto;
    top: 5%;
    max-width: 1170px;
    margin: 0 auto
}

.header_modules .bx-wrapper .bx-caption span {
    padding: 0;
    max-width: 740px;
}

/***************PRODUCT PAGE**********************/
.product_page { }

.quickview_description iframe,
.product-desc iframe {
    width: 40% !important;
    float: left;
    margin-right: 2em;
}

.product-desc ul {
    list-style: inside;
}

.product-section {
    margin-bottom: 3em;
}

.product-content-columns {
    margin-bottom: 3em;
}

.product-share {
    clear: both;
    padding: 0;
    height: 32px;
    margin-top: 1em;
}

.product-share li {
    display: inline-block;
    text-align: center;
    margin-right: 3px;
}

.product-share li a {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background: #CCC;
    color: #FFF;
}

.product-share li a:hover {
    background: #383838;
}

.product-share li i {
    line-height: 32px;
    font-size: 18px;
}

.product-buttons {
    clear: both;
    overflow: hidden;
    margin: 0 -5px 1em;
    padding: 0;
}

.product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none;
}

.product-buttons li button {
    width: 100%;
}

ul.product-section.list-unstyled li a i {
    display: none;
}

.product-section_title {
    margin-bottom: 1em;
    text-align: center;
}

.review-form-title h3:hover {
    color: #E74C3C
}

.review-form-title {
    text-align: center;
}

#reviews_form_title {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #DDD;
    padding: 0 10px 5px;
    display: inline-block;
    text-align: center;
}

#reviews_form_title:before {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #DDD;
    content: '';
    margin-left: -10px;
}

.product-review-form {
    display: none;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: none !important;
}

.product_page .price-old {
    color: #E21B1B;
}

.product_page #button-cart {
    width: 100%;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
}

.bx-wrapper .bx-controls-direction a i {
    line-height: 40px;
    vertical-align: top;
}

.bx-wrapper .bx-controls-direction a:hover {
    color: #E74C3C;
}

.bx-wrapper .bx-controls-direction a {
    background: #FFF;
    border: 1px solid #DADADA;
    color: #BABCBF;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    width: 40px;
    font-size: 15px;
}

#full_gallery {
    border: 1px solid #DDD
}

#default_gallery {
    /*border:1px solid #ececec;*/
    margin-bottom: 30px;
}

#default_gallery .bx-controls-direction,
#default_gallery .bx-controls {
    height: 100%;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev,
#default_gallery .image-thumb .bx-wrapper .bx-next {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    right: auto;
    margin: 0;
    left: auto;
    border: 0
}

#default_gallery .image-thumb .bx-wrapper .bx-prev:hover,
#default_gallery .image-thumb .bx-wrapper .bx-next:hover {
    background: #E74C3C;
}

#default_gallery .image-thumb .bx-wrapper .bx-prev {
    top: 0;
    bottom: auto;
    right: auto
}

#default_gallery .image-thumb .bx-wrapper .bx-prev i,
#default_gallery .image-thumb .bx-wrapper .bx-next i {
    line-height: 34px;
    color: #FFF;
    display: block;
}

#default_gallery .image-thumb img:hover,
#default_gallery .image-thumb .active img {
    border-color: #E74C3C
}

#default_gallery .image-thumb img {
    border: 1px solid #DDD;
}

#default_gallery .image-thumb {
    padding: 0;
    float: left;
    padding-right: 1em;
    width: 16%;
}

.product_page #default_gallery .image {
    float: left;
    width: 84%;
    background: none;
}

.zoomWindow {
    background-color: #FFF;
}

#image-additional {
    margin: 0;
    padding: 0;
}

#image-additional li {
    float: none;
    list-style: none;
}

#default_gallery .bx-wrapper {
    margin: 0 !important
}

#default_gallery img {
    background-color: #FFF;
    width: 100%
}

.product-reviews .review-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.product-reviews { }

.review-score .fa-stack {
    width: 1.5em;
    height: 1.5em;
}

.product_page h1 {
    margin-bottom: 20px;
    color: #333;
    line-height: normal;
}

.product-section a:hover {
    color: #000
}

.price-section span.price-old {
    text-decoration: line-through;
    margin: 0 10px 0 0;
}

.price-section span.price-new {
    font-size: 31px;
    color: #E74C3C;
}

.price-section span.reward {
    display: block;
    margin-top: 10px;
}

.price-section span.reward {
    display: block;
}

.price-section {
    line-height: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.reward-block span {
    display: block;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#product h3 {
    color: #E74C3C
}

.ps-carousel-item img {
    background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
    background-color: #EFEEEE;
}

#full_gallery {
    display: none;
}

/***************BOX**********************/
aside .box .box-product > div {
    width: 100%;
}

/***************PRODUCT CATEGORY PAGE**********************/
.zoomWrapper {
    vertical-align: top;
}

#default_gallery .image {
    background-color: #EFEEEE;
    width: 100%;
    overflow: hidden;
    border: 1px solid #DDD;
    margin-bottom: 1px;
}

#default_gallery .image img {
    width: auto;
    vertical-align: top;
    width: 100% !important;
    height: auto !important;
    display: block;
    position: relative !important;
}

.product_page h1.product-title {
    margin-bottom: 0;
}

.general_info {
    margin-bottom: 20px;
}

.fancybox-skin .rating {
    margin: 10px 0
}

.general_info .product-section,
.general_info .price-section {
    margin: 0 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

.box-subcat {
    padding: 0;
    margin: 0;
}

.box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 30px;
}

.box-subcat li .name a:hover {
    color: #CCC
}

.box-subcat li .name a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-subcat li .image {
    margin-bottom: 10px;
}

.box-subcat li .image:hover {
    border: 5px solid #E74C3C;
    padding: 5px;
}

.box-subcat li .image img {
    background-color: #FBFBFB;
}

.box-subcat li .image {
    border: 1px solid #DBDBDB;
    padding: 9px;
}

.box-subcat li.first-in-line {
    clear: left;
}

.img-thumbnail {
    border: 0;
    background-color: #F7F7F7;
    padding: 0;
    border-radius: 0
}

.product-filter {
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    padding: 20px 0;
    margin-bottom: 12px;
}

.product-filter label {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-top: 7px;
}

#compare-total {
    display: inline-block;
    font-size: 17px;
    color: #FFF;
    font-weight: 600;
    padding: 15px 20px;
    border: 1px solid #74C876;
    background: #42B856;
    box-shadow: 0 0 0 1px #369946;
    margin-left: 10px;
}

#compare-total:hover {
    background: #E74C3C;
    border-color: #E74C3C;
    box-shadow: 0 0 0 1px #E74C3C
}

.nav-cat {
    margin-bottom: 13px;
}

.nav-cat .nam-page {
    margin: 5px 0 5px 10px;
}

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
    color: #E74C3C
}

.button-view button {
    border: 0;
    background: none;
    font-size: 27px;
    padding: 0;
    margin: 0 5px;
}

.button-view button i {
    vertical-align: top;
    border: 0;
    background: none;
    font-size: 27px
}

/*======== RELATED PRODUCTS =============*/
.related-products {
    padding: 0 50px;
}

.related-products li .product-thumb {
    margin-bottom: 0;
}

.related-products .btn.btn-add span {
    display: none;
}

.related-products .btn.btn-add {
}

.image-thumb {
    padding: 0 40px
}

.owl-item{
    padding: 0 15px;
}

.related-products .owl-carousel .owl-buttons .owl-prev {
    left: -34px
}

.related-products .owl-carousel .owl-buttons .owl-prev:before{
    content: '\f104';
    font-family: 'FontAwesome';
}

.related-products .owl-carousel .owl-buttons .owl-next {
    right: -34px;
}

.related-products .owl-carousel .owl-buttons .owl-next:before{
    content: '\f105';
    font-family: 'FontAwesome';
}

.related-products .owl-carousel .owl-buttons div{
    font-size: 18px;
    color: #333;
}


/*======== PRODUCT TABS =============*/
.tabs {
    margin-top: 10px;
}

.tabs .tab-heading i {
    font-size: 26px;
    color: #7E7E7E;
    float: right;
    margin-top: 5px;
}

.tabs .tab-heading {
    padding: 13px 20px;
    line-height: 32px;
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #E6E6E6;
    border-bottom: 4px solid #000;
    background-color: #F9F9F9;
}

.tabs .tab-content {
    padding: 20px 0;
}

#review td {
    font-size: 13px;
}

.rating a {
    cursor: pointer
}

/*======================= BACK TO TOP =======================*/
#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 50%;
    margin-left: 660px;
}

#back-top a:hover {
    color: #79EC3E;
}

#back-top span {
    width: 42px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: url(../image/up-arrow.png) no-repeat left 0;
}

#back-top a:hover span {
    background-position: left bottom;
}

/*======== BLOCK COMPARE =============*/
.compare-block {
    margin-bottom: 20px;
}

.compare-block .image {
    margin-right: 10px;
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normla;
}

.compare-info {
    width: 100%;
}

.block-compare {
    position: relative;
    overflow: hidden;
}

/********BOX CURRENCY************/
.box-currency {
    float: right;
}

.box-currency .btn-group {
    vertical-align: top;
}

.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
    background: #E74C3C;
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
    display: inline-block;
    text-align: center;
    width: 74px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    background: #505251;
    border-left: 1px solid #4B4C4C;
    color: #FFF;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer
}

.box-language i,
.box-currency i {
    font-size: 13px;
    color: #5B605F;
    margin-left: 8px;
}

.box-currency .dropdown-menu button:hover {
    color: #FFF;
    background-color: #E74C3C;
}

.box-currency .dropdown-menu button {
    border: 0;
    margin: 0;
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    background: none;
}

#map {
    height: 250px
}

/************** QUICKVIEW **************************/
.quick_info {
    display: none;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px
}

.quickview_description {
    overflow: auto;
    max-height: 300px;
    border: 1px solid #E3E3E3;
    padding: 10px;
}

a.quickview i {
    vertical-align: top;
    line-height: 30px;
}

a.quickview:hover {
    background-color: #E74C3C;
    color: #FFF
}

a.quickview {
    display: inline-block;
    visibility: hidden;
    z-index: 5;
    width: 107px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -53px;
    text-align: center;
    line-height: 28px;
    padding: 5px 5px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #333;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-thumb:hover a.quickview {
    visibility: visible;
    top: 30%;
    opacity: 1;
}

/****** ABOUT PAGE*****/
.extra-wrap {
    overflow: hidden;
}

.dropcap {
    background: none repeat scroll 0 0 #A8D7F3;
    border-radius: 0;
    color: #FFF;
    font: 30px/36px "Roboto", serif;
    height: auto;
    margin: 0px 20px 30px 0;
    padding: 17px;
    width: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    display: block;
    float: left;
}

img.alignleft {
    float: left;
    margin: 0 20px 0px 0
}

.sm_hr {
    height: 1px;
    background-color: #E0E0E0;
    margin: 50px 0
}

.about-page h4 {
    margin: -5px 0 5px;
    line-height: 26px;
    color: #E74C3C
}

.about-page {
    font-size: 14px;
    line-height: 26px;
}

.about-page figure img {
    border: 1px solid #E2E2E2;
}

.human_info figure,
.about-page figure {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #E2E2E2;
    padding: 12px;
    display: block;
    max-width: 254px;
    margin: 0 auto 12px;
    border-radius: 0
}

.human_info figure {
    float: left;
    margin-right: 20px;
}

.about-page .excerpt {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.about-page h5 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5px
}

.about-page i {
    color: #E74C3C;
    display: block;
    float: left;
    font-size: 56px;
    margin-right: 15px;
    overflow: hidden;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}

.recent-posts {
    text-align: center;
}

.testimonials .testi-item {
    margin-bottom: 30px;
}

.testimonials .testi-item a {
    font-size: 14px;
}

.testimonials .testi-meta {
    line-height: 18px;
    padding-left: 50px;
    display: block;
}

.testimonials .user {
    text-transform: uppercase;
    font-size: 12px;
    color: #E74C3C
}

.testimonials blockquote:after {
    content: '';
    position: absolute;
    display: block;
    background: url(../image/testi_arr.png) no-repeat left top;
    width: 21px;
    height: 20px;
    bottom: -20px;
    left: 30px
}

.testimonials blockquote {
    border: 1px solid #DBDBDB;
    position: relative;
    margin-bottom: 30px;
}

.terms_conditions_page p {
    margin-bottom: 20px;
}

.terms_conditions_page h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #E74C3C
}

.table.privacy_page td {
    border-top: 0;
    padding: 0 30px 30px
}

.privacy_page td:first-child {
    text-align: right;
}

.privacy_page tr > td + td {
    border-left: 1px solid #DDD;
}

.privacy_page {
    font-size: 14px;
    line-height: 22px;
}

.privacy_page h4 {
    max-width: 300px;
    float: right;
    margin: 0 0 10px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #E74C3C
}

/********** SITEMAP PAGE ******************/
.site-map-page ul {
}

.site-map-page ul li {
    padding: 5px 0
}

.site-map-page ul li a {
    font-size: 13px;
}

.site-map-page ul li a i {
    font-size: 15px;
    margin-right: 5px;
    color: #E74C3C
}

.site-map-page ul li {
    list-style-type: none;
    font-size: 17px;
    color: #E74C3C;
}

/********/
.manufacturer-list {
    border: 1px solid #E6E6E6;
    margin-bottom: -1px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #E6E6E6;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px;
}

.manufacturer-heading span {
    background: none repeat scroll 0 0 #323232;
    color: #FFF;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

.manufacturer-content a i {
    font-size: 15px;
    color: #E74C3C;
    margin-right: 5px;
}

.manufacturer-content {
    padding: 20px;
}

/********** ACCOUNT ******************/
.well {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    box-shadow: none
}

.well .heading {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}

.well p {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.well .heading i {
    color: #E74C3C;
    float: left;
    font-size: 56px;
    margin-right: 14px;
    line-height: 75px;
}

.well .heading h2 {
    font-size: 23px;
    font-weight: bold;
    color: #E74C3C;
    margin: 0 0 5px
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
}

#content ul.list-unstyled li {
    padding: 3px 0;
}

#content ul.list-unstyled li a i {
    font-size: 17px;
    margin-right: 5px;
    color: #E74C3C
}

/********** Swipe menu ******************/
.toprow-1 {
    background-color: #323232;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
    display: none;
}

.swipe-control:hover i {
    color: #FFF;
}

.swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
}

.swipe-control {
    border-right: 1px solid #000;
    display: block;
    height: 50px;
    vertical-align: top;
    text-align: center;
    width: 64px;
    z-index: 100;
}

.swipe ul {
    padding: 0;
    margin: 0;
}

.swipe ul li {
    list-style-type: none;
}

.swipe ul li a:hover {
    background-color: #E74C3C;
}

.swipe ul li a {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    color: #FFF;
    border-bottom: 1px solid #000;
    line-height: 25px;
}

.swipe .foot li a:before {
    content: "\f05a";
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 26px;
    color: #7E7E7E;
    margin-right: 9px;
}

.swipe .foot li + li a:before {
    content: "\f0d1"
}

.swipe .foot li + li + li a:before {
    content: "\f06a"
}

.swipe .foot li + li + li + li a:before {
    content: "\f085"
}

.swipe .foot.foot-1 li a:before {
    content: "\f0ac"
}

.swipe .foot.foot-1 li + li a:before {
    content: "\f079"
}

.swipe .foot.foot-1 li + li + li a:before {
    content: "\f0e8"
}

.swipe .foot.foot-2 li a:before {
    content: "\f02c"
}

.swipe .foot.foot-2 li + li a:before {
    content: "\f06b"
}

.swipe .foot.foot-2 li + li + li a:before {
    content: "\f0c0"
}

.swipe .foot.foot-2 li + li + li + li a:before {
    content: "\f0a3"
}

.swipe .foot.foot-3 li a:before {
    content: "\f0cb"
}

.swipe .foot.foot-3 li + li a:before {
    content: "\f003"
}

.swipe ul li a i {
    font-size: 21px;
    color: #7E7E7E;
    line-height: 25px;
    vertical-align: top;
    margin-right: 5px;
}

.swipe {
    background-color: #323232;
    color: #FFF;
    display: block;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 237px;
    z-index: 101;
    height: 100%;
    left: -237px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.swipe .swipe-menu {
    height: 100%;
    overflow: scroll;
}

.ind .swipe {
    display: block;
    left: 0;
}

.ind #page {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 88;
}

.ind .shadow {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 88
}

.zoomWindow {
    z-index: 40 !important
}

#column-left{
    padding-bottom: 30px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container > .alert,
.breadcrumb + .alert {
    position: fixed;
    width: 100%;
    z-index: 91
}

.alert button.close {
    vertical-align: top;
    margin-top: -3px;
}

.alert {
    color: #FFF;
    font-weight: bold;
    padding: 10px 10px 13px;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3)
}

.alert i {
    font-size: 21px;
}

.alert a:hover {
    text-decoration: none;
}

.alert a {
    color: #FFF;
    text-decoration: underline;
}

.alert-success {
    background-color: #55C65E;
    border: 1px solid #48B151;
}

.alert-danger {
    background-color: #F3515C;
    border-color: #D4323D;
}

.alert-info {
    background-color: #FE9126;
    border-color: #E4752B;
}

.modal-header .close:hover {
    color: #FD6D41
}

.modal-header .close {
    color: #CCC
}

.close {
    color: #FFF;
    opacity: 1
}

.pagination {
    border-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0
}

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

.pagination > li > a, .pagination > li > span {
    color: #777
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #E74C3C
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    box-shadow: none;
    outline: none
}

.table-bordered {
    border-radius: 0
}

.table thead td {
    text-transform: uppercase;
    font-weight: bold;
    color: #323232 !important;
    font-size: 13px;
    background-color: #F9F9F9;
}

.table th,
.table td {
    padding: 20px;
    border-color: #D7D7D7;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
    padding: 7px
}

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

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    border-radius: 0;
    box-shadow: none
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-radius: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0
}

.table-bordered {
    border-color: #D7D7D7
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    color: #323232
}

label {
    font-weight: bold;
}

textarea {
    resize: none
}

label {
    cursor: default
}

.close:hover,
.close:focus {
    opacity: 1
}

.panel-group .panel, .panel {
    border-radius: 0
}

.panel-heading {
    padding: 20px;
}

.addthis_button_tweet {
    min-width: 84px;
    max-width: 100px;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    opacity: 0.8
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
    opacity: 1
}

.text-danger {
    color: red;
    font-weight: bold;
    font-size: 100%;
    font-size: 16px;
}
































