body {
    color: #666;
}

body ul,
body ol {
    margin-left: 15px;
}

body ul {
    padding: 0;
}

body img {
    display: block;
    max-width: 100%;
    height: auto;
}

body a:hover {
    color: #FC783E;
}

.hidden {
    display: none!important;
}

section#sp-main-body {
    padding: 30px 0;
}

.body-wrapper {
    background: #F2F3F7;
}

#sp-slider {
    background: #fff;
}

.body-innerwrapper {
    overflow-x: visible;
}

ul.menu,
.dropdown ul {
    list-style: none;
    margin: 0;
}

.padding015 {
    padding: 0 15px
}

.header-style1 .sticky-menu {
    position: fixed;
    background: #2f2f2f;
    z-index: 99;
    padding: 5px 0;
}
.additional-images {
  margin-top: 10px;
}
.fancybox-title-inside {
  display:none!important;
}
.header-style1 .header-bottom.sticky-menu .vertical_megamenu,
.header-style1 .header-bottom.sticky-menu .header-block {
    display: none;
}

.header-style1 .sticky-menu .top-header .onemall-logo {
    padding: 5px 0;
}

.header-style1 .sticky-menu .top-header .onemall-logo .logo-image {
    height: 40px;
}

.header-style1 .header-bottom.sticky-menu .top-header .onemall-logo,
.header-style1 .header-bottom.sticky-menu .search-cate,
.header-style1 .header-bottom.sticky-menu .header-right,
.header-style1 .header-bottom.sticky-menu .header-right-bar {
    display: block;
}

.header-top {
    min-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #fff;
}

.header-mid {
    padding: 31px 0;
    background-color: #434343;
}

.header-bottom {
    background-color: #2f2f2f;
    position: relative;
    z-index: 8;
}

.search-cate .icon-search {
    display: none;
}

.header-style1 .search-cate .sw_woo_search .top-form.top-search .topsearch-entry {
    padding-left: 4px;
    background-color: #eee;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.vm-img-desc {
  display: none;
}
.search-cate .top-form.top-search form {
    margin: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.topsearch-entry .input-group {
    display: block;
}

.search-cate .top-form.top-search .cat-wrapper {
    background-color: #fff;
    position: absolute;
    height: 40px;
    top: 0;
    left: 0px;
    right: auto;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #222;
    border-right: 1px solid #FC783E;
}

.header-mid .search-cate .top-form.top-search .cat-wrapper {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 40px;
    border-right: 1px solid #e1e1e1;
    background-color: #eee;
}

.search-cate .sw_woo_search .swsearch-wrapper .top-form.top-search .cat-wrapper {
    padding-left: 0;
}

.search-cate .top-form.top-search .cat-wrapper .label-search {
    display: block;
    margin-bottom: 0;
    color: #232f3e;
}

.header-mid .search-cate .top-form.top-search .cat-wrapper select {
    background-color: #eee;
    font-size: 13px;
}

.search-cate .top-form.top-search .cat-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0 !important;
    padding: 0px 5px 0 10px;
    height: 40px;
    width: 150px;
}

.header-mid .search-cate .top-form.top-search input {
    height: 40px;
    line-height: 40px;
}

.search-cate .top-form.top-search input {
    width: 100%;
    height: 40px;
    font-size: 13px;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 170px;
    border-radius: 20px;
}

.topsearch-entry ul.dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: -15px;
    padding: 0;
    min-width: 300px;
    text-align: left;
    border-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.topsearch-entry .input-group-btn {
    position: static;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

body input,
body textarea,
body button {
    outline: medium none !important;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 5px;
}

.search-cate .top-form.top-search button.form-button {
    height: 44px;
    line-height: 44px;
    width: 68px;
    margin: 0;
    border: 0;
    position: absolute;
    left: auto;
    right: -2px;
    top: -2px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #2d2d2d;
    cursor: pointer;
}

.header-mid .search-cate .top-form.top-search button.form-button {
    background-color: #FC783E;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    top: 0px;
    width: auto;
    text-transform: capitalize;
    display: inline-block;
    width: 45px;
    height: 40px;
    line-height: 40px;
}

.header-mid .search-cate .top-form.top-search button.form-button i {
    font-size: 16px;
    color: #fff;
}

.search-cate .top-form.top-search button.form-button:hover {
    background: none repeat scroll 0 0 #FC783E;
}

.header-style1 .search-cate .top-form.top-search button.form-button:hover {
    background-color: #999;
}

.header-style1 .search-cate .top-form.top-search button.form-button:hover i {
    color: #fff;
}

.top-form {
    position: relative;
}

.search-cate .top-form.top-search {
    min-width: 540px;
    z-index: 99;
}

.header-mid .search-cate .top-form.top-search {
    border: 0;
    border-radius: 4px;
}

.search-cate .top-form.top-search .cat-wrapper:before {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #232f3e;
    font-size: 14px;
    position: absolute;
    line-height: 1;
    top: 15px;
    right: 20px;
}

#lang_sel {
    position: relative;
}

#lang_sel>ul.nav {
    display: inline-block;
    list-style: none;
}

#lang_sel:after {
    content: '';
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 19px;
    right: -15px;
    display: inline-block;
}

#lang_sel>ul.nav>li {
    position: relative;
    padding: 14px 0 11px;
}

#lang_sel a,
#lang_sel a:visited {
    border: 0 none;
    padding: 0;
}

#lang_sel>ul.nav>li>a {
    background-color: transparent;
    color: #232323;
    font-size: 13px;
    font-weight: 300;
}

#lang_sel img.iclflag {
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#lang_sel a.lang_sel_sel:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    vertical-align: top;
    color: #fff;
    line-height: 18px;
}

.nav>li>a>img {
    max-width: none;
}

#lang_sel>ul.nav>li>ul {
    border: 1px solid #ddd;
    box-shadow: 4px 5px 1px rgba(30, 30, 30, 0.3);
    left: 0;
    top: 38px;
    z-index: 99999;
    position: absolute;
    background: #fff;
    width: 140px;
    padding: 10px 15px 10px 15px;
    display: none;
    margin: 0;
}

#lang_sel>ul.nav>li>ul:before {
    content: "";
    display: inline-block;
    background: transparent;
    height: 3px;
    width: 100%;
    position: absolute;
    top: -3px;
    right: 0;
}

#lang_sel>ul.nav>li>ul li {
    background: #fff;
    border-right: none;
    list-style: none;
}

#lang_sel>ul.nav>li>ul li a {
    font-size: 13px;
    font-weight: 300;
}

#lang_sel>ul.nav>li:hover>ul {
    display: block !important;
}

#lang_sel>ul.nav>li>ul li a {
    color: #464646;
    display: block;
    height: auto;
    line-height: 28px;
}

#lang_sel>ul.nav>li>ul li a:hover {
    color: #FC783E;
}

.currency_w {
    margin-bottom: 0;
}

.currency_w>li {
    position: relative;
    list-style: none;
    padding: 15px 0 11px;
}

.currency_w>li>a {
    display: block;
    color: #fff!important;
    padding: 0 0 0 13px;
    font-size: 12px;
    font-weight: 300;
}

.currency_w>li>a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    line-height: 16px;
    vertical-align: top;
}

.currency_w>li .currency_switcher {
    border: 1px solid #ffffff;
    box-shadow: 4px 5px 1px rgba(30, 30, 30, 0.3);
    left: 0px;
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    display: none;
    width: 75px;
    padding: 10px 20px;
    margin: 0;
    top: 38px;
}

.currency_w>li .currency_switcher:before {
    content: "";
    display: block;
    background: transparent;
    height: 3px;
    position: absolute;
    top: -3px;
    width: 100%;
}

.currency_w>li:hover .currency_switcher {
    display: block;
    z-index: 9999;
    height: auto;
}

