﻿.header-mobile 
{

}
.header-mobile .mobile-top {
    height: 50px;
    background-color:#2a2a4d
}
.header-mobile .mobile-header-content {
    position: relative;
}
.header-mobile .mobile-menu {
    position: absolute;
    left: 0;
    top: 0;
}
.header-mobile .mobile-menu>a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-top: 7px;
}
.header-mobile .mobile-menu>a span {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 5px 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.header-mobile .mobile-menu>a span.s-top {
    margin-top: 9px;
}
.header-mobile .mobile-logo {
    text-align: center;
}
.header-mobile .mobile-logo img {
    max-height: 40px;
    width: auto;
    margin-top: 5px;
}
.header-mobile .mobile-cart {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}
.header-mobile .mobile-bottom {
    background-color: #f5f5f5;
    padding: 10px 0;
}
.header-mobile .mobile-bottom .block-search-mobile {
    margin: 0;
}
.header-mobile .mobile-bottom .block-search-mobile .form.minisearch {
    display: block;
    position: relative;
}
.header-mobile .mobile-bottom .block-search-mobile .form.minisearch .field.search .input-text {
    height: 34px;
    padding: 0 40px 0 10px;
    background: #fff!important;
    border: 1px solid #ddd!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.header-mobile .mobile-bottom .block-search-mobile .form.minisearch .actions button {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    opacity: 1;
    z-index: 10;
}
.header-mobile .mobile-bottom .block-search-mobile .form.minisearch .actions button:before {
    content: '\e954';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
}
.header-mobile .mobile-bottom .block-search-mobile .form.minisearch .actions button span {
    display: none;
}
.header-mobile .sidebar-nav-mobile {
    background-color: #fff;
    position: fixed;
    left: -320px;
    width: 280px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 30px 20px;
    z-index: 898;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.header-mobile .nav-tabs {
    border-bottom: 1px solid #ddd;
}
.header-mobile .nav-tabs>a {
    text-transform: uppercase;
    font-weight: 600;
    color: #222!important;
    border: none!important;
    margin: 0 15px -1px 0;
    padding: 0 0 10px!important;
    background: 0 0!important;
    border-bottom: 1px solid #ddd!important;
}
.header-mobile .nav-tabs>a.active {
    border-color: #222!important;
}
.header-mobile .tab-content-mobile {
    padding: 20px 0;
}
.header-mobile .tab-content-mobile .tab-panel {
    display: none;
}
.header-mobile .tab-content-mobile .tab-panel.active {
    display: block;
}
.header-mobile .header.links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.header-mobile .header.links li a {
    padding: 0!important;
}
.header-mobile .switcher {
    margin: 0 0 20px;
    display: block!important;
    clear: both!important;
}
.header-mobile .switcher .switcher-label {
    display: block;
    position: static;
    width: auto;
    height: auto;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}
.header-mobile .switcher .heading-switcher {
    font-weight: 600;
    color: #222;
    margin-bottom: 7px;
}
.header-mobile .switcher .list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-mobile .switcher .list-item .switcher-option {
    font-size: 100%;
    margin-bottom: 7px;
}
.header-mobile .switcher.switcher-language .list-item .switcher-option a span,
.header-mobile .switcher.switcher-language .heading-switcher {
    padding-left: 28px;
    background-position: left center;
    background-size: 21px auto;
}
.header-mobile .nav-mobi .horizontal-type {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-mobile .nav-mobi .icon_items {
    margin-bottom:3px;
}
.header-mobile .nav-mobi .sm_menu>li {
    position: relative;
}
.header-mobile .nav-mobi .sm_menu>li>a {
    /*text-transform: uppercase;*/
    font-size:14px;
}
.header-mobile .nav-mobi .sm_menu>li>div {
    margin: 0;
    padding: 15px 0 0;
    display: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
}
.header-mobile .nav-mobi .sm_menu>li .btn-submobile {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: -2px;
    right: 0;
}
.header-mobile .nav-mobi .sm_menu>li .btn-submobile:before {
    content: '\e92e';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
}
.header-mobile .nav-mobi .sm_menu>li.parent-active .btn-submobile:before {
    content: '\e931';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
}
.header-mobile .nav-mobi .sm_menu>li .sm_megamenu_firstcolumn {
    margin-bottom: 15px!important;
}
.header-mobile .nav-mobi .mega-feature-content {
    padding: 0;
}
.header-mobile .nav-mobi .mega-feature-content .row {
    margin: 0;
}
.header-mobile .nav-mobi .mega-feature-content .feature-column {
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    flex: unset;
    max-width: unset;
}
.header-mobile .nav-mobi .mega-feature-content .feature-column ul {
    margin-bottom: 0!important;
}
.product-items,
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.prod-item-name,
.product.name a {
    font-weight: 400;
}
.prod-item-name>a {
    text-decoration: none;
}
.prod-item-name>a:visited {
    text-decoration: none;
}
.prod-item-name>a:hover {
    text-decoration: none;
}
.prod-item-name>a:active {
    text-decoration: none;
}
.prod-item-act .actions-secondary>.action span,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label
    {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.columns .column.main,
.product-item,
.search-autocomplete {
    box-sizing: border-box;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.columns:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.columns .column.main {
    padding-bottom: 46px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
}
.fieldset {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    letter-spacing: -.31em;
}
.fieldset>* {
    letter-spacing: normal;
}
.fieldset:last-child {
    margin-bottom: 23px;
}
.fieldset>.field {
    margin: 0 0 23px;
}
.fieldset>.field>.label {
    margin: 0 0 5.75px;
    display: inline-block;
}
.fieldset>.field>.label {
    font-weight: 700;
}
.fieldset>.field.required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5.75px;
}
button,
a.action.primary {
    border-radius: 0;
}
button:active {
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .12);
}
a.action.primary {
    display: inline-block;
    text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
    text-decoration: none;
}
.action.primary {
    background-image: none;
    background: #444;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 7px 20px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
    background: #333;
    border: none;
    color: #fff;
}
.action.primary:hover {
    background: #333;
    border: none;
    color: #fff;
}
.block-categories {
    clear: both;
}
.deals-countdown {
    margin-bottom: 10px;
}
.deals-countdown .deals-time {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.deals-countdown .deals-time .num-time {
    font-weight: 700;
}
.more-w .more-view {
    padding: 12px 20px;
    display: block;
    cursor: pointer;
}

.sm_megamenu_firstcolumn {
    padding: 0!important;
    margin-bottom: 18px;
}
.sm_megamenu_firstcolumn:last-child {
    margin-bottom: 0;
}
.sm_megamenu_title>a {
    padding: 4px 0;
    display: table;
    font-size: 13px;
    color: #666666;
}
.sm_megamenu_head_item>.sm_megamenu_title>a {
    font-weight: 600;
    padding-top: 0;
    color: #222;
    font-size: 14px;
    color:#ff0000;
}     
.products {
    margin: 34.5px 0;
}
.product-items {
    font-size: 0;
}
.product-item {
    font-size: 14px;
    vertical-align: top;
}
.products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 2%)/2);
}
.product-item:nth-child(2n+1) {
    margin-left: 0;
}
.prod-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5.75px 0;
    word-wrap: break-word;
}
.product-item-info {
    max-width: 100%;
    width: 152px;
}
.prod-item-act {
    font-size: 0;
}
.prod-item-act>* {
    font-size: 1.4rem;
}
.prod-item-act .actions-secondary {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    white-space: nowrap;
}
.prod-item-act .actions-secondary>.action {
    line-height: 35px;
}
.prod-item-act .actions-secondary>.action:before {
    margin: 0;
}
.prod-item-act .actions-primary {
    display: inline-block;
}
.product-item .product-reviews-summary .rating-summary {
    margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
    font-size: 12px;
    margin-top: 5px;
    text-transform: lowercase;
}
.product-item .price-box {
    margin: 11.5px 0 28.75px;
}
.product-item .price-box .price {
    font-size: 1.4rem;
    font-weight: 700;
    white-space: nowrap;
}
.product-item .price-box .price-label {
    font-size: 12px;
}
.product-item .price-box .price-label:after {
    content: ':';
}
.product-item .special-price .price {
    font-size: 1.4rem;
    font-weight: 700;
}
.product-item .special-price .price-wrapper {
    display: inline-block;
}
.product-item .special-price {
    display: block;
}
.product-item .old-price .price {
    font-weight: 400;
}
.product-item .tocompare:before {
    content: '\e61f';
}
.product-item .tocart {
    white-space: nowrap;
}
.product-1-style .products-grid .product-item-info .product-item-details .prod-item-act .actions-primary .tocart:hover,
.product-1-style .products-grid .product-item-info .product-item-details .prod-item-act .actions-secondary .action:hover {
    background-color: #FF384B;
    color: #FFFFFF;
}
.footer-style-1 .block-footer .block-footer-title:before {
    background-color: #FF384B;
}
.footer-style-1 .block-footer .block-footer-content ul li a:hover {
    color: #FF384B;
}
.footer-style-1 .subcribe-footer-content .block-subscribe-footer .action-button button {
    background-color: #FF384B;
    color: #FFFFFF;
}
.footer-style-1 .subcribe-footer-content .block-subscribe-footer .action-button button:hover {
    background-color: #ee3546;
}
.footer-style-1 .block-footer .footer-contact ul li:before {
    color: #FF384B;
}
.price-container .price {
    font-size: 1.4rem;
}
.old-price {
    text-decoration: line-through;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.block-minicart .subtitle {
    display: none;
}
.block-minicart .subtitle.empty {
    display: block;
    font-size: 14px;
    padding: 34.5px 0 23px;
    text-align: center;
}
.minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
    content: '';
    display: table;
}
.minicart-wrapper:after {
    clear: both;
}
.minicart-wrapper .action.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 33px;
    color: #8f8f8f;
    content: '\e611';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
    color: #333;
}
.minicart-wrapper .action.showcart:active:before {
    color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    width: 320px;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.minicart-wrapper .block-minicart:before {
    border: 6px solid;
    border-color: transparent transparent #fff;
    z-index: 99;
}
.minicart-wrapper .block-minicart:after {
    border: 7px solid;
    border-color: transparent transparent #bbb;
    z-index: 98;
}
.minicart-wrapper .block-minicart:before {
    right: 26px;
    top: -12px;
}
.minicart-wrapper .block-minicart:after {
    right: 25px;
    top: -14px;
}
.minicart-wrapper .block-minicart {
    padding: 25px 23px;
}
.minicart-wrapper .block-minicart .block-title {
    display: none;
}
.minicart-wrapper .action.close {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.minicart-wrapper .action.close>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-wrapper .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 32px;
    line-height: 32px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.minicart-wrapper .action.close:hover:before {
    color: inherit;
}
.minicart-wrapper .action.close:active:before {
    color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
    background: 0 0;
    border: none;
}
.minicart-wrapper .action.close:hover {
    background: 0 0;
    border: none;
}
.minicart-wrapper .action.showcart {
    white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: none;
}    
.column.main .block:last-child {
    margin-bottom: 0;
}

.rating-summary {
    overflow: hidden;
    white-space: nowrap;
}
.rating-summary .rating-result {
    width: 100px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c7c7c7;
    font-family: 'icons-blank-theme';
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none;
}
.rating-summary .rating-result>span {
    display: block;
    overflow: hidden;
}
.rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ff5501;
    font-size: 28px;
    height: 28px;
    letter-spacing: -10px;
    line-height: 28px;
    content: '\e605' '\e605' '\e605' '\e605' '\e605';
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none;
}
.rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.rating-summary .rating-result {
    margin-left: -5px;
}
.product-reviews-summary .rating-summary .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.product-reviews-summary {
    display: table;
    margin: 11.5px 0 12px;
}
.product-reviews-summary .rating-summary {
    display: table-cell;
    left: -5.75px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
    display: table-cell;
    line-height: 28px;
    vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
    margin-right: 5.75px;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}
.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.page-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.logo {
    float: left;
    margin: 0 0 11.5px 46px;
    max-width: 50%;
    position: relative;
    z-index: 5;
}
.logo img {
    display: block;
}
.page-footer {
    margin-top: auto;
}
.price-container.weee:before {
    display: none;
}    
    
.sm-listing-tabs .ltabs-wrap {
    position: relative;
}
    
.sm-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin-bottom: 30px;
}
.sm-listing-tabs .ltabs-tabs-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    display: block;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    cursor: pointer;
}
.sm-listing-tabs .products {
    margin: 0;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    border-bottom: 2px solid #ddd;
}
.sm-listing-tabs .ltabs-wrap .ltabs-items-container {
    margin: 0;
    padding: 0;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-inner {
    margin: 0;
    padding: 0;
    width: 100%;
}
.sm-listing-tabs .ltabs-items-container .ltabs-items-selected {
    display: block;
}
.sm-listing-tabs .ltabs-items .ltabs-loading {
    background: transparent url("/images/loader-1.gif") no-repeat scroll center center;
    display: block;
    max-width: 100%;
    min-height: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap 
{
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    padding: 10px 30px 10px 10px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    outline: none;
    width:315px;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: none;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    display: block;
    /*padding: 10px;*/
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active span, .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li span {
    padding: 5px 10px !important;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li.active, .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs li {
    float: none !important;
    display: block !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important;
    margin: 0 !important;
    height: auto !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs {
    opacity: 0;
    position: absolute;
    top: 140%;
    left: auto;
    right: -1px;
    min-width: 200px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.17);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    font-weight: 400;
    list-style: none;
    cursor: pointer;
    /*pointer-events: none;*/
    z-index:9999;
    /*opacity: 1;
    position: absolute;
    top: 140%;
    left: auto;
    right: -1px;
    min-width: 200px;
    padding: 10px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.17);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    font-weight: 400;
    list-style: none;
    pointer-events: none;*/
    
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.active .ltabs-tabs {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-current-select {
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
    color: #333;
    font-weight: 400;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,.1) transparent;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap .ltabs-tabs:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap:after
{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #666 transparent;
}
.sm-listing-tabs .ltabs-tabs-container .ltabs-tabs-wrap.active .ltabs-tabs {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
    background-color:#dee2e6
}
.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
        
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/*owl-carousel for Group*/

.owl-carousel-group {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel-group .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel-group .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel-group .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-group .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);

    position: relative;
    min-height: 1px;
    float: left;
    margin-right: 10px;
        
}
.owl-carousel-group .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel-group .owl-dots.disabled {
    display: none;
}
.owl-carousel-group .owl-nav .owl-prev,
.owl-carousel-group .owl-nav .owl-next {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*end owl-carousel for Group*/

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.columns .column.main {
    padding-bottom: 0;
}
.logo {
    margin: 0;
    padding: 0;
}
.loading-content {
    background: url(/images/loader-1.gif) no-repeat center center/30px auto;
    min-height: 100px;
}
.owl-loaded+.loading-content {
    display: none;
}
.products.wrapper.products-grid .product-items {
    margin-left: -15px;
    margin-right: -15px;
}
.products.wrapper.products-grid .product-items:after {
    content: "";
    display: block;
    clear: both;
}
.products.wrapper.products-grid .product-items .product-item {
    margin: 0!important;
    padding: 0 15px;
    float: left;
    display: block;
    clear: none;
}
.back2top {
    width: 40px;
    height: 40px;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 36px;
    position: fixed;
    right: 30px;
    bottom: 15%;
    font-size: 18px;
    z-index: 500;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.back2top.active {
    opacity: 1;
    visibility: visible;
}
.back2top:hover {
    background-color: #333;
}
.back2top .b-text {
    display: none;
}    

aside,
footer,
header,
main,
nav {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0!important;
}
h1,
h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
strong {
    font-weight: bolder;
}
a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type=button],
[type=submit] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
h1,
h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.75rem;
}    

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-sm-4,
.col-md-6,
.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width:576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width:992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.fade {
    transition: opacity .15s linear;
}
@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
    
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
[class^=icon-] {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-facebook1:before {
    content: "\ea90";
}
.icon-twitter1:before {
    content: "\ea96";
}
.icon-youtube:before {
    content: "\ea9d";
}
.icon-linkedin2:before {
    content: "\eaca";
}
.icon-instagram2:before {
    content: "\e941";
}
.fixed-margin .row {
    margin-left: -10px;
    margin-right: -10px;
}
.fixed-margin .col-sm-4,
.fixed-margin .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}
body:not(.layout-boxed) .page-wrapper {
    overflow-x: hidden;
}
.page-main {
    padding: 30px 0 30px;
}
.column.main .block .block-title {
    margin-bottom: 20px;
}
.column.main .block .block-title strong {
    font-size: 17px;
    color: #222;
}
.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}
a:hover {
    text-decoration: none;
}
select::-ms-expand {
    display: none;
}
select {
    background: url("/images/bg-select.svg") no-repeat center right #fff;
    height: 36px;
    border: 1px solid #ddd;
    padding-right: 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select:focus {
    border: 1px solid #ddd;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
}
.fieldset>.field>.label {
    font-weight: 600;
}
input[type=text],
input[type=password],
input[type=email] {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus {
    border: 1px solid #ddd;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
}
button {
    outline: none!important;
}
.action.primary {
    font-size: unset;
    outline: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.owl-carousel {
    direction: ltr;
}
.owl-carousel-group {
    direction: ltr;
}
.icon_items img {
    width: 10px;
    padding-bottom:3px;
}
.minicart-wrapper .action.close {
    display: none!important;
}
.minicart-wrapper .mage-dropdown-dialog {
    position: absolute;
    top: 100%;
    right: 0;
    width: 370px;
    z-index: 300;
}
.minicart-wrapper .block-minicart {
    margin: 0;
    border: none;
    width: 100%!important;
    position: static!important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.minicart-wrapper .block-minicart .subtitle.empty {
    padding: 30px 0;
    font-weight: 400;
}
.banner-image a img:hover {
    opacity: .8;
}
.mega-feature-content {
    padding: 0 20px;
}
.mega-feature-content .feature-title {
    font-weight: 600;
    color: #222;
    font-size: 100%;
    margin-bottom: 10px;
}
.mega-feature-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mega-feature-content ul li {
    margin: 0;
}
.mega-feature-content ul li a {
    display: table;
    padding: 4px 0;
    font-size: 92.857%;
    color: #666;
}
.mega-feature-content ul li a:hover {
    color: #FF384B;
}

.banner-image {
    margin-bottom: 30px;
}
.show-vertical-menu .vertical-menu-content {
    display: block;
}
.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}
.owl-theme .owl-nav [class*=owl-].owl-next:before {
    content: '\e930';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.owl-theme .owl-nav [class*=owl-].owl-prev:before {
    content: '\e92f';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.owl-theme .owl-nav [class*=owl-].disabled {
    opacity: 1;
}
.nav-style-1 .owl-theme .owl-nav [class*=owl-] {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    padding: 0;
    margin: 3px;
    color: #444;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.nav-style-1 .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #FF384B;
    border-color: #FF384B;
    color: #FFFFFF;
}
.nav-style-1 .owl-theme .owl-nav [class*=owl-]:before {
    font-size: 18px;
}
.owl-carousel .product-item {
    width: 100%!important;
}
.owl-carousel-group .product-item {
    width: 100%!important;
}

.deals-countdown {
    margin-bottom: 10px;
}
.deals-countdown .deals-time {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.deals-countdown .deals-time .num-time {
    font-weight: 700;
}
.products-grid .product-item {
    margin-left: 0;
    margin-right: 0;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result>span:before {
    font-family: 'icomoon'!important;
    font-size: 14px;
    letter-spacing: 3px;
    content: '\e95a' '\e95a' '\e95a' '\e95a' '\e95a';
}
.rating-summary .rating-result {
    margin: 0;
    width: 84px;
}
.rating-summary .rating-result>span:before {
    color: #ffc000;
}
.product-reviews-summary {
    margin: 0;
}
.product-reviews-summary .rating-summary {
    left: auto;
    right: auto;
}
.product-item .price-box .price {
    font-weight: 600;
}
.price-box .price {
    color: #222;
    font-weight: 600;
}
.price-box .special-price,
.price-box .old-price {
    display: inline-block;
    vertical-align: top;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
    display: none;
}
.price-box .special-price {
    margin-right: 5px;
}
.price-box .special-price .price {
    color: #ff384b;
}
.price-box .old-price .price {
    color: #888;
    font-weight: 400!important;
}

@media (max-width:768px) {
    .columns {
        display: block;
    }
}    
@media (max-width:480px) {
    .columns .column.main {
        padding-bottom: 0;
    }
}    
.prod-menu {
    padding-top: 7px;
}
.prod-menu .block-title {
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}
.prod-menu.hidden-block-title .block-title {
    display: none!important;
}
.prod-menu .block,
.prod-menu .product-items {
    margin: 0!important;
}
.prod-menu .products-grid .product-item-info {
    margin: 0;
}
.prod-menu .product-item {
    width: 100%!important;
    margin: 0!important;
}
.minicart-mobile {
    display: inline-block;
    clear: both;
}
.minicart-mobile .minicart-wrapper {
    margin: 0!important;
    float: none!important;
}
.minicart-mobile .minicart-wrapper .action.showcart {
    height: 50px;
    line-height: 50px;
}
.minicart-mobile .minicart-wrapper .action.showcart .price-minicart,
.minicart-mobile .minicart-wrapper .action.showcart .text {
    display: none!important;
}
.minicart-mobile .minicart-wrapper .action.showcart:before {
    content: '\e958';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 26px;
    /*color: #333;*/
    line-height: 50px!important;
    opacity: 1!important;
    color: #FFFFFF;
}
.minicart-mobile .minicart-wrapper .action.showcart .counter.qty {
    position: relative;
    margin: 0;
    top: 13px;
    vertical-align: top;
}
.minicart-mobile .minicart-wrapper .action.showcart .counter.qty .counter-label {
    display: none;
}
.nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
@media (max-width:480px) {
    .minicart-wrapper .mage-dropdown-dialog {
        width: 290px;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.header-top {
    height: 40px;
    background-color: #242442;
}
.header-top .customer-action {
    padding-top: 10px;
}
.header-top .customer-action .greet.welcome {
    display: inline-block;
    vertical-align: top;
    color: #bbb;
    padding-right: 26px;
    font-size: 92.85%;
}
.header-top .customer-action .header-support {
    display: inline-block;
    vertical-align: top;
}
.header-top .customer-action .header-support ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-top .customer-action .header-support ul li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    color: #bbb;
    font-size: 92.85%;
}
.header-top .customer-action .header-support ul li:not(:last-child) {
    margin-right: 26px;
}
.header-top .customer-action .header-support ul li:before {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 6px;
}
.header-top .customer-action .header-support ul li.email-header:before {
    content: '\e944';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.header-top .customer-action .header-support ul li.phone-header:before {
    content: '\e94c';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.products-grid .product-item-info {
    width: unset!important;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 20px;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.products-grid .product-item-info .reviews-actions {
    display: none!important;
}
.products-grid .product-item-info .image-product {
    position: relative;
}
.products-grid .product-item-info .product-item-photo {
    display: block;
    line-height: 0;
    position: relative;
}
.products-grid .product-item-info .product-item-photo:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 5;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.products-grid .product-item-info .product-item-details {
    padding: 10px 14px 12px;
    position: relative;
}
.products-grid .product-item-info .product-item-details .prod-item-name {
    margin: 0;
    max-height: 42px;
    overflow: hidden;
}
.products-grid .product-item-info .product-item-details .prod-item-name a {
    padding: 6px 0;
}
.products-grid .product-item-info .product-item-details .price-box {
    margin: 2px 0 0;
}
.products-grid .product-item-info .product-item-details .price-box .price {
    font-size: 14px;
}
.products-grid .product-item-info .product-item-details .price-box .old-price .price {
    position: relative;
    top: 2px;
    font-size: 100%;
}
.products-grid .product-item-info .product-item-details .prod-item-act {
    margin: 0;
    text-align: center;
    position: absolute;
    top: -39px;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
    
.products-grid .product-item-info .product-item-details .prod-item-act .actions-secondary {
    vertical-align: top;
}
.products-grid .product-item-info .product-item-details .prod-item-act .actions-secondary .action {
    background-color: #fff;
    display: block;
    /*margin: 10px;*/
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #222;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
    
.products-grid .product-item-info:hover {
    border-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
    -o-box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
}
.products-grid .product-item-info:hover .product-item-details .prod-item-act,
.products-grid .product-item-info:hover .product-item-photo:before {
    opacity: 1;
}
    
.remove-border-product .products-grid .product-item-info {
    border: none!important;
}
    
.slider-banner 
{
    width: 100%;
}
.slider-banner .slidershow-content {
    width: 100%;
}
.normal-block {
    margin-bottom: 40px;
}
.normal-block .block {
    border: 1px solid #e5e5e5;
    margin-bottom: 0;
}
.normal-block .block-title {
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    padding: 12px 19px;
    margin: 0!important;
}
.normal-block .block-title strong {
    font-size: 17px !important;
    font-weight: 400;
    text-transform: uppercase;
    color: #222;
}
.normal-block .block-content {
    padding: 20px;
    background-color: #fff;
}
.normal-block .nav-top .owl-theme .owl-nav {
    position: absolute;
    top: -65px;
    right: -12px;
    margin: 0;
}
.brand-style-1 .item {
    border: 1px solid transparent;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
}
.brand-style-1 .item:hover {
    border-color: #FF384B;
}
.services-list {
    border: 1px solid #e5e5e5;
    padding: 20px 20px 0;
    background-color: #fff;
}
.services-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.services-list ul li {
    float: left;
    width: 20%;
    margin-bottom: 20px;
}
.services-list .item-icon {
    float: left;
    width: 60px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.services-list .item-info {
    margin-left: 70px;
    padding-top: 9px;
}
.services-list .item-info .item-title {
    text-transform: uppercase;
    color: #222;
}
.categories-slider .item-row {
    text-align: center;
}
.categories-slider .item-row .item:not(:last-child) {
    margin-bottom: 10px;
}
.categories-slider .content-box {
    border: 1px solid transparent;
    padding-bottom: 3px;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.categories-slider .content-box:hover {
    border-color: #FF384B;
}
    
.deal-slider .products-grid .product-item-info,
.deal-slider .products-grid .product-item {
    margin-bottom: 0;
}
.deal-slider .deals-countdown {
    padding: 7px 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #FF384B;
    color: #FFFFFF;
}
.deal-slider .deals-countdown .deals-time {
    border: none;
    padding: 0;
}
.deal-slider .deals-countdown .deals-time:not(:last-child):after {
    content: ":";
    margin: 0 2px;
    display: inline-block;
    vertical-align: middle;
}
.deal-slider .deals-countdown .deals-time div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}
.deal-slider .deals-countdown .time-hours .title-time,
.deal-slider .deals-countdown .time-mins .title-time,
.deal-slider .deals-countdown .time-secs .title-time {
    display: none;
}
.block-primary .products.wrapper.products-grid .product-items,
.block-primary .banner-image {
    margin: 0;
}
.block-primary .owl-stage {
    padding-bottom: 12px;
}
.block-primary .block-title {
    margin: 0!important;
    border-bottom: 2px solid #ddd;
}
.block-primary .block-title strong {
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 128.571%!important;
    background: #ddd;
    padding: 8px 20px 6px;
    color: #222;
    position: relative;
    border-radius: 0 6px 0 0;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
}
.block-primary .block-title strong:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #c4c4c4;
    border-left: 15px solid transparent;
    position: absolute;
    top: -10px;
    left: 0;
}
.block-primary .block-content {
    padding: 20px 20px 10px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container {
    position: static;
    margin-bottom: 20px;
    margin-right: 65px;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    color: #444;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:not(:last-child) {
    margin-right: 45px;
}
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    color: #222;
}
.block-primary .cms-container {
    float: none;
    width: 100%;
}
.block-primary .sm-listing-tabs .ltabs-wrap .ltabs-items-container {    
    margin-left: -8px!important;
    margin-right: -8px!important;
    float: none;
    width: unset;
    margin-bottom: 10px;
}
.block-primary .item-row .item+.item {
    padding-top: 20px!important;
    position: relative;
}
.block-primary .item-row .item+.item:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 1px;
    width: calc(100% + 20px);
    background-color: #e5e5e5;
}
.block-primary .item-row .item+.item .product-item-info {
    margin-bottom: 0;
}
.block-primary .owl-item.active:last-child .item-row .item+.item:before {
    width: calc(100% + 12px);
}
.block-primary .owl-theme .owl-nav {
    position: absolute;
    top: -66px;
    margin: 0;
    right: -15px;
}
.block-primary.orange-color .block-title {
    border-bottom: 2px solid #f9b513;
}
.block-primary.orange-color .block-title strong {
    background-color: #f9b513;
    color: #fff!important;
}
.block-primary.orange-color .block-title strong:before {
    border-bottom: 10px solid #d49705;
}
.block-primary.orange-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.block-primary.orange-color .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
    color: #f9b513;
}
.block-news .info-post {
    padding-top: 10px;
}
.block-news .image-post img:hover {
    opacity: .8;
}
.block-news .post-date {
    font-size: 92.857%;
    margin-bottom: 2px;
}
.block-news .post-title {
    margin-bottom: 4px;
}
.block-news .post-title a {
    text-transform: uppercase;
    font-weight: 500;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.block-news .post-short-description {
    font-size: 92.857%;
}
.block-news .post-read-more {
    padding-top: 12px;
}
.block-news .post-read-more a {
    font-size: 85.714%;
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 9px 20px;
    text-transform: uppercase;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.block-news .post-read-more a:hover {
    background-color: #FF384B;
    border-color: #FF384B;
    color: #FFFFFF;
}
.product-labels .product-label {
    position: absolute;
    top: 10px;
    font-size: 85.714%;
    padding: 4px 10px;
    z-index: 4;
    color: #fff;
}
.product-labels .product-label.new-label {
    right: 10px;
    background-color: #1ac88d;
    border-radius: 4px 0;
    -moz-border-radius: 4px 0;
    -webkit-border-radius: 4px 0;
}
.product-labels .product-label.sale-label {
    left: 10px;
    background-color: #ff384b;
    border-radius: 0 4px;
    -moz-border-radius: 0 4px;
    -webkit-border-radius: 0 4px;
}
.products.wrapper {
    margin: 0;
}
.products.wrapper.products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}
.products.wrapper.products-grid .product-items .product-item {
    padding: 0px 0px;
}
.footer-top {
    background-color: #2a2a4d;
    padding: 30px 0;
}
.social-footer {
    margin-bottom: 28px;
}
.social-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-footer ul:after {
    content: "";
    display: block;
    clear: both;
}
.social-footer ul li {
    float: left;
    margin: 0 10px 0 0;
}
.social-footer ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background-color: #4a6dbf;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.social-footer ul li a:before {
    position: relative;
    z-index: 2;
}
.social-footer ul li a:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    -o-transition: .1s;
}
.social-footer ul li a:hover:after {
    opacity: 1;
}
.social-footer ul li.youtube a {
    background-color: #f22231;
}
.social-footer ul li.twitter a {
    background-color: #2ac1f2;
}
.social-footer ul li.google a {
    background-color: #f4313b;
}
.social-footer ul li.instagram a {
    background-color: #ad33b2;
}
.social-footer ul li.linkedin a {
    background-color: #0179b6;
}
.newsletter-title-footer {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 114.285%;
    color: #fff;
    position: relative;
    padding-left: 150px;
    padding-top: 10px;
}
.newsletter-title-footer:before {
    content: "";
    display: block;
    width: 96px;
    height: 50px;
    background: url("/images/icon-images.png") no-repeat -6px -6px;
    position: absolute;
    left: 0;
    top: -3px;
}
.newsletter-title-footer .text-bold {
    font-weight: 700;
}
.subcribe-footer-content {
    display: table;
    width: 100%;
}
.subcribe-footer-content .block-subscribe-footer {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.subcribe-footer-content .block-subscribe-footer .newsletter-content {
    display: table;
    width: 100%;
}
.subcribe-footer-content .block-subscribe-footer .input-box {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.subcribe-footer-content .block-subscribe-footer .input-box #newsletter-footer {
    height: 40px;
    border: none;
    padding-left: 18px;
    color: #666;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.subcribe-footer-content .block-subscribe-footer .action-button {
    display: table-cell;
    vertical-align: top;
}
.subcribe-footer-content .block-subscribe-footer .action-button button {
    text-transform: uppercase;
    height: 40;
    line-height: 40px;
    padding: 0 25px 0 23px;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}
.footer-middle {
    background-color: #fff;
    padding-top: 53px;
    padding-bottom: 30px;
}
.block-footer {
    margin-bottom: 40px;
}
.block-footer.block-footer-contact {
    margin-bottom: 14px;
}
.block-footer .block-footer-title {
    font-size: 114.285%;
    position: relative;
    color: #222;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.block-footer .block-footer-title:before {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.block-footer .block-footer-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.block-footer .block-footer-content ul li {
    margin-bottom: 13px;
}
.block-footer .block-footer-content ul li a {
    padding-left: 0;
    color: #666;
}
.block-footer .footer-contact ul li {
    min-height: 33px;
    color: #666;
    position: relative;
    margin-bottom: 5px!important;
    padding-left: 30px;
}
.block-footer .footer-contact ul li span {
    color: #222;
    font-weight: 500;
}
.block-footer .footer-contact ul li:before {
    position: absolute;
    left: 0;
    top: -4px;
}
.block-footer .footer-contact ul li.address:before {
    content: '\e945';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
}
.block-footer .footer-contact ul li.phone:before {
    content: '\e94b';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
}
.block-footer .footer-contact ul li.email:before {
    content: '\e944';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
}
.block-footer .footer-contact ul li.time:before {
    content: '\e932';
    display: inline-block;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
}
.footer-bottom {
    background-color: #fff;
    padding: 40px 0;
}
.footer-bottom address {
    color: #666;
    margin: 10px 0 0;
    font-size: 92.857%;
    text-align: right;
}
.footer-bottom .footer-payments {
    text-align: right;
}
.show-sidebar-nav {
    overflow-y: hidden
}

.show-sidebar-nav .nav-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 895
}

.show-sidebar-nav .header-mobile .sidebar-nav-mobile {
    left: 0
}
.categories-slider .content-box .image-cat {
    margin-bottom: 5px;
    min-height:147px;
}
.categories-slider .content-box .child-cat {
    margin-bottom: 5px;
    min-height:45px;
    text-align:center;
}
.owl-carousel ul
{
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    /*border-top: 1px solid #eee;
    border-left: 1px solid #eee;*/
    margin-bottom: 15px;
    min-width:500px;
    margin-left:-40px;
}
.owl-carousel li
{
    float: left;
    position: relative;
    width: 32%;
    overflow: hidden;
    margin-right:18px;
}
.owl-carousel-group ul
{
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    margin-bottom: 15px;
    min-width:415px;
    margin-left:-35px;
}
.owl-carousel-group li
{
    float: left;
    position: relative;
    width: 39%;
    overflow: hidden;
    margin-right:25px;
}
.search-autocomplete {
    display: none;
    margin-top: -13px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}
.search-product-items
{
    position: relative;
    min-width: 383px;
    background-color:#ffffff;
    z-index: 999;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    padding-left: 0px;
}
.search-product-items li
{
    list-style: none;
    height: auto;
    border-bottom: 1px solid #eee;
    z-index: 999;
    display: flow-root;
    padding: 5px;
    line-height: 14px;
}

.search-product-items li:hover
{
    background-color:rgba(204, 243, 114, 0.16);
}

.search-product-items .col-img
{
    width:17%;
    float:left;
}
.search-product-items .col-content
{
    
}
.search-product-items .col-all
{
    width:100%;
}
.search-product-items .view-all
{
    text-align:center;
    padding:5px;
}
.search-product-items .view-all a
{
    font-size:14px;
    color:#666666;
    font-weight: bold;
}
.search-product-items .view-all a:hover
{
    color:#ff0000;
}

.search-product-items img
{
    width: 50px;
    height: 60px;
    margin: 0px;
}

.search-product-items .title
{
    font-size:11px;
    color:#ff0000;
    font-weight: bold;
}

.search-product-items .title a
{
    line-height:17px !important;
}

.search-product-items .price
{
    font-size:12px;
    color:#666666;
    font-weight: bold;
    padding-top: 3px;
}

.search-product-items .price span
{
    font-size:12px;
    color:#809715;
    font-weight: bold;
    padding-top: 10px;
}

.search-product-items .cart
{
    font-size:14px;
    color:#666666;
    font-weight: bold;
    padding-top: 5px;
}

.search-product-items .abutton
{
    font-size:10px;
    color:#fff;
    font-weight: bold;
    padding: 5px 5px;
    background-color:#aa9292 !important;
}
@font-face {
    font-family: 'icomoon';
    src: url('/fonts/icomoon.eot?um7pii');
    font-display: fallback;
    src: url('/fonts/icomoon.eot?um7pii#iefix') format('embedded-opentype'), url('/fonts/icomoon.ttf?um7pii') format('truetype'), url('/fonts/icomoon.woff?um7pii') format('woff'), url('/fonts/icomoon.svg?um7pii#icomoon') format('svg');
    font-display: fallback;
    font-weight: 400;
    font-style: normal;
}