body {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 21px;
    margin: 20px 0;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

.title-module {
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}

.title-category {
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}

.title-module h3,
.title-category h1,
.title-category h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #848484;
}

.title-module h3:before,
.title-category h1:before,
.title-category h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30%;
    height: 1px;
    background: #cf5c7c;
}

.title-module h3,
.title-category h2 {
    font-size: 16px;
}

.title-category h1 {
    font-size: 18px;
}

a {
    color: #444;
}

a:hover {
    text-decoration: none;
}

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

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

.img-thumbnail,
.thumbnail,
.alert,
.panel,
.well,
.form-control {
    border-radius: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0;
    right: 0;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

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

.nav-tabs > li > a {
    border-radius: 0;
    font-weight: 600;
    background-color: #eee;
}

.tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

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

/* Gradent to all drop down menus */
.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #444;
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    padding: 8px 20px;
}

/* top */
#top {
    min-height: 40px;
    padding: 4px 0;
    margin: 0;
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
}

#top .container {
    padding: 0 20px;
}

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

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #444;
    background: rgba(0, 0, 0, 0.1);
}

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

#top .btn-link:hover,
#top-links a:hover,
#top .btn-group.open > .btn {
    color: #fff;
    background-color: #b8ada4;
}

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

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

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

#top-links {
    padding-top: 6px;
}

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

/* custom top menu */
#top .costom-links {
    position: relative;
}

#top .costom-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top .costom-links > ul > li {
    float: left;
    line-height: 34px;
    list-style-type: none;
}

#top .costom-links > ul > li > a {
    position: relative;
    display: block;
    padding: 0 7px;
    font-size: 12px;
    text-decoration: none;
    color: #444;
}

#top .costom-links > ul > li > a:hover {
    color: #fff;
    background-color: #b8ada4;
}

@media (min-width: 992px) {
    .left-top {
        display: block !important;
    }
}

@media (max-width: 991px) {
    #logo img {
        margin: 0 auto;
    }

    .header-cont {
        text-align: center;
    }

    .menu-icon {
        display: inline-block;
        float: left;
        width: 40px;
        height: 34px;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        color: #444;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        cursor: pointer;
    }

    .menu-icon .fa-bars {
        font-size: 24px;
    }

    .left-top {
        position: absolute;
        top: 39px;
        display: none;
        min-width: 160px;
        padding: 0;
        background: #fff;
        z-index: 99;
    }

    #top .costom-links {
        float: none;
    }

    #top .costom-links ul {
        padding: 5px 0;
        border: 1px solid rgba(0, 0, 0, .15);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    #top .costom-links > ul > li {
        float: none;
        display: block;
        line-height: 30px;
        border: none !important;
    }

    #top .costom-links > ul > li {
        font-size: 14px;
    }

    #top .costom-links > ul > li > a {
        padding: 0 20px;
    }

    #top .costom-links > ul > li > a:hover {
        color: #444;
        background: rgba(0, 0, 0, 0.1);
    }
}
/* */
.header-align {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
@media (max-width: 767px) {
    .header-align {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
/* Header Contacts */
.header-contacts,
.header-schedule {
    width: 100%;
    height: 80px;
}

.header-contacts:before,
.header-schedule:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header-contacts .contacts-icon,
.header-schedule .schedule-icon {
    vertical-align: middle;
    display: inline-block;
}

.header-contacts .contacts-icon .fa-phone,
.header-schedule .schedule-icon .fa-clock-o {
    font-size: 24px;
}

.header-contacts .phones {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.35em;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.header-schedule .schedule {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.35em;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.header-contacts .phones a,
.header-contacts .phones a:hover {
    color: #444;
}
@media (max-width: 767px) and (min-width: 479px) {
    .header-schedule .schedule,
    .header-contacts .phones {
        font-size: 18px;
        line-height: 21px;
    }
}
@media (max-width: 478px) {
    .header-schedule .schedule,
    .header-contacts .phones {
        font-size: 12px;
        line-height: 21px;
    }
}
/* logo */
#logo {
    margin: 10px 0;
}

/* search */
#search {
    margin: 20px 0;
}

#search .input-lg {
    height: 40px;
    padding: 0 10px;
    line-height: 20px;
    color: #464646;
    background-color: #fcfcfc;
    border-color: #DFDFDF;
    border-width: 1px 0 1px 1px;
    border-radius: 0;
    box-shadow: none;
}

#search .btn-lg {
    padding: 10px 20px;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFF;
    background: none;
    background-color: #fcfcfc;
    border-color: #DFDFDF;
    border-left-width: 0;
    border-radius: 0;
    box-shadow: none;
}

@media (min-width: 992px) {
    #search {
        float: right;
    }

    .col-md-3.box-search #search input[type="text"]:focus {
        width: 180px
    }
}

/* cart */
#cart {
    margin: 20px 0;
}

#cart > .btn {
    max-width: 68px;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #FFF;
}

#cart.open > .btn {
    text-shadow: none;
    color: #fff;
    background-image: none;
    background-color: #ff6332;
    border: 1px solid #ff6332;
    box-shadow: none;
}

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