.currency_w>li .currency_switcher li {
    width: 100%;
    margin: 0;
    line-height: 28px;
    list-style: none;
}

.currency_w>li .currency_switcher li a {
    background: none;
    border: 0px;
    border-radius: 0px;
    color: #464646;
    font-weight: 300;
    display: block;
    border-bottom: none;
}

.currency_w>li .currency_switcher li a:hover {
    color: #FC783E;
}

.header-top .widget_nav_menu ul.menu>li>a.fa:before {
    margin-right: 5px;
    color: #232323;
    font-size: 13px;
}

.header-top .widget_nav_menu {
    position: relative;
    padding: 9px 0;
}

.header-top .widget_nav_menu ul.menu {
    margin: 0;
}

.header-top .widget_nav_menu ul.menu>li {
    float: left;
    border: none;
}

.header-top .widget_nav_menu ul.menu>li>a {
    padding: 5px 25px;
    border: none;
    display: block;
    position: relative;
}

.header-top .widget_nav_menu ul.menu>li>a>span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #232323;
}

.header-top .widget_nav_menu ul.menu>li>a:hover {
    opacity: 0.8;
}

.header-top .widget_nav_menu ul.menu>li>a:after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    top: 9px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.3);
}

.header-top .widget_nav_menu ul.menu>li:last-child>a {
    padding-right: 0;
}

.header-top .widget_nav_menu ul.menu>li:last-child>a:after {
    display: none;
}

.top-form.top-form-minicart {
    cursor: pointer;
    position: relative;
    background-color: #fd7d26;
    border-radius: 3px;
}

.top-form.top-form-minicart .top-minicart-icon {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.top-form.top-form-minicart .top-minicart-icon .cart-contents {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/images/icon-cart-ly1.png) no-repeat center center #e2bd04;
    border-radius: 2px;
    float: left;
    text-transform: capitalize;
    color: #434242;
}

.top-form.top-form-minicart .top-minicart-icon .cart-right {
    text-align: center;
    float: left;
}

.top-form.top-form-minicart .top-minicart-icon .cart-right h3 {
    font-size: 12px;
    font-weight: 700;
    color: #434242;
    text-transform: uppercase;
    padding: 5px 20px 0;
    margin: 0;
    white-space: nowrap;
}

.top-form.top-form-minicart .top-minicart-icon .cart-right p {
    display: inline-block;
    color: #434242;
    margin: 0;
}

.top-form .wrapp-minicart {
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: transform .3s ease;
    background: none repeat scroll 0 0 #fff;
    position: absolute;
    right: 0;
    left: auto;
    top: 58px;
    width: 318px;
    z-index: 99999;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    text-align: left;
}

.top-form .wrapp-minicart:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%;
}

.top-form:hover .wrapp-minicart {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.top-form .wrapp-minicart .minicart-padding .number-item {
    padding: 25px 20px 0;
    font-size: 13px;
    color: #7d7d7d;
}

.top-form .wrapp-minicart .minicart-padding .number-item .item {
    color: #FC783E;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
    background: #fff;
    max-height: 345px;
    overflow: auto;
    padding: 0px 15px 0px 20px;
    margin-left: 0;
}

.top-form .wrapp-minicart .cart-checkout {
    line-height: normal;
    border-top: 1px solid #ebebeb;
}

.top-form .wrapp-minicart .cart-checkout .price-total {
    line-height: 41px;
    padding: 0 25px;
}

.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    text-transform: capitalize;
}

.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w {
    float: right;
}

.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price {
    font-weight: 700;
    font-size: 16px;
    color: #FC783E;
}

.top-form .wrapp-minicart .cart-checkout .cart-links {
    padding: 10px 22px 25px;
    overflow: hidden;
    width: 100%;
}

.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
    width: 100%;
    line-height: 1.4;
}

.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link {
    text-align: center;
}

.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,
#fancybox-content a.continue_link,
#fancybox-content a.showcart {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    height: 35px;
    border-radius: 17px;
    border: 0;
    padding: 0 32px;
    background-color: #ccc;
    display: inline-block;
    text-transform: capitalize;
}

#fancybox-content a.continue_link {
    margin-right: 5px;
}

#fancybox-content a.showcart {
    margin-left: 5px;
}

.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,
#fancybox-content a.continue_link:hover,
#fancybox-content a.showcart:hover {
    color: #fff;
    background-color: #FC783E;
}

#fancybox-outer {
    max-width: 50%;
}

#fancybox-content {
    max-width: 100%;
}

