@font-face {
    font-family: 'Balkara Condensed';
    src: local('Balkara Free Condensed Regular'), local('BalkaraFreeCondensed-Regular'),
    url('/handy/fonts/balkaracondensed/Balkarafreecondensedregular.woff2') format('woff2'),
    url('/handy/fonts/balkaracondensed/Balkarafreecondensedregular.woff') format('woff'),
    url('/handy/fonts/balkaracondensed/Balkarafreecondensedregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.name_catalog {

}

@keyframes moveFromLeft {
    from {
        left: -9000px
    }
    to {
        left: 0
    }
}

@keyframes moveFromRight {
    from {
        right: -9000px
    }
    to {
        right: 0
    }
}

@keyframes moveFromTop {
    from {
        top: -5000px
    }
    to {
        top: 0
    }
}

@keyframes moveFromBottom {
    from {
        bottom: -5000px
    }
    to {
        bottom: 0
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        left: -9000px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes moveFromRight {
    from {
        right: -9000px
    }
    to {
        right: 0
    }
}

@-webkit-keyframes moveFromTop {
    from {
        top: -5000px
    }
    to {
        top: 0
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        bottom: -5000px
    }
    to {
        bottom: 0
    }
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    /* color: #6a6a6a; */
    font-weight: 400;
}

#page-body {
    background: #fff;
    height: 100%
}

a {
    color: #000
}

a:hover, a:focus {
    color: #f96262;
    text-decoration: none;
}

i.left {
    margin-right: 7px
}

i.right {
    margin-left: 7px
}
.horizontal-menu-wrapper {
    border-top: 1px solid rgb(225, 225, 225);
    background-color: #f6f8fb;
}

html, button, input, select, textarea {
    font: 14px/1.35 "Open Sans", Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, select:focus, input.form-control:focus, textarea.form-control:focus {
    -webkit-box-shadow: 0 0 2px #f96262;
    -ms-transform: 0 0 2px #f96262;
    -o-transform: 0 0 2px #f96262;
    box-shadow: 0 0 2px #f96262;
    outline: none;
    border: 1px solid #e1e1e1;
    background: none
}

.clearfix {
    clear: both
}

.heatmap {
    width: 100%;
    height: 100%;
    position: absolute !important;
    z-index: 10;
    opacity: 0;
    display: none
}

.boxes {
    -webkit-box-shadow: 0 0 8px #ddd;
    -ms-transform: 0 0 8px #ddd;
    -o-transform: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd
}

.boxes-wrapper {
    position: relative
}

.boxes-wrapper .header-content .header-nav > .container {
    padding-left: 0;
    padding-right: 0
}

.boxes-wrapper .header-content .header-icon {
    right: -1px
}

.boxes-wrapper {
    background: url(//cdn.litehost.com/s/files/1/1402/6971/t/4/assets/(/handy/files/body_bg_image.jpg) ? 3789750193974712836) repeat fixed transparent
}

.spr-badge-caption {
    display: none
}

@keyframes "loading" {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}

@-moz-keyframes loading {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}

@-webkit-keyframes "loading" {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}

@-ms-keyframes "loading" {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}

@-o-keyframes "loading" {
    from {
        left: 0
    }
    to {
        left: 100%
    }
}

.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    z-index: 100001
}

.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    font-style: italic
}

.load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'mission_scriptregular';
    font-size: 50px
}

.load-complete .loading-page {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0
}

.load-complete .loading-page .loading-line {
    position: absolute;
    background: #f0f0f0;
    width: 100%;
    height: 2px
}

.load-complete .loading-page .loading-break {
    position: absolute;
    background: #f96262;
    width: 15px;
    height: 2px
}

.load-complete .loading-page .loading-break.loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite
}

.load-complete .loading-page .loading-break.loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite
}

.load-complete .loading-page .loading-break.loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite
}

.header-content {
    position: relative;
    /* background:#fff url(/handy/files/header_bg.png) repeat center center; */
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    margin: 0;
    background: rgb(246 246 248);
}

.header-content .header-main {
    border-bottom: 1px solid #fff
}

@media (min-width: 992px) {
    .header-content .header-main .table-row {
        padding: 20px 0;
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .header-content .header-main .table-row .header-logo {
        display: table-cell;
        vertical-align: middle;
        float: none
    }

    .header-content .header-main .table-row .header-other {
        float: none;
        display: table-cell;
        vertical-align: middle
    }
}

.header-content .top-bar {
background: rgba(255,255,255,0.5);
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
}

.header-content .searchbox {
    margin: 2px 45px 0 0;
    position: relative;
    display: inline-block
}

.header-content .searchbox .search-icon {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 3;
    width: 40px;
    height: 34px;
    padding: 0;
    margin: 0;
    border: none;
    background: #e1e1e1;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0
}

.header-content .searchbox .search-icon:before {
    content: "\f002";
    font: 16px/34px Fontawesome;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff
}

.header-content .searchbox .search-icon:hover {
    background: #f96262
}

.header-content .searchbox .search-icon:hover:before {
    color: #fff
}

.header-content .searchbox .navbar-form {
    margin: 0;
    padding: 0;
    display: block;
    height: 34px;
    border: 1px solid #e1e1e1;
    background: #fff;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.header-content .searchbox .form-control {
    width: 385px;
    height: 33px;
    padding: 8px 50px 8px 10px;
    border: none;
    line-height: 18px;
    float: left;
    text-transform: none;
    -webkit-box-shadow: inset 0 0 0 #fff;
    -ms-transform: inset 0 0 0 #fff;
    -o-transform: inset 0 0 0 #fff;
    box-shadow: inset 0 0 0 #fff
}

.header-content .searchbox .form-control:hover, .header-content .searchbox .form-control:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background: none
}

.header-content .searchbox #result-ajax-search {
    text-align: left;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0px;
    margin: 15px 0 0;
    display: none;
    z-index: 12;
    border: 1px solid #e1e1e1;
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 2px 3px rgba(0, 0, 0, 0.3);
    -o-transform: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3)
}

.header-content .searchbox #result-ajax-search:before, .header-content .searchbox #result-ajax-search:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    top: -10px;
    right: 80px
}

.header-content .searchbox #result-ajax-search:after {
    border-bottom: 9px solid #ffffff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    right: 82px;
    top: -9px
}

.header-content .searchbox #result-ajax-search:before {
    border-bottom: 10px solid #e1e1e1;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0)
}

.header-content .searchbox #result-ajax-search ul {
    margin: 0;
    padding: 15px 0;
    max-height: 570px;
    overflow: auto;
    background: #fff;
    width: 100%
}

.header-content .searchbox #result-ajax-search ul li {
    display: block;
    overflow: hidden;
    padding: 13px 15px
}

.header-content .searchbox #result-ajax-search ul li .search-item-img {
    float: left;
    margin: 0px 15px 0 0;
    border: 3px solid #f0f0f0;
    max-width: 80px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.header-content .searchbox #result-ajax-search ul li .search-item-title {
    display: block;
    overflow: hidden;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.0;
    margin: 0 0 5px
}

.header-content .searchbox #result-ajax-search ul li .search-item-title .marked {
    color: #f96262
}

.header-content .searchbox #result-ajax-search ul li .product-price, .header-content .searchbox #result-ajax-search ul li .price {
    font-size: 18px
}

.header-content .searchbox #result-ajax-search ul li .price-compare {
    font-size: 12px
}

.header-content .searchbox #result-ajax-search ul li .price-sale {
    font-size: 18px
}

.header-content .searchbox #result-ajax-search ul li p {
    margin: 0
}

.header-content .searchbox.s-loading .navbar-form:before {
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    top: 6px;
    right: 50px;
    z-index: 5;
    font-size: 22px;
    vertical-align: middle;
    line-height: 20px;
    background: none;
    display: block;
    font-family: FontAwesome;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #f96262
}

.header-content .header-text-widget {
    display: inline-block;
    padding-right: 62px;
}

.header-content .header-text-widget .widget-description {
    padding: 0 2px;
    text-align: left;
}

.header-content .header-text-widget .widget-description .fa {
    font-size: 36px;
    color: #f96262;
    float: left;
    padding: 0 20px 0 0;
    line-height: 36px
}

.header-content .header-text-widget .widget-description span {
    color: #646565;
    font-size: 15px;
    display: inline-block;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 14px
}

.header-content .header-text-widget .widget-description span.text-2 {
    display: block;
    font-weight: 300;
    white-space: nowrap;
    font-size: 14px;
    color: #898e91
}

.header-content .header-other {
    margin: 0;
    text-align: right
}

.header-content .header-nav > .container {
    position: relative
}

.header-content .top-cart-holder {
    margin: 0;
    float: right;
    position: relative
}

.header-content .top-cart-holder > .cart-target {
    text-align: center;
    background: #fff;
    width: 57px;
    height: 43px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.header-content .top-cart-holder > .cart-target > .basket {
    display: inline-block;
    padding: 5px 15px;
    line-height: 23px;
    background: #fff;
    font-size: 0px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    max-height: 43px
}

.header-content .top-cart-holder > .cart-target > .basket .number {
    display: inline-block;
    height: 33px;
    width: 27px;
    float: left;
    background: url(/handy/files/cart.png) no-repeat center center
}

.header-content .top-cart-holder > .cart-target > .basket .n-item {
    display: inline-block;
    position: absolute;
    display: block;
    top: -13px;
    right: -13px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: #f96262;
    color: #fff;
    font-size: 15px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center
}

.header-content .top-cart-holder.hover-dropdown > .cart-target:hover, .header-content .top-cart-holder.hover-dropdown > .cart-target.open {
    width: 228px;
    z-index: 6;
    -webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
    -ms-transform: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
    -o-transform: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
    text-align: center
}

.header-content .top-cart-holder.hover-dropdown > .cart-target:hover .dropdown-menu, .header-content .top-cart-holder.hover-dropdown > .cart-target.open .dropdown-menu {
    display: block;
    width: 228px;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    opacity: 1
}

.header-content .top-bar-left .top-bar-list li {
    padding: 0 10px;
    line-height: 1.0;
    margin: 0;
    display: inline-block
}

.header-content .top-bar-left .top-bar-list li > a {
    padding: 0px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    color: #4a4c4c;
}

.header-content .top-bar-left .top-bar-list li > a .fa {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #898e91;
}

.header-content .top-bar-left .top-bar-list li.customer-account {
    padding-left: 0
}

.header-content .top-bar-left .top-bar-list li:hover > a {
    color: #0e0e0e;
}

.header-content .top-bar-info {
    line-height: 30px;
    text-align: center;
    color: #4a4c4c;
    white-space: nowrap;
}

.header-content .top-bar-right > .list-inline {
    text-align: right;
    position: relative
}

.header-content .top-bar-right > .list-inline > li {
    display: inline-block;
    padding: 0px
}

.header-content .top-bar-right > .list-inline > li > a {
    padding: 0px;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    color: #4a4c4c;
}

.header-content .top-bar-right > .list-inline > li > a .fa {
    margin: 0 5px 0 0
}

.header-content .top-bar-right > .list-inline > li.currency {
    float: right;
    margin: 0 0 0 20px
}

.header-content .top-bar-right > .list-inline > li.currency > .dropdown-toggle {
    position: relative
}

.header-content .top-bar-right > .list-inline > li.currency > .dropdown-toggle .fa {
    margin: 0 0 0 5px
}

.header-content .top-bar-right > .list-inline > li.currency .dropdown-menu {
    right: 0;
    left: auto;
    top: 100%;
    width: auto;
    min-width: 130px;
    margin-top: 10px
}

.header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li {
    border-top: 1px solid #e1e1e1
}

.header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li:first-child {
    border-top: none
}

.header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li.active a, .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li:hover a {
    background: #f5f5f5;
    color: #000
}

.header-content .top-bar-right > .list-inline > li.currency .dropdown-menu a {
    padding: 7px 10px;
    line-height: 1.42857
}

.header-content .top-bar-right > .list-inline > li.currency:hover .dropdown-menu, .header-content .top-bar-right > .list-inline > li.currency.open .dropdown-menu {
    display: block
}

.header-content .top-bar-right > .list-inline > li.currency:hover .dropdown-menu:before, .header-content .top-bar-right > .list-inline > li.currency.open .dropdown-menu:before {
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    display: block;
    top: -12px;
    right: 0
}

.header-content .top-bar-right > .list-inline > li:hover > a {
    color: #0e0e0e;
}

.header-content .header-logo {
    display: block;
    margin: 0;
    text-align: center
}

.header-content .header-logo .logo-site {
    color: #565656;
    font-size: 48px;
    line-height: 1.0
}

.header-content .header-logo .logo-site:hover {
    color: #f96262
}

.header-content .search-content {
    padding: 54px 15px;
    text-align: right
}

.header-content .search-content .search-form {
    border: 1px solid #eae9e9;
    text-align: left;
    display: inline-block;
    width: 100%
}

.header-content .search-content .search-form .search-select-wrapper {
    display: inline-block;
    padding: 20px 15px 21px;
    position: relative
}

.header-content .search-content .search-form .search-select-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    top: 18px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fff
}

.header-content .search-content .search-form .search-select-wrapper > a i {
    margin: 0 5px
}

.header-content .search-content .search-form .search-select-wrapper > a > i {
    margin-left: 10px
}

.header-content .search-content .search-form .search-select-wrapper > a:hover {
    text-decoration: none
}

.header-content .search-content .search-form .search-select-wrapper .search-select {
    border: 1px solid #fff;
    width: 100%;
    left: -1px;
    min-width: 130px
}

.header-content .search-content .search-form .search-select-wrapper .search-select li:hover a, .header-content .search-content .search-form .search-select-wrapper .search-select li.active a {
    background-color: #fff;
    color: #fff
}

.header-content .search-content .search-form .search-select-wrapper:hover .search-select {
    display: block
}

.header-content .search-content .search-form .search-submit {
    border: 0;
    background: 0;
    color: #000;
    position: absolute;
    display: block;
    top: -2px;
    right: 5px;
    font-size: 14px;
    width: 32px;
    height: 48px;
    line-height: 44px
}

.header-content .logo-stick {
    display: none
}

.header-content .header-fixed {
    position: fixed;
    z-index: 1030;
    left: 0;
    right: 0;
    top: 0;
    border: none;
    border: 1px solid #e1e1e1;
    background: #565656;
}

.header-content .header-fixed .top-bar {
    display: none
}

.header-content .header-fixed .header-main {
    background: transparent;
    border: none
}

.header-content .header-fixed .header-container {
    text-align: right
}

.header-content .header-fixed .header-other {
    display: none
}

.header-content .header-fixed .header-logo {
    margin: 0;
    max-height: 50px
}

.header-content .header-fixed .header-logo img.logo {
    max-height: 44px;
    margin: 3px
}

.header-content .header-fixed .header-main > .container > .row {
    display: inline-block;
    float: left;
    display: none
}

.header-content .header-fixed .header-main > .container > .row > .col-md-3 {
    min-width: 200px;
    position: relative;
    z-index: 3
}

.header-content .header-fixed .header-main > .container > .row > .col-sm-8 {
    display: none
}

.header-content .header-fixed .dropdown-fix {
    bottom: 0
}

.header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav {
    border: none;
    background: transparent;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0
}

.header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav > li.new > a span:after, .header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav > li.new > a span:before {
    content: none
}

.header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav > li:last-child .dropdown-menu {
    left: auto !important;
    right: 0px !important
}

.navigation .head, .navigation a.dropdown-toggle {
    background: #f96262;
    color: #fff;
    padding: 17px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    display: block;
    position: relative
}

.navigation .head:after, .navigation a.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 14px;
    right: 15px;
    font-weight: 400;
    font-size: 22px
}

.navigation .head:hover, .navigation a.dropdown-toggle:hover {
    color: #fff
}

.navigation .head .fa, .navigation a.dropdown-toggle .fa {
    margin: 0 6px 0 0
}

.navigation.open a.dropdown-toggle {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px
}

.navigation.open a.dropdown-toggle:after {
    content: "\f106"
}

.navigation.open .navbar {
    display: block;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    z-index: 102
}

.navigation.open .navbar:before {
    content: none
}

.navigation .head {
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px
}

.navigation .head:after {
    content: none
}

.cart-sb.opened, .cart-dd {
    margin: 0px;
    padding: 2px 20px 20px;
    left: auto;
    right: 0px;
    width: 228px;
    border: none;
    top: 40px;
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -ms-transform: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    -o-transform: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0
}

.cart-sb.opened #cart-info, .cart-dd #cart-info {
    padding: 10px 0 0;
    border-top: 1px solid #e2e3e3;
    overflow: auto
}

.cart-sb.opened #cart-info .cart-item-empty, .cart-dd #cart-info .cart-item-empty {
    padding: 0px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.cart-sb.opened #cart-info .cart-item-empty p, .cart-dd #cart-info .cart-item-empty p {
    margin: 0
}

.cart-sb.opened #cart-info h1, .cart-dd #cart-info h1 {
    text-transform: none;
    margin: 0px;
    padding: 15px 15px 0;
    font-weight: 400
}

.cart-sb.opened #cart-info .items-inner, .cart-dd #cart-info .items-inner {
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
    position: relative
}

.cart-sb.opened #cart-info .items-inner .cart-item-image, .cart-dd #cart-info .items-inner .cart-item-image {
    float: left;
    margin: 0 15px 0 0
}

.cart-sb.opened #cart-info .items-inner .cart-item-image img, .cart-dd #cart-info .items-inner .cart-item-image img {
    border: 3px solid #f5f5f5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.cart-sb.opened #cart-info .items-inner .cart-close, .cart-dd #cart-info .items-inner .cart-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    height: 20px;
    line-height: 20px;
    font-size: 0;
    text-align: right
}

.cart-sb.opened #cart-info .items-inner .cart-close:before, .cart-dd #cart-info .items-inner .cart-close:before {
    content: "\f00d";
    font-family: Fontawesome;
    font-size: 14px;
    color: #ff0000
}

.cart-sb.opened #cart-info .items-inner .cart-close:hover:before, .cart-dd #cart-info .items-inner .cart-close:hover:before {
    color: #f96262
}

.cart-sb.opened #cart-info .items-inner .cart-item-title, .cart-dd #cart-info .items-inner .cart-item-title {
    margin: 0;
    padding: 0 15px 3px 0;
    line-height: 1.3
}

.cart-sb.opened #cart-info .items-inner .cart-item-title a, .cart-dd #cart-info .items-inner .cart-item-title a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 15px
}

.cart-sb.opened #cart-info .items-inner .cart-item-title a:hover, .cart-dd #cart-info .items-inner .cart-item-title a:hover {
    color: #f96262
}

.cart-sb.opened #cart-info .items-inner .cart-item-price span:last-child, .cart-dd #cart-info .items-inner .cart-item-price span:last-child {
    color: #337ab7;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.cart-sb.opened #cart-info .items-inner:first-child, .cart-dd #cart-info .items-inner:first-child {
    padding-top: 0
}

.cart-sb.opened #cart-info .subtotal, .cart-dd #cart-info .subtotal {
    overflow: hidden;
    display: inline-block;
    border-top: 1px solid #e2e3e3;
    border-bottom: 1px solid #e2e3e3;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    line-height: 28px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.cart-sb.opened #cart-info .subtotal > span:first-child, .cart-dd #cart-info .subtotal > span:first-child {
    margin-right: 5px;
    color: #898e91
}

.cart-sb.opened #cart-info .subtotal .cart-item-total-price, .cart-dd #cart-info .subtotal .cart-item-total-price {
    color: #f96262;
    font-size: 20px
}

.cart-sb.opened #cart-info .action, .cart-dd #cart-info .action {
    padding: 0;
    text-align: right
}

.cart-sb.opened #cart-info .action br, .cart-dd #cart-info .action br {
    display: none
}

.cart-sb.opened #cart-info .action .btn, .cart-dd #cart-info .action .btn {
    margin: 10px 0 0;
    min-width: 50px;
    padding: 5px 8px;
    line-height: 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    text-transform: none;
    font-size: 14px
}

.cart-sb.opened #cart-info .action a.btn, .cart-dd #cart-info .action a.btn {
    float: left;
    min-width: 50px;
    padding: 5px 15px;
    border: 1px solid #cbc6b5;
    color: #898678;
    font-size: 14px
}

.cart-sb.opened #cart-info .action a.btn:hover, .cart-dd #cart-info .action a.btn:hover {
    border-color: #f96262;
    color: #fff
}

.cart-sb.opened #cart-info .action button.btn, .cart-dd #cart-info .action button.btn {
    float: right
}

.cart-dd #cart-info {
    max-height: 495px
}

.cart-dd #cart-info .items-inner .cart-item-image {
    max-width: 50px;
    min-width: 50px
}

.cart-sb.opened {
    padding: 20px;
    width: 280px;
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    position: fixed
}

.cart-sb.opened #cart-info {
    border: 0;
    padding: 0
}

.cart-sb.opened #cart-info .cart-item-empty {
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
    text-align: left
}

.cart-sb.opened #cart-info .items-inner .cart-item-image {
    max-width: 80px;
    min-width: 80px
}

.cart-sb.opened #cart-info .action {
    padding-bottom: 40px;
    overflow: hidden
}

.navmenu-shopping-cart .btn {
    min-width: 180px
}

.search-sb .title {
    margin-bottom: 20px
}

.search-sb #header-search {
    display: block;
    width: 100%
}

.search-sb #header-search .search_box {
    width: 100%;
    padding-right: 35px
}

.search-sb #header-search button.search-submit {
    border: 0;
    background: 0;
    color: #000;
    position: absolute;
    display: block;
    top: 0px;
    right: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px
}

.search-sb .search-results {
    width: 100%
}

.search-sb .search-results .search-item-wrapper {
    clear: both;
    padding-top: 20px
}

.search-sb .search-results .search-item-wrapper .search-item-img {
    display: inline-block;
    float: left;
    margin-right: 20px;
    vertical-align: top
}

.search-sb .search-results .search-item-wrapper .search-item-title {
    vertical-align: top
}

.jGrowl-notification {
    -webkit-box-shadow: 2px, 0, 15px, #bebebe;
    -ms-transform: 2px, 0, 15px, #bebebe;
    -o-transform: 2px, 0, 15px, #bebebe;
    box-shadow: 2px, 0, 15px, #bebebe
}

.jGrowl-notification div.jGrowl-close {
    border-radius: 0% 0% 0% 0%;
    -moz-border-radius: 0% 0% 0% 0%;
    -webkit-border-radius: 0% 0% 0% 0%;
    position: absolute;
    top: -1px !important;
    right: -1px !important;
    left: auto !important;
    text-align: center;
    background: #f96262;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px !important;
    width: 30px;
    font-size: 0
}

.jGrowl-notification div.jGrowl-close:before {
    content: "\f00d";
    font: 14px/30px Fontawesome !important;
    color: #fff
}

.jGrowl-notification div.jGrowl-close:hover {
    background: #b1b1b1
}

.jGrowl-notification div.jGrowl-close:hover:before {
    color: #fff
}

.jGrowl-notification div.jGrowl-close .fa {
    display: none
}

.jGrowl-notification .jGrowl-message .effect-item-action .your-cart {
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px
}

.quantity {
    position: relative;
    display: inline-block
}

.quantity input {
    text-align: left;
    width: 110px;
    height: 38px;
    min-height: 36px;
    padding: 6px 10px 6px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: transparent;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none
}

.quantity input:focus, .quantity input:active, .quantity input:hover {
    background: none
}

.quantity .qty-inner > span {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 0px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    line-height: 19px;
    font-size: 10px
}

.quantity .qty-inner > span.qty-up {
    position: absolute;
    display: block;
    top: 2px;
    right: 8px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.quantity .qty-inner > span.qty-down {
    position: absolute;
    display: block;
    right: 8px;
    bottom: 2px;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.quantity .qty-inner > span:hover i {
    color: #f96262
}

#quick-shop-popup {
    background-color: rgba(0, 0, 0, 0.5)
}

#quick-shop-popup .modal-dialog {
    width: 1000px
}

#quick-shop-popup .modal-dialog .modal-content {
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0
}

#quick-shop-popup .modal-dialog .modal-content .close {
    opacity: 1;
    filter: alpha(opacity=100)
}

#quick-shop-popup .modal-dialog .modal-content .modal-header {
    border: 0;
    padding: 0px;
    text-align: right;
    min-height: 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-header span {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    border-radius: 0% 0% 0% 0%;
    -moz-border-radius: 0% 0% 0% 0%;
    -webkit-border-radius: 0% 0% 0% 0%;
    text-align: center;
    background: #f96262;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-header span:before {
    content: "\f00d";
    font: 14px/30px Fontawesome;
    color: #fff
}

#quick-shop-popup .modal-dialog .modal-content .modal-header span:hover {
    background: #60a6f5;
}

#quick-shop-popup .modal-dialog .modal-content .modal-header span:hover:before {
    color: #fff
}

