MaxCDN Tools
PROCSSORLEARN MORE
Procssor cleans and organizes your css the way you want it.
Perfect for css consistency when multiple people contribute.

DOWNLOADCOPYRETURN
.container,
.header-wrap { position: relative }
#footer:after,
#footer:before,
.header-wrap:after,
.header-wrap:before {
    content: " ";
    display: table;
}
#catalog_block .catalog_filters:after,
#footer:after,
#topbar nav:after,
.box-total-cart,
.header-wrap:after,
.item-cart-top,
.products_hotdeal .product-block:after,
.products_sidebar .product-block:after,
.prolistweek .product-block:after { clear: both }
#sort-by li,
a a:focus,
a a:hover,
a:focus,
a:hover { outline: 0 }
obody.template-index { background-color: #eee }
#page {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.errors { color: #C83A3A }
#topbar {
    height: 41px;
    font-size: 12px;
    background: #E04D16;
    color: #fff;
}
#topbar a {
    font-family: 'Open Sans',sans-serif;
    color: #292733;
}
#topbar a:focus,
#topbar a:hover { color: #E04D16 }
#topbar nav { max-height: 41px }
#topbar nav:after,
#topbar nav:before {
    content: "";
    display: table;
}
#topbar .login_links a {
    line-height: 39px;
    color: #fff;
}
#topbar .login_links a:hover { color: #333 }
.header-container { z-index: 1 }
#header-main { background: #fff }
.header-wrap { padding: 30px 0 }
.header-wrap .header-right { padding-top: 8px }
#header_logo {
    padding: 0;
    text-align: left;
}
.paymentFooter,
.rtl #header_logo { text-align: right }
#header_logo h1 { margin: 0 }
#header_logo a { margin: 0 auto }
#header_logo img { max-width: 100% }
.template-index .main-content {
    padding-top: 30px;
    background: #eee;
}
.widget-banner { margin-top: 30px }
.center_column .products_block {
    margin-top: 30px;
    overflow: hidden;
}
#footer { background: 0 0 }
.footer-center { background-color: #F7F7F7 }
.footer-center-wrap { overflow: hidden }
.footer-center-wrap .row>div { padding: 40px 30px }
@media (min-width:992px) { 
    .footer-center-wrap .row>div:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        display: block;
        background: #e4e4e4;
        height: 400%;
    }
    .footer-center-wrap .row>div:last-child:after { background: 0 0 }
}
.footer-bottom-wrap { padding: 40px 0 }
.footernav_wrap {
    border-top: 1px solid #e4e4e4;
    padding: 30px 0 40px;
}
#powered p { margin: 0 }
#powered a { color: #E04D16 }
.paymentFooter img { float: right }
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
body.layout-boxed-lg { background: #fff }
body.layout-boxed-lg #page {
    max-width: 1200px;
    box-shadow: 0 0 5px #D5D5D5;
    margin: 0 auto;
    background: #FFF;
    overflow: visible;
}
body.layout-boxed-lg #page .container { max-width: 1200px }
body.layout-boxed-lg #header.navbar-fixed-top {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}
body.layout-boxed-md { background: #fff }
body.layout-boxed-md #page {
    max-width: 960px;
    box-shadow: 0 0 5px #D5D5D5;
    margin: 0 auto;
    background: #FFF;
    overflow: visible;
}
body.layout-boxed-md #page .container { max-width: 960px }
body.layout-boxed-md #header.navbar-fixed-top {
    width: 960px;
    left: 50%;
    margin-left: -480px;
}
.e-scale .dropdown-menu {
    -webkit-transform: scale();
    -ms-transform: scale();
    transform: scale();
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-scale.open .dropdown-menu,
.e-scale.popup-over:hover .dropdown-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-left .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-200px,0);
    -ms-transform: translate(-200px,0);
    transform: translate(-200px,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-left.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-right .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(200px,0);
    -ms-transform: translate(200px,0);
    transform: translate(200px,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-right.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-top .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0,200px);
    -ms-transform: translate(0,200px);
    transform: translate(0,200px);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-top.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-down .popup-content {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.e-translate-down.popup-over:hover .popup-content {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.effect a {
    position: relative;
    display: block;
    max-width: 100%;
}
.effect a:after,
.effect a:before {
    position: absolute;
    background-color: rgba(255,255,255,.1);
    width: 0;
    height: 0;
    content: "";
}
.effect a:before {
    top: 0;
    left: 0;
    margin: auto;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.effect a:after {
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.effect a:hover:after,
.effect a:hover:before {
    width: 100%;
    height: 100%;
}
.effect_banner { text-align: center }
.effect_banner>a {
    position: relative;
    margin: 0 auto;
    display: block;
}
.effect_banner>a:before {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
}
.effect_banner>a:hover {
    -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,.2) inset;
    box-shadow: 0 0 0 30px rgba(255,255,255,.2) inset;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: #000;
}
.effect_banner>a:hover:before {
    -webkit-box-shadow: 0 0 0 30px rgba(255,255,255,.2) inset;
    box-shadow: 0 0 0 30px rgba(255,255,255,.2) inset;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}
.btn-slide {
    background: 0 0;
    border-color: #fff;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-slide:focus,
.btn-slide:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.btn-outline-inverse,
.btn-outline-inverse.disabled,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse[disabled],
.btn-outline-inverse[disabled].active,
.btn-outline-inverse[disabled]:active,
.btn-outline-inverse[disabled]:focus,
.btn-outline-inverse[disabled]:hover,
.open .btn-outline-inverse.dropdown-toggle,
fieldset[disabled] .btn-outline-inverse,
fieldset[disabled] .btn-outline-inverse.active,
fieldset[disabled] .btn-outline-inverse:active,
fieldset[disabled] .btn-outline-inverse:focus,
fieldset[disabled] .btn-outline-inverse:hover {
    background-color: #fff;
    border-color: #898989;
}
.btn-outline-inverse.active,
.btn-outline-inverse:active,
.btn-outline.active,
.btn-outline:active,
.open .btn-outline-inverse.dropdown-toggle,
.open .btn-outline.dropdown-toggle { background-image: none }
.btn-outline-inverse {
    color: #292733;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-style: dashed;
}
.btn-outline-inverse.active,
.btn-outline-inverse:active,
.btn-outline-inverse:focus,
.btn-outline-inverse:hover {
    border-color: #898989;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.open .btn-outline-inverse.dropdown-toggle { color: #E04D16 }
.btn-outline-inverse .badge {
    color: #fff;
    background-color: #292733;
}
.btn-outline {
    color: #fff;
    background-color: #E04D16;
    border-color: #E04D16;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #E04D16;
    background-color: #fff;
    border-color: #E04D16;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.open .btn-outline.dropdown-toggle {
    color: #E04D16;
    background-color: #fff;
    border-color: #E04D16;
}
.btn-outline.disabled,
.btn-outline.disabled.active,
.btn-outline.disabled:active,
.btn-outline.disabled:focus,
.btn-outline.disabled:hover,
.btn-outline[disabled],
.btn-outline[disabled].active,
.btn-outline[disabled]:active,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:hover,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline.active,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:hover {
    background-color: #E04D16;
    border-color: #E04D16;
}
.btn-outline .badge {
    color: #E04D16;
    background-color: #fff;
}
.block .title_block {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    color: #000;
    line-height: 24px;
}
#footer .block .block_content {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.popup-over { position: relative }
.popup-over .popup-title { padding: 10px 15px }
.popup-over .popup-title:before {
    content: "\f107";
    position: absolute;
    top: 10px;
    right: 4px;
    font-family: FontAwesome;
    font-size: 12px;
}
.rtl .popup-over .popup-title:before {
    left: 4px;
    right: auto;
}
.popup-over .popup-title .fa-cog { margin-right: 5px }
.rtl .popup-over .popup-title .fa-cog {
    margin-left: 5px;
    margin-right: inherit;
    float: right;
    margin-top: 2px;
}
.popup-over .dropdown-menu {
    display: block;
    visibility: hidden;
}
.popup-over.open,
.popup-over:hover { cursor: pointer }
.popup-over.open .dropdown-menu,
.popup-over:hover .dropdown-menu { visibility: visible }
.wishlist-page {
    background: #fff;
    padding: 30px;
}
.wishlist-product {
    width: 100%;
    margin-bottom: 15px;
}
.wishlist-product thead {
    height: 40px;
    border: 1px solid #e4e4e4;
    background-color: #E04D16;
}
.wishlist-product thead th {
    padding: 0 10px;
    color: #888;
    border-right: 1px solid #e4e4e4;
}
.wishlist-product thead th:last-child { border-right: 0 }
.wishlist-product tbody tr { border: 1px solid #e4e4e4 }
.wishlist-product .no_product-wishlist {
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
}
.header_user_info {
    padding: 0;
    float: right;
}
.rtl .header_user_info { float: left }
.header_user_info .popup-title {
    line-height: 20px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
}
.links {
    margin: 0;
    padding: 5px 0;
    left: auto;
    right: 0;
}
.links li {
    display: block;
    margin: 0;
}
.links li a {
    font-size: 14px;
    padding: 0 15px;
    color: #292733;
    display: block;
    line-height: 30px;
}
.links li a:hover { color: #E04D16 }
.links li .fa { display: none }
#block_currencies {
    margin: 0;
    padding: 0;
    float: right;
}
.rtl #block_currencies { float: left }
#block_currencies .dropdown-menu {
    padding: 10px;
    right: 0;
    left: auto;
    margin: 0;
}
#block_currencies .dropdown-menu li a {
    color: #292733;
    padding: 0 10px;
    line-height: 30px;
    display: block;
}
#block_currencies .dropdown-menu li a img {
    margin-top: -3px;
    margin-right: 5px;
}
.rtl #block_currencies .dropdown-menu li a img {
    margin-left: 5px;
    margin-right: inherit;
}
#block_currencies .dropdown-menu li a.selected,
#block_currencies .dropdown-menu li a:hover {
    color: #E04D16;
    background: #fff;
}
#block_currencies .popup-title {
    padding: 9px 15px;
    line-height: 20px;
}
#block_currencies .popup-title span {
    display: inline-block;
    vertical-align: middle;
}
#block_currencies .popup-title img { margin-top: -6px }
#first-currencies { margin: 0 }
#first-currencies li {
    margin: 0;
    display: block;
}
#first-currencies li a { padding: 2px 8px }
#first-currencies li a img {
    width: 16px;
    height: 11px;
}
.blockcart_top {
    float: right;
    padding: 0;
    margin: 0;
    position: relative;
    min-width: 175px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.rtl .blockcart_top {
    float: left;
    padding: 0;
}
.blockcart_top a { display: block }
.blockcart_top .title-cart {
    margin-right: 13px;
    float: left;
}
.rtl .blockcart_top .title-cart {
    margin-left: 13px;
    margin-right: inherit;
    float: right;
}
.blockcart_top .title-cart span {
    background-color: #E04D16;
    background-image: url(//cdn.shopify.com/s/files/1/0894/6262/t/7/assets/iconShopping.png?5481998150135464667);
    background-position: 12px 9px;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
    border-radius: 100%;
}
.blockcart_top .cart-inner>span {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.blockcart_top .cart-inner>span.cart-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #292733;
    display: block;
    line-height: 16px;
}
.customer-service {
    position: relative;
    padding-left: 30px;
    float: right;
}
.customer-service .box-icon {
    position: absolute;
    left: 0;
    top: 5px;
}
.customer-service h4 {
    margin: 0;
    color: #292733;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.customer-service p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #888;
}
.customer-service p span { color: #E04D16 }
#search-icon { display: none }
form#searchbox {
    width: 100%;
    position: relative;
}
#search_query_top {
    display: block;
    padding: 0 45px 0 20px;
    height: 36px;
    line-height: 36px;
    background: 0 0;
    border: 2px solid #E04D16;
    border-radius: 30px 30px 0;
    box-shadow: none;
    font-size: 14px;
}
.rtl #search_query_top { padding: 0 20px 0 45px }
#search_button {
    background: #E04D16;
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    border: none;
    color: #fff;
    width: 36px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    padding: 0;
    border-radius: 100% 100% 0;
}
.rtl #search_button {
    left: 0;
    right: auto;
}
#search_button .fallback-text { display: none }
#search_button .fa { font-size: 14px }
#social_block .block_content { padding: 10px 0 }
#social_block .block_content ul { margin: 0 }
#social_block .block_content ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    float: left;
}
.rtl #social_block .block_content ul li { float: right }
#social_block .block_content ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
#social_block .block_content ul li .fa {
    float: left;
    font-size: 11px;
    color: #292733;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    display: block;
    background: 0 0;
    border-radius: 100%;
    border: 1px solid #888;
}
.rtl #social_block .block_content ul li .fa { float: right }
#social_block .block_content ul li span {
    float: left;
    line-height: 24px;
    padding: 0 10px;
}
.rtl #social_block .block_content ul li span { float: right }
#social_block .block_content ul li.facebook:hover .fa {
    background: #3a5898;
    color: #fff;
    border-color: #3a5898;
}
#social_block .block_content ul li.twitter:hover .fa {
    background: #00acee;
    color: #fff;
    border-color: #00acee;
}
#social_block .block_content ul li.instagram:hover .fa {
    background: #3F729B;
    color: #fff;
    border-color: #3F729B;
}
#social_block .block_content ul li.pinterest:hover .fa {
    background: #c72527;
    color: #fff;
    border-color: #c72527;
}
#social_block .block_content ul li.rss:hover .fa {
    background: #0EBA9E;
    color: #fff;
    border-color: #0EBA9E;
}
#social_block .block_content ul li.youtube:hover .fa {
    background: #ce3527;
    color: #fff;
    border-color: #ce3527;
}
#social_block .block_content ul li.google-plus:hover .fa {
    background: #de6463;
    color: #fff;
    border-color: #de6463;
}
#categories_block .block_content { background: #fff }
#categories_block .block_content .leo-qty {
    display: inline-block;
    vertical-align: middle;
    min-width: 35px;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 400;
    color: #292733;
    border: 1px solid #e4e4e4;
    white-space: nowrap;
    text-align: center;
    background-color: transparent;
    border-radius: 2px;
}
#categories_block .block_content .list-group {
    margin: 0;
    padding: 10px 0 0;
}
#categories_block .block_content .list-group li {
    position: relative;
    padding: 0;
}
#categories_block .block_content .list-group li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    color: #292733;
}
#categories_block .block_content .list-group li a:hover { color: #E04D16 }
#catalog_block .block_content { padding: 15px 0 0 }
#catalog_block .catalog_filters {
    margin-top: 5px;
    border-bottom: 1px solid #EEE;
}
#catalog_block .catalog_filters:after,
#catalog_block .catalog_filters:before {
    content: " ";
    display: table;
}
#catalog_block .catalog_subtitle { font-weight: 600 }
#catalog_block .advanced-filter {
    padding-left: 0;
    padding-right: 0;
}
.catalog_filter_ul { padding: 0 15px }
.catalog_filter_ul>li input { display: none }
.catalog_filter_ul>li a {
    position: relative;
    line-height: 18px;
    display: block;
    font-size: 13px;
    padding: 6px 15px;
    color: #292733;
}
.catalog_filter_ul.color-group>li a:before,
.sidebar .block .color-group>li input { display: none }
.catalog_filter_ul>li a:before {
    position: absolute;
    content: "\f096";
    top: 6px;
    left: 0;
    font-family: FontAwesome;
    font-size: 12px;
    color: #292733;
}
.rtl .catalog_filter_ul>li a:before {
    right: 0;
    left: auto;
}
.catalog_filter_ul>li a:hover { color: #E04D16 }
.catalog_filter_ul>li a:hover:before {
    content: "\f046";
    color: #E04D16;
}
.catalog_filter_ul>li.active-filter a:before {
    content: "\f046";
    color: #333;
}
.catalog_subtitle_heading {
    padding: 5px 0;
    color: #292733;
}
.sidebar>div:first-child { margin-top: 0 }
.sidebar.sdHomePage .title_block { border-bottom: 0 }
.sidebar .title_block {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 5px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
}
.sidebar .block .color-group {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar .block .color-group>li { padding: 5px 0 }
.sidebar .block .color-group>li a {
    line-height: 24px;
    padding: 0 10px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.sidebar .block .color-group>li .catalog_color {
    height: 24px;
    width: 24px;
    padding: 0;
    border: 1px solid #666;
    float: left;
}
.rtl .sidebar .block .color-group>li .catalog_color { float: right }
.sidebar .block .color-group>li.active-filter a { font-weight: 700 }
.sidebar .block .color-group>li.active-filter .catalog_color { border-color: red }
.sidebar .products_block ul li a {
    font-family: 'Open Sans',sans-serif;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
}
.sidebar .products_block .block_content { padding: 0 15px }
.sidebar .products_block .owl-controls .owl-next { right: 0 }
.sidebar .products_block .owl-controls .owl-prev { right: 27px }
.sidebar .widget-banner { margin-top: 20px }
.sidebar .block_shopby { margin-top: 30px }
.sidebar .block_shopby .block_content {
    background: #fff;
    padding: 15px 0 0;
}
.sidebar .block_shopby .list-block { margin: 0 }
.sidebar .block_shopby .list-block li { position: relative }
.sidebar .block_shopby .list-block li a {
    font-family: 'Open Sans',sans-serif;
    color: #292733;
    text-transform: none;
    display: block;
    font-size: 14px;
    padding: 8px 0;
}
.sidebar .block_shopby .list-block li a:hover { color: #E04D16 }
.sidebar_blogs { margin-top: 30px }
.sidebar_blogs .block_content {
    background: #fff;
    padding: 0 20px;
    border: 1px solid #e4e4e4;
}
.sidebar_blogs .owl-controls {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.sidebar_blogs .owl-controls .owl-next,
.sidebar_blogs .owl-controls .owl-prev {
    font-size: 0;
    width: 24px;
    height: 24px;
    text-shadow: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #292733;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.sidebar_blogs .owl-controls .owl-next:before,
.sidebar_blogs .owl-controls .owl-prev:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.sidebar_blogs .owl-controls .owl-next:focus,
.sidebar_blogs .owl-controls .owl-next:hover,
.sidebar_blogs .owl-controls .owl-prev:focus,
.sidebar_blogs .owl-controls .owl-prev:hover {
    background: #E04D16;
    color: #fff;
}
.sidebar_blogs .owl-controls .owl-prev {
    right: 7px;
    left: auto;
}
.sidebar_blogs .owl-controls .owl-prev:before { content: "\f104" }
.sidebar_blogs .owl-controls .owl-next {
    right: -20px;
    left: auto;
}
.sidebar_blogs .owl-controls .owl-next:before { content: "\f105" }
.sidebar_blogs .blog-item { padding: 20px 0 }
.sidebar_blogs .blog-item .blog-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 15px 0 10px;
    color: #292733;
}
.sidebar_blogs .blog-item .blog-content h4 a { color: #292733 }
.sidebar_blogs .blog-item .blog-content h4 a:hover { color: #E04D16 }
.sidebar_blogs .blog-item .blog-content .blog-shortinfo {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.sidebar_blogs .blog-item .blog-content .blog-shortinfo p {
    font-size: 14px;
    margin: 0;
}
#products_sider_block {
    margin-top: 30px;
    margin-bottom: 30px;
}
#products_sider_block .block_content {
    padding: 30px 0 10px;
    border: 0;
}
#products_sider_block .product-block .products-block-image img {
    width: 93px;
    object-fit: contain;
}
#products_sider_block .product-block .review { border-top: 0 }
#products_sider_block .lnk { margin-top: 15px }
#products_sider_block .product-price { font-size: 16px }
.socialsharing_product ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.socialsharing_product ul li span {
    min-width: 65px;
    display: block;
}
.socialsharing_product ul li .btn {
    padding: 8px 6px;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    font-size: 0;
    width: 32px;
    height: 32px;
    background: #f5f5f5;
    color: #666;
}
#search_button_page,
#search_querry_page {
    height: 35px;
    line-height: 35px;
    border-radius: 0;
}
.socialsharing_product ul li .btn i { font-size: 13px }
.socialsharing_product ul li .btn-twitter:hover {
    background-color: #00AAF0;
    color: #fff;
}
.socialsharing_product ul li .btn-twitter:hover i { color: #fff }
.socialsharing_product ul li .btn-facebook:hover {
    background-color: #435F9F;
    color: #fff;
}
.socialsharing_product ul li .btn-facebook:hover i { color: #fff }
.socialsharing_product ul li .btn-google-plus:hover {
    background-color: #E04B34;
    color: #fff;
}
.socialsharing_product ul li .btn-google-plus:hover i { color: #fff }
.socialsharing_product ul li .btn-linkedin:hover {
    background-color: #435F9F;
    color: #fff;
}
.socialsharing_product ul li .btn-linkedin:hover i { color: #fff }
.socialsharing_product ul li .btn-pinterest:hover {
    background-color: #CE1F21;
    color: #fff;
}
.socialsharing_product ul li .btn-pinterest:hover i { color: #fff }
#search-page {
    background: #fff;
    padding: 30px;
    margin: 30px 0 0;
}
#search-page h1 {
    margin: 0;
    padding: 30px 0 20px;
    font-size: 20px;
}
#search-page .pro_search_row { margin-top: 50px }
#search_block_page {
    padding: 0;
    position: relative;
    display: block;
    margin: 30px 0;
}
#search_querry_page {
    display: inline;
    padding: 0 50px 0 15px;
    background: #FBFBFB;
    border-color: #333;
    margin-right: 1px;
}
.rtl #search_querry_page {
    padding: 0 15px 0 50px;
    margin-left: 1px;
    margin-right: inherit;
}
#search_button_page {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
    padding: 0;
}
#search_button_page .fallback-text { display: none }
#search_button_page .fa { font-size: 18px }
.search-bar {
    width: 60%;
    margin: 0 auto;
    position: relative;
}
.home_html .bh_five,
.home_html .bh_two { padding-top: 17px }
.home_html .bh_five .caption_block_html,
.home_html .bh_four .caption_block_html,
.home_html .bh_one .caption_block_html,
.home_html .bh_two .caption_block_html {
    height: 70px;
    margin-top: -35px;
    top: 50%;
}
.home_html .bh_five .caption_block_html h4,
.home_html .bh_four .caption_block_html h4,
.home_html .bh_one .caption_block_html h4,
.home_html .bh_two .caption_block_html h4 { padding-top: 5px }
.home_html .bh_three .caption_block_html { bottom: 10px }
.home_html .bh_fourm .caption_block_html span,
.home_html .bh_one .caption_block_html span,
.home_html .bh_three .caption_block_html span {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.block_html_content {
    position: relative;
    display: block;
}
.block_html_content .caption_block_html {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Open Sans';
}
.block_html_content .caption_block_html h4 {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding-top: 20px;
    letter-spacing: 2px;
}
.block_html_content .caption_block_html span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.block_html_content .caption_block_html .btn {
    margin: 20px 0;
    font-size: 9px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    padding: 12px;
    letter-spacing: 2px;
}
.block_html_content .caption_block_html .btn:hover { background: #666 }
#productTabsNav {
    text-align: center;
    border: 0;
    font-size: 0;
    display: inline-block;
}
#productTabsNav.nav-tabs>li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background-color: #E04D16;
}
#productTabsNav.nav-tabs>li a {
    text-transform: uppercase;
    padding: 0 15px 0 18px;
    line-height: 30px;
    height: 30px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #888;
    position: relative;
    border: 0;
}
.rtl #productTabsNav.nav-tabs>li a { padding: 0 18px 0 15px }
#productTabsNav.nav-tabs>li a:focus,
#productTabsNav.nav-tabs>li a:hover {
    background-color: transparent;
    color: #333;
    border-color: transparent;
}
#productTabsNav.nav-tabs>li a:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    position: absolute;
    top: 0;
    left: 0;
}
.rtl #productTabsNav.nav-tabs>li a:before {
    right: 0;
    left: auto;
}
#productTabsNav.nav-tabs>li.active a { color: #333 }
#productTabsNav.nav-tabs>li.active a,
#productTabsNav.nav-tabs>li.active a:focus,
#productTabsNav.nav-tabs>li.active a:hover { border: 0 }
#productTabsNav.nav-tabs>li:first-child a { margin-left: 15px }
.rtl #productTabsNav.nav-tabs>li:first-child a {
    margin-right: 15px;
    margin-left: inherit;
}
.products_top .page-subheading { background: #333 }
.products_block .block_content {
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 0 30px;
}
.products_block .owl-controls {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.products_block .owl-controls .owl-next,
.products_block .owl-controls .owl-prev {
    font-size: 0;
    width: 24px;
    height: 24px;
    text-shadow: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #292733;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.products_block .owl-controls .owl-next:before,
.products_block .owl-controls .owl-prev:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.products_block .owl-controls .owl-next:focus,
.products_block .owl-controls .owl-next:hover,
.products_block .owl-controls .owl-prev:focus,
.products_block .owl-controls .owl-prev:hover {
    background: #E04D16;
    color: #fff;
}
.products_block .owl-controls .owl-prev {
    right: 42px;
    left: auto;
}
.products_block .owl-controls .owl-prev:before { content: "\f104" }
.products_block .owl-controls .owl-next {
    right: 15px;
    left: auto;
}
.products_block .owl-controls .owl-next:before { content: "\f105" }
.products_block .owl-row { margin: 0 -10px }
.products_block .carousel-control {
    top: -40px;
    right: 0;
    left: auto;
    margin-top: 0;
    font-size: 0;
    width: 24px;
    height: 24px;
    text-shadow: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #292733;
    opacity: 1;
    filter: alpha(opacity=100);
}
.products_block .carousel-control:before {
    font-family: FontAwesome;
    font-size: 11px;
    line-height: 20px;
    display: block;
}
.products_block .carousel-control:hover {
    background: #E04D16;
    color: #fff;
}
.products_block .carousel-control.left {
    right: 27px;
    left: auto;
}
.products_block .carousel-control.left:before { content: "\f104" }
.products_block .carousel-control.right:before { content: "\f105" }
#product_tab_content {
    padding-top: 45px;
    padding-bottom: 0;
    overflow: hidden;
}
.home_blogs {
    overflow: hidden;
    margin-top: 30px;
}
.home_blogs .block_content { padding-top: 25px }
.home_blogs .carousel-control {
    background: 0 0;
    line-height: 38px;
    text-align: center;
    color: #888;
    display: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.home_blogs .carousel-control.left { left: -50px }
.home_blogs .carousel-control.right { right: -50px }
.home_blogs .owl-row {
    margin-left: -10px;
    margin-right: -10px;
}
.home_blogs .owl-row .owl-item { padding: 0 10px }
.home_blogs .owl-next,
.home_blogs .owl-prev {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 35px;
}
.home_blogs .owl-next { right: -40px }
.home_blogs .owl-prev { left: -40px }
.home_blogs:hover .carousel-control {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.home_blogs:hover .carousel-control.left { left: 0 }
.home_blogs:hover .carousel-control.right { right: 0 }
.home_blogs:hover .owl-prev {
    left: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.home_blogs:hover .owl-next {
    right: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
#newsletter_block .block_content { padding: 10px 0 }
#newsletter_block .des_newsletter {
    padding-bottom: 30px;
    line-height: 24px;
}
#newsletter_block .form_newsletter { position: relative }
#newsletter_block .newsletter-input {
    border: 1px solid #e4e4e4;
    box-shadow: none;
    height: 44px;
    font-weight: 300;
    font-size: 14px;
    background: #fff;
    padding-right: 50px;
}
#back-top a,
#newsletter_block .btn span { font-size: 0 }
#newsletter_block .btn {
    background-color: #dfdfdf;
    z-index: 9999;
    color: #292733;
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0;
    width: 42px;
    height: 42px;
    line-height: 40px;
    text-align: center;
}
#newsletter_block .btn:hover {
    background-color: #E04D16;
    color: #fff;
}
#newsletter_block .btn:before {
    content: "\f1d8";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 38px;
}
.block-manufacture .carousel-control.left,
.block-manufacture .owl-prev { left: -75px }
.block-manufacture .carousel-control.right,
.block-manufacture .owl-next { right: -75px }
.banner_hbot {
    margin-top: 50px;
    margin-bottom: 70px;
}
.block-manufacture {
    margin-top: 30px;
    overflow: hidden;
}
.block-manufacture .block_content { background: #fff }
.block-manufacture .logo-manu { margin: 7.5px 0 }
.block-manufacture .logo-manu a {
    display: block;
    border: 1px solid #e4e4e4;
}
.block-manufacture .logo-manu a:hover { border-color: #E04D16 }
.template-index .block-manufacture .logo-manu a { border: 0 }
.block-manufacture .carousel-control {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.block-manufacture .owl-next,
.block-manufacture .owl-prev {
    color: #292733;
    border: 1px dashed #898989;
    background: rgba(241,250,255,.24);
}
.block-manufacture .owl-next:focus,
.block-manufacture .owl-next:hover,
.block-manufacture .owl-prev:focus,
.block-manufacture .owl-prev:hover {
    color: #fff;
    border-color: #E04D16;
    background: #E04D16;
}
.block-manufacture:hover .carousel-control {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.block-manufacture:hover .carousel-control.left { left: -28px }
.block-manufacture:hover .carousel-control.right { right: -28px }
.block-manufacture:hover .owl-prev {
    left: -28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.block-manufacture:hover .owl-next {
    right: -28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.block_aboutshop .logo-ft { text-align: left }
.block_aboutshop .logo-ft img { margin: 0 }
.block_aboutshop .about {
    padding: 10px 0;
    line-height: 24px;
}
.block_aboutshop .about p { margin: 0 0 8px }
.time li {
    background: url(//cdn.shopify.com/s/files/1/0894/6262/t/7/assets/dot.png?5481998150135464667) left 16px repeat-x;
    line-height: 20px;
    padding: 5px 0;
}
.time li:after,
.time li:before {
    content: "";
    display: table;
}
.time li:after { clear: both }
.time li span { background-color: #fff }
.template-index .time li span { background-color: #eee }
.toggle-footer {
    margin: 0;
    padding: 0;
}
.toggle-footer li {
    line-height: 26px;
    position: relative;
    margin-bottom: 8px;
}
.toggle-footer li a {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    display: block;
    color: #000;
    padding: 0;
    position: relative;
    font-family: r;
}
.toggle-footer li a:hover {
    color: #E04D16;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.footer_contact { line-height: 22px }
#product-detail-image { margin-top: 20px }
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
}
#back-top a {
    background: #333;
    opacity: .5;
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 50%;
    position: relative;
}
#back-top a::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: FontAwesome;
    font-size: 40px;
    content: "\f106";
    color: #FFF;
    line-height: 40px;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-googlemap {
    margin: 0;
    text-align: center;
    position: relative;
}
.box-googlemap .box_title { display: none }
.box-googlemap .box_title span { font-weight: 300 }
.box-googlemap .box_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #E04D16;
}
#cart-page {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
}
#cart-page h2 {
    margin: 0;
    line-height: 50px;
}
#cart-page .cart-empty {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    text-align: center;
}
#cart-page .cart-empty-continue {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
#cart-page .cart_header_labels {
    background-color: #E04D16;
    border: 1px solid #e4e4e4;
    color: #fff;
}
#cart-page .cart_header_labels .label_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #e4e4e4;
}
#cart-page .cart_header_labels .label_item:last-child { border-right: 0 }
#cart-page .list_product_cart { border: 1px solid #e4e4e4 }
#cart-page .list_product_cart .cpro_item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #e4e4e4;
    min-height: 120px;
}
#cart-page .list_product_cart .cpro_item:last-child { border-right: 0 }
#cart-page .list_product_cart .cpro_item img { margin: 0 auto }
#cart-page .list_product_cart .cpro_item .js-qty {
    display: inline-block;
    vertical-align: middle;
}
#cart-page .list_button_cart {
    border: 1px solid #e4e4e4;
    border-top: 0;
    padding: 10px;
}
#cart-page .list_button_cart .note_cart {
    padding-top: 10px;
    padding-bottom: 10px;
}
#cart-page .cart_navigation { margin: 15px 0 }
#AjaxifyCart { padding: 30px 20px }
#AjaxifyCart h2 { text-align: center }
#AjaxifyDrawer h1 { margin: 0 }
#AjaxifyDrawer .cart_header_labels { display: none }
#AjaxifyDrawer img { margin: 0 auto }
#AjaxifyDrawer .list_button_cart,
#AjaxifyDrawer .list_product_cart {
    border-top: 1px solid #e4e4e4;
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}
#AjaxifyDrawer .cpro_item { min-height: 100px }
.js-qty__num { width: 50% }
.ajaxcart h1 {
    margin: 0;
    font-size: 30px;
    height: 40px;
    line-height: 38px;
}
.ajaxcart .cart_header_labels {
    margin: 10px 0 15px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
}
.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px;
}
.ajaxcart .product_name {
    margin: 0;
    text-align: left;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0;
}
.rtl .ajaxcart .product_name { text-align: right }
.ajaxcart small { float: left }
.rtl .ajaxcart small { float: right }
.ajaxcart .note_item .control-label { font-weight: 400 }
.ajaxcart .list_button_cart p { margin: 0 0 5px }
.con-ajax-cart { display: none }
.ajaxcart .con-ajax-cart {
    display: inline-block;
    vertical-align: middle;
}
.swatch .swatch-element .crossed-out,
.swatch .swatch-element.soldout,
.swatch input { display: none }
.swatch { margin: 20px 0 0 }
.swatch .header {
    margin: 0 10px 0 0;
    float: left;
    line-height: 35px;
    min-width: 60px;
    color: #292733;
}
.rtl .swatch .header {
    margin: 0 0 0 10px;
    float: right;
}
.quick-view-product .swatch .header {
    width: 100%;
    line-height: normal;
}
.swatch label {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    float: left;
    min-width: 35px!important;
    height: 35px!important;
    margin: 0;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    color: #777;
    font-size: 11px;
    text-align: center;
    line-height: 35px;
    white-space: nowrap;
    text-transform: uppercase;
}
.rtl .swatch label { float: right }
.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ();
    -webkit-font-smoothing: antialiased;
    margin: 0 10px 10px 0;
    position: relative;
}
.rtl .swatch .swatch-element { float: right }
.swatch-element label {
    padding: 0 10px;
    cursor: pointer;
}
.color.swatch-element label { padding: 0 }
.swatch input:checked+label {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.8);
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    border-color: transparent;
}
.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swatch .swatch-element.soldout .crossed-out { display: block }
.swatch .swatch-element.soldout label {
    opacity: .6;
    filter: alpha(opacity=60);
}
.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -30px;
    margin-bottom: 15px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    box-shadow: 2px 2px 6px rgba(0,0,0,.28);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}