#fancybox-content h4 {
    font-size: 16px;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:last-child {
    border-bottom: 1px #fcfcfc;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
    list-style: none;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
    border: 0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li:first-child {
    padding-top: 25px;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
    display: inline-block;
    width: 80px;
    background: #fff;
    border: 1px #fcfcfc;
    float: left;
    margin-right: 20px;
    position: relative;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item {
    overflow: hidden;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
    margin: 0;
    padding-right: 20px;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 300;
    display: inline-block;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price {
    float: left;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price {
    display: inline-block;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    padding: 10px 0px;
    display: inline-block;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: #717171;
    font-size: 15px;
    border: 0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
    position: absolute;
    top: 15px;
    right: 0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove {
    display: block;
    margin: 7px 0;
    color: #464646;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit {
    display: block;
    margin: 7px 0;
    color: #464646;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a:hover,
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action a.btn-remove:hover,
.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action .btn-edit:hover {
    color: #FC783E;
}

.block-service-home1 {
    box-shadow: 0 0 3px #999;
    background-color: #fff;
}

.block-service-home1 .wrap-content {
    overflow: hidden;
}

.block-service-home1 .wrap-content .item {
    float: left;
    width: 25%;
    border-bottom: 3px solid transparent;
    text-align: center;
    cursor: pointer;
}

.block-service-home1 .wrap-content .item:hover {
    background-color: #f7f8fa;
    border-bottom: 3px solid #FC783E;
}

.block-service-home1 .wrap-content .item .item-inner {
    display: inline-block;
    overflow: hidden;
}

.block-service-home1 .wrap-content .item .item-inner a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 28px 0 22px;
}

.block-service-home1 .wrap-content .item.free-ship .icon {
    background: url(/images/free-ship.png) no-repeat center center;
    width: 53px;
    height: 36px;
}

.block-service-home1 .wrap-content .item.money .icon {
    background: url(/images/money.png) no-repeat center center;
    width: 27px;
    height: 36px;
}

.block-service-home1 .wrap-content .item.price .icon {
    background: url(/images/price.png) no-repeat center center;
    width: 34px;
    height: 36px;
}

.block-service-home1 .wrap-content .item.support .icon {
    background: url(/images/support.png) no-repeat center center;
    width: 34px;
    height: 36px;
}

.block-service-home1 .wrap-content .item h4 {
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 0 15px;
    padding: 12px 0 8px;
    display: inline-block;
}

.tag-homepage1 {
    text-align: center;
    margin-bottom: 0;
    padding: 11px 0;
}

.tag-homepage1 .widget_tag_cloud {
    display: inline-block;
    overflow: hidden;
}

.tag-homepage1 .widget_tag_cloud .widgettitle {
    font-size: 12px;
    color: #222;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 16px;
    font-weight: 300;
}

.tag-homepage1 .widget_tag_cloud .tagcloud {
    float: left;
    line-height: 16px;
}

.tag-homepage1 .widget_tag_cloud .tagcloud>a {
    font-size: 12px !important;
    color: #666;
    text-transform: capitalize;
    position: relative;
}

.tag-homepage1 .widget_tag_cloud .tagcloud>a:hover {
    color: #FC783E;
}

.tag-homepage1 .widget_tag_cloud .tagcloud>a:after {
    content: ',';
    margin-left: 3px;
}

.tag-homepage1 .widget_tag_cloud .tagcloud>a:last-child:after {
    display: none;
}

.header-style1 .header-bottom .top-header .onemall-logo,
.header-style1 .header-bottom .search-cate,
.header-style1 .header-bottom .header-right,
.header-style1 .header-bottom .header-right-bar {
    display: none;
}

.mega-left-title {
    background: #2d2d2d;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    cursor: pointer;
}

.header-style1 .mega-left-title {
    line-height: 45px;
    height: 45px;
    background-color: #fd7d26;
    position: relative;
    padding: 0 20px;
}

.mega-left-title:before {
    content: '\f00b';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 10px;
    color: #434242;
    font-size: 16px;
}

.mega-left-title strong {
    color: #434242;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.mega-left-title:after {
    position: absolute;
    right: 20px;
    top: 15px;
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/images/bg_general.png) no-repeat -20px -1558px;
}

.header-style1 .mega-left-title:after {
    width: 15px;
    height: 15px;
    background: url(/images/icon-up.png) no-repeat center center;
}

.vertical_megamenu .mega-left-title:after {
    transform: rotate(180deg);
}

.vertical_megamenu.close-item .mega-left-title:after {
    transform: rotate(0);
}

.vertical_megamenu-header .wpb_content_element {
    margin: 0;
}

.resmenu-container .navbar-toggle {
    display: none;
    float: left;
    background-color: transparent;
    border-color: transparent;
}

.resmenu-container .menu-responsive-wrapper {
    position: absolute;
    top: 55px;
    padding: 0;
    min-width: 300px;
    background: #464646;
    z-index: 999;
}

.collapse {
    display: none;
}

.wrapper_vertical_menu {
    position: absolute;
    min-width: 270px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 9;
    visibility: visibility;
    display: none;
}

.wrapper_vertical_menu.close-item {
    display: block;
}

.wrapper_vertical_menu .vertical-megamenu {
    position: relative;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    border-top: 0;
    z-index: 9;
}

.wrapper_vertical_menu .vertical-megamenu>li.onemall-mega-menu {
    position: static;
}

.wrapper_vertical_menu .vertical-megamenu>li {
    padding: 0 15px;
    background: none;
    border: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.header-style1 .wrapper_vertical_menu .vertical-megamenu {
    display: block;
    background-color: #fff;
    border: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #ebebeb;
}

.wrapper_vertical_menu .vertical-megamenu>li>a {
    font-size: 14px;
    padding: 0 20px 0 35px;
    line-height: 46px;
    font-weight: 400;
    color: #666;
    display: block;
    position: relative;
}

.wrapper_vertical_menu .vertical-megamenu>li>a:hover {
    color: #FC783E;
    background-color: transparent;
}

.wrapper_vertical_menu .vertical-megamenu>li:hover>a {
    color: #FC783E;
}

.wrapper_vertical_menu .vertical-megamenu>li>a .have-title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.wrapper_vertical_menu .vertical-megamenu>li:hover>a .have-title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 15px;
}

.wrapper_vertical_menu .vertical-megamenu>li.onemall-menu-img>a span.menu-img {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 11px;
    display: inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li.dropdown>a:after {
    content: '\f0da';
    font-family: fontawesome;
    font-size: 14px;
    color: #7d7d7d;
    position: absolute;
    right: 0px;
    top: 0;
}

.wrapper_vertical_menu .vertical-megamenu>li:last-child {
    border-bottom: 0;
}

.wrapper_vertical_menu .vertical-megamenu>li.showMore a.open-more-cat {
    background: url(/images/categories/icon-more.png) no-repeat center left;
}

.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 0;
    min-width: 230px;
    padding: 0;
    border: 0;
}

.wrapper_vertical_menu .vertical-megamenu>li:hover>.dropdown-menu {
    display: block;
}

.wrapper_vertical_menu .vertical-megamenu>li:hover>.dropdown-menu.row {
    display: flex;
    flex-wrap: wrap;
    cursor: default;
}

.wrapper_vertical_menu .vertical-megamenu>li.onemall-mega-menu>.dropdown-menu.row {
    min-width: 901px;
}

.wrapper_vertical_menu .vertical-megamenu>li.onemall-mega-menu>.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 12px 15px;
    box-shadow: none;
    border: 1px solid #ebebeb;
    background: #fff;
}

.menu-home.onemall-mega-menu>a span.menu-img {
    position: absolute;
    right: 5px;
    top: -8px;
}

.menu_item.item-header a.item-link {
    line-height: 32px;
    display: block;
    font-size: 13px;
    color: #666;
}

.menu_item.item-header a.onemall-bold {
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    margin-top: 15px;
}

.menu_item.item-header a.onemall-bold:hover {
    color: #333;
}

.sticky-menu .menu-home.onemall-mega-menu>a span.menu-img,
#sp-bottom ul.menu img {
    display: none;
}

.nav-pills {
    display: inline-block;
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.nav-pills>li.dropdown .dropdown-menu {
    text-align: left;
    display: block;
    visibility: hidden;
    top: 125%;
    padding: 15px 0;
    border: none;
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.nav-pills>li.dropdown>.dropdown-menu.visible {
    visibility: visible;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-pills>li {
    float: none;
    display: inline-block;
    position: relative;
}

.header-style1 .nav-pills>li>a {
    padding: 12px 35px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.header-style1 .nav-pills>li>a:hover,
.header-style1 .nav-pills>li>a:focus {
    background-color: transparent;
}

.header-style1 .nav-pills>li>a:hover,
.header-style1 .nav-pills>li.active>a {
    color: #fd7d26;
}

.nav-pills.nav-mega .onemall-mega-menu .dropdown-menu {
    min-width: 300px;
    padding: 0 0 15px 0;
    width: 100%;
    visibility: hidden;
    border-radius: 0;
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.nav-pills.nav-mega>li.dropdown.onemall-mega-menu .dropdown-menu {
    text-align: left;
    /* display: block; */
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 0px 5px #999;
}

.nav-pills.nav-mega .onemall-mega-menu .dropdown-menu>li {
    list-style: none;
}

.nav-pills .dropdown-menu li>a {
    position: relative;
    text-transform: capitalize;
    display: block;
    padding: 0;
    color: #7d7d7d;
    margin-top: 0;
    font-size: 13px;
}

.nav-pills .dropdown-menu li>a:hover {
    color: #FC783E;
}

.nav-pills.nav-mega .onemall-mega-menu .dropdown-menu.visible {
    visibility: visible;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.menu,
.dropdown ul {
    list-style: none;
    margin: 0;
}

.header-style1 .header-bottom.sticky-menu .nav-pills>li>a {
    padding: 15px 25px;
}

.header-style1 .header-bottom.sticky-menu .top-form.top-form-minicart {
    margin-left: 0;
}

.header-style1 .sticky-menu .top-header .onemall-logo .logo-image {
    margin-left: 15px;
}

.sp-copyright {
    padding: 0;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

#sp-footer #sp-footer2 img {
    margin: 0 0 0 auto;
}

#sp-bottom {
    padding-top: 55px;
    background-color: #fff;
}

#sp-bottom .sp-module .sp-module-title {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

#sp-bottom #sp-bottom1 ul {
    overflow: hidden;
    margin: -8px 0 0;
    color: #666;
    font-size: 12px;
}

#sp-bottom #sp-bottom1 ul>li {
    list-style: none;
    overflow: hidden;
    line-height: 20px;
    margin-top: 15px;
}

#sp-bottom #sp-bottom1 ul>li .fa {
    width: 32px;
    height: 32px;
    background-color: #9d9d9d;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    float: left;
    border-radius: 2px;
}

#sp-bottom #sp-bottom1 ul>li span {
    display: block;
    overflow: hidden;
    line-height: 1;
    font-weight: 400;
}

#sp-bottom #sp-bottom1 ul>li a {
    font-size: 14px;
    color: #666;
    display: inline;
    font-weight: 500;
    line-height: 1;
}

#sp-bottom #sp-bottom1 ul>li a:hover {
    color: #666;
}

#sp-bottom ul.menu>li>a {
    font-size: 13px;
    color: #666;
    position: relative;
    text-transform: capitalize;
    padding: 5px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

#sp-bottom ul.menu>li>a:hover {
    color: #FC783E;
    padding-left: 20px;
}