#quick-shop-popup .modal-dialog .modal-content .modal-body {
    padding: 20px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div {
    top: 0;
    width: 23px;
    height: 100%;
    line-height: 100%;
    border: none;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.2);
    -o-transform: 0 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    opacity: 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div .fa {
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    height: 100%;
    width: 100%;
    line-height: 100%;
    background-color: #eaecee;
    color: #fff
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div .fa:before {
    display: block;
    line-height: 90px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div.owl-next {
    right: 0px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div.owl-prev {
    left: 0px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div:hover .fa {
    background-color: #f96262
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image .owl-controls .owl-nav > div:hover .fa:before {
    color: #fff
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image:hover .owl-controls .owl-nav > div {
    opacity: 0.8
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-image #gallery-qs-image.no-slider .owl-nav {
    display: none !important
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title {
    margin: 0px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #151515
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a:hover {
    text-decoration: none;
    color: #f96262
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price {
    clear: both;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #81cfdc;
    padding: 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price {
    color: #f96262;
    font-size: 30px;
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-sale {
    font-size: 30px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-compare {
    color: #b1b1b1;
    font-size: 20px;
    float: left;
    margin: 10px 20px 0 0
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .description {
    line-height: 1.5;
    padding: 0px 0 35px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type {
    padding: 0 0 7px;
    margin: 0 0 10px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type span {
    display: inline-block;
    min-width: 90px;
    text-transform: uppercase;
    font-size: 10px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper {
    width: 100%;
    clear: both;
    margin: 0 0 35px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper {
    margin-bottom: 15px;
    overflow: hidden
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper select {
    min-width: 120px;
    height: 36px;
    padding: 0px 10px;
    line-height: 34px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper label {
    color: #151515;
    margin-top: 8px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-weight: 400;
    min-width: 70px
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product {
    margin-right: 20px;
    color: #151515;
    display: inline-block;
    float: left
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action {
    margin: 0px 20px 0 0;
    display: inline-block;
    float: left
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist {
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    text-align: center
}

#quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist span:before {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 38px
}

#quick-shop-popup .product-image-inner {
    margin: 0;
    padding: 0;
    position: relative
}

#quick-shop-popup .product-image-inner .featured-image {
    display: block;
    padding: 0px
}

#quick-shop-popup .gallery-thumb-img {
    overflow: hidden;
    margin: 10px auto 0
}

#quick-shop-popup .gallery-thumb-img a.thumb-img {
    display: block;
    margin: 0 auto;
    border: 1px solid transparent;
    overflow: hidden;
    text-align: center;
    color: #f96262;
    opacity: 0.5
}

#quick-shop-popup .gallery-thumb-img a.thumb-img img {
    display: inline-block
}

#quick-shop-popup .gallery-thumb-img a.thumb-img.active, #quick-shop-popup .gallery-thumb-img a.thumb-img:hover {
    opacity: 1
}

#quick-shop-popup #qs-product-link {
    margin: 0px auto 0;
    padding: 11px 0;
    text-align: left;
    display: inline-block
}

#quick-shop-popup #qs-product-link > a {
    color: #000
}

#quick-shop-popup #qs-product-link > a:hover {
    color: #888
}

#quick-shop-popup #qs-rating {
    line-height: 30px;
    padding: 0 0 20px
}

#quick-shop-popup #qs-rating .spr-starrating {
    float: left;
    margin-right: 20px
}

#qs-tab {
    clear: both;
    padding-top: 25px
}

.fancybox-skin {
    padding: 0 !important;
    border-radius: 0px 0px 0 0px;
    -moz-border-radius: 0px 0px 0 0px;
    -webkit-border-radius: 0px 0px 0 0px;
    color: #6a6a6a
}

.fancybox-skin .fancybox-close {
    position: absolute;
    display: block;
    top: 0;
    right: 0px;
    border-radius: 0% 0% 0% 0%;
    -moz-border-radius: 0% 0% 0% 0%;
    -webkit-border-radius: 0% 0% 0% 0%;
    text-align: center;
    background: #f96262;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 0
}

.fancybox-skin .fancybox-close:before {
    content: "\f00d";
    font: 14px/30px Fontawesome;
    color: #fff
}

.fancybox-skin .fancybox-close:hover {
    background: #b1b1b1
}

.fancybox-skin .fancybox-close:hover:before {
    color: #fff
}

.fancybox-skin #mailchimp-popup {
    background: #fff;
    overflow: hidden;
    position: relative
}

.fancybox-skin .mailchimp-popup-img {
    float: right;
    overflow: hidden;
    height: 450px;
    max-width: 48%
}

.fancybox-skin .mailchimp-popup-content {
    padding: 100px 20px 40px 40px;
    color: #636363;
    display: inline-block;
    margin: 0;
    max-width: 50%;
    text-align: center
}

.fancybox-skin .mailchimp-popup-content .title {
    color: #151515;
    font-weight: 200;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.0;
    margin: 0 0 25px;
    text-align: center
}

.fancybox-skin .mailchimp-popup-content .mailchimp-caption-1 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 300;
    color: #6a6a6a;
    line-height: 1.5;
    text-align: center
}

.fancybox-skin .mailchimp-popup-content .mailchimp-caption-2 {
    font-weight: 600;
    font-size: 52px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #918c7f;
    line-height: 1.0;
    margin: 0;
    padding: 0
}

.fancybox-skin .mailchimp-popup-content #mc-form {
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    position: relative;
    clear: both;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.fancybox-skin .mailchimp-popup-content #mc-form #mc-email {
    color: #949187;
    width: 83%;
    margin-left: 0px;
    height: 38px;
    border: none;
    float: left;
    background: none
}

.fancybox-skin .mailchimp-popup-content #mc-form #mc-email:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    background: none
}

.fancybox-skin .mailchimp-popup-content #mc-form .btn {
    position: absolute;
    display: block;
    top: -1px;
    right: -1px;
    text-align: left;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0
}

.fancybox-skin .mailchimp-popup-content #mc-form .fa {
    display: none
}

#scroll-to-top i {
    display: none
}

#scroll-to-top a {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 56px;
    background: transparent;
    display: block;
    border: 2px solid #f96262;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

#scroll-to-top a:before {
    content: "\f077";
    font-size: 25px;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    color: #f96262;
    font-family: Fontawesome;
    display: block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

#scroll-to-top:hover a {
    background: #f96262;
    color: #fff
}

#scroll-to-top:hover a:before {
    color: #fff
}