#cart > .btn-lg {
    float: right;
    padding: 7px 16px;
}

#cart-total {
    position: absolute;
    top: 1px;
    right: 3px;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    line-height: 13px;
    background-color: #444;
    border: medium none;
    border-radius: 50%;
    z-index: 9;
}

#cart .dropdown-menu {
    min-width: 400px;
    padding: 15px;
    border-radius: 0;
    z-index: 1051;
}

#cart .fa-shopping-bag {
    font-size: 24px;
}

#modal-cart .image {
    margin-bottom: 15px;
}

#modal-cart .btn-fastorder {
    margin-top: 15px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }

    #modal-cart .image img {
        max-height: 190px;
    }
}

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

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

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .btn-danger {
    padding: 2px 5px;
}

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

/* login */
#modal-signin ul {
    padding: 0;
    list-style: none;
}

#modal-signin ul li .heading {
    display: block;
    margin-bottom: 13px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}

#modal-signin .alert {
    text-align: center;
}

#modal-signin .btn-default {
    margin-bottom: 10px;
}

/* Slideshow */
.slideshow-text {
    position: absolute;
    width: 45%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.slideshow-text .title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
}

.slideshow-text .description {
    margin: 20px 0;
    font-size: 28px;
}

.slideshow-text.position-left {
    left: 0;
    margin: 0;
    padding-left: 5%;
}

.slideshow-text.position-right {
    right: 0;
    margin: 0;
    padding-right: 5%;
}

.slideshow-text.position-center {
    right: auto;
    left: auto;
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .slideshow-text {
        top: 5%;
    }
}

@media (max-width: 767px) {
    .slideshow-text .title {
        font-size: 18px;
    }

    .slideshow-text .description {
        font-size: 14px;
    }

    .slideshow-text {
        font-size: 12px;
    }
}

@media (max-width: 478px) {
    .slideshow-text {
        width: 50%;
        font-size: 10px;
    }

    .slideshow-text .title {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .slideshow-text .description {
        margin: 10px 0;
        font-size: 12px;
        line-height: 15px;
    }

    .slideshow-text.position-left {
        left: 2%;
    }

    .slideshow-text.position-right {
        right: 2%;
    }

    .slideshow-text .btn-primary {
        padding: 5px 15px;
        font-size: 10px;
        font-weight: normal;
    }

    .slideshow-home .owl-theme .owl-pagination {
        display: none;
    }
}

/* menu */
@-webkit-keyframes float-down {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes float-down {
    0% {
        top: -100px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.menu-wrapper {
    position: relative;
    margin: 0 auto;
    line-height: normal;
    vertical-align: middle;
}

#menu {
    min-height: 40px;
    background-color: #444;
    border: 0;
    border-radius: 0;
}

#menu .nav > li > a {
    min-height: 15px;
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
}

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

#menu .dropdown-menu {
    padding: 5px;
}

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

#menu .dropdown-inner a {
    display: block;
    min-width: 190px;
    margin: 0 5px;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    clear: both;
}

#menu .dropdown-inner li a:hover,
#menu .dropdown-inner li:hover > a,
#menu .dropdown-inner li.open > a {
    color: #FF665E;
}

#menu .dropdown-inner .level2-1 {
    position: relative;
}

#menu .dropdown-inner .level2-1 .level3 {
    display: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#menu .dropdown-inner .level3 {
    padding: 2px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    color: #929292;
    background: none;
}

.level2-2 .submenu1 {
    margin: 0 5px;
    background-color: #F5F5F5;
}

.level2-2 .submenu1:hover {
    background: rgba(0, 0, 0, 0.1);
}

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

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    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;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

#menu .category-img {
    display: table-cell;
    margin: 2px auto;
    width: auto;
}

#menu .menu-manufacturer.dropdown {
    position: static;
}

#menu .menu-manufacturer .menu-manufacturer-dropdown {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 5px;
}

#menu .menu-manufacturer .menu-manufacturer-dropdown ul > li {
    display: inline-block;
    width: 150px;
    margin: 4px;
    padding: 5px 0;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #e2e2e2;
}

#menu .menu-manufacturer .menu-manufacturer-dropdown ul > li > a:hover {
    color: #444;
    text-decoration: underline;
    background: none;
}

#menu .menu-manufacturer .menu-manufacturer-img {
    height: 70px;
}

#menu .menu-manufacturer a {
    min-width: 90px;
}

#menu .btn-navbar {
    float: right;
    padding: 0 0 0 30px;
    font-size: 15px;
    font-stretch: expanded;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    border: 0;
    box-shadow: none;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
}

#menu .html-block .dropdown-menu .dropdown-inner {
    padding: 5px;
}

#menu .fa-bars {
    float: right;
    padding-top: 1px;
    font-size: 21px;
}