#sp-bottom ul.menu>li>a:before {
    content: '';
    width: 13px;
    height: 1px;
    background-color: #FC783E;
    position: absolute;
    left: 0;
    top: 14px;
    opacity: 0;
}

#sp-bottom ul.menu>li>a:hover:before {
    opacity: 1;
}

section#sp-newsletter {
    text-align: center;
    background-color: #fff;
    padding: 50px 0 5px;
    border-bottom: 1px solid #e6e7eb;
    border-top: 1px solid #dcdde1;
}

#sp-newsletter .acym_module {
    padding-left: 100px;
    background-image: url(/images/bg-newsletter.png);
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
    margin-bottom: 35px;
}

#sp-newsletter .acym_introtext {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

#sp-newsletter .acym_module_form input.cell {
    height: 40px;
    min-width: 640px;
    border-radius: 3px;
    border: 1px solid #dcdcde;
    float: left;
    margin-right: -25px;
    cursor: unset;
    font-weight: 300;
    font-size: 14px;
}

#sp-newsletter .acym_module_form input.subbutton {
    font-size: 12px;
    color: #fff;
    background-color: #222;
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border: 0;
    font-weight: 300;
}

#sp-newsletter .acym_module_form input.subbutton:focus {
    box-shadow: none;
}

#sp-newsletter .acym_module_form input.subbutton:hover {
    background-color: #FC783E;
}

.rt-row.rt-logo-showcase {
    background-color: #fff;
    padding: 0;
    margin: 30px 0;
    border: 1px solid #dcdde1;
    position: relative;
}

.banners_list .banners_list__item:hover>img {
    opacity: .75;
    filter: alpha(opacity=75);
}

#sp-position8 {
    margin-top: 30px;
}

.sp-module.responsive-slider {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #dcdde1;
    position: relative;
}

.sp-module.responsive-slider .sp-module-title {
    font-size: 20px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.sp-module.responsive-slider .item-detail {
    margin: 0 15px;
}

.sp-module.responsive-slider .item-detail .img_over {
    position: relative;
    margin-bottom: 10px;
}

.sp-module.responsive-slider .item-detail .img_over a {
    display: block;
    position: relative;
}

.sp-module.responsive-slider .item-detail .img_over a:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.sp-module.responsive-slider .item-detail .img_over a:hover:before {
    opacity: 1;
}

.sp-module.responsive-slider .item-detail .img_over img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}

.sp-module.responsive-slider .item-detail .entry-content .item-meta {
    display: inline-block;
    width: 50px;
    background-color: #FC783E;
    color: #fff;
    float: left;
    text-align: center;
    padding: 7px 0;
    margin-right: 10px;
}

.sp-module.responsive-slider .item-detail .entry-content .item-meta .days {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.sp-module.responsive-slider .item-detail .entry-content .item-meta .months {
    font-size: 10px;
    text-transform: uppercase;
}

.sp-module.responsive-slider .item-detail .entry-content h4 {
    margin: 10px 0;
    text-align: left;
}

.sp-module.responsive-slider .item-detail .entry-content h4 a {
    color: #222!important;
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 24px;
}

.sp-module.responsive-slider .item-detail .entry-content h4 a:focus {
    outline: none;
}

.sp-module.responsive-slider .item-detail .entry-content h4 a:hover {
    color: #FC783E!important;
}

.sp-module.responsive-slider .owl-prev,
.sp-module.responsive-slider .owl-next {
    display: inline-block;
    height: 80px;
    width: 45px;
    border: 1px solid #dedfe3;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    color: #646464;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    font-size: 0;
}

.sp-module.responsive-slider .owl-prev {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
}

.sp-module.responsive-slider .owl-next {
    right: 0;
    border-right: 0;
    border-top-right-radius: 0;
}

.sp-module.responsive-slider .owl-prev:before,
.sp-module.responsive-slider .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 80px;
    color: #646464;
}

.sp-module.responsive-slider .owl-prev:hover:before,
.sp-module.responsive-slider .owl-next:hover:before {
    color: #FC783E;
}

.sp-module.responsive-slider .owl-prev:before {
    content: '\f104';
}

.sp-module.responsive-slider .owl-next:before {
    content: '\f105';
}

.sp-module.responsive-slider .owl-prev:hover,
.sp-module.responsive-slider .owl-prev:focus,
.sp-module.responsive-slider .owl-next:hover,
.sp-module.responsive-slider .owl-next:focus {
    outline: none;
    opacity: .75;
}

#sp-main-body .container>.container-inner,
#sp-slider .container>.container-inner {
    max-width: 1170px;
    margin: 0 auto;
}

.sp-module.home_actions {
    margin-bottom: 30px;
}

section#sp-breadcrumb {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

div#sp-breadcrumb {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: transparent;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
}

.breadcrumb>li {
    color: #fefefe;
    font-weight: 400;
    display: inline-block;
}

.breadcrumb>li.breadcrumb-item.active {
    color: #333;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #333;
    text-decoration: underline;
}

.breadcrumb>.breadcrumb-item+.breadcrumb-item::before {
    color: #333;
    content: '\203A';
}

#sp-left .sp-module ul>li,
#sp-right .sp-module ul>li {
    padding: 9px 0;
    border-bottom: 1px dotted #ddd;
}

#sp-left .sp-module ul>li>a,
#sp-right .sp-module ul>li>a {
    color: #464646;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

#sp-left .sp-module ul>li>a:hover,
#sp-right .sp-module ul>li>a:hover {
    color: #FC783E;
    text-decoration: none;
}

.article-details {
    font-weight: 400;
    line-height: 22px;
    padding: 15px 0;
}

.entry-date,
.tag {
    float: left;
    margin-right: 20px;
    color: #999;
}

.tag a {
    color: #999;
}

.tag a:after {
    content: ', ';
}

.tag a:last-child:after {
    display: none;
}

.blog-content.blog-content-default .post {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.blog-content.blog-content-default .post .entry {
    border-radius: 3px;
    background-color: #fff;
}

.blog-content.blog-content-default .post .entry .entry-thumb {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.blog-content.blog-content-default .post .entry .entry-thumb img {
    width: 100%;
}

.blog-content.blog-content-default .post .entry .entry-content .content-top {
    padding: 25px 30px 25px;
}

.blog-content .post .entry .entry-content .content-top .entry-title {
    margin-bottom: 5px;
}

.blog-content .post .entry .entry-content .content-top .entry-title h4 {
    margin-bottom: 5px;
}

.blog-content .post .entry .entry-content .content-top .entry-title h4 a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #464646;
}

.blog-content .post .entry .entry-content .content-top .entry-title h4 a:hover {
    color: #FC783E;
}

.blog-content .post .entry .entry-content .content-top .entry-summary,
.blog-content .post .entry .entry-content .content-top .entry-summary p {
    line-height: 20px;
    color: #666;
    font-weight: 400;
}

.blog-content .post .entry .entry-content .content-top .entry-summary p:last-child {
    margin-bottom: 0;
}

div.vm-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: flex-end;
}

div.pagination {
    justify-content: flex-end;
    margin: 0 15px;
}

.pagination ul li,
.vm-pagination ul li {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    background-color: #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-right: 5px;
}

.pagination ul li:last-child,
.vm-pagination ul li:last-child {
    margin-right: 0;
}

.pagination ul li:hover,
.vm-pagination ul li:hover {
    background-color: #FC783E;
}