.horizontal-menu {
    background: none;
    position: relative;
    bottom: -2px; /* background:#565656 */
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li > a {
    font-size: 14px
}
.horizontal-menu .navigation .navbar .navbar-collapse .main-nav>li.active>span {
    color: #fff;
    background: #f96262;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.navigation .navbar .navbar-collapse .main-nav>li>span {
    font-size: 14px;
    text-transform: uppercase;
    margin: 8px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 26px;
    padding: 4px 9px;
    font-weight: 400;
    color: #212775;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    /*  */
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > a {
    position: relative
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > .dropdown-menu, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > .dropdown-menu {
    border: 1px solid #e1e1e1;
    background: #ebebeb;
    top: 100%;
    left: 0px !important;
    display: block !important
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu {
    position: static
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > a {
    position: relative
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > .dropdown-menu, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > .dropdown-menu {
    left: 0px !important;
    display: block !important
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu {
    margin-top: 0;
    left: 0px !important
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu .dropdown-menu {
    font-size: 14px;
    border: none
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-4 {
    width: 100%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-3 {
    width: 75%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-3 .container {
    max-width: 100%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-2 {
    width: 50%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-1 {
    width: 25%
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active {
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active > a {
    color: #fff;
    background: #f96262;  border-radius:4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;  -webkit-border-radius:4px 4px 4px 4px; 
}

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:last-child {
    margin-right: 0
}

.navigation .navbar {
    position: static;
    border: none;
    -webkit-box-shadow: 0 0 0 transparent;
    -ms-transform: 0 0 0 transparent;
    -o-transform: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; /*  */
}

.navigation .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: static
}

.navigation .navbar .navbar-collapse .main-nav {
    position: static;
    margin: 0px;
    border-radius: 0 0px 0px 0px;
    -moz-border-radius: 0 0px 0px 0px;
    -webkit-border-radius: 0 0px 0px 0px;
    border: none;
    background: none;
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    background: #8f8f94;
}

.navigation .navbar .navbar-collapse .main-nav span.expand {
    padding: 0 15px 0 0;
    position: absolute;
    top: 13px;
    z-index: 2;
    right: 10px;
    opacity: 1
}

.navigation .navbar .navbar-collapse .main-nav span.expand .fa {
    font-size: 20px;
    color: #6a6a6a
}

.navigation .navbar .navbar-collapse .main-nav > li {
    display: inline-block;
    padding: 0 0px 0 12px;
    margin: 0;
    float: left;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; /* transition:all 0.3s ease 0s; *//* margin-bottom:0px; */
}

.navigation .navbar .navbar-collapse .main-nav > li:after {
    content: '';
    width:2px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-right:1px solid #676767;
    /* background:#454545; */
    margin: 0 0px 0 10px;
}

.navigation .navbar .navbar-collapse .main-nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    margin: 8px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 26px;
    padding: 4px 9px;
    font-weight: 400;
    color: #fff;
    font-family:"Roboto",Arial,Helvetica,sans-serif;
    /*  */
}

.navigation .navbar .navbar-collapse .main-nav > li > a:hover {
    color: #fff
}

.navigation .navbar .navbar-collapse .main-nav > li .expand {
    display: none
}

.navigation .navbar .navbar-collapse .main-nav > li.new > a {
    position: relative
}

.navigation .navbar .navbar-collapse .main-nav > li.new > a span {
    display: inline-block
}

.navigation .navbar .navbar-collapse .main-nav > li.new > a span:after {
    content: '';
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #f96262;
    display: inline-block;
    height: 0;
    width: 0;
    position: absolute;
    display: block;
    top: -4px;
    right: 32px
}

.navigation .navbar .navbar-collapse .main-nav > li.new > a span:before {
    background-clip: padding-box;
    background-color: #f96262;
    color: #fff;
    content: "NEW";
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    position: absolute;
    display: block;
    top: -24px;
    right: 10px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.navigation .navbar .navbar-collapse .main-nav > li:hover > a {
    color: #f96262
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown {
    position: relative
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: Fontawesome;
    margin: 0 0 0 2px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > a.hover {
    position: relative;
    z-index: 6;
    background: #f96262;
    margin-right: -1px;
    color: #fff
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu {
    display: none;
    left: 100%;
    top: 0%;
    background: #ebebeb;
    background-size: contain !important;
    font-size: 14px;
    padding: 0
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-4 {
    width: 891px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-3 {
    width: 665px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-2 {
    width: 410px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-1 {
    width: 225px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu span.expand {
    display: none
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a {
    color: #646565;
    white-space: normal;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > span {
    color: #646565;
    white-space: normal;
    font-size: 13px;
}

.main-nav .dropdown-menu li span {
    white-space: normal;
    padding: 8px 25px;
    margin: 0;
    line-height: 26px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a span {
    color: #646565
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a:hover span {
    color: #f96262
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu {
    background: #ebebeb
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a {
    color: #646565;
    white-space: normal;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a span {
    color: #646565
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a:hover span {
    color: #f96262
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu span.expand {
    display: none
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    background: #ebebeb
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .product-button {
    display: none
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    width: 100%;
    min-width: auto
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title {
    margin: 0 0px 10px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title a {
    padding: 0;
    color: #6a6a6a
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a, .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a:hover {
    color: #f96262
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a {
    color: #646565;
    white-space: inherit;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a span {
    color: #646565
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a:hover span {
    color: #eaecee
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hold {
    z-index: 22
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > .dropdown-menu, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hold > .dropdown-menu {
    left: 100%;
    display: block
}

.navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > .dropdown-menu .dropdown-menu-sub, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hold > .dropdown-menu .dropdown-menu-sub {
    display: block
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu {
    border: 1px solid #eae9e9;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.1);
    -o-transform: 0 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1)
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link {
    overflow: hidden
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 6px 0;
    line-height: 24px;
    margin: 0;
    color: #151515;
    font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a:hover {
    color: #f96262
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub:before {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li {
    border: none;
    padding: 0
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a {
    display: block;
    padding: 3px 0;
    border: none;
    margin: 0;
    font-size: 13px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:after {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
    color: #f96262;
    background: none;
    padding-left: 10px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners > a {
    margin: 0;
    padding: 0px 10px;
    line-height: 37px;
    display: block;
    color: #484747;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: none;
    background: #fff
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners > a:hover {
    color: #f96262
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu {
    padding: 0
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a {
    padding: 0
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a:after {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a img {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a:hover img {
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    transform: translate(0px, -5px)
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a {
    color: #646565 !important
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a:hover {
    color: #f96262 !important
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col img {
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    display: block;
    width: 100%;
    border: none !important;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col img:hover {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-item {
    width: 100%;
    float: left;
    display: block;
    margin-top: 10px;
    margin-bottom: 15px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-item:last-child {
    margin-bottom: 0
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head {
    padding-right: 5px;
    max-width: 100px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head > a {
    padding: 1px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head > a:after {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head > a:hover {
    border-color: #f96262 !important;
    background: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content {
    text-align: left
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a {
    padding: 0 0 5px !important;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    display: inline-block;
    line-height: 1.2
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a:after {
    content: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a:hover {
    background: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .sb-price {
    font-size: 16px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .sb-price .price-compare {
    float: none
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .sb-price .price-sale {
    font-size: 16px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a {
    padding: 0;
    display: block !important
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a img {
    width: 100%
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a:hover {
    padding-left: 0 !important
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content {
    margin-bottom: 10px;
    padding-right: 30px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-title a {
    color: #646565;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    display: inline-block
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-title a:hover {
    padding-left: 0 !important
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-price {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-des {
    line-height: 1.5;
    margin-bottom: 20px;
    display: inline-block
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown {
    border: 0;
    background: none;
    text-align: center
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown span {
    margin: 0 5px;
    padding: 5px;
    display: inline-block;
    background: #81cfdc;
    color: #fff;
    font-size: 12px;
    font-weight: normal
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head {
    display: inline-block;
    margin-bottom: 10px;
    width: 35%;
    float: left
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head .product-image img {
    width: 100%
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head .product-image a:hover {
    padding-left: 0 !important
}

.navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .dropdown-menu.fix > li {
    border-bottom: 0 !important
}

.verticle-menu {
    margin: 0 0 70px
}

.verticle-menu .navigation h4.sb-title {
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 6px 20px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    background: #d8d2c5;
    color: #fff
}

.verticle-menu .navbar .navbar-collapse .main-nav {
    border: 1px solid #e1e1e1;
    background: transparent
}

.verticle-menu .navbar .navbar-collapse .main-nav > li {
    position: relative;
    display: block;
    padding: 0;
    margin: 0
}

.verticle-menu .navbar .navbar-collapse .main-nav > li > a {
    padding: 10px 20px;
    line-height: 26px;
    font-size: 15px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    text-transform: uppercase;
    background: #f4f3ea;
    color: #000
}

.verticle-menu .navbar .navbar-collapse .main-nav > li > a:hover {
    background: #f96262;
    color: #fff
}

.verticle-menu .navbar .navbar-collapse .main-nav > li span.expand {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    text-align: right;
    padding: 0px;
    content: none;
    background: url(//cdn.litehost.com/s/files/1/1402/6971/t/4/assets/bg_dropdown_cat.png?3789750193974712836) no-repeat center center
}

.verticle-menu .navbar .navbar-collapse .main-nav > li span.expand .fa {
    display: none
}

.verticle-menu .navbar .navbar-collapse .main-nav > li > .dropdown-menu {
    margin: 0 0 0 10px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    -ms-transform: 0 3px 3px rgba(0, 0, 0, 0.15);
    -o-transform: 0 3px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15)
}

.verticle-menu .navbar .navbar-collapse .main-nav > li > .dropdown-menu:before {
    content: '';
    position: absolute;
    display: block;
    left: -12px;
    top: 0;
    height: 100%;
    width: 12px;
    z-index: 8
}

.verticle-menu .navbar .navbar-collapse .main-nav > li > .dropdown-menu li a span {
    text-transform: none !important
}

.verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu {
    padding: 25px !important
}

.verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu .dropdown-menu {
    border: none;
    padding: 0;
    margin: 0;
    background: transparent
}

.verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu.mega-sub-link > a {
    margin: 0 !important
}

.verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu .sb-product-content {
    padding-left: 15px
}

.verticle-menu .navbar .navbar-collapse .main-nav > li:last-child > a {
    border-bottom: none
}

.verticle-menu .navbar .navbar-collapse .main-nav > li:hover > a, .verticle-menu .navbar .navbar-collapse .main-nav > li:hover > a:hover {
    color: #fff;
    background: #f96262
}

.header-main .mobile-logo, .header-mainbg-image-style .mobile-logo {
    display: block;
    margin: 15px auto
}

.mobile-version {
    width: 100%
}

.mobile-version .list-inline {
    width: 100%;
    float: left;
    margin-left: 0
}

.mobile-version .list-inline > li {
    float: left;
    width: 33.33%;
    height: 41px;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: relative
}

.mobile-version .list-inline > li i {
    font-size: 16px
}

.mobile-version .list-inline > li.cart-target {
    width: auto;
    height: 48px;
    text-align: right;
    position: relative;
    float: none;
    vertical-align: top
}

.mobile-version .list-inline > li.cart-target > a {
    border: 1px solid #eae9e9;
    color: #151515;
    position: relative;
    display: inline-block;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    padding: 13px 20px;
    margin-right: 15px
}

.mobile-version .list-inline > li.cart-target > a .cart-text {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.3em;
    font-weight: 600;
    line-height: 1.7em
}

.mobile-version .list-inline > li.cart-target > a i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 5px
}

.mobile-version .list-inline > li.cart-target > a:hover {
    text-decoration: none
}

.mobile-version .list-inline > li.cart-target > a .number {
    font-size: 13px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
    font-weight: 600;
    position: absolute;
    display: block;
    top: 8px;
    right: -15px
}

.mobile-version .list-inline > li.cart-target:hover {
    z-index: 2
}

.mobile-version .list-inline > li.cart-target:hover .cart-dd {
    display: block !important
}

.menu-mobile {
    border: 0
}

.menu-mobile .main-nav .dropdown-menu li {
    padding: 0;
    border: none
}

.menu-mobile .main-nav .dropdown.open > .dropdown-menu {
    display: none
}

.menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu {
    display: block;
    clear: both;
    border: none;
    background: #ebebeb
}

.menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu .container {
    width: auto;
    padding: 0
}

.menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu .container .row {
    margin: 0
}

.menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu .container .row div {
    width: 100%;
    padding: 0
}

.menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu .container .row div.banners {
    display: none
}

.menu-mobile .main-nav > li {
    display: block;
    clear: both;
    position: relative
}

.menu-mobile .main-nav > li a {
    padding: 10px 20px;
    display: block;
    line-height: 26px;
    text-transform: capitalize;
    color: #6a6a6a
}

.menu-mobile .main-nav > li .icon-nav {
    display: none
}

.menu-mobile .main-nav > li > a:hover, .menu-mobile .main-nav > li > a:focus {
    text-decoration: none
}

.menu-mobile .main-nav > li.menu-mobile-open > a, .menu-mobile .main-nav > li:hover > a {
    text-decoration: none;
    background: #f96262;
    color: #fff
}

.menu-mobile .main-nav > li.menu-mobile-open > span.expand i, .menu-mobile .main-nav > li:hover > span.expand i {
    color: #fff
}

.menu-mobile .main-nav > li.menu-mobile-open > span.expand i:before, .menu-mobile .main-nav > li:hover > span.expand i:before {
    content: "\f0d7"
}

.menu-mobile .main-nav > li.dropdown.menu-mobile-open {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav > li.dropdown.menu-mobile-open > .dropdown-menu {
    display: block;
    width: 100% !important;
    background-image: none !important;
    min-height: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2)
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu {
    width: 100%;
    position: static;
    padding: 0;
    border-top: none
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu > li > a {
    white-space: normal;
    padding: 10px 20px 10px 25px;
    background: none;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    padding: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a {
    color: #646565;
    border: 0;
    padding: 10px 15px 10px 35px;
    background: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li a:hover {
    text-decoration: none;
    color: #f96262
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li:last-child {
    border-bottom: 0
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu.menu-mobile-open > span.expand .fa {
    color: #f96262
}

.menu-mobile .main-nav > li.dropdown .dropdown-menu .dropdown-submenu.menu-mobile-open > span.expand .fa:before {
    content: "\f0d8"
}

.menu-mobile .main-nav > li.li-on-mobile {
    font-size: 32px;
    text-align: center;
    padding: 15px;
    font-weight: 200;
    text-transform: capitalize;
    border-bottom: 1px solid #e1e1e1;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #151515
}

.menu-mobile .main-nav .product-button {
    display: none !important
}

.menu-mobile .main-nav span.expand {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #6a6a6a
}

.menu-mobile .main-nav span.expand i {
    display: block;
    width: 100%;
    height: 100%
}

.menu-mobile .main-nav span.expand i:before {
    content: "\f0d7";
    font-family: Fontawesome;
    font-size: 14px;
    display: block;
    line-height: 50px
}

.menu-mobile .main-nav .mega-menu .product-wrapper {
    padding: 0 18px 0 0
}

.menu-mobile .main-nav .mega-menu .product-wrapper a {
    border: 0;
    padding: 0
}

.menu-mobile .main-nav .mega-menu .product-wrapper img {
    width: 100%
}

.menu-mobile .main-nav .mega-menu .dropdown-menu {
    padding: 0px !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2)
}

.menu-mobile .main-nav .mega-menu .dropdown-menu > .row {
    margin: 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu li a {
    padding: 15px 20px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link {
    padding-bottom: 0;
    clear: both
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub {
    border-bottom: 1px solid #e1e1e1
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link a {
    padding: 10px 19px 10px 25px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open > a {
    transition: none;
    -webkit-transition: none;
    border-bottom: 1px solid #e1e1e1;
    color: #f96262
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open span.expand .fa {
    color: #f96262
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open span.expand .fa:before {
    content: "\f0d7"
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a {
    padding-left: 15px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a:after {
    content: none
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col {
    padding: 0;
    float: left;
    width: 100%
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item {
    width: 100%;
    float: left;
    display: block;
    margin: 15px 0;
    overflow: hidden
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row {
    margin: 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-head {
    padding-right: 5px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-head a {
    padding: 0 !important;
    border: 1px solid #e1e1e1;
    margin: 0 !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-head a:hover {
    border-color: #f96262
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-content .bp-content-inner a {
    padding: 0;
    margin: 0;
    border: none
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-content .product-review {
    display: none
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content {
    padding-left: 0px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-title > a, .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-price {
    color: #000;
    text-transform: capitalize;
    line-height: 20px;
    border: none;
    padding: 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-title > a:hover, .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .bp-price:hover {
    padding-left: 0 !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .product-price, .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .price {
    font-size: 16px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-content .price-sale {
    font-size: 16px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head {
    width: 30%;
    float: left;
    margin: 0 15px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head > a {
    padding: 0;
    display: block !important;
    border: 1px solid #f9fafb
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head > a img {
    width: 100%
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-head > a:hover {
    padding-left: 0 !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .dropdown-menu.fix > li {
    border-bottom: 0 !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub {
    padding: 0px !important
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a {
    padding: 10px 15px 10px 35px;
    font-size: 14px
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a:hover {
    text-decoration: none;
    color: #f96262
}

.menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub > li:last-child > a {
    border-bottom: none
}

.menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper {
    padding: 20px 18px 0 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper a {
    border: 0;
    padding: 0
}

.menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper img {
    width: 100%
}

.menu-mobile .main-nav li {
    clear: both;
    margin-bottom: 0;
    position: relative
}

.menu-mobile .main-nav li a {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #fafafa;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #606366
}

.menu-mobile .main-nav .menu-mobile-open > span.expand {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.menu-mobile .main-nav .menu-mobile-open > span.expand .fa:before {
    content: "\f0d7"
}

.video-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.bc-wrapper {
    position: relative;
    margin: 0 auto
}

.bc-wrapper .swiper-button-white {
    opacity: 1
}

.bc-wrapper:hover .swiper-button-white {
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.5)
}

.bc-wrapper:hover .swiper-button-white:hover {
    background: #000
}

.bc-wrapper:hover .swiper-button-white.swiper-button-disabled {
    opacity: 0 !important
}

.bc-wrapper:hover .video-slide .video {
    z-index: 1
}

.video-slide .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.container-box {
    padding: 0;
    position: relative;
    text-align: left
}

.container-box > div {
    background: transparent;
    line-height: 1.2;
    padding: 0;
    margin: 0px auto
}

.container-box > div b, .container-box > div strong {
    display: block
}

.container-box > div.heading {
    margin: 0 0 7%;
    padding: 0;
    font-size: 49px;
    line-height: 1.2;
    position: relative;
    text-transform: none;
    font-weight: 100;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box > div.heading img {
    width: auto;
    max-width: 100%
}

.container-box > div.subheading {
    font-size: 43px;
    font-weight: 300;
    margin: 3px 0 7%;
    padding: 9px 0px;
    border-top: 1px solid #807f7f;
    border-bottom: 1px solid #807f7f;
    color: #81cfdc;
    position: relative;
    text-transform: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box > div.subheading span {
    font-size: 25px;
    color: #4a4949;
    padding-right: 10px;
    display: inline-block;
    text-transform: none;
    float: left;
    line-height: 43px;
    font-weight: 100
}

.container-box > div.cation {
    position: relative;
    margin: 0 0 5%;
    color: #4a4949;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box > div.cation img {
    width: auto !important;
    display: inline-block
}

.container-box > div.caption-link {
    margin: 10% 0 0px;
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.container-box > div.caption-link .slider-button {
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 30px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0
}

#home-slideshow .swiper-slide {
    margin: 0px -1px;
    text-align: center;
    /* width: 40%; */
    /* overflow: hidden; */
    background: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: none !important;
    opacity: 0 !important
}

#home-slideshow .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

#home-slideshow .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

#home-slideshow .swiper-slide > a > img {
    width: 100%
}

#home-slideshow .swiper-slide.has-video:hover .container {
    z-index: 4
}

#home-slideshow .container {
    height: 100%;
    width: auto;
    z-index: 0
}

#home-slideshow .swiper-content {
    padding: 0;
    margin: 0px auto;
    z-index: 3;
    max-width: 50%;
    position: absolute;
    display: block;
    bottom: 20%
}

#home-slideshow .swiper-content.text-center {
    left: 0;
    right: 0;
    padding-left: 5%;
    padding-right: 5%
}

#home-slideshow .swiper-content.text-center > div .heading, #home-slideshow .swiper-content.text-center > div .subheading, #home-slideshow .swiper-content.text-center > div .caption-content, #home-slideshow .swiper-content.text-center > div .caption-link {
    width: 100%;
    padding: 0
}

#home-slideshow .swiper-content.text-left {
    left: 5%;
    text-align: left
}

#home-slideshow .swiper-content.text-right {
    right: 5%;
    text-align: right
}

#home-slideshow.flexslider {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

#home-slideshow.flexslider .flex-direction-nav a {
    position: absolute;
    top: 45%;
    z-index: 4;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.3)
}

#home-slideshow.flexslider .flex-direction-nav a:before {
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-family: fontawesome;
    font-size: 20px
}

#home-slideshow.flexslider .flex-direction-nav a:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5)
}

#home-slideshow.flexslider .flex-direction-nav a.flex-prev {
    left: 10px
}

#home-slideshow.flexslider .flex-direction-nav a.flex-prev:before {
    content: "\f104"
}

#home-slideshow.flexslider .flex-direction-nav a.flex-next {
    right: 10px
}

#home-slideshow.flexslider .flex-direction-nav a.flex-next:before {
    content: "\f105"
}

#home-slideshow.flexslider .flex-control-nav {
    bottom: 4%;
    z-index: 10
}

#home-slideshow.flexslider .slides > li {
    position: relative
}

#home-slideshow .cameracurrent .camera_caption > div, #home-slideshow .flex-active-slide .camera_caption > div {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

#home-slideshow .flex-control-paging li a {
    width: 12px;
    height: 12px;
    margin: 0px;
    background-color: #fff;
    border: 2px solid #333;
    background: #333;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    position: relative;
    padding: 0;
    opacity: 0.6
}

#home-slideshow .flex-control-paging li a:hover, #home-slideshow .flex-control-paging li a.flex-active {
    border-color: #f96262;
    background: #f96262
}

.swiper-button-white {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: block;
    height: 40px;
    width: 40px;
    background-image: none;
    opacity: 0 !important;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    text-align: center;
    background: none;
    color: #fff;
    margin: 0
}

.swiper-button-white:before {
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font: 20px/40px FontAwesome;
    width: 100%;
    height: 100%
}

.swiper-button-white:hover {
    opacity: 0.25 !important
}

.swiper-button-white.swiper-button-prev {
    background-image: none;
    left: 15px
}

.swiper-button-white.swiper-button-prev:before {
    content: "\f053";
    text-align: center
}

.swiper-button-white.swiper-button-prev:hover:before {
    color: #fff
}

.swiper-button-white.swiper-button-next {
    background-image: none;
    right: 15px
}

.swiper-button-white.swiper-button-next:before {
    content: "\f054"
}

.swiper-button-white.swiper-button-next:hover {
    background: #000
}

.swiper-button-white.swiper-button-next:hover:before {
    color: #fff
}

.swiper-button-white.swiper-button-disabled {
    cursor: default;
    opacity: 0 !important
}

@media all and (min-width: 0 \0
) and (min-resolution: 0.001dpcm) {
    .home-slideshow-wrapper .swiper-button-white {
        display: none \9
    }
}

.home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next {
    left: auto !important;
    right: 50px !important;
    position: absolute;
    top: 49%;
    z-index: 99;
    height: 40px;
    width: 40px;
    background-image: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #484747
}

.home-slideshow-wrapper .owl-controls .owl-nav > div.owl-next .fa:before {
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font: 15px/40px FontAwesome;
    content: "\f054"
}

.home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev {
    left: 50px !important;
    right: auto !important;
    position: absolute;
    top: 49%;
    z-index: 99;
    height: 40px;
    width: 40px;
    background-image: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #484747
}

.home-slideshow-wrapper .owl-controls .owl-nav > div.owl-prev .fa:before {
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: left;
    font: 15px/40px FontAwesome;
    content: "\f053"
}

.home-slideshow-wrapper .owl-controls .owl-nav > div:hover {
    background: #000;
    color: #fff
}

.home-slideshow-wrapper .owl-controls .owl-nav > div:hover .fa:before {
    color: #fff
}

.home-slideshow-wrapper .owl-controls .owl-nav > div:hover .fa:hover:before {
    color: #fff
}

.swiper-wrapper .owl-controls .owl-dots {
    position: absolute;
    display: block;
    right: 0;
    bottom: 6%;
    margin: 0px auto;
    text-align: center;
    width: 100%
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot {
    margin: 0 5px !important;
    display: inline-block;
    line-height: 20px
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot span {
    width: 12px !important;
    height: 12px !important;
    margin: 0px;
    background: #f96262;
    border: 1px solid #f96262;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0.5;
    position: relative;
    display: inline-block;
    padding: 0
}

.swiper-wrapper .owl-controls .owl-dots .owl-dot:hover span, .swiper-wrapper .owl-controls .owl-dots .owl-dot:focus span, .swiper-wrapper .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1
}

.swiper-container-horizontal .swiper-pagination {
    border: 0;
    margin-bottom: 0;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    bottom: 5%;
    z-index: 10;
    line-height: 20px
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
    background: none;
    border: 1px solid #f96262;
    background: #f96262;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    opacity: 0.5
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:hover {
    border-color: #f96262;
    background: #f96262;
    opacity: 1
}

.swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #f96262;
    background: #f96262;
    opacity: 1
}

.owl-carousel .owl-wrapper {
    display: none
}

.product-grid-item {
    margin: 0px;
    float: left;
    display: inline-block;
    display: inline-block;
    width: 33.333%;
    float: left;
    padding: 0px 15px;
    margin: 0;
}

.product-grid-item .product-type {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-size: 10px;
    color: #646565
}

.product-grid-item .product-wrapper, .owl-item .product-wrapper, .featured-content-holder .featured-product .product-wrapper, .home-tab .product-holder .product-wrapper {
    list-style: none
}

.product-grid-item .product-wrapper .product-head, .owl-item .product-wrapper .product-head, .featured-content-holder .featured-product .product-wrapper .product-head, .home-tab .product-holder .product-wrapper .product-head {
    position: relative;
    float: none
}

.product-grid-item .product-wrapper .product-content, .owl-item .product-wrapper .product-content, .featured-content-holder .featured-product .product-wrapper .product-content, .home-tab .product-holder .product-wrapper .product-content {
    text-align: left
}

.product-grid-item .product-wrapper .product-content .product-button .add-cart-button, .owl-item .product-wrapper .product-content .product-button .add-cart-button, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button, .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button {
    position: relative;
    float: left;
    width: 58%;
    margin: 0
}

.product-grid-item .product-wrapper .product-content .product-button .add-cart-button .add-to-cart, .product-grid-item .product-wrapper .product-content .product-button .add-cart-button .select-options, .owl-item .product-wrapper .product-content .product-button .add-cart-button .add-to-cart, .owl-item .product-wrapper .product-content .product-button .add-cart-button .select-options, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button .add-to-cart, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .add-cart-button .select-options, .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button .add-to-cart, .home-tab .product-holder .product-wrapper .product-content .product-button .add-cart-button .select-options {
    min-width: 40px;
    width: 100%;
    height: 36px;
    text-align: center;
    padding: 0 5px;
    line-height: 34px
}

.product-grid-item .product-wrapper .product-content .product-button .product-wishlist, .owl-item .product-wrapper .product-content .product-button .product-wishlist, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .product-wishlist, .home-tab .product-holder .product-wrapper .product-content .product-button .product-wishlist {
    float: left;
    width: 14.5%;
    margin: 0 0 0 8%
}

.product-grid-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist, .owl-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist, .home-tab .product-holder .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist {
    float: left;
    background: none;
    border: 1px solid #cbc6b5;
    color: #7e786b;
    padding: 0;
    height: 36px;
    width: 100%
}

.product-grid-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span, .owl-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span, .home-tab .product-holder .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span {
    text-align: center;
    height: 34px;
    width: 100%
}

.product-grid-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span:before, .owl-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span:before, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span:before, .home-tab .product-holder .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist span:before {
    color: #7e786b;
    width: 100%
}

.product-grid-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover, .owl-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover, .home-tab .product-holder .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover {
    border-color: #f96262;
    background: #f96262;
    color: #fff
}

.product-grid-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover span:before, .owl-item .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover span:before, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover span:before, .home-tab .product-holder .product-wrapper .product-content .product-button .product-wishlist .add-to-wishlist:hover span:before {
    color: #fff
}

.product-grid-item .product-wrapper .product-content .product-button .quick-shop-button, .owl-item .product-wrapper .product-content .product-button .quick-shop-button, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .quick-shop-button, .home-tab .product-holder .product-wrapper .product-content .product-button .quick-shop-button {
    float: left;
    width: 14.5%;
    margin: 0 0 0 4%
}

.product-grid-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon, .owl-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon, .home-tab .product-holder .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon {
    width: 100%;
    display: block;
    background: none;
    border: 1px solid #cbc6b5;
    color: #7e786b;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.product-grid-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:before, .owl-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:before, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:before, .home-tab .product-holder .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:before {
    text-align: center;
    background: none;
    color: #7e786b
}

.product-grid-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover, .owl-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover, .home-tab .product-holder .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover {
    border-color: #f96262;
    background: #f96262;
    color: #fff
}

.product-grid-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover:before, .owl-item .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover:before, .featured-content-holder .featured-product .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover:before, .home-tab .product-holder .product-wrapper .product-content .product-button .quick-shop-button .quick-view-icon:hover:before {
    color: #fff
}

.product-grid-item .product-wrapper .product-content .swatch, .owl-item .product-wrapper .product-content .swatch, .featured-content-holder .featured-product .product-wrapper .product-content .swatch, .home-tab .product-holder .product-wrapper .product-content .swatch {
    color: #151515;
    margin: 0
}

.product-grid-item .product-wrapper .product-content .swatch .header, .owl-item .product-wrapper .product-content .swatch .header, .featured-content-holder .featured-product .product-wrapper .product-content .swatch .header, .home-tab .product-holder .product-wrapper .product-content .swatch .header {
    display: none
}

.product-grid-item .product-wrapper .product-content .swatch .swatch-element, .owl-item .product-wrapper .product-content .swatch .swatch-element, .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element, .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element {
    margin: 0px auto 5px;
    float: none;
    display: inline-block
}

.product-grid-item .product-wrapper .product-content .swatch .swatch-element .tooltip, .owl-item .product-wrapper .product-content .swatch .swatch-element .tooltip, .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element .tooltip, .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element .tooltip {
    display: none !important
}

.product-grid-item .product-wrapper .product-content .swatch .swatch-element label, .owl-item .product-wrapper .product-content .swatch .swatch-element label, .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element label, .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element label {
    background: transparent;
    border: 1px solid #f0f0f0;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0px;
    border-radius: 0;
    line-height: 30px !important;
    text-align: center;
    cursor: pointer;
    margin: 0 3px;
    position: relative
}

.product-grid-item .product-wrapper .product-content .swatch .swatch-element input:checked + label, .owl-item .product-wrapper .product-content .swatch .swatch-element input:checked + label, .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element input:checked + label, .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element input:checked + label {
    box-shadow: none;
    border-color: #bbb;
    cursor: default
}

.product-grid-item .product-wrapper .product-content .swatch .swatch-element:hover label, .owl-item .product-wrapper .product-content .swatch .swatch-element:hover label, .featured-content-holder .featured-product .product-wrapper .product-content .swatch .swatch-element:hover label, .home-tab .product-holder .product-wrapper .product-content .swatch .swatch-element:hover label {
    border-color: #bbb
}

.product-grid-item .product-wrapper:hover .product-head .quick-shop-button, .owl-item .product-wrapper:hover .product-head .quick-shop-button, .featured-content-holder .featured-product .product-wrapper:hover .product-head .quick-shop-button, .home-tab .product-holder .product-wrapper:hover .product-head .quick-shop-button {
    opacity: 1
}

.product-wrapper {
    position: relative;
    padding: 0px;
    margin: 0 0 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 1px 1px 1px 1px;
    -moz-border-radius: 1px 1px 1px 1px;
    -webkit-border-radius: 1px 1px 1px 1px;
    overflow: hidden
}

.product-wrapper .product-head .product-image {
    position: relative;
    margin: 0 auto;
    padding: 1px 1px 0
}

.product-wrapper .product-head .product-image .switch img {
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle
}

.product-wrapper .product-head .product-image .switch a > span img {
    opacity: 0;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto
}

.product-wrapper .product-head .product-image .switch:hover {
    -moz-transition: all 500ms ease 0ms;
    -webkit-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    -o-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms
}

.product-wrapper .product-head .product-image .switch:hover .featured-image {
    opacity: 0
}

.product-wrapper .product-head .product-image .switch:hover a > span img {
    opacity: 1;
    z-index: 1
}

.product-wrapper .product-head .product-image .featured-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0px auto;
    width: 265px;
    height: 265px;
    max-width: 100%
}

.product-wrapper .product-head .product-image .featured-img a {
    max-height: 265px
}

.product-wrapper .product-head .product-image .featured-img a img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product-wrapper .product-head .product-image .featured-img a {
    display: block
}

.product-wrapper .product-head .product-image .featured-img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    display: inline-block;
    vertical-align: middle
}

.product-wrapper .product-head .wrapper-countdown {
    position: absolute;
    display: block;
    left: 1px;
    right: 1px;
    bottom: 6px;
    -moz-transition: all 0.35s ease-in 0s;
    -webkit-transition: all 0.35s ease-in 0s;
    -ms-transition: all 0.35s ease-in 0s;
    -o-transition: all 0.35s ease-in 0s;
    transition: all 0.35s ease-in 0s;
    opacity: 0.5;
    z-index: 2;
    text-align: center
}

.product-wrapper .product-head .wrapper-countdown > div {
    border: 0;
    background: none;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.product-wrapper .product-head .wrapper-countdown > div > span {
    font-weight: 400;
    display: inline-block;
    margin: 0 2px;
    padding: 5px 8px;
    font-size: 12px;
    background: #81cfdc;
    color: #fff;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.product-wrapper .product-head .product-button {
    padding: 0;
    width: 30px;
    z-index: 3;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    display: block;
    left: 0;
    top: 10px
}

.product-wrapper .product-head .product-button > div {
    margin: 0 0 5px
}

.product-wrapper .product-head .product-button .add-to-wishlist {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px
}

.product-wrapper .product-review {
    margin: 0 45px 3px 0;
    color: #b1b1b1
}

.product-wrapper .product-review .spr-badge-caption {
    display: none
}

.product-wrapper .product-review .spr-badge-starrating {
    float: none
}

.product-wrapper .product-des-grid {
    margin: 10px 0 13px;
    font-style: italic
}

.product-wrapper .product-content {
    padding: 10px 20px 20px 20px;
    position: relative;
    overflow: hidden
}

.anons .product-wrapper .product-content {
    padding: 10px 20px 80px 20px;
   
}


.product-wrapper .product-content .pc-inner {
    display: block;
    width: 100%;
    float: left
}

.product-wrapper .product-content .product-description {
    display: none
}

.product-wrapper .product-content .add-cart-button {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    z-index: 1;
    width: 38px;
    height: 38px
}

.product-wrapper .product-content .add-cart-button .add-to-cart, .product-wrapper .product-content .add-cart-button .select-options {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f96262
}

.product-wrapper .product-content .add-cart-button .add-to-cart:hover, .product-wrapper .product-content .add-cart-button .select-options:hover {
    background: transparent;
    color: #f96262
}

.product-wrapper .product-content .product-name {
    margin: 9px 45px 5px 0;
    color: #151515;
    font-weight: 300;
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.product-wrapper .product-content .product-name a {
    color: #151515;
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.product-wrapper .product-content .product-name:hover a {
    color: #f96262
}

.product-wrapper .product-content .product-type {
    margin: 0 0 18px;
    padding: 0;
    border: none;
    text-transform: uppercase;
    font-size: 10px;
    color: #646565
}

.product-wrapper .product-content .product-descrip {
    display: none
}

.product-wrapper .product-content .product-price, .product-wrapper .product-content .price {
    padding: 0
}

.product-wrapper .product-content .product-price .price-compare, .product-wrapper .product-content .price .price-compare {
    display: inline
}

.product-wrapper:hover .product-head .wrapper-countdown, .product-wrapper:hover .product-head:hover .wrapper-countdown {
    opacity: 1
}

.product-wrapper:hover .product-head .product-button, .product-wrapper:hover .product-head:hover .product-button {
    opacity: 1;
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.product-price, .price {
    color: #f96262;
    padding: 0 0 13px;
    font-size: 20px;
}

.price-sale {
    color: #f96262;
    font-size: 20px;
}

.price-compare {
    text-decoration: line-through;
    margin-right: 10px;
    color: #b1b1b1;
    font-size: 0.67em
}

.product-label {
    z-index: 2;
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase
}

.product-label > span {
    display: inline-block;
    text-align: center;
    padding: 7px 12px;
    line-height: 20px;
    position: relative;
    border: none
}

.product-label > span.label-sale {
    color: #fff;
    /* background-color: #88b9f1; */
    /* border-color: #88b9f1; */
}

.product-label > span.label-deal {
    color: #fff;
    background-color: #81cfdc;
    border-color: #81cfdc
}

.product-label > span > span {
    display: inline-block
}

.add-to-wishlist {
    padding: 0 !important;
    border: none;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.add-to-wishlist span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center
}

.add-to-wishlist span:before {
    content: "\f004";
    font-family: Fontawesome;
    font-size: 18px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: block
}

.quick-shop-button {
    cursor: pointer;
    border: none;
    text-align: center;
    display: inline-block
}

.quick-shop-button .quick-view-icon {
    display: block;
    width: 30px;
    height: 30px
}

.quick-shop-button .quick-view-icon:before {
    content: "\f002";
    font-size: 18px;
    font-family: Fontawesome;
    color: #e2e1e1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    text-align: center;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: block;
    background: #f96262;
}

.quick-shop-button:hover .quick-view-icon:before {
    background: #88b9f1;
}

.add-cart-button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
    border: 0
}

.add-cart-button .add-to-cart, .add-cart-button .select-options {
    padding: 0;
    width: 100%;
    color: #fff
}

.add-cart-button .add-to-cart .fa, .add-cart-button .select-options .fa {
    font-size: 20px
}

.owl-theme .owl-controls .owl-nav > div {
    position: absolute;
    display: block;
    top: -39px;
    right: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    height: 17px
}

.owl-theme .owl-controls .owl-nav > div span {
    display: inline-block;
    height: 17px;
    width: 11px;
    cursor: pointer;
    background: url(/handy/files/slider_arrows.png) no-repeat;
}

.owl-theme .owl-controls .owl-nav > div.owl-prev {
    right: 30px
}

.owl-theme .owl-controls .owl-nav > div.owl-prev span {
    background-position: left top
}

.owl-theme .owl-controls .owl-nav > div.owl-prev span:hover, .owl-theme .owl-controls .owl-nav > div.owl-prev span:focus {
    background-position: left bottom
}

.owl-theme .owl-controls .owl-nav > div.owl-next span {
    background-position: right top
}

.owl-theme .owl-controls .owl-nav > div.owl-next span:hover, .owl-theme .owl-controls .owl-nav > div.owl-next span:focus {
    background-position: right bottom
}

.owl-theme:hover .owl-controls .owl-nav > div {
    opacity: 1
}

.home-partner {
    margin: 30px auto 0;
    padding: 50px 0;
    background: url(/handy/files/header_bg.png) repeat center center
}

.home-partner .title-wrapper h3 {
    color: #6a6a6a
}

.home-partner .partner-item {
    position: relative;
    float: left;
    width: 25%
}

.home-partner .partner-item .tb-button {
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #fff;
    background: #e1e1e1;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    min-width: 120px;
    text-align: center;
    padding: 1em
}

.home-partner .partner-item .tb-button:hover {
    background: #f96262;
    color: #fff
}

.home-partner .partner-item:hover .tb-button {
    opacity: 1
}

.home-partner .owl-carousel .partner-item {
    width: 100%
}

.bottom-container {
    padding: 60px 0 50px
}

.bottom-container > .container {
    position: relative;
    padding-top: 30px
}

.bottom-container > .container:before {
    content: '';
    display: block;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    display: block;
    left: 15px;
    top: 0px;
    right: 15px
}

.bottom-container .bottom-widget .sb-title {
    font-size: 22px;
    color: #212775;
    font-weight: 300;
    margin: 0 0 10px; /* font-family:"Roboto",Arial,Helvetica,sans-serif; */

}

.bottom-container .bottom-widget .bottom-products-list {
    padding: 5px 0 0
}

.bottom-container .bottom-widget .bottom-products-list > .row {
    margin-bottom: 20px
}

.bottom-container .bottom-widget .bottom-products-list > .row .sb-product-head {
    max-width: 100px;
    padding-right: 0
}

.bottom-container .bottom-widget .bottom-products-list > .row .sb-product-head img {
    border: 3px solid #f5f5f5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    width: 100%;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.bottom-container .bottom-widget .bottom-products-list > .row .sb-product-head:hover img {
    border-color: #f96262
}

.bottom-container .bottom-widget .bottom-products-list > .row .product-price, .bottom-container .bottom-widget .bottom-products-list > .row .price {
    font-size: 16px
}

.bottom-container .bottom-widget .bottom-products-list > .row .sb-price .price-compare {
    display: block;
    color: #8f8f8f;
    font-size: 0.67em
}

.bottom-container .bottom-widget .bottom-products-list > .row .sb-price .price-sale {
    display: block;
    font-size: 16px
}

.footer-block {
    margin: 0 0 25px;
    overflow: hidden
}

.footer-block h4 {
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0
}

.footer-block .list-links {
    margin: 0
}

.footer-block .list-links li {
    margin: 0;
    padding: 5px 0
}

.footer-block .list-links li a {
    /* color: #aeb4bc; */
    color: #ffffff;
}

.footer-block .list-links li:hover a {
    color: #f96262;
    /* color: #ffffff; */
}

.footer-block .list-links li.a-info .fa {
    width: 25px;
    padding-left: 1px;
    text-align: left;
    color: #f96262;
}

.footer-block .fb-content {
    padding: 10px 0;
    font-size: 15px;
    overflow: hidden
}

.footer-block .fb-content .fa {
    font-size: 36px;
    float: left;
    color: #f96262;
    padding: 0 20px 0 1px;
}

.footer-block .fb-content .text-1 {
    color: #ffffff;
    line-height: 14px;
    padding: 0 0 5px;
    display: block;
    font-weight: 400;
}

.footer-block .fb-content .text-2 {
    color: #ffffff;
    font-size: 14px;
    display: block;
    font-weight: 300;
    line-height: 14px;
}

.footer-block p {
    margin: 0 0 10px
}

.footer-block p.interact {
    display: none
}

.footer-block p.tweet {
    font-size: 0;
    margin: 0
}

.footer-block p.tweet a {
    font-size: 15px;
    color: #aeb4bc
}

.footer-block p.tweet a:hover {
    color: #81cfdc
}

.footer-block p.timePosted {
    color: #aeb4bc;
    margin: 10px 0 0
}

.footer-block p.timePosted a {
    color: #aeb4bc
}

.footer-block p.timePosted:hover a {
    color: #81cfdc
}

.footer-block .form-inline .form-control {
    width: 100%;
    padding: 10px 20px;
    height: 38px;
    border: 1px solid #484e56;
    color: #b1b1b1;
    -webkit-box-shadow: 0 0 0 1px #484e56 inset;
    -ms-transform: 0 0 0 1px #484e56 inset;
    -o-transform: 0 0 0 1px #484e56 inset;
    box-shadow: 0 0 0 1px #484e56 inset
}

.footer-block #email-submit {
    margin: 20px 0 0;
    border: 1px solid #81cfdc;
    background: #81cfdc;
    color: #fff;
    height: 38px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding: 0px 20px;
    line-height: 38px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s
}

.footer-block #email-submit:hover {
    background: transparent
}

.footer-block .footer-menu {
    margin: 0;
    list-style: none
}

.footer-block .footer-menu li {
    padding: 6px 0;
    margin: 0
}

.footer-block .footer-menu li a {
    color: #ffffff;
    display: inline-block;
    line-height: 1.4;
    padding: 0;
}

.footer-block .footer-menu li:hover a {
    color: #f96262
}

.footer-widgets {
    padding: 40px 0 14px;
    border-top: 1px solid #484e56
}

#twitter-load ul {
    list-style: none
}

#twitter-load ul li {
    padding: 10px 0
}

#twitter-load ul li .user div a {
    color: #aeb4bc
}

#twitter-load ul li .user div a span:nth-child(2) {
    display: none
}

#twitter-load ul li .user div a:hover {
    color: #81cfdc
}

#twitter-load ul li .user img {
    max-width: 48px;
    margin: 0 10px 0 0;
    float: left
}

#footer-content {
    background: #383838;
    clear: left;
    margin: 0;
    color: #b1b1b1;
    padding: 0;
}

#footer-content .contact-and-links {
    padding-bottom: 45px
}

#footer-content .footer-links {
    padding: 0 0 35px
}

#footer-content .footer-links .links-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 22px;
    margin-top: 14px;
    padding: 7px 0;
    text-transform: uppercase
}

#footer-content .footer-links .list-links > li > a {
    color: #aeb4bc;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-transform: uppercase
}

#footer-content .footer-links .list-links > li > a:hover {
    text-decoration: none;
    color: #f96262
}

#footer-content .text-center img:hover {
    opacity: 0.8
}

.footer-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    text-align: left;
    text-transform: none;
    border-top: 1px solid #484e56;
    background: #24282e;
    color: #b1b1b1
}

.footer-copyright a {
    color: #b1b1b1
}

.footer-copyright a:hover {
    text-decoration: none;
    color: #f96262
}

.footer-copyright .copyright > p {
    margin: 0
}

.footer-copyright #widget-payment {
    text-align: right
}

.templateIndex .main-content {
    margin: 30px auto 0px;
}

.templateIndex #body-content {
    margin-bottom: 30px !important
}

.templateIndex .left-column-container {
    margin-top: 5px;
}

.catalog-icon {
    display: inline-block;
    width: 30px;
    height: 15px;
    background-position: left bottom;
    margin-bottom: -2px
}

.sb-blog-popular .popular-post-item {
    overflow: hidden;
    margin: 0 0 30px
}

.sb-blog-popular .popular-post-item .post-date {
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #e1e1e1;
    color: #9e9b90;
    font-size: 12px;
    padding: 6px 5px 10px;
    text-transform: uppercase
}

.sb-blog-popular .popular-post-item .post-date span {
    display: block;
    text-align: center
}

.sb-blog-popular .popular-post-item .post-date span:before {
    content: '\e80c';
    font: 40px/0.9 granada-font;
    display: block
}

.sb-blog-popular .popular-post-item .popular-media-content {
    margin: 0 0 0 90px
}

.sb-blog-popular .popular-post-item .popular-media-content a {
    color: #151515;
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.sb-blog-popular .popular-post-item .popular-media-content a:hover {
    color: #f96262
}

.sb-blog-popular .popular-post-item:last-child {
    margin-bottom: 0
}

.search-blog {
    position: relative
}

.search-blog .form-control {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding-right: 80px
}

.search-blog .btn {
    position: absolute;
    display: block;
    top: 8px;
    right: 3px;
    height: 32px;
    padding: 0 12px
}

.left-column-container .product-wrapper {
    margin: 0
}

.left-column-container .sb-categories .sb-widget ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0
}

.left-column-container .sb-categories .sb-widget ul li img {
    max-width: 50px;
    height: auto;
    margin: 0 8px 0 0
}

.left-column-container .sb-categories .sb-widget ul li span {
    color: #b1b1b1
}

.left-column-container .sb-categories .sb-widget ul li:last-child {
    border-bottom: none
}

.left-column-container .product-price, .left-column-container .price {
    font-size: 16px;
    color: #f96262;
}

.left-column-container .price-compare {
    color: #b1b1b1;
    margin-top: -2px;
    font-size: 0.67em;
    color: #8f8f8f;
    display: block
}

.left-column-container .price-sale {
    color: #f96262;
    font-size: 16px;
    display: block;
}

.left-column-container .sb-payment .payment-icons li {
    display: inline-block;
    max-width: 77px;
    margin: 0 10px 10px 0;
    padding: 0;
}

.left-column-container .sb-payment .payment-icons li:last-child {
    margin-bottom: 10px
}

.left-column-container .sb-banner, .left-column-container .sb-blog-image {
    overflow: hidden
}

@media (min-width: 1025px) {
    .left-column-container .sb-banner:before, .left-column-container .sb-blog-image:before {
        content: '';
        position: absolute;
        display: block;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 1px solid rgba(255, 255, 255, 0.5)
    }
}

.left-column-container .sb-banner p, .left-column-container .sb-blog-image p {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    line-height: 37px;
    text-align: left;
    padding: 0 18px;
    position: absolute;
    display: block;
    left: 5px;
    top: 0;
    -webkit-transform: translate3d(0px, 45px, 0px);
    transform: translate3d(0px, 45px, 0px);
    -ms-transform: translate3d(0px, 45px, 0px);
    -o-transform: translate3d(0px, 45px, 0px);
    opacity: 0.8;
    -moz-transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;

}

.left-column-container .sb-banner .sb-button, .left-column-container .sb-blog-image .sb-button {
    display: inline-block;
    font-size: 1.077em;
    min-width: 9em;
    padding: 0.8em 1.5em;
    border: 1px solid #f9fafb;
    color: #444;
    text-transform: uppercase;
    background: #f9fafb;
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    position: absolute;
    display: block;
    left: 25px;
    bottom: 0;
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    opacity: 0
}

.left-column-container .sb-banner img, .left-column-container .sb-blog-image img {
    width: 100%; /*  */
}

.left-column-container .sb-banner a, .left-column-container .sb-blog-image a {
    display: block;
    position: relative
}

@media (min-width: 1025px) {
    .left-column-container .sb-banner:hover:before, .left-column-container .sb-blog-image:hover:before {
        opacity: 1;
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1)
    }
}

.left-column-container .sb-banner:hover p, .left-column-container .sb-blog-image:hover p {
    -webkit-transform: translate3d(0px, 25px, 0px);
    transform: translate3d(0px, 25px, 0px);
    -ms-transform: translate3d(0px, 25px, 0px);
    -o-transform: translate3d(0px, 25px, 0px);
    opacity: 1; /*  */
}

.left-column-container .sb-banner:hover .sb-button, .left-column-container .sb-blog-image:hover .sb-button {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    bottom: 25px
}

.left-column-container .sb-banner:hover .sb-button:hover, .left-column-container .sb-blog-image:hover .sb-button:hover {
    color: #fff;
    border-color: #f96262;
    background: #f96262
}

.left-column-container .sb-categories .sb-widget, .left-column-container .sb-special-products .sb-widget, .left-column-container .sb-special-products .sb-widget {
    padding: 19px 25px 18px;
    border: 1px solid #f0f0f0;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.left-column-container .sb-product-type .type-list a {
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    color: #3d3d3d;
    font-size: 12px;
    display: inline-block
}

.left-column-container .sb-product-type .type-list a:hover {
    color: #fff;
    background: #81cfdc
}

.left-column-container .sb-blog-tag .sb-widget li {
    margin: 0;
    float: left
}

.left-column-container .sb-blog-tag .sb-widget li a {
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    color: #3d3d3d;
    font-size: 12px;
    display: inline-block;
    background: #fafafa
}

.left-column-container .sb-blog-tag .sb-widget li a:hover {
    color: #fff;
    background: #81cfdc
}

.left-column-container .sb-widget {
    margin-bottom: 30px;
    width: 100%;
    float: left;
    border: none;
    padding: 0;
    position: relative
}

.left-column-container .sb-widget > div {
    padding-top: 5px
}

.left-column-container .sb-widget > div .row {
    margin-bottom: 20px
}

.left-column-container .sb-widget > div .row:last-child {
    margin-bottom: 0
}

.left-column-container .sb-widget .sb-flickr ul li {
    float: left;
    margin: 0 6px 6px 0;
    height: 83px;
    width: 83px
}

.left-column-container .sb-widget .sb-flickr ul li a {
    display: block
}

.left-column-container .sb-widget .sb-flickr ul li a img {
    width: 100%;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.left-column-container .sb-widget .sb-flickr ul li a:hover img {
    opacity: 0.75
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav > div {
    top: -62px;
    width: 25px;
    height: 25px;
    right: 10px
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav > div span:before {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    border-color: #fff
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav > div:hover span:before {
    border-color: #f96262
}

.left-column-container .sb-widget .owl-theme .owl-controls .owl-nav > div.owl-prev {
    left: auto;
    right: 38px
}

.left-column-container .sb-widget .sb-product-head {
    padding-right: 2px;
    max-width: 100px
}

.left-column-container .sb-widget .sb-product-head > a {
    display: block
}

.left-column-container .sb-widget .sb-product-head > a img {
    width: 100%;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 3px solid #f5f5f5
}

.left-column-container .sb-widget .sb-product-head > a:hover img {
    border-color: #f96262
}

.left-column-container .sb-widget .sb-product-content {
    padding-right: 0px
}

.left-column-container .sb-widget .sb-product-content .bp-content-inner > a {
    font-size: 14px;
    color: #151515;
    margin: 0 0 4px;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.left-column-container .sb-widget .sb-product-content .bp-content-inner > a:hover {
    color: #f96262
}

.left-column-container .sb-widget h4.sb-title {
    text-transform: capitalize;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0px;
    font-size: 22px;
    font-weight: 300
}

.left-column-container .sb-widget .sb-title h4 {
    text-transform: capitalize;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0px;
    font-size: 22px;
    font-weight: 300
}

.left-column-container .sb-widget .sb-title span {
    font-weight: 700;
    font-size: 14px
}

.left-column-container .sb-widget .sb-title .clear-filter {
    margin-top: 4px
}

.left-column-container .sb-widget .sb-about-blog p {
    margin: 20px 0 10px;
    color: #868686;
    font-size: 14px;
    line-height: 24px
}

.left-column-container .sb-widget .recent-post-item {
    margin-bottom: 30px
}

.left-column-container .sb-widget .recent-post-item .recent-media-thumb {
    margin: 0 15px 0px 0;
    overflow: hidden;
    float: left;
    max-width: 70px
}

.left-column-container .sb-widget .recent-post-item .recent-media-thumb img {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    min-width: 70px;
    min-height: 70px
}

.left-column-container .sb-widget .recent-post-item .recent-media-content {
    overflow: hidden
}

.left-column-container .sb-widget .recent-post-item .recent-media-content a {
    display: block;
    margin: 0;
    text-transform: none;
    font-size: 16px;
    color: #646565
}

.left-column-container .sb-widget .recent-post-item .recent-media-content a:hover {
    color: #f96262
}

.left-column-container .sb-widget .recent-post-item .recent-media-content .date {
    color: #b1b1b1;
    display: block;
    padding: 3px 0
}

.left-column-container .sb-widget .recent-post-item .recent-media-content .comment {
    color: #b1b1b1
}

.left-column-container .sb-widget .recent-post-item .recent-media-content .comment .fa {
    margin: 0 5px 0 0;
    color: #f96262
}

.left-column-container .sb-widget .recent-post-item:last-child {
    margin-bottom: 0
}

.left-column-container .sb-widget ul {
    list-style: none;
    padding: 0
}

.left-column-container .sb-widget ul ul, .left-column-container .sb-widget ul ol {
    padding: 0;
    margin: 0
}

.left-column-container .sb-widget ul li {
    padding: 0;
    margin: 0 0 10px;
    text-transform: capitalize;
    overflow: hidden
}

.left-column-container .sb-widget ul li:last-child {
    margin-bottom: 0
}

.left-column-container .sb-widget ul li a {
    color: #646565
}

.left-column-container .sb-widget ul li a:hover {
    text-decoration: none;
    color: #f96262
}

.left-column-container .sb-widget.sb-filter {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: normal
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter {
    line-height: 1.8
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a {
    position: relative;
    padding-left: 30px;
    min-height: 20px;
    display: inline-block
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #f0f0f0
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 3px;
    width: 20px;
    height: 20px;
    opacity: 0;
    background: #f96262
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter a:hover:before {
    border-color: #f96262
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color {
    border: none;
    padding: 0;
    float: none;
    width: inherit;
    margin-left: 0px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    float: left;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -ms-transform: 0 0 0 1px #fff inset;
    -o-transform: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a {
    display: block;
    padding: 0;
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 100%
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:before, .left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color a:after {
    content: none !important
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color.active-filter, .left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.af-color:hover {
    border-color: #f5f5f5;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -ms-transform: 0 0 0 2px #fff inset;
    -o-transform: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

.left-column-container .sb-widget.sb-filter .advanced-filters li.advanced-filter.active-filter a:after {
    opacity: 1
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter {
    width: auto;
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    border: 1px solid #f0f0f0
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a {
    color: #a39d94;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    height: 33px;
    min-width: 33px;
    line-height: 33px;
    display: inline-block;
    font-size: 16px
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:before, .left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter a:after {
    width: 0;
    height: 0;
    border: 0;
    content: none
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter.active-filter {
    border-color: #cbc6b5
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter.active-filter a {
    background: #cbc6b5;
    color: #fff
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter:hover {
    border-color: #cbc6b5
}

.left-column-container .sb-widget.sb-filter.size .advanced-filters li.advanced-filter:hover a {
    background: #cbc6b5;
    color: #fff
}

.left-column-container .sb-widget.sb-image {
    padding: 0;
    border: 0;
    text-align: center
}

.left-column-container .sb-widget .sb-custom-block ul li a {
    cursor: pointer
}

.left-column-container .sb-widget .sb-custom-block ul li a i {
    color: #6a6a6a;
    font-size: 19px;
    min-width: 27px
}

.left-column-container .sb-widget .sb-custom-block ul li a:hover i {
    color: #151515
}

.left-column-container .sb-widget .sb-product-wrapper {
    overflow: hidden;
    padding-top: 8px
}

.left-column-container .sb-widget .sb-product-wrapper > div {
    padding: 25px 0;
    border-top: 1px solid #eae9e9
}

.left-column-container .sb-widget .sb-product-wrapper > div .sb-content {
    padding-left: 0
}

.left-column-container .sb-widget .sb-product-wrapper > div .sb-content .sbp-title {
    font-size: 14px;
    margin-bottom: 10px;
    color: #151515;
    font-weight: 600
}

.left-column-container .sb-widget .sb-product-wrapper > div .sb-content .sb-review {
    margin-bottom: 10px
}

.left-column-container .sb-widget .sb-product-wrapper > div .sb-content .sb-review .spr-badge-caption {
    display: none
}

.left-column-container .sb-widget .sb-product-wrapper > div .sb-content .sb-price {
    font-size: 15px;
    color: #151515;
    font-weight: 600
}

.left-column-container .sb-widget .sb-product-wrapper > div:first-child {
    padding-top: 0;
    border-top: 0
}

.left-column-container .sb-widget .product-wrapper .product-head .product-image:before {
    display: none
}

.left-column-container .sb-widget.sb-product-type .sb-title {
    margin-bottom: 10px
}

.left-column-container .sb-widget.sb-product-type > .type-list {
    border: 1px solid #e1e1e1
}

.left-column-container .sb-widget.sb-product-type > .type-list > li {
    margin: 0
}

.left-column-container .sb-widget.sb-product-type > .type-list > li > a {
    padding: 10px 20px;
    line-height: 26px;
    font-size: 15px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    text-transform: uppercase;
    background: #fafafa
}

.left-column-container .sb-widget.sb-product-type > .type-list > li > a:hover {
    background: #f96262;
    color: #fff
}

.left-column-container .sb-widget.sb-product-type > .type-list > li:last-child > a {
    border-bottom: none
}

.sb-banner-slider .bl-item {
    text-align: center;
    padding: 16px 8px;
    background: #fafafa
}

.sb-banner-slider .bl-item .figcaption {
    padding: 0 20px 15px
}

.sb-banner-slider .bl-item .figcaption .sb-title {
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 200
}

.sb-banner-slider .bl-item .figcaption span {
    display: block;
    color: #b1b1b1;
    padding-top: 10px;
    text-align: center
}

.sb-banner-slider .bl-item .tb-button {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin: -18px auto 0;
    display: block;
    color: #151515;
    max-width: 130px;
    padding: 8px 15px;
    border: 1px solid #f0f0f0;
    background: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    position: relative
}

.sb-banner-slider .bl-item .tb-button:hover {
    color: #fff;
    border-color: #f96262;
    background: #f96262
}

.sb-banner-slider .owl-dots {
    text-align: center
}

.sb-banner-slider .owl-dots .owl-dot {
    display: inline-block
}

.sb-banner-slider .owl-dots .owl-dot span {
    display: inline-block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    background: #f96262;
    opacity: 0.5;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.sb-banner-slider .owl-dots .owl-dot:hover span, .sb-banner-slider .owl-dots .owl-dot.active span {
    opacity: 1
}

.sold-out {
    color: #f96262;
    font-size: 14px;
    font-weight: 600
}

.price-range-slider .sb-widget {
    border: 1px solid #f0f0f0;
    padding: 19px 25px 18px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.price-range-slider .ui-widget-content {
    border: none;
    height: 8px
}

.price-range-slider .ui-slider-horizontal .ui-slider-range {
    background-color: #f96262;
    z-index: 1;
    border: none
}

.price-range-slider .ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: #f1f1f1;
    border: none
}

.price-range-slider .ui-state-default, .price-range-slider .ui-widget-content .ui-state-default, .price-range-slider .ui-widget-header .ui-state-default {
    background-color: #484747;
    background-repeat: repeat-x;
    border: none;
    height: 16px;
    margin-left: 0px !important;
    position: absolute;
    top: -5px;
    width: 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    opacity: 1;
    cursor: pointer
}

.price-range-slider .range-right .ui-state-default, .price-range-slider .range-right .ui-widget-content .ui-state-default, .price-range-slider .range-right .ui-widget-header .ui-state-default {
    margin-left: -14px !important
}

.price-range-slider .price-range {
    font-size: 14px;
    color: #b1b1b1
}

.price-range-slider .price-range p {
    margin: 0px 0 15px
}

.price-range-slider .price-range #amount {
    font-weight: normal !important;
    color: #898e91
}

.price-range-slider .price-range label {
    font-weight: normal;
    color: #898e91
}

.sb-filter-wrapper .sb-title {
    display: none
}

.sb-filter-wrapper .sbw-filter {
    overflow: hidden
}

.sb-filter-wrapper .sbw-filter .sbf-title {
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 30px;
    padding: 5px 20px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    background: #d8d2c5;
    color: #fff;
    position: relative
}

.sb-filter-wrapper .sbw-filter .sbf-title .clear-filter {
    text-transform: capitalize
}

.sb-filter-wrapper .sbw-filter .sbf-title span {
    cursor: pointer
}

.sb-filter-wrapper .sbw-filter .sbf-title span .fa {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    z-index: 3;
    float: right;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0px;
    content: none;
    background: url(//cdn.litehost.com/s/files/1/1402/6971/t/4/assets/bg_dropdown_cat_white.png?3789750193974712836) no-repeat center center
}

.sb-filter-wrapper .sbw-filter .sbf-title span .fa:before {
    content: none
}

.sb-filter-wrapper .sbw-filter .sbf-title span .fa-angle-up {
    display: none !important
}

.sb-filter-wrapper .sbw-filter .sbf-title span.none-active .fa-angle-down {
    display: none !important
}

.sb-filter-wrapper .sbw-filter .sbf-title span.none-active .fa-angle-up {
    display: block !important
}

.sbw-filter > ul, .sbw-filter > o {
    list-style: none;
    margin: 0;
    padding: 15px
}

.sbw-filter > ul li, .sbw-filter > o li {
    margin: 8px 0
}

.sbw-filter > ul li a:hover, .sbw-filter > o li a:hover {
    color: #888
}

.sbw-filter .price {
    color: #f96262
}

.sbw-filter .price-compare {
    color: #aaa
}

.sbw-filter .sb-title {
    padding: 14px 15px;
    margin: 0;
    border-bottom: 1px solid #f9fafb
}

.sbw-filter > div .row {
    margin-bottom: 15px
}

.sbw-filter > div .row:last-child {
    margin-bottom: 0
}

.sbw-filter > div .sb-price {
    margin: 10px 0 0
}

.sbw-filter > div .sbf-title {
    font-weight: 700;
    color: #000
}

.sbw-filter > div .sb-filter {
    margin: 0 0 70px
}

.sbw-filter > div .sb-filter:last-child {
    margin-bottom: 0
}

.sbw-filter > div .advanced-filters {
    list-style: none;
    margin: 15px 0 0
}

.sbw-filter > div .advanced-filters > li > a {
    position: relative;
    padding-left: 20px
}

.sbw-filter > div .advanced-filters > li > a:before {
    content: '';
    border: 1px solid #f0f0f0;
    width: 15px;
    height: 15px;
    background: transparent;
    display: block;
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sbw-filter > div .advanced-filters > li > a:hover {
    color: #f96262
}

.sbw-filter > div .advanced-filters > li > a:hover:before {
    border-color: link-hover-color !important
}

.sbw-filter > div .advanced-filters > li.active-filter > a {
    color: #f96262
}

.sbw-filter > div .advanced-filters > li.active-filter > a:before {
    border-color: link-hover-color
}

.sbw-filter > div .advanced-filters > li.active-filter > a:after {
    content: '';
    background: #f96262;
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    left: 0px;
    top: 3px
}

.sb-banner .list-unstyled li {
    display: block;
    margin: 0 0 30px
}

.sb-banner .list-unstyled li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center
}

.sb-banner .list-unstyled li a:before {
    content: '\A';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.sb-banner .list-unstyled li a img {
    width: 100%
}

.sb-banner .list-unstyled li a:hover:before {
    opacity: 1
}

.home-top-banner {
    margin: 0 auto
}

.home-top-banner .figure {
    position: relative;
    overflow: hidden;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.home-top-banner .figure img {
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%
}

.home-top-banner .figure .figcaption {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
@incldue border-radius-3px;;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 20px
}

.home-top-banner .figure .banner-content {
    position: absolute;
    display: block;
    /* opacity:0.7; */
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    
}
.style-2 .row .figure .figcaption .banner-content {
    background-color: #2f2f2fba;
}

.home-top-banner .figure .banner-content .title {
    margin: 0 auto;
    padding: 0;
    font-size: 2.315em;
    font-weight: 100
}

.home-top-banner .figure .tb-button {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0px auto;
    color: #fff;
    padding: 0.8em 1.5em;
    line-height: 27px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    font-size: 1.231em;
    border: 1px solid rgba(255, 255, 255, 0.7);
    min-width: 9em;
    background-color: transparent;
    background-color: rgba(78, 139, 212, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99C2D44E, endColorstr=#99C2D44E);
    zoom: 1;
}

.home-top-banner .figure .tb-button-1 {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    color: #fff;
    text-align: center;
    padding: 0.8em 1.5em;
    line-height: 27px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.231em;
    border: 1px solid rgba(255, 255, 255, 0.7)
}

.home-top-banner .figure.top-banner-1 {
    margin: 0
}

.home-top-banner .figure:hover .tb-button {
    opacity: 1;
    min-width: 9em
}

.home-top-banner .figure:hover .tb-button:hover {
    background-color: transparent;
    background-color: rgba(78, 127, 212, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6C2D44E, endColorstr=#E6C2D44E);
    zoom: 1;
}

.home-top-banner .figure:hover .tb-button-1 {
    opacity: 1;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right: 25px;
    z-index: 3
}

.home-top-banner .figure:hover .tb-button-1:hover {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0
}

.home-top-banner.style-1 {
    margin: 0px auto
}

.home-top-banner.style-1 .top-banner-1 img {
    transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2)
}

@media (min-width: 1025px) {
    .home-top-banner.style-1 .top-banner-1:hover img {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        opacity: 0.8
    }
}

.home-top-banner.style-1 .banner-content {
    text-align: center;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-top-banner.style-1 .banner-content .title {
    text-align: center;
    line-height: 1.2;

    font-size: 30px;
}

.home-top-banner.style-1:hover .banner-content {
    -webkit-transform: translate(-57%, -50%);
    -ms-transform: translate(-57%, -50%);
    -o-transform: translate(-57%, -50%);
    transform: translate(-57%, -50%)
}

.home-top-banner.style-2 .figure {
    text-align: center
}

@media (min-width: 1025px) {
    .home-top-banner.style-2 .figure:before {
        content: '';
        position: absolute;
        display: block;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        transform: scale(0, 0);
        -moz-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        border: 1px solid rgba(255, 255, 255, 0.5)
    }
}

@media (min-width: 1025px) {
    .home-top-banner.style-2 .figure:hover:before {
        opacity: 1;
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1)
    }
}

.home-top-banner.style-2 .banner-content {
    text-align: left;
    left: 0px;
    bottom: 12%;
}

.home-top-banner.style-2 .banner-content .title {
    font-size: 2.692em
}

.home-top-banner.style-2 .top-banner-2 .title {
    color: #ffffff;
    text-align: center;
}

.home-top-banner.style-3 .figure .figcaption {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.home-top-banner.style-3 .figure .figcaption .banner-content {
    position: absolute;
    display: block;
    left: 0.538em;
    top: 1.538em;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    -o-transform: translate3d(0px, 20px, 0px);
    opacity: 0.8;
    padding: 0 20px 0 407px;
}

.home-top-banner.style-3 .figure .figcaption .banner-content .title {
    margin: 0;
    font-size: 38px;
    font-weight: 100;
    color: #212775;

}

.home-top-banner.style-3 .figure .tb-button-1 {
    opacity: 0;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    position: absolute;
    top: auto;
    right: auto;
    left: 16em;
    bottom: 0.538em;
    font-size: 1.231em;
    padding: 0.8em 1.5em;
    min-width: 9em;
    color: #81cfdc;
    border: 1px solid #ebebeb;
    display: inline-block;
    text-transform: uppercase;
}

.home-top-banner.style-3 .figure:hover .figcaption .banner-content {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px)
}

.home-top-banner.style-3 .figure:hover .tb-button-1 {
    bottom: 39px;
    opacity: 1;
    left: 416px;
}

.home-top-banner.style-3 .figure:hover .tb-button-1:hover {
    background: #81cfdc;
    color: #fff
}

.title-wrapper {
    margin: 0 0 15px
}

.title-wrapper h3 {
    font-weight: 300;
    font-size: 30px
}

.home-product .product-list {
    width: auto
}

.home-product .product-list .product-wrapper {
    width: 33.33333%;
    float: left;
    margin: 0
}

.home-product .product-list.owl-carousel {
    margin: 0
}

.home-product .product-list.owl-carousel .product-wrapper {
    width: 100%;
    padding: 0
}

.blog-container .post-list {
    margin: 0px -15px
}

.blog-container .post-list .post-item {
    width: 33.33333%;
    float: left;
    padding: 0 15px
}

.blog-container .post-list.owl-carousel {
    margin: 0
}

.blog-container .post-list.owl-carousel .post-item {
    width: 100%;
    padding: 0
}

.post-item {
    position: relative
}

.post-item .post-img img, .post-item .post-image img {
    width: 100%
}

.post-item .post-img > a, .post-item .post-image > a {
    display: block;
    position: relative
}

.post-item .post-img > a:after, .post-item .post-image > a:after {
    content: '\A';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.post-item .post-img > a:hover:after, .post-item .post-image > a:hover:after {
    opacity: 1
}

.post-item .buttons-wrapper {
    padding: 10px 20px;
    border: 1px solid #eee;
    border-top: none;
    color: #a3a2a2
}

.post-item .buttons-wrapper .post-comment {
    display: inline-block
}

.post-item .buttons-wrapper .post-comment .fa {
    font-size: 17px;
    margin: 0 5px 0 0
}

.post-item .buttons-wrapper .link-to-post {
    float: right;
    color: #a3a2a2;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #fff;
    color: #dad9d9;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.post-item .buttons-wrapper .link-to-post:hover {
    background: #f96262;
    color: #fff
}

.post-item .post-content {
    margin: 0px;
    padding: 17px 20px;
    border: 1px solid #eee;
    color: #a3a2a2;
    overflow: hidden;
    height: 213px;
}

.post-item .post-content .meta-data {
    padding: 0 0 13px 0
}

.post-item .post-content .meta-data .author {
    color: #000;
    display: inline-block;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
    border-right: 1px solid #eee
}

.post-item .post-content > a {
    text-transform: none;
    display: inline-block;
    margin: 0 0 8px;
    font-size: 18px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #151515
}

.page-cata h1 {
    text-align: left;
    font-size: 36px;
    font-weight: 200;
    margin: 0 0 15px
}

.page-cata .pagination-holder .pagination {
    border: none;
    float: right
}

.cata-description {
    padding: 0 0 30px
}

.cata-description img {
    width: 100%
}

.cata-header {
    margin: 0 0 20px;
    text-align: center
}

.cata-header p {
    margin: 20px 0 0;
    color: #888
}

.cata-descrip {
    margin-bottom: 60px
}

.cata-descrip > p {
    margin-top: 40px
}

.cata-descrip > p strong {
    text-transform: uppercase;
    color: #151515;
    font-size: 150%
}

.cata-descrip > p + p {
    margin-bottom: 40px
}

.cata-descrip > p:last-child {
    line-height: 28px
}

.cata-title {
    display: block;
    margin-bottom: 30px
}

.cata-title h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #151515;
    letter-spacing: 0
}

.cata-title span {
    text-align: right;
    color: #151515
}

.cata-toolbar {
    margin: 0 0 10px;
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0px 20px
}

.cata-toolbar .group-toolbar {
    text-align: right
}

.cata-toolbar .group-toolbar .pagination-showing {
    float: left;
    line-height: 22px;
    padding: 7px 0;
    color: #000
}

.cata-toolbar .group-gl {
    float: right
}

.cata-toolbar .grid-list {
    display: inline-block;
    padding: 0;
    float: right
}

.cata-toolbar .grid-list label {
    float: left;
    margin: 7px 10px 0 0
}

.cata-toolbar .grid-list .grid {
    margin-left: 10px;
    font-size: 0px;
    border: 1px solid #e1e1e1;
    float: right;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 32px;
    color: #e1e1e1;
    cursor: pointer
}

.cata-toolbar .grid-list .grid .fa {
    font-size: 22px;
    line-height: 34px
}

.cata-toolbar .grid-list .grid .fa:before {
    content: "\f00a"
}

.cata-toolbar .grid-list .grid.active, .cata-toolbar .grid-list .grid:hover {
    border-color: #f96262
}

.cata-toolbar .grid-list .grid.active .fa, .cata-toolbar .grid-list .grid:hover .fa {
    color: #f96262
}

.cata-toolbar .grid-list .list {
    display: inline-block;
    font-size: 0px;
    border: 1px solid #e1e1e1;
    float: left;
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    color: #e1e1e1;
    cursor: pointer
}

.cata-toolbar .grid-list .list .fa {
    font-size: 22px;
    line-height: 32px
}

.cata-toolbar .grid-list .list.active, .cata-toolbar .grid-list .list:hover {
    border-color: #f96262
}

.cata-toolbar .grid-list .list.active .fa, .cata-toolbar .grid-list .list:hover .fa {
    color: #f96262
}

.cata-toolbar .filter {
    margin-right: 40px;
    padding-bottom: 20px;
    margin-bottom: -1px
}

.cata-toolbar .filter:hover > .dropdown-menu {
    display: block;
    z-index: 11
}

.cata-toolbar .filter > a {
    border: 1px solid #eae9e9;
    padding: 9px 20px;
    font-size: 14px;
    display: inline-block;
    width: 140px;
    text-align: center
}

.cata-toolbar .filter > a i {
    float: right;
    margin-top: 4px
}

.cata-toolbar .filter > a:hover {
    text-decoration: none;
    color: #000
}

.cata-toolbar .filter > .dropdown-menu {
    right: auto;
    left: 15px;
    width: 100%;
    padding: 25px 30px;
    min-width: 700px;
    border: 1px solid #e1e1e1
}

.cata-toolbar .filter > .dropdown-menu > .list-inline > .sbw-filter {
    width: 100%;
    float: left
}

.cata-toolbar .filter > .dropdown-menu > .list-inline > .sbw-filter .grid-uniform > .sb-widget {
    width: 25%;
    float: left
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget .sb-title {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 15px
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a {
    letter-spacing: 0.1em;
    line-height: 26px;
    padding-left: 20px;
    position: relative
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:before {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ccc;
    opacity: 0
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:after {
    content: "";
    position: absolute;
    display: block;
    left: 2px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #797979
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:hover {
    text-decoration: none;
    color: #000
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li a:hover:before {
    opacity: 1
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li.active-filter a {
    text-decoration: none;
    color: #000
}

.cata-toolbar .filter > .dropdown-menu > .list-inline .sb-widget li.active-filter a:before {
    opacity: 1
}

.cata-toolbar .filter .clear-filter {
    display: none
}

.cata-toolbar .sort-by {
    display: inline-block;
    color: #898e91;
    margin: 0 55px 0 0
}

.cata-toolbar .sort-by > label {
    margin-right: 8px;
    vertical-align: top;
    margin-bottom: 0;
    display: inline-block;
    line-height: 34px
}

.cata-toolbar .sort-by .sort-by-inner {
    display: inline-block;
    position: relative;
    border: 1px solid #e1e1e1;
    height: 34px
}

.cata-toolbar .sort-by .sort-by-inner .sort-by-inner {
    border: none;
    height: 100%;
    position: static
}

.cata-toolbar .sort-by .sort-by-inner label {
    float: left;
    line-height: 32px;
    margin: 0 0px 0 10px;
    color: #505050
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle {
    display: inline-block
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button {
    border: none;
    height: 34px;
    padding: 5px 10px;
    background: none;
    font: 14px/24px "Open Sans", Arial, Helvetica, sans-serif;
    width: 150px;
    text-align: left;
    font-weight: 400;
    color: #505050
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span {
    padding-right: 15px;
    float: left
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span a {
    color: #505050
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button span.visible-xs {
    padding-top: 0
}

.cata-toolbar .sort-by .sort-by-inner .dropdown-toggle button i {
    float: right;
    text-align: right;
    padding: 0px;
    content: none;
    line-height: 22px
}

.cata-toolbar .sort-by #sort_by_box {
    width: 100%;
    min-width: auto;
    right: auto;
    left: -1px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.043);
    -ms-transform: 0 1px 2px rgba(0, 0, 0, 0.043);
    -o-transform: 0 1px 2px rgba(0, 0, 0, 0.043);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.043);
    border: 1px solid #e1e1e1;
    background: #fff
}

.cata-toolbar .sort-by #sort_by_box li {
    padding: 0;
    text-align: left;
    margin-bottom: 0
}

.cata-toolbar .sort-by #sort_by_box li a {
    padding: 6px 0 6px 10px;
    line-height: 1.5;
    display: block;
    transition: none;
    border-bottom: 1px solid #e1e1e1;
    color: #505050
}

.cata-toolbar .sort-by #sort_by_box li:hover a {
    color: #f96262
}

.cata-toolbar .sort-by #sort_by_box li.active a {
    cursor: default;
    color: #f96262
}

.cata-toolbar .sort-by #sort_by_box li:last-child a {
    border: none
}

.cata-toolbar .sort-by:hover #sort_by_box {
    display: block
}

.cata-toolbar .visible-xs {
    cursor: pointer;
    vertical-align: top;
    padding-top: 9px
}

.cata-toolbar .visible-xs .filter-toggle {
    text-transform: uppercase;
    padding: 7px 18px;
    border: 1px solid #f0f0f0
}

.cata-product.cp-grid {
    display: block;
    margin: 0px -15px; /* letter-spacing:-0.31em; */
    vertical-align: top;
    clear: both;
}

.cata-product.cp-grid .product-grid-item {
    width: 33%;
    letter-spacing: 0;
    vertical-align: top;
    float: none;
    display: inline-block;
    padding: 0px 15px;
    margin: 0;
}

.cata-product.cp-grid.cp-none-sb .product-grid-item {
    width: 25%
}

.available {
    color: #f96262;
    font-weight: 600
}

.not-available {
    color: #f96262;
    font-weight: 600
}

.product-list-item {
    clear: both;
    padding: 0px;
    margin: 0 0 30px
}

.product-list-item .product-wrapper {
    float: none;
    display: block;
    margin-bottom: 0px;
    text-align: left;
    padding: 10px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

.product-list-item .product-wrapper .product-head {
    float: left;
    width: auto;
    padding: 0;
    margin: 0 15px 0 0;
    position: relative
}

.product-list-item .product-wrapper .product-head .product-button {
    top: 6px;
    -webkit-transform: translate(6px, 0px);
    -ms-transform: translate(6px, 0px);
    -o-transform: translate(6px, 0px);
    transform: translate(6px, 0px);
    opacity: 1
}

.product-list-item .product-wrapper .product-head:hover .product-button {
    -webkit-transform: translate(6px, 0px);
    -ms-transform: translate(6px, 0px);
    -o-transform: translate(6px, 0px);
    transform: translate(6px, 0px)
}

.product-list-item .product-wrapper .product-image {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: 260px
}

.product-list-item .product-wrapper .product-content {
    padding: 0 10px
}

.product-list-item .product-wrapper .product-content .add-cart-button {
    position: static;
    margin: 20px 0 0
}

.product-list-item .product-wrapper .product-review {
    margin: 0
}

.product-list-item .product-wrapper .wrapper-countdown {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: 6px;
    z-index: 2;
    opacity: 1
}

.product-list-item .product-wrapper .wrapper-countdown > div {
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
    border: none
}

.product-list-item .product-wrapper .wrapper-countdown > div span {
    margin: 0 5px;
    padding: 5px;
    display: inline-block;
    background: #81cfdc;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.product-list-item .product-wrapper .pc-inner .product-name {
    padding: 7px 0px;
    margin: 0;
    height: auto !important;
    line-height: 1.2
}

.product-list-item .product-wrapper .pc-inner .product-name a {
    color: #151515;
    font-size: 26px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300
}

.product-list-item .product-wrapper .pc-inner .product-name a:hover {
    color: #f96262
}

.product-list-item .product-wrapper .pc-inner .only-list {
    display: block;
    padding: 10px 0
}

.product-list-item .product-wrapper .swatch {
    color: #151515;
    margin: 0
}

.product-list-item .product-wrapper .swatch .header {
    display: none
}

.product-list-item .product-wrapper .swatch .swatch-element {
    margin: 0px auto 5px;
    float: none;
    display: inline-block
}

.product-list-item .product-wrapper .swatch .swatch-element .tooltip {
    display: none !important
}

.product-list-item .product-wrapper .swatch .swatch-element label {
    background: transparent;
    border: 1px solid #f0f0f0;
    min-width: 30px !important;
    height: 30px !important;
    padding: 0px;
    border-radius: 0;
    line-height: 30px !important;
    text-align: center;
    cursor: pointer;
    margin: 0 3px
}

.product-list-item .product-wrapper .swatch .swatch-element input:checked + label {
    box-shadow: none;
    border-color: #bbb;
    cursor: default
}

.product-list-item .product-wrapper .swatch .swatch-element:hover label {
    border-color: #bbb
}

.product-list-item:hover .product-wrapper {
    background: #fafafa
}

.filter-wrapper {
    padding: 0 0 20px
}

.filter-wrapper .sb-title {
    color: #484747;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 7px 10px 7px 0;
    float: left
}

.filter-wrapper .filter-by-group {
    display: inline
}

.filter-wrapper .filter-by-group .sb-filter {
    display: inline-block;
    margin: 0 6px 10px 6px;
    padding: 0;
    position: relative
}

.filter-wrapper .filter-by-group .sb-filter .sbf-title {
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #898e91;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0;
    cursor: pointer;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s
}

.filter-wrapper .filter-by-group .sb-filter .sbf-title a {
    color: #898e91
}

.filter-wrapper .filter-by-group .sb-filter .sbf-title:hover {
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

.filter-wrapper .filter-by-group .sb-filter .sbf-title:hover a {
    color: #fff
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters {
    position: absolute;
    display: block;
    left: 50%;
    top: 70px;
    -webkit-transform: translate3d(0px, -15px, 0px);
    transform: translate3d(0px, -15px, 0px);
    -ms-transform: translate3d(0px, -15px, 0px);
    -o-transform: translate3d(0px, -15px, 0px);
    display: none;
    min-width: 192px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e1e1e1;
    list-style: none;
    margin: 0 0 0 -96px
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters:before {
    content: "";
    display: block;
    height: 22px;
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: -22px;
    background: url(//cdn.litehost.com/s/files/1/1402/6971/t/4/assets/bg_filter.png?3789750193974712836) no-repeat center 9px
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters.afs-color {
    padding-right: 10px
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li a {
    color: #b1b1b1;
    font-size: 14px;
    padding: 1px 0
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li a:before {
    content: "\f096";
    font-family: Fontawesome;
    margin: 0 7px 0 0;
    display: inline-block
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li a:hover {
    color: #f96262
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li:last-child {
    border-bottom: none
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.active-filter a {
    color: #f96262
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.active-filter a:before {
    content: "\f14a"
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 10px 10px 0;
    float: left
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color a {
    display: block;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color a:before {
    content: none
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color:hover a {
    border: 3px solid #f96262
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color:hover a:before {
    content: none
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color.active-filter a {
    border: 3px solid #f96262
}

.filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color.active-filter a:before {
    content: none
}

.filter-wrapper .filter-by-group .sb-filter.open .sbf-title, .filter-wrapper .filter-by-group .sb-filter:hover .sbf-title {
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

.filter-wrapper .filter-by-group .sb-filter.open .sbf-title a, .filter-wrapper .filter-by-group .sb-filter:hover .sbf-title a {
    color: #fff
}

.filter-wrapper .filter-by-group .sb-filter.open .advanced-filters, .filter-wrapper .filter-by-group .sb-filter:hover .advanced-filters {
    display: block !important
}

.filter-wrapper .filter-by-tags li {
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #898e91;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    cursor: pointer;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s
}

.filter-wrapper .filter-by-tags li span {
    color: #898e91
}

.filter-wrapper .filter-by-tags li:hover, .filter-wrapper .filter-by-tags li.active {
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

.filter-wrapper .filter-by-tags li:hover span, .filter-wrapper .filter-by-tags li.active span {
    color: #fff
}

.pagination-holder .pagination-showing {
    text-align: right;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    line-height: 34px
}

.pagination-holder .pagination {
    margin: 0px auto;
    display: block;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    background: none;
    padding: 0;
    overflow: hidden;
    text-align: center
}

.pagination-holder .pagination > li {
    margin: 0 auto;
    display: inline-block
}

.pagination-holder .pagination > li > a, .pagination-holder .pagination > li > span {
    display: inline-block;
    color: #000;
    padding: 9px 15px;
    background: none;
    border: 1px solid #e1e1e1;
    margin: 0px;
    line-height: 19px;
    font-size: 13px
}

.pagination-holder .pagination > li > a.prev, .pagination-holder .pagination > li > a.next, .pagination-holder .pagination > li > span.prev, .pagination-holder .pagination > li > span.next {
    font-size: 0;
    padding: 0;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 37px
}

.pagination-holder .pagination > li > a.prev:before, .pagination-holder .pagination > li > a.next:before, .pagination-holder .pagination > li > span.prev:before, .pagination-holder .pagination > li > span.next:before {
    font-family: Fontawesome;
    font-size: 10px
}

.pagination-holder .pagination > li > a.prev:before, .pagination-holder .pagination > li > span.prev:before {
    content: "\f053"
}

.pagination-holder .pagination > li > a.next:before, .pagination-holder .pagination > li > span.next:before {
    content: "\f054"
}

.pagination-holder .pagination > li > a.disabled, .pagination-holder .pagination > li > span.disabled {
    opacity: 0.7;
    cursor: no-drop;
    display: none
}

.pagination-holder .pagination > li:hover > a, .pagination-holder .pagination > li:hover > span {
    background: #fafafa;
    color: #f96262;
    position: relative
}

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

.pagination-holder .pagination > li.active > a, .pagination-holder .pagination > li.active > span {
    color: #f96262;
    position: relative;
    border-color: #fafafa;
    background: #fafafa
}

.category {
    border: none;
    margin-bottom: 40px;
    overflow: hidden;
    max-height: 515px;
    position: relative;
    text-align: left;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.category .category-name {
    font-size: 30px;
    font-weight: 200;
    line-height: 1.2;
    display: block;
    margin: 16px 0 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    text-align: center
}

.category .category-name:hover {
    color: #f96262
}

.category .category-image {
    text-align: center;
    /* border: 1px solid #e1e1e1; */
    /* padding: 1px; */
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 562px;
}

.category .category-image > a {
    display: block;
    position: relative
}

.category .category-image > a:before {
    content: '\A';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.category .category-image > a:hover:before {
    opacity: 1
}

.category:hover, .category:focus {
    -webkit-box-shadow: 0 0 0px 0 #c6c6c6;
    -ms-transform: 0 0 0px 0 #c6c6c6;
    -o-transform: 0 0 0px 0 #c6c6c6;
    box-shadow: 0 0 0px 0 #c6c6c6
}

.page-search > h4 {
    margin-bottom: 20px;
    font-size: 25px
}

.page-search .cata-product {
    padding: 0;
    margin: 0
}

.page-search > .row {
    margin-bottom: 30px
}

.page-search .article-grid-item {
    width: 50%;
    float: none;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    margin: 0 0 40px;
    padding: 0 15px
}

.page-search .article-grid-item .post {
    border: 1px solid #e1e1e1
}

.page-search .article-grid-item .post .post-content {
    padding: 30px 25px
}

.page-search .article-grid-item .post .post-meta {
    color: #b1b1b1;
    padding: 0 0 28px
}

.page-search .article-grid-item .post .post-meta div {
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
    position: relative
}

.page-search .article-grid-item .post .post-meta div:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #b1b1b1;
    display: block;
    position: absolute;
    display: block;
    left: -2px;
    top: 3px
}

.page-search .article-grid-item .post .post-meta div span {
    display: inline-block;
    color: #000
}

.page-search .article-grid-item .post .post-meta div a {
    color: #000
}

.page-search .article-grid-item .post .post-meta div a:hover {
    color: #f96262
}

.page-search .article-grid-item .post .post-meta div:first-child {
    padding-left: 0
}

.page-search .article-grid-item .post .post-meta div:first-child:before {
    content: none
}

.page-search .article-grid-item .post .post-des {
    padding: 0 0 25px;
    line-height: 24px
}

.page-search .article-grid-item .post .buttons-wrapper .link-to-post {
    display: inline-block;
    color: #a3a2a2;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #f96262;
    color: #fff;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%
}

.page-search .article-grid-item .post .buttons-wrapper .link-to-post:hover {
    background: #b1b1b1;
    color: #fff
}

.page-search .article-grid-item:nth-child(2n+1) {
    clear: both
}

.form-wrapper p {
    color: #747474;
    font-size: 16px;
    line-height: 28px
}

h2.heading, .semi-bold {
    font-weight: normal;
    line-height: 1.0;
    margin-bottom: 20px;
    font-size: "Roboto", Arial, Helvetica, sans-serif
}

.list-benefits > li {
    color: #747474;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 26px
}

.list-benefits > li .fa {
    color: #f96262
}

.control-wrapper {
    display: block;
    clear: both
}

.control-wrapper.last {
    padding-top: 15px
}

.control-wrapper label {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: #484747
}

.control-wrapper label .req {
    color: #c0392b
}

.control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 15px
}

.control-wrapper textarea {
    max-width: 670px
}

.control-wrapper button, .control-wrapper .btn-default {
    margin-right: 10px
}

.control-wrapper .action {
    margin: 10px 0 0;
    font-size: 13px
}

.control-wrapper .action .forgot-pass:hover, .control-wrapper .action .return-store:hover {
    color: #f96262
}

.control-wrapper .forgot-pass {
    display: line-block;
    margin: 0
}

.control-wrapper .forgot-pass a {
    color: #f96262
}

.control-wrapper .forgot-pass a:hover {
    text-decoration: underline
}

.page-register, .page-login, #register-form, #recover-password {
    margin: 0;
    padding: 0
}

.page-register .control-wrapper label, .page-login .control-wrapper label, #register-form .control-wrapper label, #recover-password .control-wrapper label {
    float: left;
    margin: 9px 0;
    min-width: 110px
}

.page-register .control-wrapper input, .page-login .control-wrapper input, #register-form .control-wrapper input, #recover-password .control-wrapper input {
    clear: none
}

.page-register .control-wrapper:last-child, .page-login .control-wrapper:last-child, #register-form .control-wrapper:last-child, #recover-password .control-wrapper:last-child {
    padding-top: 15px
}

.page-register h2, .page-login h2, #register-form h2, #recover-password h2 {
    color: #393e45;
    margin: 10px 0 25px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 200
}

.page-register .btn, .page-login .btn, #register-form .btn, #recover-password .btn {
    min-width: 100px
}

.page-register p, .page-login p, #register-form p, #recover-password p {
    margin: 0 0 20px
}

.page-register .action > a, .page-login .action > a, #register-form .action > a, #recover-password .action > a {
    float: right;
    margin-top: 28px
}

.page-reset .note, #recover-password .note {
    margin-top: 30px
}

.style-1 h1, .style-1 h2, .style-1 h3, .style-1 h4, .style-1 h5, .style-1 h6 {
    color: #6a6a6a !important;
    font-weight: 700 !important;
    text-transform: capitalize
}

.style-2 h1, .style-2 h2, .style-2 h3, .style-2 h4, .style-2 h5, .style-2 h6 {
    text-transform: uppercase;
    font-weight: 700 !important
}

.style-3 h1, .style-3 h2, .style-3 h3, .style-3 h4, .style-3 h5, .style-3 h6 {
    color: #6a6a6a !important;
    font-weight: 400 !important
}

.page_typography .block-1 {
    margin-bottom: 50px
}

.page_typography .heading {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 80px
}

.page_typography .heading h1, .page_typography .heading h2, .page_typography .heading h3, .page_typography .heading h4, .page_typography .heading h5, .page_typography .heading h6 {
    margin-bottom: 25px;
    margin-top: 40px
}

.page_typography .block-3 {
    padding-top: 50px;
    padding-bottom: 50px
}

.page_typography .block-3 h5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px
}

.product-sku-cate ul li {
    margin: 0 0 5px;
    color: #f96262
}

.product-sku-cate ul li span {
    color: #000
}

.product-sku-cate ul li span:first-child {
    display: inline-block
}

.product-sku-cate ul li.product-sku span:first-child {
    color: #6a6a6a;
    text-transform: uppercase
}

.spr-form-title {
    text-transform: none
}

.bx-wrapper {
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.product-extended-tab #tab_sc, .product-extended-tab #tab_review, .product-extended-tab #tab_custom {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 15px
}

.tab-content .tab-pane ul {
    padding: 0 0 20px 25px;
    list-style: disc
}

.tab-content .tab-pane ul li {
    padding: 1px 0
}

.tab-content .tab-pane ol {
    padding: 0 0 20px 25px; /* list-style:decimal; */
}

.tab-content .tab-pane ol li {
    padding: 1px 0
}

.mini-line {
    height: 3px;
    width: 60px;
    background: #000;
    margin: 25px 0
}

.page-product {
    padding: 0 0 30px
}

.page-product .product-type {
    text-transform: uppercase;
    font-size: 10px;
    color: #646565;
    display: block;
    padding: 0 0 7px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f0f0f0
}

.page-product .product-image-inner {
    margin: 0;
    padding: 0
}

.page-product .spr-container {
    padding: 0 !important
}

.page-product .tab-content {
    padding: 40px;
    border: 1px solid #e1e1e1;
    margin: 0
}

.page-product .tab-content iframe {
    max-width: 100%
}

.page-product .tab-content h5 {
    margin: 0 0 20px;
    font-size: 30px;
    color: #484747;
    font-weight: 200;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.page-product .tab-content p {
    margin: 0 0 20px;
    line-height: 1.4em
}

.page-product .tab-content table {
    border-collapse: collapse
}

.page-product .tab-content table td {
    border: 1px solid #eae9e9;
    padding: 13px 20px;
    text-align: left
}

.page-product .spr-badge-starrating {
    float: left;
    margin-right: 5px
}

.page-product .spr-badge-starrating .spr-icon {
    width: 17px !important
}

.page-product .spr-badge-starrating .spr-icon:before {
    font-size: 15px !important
}

.page-product #product-image {
    margin-bottom: 25px
}

.page-product #product-image .featured-image {
    display: block;
    padding: 0;
    background: #fff;
    overflow: hidden
}

@media (max-width: 1024px) {
    .page-product #product-image .featured-image {
        position: relative
    }

    .page-product #product-image .featured-image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
}

.page-product #product-image .more-view-image {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.page-product #product-image .bx-wrapper {
    border: none;
    position: relative
}

.page-product #product-image .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 #fff;
    -ms-transform: 0 0 0 #fff;
    -o-transform: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

.page-product #product-image .bx-wrapper .bx-controls-direction a {
    position: absolute;
    z-index: 2;
    left: 40%;
    width: 20px;
    height: 20px;
    background-color: #c5c5c5;
    text-indent: 0;
    text-align: center;
    margin: 0
}

.page-product #product-image .bx-wrapper .bx-controls-direction a .fa:before, .page-product #product-image .bx-wrapper .bx-controls-direction a .fa:after {
    font-size: 17px
}

.page-product #product-image .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: 0;
    top: auto
}

.page-product #product-image .bx-wrapper .bx-controls-direction a.bx-prev {
    top: 0
}

.page-product #product-image .more-view-image #gallery-image {
    margin: 15px 0px 0;
    list-style: none
}

.page-product #product-image .more-view-image #gallery-image li {
    float: left;
    width: 25%;
    padding: 0 10px
}

.page-product #product-image .more-view-image #gallery-image.owl-carousel {
    padding: 0 35px
}

.page-product #product-image .more-view-image #gallery-image.owl-carousel li {
    width: 100%;
    padding: 0
}

.page-product #product-image .more-view-image #gallery-image .thumb-img {
    display: block
}

.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a img {
    max-width: 100%
}

.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a:hover img, .page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active img {
    cursor: pointer
}

.page-product #product-image .more-view-image #gallery-image .owl-stage-outer .owl-item a.active {
    cursor: default
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div {
    top: 50%;
    width: 30px;
    height: 30px;
    border: none;
    text-align: center;
    padding: 6px;
    font-size: 0;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0px 2px rgba(0, 0, 0, 0.2);
    -o-transform: 0 0px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2)
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div:before {
    font-family: FontAwesome;
    color: #6a6a6a;
    font-size: 20px
}

@media (min-width: 1025px) {
    .page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div:hover:before {
        color: #f96262
    }
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div.owl-next {
    right: 1px
}

.page-product #product-image .more-view-image #gallery-image .owl-controls .owl-nav > div.owl-prev {
    left: 1px
}

.page-product .product-info {
    position: relative;
    margin-bottom: 15px
}

.page-product .product-info .product-des {
    line-height: 1.5;
    margin: 0px
}

.page-product .product-info .product-des h4 {
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    margin: 30px 0 15px;
    padding: 15px 0 0px
}

.page-product .product-info p.product-vendor {
    margin: 0 0 15px 0
}

.page-product .product-info p.product-vendor span {
    display: inline-block;
    min-width: 120px;
    font-size: 15px;
    color: #898e91
}

.page-product .product-info > div .sold-out {
    padding: 0px 0 30px;
    margin-top: -15px
}

.page-product .product-info > div .sold-out .price {
    color: #f96262;
    padding: 0;
    margin: 0;
    font-size: 24px
}

.page-product .product-info > div > .action-button {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0px
}

.page-product .product-info > div > .action-button .btn {
    padding: 8px 40px;
    line-height: 30px;
    font-size: 14px
}

.page-product .product-info .share-links {
    padding: 0px 0 20px
}

.page-product .product-info .share-links .share-label {
    display: block;
    margin: 6px 0 10px
}

.page-product .product-info .share-links ul li {
    border-left: 1px solid #b1b1b1;
    padding: 0 15px
}

.page-product .product-info .share-links ul li a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #b1b1b1;
    margin: 0;
    padding: 0;
    font-size: 20px
}

.page-product .product-info .share-links ul li a:hover .fa {
    color: #f96262
}

.page-product .product-info .share-links ul li:first-child {
    padding-left: 0;
    border-left: none
}

.page-product .product-info .add-to-wishlist {
    margin: 18px 0 0px;
    padding: 0px;
    display: block;
    width: auto;
    height: auto;
    background: none;
    border: none;
    color: #b1b1b1;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px
}

.page-product .product-info .add-to-wishlist span {
    display: none
}

.page-product .product-info .add-to-wishlist:hover {
    background: none;
    border: none;
    color: #000
}

.page-product .product-info h1[itemprop="name"] {
    font-weight: 300;
    text-align: left;
    font-size: 30px;
    color: #151515;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    padding: 0;
    border: none
}

.page-product .product-info .rating-links {
    margin: 0 0 20px
}

.page-product .product-info .qty-stock {
    margin-bottom: 30px;
    display: block;
    overflow: hidden
}

.page-product .product-info .qty-stock .in-stock {
    text-transform: capitalize;
    color: #fff;
    padding: 10px 15px 10px 25px;
    background-color: #24c869;
    display: inline-block;
    float: left;
    position: relative;
    border-radius: 2px 0 0 2px
}

.page-product .product-info .qty-stock .in-stock:after {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    top: 18px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%
}

.page-product .product-info .qty-stock #stock {
    font-size: 16px;
    text-transform: capitalize;
    padding: 10px 15px;
    background-color: #f5f5f5;
    display: inline-block;
    float: left
}

.page-product .product-info .detail-deal {
    display: block;
    margin: 20px 0 0
}

.page-product .product-info .detail-deal .wrapper-countdown > p {
    display: inline-block;
    margin: 0 5px 15px 0
}

.page-product .product-info .detail-deal .wrapper-countdown > div {
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0 0 15px;
    background: none;
    border: none
}

.page-product .product-info .detail-deal .wrapper-countdown > div span {
    margin: 0 5px;
    padding: 5px;
    display: inline-block;
    background: #81cfdc;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.page-product .product-info .product-detail-review {
    margin: 0 0 15px;
    display: inline-block
}

.page-product .product-info .product-detail-review > a {
    margin-left: 8px;
    font-size: 13px;
    text-transform: lowercase;
    color: #a7a091
}

.page-product .product-info .product-detail-review > a:hover {
    color: #f96262
}

.page-product .product-info .product-availability-wrapper {
    margin: 0 0 10px;
}

.page-product .product-info .product-availability-wrapper ul li {
    line-height: 22px;
    color: #000;
    position: relative;
    padding: 0 0 0 100px;
    min-height: 28px;
}

.page-product .product-info .product-availability-wrapper ul li span:first-child {
    color: #b1b1b1;
    padding: 0 5px 0 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0
}

.page-product .product-info .product-relative .product-vendor, .page-product .product-info .product-relative .product-type {
    display: block;
    margin-bottom: 10px
}

.page-product .product-info .short-description {
    padding: 24px 0 0
}

.page-product .product-info .short-description table th {
    padding: 10px;
    border: 1px solid #eae9e9;
    border-left: none
}

.page-product .product-info .short-description table th:first-child {
    border-left: 1px solid #eae9e9
}

.page-product .product-info .spr-badge {
    margin: 0 5px 0 0;
    display: inline-block
}

.page-product .product-info .spr-badge .spr-badge-caption {
    display: inline-block;
    font-size: 13px
}

.page-product .product-info .spr-badge .spr-badge-caption:before {
    content: "("
}

.page-product .product-info .spr-badge .spr-badge-caption:after {
    content: ")"
}

.page-product .product-info .price-preview-container {
    overflow: hidden
}

.page-product .product-info .product-price {
    font-size: 30px;
    margin: 0;
    text-align: left;
    padding: 0;
    border: none;
    line-height: 22px
}

.page-product .product-info .product-price .price-sale {
    margin-right: 10px;
    font-size: 30px
}

.page-product .product-info .product-price .price {
    font-size: 30px;
    text-align: left;
    padding: 0;
    border: none;
    overflow: hidden;
    line-height: 22px;
    margin: 0
}

.page-product .product-info .product-price .price-compare {
    float: none;
    font-size: 20px;
    color: #b1b1b1
}

.page-product .product-info .policy-image-wrapper {
    margin: 30px auto;
    display: block;
    padding-top: 30px;
    border-top: 1px solid #eae9e9
}

.page-product .product-info .policy-image-wrapper .policy-image {
    text-align: center
}

.page-product .product-info .policy-image-wrapper .policy-image img {
    display: block;
    margin: 0 auto 20px
}

.page-product .product-info .policy-image-wrapper .policy-image span {
    font-size: 14px;
    font-weight: 600;
    display: block
}

.page-product .product-info .social-sharing > p {
    display: inline-block;
    margin: 13px 0
}

.page-product .product-info .social-sharing .social-sharing-inner {
    display: inline-block;
    float: right;
    margin: 9px 0
}

.page-product .product-info .social-sharing .social-sharing-inner a {
    display: inline-block;
    margin-left: 3px;
    color: #6a6a6a
}

.page-product .product-info .social-sharing .social-sharing-inner a:hover {
    color: #000;
    text-decoration: none
}

.page-product .product-info .social-sharing .social-sharing-inner a i {
    font-size: 26px
}

.page-product .product-info .group-cw {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px
}

.page-product .product-info .swatch {
    margin: 20px 0 0
}

.page-product .product-info .swatch .header {
    margin-top: 2px;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #958f82;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.page-product .product-info .swatch .swatch-element {
    margin: 0;
    padding: 0
}

.page-product .product-info .swatch .swatch-element label {
    position: relative;
    background: transparent;
    border: 1px solid #f0f0f0;
    margin: 0px 12px 12px 0;
    text-align: center;
    cursor: pointer;
    min-width: 35px !important;
    height: 35px !important;
    padding: 5px;
    line-height: 23px !important;
    color: #a39d94;
    font-size: 16px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -ms-transform: 0 0 0 1px #fff inset;
    -o-transform: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.page-product .product-info .swatch .swatch-element input:checked + label {
    box-shadow: none;
    cursor: default;
    border-color: #bbb;
    color: #f96262;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -ms-transform: 0 0 0 2px #fff inset;
    -o-transform: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset
}

@media (min-width: 1025px) {
    .page-product .product-info .swatch .swatch-element:hover label {
        border-color: #bbb;
        color: #f96262;
        -webkit-box-shadow: 0 0 0 2px #fff inset;
        -ms-transform: 0 0 0 2px #fff inset;
        -o-transform: 0 0 0 2px #fff inset;
        box-shadow: 0 0 0 2px #fff inset
    }
}

.page-product .product-info .swatch .swatch-element.soldout label {
    cursor: default;
    background: transparent !important;
    color: #a39d94 !important
}

@media (min-width: 1025px) {
    .page-product .product-info .swatch .swatch-element.soldout:hover label {
        cursor: default;
        background: transparent !important;
        color: #a39d94 !important
    }
}

.page-product .product-info .swatch.size .swatch-element label {
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-transform: 0 0 0 0 #fff;
    -o-transform: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

.page-product .product-info .swatch.size .swatch-element input:checked + label {
    border-color: #cbc6b5;
    color: #fff;
    background: #cbc6b5;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-transform: 0 0 0 0 #fff;
    -o-transform: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff
}

@media (min-width: 1025px) {
    .page-product .product-info .swatch.size .swatch-element:hover label {
        border-color: #cbc6b5;
        color: #fff;
        background: #cbc6b5;
        -webkit-box-shadow: 0 0 0 0 #fff;
        -ms-transform: 0 0 0 0 #fff;
        -o-transform: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff
    }
}

.page-product .product-info .product-action .variants-wrapper {
    margin: 0
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper {
    margin-top: 15px;
    clear: both;
    text-align: left
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper select {
    min-width: 130px;
    height: 36px;
    padding: 0px 10px;
    line-height: 34px
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper:first-child {
    margin-top: 40px
}

.page-product .product-info .product-action .variants-wrapper label {
    color: #151515;
    margin-top: 8px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    min-width: 70px
}

.page-product .product-info .product-action .quantity-product {
    margin: 0 15px 0 0;
    float: left
}

.page-product .product-info .product-action .quantity-product label {
    margin-bottom: 0px;
    min-width: 120px;
    float: left;
    margin-top: 18px;
    font-size: 15px;
    color: #898e91
}

.page-product .product-info .product-action .quantity-product .quantity {
    display: inline-block;
    position: relative;
    margin-bottom: 0px
}

.page-product .product-info .product-action .quantity-product .qty-stock {
    display: inline-block;
    margin-bottom: 15px
}

.page-product .product-info .product-action .total-price {
    color: #81cfdc;
    display: inline-block;
    margin-right: 10px;
    margin-top: 16px
}

.page-product .product-info .product-action .total-price .price-sale {
    margin-right: 10px
}

.page-product .product-info .product-action .action-button {
    display: block;
    padding: 0;
    margin: 40px 0
}

.page-product .product-info .product-action .action-button .btn {
    min-width: 100px
}

.page-product .product-info .product-action .product-price {
    padding: 15px 0 20px;
    margin: 20px 0 0
}

.page-product.product-extended .product-info .product-action .action-button .add-to-cart {
    width: 100%
}

.page-product.product-extended .product-info .product-action .action-button .add-to-cart:hover {
    color: #fff
}

.page-product .home-carousel {
    margin: 50px auto 0
}

.page-product .home-carousel h4 {
    font-size: 30px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin: 0 0 20px;
    color: #484747
}

.page-product .home-carousel .product-wrapper {
    width: 33.33333%
}

.page-product .home-carousel .owl-carousel .product-wrapper {
    width: 100%
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.size {
    display: none
}

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.color {
    display: none
}

.panel-group {
    margin: 0;
    padding: 0 0 30px
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    padding: 0px 0 15px
}

.panel-group .panel .panel-heading {
    background: none;
    text-transform: uppercase;
    padding: 0
}

.panel-group .panel .panel-heading .panel-title {
    color: #151515;
    font-size: 20px;
    font-weight: 400
}

.panel-group .panel .panel-heading .panel-title a {
    color: #908c82;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    line-height: 24px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.panel-group .panel .panel-heading .panel-title a:after {
    content: "-";
    float: left;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background: #f96262;
    color: #fff;
    font-size: 32px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.panel-group .panel .panel-heading .panel-title a.collapsed {
    color: #88837a
}

.panel-group .panel .panel-heading .panel-title a.collapsed:after {
    content: "+";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: #f96262;
    color: #fff;
    font-size: 32px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.panel-group .panel .panel-heading .panel-title a:hover {
    color: #88837a
}

.panel-group .panel .panel-heading .panel-title a:hover:after {
    background: #f96262;
    color: #fff
}

.panel-group .panel .panel-collapse > .panel-body, .panel-group .panel .panel-collapse > .list-group {
    border: none;
    padding: 0px 0 0px 45px;
    background: none
}

.panel-group .panel + .panel {
    margin-top: 0
}

.panel-group .panel .panel-body {
    font-size: 13px;
    line-height: 24px;
    padding: 20px 15px 60px
}

.panel-group .panel .panel-body > iframe {
    max-width: 100%
}

.panel-group .panel .panel-body ul li {
    padding: 3px 0
}

.panel-group .panel:last-child {
    padding-bottom: 0
}

.spr-icon {
    opacity: 1 !important;
    background: none !important;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    color: #b1b1b1
}

.spr-icon:before {
    content: "\f005" !important;
    font-family: Fontawesome !important;
    font-size: 13px !important
}

.spr-icon.spr-icon-star {
    color: #f96262
}

.spr-icon.spr-icon-star-empty {
    color: #b1b1b1
}

#litehost-product-reviews {
    margin: 0
}

#litehost-product-reviews .spr-form-title {
    font-size: 30px;
    margin: 0 0 20px 0;
    color: #484747;
    font-weight: 200
}

#litehost-product-reviews .spr-container {
    padding: 0;
    border: 0
}

#litehost-product-reviews .spr-container .spr-header-title {
    display: none
}

#litehost-product-reviews .spr-container .spr-summary .spr-starrating {
    margin-top: 0px;
    float: left
}

#litehost-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon {
    width: 17px !important;
    float: left;
    margin: 3px 0 0 0
}

#litehost-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon:before {
    font-size: 15px !important;
    color: #f96262
}

#litehost-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-empty:before {
    color: #b1b1b1
}

#litehost-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-hover:before {
    color: #f96262
}

#litehost-product-reviews .spr-container .spr-summary .spr-summary-caption {
    display: inline-block;
    margin-top: 8px;
    color: #898e91
}

#litehost-product-reviews .spr-container .spr-summary-actions {
    float: right
}

#litehost-product-reviews .spr-container .spr-summary-actions a {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #f96262;
    color: #fff;
    border: 1px solid #f96262;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

#litehost-product-reviews .spr-container .spr-summary-actions a:hover {
    text-decoration: none;
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

#litehost-product-reviews .spr-container .spr-button, #litehost-product-reviews .spr-container .spr-button-primary {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #f96262;
    color: #fff;
    border: 1px solid #f96262;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

#litehost-product-reviews .spr-container .spr-button:hover, #litehost-product-reviews .spr-container .spr-button-primary:hover {
    text-decoration: none;
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

#litehost-product-reviews .spr-container .spr-form-input-text, #litehost-product-reviews .spr-container .spr-form-input-email {
    max-width: 300px
}

#litehost-product-reviews .spr-container .spr-form-label {
    float: left;
    margin: 9px 0;
    min-width: 150px;
    font-size: 14px
}

#litehost-product-reviews .spr-container .spr-review {
    padding: 0;
    margin: 0;
    border: none !important
}

#litehost-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-title {
    font-size: 30px;
    font-weight: 200;
    color: #484747;
    text-transform: none;
    margin: 0 0 5px;
    line-height: 1.2
}

#litehost-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline {
    font-style: normal;
    font-weight: 300;
    color: #000;
    opacity: 1
}

#litehost-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline strong {
    color: #000;
    font-weight: 700
}

#litehost-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings {
    font-size: 15px;
    float: right
}

#litehost-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i {
    margin-right: 0px;
    width: 17px !important
}

#litehost-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i:before {
    font-size: 15px !important
}

#litehost-product-reviews .spr-container .spr-review .spr-review-footer a {
    float: left;
    font-size: 14px
}

#litehost-product-reviews .spr-container .spr-form-review-rating {
    margin-bottom: 15px
}

#litehost-product-reviews .spr-container .spr-form-review-rating .spr-form-label {
    display: inline-block;
    margin-top: 4px
}

#litehost-product-reviews .spr-container .spr-form-review-rating .spr-icon {
    width: 17px !important
}

#litehost-product-reviews .spr-container .spr-form-review-rating .spr-icon:before {
    font-size: 15px !important;
    color: #f96262
}

#litehost-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-empty:before {
    color: #b1b1b1
}

#litehost-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-hover:before {
    color: #f96262
}

#litehost-product-reviews .spr-container .spr-form-review-rating a {
    color: #dfdbdf;
    width: 22px
}

#litehost-product-reviews .spr-container .spr-form-review-rating a:hover:before {
    color: #f96262
}

#litehost-product-reviews .spr-container .spr-form-review-rating .spr-starrating {
    display: inline-block;
    line-height: 22px;
    font-size: 11px
}

#litehost-product-reviews .spr-container .spr-form-input-textarea {
    max-width: 670px;
    width: 100%;
    clear: both
}

#litehost-product-reviews .spr-container .spr-form-actions {
    max-width: 670px;
    width: 100%;
    margin-top: 15px
}

#litehost-product-reviews .spr-form-review-body .spr-form-input {
    clear: both
}

#litehost-product-reviews .spr-form-contact-name, #litehost-product-reviews .spr-form-contact-email, #litehost-product-reviews .spr-form-contact-location, #litehost-product-reviews .spr-form-review-rating, #litehost-product-reviews .spr-form-review-title, #litehost-product-reviews .spr-form-review-body {
    margin: 0 0 15px 0
}

#related-product, .cart-related {
    margin-bottom: 50px
}

#related-product > .title-5, .cart-related > .title-5 {
    margin-bottom: 15px
}

#related-product .product-wrapper .product-head .product-image a .product-label, .cart-related .product-wrapper .product-head .product-image a .product-label {
    display: none
}

#recently-viewed {
    padding: 19px 25px 18px;
    border: 1px solid #f0f0f0;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    margin: 0 0 30px
}

#recently-viewed .sb-widget {
    margin: 0
}

#recently-viewed #recently-viewed-products .product-head {
    max-width: 100px;
    padding: 0 2px 0 15px;
    float: left
}

#recently-viewed #recently-viewed-products .product-head img {
    border: 3px solid #f5f5f5;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px
}

#recently-viewed #recently-viewed-products .product-wrapper {
    border: none;
    margin: 0 -15px
}

#recently-viewed #recently-viewed-products .product-wrapper .product-content {
    padding: 0 15px
}

#recently-viewed #recently-viewed-products .product-wrapper .product-content .product-price .price-compare, #recently-viewed #recently-viewed-products .product-wrapper .product-content .price .price-compare {
    display: block
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav {
    text-align: center;
    margin: 10px auto 0
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav > div {
    position: static;
    margin: 5px;
    width: auto;
    height: auto
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav > div span {
    background: none;
    font-family: Fontawesome;
    color: #fff;
    background: #f96262;
    font-size: 12px;
    width: auto;
    height: auto;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    opacity: 0.5
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav > div span:before {
    width: auto;
    height: auto;
    display: block;
    font-size: 12px;
    line-height: 17px
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav > div.owl-prev span:before {
    content: "\f053"
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav > div.owl-next span:before {
    content: "\f054"
}

#recently-viewed #recently-viewed-products .owl-controls .owl-nav > div:hover span {
    opacity: 1
}

#main-column {
    margin: 35px auto 0
}

.main-content {
    position: relative;
    margin: 35px auto 0;
    clear: both
}

.main-content > section.cata-header {
    position: relative
}

.main-content > section.cata-header .catalog-title {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    margin: 0;
    font-size: 48px;
    font-weight: 400
}

.main-content > section.cata-header > img {
    min-height: 104px
}

.category-grid-view {
    padding: 0;
    max-width: 1200px;
    margin: 0px auto
}

@media (min-width: 992px) {
    .collection-item:nth-child(6n+1) {
        clear: both; 
    }
}

@media (max-width: 991px) {
    .collection-item:nth-child(3n+1) {
        clear: both;
    }
}

.nav-links-detail {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0px auto;
    text-align: right;
    position: relative
}

.nav-links-detail > a {
    display: inline-block;
    margin: 0 0 0 15px;
    line-height: 32px;
    position: absolute;
    top: -82px;
    right: 15px;
    z-index: 3
}

.nav-links-detail > a .icon:before {
    font-size: 28px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    float: right;
    margin-left: 10px
}

.nav-links-detail > a.prev {
    padding-right: 15px;
    right: 100px
}

.nav-links-detail > a.prev:after {
    content: '';
    width: 1px;
    height: 20px;
    right: 0;
    top: 5px;
    background-color: #adadad;
    position: absolute
}

.nav-links-detail > a.prev .icon:before {
    float: left;
    margin-right: 10px;
    margin-left: 0
}

.breadcrumb {
    padding: 4px 0;
    margin: 0px;
    background: none;
    text-align: right;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;

}

.breadcrumb > li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 25px
}

.breadcrumb > li > a {
    display: inline-block;
    padding: 0px;
    line-height: 25px;
    position: relative;
    color: #212775;
}

.breadcrumb > li > a:hover {
    color: #f96262
}

.breadcrumb > li.active {
    color: #a0a3a7;
}

.breadcrumb-holder {
    padding: 28px 0;
    margin: 0px -15px;
    position: relative;
    z-index: 4;
    overflow: hidden
}

.breadcrumb-holder:before {
    content: '';
    display: block;
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    bottom: 0
}

.breadcrumb-holder .verticle-menu {
    padding-left: 0
}

.breadcrumb-holder .page-title {
    font-size: 22px; /* font-family:"Open Sans",Arial,Helvetica,sans-serif; */
    color: #212775;
    text-transform: capitalize;

}

.breadcrumb-holder .nav-links {
    display: inline-block;
    float: right;
    padding: 0;
    margin-bottom: 0
}

.breadcrumb-holder .nav-links > a {
    line-height: 18px
}

.breadcrumb-holder .nav-links > a.prev {
    color: #797979;
    margin-right: 17px;
    border-right: 1px solid #c5c5c5;
    padding-right: 18px
}

.breadcrumb-holder .nav-links > a.prev .icon-prev {
    margin-right: 12px
}

.breadcrumb-holder .nav-links > a.next {
    color: #0c0d0d
}

.breadcrumb-holder .nav-links > a.next .icon-next {
    margin-left: 12px
}

.breadcrumb-holder .nav-links > a .icon {
    font-size: 28px;
    vertical-align: middle;
    display: inline-block
}

.next-prev-product {
    text-align: left
}

.next-prev-product > a {
    color: #484747;
    font-size: 18px;
    line-height: 33px;
    display: inline-block
}

.next-prev-product > a:hover {
    color: #f96262
}

.next-prev-product > a.next .fa {
    float: right;
    margin: 8px 0 0 10px
}

.next-prev-product > a.next:before {
    content: '/';
    display: inline-block;
    padding: 0 10px 0 15px;
    color: #b1b1b1
}

.next-prev-product > a.prev .fa {
    margin: 0 10px 0 0
}

.detail-product-tab.style-2 {
    width: 100%;
    padding: 28px 0 40px;
    margin-bottom: 35px
}

.detail-product-tab.style-2 .nav-tabs {
    border: 0;
    margin-bottom: 13px
}

.detail-product-tab.style-2 .nav-tabs > li {
    margin-right: 10px
}

.detail-product-tab.style-2 .nav-tabs > li > a {
    color: #151515;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 9px 25px;
    font-size: 15px;
    background-color: #f0f0f0;
    border-radius: 0;
    -webkit-border-radius: 0
}

.detail-product-tab.style-2 .nav-tabs > li > a:hover, .detail-product-tab.style-2 .nav-tabs > li > a.focus {
    border: 0;
    background-color: #151515;
    color: #fff
}

.detail-product-tab.style-2 .nav-tabs > li.active > a, .detail-product-tab.style-2 .nav-tabs > li.active > a:hover, .detail-product-tab.style-2 .nav-tabs > li.active > a:focus {
    border: 0;
    background-color: #151515;
    color: #fff
}

.detail-product-tab.style-2 .tab-content {
    padding: 40px 40px;
    background: #f5f5f5;
    color: 14px
}

.detail-product-tab.style-2 .tab-content p {
    line-height: 1.42857
}

.detail-product-tab.style-2 .tab-pane iframe {
    max-width: 100%
}

.cart-order-note {
    padding: 0 0 30px
}

.cart-order-note h3 {
    margin: 0 0 20px;
    font-weight: 300;
    color: #151515
}

.cart-order-note .cart-note textarea {
    width: 100%;
    max-width: 320px;
    min-height: 100px
}

.page-cart div.cart-action {
    text-align: right;
    margin: 30px 0 0
}

.cart-table {
    margin-bottom: 50px;
    width: 100%;
    overflow-x: auto
}

.cart-table table {
    width: 100%
}

.cart-table table th {
    padding: 9px 12px
}

.cart-table table td {
    position: relative
}

.cart-table table td.item-image {
    max-width: 195px;
    text-align: left
}

.cart-table table td.item-title li.image {
    margin-bottom: 0;
    margin-right: 10px;
    float: left
}

.cart-table table td.item-title .item-variant {
    margin: 10px 0 0
}

.cart-table table td.item-title li.link {
    display: block;
    overflow: hidden;
    padding-top: 42px
}

.cart-table table td.item-title li.link .product-name {
    text-transform: uppercase
}

.cart-table table td.item-title li.link .variant_title {
    display: none
}

.cart-table table td.cart-action {
    border-bottom: none
}

.cart-table table td.item-image a {
    display: block;
    border: 1px solid #f9fafb
}

.cart-table table tr:last-child td {
    background: #f8f8f8;
    text-align: right
}

.shipping-estimate h4 {
    display: block;
    color: #484747;
    font-size: 30px;
    font-weight: 200;
    padding: 0px;
    margin: 0 0 20px
}

.shipping-calculator-form .control-wrapper label {
    text-transform: none;
    color: #e61446;
    float: left;
    margin: 9px 0;
    min-width: 140px
}

.shipping-calculator-form .control-wrapper input, .shipping-calculator-form .control-wrapper select {
    font-weight: normal;
    clear: none
}

.shipping-calculator-form .control-wrapper:last-child {
    padding-top: 15px
}

.cart-right {
    overflow: hidden
}

.cart-right h4 {
    display: block;
    text-align: center;
    color: #151515;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 300;
    padding: 10px;
    line-height: 30px;
    margin: 0 0px;
    background: #fdfdfd;
    border: 1px solid #e1e1e1
}

.cart-right .total-price {
    font-size: 18px;
    padding: 10px;
    font-weight: 300;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1
}

.cart-right .total-price > span {
    float: right;
    color: #b1b1b1
}

.cart-right .note-shipping {
    text-align: right
}

.cart-right .note-shipping > span {
    text-transform: uppercase;
    display: inline-block;
    min-width: 150px;
    text-align: left;
    float: left
}

.cart-right .note-tax {
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 18px;
    color: #b1b1b1;
    font-weight: 300;
    text-align: right
}

.cart-right .note-tax .nt-title {
    display: inline-block;
    min-width: 120px;
    text-align: left;
    float: left;
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a
}

.cart-right > p {
    text-align: right;
    color: #b1b1b1;
    font-weight: 300;
    margin: 0
}

.cart-right .cart-action {
    overflow: hidden
}

.cart-right .cart-action button {
    float: right
}

.cart-right .cart-action > a {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0);
    color: #8c8574;
    border: 1px solid #8c8574;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    display: inline-block
}

.cart-right .cart-action > a:hover {
    background: #f96262;
    text-decoration: none;
    color: #fff;
    border-color: #f96262
}

.cart-related {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eae9e9
}

.control-wrapper h4 {
    text-transform: none;
    margin: 0 0 15px
}

table {
    width: 100%;
    border-collapse: inherit
}

table td {
    position: relative;
    padding: 14px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    border-top: 1px solid #e1e1e1;
}

table td.item-name {
    text-align: left
}

table td.item-name .item-image {
    max-width: 80px;
    float: left;
    margin: 0 20px 0 0
}

table td.item-name .item-image a {
    display: block;
    overflow: hidden
}

table td.item-title {
    text-align: left
}

table td.item-title > a {
    text-transform: capitalize;
    font-size: 15px
}

table td.item-title > a:hover {
    color: #f96262
}

table td.action button, table td.product-action button {
    border: 0;
    background: none
}

table td.action button span, table td.product-action button span {
    font-size: 16px;
    color: #b1b1b1
}

table td.action button span:before, table td.product-action button span:before {
    content: "\f1f8";
    font-family: Fontawesome
}

table td.action button:hover span:before, table td.product-action button:hover span:before {
    color: #ff0000
}

table td.item-price, table td.item-total {
    font-size: 26px;
    font-weight: 400;
    color: #b1b1b1
}

table td.item-total {
    color: #f96262
}

table td.cart-action {
    text-align: right
}

table td:first-child {
    border-left: 1px solid #e1e1e1;
    /* border-top: 1px solid #e1e1e1; */
}

table thead th {
    text-align: center;
    padding: 9px 12px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    border: 1px solid #e1e1e1;
    border-left: none;
    background: #f8f8f8;
    color: #484747;
    font-size: 18px;
    font-weight: 100;
    text-transform: capitalize
}

table thead th.price {
    color: #484747;
    padding: 9px 12px;
    font-size: 18px;
    font-weight: 100;
    margin: 0
}

table thead th:first-child {
    border-left: 1px solid #e1e1e1
}

h1.page-heading {
    margin: 10px 0 30px;
    text-align: left;
    font-size: 30px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 200;
    padding: 0
}

h3.subheading {
    text-transform: none;
    font-size: 30px;
    color: #151515;
    font-weight: 200;
    border-bottom: 1px solid #f9fafb;
    margin: 0 0 12px;
    padding: 0 0 14px
}

.s-title {
    font-size: 24px;
    color: #6a6a6a;
    margin-bottom: 10px
}

.alert-success button.close {
    color: #8c8574;
    opacity: 1
}

.alert-success button.close:hover {
    color: #f96262
}

#customer_orders .table-wrapper {
    width: 100%;
    overflow: auto
}

#customer_orders .table-wrapper table tr td .total {
    font-size: 18px;
    color: #f96262
}

.customer-info {
    margin-top: 25px
}

.page-address h2 {
    text-transform: capitalize;
    margin: 10px 0 20px
}

.page-address .new-address #new-address {
    display: block;
    margin-bottom: 20px
}

.page-address .new-address > a {
    color: #6a6a6a;
    margin-bottom: 20px;
    display: inline-block
}

.page-address #add_address {
    border-top: 1px solid #eae9e9;
    padding: 30px 0 40px
}

.page-address #add_address .control-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px
}

.page-address #add_address .control-wrapper > button {
    margin-right: 10px
}

.page-address .address-table {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #e1e1e1
}

.page-address .address-table .action-edit-address > button {
    margin-right: 10px
}

.page-address .address_actions {
    margin-top: 5px
}

.page-address .address_actions button {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0);
    color: #8c8574;
    border: 1px solid #8c8574;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0 10px 0 0
}

.page-address .address_actions button:hover {
    background: #f96262;
    text-decoration: none;
    color: #fff;
    border-color: #f96262
}

.page-address .address_actions button:last-child {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #f96262;
    color: #fff;
    border: 1px solid #f96262;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    font-size: 14px
}

.page-address .address_actions button:last-child:hover {
    text-decoration: none;
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

.customer_address_table h4.title {
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #6a6a6a;
    font-weight: 400
}

.customer_address_table .control-wrapper label {
    float: left;
    margin: 9px 0;
    min-width: 150px
}

.customer_address_table .control-wrapper input, .customer_address_table .control-wrapper select {
    clear: none
}

.customer_address_table .control-wrapper:last-child {
    padding-top: 15px
}

.customer_address_table .control-wrapper.set_default {
    margin-bottom: 30px
}

.customer_address_table .control-wrapper.set_default input {
    display: inline-block;
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.page-order h2 {
    font-size: 30px;
    font-weight: 100;
    margin: 0 0 10px
}

.page-order .note.order_date {
    margin-top: 20px;
    margin-bottom: 20px
}

.page-order #order-details {
    margin-bottom: 40px;
    width: 100%;
    overflow-x: auto
}

.page-order #order-details table {
    border-bottom: 1px solid #e1e1e1
}

.page-order #order-details table td.product-item {
    text-align: left
}

.page-order #order-details table td.quantity {
    display: table-cell
}

.page-order #order-details table td.money {
    font-size: 18px;
    color: #b1b1b1
}

.page-order #order-details table td.money.total {
    color: #f96262
}

.page-order #order-details table tr.order_summary td {
    text-align: right
}

.page-order #order-details table tr.order_summary td.price {
    padding: 25px;
    font-size: 18px;
    color: #b1b1b1
}

.page-order #order-details table tr.order_summary td.total {
    color: #f96262;
    font-size: 18px
}

.page-order #order-details table tr.order_summary td:last-child {
    text-align: center
}

.page-order #order-details table tfoot tr:last-child td {
    border-bottom: none
}

.page-order #order-address {
    margin: 0
}

.page-order #order-address .title {
    margin-bottom: 20px
}

.table-cart .wrap-table {
    width: 100%;
    overflow-x: auto
}

.table-cart .wrap-table .top-labels th:nth-of-type(2) {
    text-align: left;
    padding-left: 20px
}

.table-cart .wrap-table .wishlist-item td.product-title a {
    color: #151515;
    font-size: 15px
}

.table-cart .wrap-table .wishlist-item td.product-title a:hover {
    color: #f96262
}

.table-cart .wrap-table .wishlist-item td.product-image a.image {
    min-width: 100px
}

.table-cart .wrap-table .wishlist-item td.product-action button {
    border: 0;
    background: none;
    padding: 0
}

.table-cart .wrap-table .wishlist-item td.product-action button i {
    color: #f4454a
}

.table-cart .wrap-table .wishlist-item td.product-action button:hover i {
    color: #6a6a6a
}

.table-cart .wrap-table .wishlist-item td.product-price {
    border-top: none;
    padding: 25px 12px;
    font-size: 26px;
    color: #f96262;
    font-weight: 400
}

.table-cart .wrap-table .wishlist-item td.add-cart .btn {
    width: 135px
}

.page-faqs {
    margin-top: 20px
}

.page-faqs .panel-group {
    margin-bottom: 0
}

.page-faqs .panel-group .panel:first-child {
    border-top: 0
}

.page-faqs .panel-group .panel .panel-heading {
    text-transform: inherit
}

.page-faqs .panel-group .panel .panel-heading .panel-title a i {
    margin-left: 0
}

.page-faqs .panel-group .panel .panel-collapse > .panel-body {
    padding: 0 15px 15px
}

.page-404 .box-404 h2 {
    font-size: 36px;
    line-height: 55px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 20px;
    font-weight: 200
}

.page-404 .box-404 h3 {
    font-size: 36px;
    margin-bottom: 23px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 200
}

.page-404 .box-404 p {
    line-height: 34px;
    margin-bottom: 15px
}

.templateSearch .page-search .search-form {
    display: none
}

.page-account h2 {
    margin: 10px 0 30px;
    text-transform: capitalize;
    font-weight: 200;
    font-size: 30px
}

.page-account h4.title > a {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    color: #6a6a6a
}

.account-detail .fa {
    color: #f96262;
    font-size: 18px;
    margin: 0 7px 0 0
}

.post-comment-form .comments-list {
    padding: 0 0 20px
}

.post-comment-form .comments-list h4, .post-comment-form .comments-list h3 {
    padding: 0 0 25px;
    font: 200 36px/44px "Roboto", Arial, Helvetica, sans-serif
}

.post-comment-form .comment {
    padding: 0;
    margin: 0 0 20px
}

.post-comment-form .comment .comment-head {
    float: left;
    max-width: 70px;
    width: 70px;
    margin: 0 30px 5px 0
}

.post-comment-form .comment .comment-head img {
    width: 100%
}

.post-comment-form .comment .comment-content .author {
    font-weight: 300;
    color: #151515
}

.post-comment-form .comment .comment-content .date {
    float: right;
    margin: 0 0 0 10px;
    color: #b1b1b1
}

.post-comment-form .comment .comment-content p {
    margin: 10px 0 0px;
    font-weight: 300
}

.post-comment-form .comment ul {
    padding: 0 0 0 50px
}

.comment-form h3, .related-post h3 {
    padding: 0 0 20px;
    font: 200 36px/44px "Roboto", Arial, Helvetica, sans-serif;
    margin: 0px
}

.comment-form p, .related-post p {
    margin: 0 0 15px;
    font-weight: 300
}

.comment-form .control-wrapper input, .related-post .control-wrapper input {
    width: 100%;
    max-width: 470px
}

.comment-form .control-wrapper textarea, .related-post .control-wrapper textarea {
    margin: 0px;
    width: 100%
}

.comment-form .list-unstyled > li, .related-post .list-unstyled > li {
    margin: 0 0 10px
}

.comment-form .list-unstyled > li > a:before, .related-post .list-unstyled > li > a:before {
    content: "\f0a4";
    margin: 0 10px 0 0;
    font-family: "FontAwesome"
}

.comment-form .list-unstyled > li > a:hover, .related-post .list-unstyled > li > a:hover {
    color: #888
}

.comment-form .comments h4, .related-post .comments h4 {
    text-transform: none
}

.page-blog .post {
    margin: 0 0 40px 0px;
    padding: 0px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    position: relative
}

.page-blog .post .post-des {
    padding: 0px 0 15px;
    margin: 0px;
    line-height: 24px
}

.page-blog .post div.post-image {
    margin: 0 auto
}

.page-blog .post div.post-image .post-img > a {
    display: block;
    overflow: hidden;
    position: relative
}

.page-blog .post div.post-image .post-img > a:after {
    content: '\A';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.page-blog .post div.post-image .post-img > a:hover:after {
    opacity: 1
}

.page-blog .post .post-content {
    overflow: hidden;
    padding: 34px 30px
}

.page-blog .post .post-content .post-meta {
    color: #b1b1b1;
    padding: 0 0 28px
}

.page-blog .post .post-content .post-meta div {
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
    position: relative
}

.page-blog .post .post-content .post-meta div:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #b1b1b1;
    display: block;
    position: absolute;
    display: block;
    left: -2px;
    top: 3px
}

.page-blog .post .post-content .post-meta div span {
    display: inline-block;
    color: #000
}

.page-blog .post .post-content .post-meta div a {
    color: #000
}

.page-blog .post .post-content .post-meta div a:hover {
    color: #f96262
}

.page-blog .post .post-content .post-meta div:first-child {
    padding-left: 0
}

.page-blog .post .post-content .post-meta div:first-child:before {
    content: none
}

.page-blog .post-content-wrapper .post-content .post-title {
    text-transform: none;
    margin: 0 0 11px
}

.page-blog .post-content-wrapper .post-content .post-title a {
    color: #151515;
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

.page-blog .post-content-wrapper .post-content .post-title a:hover a {
    color: #f96262
}

.page-blog .post-content-wrapper .post-content .post-title:hover a {
    color: #f96262
}

.page-blog .buttons-wrapper .post-comment {
    padding: 15px 0 0
}

.page-blog .buttons-wrapper .post-comment .fa {
    color: #f96262;
    margin: 0 5px 0 0
}

.page-blog .buttons-wrapper .link-to-post .fa {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    background: #f96262;
    color: #fff
}

.page-blog .buttons-wrapper .link-to-post .fa:before {
    content: "\f105"
}

.page-blog .buttons-wrapper .link-to-post .fa:hover {
    background: #b1b1b1;
    color: #fff
}

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

.post-content .post-title {
    color: #151515;
    font-size: 30px;
    font-weight: 300;
    text-transform: none
}

.post-content .post-title:hover {
    color: #f96262
}

.post-content p {
    line-height: 24px;
    margin: 0 0 10px
}

.post-content .highlight {
    font-size: 19px;
    font-weight: 600
}

.post-content .highlight-light {
    font-size: 19px
}

.post-content .inner-left {
    padding: 0 0 0 50px
}

.post-content .inner-left blockquote {
    border-left: 0;
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: relative
}

.post-content .inner-left blockquote:before {
    color: #a7a7a7;
    content: "\f10d";
    float: left;
    font-family: FontAwesome;
    font-size: 25px;
    margin-left: -38px
}

.post-content .inner-left blockquote p {
    font-size: 16px;
    font-style: italic;
    font-weight: 600
}

.post-info {
    margin: 0;
    padding: 20px 0
}

.post-info .fa {
    margin: 0 7px 0 0
}

.post-info .list-inline li {
    font-size: 13px;
    padding: 0 15px;
    position: relative
}

.post-info .list-inline li:before {
    content: "|";
    float: left;
    margin: 0;
    color: #9f9f9f;
    height: 17px;
    width: 1px;
    position: absolute;
    display: block;
    left: -5px;
    top: -1px
}

.post-info .list-inline li .post-comment {
    color: #f96262
}

.post-info .list-inline li:first-child {
    padding-left: 0
}

.post-info .list-inline li:first-child:before {
    content: none
}

.post-info .list-inline li:last-child {
    padding-right: 0
}

.post-thumbnail > a > img {
    width: 100%;
    max-width: 100%
}

.post-np a:hover {
    color: #f96262
}

.post-np .post-title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    display: block
}

.post-np .post-title:hover {
    color: #f96262
}

.post-np img {
    display: inline-block;
    margin: 15px 0
}

.post-np .post-prev {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f0f0f0
}

.post iframe {
    max-width: 100%
}

.post div.post-image {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    display: block
}

.post div.post-image > a {
    position: relative;
    display: block
}

.post div.post-image > a:before {
    content: '\A';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.post div.post-image > a:hover:before {
    opacity: 1
}

.post div.post-image img {
    width: 100%
}

.post .post-title {
    font-size: 30px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 10px
}

.post .post-title a {
    color: #151515
}

.post .post-title a:hover {
    color: #f96262
}

.post .post-tags ul li a:hover {
    text-decoration: underline
}

.post .entry-footer .tags-links a {
    background: #f0f0f0;
    font-size: 12px;
    color: #717272;
    padding: 2px 5px;
    margin: 0 1px 0 0
}

.post .entry-footer .tags-links a:hover {
    background: #cbc6b5;
    color: #fff
}

.post.post-single .post {
    position: relative;
    border: 1px solid #e1e1e1;
    margin: 0px auto 10px
}

.post.post-single .post .post-content {
    padding: 34px 30px
}

.post.post-single .post .post-meta {
    color: #b1b1b1;
    padding: 0 0 28px
}

.post.post-single .post .post-meta div {
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
    position: relative
}

.post.post-single .post .post-meta div:before {
    content: '';
    width: 1px;
    height: 15px;
    background: #b1b1b1;
    display: block;
    position: absolute;
    display: block;
    left: -2px;
    top: 3px
}

.post.post-single .post .post-meta div span {
    display: inline-block;
    color: #000
}

.post.post-single .post .post-meta div a {
    color: #000
}

.post.post-single .post .post-meta div a:hover {
    color: #f96262
}

.post.post-single .post .post-meta div:first-child {
    padding-left: 0
}

.post.post-single .post .post-meta div:first-child:before {
    content: none
}

.post.post-single .post .post-des {
    line-height: 24px;
    padding: 0 0 30px;
    margin: 0
}

.post.post-single .post .social-sharing .share-label {
    display: block;
    font-size: 17px;
    color: #151515;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    margin: 0 0 10px
}

.post.post-single .post .social-sharing ul li {
    border-left: 1px solid #b1b1b1;
    padding: 0 15px
}

.post.post-single .post .social-sharing ul li a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #b1b1b1;
    margin: 0;
    padding: 0;
    font-size: 20px
}

.post.post-single .post .social-sharing ul li a:hover .fa {
    color: #f96262
}

.post.post-single .post .social-sharing ul li:first-child {
    padding-left: 0;
    border-left: none
}

.post.post-single .post .post-comment-form {
    padding: 0 30px 40px
}

.posts .post .post-image {
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative
}

.posts .post .post-image img {
    display: block;
    margin: 0px auto
}

.article-meta-container {
    overflow: hidden;
    margin: 0 0 80px
}

.article-meta-container .article-meta {
    float: left
}

.article-meta-container .article-meta .post-author, .article-meta-container .article-meta .post-tags {
    color: #9d9787
}

.article-meta-container .article-meta .post-author span, .article-meta-container .article-meta .post-tags span {
    color: #837d6e
}

.article-meta-container .article-meta .post-author a, .article-meta-container .article-meta .post-tags a {
    color: #9d9787
}

.article-meta-container .article-meta .post-author a:hover, .article-meta-container .article-meta .post-tags a:hover {
    color: #f96262
}

.article-meta-container .share-links {
    margin: 0;
    float: right
}

.article-meta-container .share-links .blog-share li {
    margin: 0 5px
}

.article-meta-container .share-links .blog-share li a {
    display: inline-block;
    line-height: 38px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #cdccbf;
    margin: 0;
    color: #bdbcb2
}

.article-meta-container .share-links .blog-share li a:hover {
    border-color: #f96262;
    background: #f96262;
    color: #fff
}

.article-meta-container .share-links .blog-share li .fa {
    font-size: 20px;
    display: block;
    line-height: 38px
}

.post-thumbnail {
    padding-right: 32px;
    border-right: 1px solid #f0f0f0
}

.post-thumbnail > a {
    display: block;
    position: relative;
    overflow: hidden
}

.post-thumbnail > a:after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 150%;
    vertical-align: middle;
    width: 100%;
    top: 0;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transform: skew(-45deg, 0);
    -ms-transform: skewX(-45deg) skewY(0);
    -o-transform: skew(-45deg, 0);
    transform: skew(-45deg, 0)
}

.post-thumbnail > a:hover:after {
    right: -150%
}

.video-content iframe {
    width: 100%;
    height: auto
}

.post-navigation a:hover {
    text-decoration: none
}

.au-content-1 {
    text-align: center;
    padding: 0 0 30px
}

.au-content-1 h4 {
    font-size: 33px;
    font-weight: 100;
    margin: 0 auto 20px;
    line-height: 1.2
}

.au-content-1 p {
    margin: 0 auto;
    padding: 0 0 30px;
    max-width: 800px
}

.au-content-1 .btn-default {
    padding: 5px 15px
}

.au-content-2 .pt-special-3 {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 4px 1px 1px;
    padding: 30px;
    position: relative;
    text-align: center
}

.au-content-2 .pt-special-3:before {
    content: '';
    display: block;
    height: 4px;
    width: 0;
    background: #f96262;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    display: block;
    left: 50%;
    top: -4px
}

.au-content-2 .pt-special-3 .icon {
    background: #e1e1e1;
    display: inline-block;
    height: 95px;
    line-height: 105px;
    text-align: center;
    width: 95px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.au-content-2 .pt-special-3 .icon i {
    color: #fff;
    font-size: 26px;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1)
}

.au-content-2 .pt-special-3 h5 {
    color: #151515;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin: 30px 0 10px
}

.au-content-2 .pt-special-3 p {
    margin: 0 0 20px;
    line-height: 1.4
}

.au-content-2 .pt-special-3 a.btn {
    margin: 0px auto 20px;
    padding: 5px 15px
}

.au-content-2 .pt-special-3:hover:before {
    left: 0;
    width: 100%
}

.au-content-2 .pt-special-3:hover .icon {
    background: #f96262
}

.au-content-2 .pt-special-3:hover .icon i {
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3)
}

.page-brands h2 {
    font-size: 36px;
    font-weight: 200;
    margin: 0 0 20px
}

.page-brands .content {
    padding: 0 0 20px
}

.page-brands .vendor-list {
    list-style: none
}

.page-brands .vendor-list li {
    display: inline-block;
    width: 30%;
    padding: 3px 4% 3px 0
}

.page-brands .vendor-list li:nth-child(3n) {
    padding-right: 0
}

.page-brands .vendor-list li:nth-child(3n+1) {
    clear: both
}

div.contact-form {
    padding: 30px 0 0
}

div.contact-form h2 {
    text-align: center;
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 20px
}

div.contact-form .contact-form {
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 770px
}

div.contact-form .contact-form .form-group input, div.contact-form .contact-form .form-group textarea {
    text-align: center;
    background: #ebebeb;
    border-color: #dbdbdb;
    font-size: 15px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 100
}

div.contact-form .form-actions {
    padding: 0
}

div.contact-form .form-actions .btn {
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-color: #f96262;
    background: transparent;
    color: #6a6a6a;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

div.contact-form .form-actions .btn:hover {
    border-color: #b1b1b1;
    background: #b1b1b1;
    color: #fff
}

.product-simple-tab, .product-extended-tab {
    margin: 65px auto 0
}

.product-simple-tab .nav, .product-extended-tab .nav {
    border: none;
    margin: 0px;
    background: #fff
}

.product-simple-tab .nav li, .product-extended-tab .nav li {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin: 0 2px 0 0
}

.product-simple-tab .nav li a, .product-extended-tab .nav li a {
    background: #f0f0f0;
    color: #151515;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 15px 20px;
    height: 60px;
    text-transform: capitalize;
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -webkit-box-shadow: 0 0 0 1px #fff inset;
    -ms-transform: 0 0 0 1px #fff inset;
    -o-transform: 0 0 0 1px #fff inset;
    box-shadow: 0 0 0 1px #fff inset;
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    text-align: center;
    bottom: -1px;
}

.product-simple-tab .nav li a:after, .product-simple-tab .nav li a:before, .product-extended-tab .nav li a:after, .product-extended-tab .nav li a:before {
    content: none !important
}

.product-simple-tab .nav li a:hover, .product-simple-tab .nav li a:focus, .product-extended-tab .nav li a:hover, .product-extended-tab .nav li a:focus {
    background: #fff;
    border-bottom: none;
    color: #151515
}

.product-simple-tab .nav li.active a, .product-extended-tab .nav li.active a {
    background: #fff;
    color: #151515;
    border-bottom: none
}

.product-simple-tab .nav li:first-child a, .product-extended-tab .nav li:first-child a {
    margin-left: 0
}

.subscription {
    text-align: center;
    padding: 58px 0 0
}

.btn {
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.btn-default {
    background: #f96262;
    color: #fff;
    border-color: #f96262;
    padding: 8px 8px;
    line-height: 20px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.btn-default:hover, .btn-default:focus {
    background: #8f8f94;
    color: #fff;
    border-color: #f96262;
}

.btn-custom, .btn-primary {
    padding: 7px 20px;
    line-height: 22px;
    min-width: 100px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    color: #8c8574;
    border-color: #8c8574;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.btn-custom:hover, .btn-custom:focus, .btn-primary:hover, .btn-primary:focus {
    background: #f96262;
    color: #fff;
    border-color: #f96262
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-list-item .switch, .product-wrapper .product .image {
    overflow: hidden;
    position: relative;
    text-align: center
}

.product-list-item .switch > a > span.hidden-sm, .product-wrapper .product .image > a > span.hidden-sm {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s
}

.product-list-item .switch > a:hover > span.hidden-sm, .product-wrapper .product .image > a:hover > span.hidden-sm {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: visible
}

#widget-social {
    list-style: none;
    padding: 15px 0
}

#widget-social h4 {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    text-transform: capitalize;
    display: inline-block;
    padding: 0;
    margin: 0 30px 0 0;
    font-weight: 300;
    float: left;
    line-height: 34px
}

#widget-social .widget-social {
    display: inline-block
}

#widget-social li {
    display: inline-block;
    margin: 0;
    padding: 0 11px 0 4px;
    text-align: center;
    float: none
}

#widget-social li a {
    display: inline-block;
    padding: 0 3px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    color: #aeb4bc
}

#widget-social li a:hover {
    color: #81cfdc
}

#widget-social li:last-child {
    margin-right: 0
}

.errors {
    color: #f96262
}

body > div.jGrowl {
    z-index: 10000;
    left: 0 !important;
    margin: 0 37.5%;
    width: 25% !important
}

body > div.jGrowl div.jGrowl-notification {
    width: 100% !important;
    padding: 20px
}

body > div.jGrowl div.jGrowl-notification .jGrowl-message .image {
    padding-right: 5px
}

body > div.jGrowl .layer-effect-wl .info .btn {
    padding: 5px 15px
}

body > div.jGrowl .layer-effect-wl .info p {
    background: none;
    font-size: 14px;
    color: #6a6a6a;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 0 10px 0 0;
    margin-top: 0
}

#layer-addcart-modal {
    z-index: 9999
}

#layer-addcart-modal .addcart-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990
}

#layer-addcart-modal .addcart-modal-box {
    position: absolute;
    display: block;
    top: 15%;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    margin: 0 27.5%;
    padding: 30px;
    width: 45%;
    height: auto;
    max-height: 90%;
    z-index: 9991;
    background: #fff
}

#layer-addcart-modal .addcart-modal-box .note {
    background: #fff;
    display: block;
    margin: 0px 0 20px;
    padding: 0px
}

#layer-addcart-modal .addcart-modal-box .note .fa {
    color: #b1b1b1
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product {
    padding: 0px 0px 20px;
    overflow: hidden
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-image {
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid #e1e1e1;
    padding: 1px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div {
    margin: 0 0 8px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-title {
    color: #151515;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", Arial, Helvetica, sans-serif
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-qty strong {
    font-weight: normal
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price {
    color: #81cfdc;
    font-size: 15px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price strong {
    color: #6a6a6a;
    font-weight: 400
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info strong {
    margin: 0 10px 0 0
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action {
    border-top: 1px solid #e1e1e1;
    padding: 20px 0px 0px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-number {
    display: block;
    font-size: 15px;
    margin: 0 0 15px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal {
    color: #f96262;
    font-size: 24px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal strong {
    margin: 0 20px 0 0;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 16px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button {
    overflow: hidden;
    padding-top: 10px
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .fa {
    display: none
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue {
    float: left;
    border: none;
    margin: 10px 0 0
}

#layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout {
    float: right;
    margin: 10px 0 0
}

#layer-addcart-modal .addcart-modal-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    text-align: center;
    text-align: center;
    background: #f96262;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 0
}

#layer-addcart-modal .addcart-modal-close .fa {
    font: 14px/30px Fontawesome;
    color: #fff
}

#layer-addcart-modal .addcart-modal-close:hover {
    background: #47474a;
}

#layer-addcart-modal .addcart-modal-close:hover .fa {
    color: #fff
}

.templateListCollections .price-range-slider, .templateListCollections .sb-filter-wrapper {
    display: none
}

#product-action.sold-out {
    font-size: 24px
}

.notifyjs-corner, .noti-product-slider {
    position: fixed;
    bottom: 10px !important;
    width: 330px;
    z-index: 9999;
    overflow: hidden;
    right: 10px
}

.notifyjs-corner .np-slider, .noti-product-slider .np-slider {
    display: none
}

.notifyjs-corner .np-slider.owl-carousel, .noti-product-slider .np-slider.owl-carousel {
    display: block
}

.notifyjs-corner .col-sm-4, .noti-product-slider .col-sm-4 {
    padding-right: 5px
}

.notifyjs-corner .col-sm-4 a, .noti-product-slider .col-sm-4 a {
    display: block
}

.notifyjs-corner .col-sm-4 a img, .noti-product-slider .col-sm-4 a img {
    width: 100%
}

.notifyjs-corner .product h3, .noti-product-slider .product h3 {
    font-size: 20px;
    margin: 0 0 10px
}

.notifyjs-corner .product h5, .noti-product-slider .product h5 {
    font-size: 15px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 5px
}

.notifyjs-corner .product h5 a, .noti-product-slider .product h5 a {
    font-size: 15px;
    color: #151515
}

.notifyjs-corner .product h5 a:hover, .noti-product-slider .product h5 a:hover {
    color: #f96262
}

.notifyjs-corner .product .product-price, .noti-product-slider .product .product-price {
    text-align: left;
    border: none;
    padding: 0;
    color: #81cfdc;
    font-weight: 600;
    font-size: 15px
}

.notifyjs-corner .product .product-price .price_compare, .noti-product-slider .product .product-price .price_compare {
    margin: 0 5px 0 0;
    color: #b1b1b1;
    font-weight: 300;
    font-size: 13px
}

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .owl-stage-outer, .noti-product-slider .notifyjs-wrapper, .noti-product-slider .owl-stage-outer {
    margin: 0px !important;
    display: block;
    height: inherit;
    margin: 3px;
    position: relative;
    width: inherit
}

.notifyjs-corner .product-grid-item, .noti-product-slider .product-grid-item {
    padding: 0;
    margin: 0
}

.notifyjs-corner .product-grid-item:before, .noti-product-slider .product-grid-item:before {
    content: none
}

.notifyjs-corner .notifyjs-container, .notifyjs-corner .owl-item, .noti-product-slider .notifyjs-container, .noti-product-slider .owl-item {
    margin: 0px !important;
    display: block;
    height: inherit;
    padding: 5px;
    position: relative;
    width: inherit
}

.notifyjs-corner .notifyjs-container .product-wrapper, .notifyjs-corner .owl-item .product-wrapper, .noti-product-slider .notifyjs-container .product-wrapper, .noti-product-slider .owl-item .product-wrapper {
    margin: 0px !important;
    padding: 15px;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 5px #c6c6c6;
    -ms-transform: 0 0 5px #c6c6c6;
    -o-transform: 0 0 5px #c6c6c6;
    box-shadow: 0 0 5px #c6c6c6
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head, .notifyjs-corner .owl-item .product-wrapper .product-head, .noti-product-slider .notifyjs-container .product-wrapper .product-head, .noti-product-slider .owl-item .product-wrapper .product-head {
    float: left;
    width: 33.3333%;
    padding: 0 20px 0 0
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img, .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img, .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img, .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img {
    height: auto;
    width: auto
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img a > span img, .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img a > span img, .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img a > span img, .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img a > span img {
    display: none
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img img, .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img img, .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img img, .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img img {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content, .notifyjs-corner .owl-item .product-wrapper .product-content, .noti-product-slider .notifyjs-container .product-wrapper .product-content, .noti-product-slider .owl-item .product-wrapper .product-content {
    width: 66.6667%;
    padding: 0
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .np-slider-title, .notifyjs-corner .notifyjs-container .product-wrapper .product-content .noti-title, .notifyjs-corner .owl-item .product-wrapper .product-content .np-slider-title, .notifyjs-corner .owl-item .product-wrapper .product-content .noti-title, .noti-product-slider .notifyjs-container .product-wrapper .product-content .np-slider-title, .noti-product-slider .notifyjs-container .product-wrapper .product-content .noti-title, .noti-product-slider .owl-item .product-wrapper .product-content .np-slider-title, .noti-product-slider .owl-item .product-wrapper .product-content .noti-title {
    display: block !important;
    font-size: 18px;
    margin: 0 0 10px
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-price, .notifyjs-corner .owl-item .product-wrapper .product-content .product-price, .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-price, .noti-product-slider .owl-item .product-wrapper .product-content .product-price {
    display: block
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-name, .notifyjs-corner .owl-item .product-wrapper .product-content .product-name, .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-name, .noti-product-slider .owl-item .product-wrapper .product-content .product-name {
    margin: 0px;
    height: auto !important
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-name a, .notifyjs-corner .owl-item .product-wrapper .product-content .product-name a, .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-name a, .noti-product-slider .owl-item .product-wrapper .product-content .product-name a {
    font-size: 14px
}

.notifyjs-corner .notifyjs-container .product-wrapper .product-description, .notifyjs-corner .notifyjs-container .product-wrapper .product-button, .notifyjs-corner .notifyjs-container .product-wrapper .product-review, .notifyjs-corner .notifyjs-container .product-wrapper .product-label, .notifyjs-corner .notifyjs-container .product-wrapper .quick_shop, .notifyjs-corner .notifyjs-container .product-wrapper .wrapper-countdown, .notifyjs-corner .notifyjs-container .product-wrapper .product-btn, .notifyjs-corner .notifyjs-container .product-wrapper .add-cart-button, .notifyjs-corner .owl-item .product-wrapper .product-description, .notifyjs-corner .owl-item .product-wrapper .product-button, .notifyjs-corner .owl-item .product-wrapper .product-review, .notifyjs-corner .owl-item .product-wrapper .product-label, .notifyjs-corner .owl-item .product-wrapper .quick_shop, .notifyjs-corner .owl-item .product-wrapper .wrapper-countdown, .notifyjs-corner .owl-item .product-wrapper .product-btn, .notifyjs-corner .owl-item .product-wrapper .add-cart-button, .noti-product-slider .notifyjs-container .product-wrapper .product-description, .noti-product-slider .notifyjs-container .product-wrapper .product-button, .noti-product-slider .notifyjs-container .product-wrapper .product-review, .noti-product-slider .notifyjs-container .product-wrapper .product-label, .noti-product-slider .notifyjs-container .product-wrapper .quick_shop, .noti-product-slider .notifyjs-container .product-wrapper .wrapper-countdown, .noti-product-slider .notifyjs-container .product-wrapper .product-btn, .noti-product-slider .notifyjs-container .product-wrapper .add-cart-button, .noti-product-slider .owl-item .product-wrapper .product-description, .noti-product-slider .owl-item .product-wrapper .product-button, .noti-product-slider .owl-item .product-wrapper .product-review, .noti-product-slider .owl-item .product-wrapper .product-label, .noti-product-slider .owl-item .product-wrapper .quick_shop, .noti-product-slider .owl-item .product-wrapper .wrapper-countdown, .noti-product-slider .owl-item .product-wrapper .product-btn, .noti-product-slider .owl-item .product-wrapper .add-cart-button {
    display: none
}

#hi-eu-opt-in.active {
    z-index: 99;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 15px
}

#hi-eu-opt-in #hi-cookie-box {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden
}

#hi-eu-opt-in .hi-cookie-head, #hi-eu-opt-in .hi-cookie-intro {
    margin: 0px;
    width: 60%;
    padding: 0 15px;
    float: left
}

#hi-eu-opt-in .hi-cookie-head .read-more, #hi-eu-opt-in .hi-cookie-intro .read-more {
    display: none
}

#hi-eu-opt-in .hi-cookie-head br, #hi-eu-opt-in .hi-cookie-intro br {
    display: none
}

#hi-eu-opt-in .hi-cookie-head {
    padding-bottom: 5px
}

#hi-eu-opt-in .hi-cookie-happy {
    float: left;
    padding: 0 15px;
    margin: -11px 0 0;
    width: 18%
}

#hi-eu-opt-in .hi-cookie-btn {
    float: left;
    width: auto;
    margin: -17px 5px 0;
    cursor: pointer;
    text-transform: uppercase
}

#hi-eu-opt-in .hi-cookie-btn.disagree {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: rgba(0, 0, 0, 0);
    color: #8c8574;
    border: 1px solid #8c8574;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

#hi-eu-opt-in .hi-cookie-btn.disagree:hover {
    background: #f96262;
    text-decoration: none;
    color: #fff;
    border-color: #f96262
}

#hi-eu-opt-in .hi-cookie-btn.agree {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #f96262;
    color: #fff;
    border: 1px solid #f96262;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

#hi-eu-opt-in .hi-cookie-btn.agree:hover {
    text-decoration: none;
    background: #b1b1b1;
    color: #fff;
    border-color: #b1b1b1
}

.modern {
    padding: 0;
    margin: 0px auto;
    box-sizing: border-box
}

.template-password {
    text-align: center;
    padding: 0;
    margin: 0px auto;
    background-image: url(//cdn.litehost.com/s/files/1/1402/6971/t/4/assets/password-page-background.jpg?3789750193974712836);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: table;
    height: 100%;
    width: 100%
}

.template-password *, .template-password input, .template-password *::before, .template-password *::after {
    box-sizing: border-box
}

.password-page__wrapper a {
    color: inherit
}

.password-page__wrapper hr {
    border-color: inherit;
    margin: 0 auto;
    max-width: 60px;
    padding: 15px 0
}

.password-page__wrapper .social-sharing ul {
    padding: 0;
    margin: 20px 0
}

.password-page__wrapper .social-sharing ul li {
    display: inline-block;
    list-style: none
}

.password-page__wrapper .social-sharing ul li a {
    font-size: 20px
}

.password-page__wrapper .social-sharing ul li a:hover {
    color: #f45b4f
}

.password-page__wrapper .social-sharing a {
    color: #ffffff
}

.password-page__wrapper .social-sharing.is-clean a {
    background: #ffffff none repeat scroll 0 0;
    color: #333333
}

.password-page__wrapper .social-sharing.is-clean a:hover {
    background: #ececec none repeat scroll 0 0
}

.social-sharing {
    font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.social-sharing * {
    box-sizing: border-box
}

.social-sharing a {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 5px;
    text-decoration: none
}

.social-sharing a:hover {
    color: #ffffff
}

.social-sharing span {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: top
}

.social-sharing .fa {
    padding: 0 5px 0 10px
}

.social-sharing .icon:before {
    line-height: 22px
}

.social-sharing.is-clean .share-count {
    top: -1px
}

.social-sharing.is-clean .fa-facebook {
    color: #3b5998
}

.social-sharing.is-clean .fa-twitter {
    color: #00aced
}

.social-sharing.is-clean .fa-pinterest {
    color: #cb2027
}

.social-sharing.is-clean .fa-fancy {
    color: #4999dc
}

.social-sharing.is-clean .fa-google-plus {
    color: #dd4b39
}

.social-sharing.is-clean a {
    background-color: #ffffff;
    border: 1px solid #ececec;
    color: #333333;
    height: 30px;
    line-height: 30px
}

.social-sharing.is-clean a span {
    font-size: 13px;
    height: 30px;
    line-height: 30px
}

.social-sharing.is-clean a .share-title {
    font-weight: normal
}

.social-sharing.is-clean a:hover {
    background-color: #ececec
}

.social-sharing.is-clean a:hover .share-count {
    background-color: #ffffff
}

.social-sharing.is-clean a:hover .share-count:after {
    border-right-color: #ffffff
}

.social-sharing.is-large a {
    height: 44px;
    line-height: 44px
}

.social-sharing.is-large a span {
    font-size: 18px;
    height: 44px;
    line-height: 44px
}

.social-sharing.is-large a .fa {
    padding: 0 10px 0 18px
}

.social-sharing.is-large a .fa:before {
    line-height: 44px
}

.template-password {
    height: 100vh;
    text-align: center
}

.template-password .hidden-label {
    display: none
}

.template-password .share-title {
    font-size: 12px;
    font-weight: 900;
    padding-right: 10px
}

.template-password .is-large .share-title {
    padding-right: 16px
}

.template-password .is-large .share-count {
    font-size: 18px;
    padding: 0 14px
}

.template-password .share-facebook {
    background-color: #3b5998
}

.template-password .share-facebook:hover {
    background-color: #2d4373
}

.template-password .share-twitter {
    background-color: #00aced
}

.template-password .share-twitter:hover {
    background-color: #0087ba
}

.template-password .share-pinterest {
    background-color: #cb2027
}

.template-password .share-pinterest:hover {
    background-color: #9f191f
}

.template-password .share-fancy {
    background-color: #4999dc
}

.template-password .share-fancy:hover {
    background-color: #2780cb
}

.template-password .share-google {
    background-color: #dd4b39
}

.template-password .share-google:hover {
    background-color: #c23321
}

.password-page__header__inner {
    padding: 15px 30px
}

.password-page__logo {
    color: inherit;
    margin-top: 90px
}

.password-page__logo .logo {
    max-width: 100%
}

.password-page__main {
    height: 100%;
    margin: 0 auto;
    width: 100%
}

.password-page__main__inner {
    padding: 15px 30px;
    vertical-align: middle
}

.password-page__hero {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 2.625em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.25;
    text-rendering: optimizelegibility;
    text-transform: none
}

@media screen and (min-width: 481px) {
    .password-page__hero {
        font-size: 3.75em
    }
}

@media screen and (min-width: 769px) {
    .password-page__hero {
        font-size: 4em
    }
}

.password-page__message {
    font-size: 120%;
    font-style: italic
}

.password-page__message img {
    max-width: 100%
}

.password-page__message, .password-page__login-form, .password-page__signup-form {
    margin: 0 auto;
    max-width: 500px
}

.password-page__message, .password-page__login-form {
    padding: 30px;
    text-align: center
}

@media screen and (min-width: 480px) {
    .password-page__login-form, .password-page__signup-form {
        padding: 0 30px
    }
}

.password-page__login-form .input-group, .password-page__signup-form .input-group {
    width: 100%
}

.password-page__login-form .errors ul, .password-page__signup-form .errors ul {
    list-style-type: none;
    margin-left: 0
}

.lt-ie9 .template-password .newsletter__submit-text--small, .lt-ie9 .template-password .password-page__login-form__submit-text--small {
    display: none !important
}

input.input-group-field {
    height: 37px;
    padding: 8px 10px;
    line-height: 1.42;
    color: #333;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px
}

input.password-page__login-form__submit[type="submit"], input.password-page__signup-form__submit[type="submit"] {
    font-size: 0.9em
}

.password-page__social-sharing {
    margin-top: 30px
}

.password-login {
    text-align: right
}

.password-login, .admin-login {
    margin-top: 15px
}

.password-login a:hover, .admin-login a:hover {
    color: inherit
}

.password-login {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    line-height: 14px
}

.lock-icon-svg {
    display: inline-block;
    height: 14px;
    vertical-align: baseline;
    width: 14px
}

.lock-icon-svg path {
    fill: currentcolor
}

.lt-ie9 .lock-icon-svg {
    display: none
}

.password-page__footer_inner {
    font-size: 95%;
    line-height: 24px;
    padding: 30px;
    vertical-align: bottom
}

.litehost-link {
    color: inherit
}

.litehost-link:hover {
    color: inherit
}

.litehost-logo-svg {
    display: inline-block;
    height: 24px;
    line-height: 0;
    vertical-align: top;
    width: 82.2857px
}

.litehost-logo-svg path {
    fill: currentcolor
}

.lt-ie9 .litehost-logo-svg {
    display: none
}

.modern .litehost-name {
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative
}

.input-group .btn, .input-group .btn--secondary, .input-group input.btn--secondary, .input-group .btn--tertiary, .input-group input.btn--tertiary, .input-group input[type="submit"] {
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #f45b4f;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    height: 37px;
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap
}

.input-group-btn {
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 1%
}

.input-group-field, .input-group-btn {
    display: table-cell;
    margin: 0;
    vertical-align: middle
}

.mfp-hide {
    display: none !important
}

.mfp-bg {
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042
}

.mfp-wrap {
    height: 100%;
    left: 0;
    outline: medium none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043
}

.mfp-container {
    background-color: #ffffff;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045;
    color: #333
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    /* color: #ffffff; */
    text-decoration: none;
}

.text-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f96262;
    text-decoration: none
}

a:hover, a:focus, .text-link:hover, .text-link:focus {
    color: #f96262;
}

button.mfp-close, button.mfp-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    overflow: visible;
    padding: 0;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0 none;
    padding: 0
}

.mfp-close {
    color: #333333;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

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

.mfp-close:active {
    top: 1
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #ffffff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

button.mfp-close {
    color: #333333;
    font-size: 2.5em;
    margin: 30px;
    opacity: 1
}

.fancybox-inner .bc-error, .fancybox-inner .bc-success {
    margin: 0px auto;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%
}

.fancybox-inner .bc-error > span, .fancybox-inner .bc-success > span {
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#product-wishlist {
    background: #fff;
    padding: 30px 0 0
}

#product-wishlist table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

#product-wishlist table tr td {
    padding: 10px 15px;
    border: 1px solid #eae9e9;
    position: static
}

#product-wishlist table tr td.comparison_options .line {
    display: block;
    padding: 0 0 5px
}

#product-wishlist table tr td.comparison_options .line > label {
    margin: 0;
    display: inline-block;
    padding: 0 15px 0 0;
    font-weight: 600;
    position: relative;
    color: #6a6a6a
}

#product-wishlist table tr td.comparison_options .line > label:after {
    content: ':';
    font-weight: 400;
    position: absolute;
    display: block;
    top: 0;
    right: 6px
}

#product-wishlist table .heading-col {
    text-align: left;
    background: #f3f3f3;
    color: #000;
    font-size: 18px
}

#product-wishlist table .heading-col strong, #product-wishlist table .heading-col b {
    font-weight: 400
}

#product-wishlist table .product-col {
    text-align: center;
    position: relative
}

#product-wishlist table .product-col .remove {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px
}

#product-wishlist table .product-col .remove a {
    color: #6a6a6a;
    font-size: 18px
}

#product-wishlist table .product-col .remove a:hover {
    color: #f96262
}

#product-wishlist table .product-col .product-price {
    padding: 0
}

#product-wishlist table .product-col .product-image-block {
    margin: 0px auto;
    width: 150px
}

#product-wishlist table .product-col .product-name {
    margin: 15px auto 10px
}

#product-wishlist table .product-col .product-name a {
    color: #6a6a6a
}

#product-wishlist table .product-col .product-name a:hover {
    color: #f96262
}

#product-wishlist table .product-col .product-price .price-compare {
    margin: 0 15px 0 0
}

#product-wishlist table .product-col .comparison_product_infos {
    padding: 0 0 10px
}

#product-wishlist table .product-col .comparison_product_infos .btn {
    margin: 10px auto 0;
    padding: 6px 30px;
    min-width: 140px;
    font-weight: 400
}

#product-wishlist table .product-col.comparison_collection a {
    color: #6a6a6a
}

#product-wishlist table .product-col.comparison_collection a:hover {
    color: #f96262
}

.litehost-section {
    margin: 0px auto 30px;
    clear: both
}

.page-content table td {
    position: relative;
    padding: 0px;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