@media (min-width: 768px) {
    .menu-wrapper.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: #444;
        -webkit-animation-duration: .8s;
        animation-duration: .8s;
        -webkit-animation-name: float-down;
        animation-name: float-down;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        z-index: 1050;
    }

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

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

    #menu .dropdown-inner li.level2-2 {
        padding: 0;
        font-size: 13px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #404e53;
        border: 0;
    }

    #menu .dropdown-inner .level2-1:hover .level3 {
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        padding: 5px 2px;
        background: #fff;
        border: 1px solid #ddd;
        z-index: 9;
    }

    #menu .dropdown-inner .level3 a:before {
        content: "\f105";
        float: none;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .dropdown-inner .level2-1 a.submenu1:before {
        content: "\f105";
        float: right;
        padding-top: 3px;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .dropdown-inner .level2-2 a.submenu1:before {
        content: "\f103";
        float: right;
        padding-top: 3px;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }
}

@media (max-width: 767px) {
    #menu {
        background-color: #fff;
        border-radius: 0;
        z-index: 1050;
    }

    .navbar-header {
        min-height: 40px;
        background: #444;
    }

    .navbar-nav {
        margin: 0 -15px;
        border-right: 1px solid #efefef;
        border-left: 1px solid #efefef;
    }

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

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        background-color: #fff;
        border-style: solid;
        border-width: 1px 0 0 0;
        border-color: #efefef;
    }

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

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

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

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

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

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

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

    #menu .nav > li,
    #menu .dropdown-inner li {
        float: none;
        padding: 0;
        display: block;
        height: auto;
        border-bottom: 1px solid #efefef;
    }

    #menu .nav > li > a {
        color: #444;
        font-weight: normal;
    }

    #menu .nav > li.dropdown > div {
        width: 100%;
        min-width: inherit;
        position: relative;
        float: none;
    }

    #menu .category-img {
        display: none;
    }

    #menu .menu-manufacturer.dropdown {
        position: relative;
    }

    #menu .dropdown-inner > ul > li > a,
    #menu .dropdown-inner .level3 > li > a {
        min-height: 15px;
        padding: 10px 15px 10px 20px;
        font-weight: normal;
        color: #444;
        background-color: transparent;
    }

    #menu .dropdown-inner li.level2-2 {
        position: relative;
    }

    #menu .dropdown-inner .level3 {
        border-top: 1px solid #efefef;
    }

    #menu .dropdown-inner .level2-1 .level3 {
        display: none;
    }

    #menu .dropdown-inner a:before {
        content: "\f105";
        float: none;
        padding-right: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .dropdown-inner .level3 a:before {
        content: "\f105";
        float: none;
        padding: 10px;
        font: normal normal normal 14px/1 FontAwesome;
    }

    #menu .menu-manufacturer .menu-manufacturer-dropdown ul,
    #menu .menu-manufacturer .menu-manufacturer-dropdown ul > li > a {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    #menu .menu-manufacturer .menu-manufacturer-dropdown ul > li {
        width: 130px;
    }

    span.submore.plus:after {
        content: '-';
    }

    span.submore:after {
        content: '+';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        color: #555;
        border-left: 1px solid #ccc;
        cursor: pointer;
        opacity: .6;
        z-index: 1010;
    }

    .owl-theme .owl-pagination {
        left: 0;
    }
}

/* left & right category */
span.subcat.plus:after {
    content: '-';
}

span.subcat:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    color: #555;
    cursor: pointer;
    opacity: .6;
    z-index: 989;
}

/* menu left */
#column-left .box-category,
#column-right .box-category {
    margin-bottom: 20px;
}

.box-category .box-heading {
    position: relative;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background: #444;
}

#column-left .box-category .box-content,
#column-right .box-category .box-content {
    margin-bottom: 28px;
    padding: 0;
    background: #f8f8f8;
    border: medium none;
    border-radius: 0;
}

.category-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
}

.category-menu li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.category-menu li a {
    display: block;
    padding: 7px 35px 7px 10px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.category-menu li a:hover,
.category-menu > li:hover > a,
.category-menu ul > li:hover > a {
    background: #eeeeee;
}

.category-menu ul,
.category-menu ul ul {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    min-height: 100%;
    margin-top: -1px;
    margin-left: 0;
    padding: 0;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    border-radius: 0;
    box-sizing: content-box;
    z-index: 8;
}

.category-menu .active {
    background: #f8f8f8;
}

/* owl */
.owl-wrapper-outer {
    border-radius: 0 !important;
}

.owl-theme .owl-pagination {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 45%;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 20px;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
}

.owl-theme .owl-controls .owl-page.active span {
    background: #d9534f;
    opacity: 1;
}

.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
}

/* */
#featured .owl-wrapper-outer,
#special .owl-wrapper-outer,
#latest .owl-wrapper-outer,
#bestseller .owl-wrapper-outer,
#related .owl-wrapper-outer,
#blog .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#featured .owl-item,
#special .owl-item,
#latest .owl-item,
#bestseller .owl-item,
#related .owl-item,
#blog .owl-item {
    padding: 0 15px;
}