.pagination ul li a,
.pagination ul li span,
.vm-pagination ul li a,
.vm-pagination ul li span {
    display: block;
    min-width: 25px;
    line-height: 24px;
    height: 25px;
    border: 1px #ddd solid;
    color: #000;
}

.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li.active span,
.vm-pagination ul li a:hover,
.vm-pagination ul li.active a,
.vm-pagination ul li.active span {
    color: #fff!important;
    background-color: #FC783E;
    border: 1px #FC783E solid;
}

.sp-showcase {
    margin: 0 -15px;
}

.sp-showcase.rt-logo-showcase .slick-prev {
    left: -10px;
}

.sp-showcase.rt-logo-showcase .slick-next {
    right: -10px;
}

ul.servies {
    cursor: pointer;
    background: #f5f5f5;
}

ul.servies li:first-child {
    padding-top: 0;
}

ul.servies li {
    padding: 15px 20px!important;
    border-bottom: 1px dotted #ddd;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex!important;
    -ms-align-items: center;
    align-items: center;
    font-weight: 400;
    color: #666;
    line-height: 1.3;
}

ul.servies li:hover {
    background: #FC783E;
    color: #fff;
}

ul.servies li:last-child {
    border: 0;
}

ul.servies li i.fa {
    float: left;
    font-size: 26px;
    margin-right: 22px;
}

.page-title {
    font-weight: 700 !important;
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.products-loop {
    padding: 0 10px;
}

.products-loop li {
    list-style: none;
}

.browse-view .products-loop>li {
    margin-bottom: 10px;
}

.browse-view .products-loop.grid>li .item-wrap {
    border: 0;
    margin: 0 -10px;
}

.item .item-wrap .item-detail {
    position: relative;
    overflow: hidden;
    border: 1px #ddd solid;
    padding: 15px 15px;
    background-color: #fff;
}

.item .item-wrap .item-detail .products-thumb {
    position: relative;
    text-align: center;
}

.browse-view .products-loop.grid>li .item-wrap .item-detail .products-thumb img {
    display: inline-block;
}

.item .item-wrap .item-detail .products-thumb img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}

.item .item-wrap .item-detail .products-thumb a.fancybox {
    text-align: center;
    color: #fff;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0;
    background-color: #FC783E;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    opacity: 0;
    min-width: 35px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 50%;
    margin-left: -17px;
}

.item .item-wrap .item-detail .products-thumb a.fancybox:before {
    font-family: fontawesome;
    font-size: 12px;
    content: '\f06e';
}

.item .item-wrap:hover .item-detail .products-thumb a.fancybox {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}

.item .item-wrap .item-detail .item-content {
    text-align: center;
}

.browse-view .products-loop.grid>li .item-wrap .item-detail .item-content {
    padding-top: 10px;
}

.item .item-wrap .item-detail .item-content a {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    color: #222;
    font-weight: 400;
}

.item .item-wrap .item-detail .item-content a:hover {
    color: #FC783E;
}

.item-price {
    font-size: 24px;
    color: #f83a3a;
    overflow: hidden;
    font-weight: 700;
    display: block;
}

.item-price span.vm-price-desc {
    display: none;
}

.browse-view .products-loop.grid>li .item-wrap .item-detail .item-content .item-description {
    display: none;
}

.item .item-wrap:hover {
    box-shadow: 1px 1px 1px 0px #ccc;
}

.item .item-wrap .item-detail .item-content .item-bottom {
    margin-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
}

.item .item-wrap:hover .item-detail .item-bottom {
    margin-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
}

.item a.item-to-cart,
button.item-to-cart {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
}