.swatch .swatch-element:hover .tooltip {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY();
    -moz-transform: translateY();
    -ms-transform: translateY();
    -o-transform: translateY();
}
.swatch.error {
    background-color: #e8d2d2!important;
    color: #333!important;
    padding: 1em;
    border-radius: 5px;
}
.swatch.error p { margin: .7em 0 }
.swatch.error p:first-child { margin-top: 0 }
.swatch.error p:last-child { margin-bottom: 0 }
.swatch.error code { font-family: monospace }
#login-page h1,
#login-page h2,
#login-page h3,
#register-page h1,
#register-page h3,
.page-subheading { font-family: 'Open Sans',sans-serif }
.page-subheading {
    position: relative;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 30px;
    color: #292733;
    line-height: normal;
}
.products_hotdeal { margin-top: 30px }
.products_hotdeal .products_block .block_content { padding: 30px }
.products_hotdeal .owl-buttons { display: none }
.products_hotdeal .product-block:after,
.products_hotdeal .product-block:before {
    content: " ";
    display: table;
}
.products_hotdeal .product-block .box-buttons { display: none }
.products_hotdeal .product-block .image {
    float: left;
    width: 40%;
    padding: 0 20px;
}
.products_hotdeal .product-block .product-meta {
    float: left;
    width: 60%;
    padding: 0 10px 0 30px;
    text-align: left;
}
.products_hotdeal .product-block .name {
    max-height: 50px;
    height: auto;
}
.products_hotdeal .product-block .name a {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.products_hotdeal .product-block .review {
    display: block;
    padding: 10px 0;
}
.products_hotdeal .product-block .box-price { border: 1px solid #e4e4e4 }
.products_hotdeal .product-block .content_price {
    margin-bottom: 0;
    padding: 6px 16px 7px;
}
.products_hotdeal .product-block .functional-buttons { margin-top: 25px }
.products_hotdeal .product-block .functional-buttons>div {
    float: left;
    display: block;
    margin-right: 10px;
}
.products_hotdeal .product-block .functional-buttons .btn { padding: 1px }
.products_hotdeal .product-block .functional-buttons .btn span { display: none }
.products_hotdeal .product-block .functional-buttons .btn .fa {
    border-radius: 2px;
    width: 42px;
    height: 42px;
    line-height: 38px;
    border: 1px dashed transparent;
}
.products_hotdeal .product-block .functional-buttons .btn:hover {
    background: #E04D16;
    border-radius: 4px;
    border-color: #E04D16;
    color: #fff;
}
.products_hotdeal .product-block .functional-buttons .btn:hover .fa { border-color: #fff }
.products_hotdeal .product-block .deal-clock {
    position: relative;
    background: #f5f5f5;
    bottom: 0;
    border: 0;
}
.products_hotdeal .product-block .deal-clock ul li {
    padding: 0 15px;
    color: #292733;
}
.products_hotdeal .product-block .deal-clock ul li b {
    display: block;
    position: relative;
    font-weight: 600;
    font-size: 12px;
}
.products_hotdeal .product-block .deal-clock ul li.day { color: #E04D16 }
.products_hotdeal .product-block .deal-clock ul li span {
    display: block;
    font-size: 10px;
    line-height: 10px;
}
.products_hotdeal .product-block:hover .deal-clock {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    bottom: 0;
}
.products_sidebar { margin-top: 30px }
.products_sidebar .product_list_owl .owl-item { margin: 20px 0 10px }
.products_sidebar .product_list_owl .product_block { margin: 5px 0 }
.products_sidebar .product_list .product_block { margin: 0 }
.products_sidebar .box-buttons,
.products_sidebar .new-box,
.products_sidebar .sale-box { display: none }
.products_sidebar .product-block:after,
.products_sidebar .product-block:before {
    content: " ";
    display: table;
}
.products_sidebar .product-block .image {
    float: left;
    width: 35%;
}
.products_sidebar .product-block .product-meta {
    float: left;
    width: 65%;
    padding: 0 0 0 10px;
    text-align: left;
}
#login-page .login-box,
#login-page .register-box {
    min-height: 382px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e4e4e4;
}
.products_sidebar .product-block .functional-buttons { display: none }
.products_sidebar .price { font-size: 16px }
#login-page {
    margin-top: 30px;
    font-size: 13px;
    font-weight: 300;
    color: #666;
}
#login-page h1,
#login-page h2,
#login-page h3 {
    font-size: 20px;
    font-weight: 400;
    color: #888;
    margin: 0 0 30px;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
}
#login-page .login-box p { margin: 0 }
#login-page .login-box .label-login {
    display: block;
    line-height: 22px;
    margin: 0 0 5px;
    font-weigth: 400;
}
#login-page .login-box .form-control {
    box-shadow: none;
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 13px;
}
#login-page .login-box .lost_password {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
}
#login-page .login-box .text-link { margin-top: 10px }
#login-page .register-box p { margin: 0 }
#login-page .register-box .register_des { margin-bottom: 20px }
#login-page .btn-outline { padding: 6px 15px 8px }
#register-page .register-box {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 70px;
    background: #fff;
}
#register-page .register-box .label-register {
    display: block;
    line-height: 22px;
    margin: 0 0 5px;
}
#register-page .register-box .form-control {
    box-shadow: none;
    margin-bottom: 20px;
}
#register-page h1,
#register-page h3 {
    font-size: 18px;
    font-weight: 400;
    background: 0 0;
    color: #888;
    margin: 0 0 20px;
    line-height: 40px;
    text-align: center;
}
#account-page h1,
#adress-page h1 {
    font-size: 24px;
    font-weight: 400;
    color: #888;
    font-family: 'Open Sans',sans-serif;
}
#register-page h1:after,
#register-page h1:before,
#register-page h3:after,
#register-page h3:before { display: none }
#customer_register {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    padding: 0 20px 30px;
}
#account-page { margin: 30px 0 50px }
#account-page h1 {
    margin: 0 0 20px;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
}
#account-page h4 {
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e4e4e4;
    background-color: #F7F7F7;
    height: 40px;
}
#account-page h5 {
    line-height: 30px;
    margin: 0;
}
#account-page .box-content {
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}
#account-page .order-account { margin-bottom: 20px }
#account-page p {
    margin: 0;
    line-height: 30px;
}
.account-box {
    padding: 30px 20px 70px;
    background: #fff;
}
#adress-page { margin: 50px 0 70px }
#adress-page h1 {
    margin: 0;
    line-height: 40px;
}
#adress-page .section-header {
    padding: 5px 20px;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