#featured .owl-controls .owl-buttons .owl-prev,
#special .owl-controls .owl-buttons .owl-prev,
#latest .owl-controls .owl-buttons .owl-prev,
#bestseller .owl-controls .owl-buttons .owl-prev,
#related .owl-controls .owl-buttons .owl-prev,
#blog .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -43px;
    right: 49px;
    left: auto;
}

#featured .owl-controls .owl-buttons .owl-next,
#special .owl-controls .owl-buttons .owl-next,
#latest .owl-controls .owl-buttons .owl-next,
#bestseller .owl-controls .owl-buttons .owl-next,
#related .owl-controls .owl-buttons .owl-next,
#blog .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -43px;
    right: 15px;
}

#featured .owl-controls .owl-buttons div,
#special .owl-controls .owl-buttons div,
#latest .owl-controls .owl-buttons div,
#bestseller .owl-controls .owl-buttons div,
#related .owl-controls .owl-buttons div,
#blog .owl-controls .owl-buttons div {
    position: absolute;
    top: 35%;
    float: left;
    width: 30px;
    height: 30px;
    padding: 10px 8px;
    font-family: "Raleway", sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: #f9f9f9;
    border: 2px solid #e1e1e0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#featured .owl-controls .owl-buttons div:hover,
#special .owl-controls .owl-buttons div:hover,
#latest .owl-controls .owl-buttons div:hover,
#bestseller .owl-controls .owl-buttons div:hover,
#related .owl-controls .owl-buttons div:hover,
#blog .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

#featured .owl-controls .owl-buttons .owl-prev:before,
#special .owl-controls .owl-buttons .owl-prev:before,
#latest .owl-controls .owl-buttons .owl-prev:before,
#bestseller .owl-controls .owl-buttons .owl-prev:before,
#related .owl-controls .owl-buttons .owl-prev:before,
#blog .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}

#featured .owl-controls .owl-buttons .owl-next:before,
#special .owl-controls .owl-buttons .owl-next:before,
#latest .owl-controls .owl-buttons .owl-next:before,
#bestseller .owl-controls .owl-buttons .owl-next:before,
#related .owl-controls .owl-buttons .owl-next:before,
#blog .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
    float: right;
}

#featured .owl-controls .owl-buttons div:before,
#special .owl-controls .owl-buttons div:before,
#latest .owl-controls .owl-buttons div:before,
#bestseller .owl-controls .owl-buttons div:before,
#related .owl-controls .owl-buttons div:before,
#blog .owl-controls .owl-buttons div:before {
    display: inline-block;
    float: left;
    width: auto;
    margin: -11px 0 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    line-height: 26px;
    text-rendering: auto;
    color: #68696c;
}

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

/* Category */
.category-list {
    margin-bottom: 25px;
}

.category-list-block {
    margin-bottom: 25px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.category-list .category-list-block img {
    max-width: 100%;
}

.category-list-block .name {
    max-height: 45px;
    padding: 3px;
    background-color: #ddd;
    overflow: hidden;
}

.category-list-block .name a {
    font-weight: bold;
}

.product-filter {
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}

.product-filter .form-group {
    margin-bottom: 5px;
}

.product-filter .input-group-addon {
    font-weight: 600;
    background-color: #fff;
    border: 0;
}

.product-filter .input-group-sm > .form-control {
    border-radius: 0;
}

/* Product list */
#scroll-img .owl-wrapper-outer,
#quickview-img .owl-wrapper-outer {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

#scroll-img .item,
#quickview-img .item {
    margin: 1px;
    padding: 1px 1px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#scroll-img .owl-item,
#quickview-img .owl-item {
    padding: 0 5px;
}

#scroll-img .image-additional,
#quickview-img .image-additional {
    max-width: 100%;
}

#scroll-img .owl-controls .owl-buttons .owl-prev,
#quickview-img .owl-controls .owl-buttons .owl-prev {
    left: 0
}

#scroll-img .owl-controls .owl-buttons .owl-next,
#quickview-img .owl-controls .owl-buttons .owl-next {
    right: 0;
}

#scroll-img .owl-controls .owl-buttons div,
#quickview-img .owl-controls .owl-buttons div {
    position: absolute;
    top: 35%;
    float: left;
    width: 30px;
    height: 30px;
    padding: 10px 8px;
    font-family: "Raleway", sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: #f9f9f9;
    border: 2px solid #e1e1e0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#scroll-img .owl-controls .owl-buttons div:hover,
#quickview-img .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

#scroll-img .owl-controls .owl-buttons .owl-prev:before,
#quickview-img .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}

#scroll-img .owl-controls .owl-buttons .owl-next:before,
#quickview-img .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
    float: right;
}

#scroll-img .owl-controls .owl-buttons div:before,
#quickview-img .owl-controls .owl-buttons div:before {
    display: inline-block;
    float: left;
    width: auto;
    margin: -11px 0 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    line-height: 26px;
    text-rendering: auto;
    color: #68696c;
}

#quickview-img .owl-controls .owl-buttons div {
    top:43%;
}

#product {
    margin: 30px 0;
}

#product h3 {
    font-size: 15px;
}

.product-view {
    margin-bottom: 20px;
}