.item a.item-to-cart:before,
button.item-to-cart:before {
    position: absolute;
    content: "";
    display: block;
    background: url(/images/btn-cart.png) no-repeat;
    height: 28px;
    width: 30px;
    left: 0;
    top: 0;
    background-position: -28px center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item a.item-to-cart,
button.item-to-cart {
    vertical-align: top;
    height: 30px;
    line-height: 30px!important;
    border: 1px #ddd solid;
    padding: 0 15px 0 30px;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    color: #666!important;
    font-weight: 400;
    border-radius: 0;
    margin: 0;
}

.item .item-wrap:hover a.item-to-cart,
.item .item-wrap:hover button.item-to-cart,
button.item-to-cart:hover {
    background-color: #FC783E;
    color: #fff!important;
    border: 1px #FC783E solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .item-wrap .item-to-cart:hover:before,
.item .item-wrap:hover .item-to-cart:before,
.item-to-cart:hover:before {
    background-position: 3px center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .item-wrap:hover .item-detail .item-bottom a.ajax_add_to_cart,
.item .item-wrap:hover .item-detail .item-bottom .add_to_cart_button,
.item .item-wrap:hover .item-detail .item-bottom .product_type_external,
.item .item-wrap:hover .item-detail .item-bottom .product_type_variable,
.item .item-wrap:hover .item-detail .item-bottom .product_type_grouped {
    background: #FC783E;
    color: #fff;
    border: 1px #FC783E solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
    background-color: #FC783E;
    color: #fff;
    border: 1px #FC783E solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .item-wrap .item-detail .item-content .item-bottom a.ajax_add_to_cart:hover,
.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_external:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_variable:hover,
.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped:hover {
    background-color: #FC783E;
    color: #fff;
    border: 1px #FC783E solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover {
    min-width: 30px;
    border: 1px solid #FC783E;
    color: #FC783E;
    font-size: 0;
    padding: 0;
}

#cf_wrapper_inner_price_132 {
    background: #eee;
    padding: 0 20px 10px 20px;
    overflow: hidden;
}

input#cf_smartSearch_virtuemart_category_id_132 {
    border-radius: 0;
    font-size: 12px;
    height: 25px;
}

#sp-left .sp-module ul.cf_filters_list li,
#sp-right .sp-module ul.cf_filters_list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
}

.price_label {
    float: right;
    text-align: right;
    font-size: 11px;
    font-weight: 400;
    color: #666;
    display: block;
    line-height: 30px;
    margin-left: 5px;
}

div.star,
div.stars {
    background: url(/images/star.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 13px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 65px;
    display: inline-block;
    vertical-align: top;
}

.orderby-displaynumber {
    margin: 6px 0;
    padding: 10px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    vertical-align: top;
    width: 100%;
    margin-bottom: 15px;
    border: 1px #ddd solid;
    border-width: 1px 0;
}

.orderby-displaynumber select.inputbox {
    height: 30px!important;
    padding: 0 0 0 15px;
    font-size: 14px;
    border-radius: 0;
}

.orderby-sort-name>span {
    float: left;
    line-height: 27px;
    margin-right: 15px;
    color: #666;
    font-size: 13px;
    font-weight: 400;
}

.order-dropdown {
    margin: 0;
    background-color: #fff;
    list-style-type: none;
    min-width: 105px;
    list-style: none;
}

.order-dropdown>li {
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.order-dropdown>li .current-li {
    line-height: 27px;
    display: block;
    border: 1px solid #ddd;
}

.order-dropdown>li .current-li a {
    display: block;
    text-indent: 15px;
    position: relative;
    padding-right: 35px;
    color: #666;
}

.order-dropdown>li .current-li>a:hover {
    color: #FC783E;
}

.order-dropdown>li .current-li a:after {
    font-family: fontawesome;
    content: "\f0d7";
    color: #666;
    font-size: 14px;
    width: 35px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    text-indent: initial;
}

.order-dropdown>li>ul {
    position: absolute;
    background-color: #fff;
    margin-left: 0;
    left: 0;
    top: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    list-style-type: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.order-dropdown>li:hover>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.order-dropdown>li>ul>li {
    line-height: 25px;
    text-indent: 10px;
}

.order-dropdown>li>ul>li a {
    display: block;
    color: #666;
}

.order-dropdown>li>ul>li a:hover {
    color: #FC783E;
}

.sort-count {
    min-width: 60px;
}

.show-product {
    line-height: 27px;
    margin: 0 15px;
}

.browse-view {
    margin-top: 30px;
}

.product_detail {
    background-color: #fff;
    padding: 15px;
    border-radius: 3px;
    font-weight: 400;
    margin-top: 30px;
}

.product_detail .slider_img_productd {
    position: relative;
    z-index: 1;
}

.product_detail .slider_img_productd {
    margin-bottom: 0;
}

.product_detail .slider_img_productd .product-images .product-images-container .slick-slider.product-responsive {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 2px;
}

.product_detail .product_title {
    font-size: 20px;
    color: #444;
    /* margin-bottom: 20px; */
    font-weight: 600;
}

.product_detail .reviews-content {
    margin-bottom: 10px;
    display: inline-block;
}

.product_detail .reviews-content .star {
    margin-top: 3px;
    width: 65px;
}

.product_detail .product-stock {
    margin: 0 0 10px 0;
    color: #5ac18e;
    float: right;
}

.product_detail .product-stock .availability {
    color: #666;
    margin-right: 10px;
}

.product_detail .price {
    position: relative;
}

div.product .price span.PricesalesPrice {
    font-size: 24px;
    font-weight: 500;
    color: #f00;
}

div.product .price span.vm-price-desc {
    font-size: 16px;
    margin-right: 5px;
    color: #333;
}

.product_detail .description {
    clear: both;
    margin: 30px 0;
}

.product_detail .description h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.product_detail .description p {
    line-height: 22px;
}

.product_center-box {
    width: 50%;
}

.product_left-box,
.product_right-box {
    width: 25%;
}

.product_first-box {
    width: 60%;
    overflow: hidden;
}

.product_second-box {
    width: 40%;
}

.product_detail .main-image {
    position: relative;
    text-align: center;
}

.product_detail .main-image img {
    max-height: 400px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}

.product-unit-title {
    color: #222;
    font-weight: 600;
    font-size: 16px;
    height: 34px;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px #ddd solid;
}

.product-unit-title:before {
    position: absolute;
    content: "";
    width: 104px;
    height: 1px;
    bottom: -1px;
    left: 0;
    background: #FC783E;
}

.product-author {
    margin-bottom: 10px;
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    /*box-shadow: 3px 4px 1px rgba(30,30,30,0.1);*/
    background: #f5f5f5;
}

.product-author .author-bg {
    margin: 0 -1px;
    padding: 10px 10px 52px;
    box-sizing: border-box;
    position: relative;
    background: url(/images/2f97010710a6dd4d4b607e490b0f6d2848.png) 50% 0 no-repeat;
}

.product-author .author-info {
    padding: 15px;
    text-align: center;
}

.product-author .author-info a {
    display: inline-block;
}

.product-author .author-address {
    padding: 10px 15px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-author .author-address:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    content: '';
}

.author-address .location-pin {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    margin: 2px 7px 0 0;
    display: inline-block;
    background-image: url(/images/location-pin.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
}

.author-address address {
    width: 170px;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
}

.product-contacts {
    margin-left: 0;
}

.contact__item {
    list-style: none;
    padding: 0 15px 5px 15px;
    margin-bottom: 5px;
    position: relative;
}

.contact__item-key {
    font-size: 12px;
    margin-right: 5px;
    color: #999;
    text-transform: lowercase;
    line-height: 1.4;
    margin-bottom: 5px;
}

.contact__item-value {
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 100%;
}

.contact__item:after {
    content: '';
    border-bottom: 1px #ddd dotted;
    position: absolute;
    bottom: -1px;
    left: 15px;
    height: 1px;
    right: 15px;
}

.contact__item:last-child:after {
    display: none;
}

.author-footer {
    padding: 0 15px 10px 15px;
}

.author-offers {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid #FC783E;
    font-size: 14px;
    text-align: center;
    padding: 6px 15px;
    text-decoration: none;
    margin: 0 0 5px 0;
}

.author-offers:hover {
    background-color: #FC783E;
    color: #fff;
}

.product_detail .addtocart-button>input {
    background-color: #FC783E;
    color: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid #FC783E;
    font-size: 14px;
    text-align: center;
    padding: 6px 15px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

.product_detail .addtocart-button>input:hover,
.product_detail .addtocart-button>input:active,
.product_detail .addtocart-button>input:focus {
    opacity: 0.9;
    color: #fff;
}

.product-buy_oneclick {
    color: #FC783E;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    padding: 6px 15px;
    text-decoration: none;
    margin: 0 0 5px 0;
}

.product-buy_oneclick:hover {
    text-decoration: underline;
}

.author__image {
    width: 80px;
    height: 80px;
    border: 3px solid #F5F5F5;
    border-radius: 50%;
    box-sizing: border-box;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.author__image img {
    width: 32px;
    height: 32px;
}

.category-view .category {
    margin-bottom: 30px;
    padding: 15px;
}

.category-view .category img {
    max-height: 150px;
    margin-bottom: 10px;
}

.category-view .category a {
    margin-top: 0;
    margin-bottom: 8px;
    color: #023f88;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
}

.category-view .category a:hover,
.category-view .category a:active .category-view .category a:focus {
    color: #023f88;
    text-decoration: underline;
}

.other_ulinks a.list-group-item {
    padding: 5px 0;
    border: none;
    font-weight: 400;
    text-align: center;
}

.other_ulinks a.list-group-item:hover,
.other_ulinks a.list-group-item:active,
.other_ulinks a.list-group-item:focus {
    text-decoration: underline;
}

.alert {
    border-radius: 2px;
}

.alert.alert-notice {
    background-color: #eee;
}

.responsive-slider {
    background-color: #fff;
    margin-top: 30px;
}

.container-slider-theme1 {
    position: relative;
    border: 1px solid #dcdde1;
}

.container-slider-theme1 .box-slider-title {
    position: absolute;
    top: 50px;
    left: 35px;
    max-width: 175px;
}

.container-slider-theme1 .box-slider-title h3 {
    font-size: 22px;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 28px;
}

.resp-slider-container {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-height: 375px;
}

.resp-slider-container .sp-showcase {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.resp-slider-container .sp-showcase.rt-logo-showcase .slick-prev {
    left: 0;
}

.resp-slider-container .sp-showcase.rt-logo-showcase .slick-next {
    right: 0;
}

.resp-slider-container .image-slide {
    max-width: 250px;
    min-width: 250px;
    height: 375px;
}

.product,
.item-wrap {
    outline: none!important;
}

.resp-slider-container .image-slide img {
    margin-bottom: 0;
    display: block;
}

.resp-slider-container .noimage-slide {
    height: 375px;
    background-image: radial-gradient(#434343, #2f2f2f);
}

.resp-slider-container .noimage-slide:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-image: url(/images/logo-laminat.webp);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 50px;
}

.size-full {
    width: 100%;
    height: auto;
}

.item .item-wrap .item-detail .products-thumb {
    position: relative;
    text-align: center;
}

.container-slider-theme1 .resp-slider-container .item .item-wrap .item-detail {
    border: 0;
    padding: 12px 15px 10px;
}

.container-slider-theme1 .resp-slider-container .item .item-wrap:hover {
    box-shadow: none;
}

.item .item-wrap .item-detail .item-content {
    text-align: center;
    margin-top: 10px;
}

.item-content h4 {
    min-height: 38px;
    max-height: 38px;
    overflow: hidden;
}

span.onsale,
.onsale,
span.itsnew,
.itsnew {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    min-width: auto;
    min-height: auto;
    /* width: 50px; */
}

span.onsale,
.onsale {
    background-color: #f83a3a;
}

span.itsnew,
.itsnew {
    background-color: #FC783E;
}

span.onsale:before,
.onsale:before,
span.itsnew:before,
.itsnew:before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 10px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

span.onsale:before,
.onsale:before {
    border-right: 7px solid #e74847;
}

span.itsnew:before,
.itsnew:before {
    border-right: 7px solid #FC783E;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: #eee;
    border: 0;
    height: 35px;
    border: 1px solid #ddd;
    text-indent: 10px;
    padding: 0px 5px;
    font-size: 13px;
}

.form-control:focus {
    border: none;
    border-color: #66afe9;
    outline: 0;
    background: #eee;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-primary,
.sppb-btn-primary {
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: #FC783E;
    font-size: 12px;
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border: 0;
    font-weight: 300;
}

.btn-secondary {
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border: 0;
    font-weight: 300;
}

.comment-reply-title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    color: #333;
}

textarea.virtuemart {
    width: 100%;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 7px 10px;
    height: 75px;
}

.list-reviews {
    margin-bottom: 30px;
}

.noreviews {
    padding: 0 15px;
    color: #333;
}

ol.commentlist {
    margin: 0;
    padding: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    max-width: 100%
}

ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
}

ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}

div.star span,
div.stars span {
    background: url(/images/star-active.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.item-price .price-crossed {
    text-align: center;
    display: inline-block;
}

.item-price ins {
    float: left;
    margin: 0;
    text-decoration: none;
}

.item-price del {
    text-decoration: line-through;
    color: #999;
    margin: 0 10px;
    font-weight: 400;
    float: right;
    font-size: 12px;
    line-height: 24px;
}

.price ins {
    margin: 0;
    text-decoration: none;
}

.form-horizontal .controls {
    text-align: center;
    margin-left: 0;
}

.location_w {
    margin-bottom: 0;
}

.location_w>li {
    position: relative;
    list-style: none;
    padding: 15px 0 11px;
}

.location_w>li>a {
    display: block;
    color: #fff!important;
    padding: 0 0 0 13px;
    font-size: 12px;
    font-weight: 300;
}

.location_w>li>a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    line-height: 16px;
    vertical-align: top;
}

.location_w>li .location_switcher {
    border: 1px solid #ffffff;
    box-shadow: 4px 5px 1px rgba(30, 30, 30, 0.3);
    left: 0px;
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    display: none;
    width: 225px;
    padding: 10px 20px;
    margin: 0;
    top: 38px;
    z-index: 9999;
    height: auto;
}

.location_w>li .location_switcher:before {
    content: "";
    display: block;
    background: transparent;
    height: 3px;
    position: absolute;
    top: -3px;
    width: 100%;
}

.location_w>li .location_switcher li {
    width: 100%;
    margin: 0;
    line-height: 28px;
    list-style: none;
}

.location_w>li .location_switcher li a {
    background: none;
    border: 0px;
    border-radius: 0px;
    color: #464646;
    font-weight: 300;
    display: block;
    border-bottom: none;
}

.location_w>li .location_switcher li a:hover {
    color: #FC783E;
}

.popover-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.popover-content button {
    font-size: 10px;
    font-weight: 400;
}

.popover-content button.btn-primary {
    padding: 0 15px;
}

.popover-content button.btn.btn-default {
    line-height: 40px;
    height: 40px;
    border-radius: 2px;
    padding: 0 15px;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

.modal-content {
    border-radius: 0;
}

#locationListModal ul {
    list-style: none;
    margin-left: 0;
}

#locationListModal a {
    font-size: 14px;
    padding: 6px 0;
    display: block;
    position: relative;
    text-decoration: underline;
    color: #d8d8d8;
    cursor: pointer;
}

#locationListModal a span {
    color: #707070;
}

#locationListModal ul a.region_link span:after,
a#goToRegions span:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    right: 0;
    top: 8px;
    position: absolute;
    color: #0062cc;
}

a#goToRegions span {
    padding-left: 15px;
}

a#goToRegions span:before {
    content: "\f104";
    right: auto;
    left: 0;
}

#locationListModal a:hover {
    text-decoration: underline;
    color: #707070;
}

#locationListModal .col {
    border-right: 1px solid #e9ecef;
}