#adress-page .section-header_left,
#adress-page .section-header_right {
    float: left;
    width: 50%;
}
.rtl #adress-page .section-header_left,
.rtl #adress-page .section-header_right { float: right }
#adress-page .section-header_right {
    text-align: right;
    padding: 3px 0;
}
.rtl #adress-page .section-header_right { text-align: left }
#adress-page .page-subheading { text-align: center }
.address_box {
    padding: 30px 20px 70px;
    background: #fff;
}
.adress-box { padding: 20px }
.adress-box h3,
.adress-box h4 {
    font-size: 14px;
    margin: 0;
    line-height: 40px;
}
#AddAddress,
.edit_address {
    width: 600px;
    margin: 0 auto 30px;
    border: 1px solid #e4e4e4;
    padding: 20px;
}
#quick-view-product {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100;
}
#popup-newletter,
#quick-view-product .more-view-wrapper,
.categoryTabs .pgmRight,
.loading_site { overflow: hidden }
#quick-view-product .product-info {
    color: #666;
    font-weight: 300;
}
#quick-view-product .brand { color: #666 }
#quick-view-product .available {
    margin: 0;
    font-weight: 400;
    color: #72C13D;
}
#quick-view-product .available.outstock { color: #E55E5E }
#quick-view-product .qwp-name {
    margin: 10px 0;
    font-size: 24px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    line-height: 30px;
    color: #888;
    text-transform: uppercase;
}
#quick-view-product #usefull_link_block { margin: 10px 0 }
#quick-view-product #usefull_link_block li a {
    color: #666;
    line-height: 17px;
}
#quick-view-product .fancybox-overlay { display: block!important }
#quick-view-product .quick-view-product {
    position: absolute;
    width: 1140px;
    top: 10%;
    height: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px;
    background-color: #fff;
    z-index: 8011;
}
#quick-view-product .prices {
    display: block;
    margin-bottom: 15px;
}
#quick-view-product .total-price {
    float: left;
    width: 100%;
    display: block;
    margin-top: 15px;
}
#quick-view-product .total-price span {
    font-family: 'Open Sans',sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