.product-view li {
    margin: 0 0 3px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #69686c;
}

.product-view li:before {
    content: "\f046";
    display: inline-block;
    margin-right: 10px;
    font-family: FontAwesome;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #69686c;
}

/* Options */

#product .form-group .radio,
#product .form-group .checkbox {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 3px;
    background-color: #f5f5f5;
}

#product .form-group .checkbox input[type="checkbox"],
#product .form-group .radio input[type="radio"] {
    margin-left: -25px;
}

#product .form-group label {
    position: relative;
    display: block;
    margin: 5px;
    font: 16px helvetica;
    line-height: 18px;
    cursor: pointer;
}

#product .form-group .checkbox .img-thumbnail,
#product .form-group .radio .img-thumbnail {
    float: right;
    width: 30px;
    height: auto;
    margin-top: -5px;
    margin-left: 5px;
    padding: 0;
}

/* Checkboxes */

#product .form-group input[type="checkbox"] {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

#product .form-group input[type="checkbox"]:after {
    content: '\f14a';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 11px;
    text-align: center;
    color: #dddddddd;
    background-color: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

#product .form-group input[type="checkbox"]:checked:after {
    color: #ff8a65;
}

/* Radios */

#product .form-group input[type="radio"] {
    margin-right: 20px;
}

#product .form-group input[type="radio"]:after {
    content: '\f192';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 10px;
    text-align: center;
    color: #dddddd;
    background-color: #f5f5f5;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    box-sizing: border-box;
}

#product .form-group input[type="radio"]:checked:after {
    color: #ff8a65;
}

.share-block {
    margin: 20px 0;
}

/* Product plus minus */
.btn-quantity {
    position: relative;
    float: left;
    width: 70px;
    margin-right: 8px;
}

#input-quantity {
    position: relative;
    float: left;
    width: 50px;
    height: 40px;
    font-size: 15px;
    text-align: center;
}

.btn-quantity span {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    color: #777;
    background: #f5f5f5;
    border-radius: 0;
    cursor: pointer;
}

.qty-minus {
    padding: 0 4px;
    border-color: #ccc;
    border-width: 1px 1px 1px 0;
    border-style: solid;
}

.qty-plus {
    padding: 1px 4px;
    border-color: #ccc;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

/* Pagination */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #000;
    background: none;
    border: 1px solid #999;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: 4px;
    color: #c69c6d;
    border: 1px solid #ccc;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li > a:hover {
    color: #c69c6d;
    background: none;
    border-color: #999;
}

/* Banner Text */
.butik-banner {
    margin-bottom: 35px;
}

.tbanner-box {
    padding: 25px 15px 25px 0;
    overflow: hidden;
}

#column-right .tbanner-box,
#column-right .tbanner-box {
    margin-bottom: 10px;
    padding: 25px 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.tbanner-box .tbanner-icon {
    float: left;
    width: 65px;
}

.tbanner-box .tbanner-body {
    overflow: hidden;
}

.tbanner-box .tbanner-body .tbanner-content {
    line-height: 15px;
}

.tbanner-box .tbanner-body .tbanner-content h5 {
    height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.tbanner-box .tbanner-body .tbanner-content p {
    height: 33px;
    margin: 4px 0 0 0;
    padding: 0;
    font-size: 12px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .butik-banner .moderns {
        margin-bottom: 10px;
    }

    .payments-metods {
        margin: 15px 0;
    }

    .breadcrumb {
        float: none;
    }
}

@media (max-width: 991px) {
    #column-right .tbanner-box .tbanner-icon,
    #column-left .tbanner-box .tbanner-icon {
        display: none;
    }

    .title-category h1 {
        font-size: 16px;
    }
}

/* Agree Checkboxes */
.mod-agree {
    position: relative;
    display: block;
    margin: 5px;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer;
}

.mod-agree input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.mod-agree input[type="checkbox"]:after {
    content: '\f14a';
    position: absolute;
    top: auto;
    left: auto;
    display: block;
    width: 22px;
    height: 22px;
    font-family: FontAwesome;
    font-size: 22px;
    line-height: 5px;
    text-align: center;
    color: #c1c1c1;
    background-color: #f5f5f5;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

.mod-agree input[type="checkbox"]:checked:after {
    color: #e45648;
}
/* Footer Newsletter */
.footer-newsletter {
    margin-top: 30px;
    margin-bottom: -30px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #1d1d1d 50%, #232222 50%) repeat scroll 0 0;
    border-top: 1px solid #ddd;
}
.footer-newsletter .promo-text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 65px;
}
.footer-newsletter .img-email {
    height: 50px;
    width: 65px;
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 20px;
    vertical-align: top;
    background: url(../image/email.png) no-repeat scroll center center;
}
.footer-newsletter .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
}
.footer-newsletter .description {
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
}
.footer-newsletter .input-subscribe {
    width: 100%;
}
.footer-newsletter .input-lg {
    height: 35px;
}
.footer-newsletter input[type="text"] {
    border: none;
    width: 100%;
    padding: 10px 20px;
    color: #979797;
    background: #f7f7f7;
    font-size: 12px;
}
.footer-newsletter .btn-primary {
    height: 35px;
    background: #000 none repeat scroll 0 0;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3333333;
    padding: 10px 20px;
    right: 0;
    top: 0;
}
.footer-newsletter .mod-agree,
.footer-newsletter .mod-agree a {
    color: #ffffff;
}
.footer-newsletter .mod-agree input[type="checkbox"]:after {
    background-color: #232222;
}
.footer-newsletter .text-danger {
    color: #ec2e2a;
}
@media (max-width: 767px) {
    .footer-newsletter {
        background: #1d1d1d;
    }
    .footer-newsletter .promo-text {
        margin-bottom: 15px;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .footer-newsletter .title {
        font-size: 16px;
    }
    .footer-newsletter .description {
        font-size: 12px;
    }
}
/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;	
    color: #e2e2e2;
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #232222 50%, #1d1d1d 50%) repeat scroll 0 0;
    border-top: 1px solid #ddd;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer .footer-link > li > a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #e2e2e2;
}