#locationListModal .col:last-child {
    border-right: none;
}

.popover-content .btn {
    width: 100%;
}

.popover-title span {
    font-weight: 500;
}

.cf-form-search .input-append {
    display: flex;
}

.cf-form-search input.cf-searchmod-input {
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0px 5px;
    height: 35px;
    font-size: 13px;
    text-indent: 10px;
}

.cf-form-search button.cf_apply_button {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 0;
}

.mp_menu>div {
    border-bottom: 1px dotted #ddd;
}

.mp_menu>div:last-child {
    border-bottom: 1px dotted #ddd;
}

.mp_menu a {
    color: #464646;
    font-weight: 300;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    padding: 2px 0;
}

.author {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#sp-footer .author a {
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
}

.author img {
    max-height: 22px;
}

.fabrykaclub img {
    max-height: 40px;
}

.top-header {
    display: none;
}

.sticky-menu .top-header,
.header-mid .top-header {
    display: unset;
}

.saloni_list {
    display: flex;
    flex-direction: row;
}

.saloni_item {
    padding: 2px 15px;
    color: #fff;
    /* background: #2f2f2f; */
    margin: 0 10px;
    /* border-radius: 3px; */
}

.saloni_item .saloni_address,
.saloni_item .saloni_phone a {
    font-size: 11px;
    font-weight: 300;
    color: #e1e1e1;
}

.saloni_item .saloni_phone a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.saloni_item.saloni_item-phone {
    position: relative;
    padding-left: 60px;
}

.saloni_item.saloni_item-phone:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
    top: 7px;
    background-image: url('/images/telephone3.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.h1,
h1 {
    font-size: 30px;
    color: #363630;
    margin-bottom: 15px;
    text-decoration: none;
}

.h2,
h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: 363630;
    margin-bottom: 15px;
    text-decoration: none;
}

.sp-module.fabryka-crosslinks {
    background-color: #434343;
    padding: 30px;
}

.fabryka-crosslinks .fabryka-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.fabryka-crosslinks .fabryka-wrapper a {
    padding: 30px;
    border: 1px solid #666;
    border-left: none;
}

.fabryka-crosslinks .fabryka-wrapper a:first-child {
    border-left: 1px solid #666;
}

.fabryka-crosslinks .fabryka-wrapper a:hover {
    background-color: #666;
}

.hd-features {
    display: flex;
}

.hd-features .feature-block {
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 30px;
    margin-top: 5px;
    line-height: 1.3;
}

.hd-features .feature-block:first-child {
    margin-left: 0;
}

.hd-features .feature-block img {
    margin-right: 10px;
    max-width: 30px;
    max-height: 30px;
}

.bb {
    font-weight: bold;
}

.m3 {
    margin-bottom: 3px;
}

.m5 {
    margin-bottom: 5px;
}

.m15 {
    margin-bottom: 15px;
}

.contacts-item.single {
    color: #333;
    background: rgba(251, 169, 25, 0.75);
    padding: 30px 20px;
    -moz-box-shadow: 0 1px 3px rgba(54, 54, 48, 0.35);
    -webkit-box-shadow: 0 1px 3px rgba(54, 54, 48, 0.35);
    box-shadow: 0 1px 3px rgba(54, 54, 48, 0.35);
}

.contacts-item.single a {
    color: #333;
}

.itemid-102 section#sp-main-body {
    background-color: #fff;
}

.article-details img {
    display: inline-block;
}

ul {
    list-style: none;
}

.header-cat-nav {
    justify-content: center;
}

.sticky-menu .header-cat-nav {
    justify-content: flex-start;
}

#sp-top-bar {
    border-bottom: 1px solid #555;
    background-color: #434343;
}

#sp-top-bar ul.menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: none;
}