#quick-view-product .product-right-column .quantity_wanted_p {
    width: 100%;
    margin-top: 15px;
}
#quick-view-product .product-right-column .add_to_cart_detail { margin: 15px 10px 15px 0 }
#quick-view-product .product-right-column .btn-wishlist { margin-top: 15px }
#quick-view-product .swatch .swatch-element { margin: 6px 6px 0 0 }
#quick-view-product .view_full_size { position: relative }
#quick-view-product .loading-imgquickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(loading.gif) center center no-repeat;
}
#quick-view-product .availability,
#quick-view-product .product-sku { line-height: 28px }
#thumbs_list_quickview {
    position: relative;
    padding: 20px 30px;
}
#thumblist_quickview { position: static }
#thumblist_quickview .owl-item { padding: 1px }
#thumblist_quickview .owl-item a {
    display: block;
    border: 1px solid transparent;
}
#thumblist_quickview .owl-item a:hover { border-color: #333 }
#thumblist_quickview .owl-item img { max-width: 100% }
#thumblist_quickview .owl-next,
#thumblist_quickview .owl-prev {
    width: 16px;
    height: 16px;
    margin-top: -8px;
}
#thumblist_quickview .owl-next:before,
#thumblist_quickview .owl-prev:before {
    border: 1px solid #b6b6b6;
    border-radius: 100%;
    font-size: 10px;
    line-height: 14px;
    height: 16px;
    color: #888;
    text-shadow: none;
}
#thumblist_quickview .owl-next:hover:before,
#thumblist_quickview .owl-prev:hover:before {
    background: #333;
    color: #fff;
}
#popup-newletter .pnewle-message,
#popup-newletter h3 {
    font-family: 'Open Sans',sans-serif;
    color: #888;
}
@media (max-width:1100px) { 
    #quick-view-product,
    .quickview { display: none!important }
}
#deal-pages { margin-bottom: 50px }
#deal-pages .bg-warning {
    margin: 0;
    padding: 8px 10px;
}
#popup-newletter {
    background: url(//cdn.shopify.com/s/files/1/0894/6262/t/7/assets/pnewletter_bg.png?5481998150135464667) bottom right no-repeat #e6e6e6;
    text-align: left;
    padding: 20px;
    min-width: 624px;
    min-height: 420px;
}
#popup-newletter h3 {
    font-size: 30px;
    margin: 0 0 10px;
    padding: 8px 0;
    font-weight: 400;
}
#popup-newletter .pnewle-message { width: 55% }
#popup-newletter .pnewle-message span {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
#popup-newletter .pnewle-message p {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
#popup-newletter .pnewle-message ul { margin-bottom: 20px }
#popup-newletter .pnewle-message ul li {
    font-size: 12px;
    position: relative;
    display: block;
    padding-left: 25px;
}
.rtl #popup-newletter .pnewle-message ul li {
    padding-right: 25px;
    padding-left: inherit;
}
#popup-newletter .pnewle-message ul li:before {
    content: "\f111";
    position: absolute;
    font-family: FontAwesome;
    font-size: 5px;
    top: 8px;
    left: 10px;
}
.rtl #popup-newletter .pnewle-message ul li:before {
    right: 10px;
    left: auto;
}
#popup-newletter .pnewle-form { width: 53% }
#popup-newletter .pnewle-form .newsletter-input {
    font-size: 12px;
    font-style: italic;
    height: 33px;
}
#popup-newletter .pnewle-form .btn {
    margin-top: 10px;
    background-color: #E04D16;
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    font-size: 11px;
    position: relative;
    padding: 5px 12px;
}
#popup-newletter .pnewle-form .btn:hover { background-color: #e881ff }
.social-icons {
    width: 53%;
    margin-top: 20px;
}
.social-icons h4 {
    font-weight: 400;
    padding: 8px 0;
}
.social-icons .block_content ul { margin: 0 }
.social-icons .block_content ul li {
    width: 20%;
    text-align: center;
    padding: 0;
    height: 40px;
    float: left;
}
.rtl .social-icons .block_content ul li { float: right }
.social-icons .block_content ul li a {
    font-size: 18px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #888;
    border: 1px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
    line-height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.social-icons .block_content ul li span { font-size: 0 }
.social-icons .block_content ul li.facebook a:hover { border-color: #428bca }
.social-icons .block_content ul li.twitter a:hover { border-color: #5bc0de }
.social-icons .block_content ul li.rss a:hover { border-color: #0eba9e }
.social-icons .block_content ul li.youtube a:hover { border-color: #CC181E }
.social-icons .block_content ul li.google-plus a:hover { border-color: #4387fd }
.social-icons .block_content ul li.instagram a:hover { border-color: #3F729B }
.social-icons .block_content ul li.pinterest a:hover { border-color: #c72527 }
#page .rte ol,
#page .rte ul {
    padding: 0 0 0 30px;
    list-style: disc;
    margin-bottom: 5px;
}
#page .rte ol { list-style: decimal }
#page .rte .panel-body { padding: 10px }
.google-maps .gmap-content { padding-right: 0 }
.rtl .google-maps .gmap-content {
    padding-left: 0;
    padding-right: inherit;
}
.google-maps .gmap-stores-content { padding-left: 0 }
.rtl .google-maps .gmap-stores-content {
    padding-right: 0;
    padding-left: inherit;
}
.google-maps .gmap-stores-content .gmap-stores-list {
    overflow: hidden;
    background: #F5F5F5;
}
.google-maps .gmap-stores-content .gmap-stores-list ul { padding: 15px 20px 15px 30px }
.rtl .google-maps .gmap-stores-content .gmap-stores-list ul { padding: 15px 30px 15px 20px }
.google-maps .gmap-stores-content .gmap-stores-list ul li {
    cursor: pointer;
    padding: 20px 0;
    border-bottom: 1px solid #e881ff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.google-maps .gmap-stores-content .gmap-stores-list ul li>strong {
    color: #888;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.google-maps .gmap-stores-content .gmap-stores-list ul li>text {
    font-size: 13px;
    font-family: 'Open Sans';
}
.page-content,
.page-header { font-family: 'Open Sans',sans-serif }
.google-maps .gmap-stores-content .gmap-stores-list ul li:last-child,
.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs { border-bottom: 0 }
.pill-content>.pill-pane,
.tab-content>.tab-pane { display: none }
#custombullet li a,
#instafeed .owl-item a,
.item-cart-top,
.pill-content>.active,
.tab-content>.active { display: block }
.tabs-below>.nav-tabs { border-top: 1px solid #ddd }
.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}
.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent;
}
.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover { border-color: transparent #ddd #ddd }
.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li { float: none }
.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}
.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}
.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover { border-color: #eee #ddd #eee #eee }
.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:focus,
.tabs-left>.nav-tabs .active>a:hover { border-color: #ddd transparent #ddd #ddd }
.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}
.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover { border-color: #eee #eee #eee #ddd }
.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:focus,
.tabs-right>.nav-tabs .active>a:hover { border-color: #ddd #ddd #ddd transparent }
.instagram-block .block-title h3 {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 10px 0;
    text-align: center;
}
.instagram-block .block-content { over-flow: hidden }
#instafeed .owl-item { padding: 0 10px }
#instafeed .owl-item a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.page-header {
    font-size: 20px;
    font-weight: 600;
    color: #292733;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 40px;
}
.page-header h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.page-content {
    font-size: 12px;
    font-weight: 300;
    color: #666;
}
#order-page h4 {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
}
.order_details,
.order_info { margin-bottom: 20px }
.order_details p {
    font-size: 14px;
    font-style: italic;
}
#breadcrumbs nav {
    background: #f5f5f5;
    padding: 6px 20px 8px;
    margin-bottom: 30px;
}
.item-cart-top,
.title-cart-top { margin-bottom: 10px }
.breadcrumb>li:first-child a {
    position: relative;
    padding-left: 15px;
}
.breadcrumb>li:first-child a:before {
    content: "\f015";
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 14px;
    color: #929292;
    position: absolute;
    top: -1px;
    left: 0;
}
.page-wrap {
    background: #fff;
    padding: 30px;
}
.page-404 {
    text-align: center;
    padding: 40px 0;
}
.page-404 h1 {
    font-size: 200px;
    letter-spacing: 20px;
    line-height: 150px;
    color: #FFF;
}
.page-404 h2 {
    font-size: 60px;
    letter-spacing: 20px;
    line-height: 60px;
    color: #FFF;
}
.page-404 .des_cription_404 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 100;
    color: #FFF;
}
.page-404 .btn_404 { margin-top: 20px }
.page_404 {
    background: url(//cdn.shopify.com/s/files/1/0894/6262/t/7/assets/404.jpg?5481998150135464667) center center no-repeat;
    background-size: cover;
    min-height: 800px;
    padding-top: 60px;
}
#products_viewed_block { margin-top: 30px }
#products_viewed_block .title_block a { color: #fff }
#products_viewed_block .block_content {
    padding: 30px 0 10px;
    border: 0;
}
#pop-cart {
    position: absolute;
    z-index: 9999;
    right: 0;
    min-width: 280px;
    padding-top: 10px;
    box-sizing: border-box;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
#cart:hover #pop-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
#pop-cart form {
    background-color: #fff;
    float: left;
    width: 100%;
    box-shadow: 0 0 5px #bdbdbd;
    padding: 15px;
}
.item-cart-top {
    position: relative;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding: 5px;
}
.item-cart-top:hover { background-color: rgba(0,0,0,.1) }
.item-cart-top img {
    max-width: 90px;
    float: left;
    padding-right: 5px;
}
.into-price { float: left }
.cart_top_remove { float: right }
.box-total-cart { text-align: right }
.box-controler-cart {
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 50px;
}
.box-controler-cart a {
    float: left;
    padding-bottom: 2px;
    border-bottom: 2px solid #333;
}
.box-controler-cart input {
    float: right;
    background-color: transparent;
    border: 0;
    text-align: right;
    padding: 0 0 2px;
    border-bottom: 2px solid #333;
    text-transform: uppercase;
}
.box-controler-cart a:hover,
.box-controler-cart input:hover {
    color: #03a9f4;
    border-bottom: 2px solid #03a9f4;
}
.loading_site {
    background: url(//cdn.shopify.com/s/files/1/0894/6262/t/7/assets/loading.gif?5481998150135464667) center center no-repeat #fff;
    border: 1px solid rgba(0,0,0,.15);
    position: fixed;
    top: 50%!important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px rgba(0,0,0,.3);
}
#custombullet li {
    position: relative;
    padding: 28px 20px 34px;
    float: left;
    width: 33.3333333333333%;
    display: none;
}
#custombullet li.active { background: #f5f5f5 }
#custombullet li.active:after { border-bottom: 11px solid #f5f5f5 }
#custombullet li:after {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-right: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid transparent;
    z-index: 6;
}
#custombullet li a {
    position: relative;
    padding-left: 50px;
}
#productTabs.products_block .carousel-control,
#productTabs.products_block .owl-controls .owl-next,
#productTabs.products_block .owl-controls .owl-prev,
.prolistweek .box-buttons,
.prolistweek .new-box,
.prolistweek .sale-box { display: none }
#custombullet li a span {
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 100%;
    background: #E04D16;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
#custombullet li a span.bullet_1 { background: #6b3de5 }
#custombullet li a span.bullet_2 { background: #00a9e0 }
#custombullet li a span.bullet_3 { background: #E04D16 }
#custombullet li a span.bullet_4 { background: #ebb04e }
#custombullet li a span.bullet_5 { background: #e881ff }
#custombullet li a span.bullet_6 { background: #ff4d9d }
#custombullet li a h5 {
    margin: 0 0 5px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 600;
}
#custombullet li a p {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    color: #888;
}
.productTabsNav {
    border: 1px solid #e4e4e4;
    background: #f5f5f5;
}
.productTabsNav>li {
    width: 33.33%;
    border-right: 1px solid #e4e4e4;
}
.productTabsNav>li>a {
    margin: 0;
    text-align: center;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    color: #292733;
    text-transform: uppercase;
}
.productTabsNav>li>a:hover {
    border: 0;
    color: #E04D16;
    background: #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.productTabsNav>li.active>a,
.productTabsNav>li.active>a:focus {
    border: 0;
    background: #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.productTabsNav>li.active>a:hover {
    border: 0;
    color: #E04D16;
    background: #fff;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.productTabsNav>li:last-child,
.productTabsNav>li:last-child>a { border-right: 0 }
#productTabs.products_block .block_content { border-top: 0 }
.block_prolistweek { margin-top: 30px }
.prolistweek .product_list {
    border: 1px solid #e4e4e4;
    padding-bottom: 33px;
}
.prolistweek .product_list .product_block { margin: 38px 0 0 }
.prolistweek .product-block:after,
.prolistweek .product-block:before {
    content: " ";
    display: table;
}
.prolistweek .product-block .image {
    float: left;
    width: 40%;
}
.prolistweek .product-block .product-meta {
    float: left;
    width: 60%;
    padding: 0 0 0 10px;
    text-align: left;
}
.prolistweek .product-block .functional-buttons { display: none }
.prolistweek .product-price { font-size: 16px }
.bannerFooter { margin-top: 29px }
.bannerFooter img { width: 100% }
.htmlFooterCenter .block .block_content {
    padding: 10px 0;
    line-height: 24px;
}
.contact-us .fa {
    min-width: 22px;
    position: absolute;
    top: 5px;
    left: 0;
}
.contact-us li {
    position: relative;
    margin: 0 0 20px;
}
.contact-us li.hasIcon {
    padding-left: 25px;
    margin-bottom: 5px;
}
.contact-us a { color: #E04D16 }
.contact-us a:hover { text-decoration: underline }
.sidebar-service {
    margin-top: 30px;
    border: 1px solid #e4e4e4;
}
.sidebar-service .support>div {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    padding: 17px 20px 17px 74px;
}
.sidebar-service .support>div:last-child { border-bottom: 0 }
.sidebar-service .support>div:hover .box-icon {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.sidebar-service .box-icon {
    position: absolute;
    top: 17px;
    left: 20px;
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100%;
    background: #6b3de5;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.sidebar-service .box-icon.blue { background: #00a9e0 }
.sidebar-service .box-icon.green { background: #E04D16 }
.sidebar-service .box-icon.yellow { background: #ebb04e }
.sidebar-service .box-body h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #292733;
    padding: 4px 0;
}
.sidebar-service .box-body p {
    margin: 0;
    line-height: 16px;
    font-weight: 300;
    font-size: 13px;
}
.block-testimonial { margin-top: 30px }
.block-testimonial .owl-controls {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.block-testimonial .owl-controls .owl-next,
.block-testimonial .owl-controls .owl-prev {
    font-size: 0;
    width: 24px;
    height: 24px;
    text-shadow: none;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    color: #292733;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.block-testimonial .owl-controls .owl-next:before,
.block-testimonial .owl-controls .owl-prev:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.block-testimonial .owl-controls .owl-next:focus,
.block-testimonial .owl-controls .owl-next:hover,
.block-testimonial .owl-controls .owl-prev:focus,
.block-testimonial .owl-controls .owl-prev:hover {
    background: #E04D16;
    color: #fff;
}
.block-testimonial .owl-controls .owl-prev {
    right: 12px;
    left: auto;
}
.block-testimonial .owl-controls .owl-prev:before { content: "\f104" }
.block-testimonial .owl-controls .owl-next {
    right: -15px;
    left: auto;
}
.block-testimonial .owl-controls .owl-next:before { content: "\f105" }
.block-testimonial .block_content {
    border: 1px solid #e4e4e4;
    padding: 0 15px;
}
.testimonial-item {
    padding: 35px 0;
    text-align: center;
}
.testimonial-item .t-avatar { display: block }
.testimonial-item .t-avatar img {
    display: inline-block;
    vertical-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.testimonial-item .test-des { padding: 20px 10px }
.testimonial-item .profile { padding-top: 15px }
.testimonial-item .profile h5 {
    margin: 0;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #292733;
}
.testimonial-item .profile p {
    margin: 0;
    font-size: 11px;
    color: #888;
}
.aboutus,
.aboutus .rte { color: #666 }
.aboutus { background: url(//cdn.shopify.com/s/files/1/0894/6262/t/7/assets/bgaboutus.png?5481998150135464667) center center no-repeat #fff }
.aboutus .page-wrap {
    background: 0 0;
    padding-top: 100px;
    padding-bottom: 100px;
}
.faqPage .panel-group .panel-default,
.faqPage .panel-group .panel-default .panel-heading,
.faqPage .panel-group .panel-heading+.panel-collapse .panel-body {
    border: 0;
    background-color: transparent;
}
.faqPage .panel-group .panel-default {
    padding-left: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.rtl .faqPage .panel-group .panel-default {
    padding-right: 50px;
    padding-left: inherit;
}
.faqPage .panel-group .panel-title { font-size: 14px }
.faqPage .panel-group .panel-title>a {
    color: #292733;
    display: block;
    position: relative;
    font-weight: 600;
}
.faqPage .panel-group .panel-title>a:before {
    content: "";
    width: 34px;
    height: 34px;
    position: absolute;
    top: -10px;
    left: -50px;
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
    border-radius: 100%;
    z-index: 10;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.faqPage .panel-group .panel-title>a:after {
    content: "\f068";
    font-family: FontAwesome;
    z-index: 11;
    position: absolute;
    top: -10px;
    left: -38px;
    line-height: 34px;
    font-weight: 400;
    color: #292733;
}
.faqPage .panel-group .panel-title>a.collapsed:after {
    content: "\f067";
    color: #292733;
}
.faqPage .panel-group .panel-title>a.collapsed:before {
    -webkit-box-shadow: 0 0 0 2px #000 inset;
    box-shadow: 0 0 0 2px #000 inset;
}
.faqPage .panel-group .panel-title>a.in:after {
    content: "\f068";
    color: #292733;
}
.faqPage .panel-group .panel-title>a.in:before {
    -webkit-box-shadow: 0 0 0 34px #000 inset;
    box-shadow: 0 0 0 34px #000 inset;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
.boxListRight { margin-left: -1px }
.proListSpecial .product_list_owl { margin: 0 }
.proListSpecial .product_list_owl .owl-item { margin: 30px 0 0 }
.proListSpecial.products_block .block_content { min-height: 403px }
.proListSpecial .owl-controls {
    display: none!important;
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
    text-align: right;
}
.proListSpecial .owl-controls .owl-page {
    display: inline-block;
    vertical-align: middle;
}
.proListSpecial .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #CCC;
    margin: 3px;
    border-radius: 20px;
    opacity: .5;
    filter: alpha(opacity=50);
}
.proListSpecial .owl-controls .owl-page.active span {
    background: #333;
    opacity: 1;
    filter: alpha(opacity=100);
}
.proListSpecial .product_block { margin-bottom: 30px }
.categoryTabs {
    background: #fff;
    border: 1px solid #e4e4e4;
    margin-top: 30px;
}
@media (min-width:992px) { 
    .categoryTabs .pgmRight { border-right: 1px solid #e4e4e4 }
}
.categoryTabs .tab-content {
    z-index: 2;
    position: relative;
}
.categoryTabs .floatRight { float: right }
.categoryTabs .floatLeft { float: left }
.pgmLeft {
    position: relative;
    padding: 0 30px;
}
.blockGolMart .block-title h3 {
    position: relative;
    background: #f5f5f5;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 30px;
    color: #292733;
    line-height: normal;
}
.blockGolMart .product_list_owl {
    margin: 0;
    padding: 0 15px;
    min-height: 398px;
}
.blockGolMart .nav-tabs {
    margin: 10px 0 0;
    padding: 0;
    border: 0;
}
.blockGolMart .nav-tabs>li {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.blockGolMart .nav-tabs>li:last-child { border: none }
.blockGolMart .nav-tabs>li>a {
    padding: 5px 0;
    display: block;
    font-size: 13px;
    background: 0 0;
    border: 0;
    color: #292733;
    line-height: 20px;
}
.blockGolMart .nav-tabs>li>a:hover {
    background: 0 0;
    border: 0;
    color: #E04D16;
}
.blockGolMart .nav-tabs>li.active>a {
    color: #000;
    background: 0 0;
    border: 0;
}
.blockGolMart .nav-tabs>li.active>a:hover {
    background: 0 0;
    border: 0;
    color: #E04D16;
}
.blockGolMart.One .pgmLeft:before,
.blockGolMart.Two .pgmLeft:before { background-color: #000 }
.blockGolMart.One .block-title h3,
.blockGolMart.Two .block-title h3 { color: #000 }
.blockGolMart .owl-next,
.blockGolMart .owl-prev {
    background-color: transparent;
    color: #B8B8B8;
    border: 1px solid #B8B8B8;
    border-radius: 100%;
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
#sort-by li li a:hover,
#sort-by li li:hover { color: #007fb8 }
.blockGolMart .owl-next:before,
.blockGolMart .owl-prev:before { text-shadow: none }
.blockGolMart .owl-next:hover,
.blockGolMart .owl-prev:hover { background-color: #E6E6E6 }
.blockGolMart .owl-prev:before { padding: 3px 14px }
.blockGolMart .owl-next:before { padding: 3px 16px }
.blockGolMart:hover .owl-next,
.blockGolMart:hover .owl-prev {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.template-list-collections .category-products .item-inner {
    text-align: center;
    margin-bottom: 20px;
}
.template-list-collections .category-products .item-inner .item-title { padding: 10px 0 }
.template-list-collections .category-products .item-inner img { max-height: 200px }
#sort-by .button-asc,
#sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px;
}
#sort-by li li:hover,
#sort-by li:hover { background-color: #fff }
#sort-by {
    float: right;
    font-size: 12px;
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
#sort-by a:link,
#sort-by a:visited {
    color: #333;
    text-decoration: none;
}
#sort-by li {
    background: #fff;
    cursor: pointer;
    margin: 0 auto;
    padding: 5px 10px;
    position: relative;
    width: 120px;
    float: left;
    color: #333;
    border: 1px solid #F3F3F3;
}
#sort-by li li {
    width: 120px;
    margin-top: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}
#sort-by ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 27px;
    background: #F8F8F8;
    z-index: 10000;
    border: 1px solid #F0F0F0;
}
#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: 1px solid transparent;
}
#sort-by li:hover>ul { visibility: visible }
.right-arrow { float: right }
.right-arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #666;
    font-size: 12px;
}
#quick-view-product .quick-view-product { border: 1px solid #e4e4e4 }
#quick-view-product .img-product img {
    height: 180px;
    object-fit: contain;
}
#thumbs_list_quickview img {
    height: 90px;
    width: 90px;
    object-fit: contain;
}
.required { color: red!important }
.template-customers-login .account-login .buttons-set { margin-top: 10px }
.blog-social { margin-top: 20px }
.header_user_info .popup-title .fa-user { margin-right: 2px }
.template-cart input.input-text { max-width: 100% }
@media screen and (min-width:768px) and (max-width:991px) { 
    .template-cart .product-price { font-size: 14px }
}
@media screen and (max-width:991px) { 
    .template-cart button.btn { margin-top: 10px }
}
#verticalmenu .product_img_link .img-responsive {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
#proListSpecial.proListSpecial .content_price .old-price { display: none }
#customer_register .page-subheading { border: 0 }
.table-responsive { margin-bottom: 15px }
.table-responsive tr td,
.table-responsive tr th {
    width: 16.6666%;
    text-align: center;
}
.block-account .block-title { margin-bottom: 10px }
.add_address .form-list .input-text {
    padding: 9px 25px;
    margin-bottom: 20px;
    max-width: 100%;
}
.add_address .form-list li:last-child { margin-bottom: 20px }
.template-customers-account .sidebar .block-account { margin-top: 20px }
.template-customers-addresses .main.container>.row {
    margin-left: 0;
    margin-right: 0;
}
.template-customers-addresses .page-content { text-align: center }
.template-blog #blog-listing .rte .img-responsive {
    width: 100%;
    max-height: 450px;
}
.template-collection #center_column.col-sm-12 .content_scene_cat_bg>.image>.img-responsive { width: 100% }
.template-list-collections .pdt-list.products-grid .face img {
    width: 268px;
    height: 200px;
    object-fit: contain;
}
.template-article #blogpage p>img,
.widget-banner.block .img-banner>a>img.img-responsive { width: 100% }
.template-index #footerbottom,
.template-index #footernav,
.template-index #footertop { background: #eee }
.template-customers-addresses .no-gutter .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.template-customers-addresses .no-gutter .col-md-6>.row>h3>em {
    text-transform: none;
    font-size: 14px;
}
#quick-view-product .quantity_wanted_p input.quantity-selector { padding-left: 15px }
#apollo-menu .navbar-nav.megamenu li.active>a,
.template-index .block.categoryTabs ul.nav-tabs li.active>a { color: #E04D16 }
@media screen and (max-width:480px) { 
	#header_logo img {
    max-width: 40%;
	}
}
@media screen and (max-width:767px) { 
    .cart_header_labels { display: none }
    .template-cart #cart-page { text-align: center }
    #cart-page .list_product_cart .cpro_item { min-height: 50px }
    .template-product .primary_block .add-to-cart .border-box .btn {
        margin-top: 15px;
        margin-left: 0;
    }
}
.template-index .boxListRight #proListSpecial .page-subheading { font-size: 14px }
 
::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}
.main-form{
	display: none;
}