footer li i,
footer li i a {
    position: relative;
    right: 10px;
    width: 24px;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #838383 none repeat scroll 0 0;
}

footer .footer-cont > li {
    position: relative;
    display: table;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 28px;
    color: #a8a8a8;
    background: #383838 none repeat scroll 0 0;
    border: 0 none;
}

#logo-footer {
    margin-bottom: 15px;
    padding: 5px 10px;
}

#logo-footer img {
    height: 75px;
}

.soc {
    margin-top: 15px
}

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

/* breadcrumb */
.breadcrumb {
    float: right;
    margin: 0 0 20px 0;
    padding: 9px;
    background: none;
}

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

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

.breadcrumb > li + li:before {
    content: '/';
    padding: 10px;
}

.pagination {
    margin: 0;
}

@media (max-width: 767px) {
    .breadcrumb {
        float: none;
    }
}

/* buttons */
#checkout-cart .btn {
    line-height: 1.12857143;
}

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 0;
    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: #eee;
    border-color: #ccc;
}

.btn-primary {
    padding: 10px 25px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    text-decoration: none;
    background-color: #ff8a65;
    cursor: pointer;
}

.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 {
    padding: 10px 25px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    border: 0;
}

.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 {
    color: #23A1D1;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    cursor: pointer;
}

.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;
    background-color: #ff8a65;
    border-color: #ff8a65;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #ff8a65;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    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;
}

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

.product-thumb .image {
    text-align: center;
    position: relative;
}

#column-right .product-thumb .image,
#column-left .product-thumb .image {
    position: relative;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.product-thumb .image a {
    display: block;
    transition: all 0.3s ease-out;
}

.product-thumb .image a:hover {
}

.product-thumb .image img {
    margin-right: auto;
    margin-left: auto;
}

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

.product-thumb .image:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
    opacity: 1;
}

.product-thumb .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

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

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

#column-right .product-thumb h4,
#column-left .product-thumb h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #787878;
}

.product-thumb h4 a {
    color: #999;
}

.product-thumb .caption {
    min-height: 60px;
    padding: 0 20px;
    text-align: center;
}

#column-right .product-thumb .caption,
#column-left .product-thumb .caption {
    padding: 0;
}

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

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 60px;
        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;
    }
}

#column-right .product-thumb .rating,
#column-left .product-thumb .rating {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
}

.product-thumb .rating {
    position: absolute;
    top: 5px;
    right: 25px;
}

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

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

.rating .fa-star {
    color: #FC0;
    font-size: 10px;
}

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

.rating-product .fa-stack {
    font-size: 12px;
}
.rating-product .fa-star-o {
    font-size: 14px;
}

.rating-product .fa-star {
    font-size: 14px;
}

/* */
.star-rating{
    font-size: 0;
}
.star-rating-wrap {
    display: inline-block;
    font-size: 1rem;
}
.star-rating-wrap:after {
    content: "";
    display: table;
    clear: both;
}
.star-rating-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.star-rating-star  {
    float: right;
    padding-left: 5px;
    cursor: pointer;
    font-size: 20px;
    color: #FFB300;
}
.star-rating-star :last-child {
    padding-left: 0;
}
.star-rating-input {
    display: none;
}
.star-rating-star:hover:before,
.star-rating-star:hover ~ .star-rating-star:before,
.star-rating-input:checked ~ .star-rating-star:before {
    content: "\f005";
}
/* */

h2.price {
    margin: 0;
}

.product-thumb .price {
    font-weight: 600;
    font-size: 18px;
    color: #282e33;
}

.product-thumb .price-new {
    font-weight: 600;
    font-size: 18px;
    color: #282e33;
}

.product-thumb .price-old {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: line-through;
    color: #ff8a65;
}

#column-right .product-thumb .price,
#column-left .product-thumb .price {
    float: left;
    margin: 8px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #282e33;
}

#column-right .product-thumb .price-new,
#column-left .product-thumb .price-new {
    margin: 8px 0 0;
    font-weight: 500;
    font-size: 14px;
    color: #282e33;
}