#sp-top-bar ul.menu li {
    margin-right: 18px;
    line-height: 17px;
    border: none;
}

#sp-top-bar ul.menu li a {
    font-size: 12px;
    color: #e1e1e1;
    font-weight: 400;
}

#sp-top-bar ul.menu li a:hover {
    text-decoration: underline;
}

.one-click-buy {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

a.buy-shop {
    white-space: nowrap;
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px;
    text-transform: uppercase;
}

a.buy-shop:hover,
a.buy-shop:focus {
    color: #666;
    background-color: #f1f1f1;
}

.bingc-blur-whole-page {
    filter: blur(0)!important;
    -webkit-filter: blur(0)!important;
}

.cf_results-msg {
    padding: 15px 30px;
    display: block;
    margin-top: 15px;
    background: #eeeeee;
    border-radius: 3px;
}

.top-search {
    background-color: #2f2f2f;
    padding: 4px 8px;
    border-radius: 3px;
}

.top-search .autosearch-input,
.top-search .button-search-pro {
    padding: 0;
    margin: 0;
}

.top-search .button-search-pro {
    position: absolute;
    top: -3px;
    right: 0;
    background: none;
    border: none;
    border-radius: 0;
    color: #999;
}

.top-search .button-search-pro:hover {
    cursor: pointer;
    color: #fff;
}

.top-search input.autosearch-input,
.top-search input.autosearch-input:focus {
    background: none;
    color: #e1e1e1;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border: none;
    border-radius: 0;
    font-style: italic;
}

.top-search input.autosearch-input:focus {
    color: #fff;
}

.social-links-list {
    margin: 0;
    padding: 0;
}

.social-links-list li {
    margin: 15px 0;
}

.social-links-list li a {
    color: #333!important;
    font-size: 16px;
    font-weight: 300;
    display: flex!important;
    align-items: flex-end;
    text-transform: lowercase;
}

.social-links-list li a:hover {
    color: #fd7d26!important;
}

.social-links-list img {
    width: 32px;
    margin-right: 10px;
}

.order-btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 10px;
}

.order-btns a {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-left: 0;
    color: #404040;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
}

.order-btns a:first-child {
    border-left: 1px solid #d8d8d8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.order-btns a.active,
.order-btns a:hover {
    border-color: #d8d8d8;
    outline: none;
    background-color: #d8d8d8;
    text-decoration: none;
    color: #404040;
}

.category_description {
    padding: 15px;
    background-color: #fff;
    border: 1px #ddd solid;
}

.product_thumb_hover img[data-src] {
    opacity: 0 !important;
}

.product_thumb_hover img[src] {
    opacity: 1 !important;
}

#ProOPC {
    padding: 30px 0;
}

#ProOPC .vmshipment_description,
#ProOPC .vmpayment_description {
    display: block;
    font-size: 11px;
    color: #fa7c26;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
}

#ProOPC .vmshipment_cost {
    color: red;
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
}

.product-not_available {
    display: inline-block;
    background-color: #f1f1f1;
    color: #555;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    padding: 10px 30px;
    text-align: center;
}

.item-detail .product-not_available {
    font-size: 14px;
    padding: 5px 15px;
    display: block;
    margin-top: 15px;
}


/* RESPONSIVE */

@media (max-width: 1920px) and (min-width: 1366px) {
    .container {
        max-width: 1680px;
    }
    .header-style1 .search-cate .top-form.top-search {
        width: 500px;
    }
}

@media (max-width: 1920px) and (min-width: 1680px) {
    .header-style1 .search-cate .top-form.top-search {
        min-width: 1100px;
    }
}

@media (max-width: 1920px) {
    .header-style1 .vertical_megamenu-header {
        min-width: 300px;
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    .block-service-home1 .wrap-content {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .block-service-home1 .wrap-content>.item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 300px;
        float: none;
    }
}

@media (max-width: 991px) {
    .cf_wrapp_all {
        display: none;
    }
    .search-cate,
    .saloni_list {
        width: 100%;
    }
    .saloni_list {
        justify-content: space-between;
    }
    .saloni_item.saloni_item-phone:before {
        display: none;
    }
    .saloni_item {
        padding: 0;
        color: #fff;
        margin: 5px 0;
    }
    .saloni_item .saloni_address {
        font-size: 10px;
    }
    .saloni_item:first-child {
        text-align: left;
    }
    .saloni_item:last-child {
        text-align: right;
    }
    .saloni_item.saloni_item-phone {
        padding-left: 0;
    }
    .logo-image {
        margin: 0 auto;
        max-height: 50px;
    }
    .header-mid {
        padding: 5px 0;
    }
    .header-style1 .sticky-menu {
        position: static;
    }
    .orderby-displaynumber {
        flex-direction: column;
        margin: 0;
        align-items: flex-end;
        border-bottom: none;
    }
    .orderby-displaynumber>div {
        margin-bottom: 5px;
    }
    .orderby-displaynumber>div:last-child {
        margin-bottom: 0;
    }
    .top-search {
        width: 75%;
        margin-left: 15px;
    }
    .top-form.top-search {
        margin-left: 0;
        width: 100%;
    }
    .fabrykaclub {
        display: none;
    }
    .product_left-box {
        width: 100%;
    }
    .product_center-box {
        width: 100%;
    }
    .product_right-box {
        width: 100%;
    }
    #sp-newsletter .acym_module_form input.subbutton,
    .product_first-box,
    .product_second-box {
        width: 100%;
    }
    .logo-image {
        height: auto!important;
    }
    .header-style1 .header-mid .top-form.top-form-minicart .top-minicart-icon .cart-right,
    .wrapper_vertical_menu .vertical-megamenu>li.onemall-mega-menu>.dropdown-menu.row,
    .wrapper_vertical_menu .vertical-megamenu>li.dropdown>a:after,
    .header-right,
    .top-menu-nav,
    #main-menu {
        display: none;
    }
    .header-style1 .header-mid .search-cate .top-form.top-search {
        display: none;
        margin-top: 10px;
    }
    #header .header-bottom .main-menu#main-menu {
        width: 100%;
        padding-right: 15px;
    }
    #offcanvas-toggler {
        line-height: 32px;
        height: 32px;
        width: 32px;
        text-align: center;
        background-color: #fff;
        border-radius: 3px;
        padding: 0;
        margin-top: 0;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .header-style1 .vertical_megamenu-header {
        max-width: 50%;
    }
    #sp-slider {
        padding: 0;
    }
    .resp-slider-container .image-slide {
        display: none;
    }
    #sp-footer1,
    #sp-footer2 {
        text-align: center;
        margin: 5px 0;
    }
    #sp-footer #sp-footer2 img {
        margin: 0 auto;
    }
    #sp-newsletter .acym_module {
        background-image: none;
        padding-left: 0;
    }
    #sp-newsletter .acym_module_form input.cell {
        min-width: unset;
    }
    .header-style1 .sticky-menu .top-header .onemall-logo .logo-image {
        width: auto;
        height: auto;
    }
    .banners_list .row>div {
        margin-bottom: 20px;
    }
    .banners_list .row>div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    .location_w>li .location_switcher {
        left: auto;
        right: 0;
    }
    .header-top .widget_nav_menu ul.menu>li>a>span,
    .header-top .widget_nav_menu ul.menu>li {
        display: none;
    }
}

@media (max-width: 480px) {
    .header-style1 .header-right .top-form.top-form-minicart .top-minicart-icon .cart-right {
        display: none;
    }
}

@media (max-width: 479px) and (min-width: 375px) {
    .header-top .widget_nav_menu ul.menu>li>a {
        padding: 5px 15px;
    }
}

@media (max-width: 375px) {
    .header-top .widget_nav_menu ul.menu>li>a {
        padding: 5px;
    }
    #lang_sel .lang_sel_sel span {
        display: none;
    }
}