#price .price,
#price .price-new {
    font-size: 28px;
    font-weight: 500;
    color: #282e33;
}

#price .price-old {
    margin-right: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #e75a3a;
}

#price span {
    margin-top: 10px;
}

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

.product-thumb .button-group {
    text-align: center;
}

.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.btn-fastordercat {
    padding: 8px;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #8e8e8e;
}

.product-thumb .button-group button.btn-fastordercat:hover {
    color: #fff;
    background-color: #ff8a65;
    border: 1px solid #ff8a65;
}

.product-thumb .button-group button {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

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

.product-thumb .button-group button.btn-default {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group button.btn-default:hover {
    text-decoration: none;
    color: #777;
    background-color: #eee;
    cursor: default;
}

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

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* 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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    margin-bottom: 10px;
}

/* fixed mobile cart quantity input */
.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;
}

/* */
.product-thumb .button-group.sl {
    position: absolute;
    bottom: 80px;
    left: 10px;
    background: none;
    border: 0;
}

.product-thumb .image .wishlist,
.product-thumb .image .compare,
.product-thumb .image .quickview {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    filter: alpha(opacity=0);
}

.product-thumb:hover .wishlist,
.product-thumb:hover .compare,
.product-thumb:hover .quickview {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product-thumb .wishlist:hover,
.product-thumb .compare:hover,
.product-thumb .quickview:hover {
    color: #fff;
    background-color: #ff8a65;
}
a.cheaper {
    position: relative;
    top: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #888;
    border-bottom: 1px dashed #888;
}
a.cheaper:hover {
    color: #ff8a65;
    border-bottom: 1px dashed #ff8a65;
}

.wishlist-compare {
    position: relative;
    top: -6px;
}

.wishlist-compare .wishlist, .wishlist-compare .compare {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-left: 5px;
    padding: 0;
    line-height: 5px;
    text-align: center;
    text-shadow: none;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #8e8e8e;
}

.wishlist-compare .wishlist:hover,
.wishlist-compare .compare:hover {
    color: #fff;
    background-color: #ff8a65;
    border: 1px solid #ff8a65;
}

/* Cloud Zoom */
.cloud-zoom-lens {
    margin: -4px;
    background-color: #fff;
    border: 4px solid #888;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    top: 0;
    width: 100%;
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.cloud-zoom-wrap {
    position: relative;
    display: inline-block;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading {
    padding: 3px;
    color: white;
    background: #222;
    border: 1px solid #000;
}

/* Product List */
.product-info .thumbnails {
    margin-left: 0;
    text-align: center;
}

.product-info .thumbnails .image {
    display: block;
    margin-bottom: 20px;
    padding: 4px;
    line-height: 0.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.product-info .thumbnail {
    border: 0;
    margin: 0;
}

.product-info .image-additional {
    max-width: 100%;
    overflow: hidden;
    padding: 0 30px;
    margin: 0 0 20px 0;
}

.product-info .thumbnails .image-additional a {
    float: left;
    margin: 4px 7px;
}

.product-info .cloud-zoom-gallery,
#scroll-img .thumbnail,
.image-additional .thumbnail {
    display: block;
    padding: 5px;
    border: 1px solid #ddd;
}

.product-info .image img {
    max-width: 100%;
}

.product-info .cloud-zoom-gallery img {
    width: 100%;
}

/* */
.product-thumb .button-group button.btn-default {
    position: relative;
    display: inline-block;
    padding: 9px 25px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #777;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group button.btn-default:hover {
    text-decoration: none;
    color: #777;
    background-color: #eee;
    cursor: default;
}

/* Percentage */
.percentage {
    position: absolute;
    top: 5px;
    left: 20px;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: baseline;
    color: #fff;
    background: #e45648;
    border-radius: 42px;
    z-index: 9;
}

.percentage i {
    vertical-align: super;
    font-size: 12px;
    font-style: normal;
}

.percentage:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent #e45648;
    border-style: none solid solid;
    border-width: medium 15px 15px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Blog */
#blog .owl-item {
    padding: 0 15px;
}

.blog-filter {
    margin-bottom: 20px;
}

.blog-filter .input-group-sm > .form-control {
    border-radius: 0;
}

.blog-filter .input-group-addon {
    font-weight: 600;
    background-color: #fff;
    border: 0;
}

.title-module span {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    color: #999;
}

.title-module span a {
    color: #999;
}

.title-module span a:hover {
    color: #ff8a65;
}

.title-module span:after {
    content: "";
    position: absolute;
    top: 1px;
    left: -1px;
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #ebebeb;
    z-index: 2;
}

.blog-thumb {
    margin-bottom: 30px;
}

.blog-thumb .img-responsive,
.blog-item .img-responsive {
    margin: 0 auto;
}

.blog-thumb .image,
.blog-item .image,
.blog-page .image {
    padding: 4px;
    border: 1px #ddd solid;
}

.blog-page .image {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.blog-article h4 a.name {
    margin: auto;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    color: #666;
}

.blog-article .description {
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
}

.post-meta {
    text-align: right;
}

.blog-preview-btn {
    display: inline-block;
    float: left;
    margin: 0 0 10px 0;
    padding: 8px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    background: #fff;
    border: 1px #ddd solid;
}

.blog-preview-btn:focus,
.blog-preview-btn:hover {
    color: #fff;
    background: #ff8a65;
    border: solid 1px #ff8a65;
}

.article-date {
    display: inline-block;
    margin-right: 10px;
    padding-top: 7px;
    font-size: 13px;
    color: #a7a7a7;
}

#blog.product-owl .owl-controls .owl-buttons {
    top: -40px;
    right: 15px;
}

@media (max-width: 360px) {
    .article-date {
        padding-top: 15px;
    }

    .post-meta {
        text-align: center;
    }
}

/* Top Button */
#back-top {
    display: none
}

#back-top a {
    position: fixed;
    right: 7px;
    bottom: 10px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #ff8a65;
    border: 2px solid #ff8a65;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1040;
}

#back-top a:hover {
    color: #df5c39;
    border-color: #df5c39;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

/* Callback */
#callphone {
    position: fixed;
    right: 7px;
    bottom: 70px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #ff8a65;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1041;
}

#callphone:hover {
    opacity: 0.9;
    cursor: pointer;
}

#callphone i {
    font-size: 34px;
    color: #fff;
    animation: 1.8s linear 0s normal none infinite running trambling-animation;
}

@keyframes trambling-animation {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -15deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, 15deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -15deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

#modal-callback .modal-dialog {
    width: 360px;
}

#modal-callback #callback-form legend, #modal-callback #callback-form label {
    display: none;
}

#modal-callback #callback-form fieldset div.form-group {
    margin-bottom: 0px;
}


#modal-callback #price,
#modal-fastorder #price,
#modal-cheaper #price {
    margin-bottom: 15px;
}

#modal-callback .img-responsive,
#modal-fastorder .img-responsive,
#modal-cheaper .img-responsive {
    margin: 0 auto;
}

#modal-callback .alert {
    padding: 5px;
}

#modal-callback .form-horizontal .form-group.required:before,
#modal-fastorder .form-horizontal .form-group.required:before,
#modal-quickview .form-horizontal .form-group.required:before,
#modal-cheaper .form-horizontal .form-group.required:before {
    content: '*';
    position: absolute;
    top: 0;
    right: 6px;
    width: 5px;
    height: 5px;
    font-weight: bold;
    color: #F00;
    z-index: 3;
}

.input-group-addon,
.modal-content {
    border-radius: 0;
}

.modal-header .close {
    position: absolute;
    top: 2px;
    right: 0;
    width: 52px;
    height: 52px;
    font-size: 34px;
    font-weight: 500;
    background: #e5e5e5;
    border-left: 1px solid #ccc;
    outline: none;
}

/* Fastorder */
#modal-fastorder .image img {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}

#modal-fastorder #price {
    margin-bottom: 10px;
}

.btn-fastorder {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 1.3333333;
    text-align: center;
    text-shadow: none;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #8e8e8e;
    transition: all 0.3s ease 0s;
}

.btn-fastorder:hover {
    color: #fff;
    background-color: #ff8a65;
    border: 1px solid #ff8a65;
}

/* Scroll */
.scroll-module .owl-wrapper-outer {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

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

.scroll-module .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: -43px;
    right: 49px;
    left: auto;
}

.scroll-module .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: -43px;
    right: 15px;
}

.scroll-module .owl-controls .owl-buttons div {
    float: left;
    width: 30px;
    height: 30px;
    padding: 10px 8px;
    font-family: "Raleway", sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    background: #f9f9f9;
    border: 2px solid #e1e1e0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

.scroll-module .owl-controls .owl-buttons div:hover {
    opacity: 1;
}

.scroll-module .owl-controls .owl-buttons .owl-prev:before {
    content: "\f104";
}

.scroll-module .owl-controls .owl-buttons .owl-next:before {
    content: "\f105";
    float: right;
}

.scroll-module .owl-controls .owl-buttons div:before {
    display: inline-block;
    float: left;
    width: auto;
    margin: -11px 0 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    line-height: 26px;
    text-rendering: auto;
    color: #68696c;
}

/* Tab Product */
#product-nav .nav-tabs {
    border-bottom: 1px solid #eee;
}

#product-nav .nav-tabs > li.active > a,
#product-nav .nav-tabs > li.active > a:focus,
#product-nav .nav-tabs > li.active > a:hover {
    border: 1px solid #eee;
    border-bottom-color: transparent;
}

#product-nav .tab-content {
    padding: 10px 2px;
    border: 0;
}

@media (max-width: 479px) {
    #product-nav .nav-tabs > li {
        float: none;
        width: 200px;
        margin: 2px 0;
    }

    #product-nav .nav-tabs > li.active > a,
    #product-nav .nav-tabs > li.active > a:focus,
    #product-nav .nav-tabs > li.active > a:hover {
        border: 1px solid #eee;
    }
}
