html body {
    background: #000 none repeat scroll 0 0;
    font-size: 13px;
}
* {
    font-size: 13px;
}

/**** trick for 5 column grid *****/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: right;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: right;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: right;
    }
}
/**** END trick for 5 column grid *****/


.container{
    max-width: 970px !important;
}

.container .no-padding {
    padding: 0 !important;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #f00;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;

    border-left: 60px solid green;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

    border-right:10px solid blue;
}

#shop-header{
    background: url(../images/shop-top-h.jpg) no-repeat scroll center top / contain, linear-gradient(#010101, #121212);
    border: 1px solid #000000;
    overflow: hidden;
    padding: 10px 0;
}


#shop-header #main-logo{
    padding:0;
}

#shop-header a{
    color: #fff;
    display: inline-block;
}
#shop-header a:hover{
    color: #e3e3e3;
}
#shop-header .search {
    height: 31px;
    margin: 25px  10px 5px 0;
    overflow: hidden;
    position: relative;
}
#shop-header .search input {
    background: #272727 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    color: #8b8a8a !important;
    height: 31px;
    margin: 0;
    padding: 9px;
}
#shop-header #login {
    background: rgba(0, 0, 0, 0) url("../images/user.png") no-repeat scroll right center;
    display: inline-block;
    margin: 16px 40px 0 0;
    padding: 0 30px 0 0;
    position: absolute;
}
#shop-header #login a{

    background: #ff6600 none repeat scroll 0 0;
    line-height: 15px;
    padding: 5px 10px;
}
#shop-header .search button {
    background: transparent url("../images/search.png") no-repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    display: block;
    height: 15px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left:20px;
    text-indent: -999em;
    top: 8px;
    width: 15px;
}


#shop-header #top-hidden-menu{

}

#shop-header #top-img{

}

#app-layout .shop-navbar{
    background: #151515 none repeat scroll 0 0;
    border: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #2e2e2e;
    min-height: 37px;
    border-radius: 0;
}

.shop-navbar #app-navbar-collapse .navbar-nav > li > a{
    border-left: none;
    height: auto;
    line-height: normal;
    padding: 3px;
}

#app-layout .shop-navbar ul#shop_cat_nav{
    margin: 0;
}

#app-layout .shop-navbar ul#shop_cat_nav > li{
    /*background: rgba(0, 0, 0, 0) url("../images/menu-li.jpg") no-repeat scroll left center;
    padding: 0 0 0 12px;*/
}



#app-layout .shop-navbar ul#shop_cat_nav > li:first-child,#app-layout .shop-navbar ul#shop_cat_nav > li:last-child{
    background: none;
    padding: 0;
}
#app-layout .shop-navbar ul#shop_cat_nav > li:hover{
    background: #313131;
}


#app-layout .shop-navbar ul#shop_cat_nav > li > a{
    display: block;
    font-size: 17px;
    height: 36px;
    padding: 6px 9px
}

#app-layout .shop-navbar ul#shop_cat_nav ul.megamenu li div.col-md-3 {

}
.shop-navbar ul#shop_cat_nav ul.megamenu ul.linked{
    padding:  0 0 10px;;
}
.shop-navbar ul#shop_cat_nav ul.megamenu ul.linked li{
    background: url("../images/sub-menu-arrow.png") no-repeat center left;
    border-bottom: 2px solid #292929;
}
.shop-navbar ul#shop_cat_nav ul.megamenu ul.linked li a{
    color: #000;
    font-size: 18px;
    padding: 5px 10px;
}
.shop-navbar ul#shop_cat_nav ul.megamenu ul.linked li a:hover{
    background: none;
    color: #999;
}
/******************** for MEGA MENU **********************/
.navbar-default{
    color: #fff;
    background-color: #ccc6c6;
    border-color: #aca1a2;
}
.navbar-default .navbar-nav > li > a{
    color:#fff;
}
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
    position: static !important;
}
.megamenu{
    padding: 20px 0px;
    width:100%;
}
.megamenu> li > ul {
    padding: 0;
    margin: 0;
}
.megamenu> li > ul > li {
    list-style: none;
}
.megamenu> li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
}
@media (max-width: 768px) {
    .megamenu{
        margin-left: 0 ;
        margin-right: 0 ;
    }
    .megamenu> li {
        margin-bottom: 30px;
    }
    .megamenu> li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;

    }
    .navbar-nav .open .dropdown-menu .dropdown-header{
        color:#fff;
    }
}



#shop-bg{
    background: #191919 url("../images/spotlight.jpg") no-repeat scroll center top;
    padding: 20px 0 0;
    border-top: 1px solid #2e2e2e;
    overflow: hidden;
}
.shop{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    color: #ffffff;
}
.shop select{
    color: #000000;
}
.shop .right .list-title{

}

.shop #right-filters #countProducts {
    border: 1px solid #2e2e2e;
    box-shadow: 0 0 1px #000000;
    font-size: 14px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.shop #right-filters #countProducts .total-icon {
    float: right;
    height: 40px;
    margin: 0 0 0 12px;
    overflow: hidden;
    width: 40px;
}
.shop #right-filters #countProducts .prog-circle {
    background-color: #2d2d2d;
    border-radius: 50%;
    float: left;
    font-size: 120px;
    height: 1em;
    margin: 0;
    position: relative;
    width: 1em;
}
.shop #right-filters #countProducts .prog-circle .percenttext {
    bottom: 0;
    color: #90c844;
    display: block;
    font-size: 0.3em;
    height: 1em;
    left: 0;
    line-height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.shop #right-filters #countProducts .prog-circle .slice {
    clip: rect(0px, 1em, 1em, 0.5em);
    height: 1em;
    position: absolute;
    width: 1em;
}
.shop #right-filters #countProducts .prog-circle .fill, .shop #right-filters #countProducts  .prog-circle .bar {
    border: 0.08em solid #a8a8a8;
    border-radius: 50%;
    box-sizing: content-box;
    clip: rect(0px, 0.5em, 1em, 0px);
    height: 0.84em;
    position: absolute;
    transform: rotate(20deg);
    width: 0.84em;
}
.shop #right-filters #countProducts .prog-circle .after {
    background-color: #131313;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 0.84em;
    left: 0.08em;
    position: absolute;
    top: 0.08em;
    width: 0.84em;
}
.shop #right-filters #countProducts h4{
    color: #ffffff;
    float: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    text-transform: uppercase;
}
.shop #right-filters #countProducts h4 strong {
    font-size: 20px;
    font-weight: 600;
}
/***************** *************/

.shop #right-filters .filter .holding{
    background: #ffffff none repeat scroll 0 0;
    padding: 8px;
}

.shop #right-filters .filter .filterParams {
    border-radius: 0;
    color: #3d3d3d;
    margin: 0;
    font-size: 11px;
    list-style-type: none;
    padding: 0;
    max-height: 160px;
    overflow-y: auto;
}

.shop #right-filters .filter .filterParams li.list-group-item{
    border:none;
    color: #6e6e6e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 8px;
    padding: 0;
    position: relative;
}



.shop #right-filters .filter .filterParams li.list-group-item .matches{
    color: #818181;
    font-size: 11px;
    font-weight: 400;
    left: 8px;
    position: absolute;
    top: 3px;
}

.shop #right-filters .filter .filterParams li.list-group-item a {
    background: rgba(0, 0, 0, 0) url("../images/check-box.png") no-repeat scroll right top;
    color: #1e1e1e;
    display: block;
    padding: 3px 30px 3px 34px;
}
.shop #right-filters .filter .filterParams li.list-group-item a:hover {

    background: rgba(0, 0, 0, 0) url("../images/check-box-hover.png") no-repeat scroll right top;
}


.shop #right-filters .filter .filterParams li.selected {
    background: #000000 none repeat scroll 0 0;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}

.shop #right-filters .filter .filterParams li.selected a,
.shop #right-filters .filter .filterParams li.selected a:hover{
    background: rgba(0, 0, 0, 0) url("../images/check-box-selected.png") no-repeat scroll right top;
    color: #fff;
    display: block;
    padding: 3px 30px 3px 34px;
}

.shop #right-filters .filter h3{
    background: #e3e3e3;
    color: #3d3d3d;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 10px 12px;
    text-transform: uppercase;
}
.shop #right-filters .reset-filter a{
    border: 1px solid #2e2e2e;
    box-shadow: 0 0 1px #000000;
    color: #ffffff;
    display: block;
    font-size: 11px;
    letter-spacing: 0;
    overflow: hidden;
    padding: 10px 12px;
    text-transform: uppercase;
}


.shop #products{

}

.shop #products div.product{
    border: 1px solid #2d2d2d;
    box-shadow: 0 0 1px #000000;
    font-size: 10px;
    min-height: 307px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    text-align: center;
}

.shop #products div.product:hover {
    background: #131313 none repeat scroll 0 0;
}

.shop #products div.product:hover {
    opacity: 0.7;

}

.shop #products div.product div.title{
    margin: 10px 0;
    color: #fff;
    max-height: 40px;
    min-height: 40px;
}
.shop #products div.product .code{
    min-height: 32px;
    max-height: 32px;
}
.shop #products div.product div.price{
    font-size: 16px;
    font-weight: normal;
}

.shop #products div.product div.price-discount{

}

.shop #products div.product div.price-discount span.real-price{
    color: #8b8b8b;
    text-decoration: line-through;
}

.shop #products div.product div.price-discount span.discount{
    font-size: 16px;
    font-weight: normal;
}
.shop #left h2#list-title{
    margin: 25px 0;
}
.shop #left div.tools{
    background: #131313 none repeat scroll 0 0;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}
.shop #left div.tools a{
    color: #ffffff;
}

 .shop #left div.tools .sortList{
    padding: 6px;
}
.shop #left div.tools .sortList select{

}
.shop #left div.tools .limits{
    padding: 7px;
}
.shop #left div.tools .limits a{
    padding: 0 3px;
}

.shop #left div.tools .paginate{
    padding: 7px 15px;
    text-align: left;
}
.shop #left div.tools .paginate span.glyphicon{
    display: inline-block;
    vertical-align: sub;
}
.shop #left div.tools .paginate span.pages{
    padding: 0 15px;
}
#footer {
    background: none;
    border-bottom: medium none;
    margin: 0 0 39px;
}

#shop-bg .shop-container{
    background: #000000 none repeat scroll 0 0;
    box-shadow: 0 0 60px 20px #000000;
    padding: 0 7px;
}
.navbar  #shop_cat_nav > li > a:hover {
    background: #ff6600 none repeat scroll 0 0 !important;
    color: #fff;
}
.navbar  #shop_cat_nav > li.has-submenu > a:hover {

    background: #ff6600 url("../images/menu-hover.png") no-repeat scroll center bottom !important;
     color: #fff;
 }

.navbar  #shop_cat_nav > li.sale_menu > a {
    background-color: #e70835;

}
.navbar  #shop_cat_nav > li.sale_menu > a:hover {
    background-color: #FFF !important;
    color: #000 !important;
}

#slideshow{
    padding: 0 3px;
    overflow: hidden;
    margin:  20px 0 0;
}

#slideshow .carousel-inner .carousel-caption a.link {

    display: inline-block;
    font-size: 17px;
    margin: 8px 0 0;
    padding: 5px 55px 5px 15px;
    position: relative;
    text-shadow: none;
    transition: background-color 300ms ease-out 0s;
}

#shop_module{
    margin:  17px 0 0;
    padding: 0;
}



#shop_module .moduls .perModul{
    border: 3px solid #000000;
}
#shop_module .moduls .perModul img{
    width: 100%;
}

.carousel .carousel-inner .carousel-caption a.link{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin: 8px 0 0;
    padding: 5px 50px 5px 15px;
    text-shadow: none;
    transition: background-color 300ms ease-out 0s;
}
.carousel .carousel-inner .carousel-caption a.link:hover{
    color: #000 !important;
}


#shop_cat_nav .megamenu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#shop_cat_nav .megamenu .no-child a{
    color: #ff6600;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
}
#shop_cat_nav .megamenu .no-child a:hover{
    background: #cccccc none repeat scroll 0 0;
}

#shop_cat_nav .megamenu .has-child-title{
    color: #ff6600;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 14px;
    padding: 3px 10px 5px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 0;
    background: #000;
    overflow: hidden;
}

#shop_cat_nav .megamenu .has-child a{
    color: #595959;
    display: block;
    font-size: 13px;
    height: auto;
    padding: 2px 10px;
    text-decoration: none;
}
#shop_cat_nav .megamenu .has-child a:hover{
    background: #cccccc none repeat scroll 0 0;
}
#shop_cat_nav .megamenu ul.has-link a:hover{
    background: #292929;
    color: #fff;
}
#shop_cat_nav .megamenu .shop_menus_poss {
    border-left: 1px solid #e1e1e1;
}
#shop_cat_nav .megamenu .shop_menus_poss:last-child {
    border-left: none;
}
#shop_cat_nav > li > .dropdown-menu {
    background: #f7f7f7 none repeat scroll 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px;
}

.navbar-header .navbar-toggle {
    border: none;
}
.navbar-header .navbar-toggle .icon-bar {
    background: #ffffff none repeat scroll 0 0;
}
#app-layout .shop-navbar ul#shop_cat_nav li.has-submenu:hover{
    /*background: #313131 url("../images/menu-hover.png") no-repeat scroll center bottom;*/
}

@media (max-width: 767px)  {
    #app-layout .shop-navbar ul#shop_cat_nav .dropdown-menu {
        display: block !important;
        position: relative !important;
        float: none !important;
    }
}

.msg.red {
    background: #e70835 none repeat scroll 0 0;
}
.msg {
    background: #000 none repeat scroll 0 0;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.msg p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
.msg.green {
    background: #649025 none repeat scroll 0 0;
}
.msg.green p, .msg.green p a {
    color: #fff;
    font-size: 13px;
}

.alert-success{
    background-color: #649025;
    color: #fff;
}
.alert-warning {
    background-color: #ffd50b;
    color: #000;
}
.alert {
    border: 0 none;
    border-radius: 0;
    font-size: 13px;
    margin: 20px 0;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}
.close {
    color: #000;
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.btn-success {
    background-color: #3d891f;
    border-color: transparent;
    color: #fff;
}
.btn-success:hover {
    background-color: #4b9a2b;
    border-color: transparent;
    color: #fff;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    background-color: #4b9a2b;
    border-color: transparent;
    color: #fff;
}

#shopCart{
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 15px 0 0;
}

#shopCart *{
    color: #fff;
}

#shopCart #quantity{
    background: rgba(0, 0, 0, 0) url("../images/cart.png") no-repeat scroll center center;
    color: #000;
    float: right;
    font-size: 13px;
    height: 41px;
    line-height: 3.6;
    overflow: hidden;
    text-align: center;
    width: 37px;
    position: relative;
    z-index: 2;
}

#shopCart #price{
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
    float: right;
    margin: 9px -5px 0;
    padding: 5px 10px 6px;
    position: relative;
    z-index: 1;
    border-right: none;
    height: 31px;
}
#shopCart #cart_end{
    background: transparent url("../images/cart-end.png") no-repeat scroll 0 center;
    display: block;
    float: right;
    height: 32px;
    margin: 9px 4px 0;
    position: relative;
    width: 15px;
    z-index: 1;
}

.cart {

}

.cart h3{
    display: inline-block;
}

#shop-bg .cart *{
    color: #fff;
}

#shop-bg  .cart table {
    border-bottom: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
    box-shadow: 0 0 1px #000;
    display: table;
    font-size: 12px;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}

#shop-bg .cart table th {
    background: #2e2e2e none repeat scroll 0 0;
    border: none;
}
#shop-bg .cart table td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2d2d2d;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    display: table-cell;
    padding: 10px;
    text-align: center;
}
#shop-bg .cart table td img.thumb{
    width: 120px;
}

button.remove-product {
    background: transparent url("../images/remove-icon.png") no-repeat scroll right center;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 10px 0;
    padding: 2px 16px 2px 0;
    text-transform: lowercase;
    width: auto;
}

.btn-default {
    background-color: #e3e3e3;
    border: medium none;
    color: #000 !important;
    font-size: 13px;
}
#shop-bg .cart table .options{

}
#shop-bg .cart table .options span{
    display: inline-block;
    text-align: right;
    width: 49%;
}

button.third, .button.third {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 13px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 300ms ease-out 0s;
    width: 100%;
}
button.third:hover, button.third:focus, .button.third:hover, .button.third:focus {
    background-color: #fff;
    color: #000 !important;
}

button.small {
    font-size: 10px;
    padding: 4px 8px;
}
button.secondary, .button.secondary {
    background-color: #e3e3e3;
    color: #000;
    font-size: 12px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    border: 0 none;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: #000 !important;
    display: block;
    font-family: inherit;
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 0 2rem;
    padding: 10px;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}

.address input, .auth input, .address select{
    margin: 0 0 10px;
}
.address .form-group, .auth .form-group{
    margin:0;
}

button.cancel-quantity{
    float: right;
    width: 45%;
}

button.update-quantity{
    float: left;
    width: 45%;
}
.alert-danger {
    background-color: #e70835;
    border-color: #e70835;
    color: #fff;
    font-size: 13px;
}

#shop-bg .cart table.no-border {
    border: 1px solid #2d2d2d;
}
#shop-bg .cart table.no-border td {
    border: 0 none;
}
#shop-bg .cart select,#shop-bg .cart select option{
    color: #000;
}

div.total-price {
    background: #2e2e2e none repeat scroll 0 0;
    overflow: hidden;
    padding: 10px 20px;
    text-align: right;
    text-transform: uppercase;
}
div.total-price div.voucher-code {
    float: right;
}
div.total-price div.voucher-code input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #b6b6b6;
    color: #fff;
    padding: 8px;
    width: 120px;
}
div.total-price div.voucher-code input, div.total-price div.voucher-code button {
    float: left;
    margin: 0 10px 0 0;
    width: auto;
}
div.total-price div.voucher-code button {
    background: #989898 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    padding: 8px;
}
div.total-price div.voucher-code input, div.total-price div.voucher-code button {
    color: #fff !important;
    float: right;
    margin: 0 0 0 10px;
    width: auto;
}
div.total-price p {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    margin: 7px 0;
}

.steps {
    margin: 30px 0 0;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
}
.steps ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.steps ul li.selected {
    background: #e3e3e3 none repeat scroll 0 0;
    color: #000;
}
.steps ul li {
    border: 1px solid #2d2d2d;
    box-shadow: 0 0 1px #000;
    float: right;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 32%;
}
.steps ul li.selected span.step {
    color: #fff;
}
.steps ul li span.step {
    bottom: 45px;
    color: #c9c9c9;
    font-size: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}
.steps ul li#middle-step {
    margin: 0 2%;
}

input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea {
    background-color: #363636;
    color: #fff !important;
}

#all-address{
    max-height: 500px;
    overflow-y: auto;
}

.addresses hr{
    border-color: #000;
}
#shop-bg .cart table#info td{
    text-align: right;
}
#shop-bg .cart table#payment_way{

}


#shop-bg .cart table#payment_way label.radio{
    cursor: pointer;
    display: block;
    height: 100%;
    margin: 0;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
#shop-bg .cart table#payment_way label.radio input[type=radio]{
    display: block;
    height: auto;
    margin: 0;
    text-align: center;
    width: auto;
}
#shop-bg .cart table#payment_way span.title{

}
#shop-bg .cart table#payment_way span.desc{
    color: #8b8b8b;
}
#shop-bg .cart #infos{
    padding-right: 15px !important;
}
#shop-bg .cart table#info {

}
#shop-bg .cart table#info #code{
    color: #7dd613;
    display: inline-block;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    width: 89%;
}
#shop-bg .cart table#info h4{
    margin: 0 0 10px;
}

#shop-bg .cart table#thanks{

    border: medium none;
    box-shadow: none;
}
#shop-bg .cart table#thanks td{
    border: medium none;
}

#shop-bg .cart table#thanks span.thanks{
    color: #7dd613;
    display: block;
    font-size: 22px;
    padding: 20px;
}

#shop-bg .cart table#thanks span.successed{

    display: block;
}

#shop-bg .cart table#thanks span.check{
    padding: 20px;
    display: block;
}

#shop-bg .cart table#thanks span.check i{
    color: #7dd613;
    font-size: 85px;
}

#shop-bg .cart table#factor{
}
#shop-bg .cart table.errorTb{
    border: 1px solid red;
}

#shop-bg .cart table.errorTb td.lastCh{
    border-left: 1px solid red;
}

#shop-bg .cart table#factor th{
    text-align: center;
}
#shop-bg .cart #submit_order_top_nav{
    margin: 40px 0 0;
}

#shop-bg .real-price{
    color: #cccccc;
    font-size: 16px;
    height: 30px;
    display: block;
}
#shop-bg .discount{
    font-size: 17px;
}

#shop-bg .product #slideshow {
    border: 1px solid #2d2d2d;
    box-shadow: 0 0 1px #000;
    padding: 2px;
}

#shop-bg .product #slideshow .carousel-control.left {
    left: -18px;
    right: auto;
}

#shop-bg .product #slideshow:hover .carousel-control.left {
    left: 14px;
}
#shop-bg .product #slideshow:hover .carousel-control.right {
     right: 18px;
 }

#shop-bg .product #slideshow ol.carousel-indicators{
    bottom: 0;
    display: block;
    height: 13px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
#shop-bg .product #slideshow ol.carousel-indicators li{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    margin: 0;    height: 5px;
}
#shop-bg .product #slideshow ol.carousel-indicators li:hover, #shop-bg .product #slideshow ol.carousel-indicators li.active{
    background: #fff none repeat scroll 0 0;
}

#shop-bg .product .product-icons {
    border: 1px solid #2d2d2d;
    box-shadow: 0 0 1px #000;
    margin: 10px 0;
    overflow: hidden;
    padding: 2px;
}


#shop-bg .product .product-icons ul {
    text-align: center;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#shop-bg .product .product-icons ul li.selected, .product-icons ul li.selected a {
    cursor: default;
}
#shop-bg .product .product-icons ul li.selected {
    border-bottom: 5px solid #fff;
    opacity: 1;
}
#shop-bg .product .product-icons ul li {
    background-position: center top 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    height: 120px;
    line-height: 18;
    opacity: 0.5;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 25%;
}
#shop-bg .product .product-icons ul li:hover {
    opacity: 1;
}
#shop-bg .product .product-icons ul li.gallery span {
    background-image: url("../images/gallery.png");
    height: 56px;
    margin-left: -26px;
    width: 53px;
}
#shop-bg .product .product-icons ul li.threeD span {
    background-image: url("../images/3d.png");
    height: 59px;
    margin-left: -26px;
    width: 52px;
}
#shop-bg .product .product-icons ul li.video span {
    background-image: url("../images/video.png");
    height: 59px;
    margin-left: -26px;
    width: 52px;
}
#shop-bg .product .product-icons ul li span {
    background-repeat: no-repeat;
    left: 50%;
    position: absolute;
    top: 20px;
}
#shop-bg .product hr{
    border-color: #000;
}

#shop-header #logo{
    /*background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll left center;*/
    min-height: 85px;
    text-align: left;
}

#shop-header .top-nav-account{
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#shop-header .top-nav-account li{
    float: right;
    padding: 0 15px;
}

#shop_module .moduls {

}
#shop_module .moduls .hover{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

#shop_module .moduls .hover .titles{
    background: #0d0d0d none repeat scroll 0 0;
    bottom: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;

    transition: padding 0.2s ease-out;
}
#shop_module .moduls .hover:hover .titles{

    background: #191919 none repeat scroll 0 0;
    padding:20px 10px;
}

#shop_module .moduls .hover .description{
    background: #191919 none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;

    transition: opacity 0.2s ease-out ,padding 0.2s ease-out;
}
#shop_module .moduls .hover:hover .description{
    padding: 30px;
    opacity: 1;
}
#shop_module .moduls .hover .description .desc{
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #000;
}
#shop_module .moduls .hover .description .desc p{
    border-bottom: 1px solid #000;
    border-top: 1px solid #2d2d2d;
    color: #fff;
    margin: 0;
    padding: 20px;
}

#shop_module .moduls .hover .title{
    color: #fff;
    font-size: 19px;
}

#shop_module .moduls .hover .sub_title{
    color: #ffee2e;
}
#shop_module .moduls .img-hover{
    background: #000;
    opacity: 0;
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
}

#shop_module .moduls .img-hover:hover{
    opacity: 0.3;
}
.sendwayName{
    color: #6add2f;
    font-size: 19px;
}

div.quick-finder {
    background: #e3e3e3 none repeat scroll 0 0;
    border: 4px solid #aeaeae;
    clear: both;
    margin: 20px 0;
    overflow: hidden;
    padding: 6px 20px;
}
div.selector {
    overflow: hidden;
    position: relative;
    width: 100%;
}
div.quick-finder h4 {
    color: #000;
    float: right;
    font-weight: 600;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
div.quick-finder .select-holder-div {
    float: right;
    margin: 0  20px 0 0;
    overflow: hidden;
}
div.quick-finder .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto;
    padding: 2px 2px 3px;
}
div.quick-finder .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 31px;
}
div.quick-finder .select2-container--default .select2-selection--single {
    background-color: #191919;
    border: medium none;
    border-radius: 5px;
}
div.quick-finder .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px;
}
#shop-bg .information{
    background: none !important;
    box-shadow: none !important;
}
div.single-block {
    margin: 0;
    overflow: hidden;
    padding: 0 8%;
    width: 100%;
}

.messagebar {
    clear: both;
    margin: 20px 0 ;
    overflow: hidden;
    text-align: center;
}
.messagebar ul {
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.messagebar ul li {
    background: #666 none repeat scroll 0 0;
    border-left: 4px solid #191919;
    color: #fff;
    float: right;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 13px;
    text-transform: uppercase;
    width: 33.3333%;
}
.messagebar ul li.last{
    background: #FF6600;
}
.messagebar ul li.last a{
    color: #fff;
}
.messagebar ul li.last a:hover {
    background: #ff6600 none repeat scroll 0 0;
    color: #fff;
}
.messagebar ul li a {
    color: #fff;
    display: block;
    font-size: 17px;
    height: 100%;
    padding: 8px 10px;
    transition: background 0.2s ease-out ,color 0.2s ease-out;;
}
.messagebar ul li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
}
.messagebar ul li.no-link {
    padding: 8px 10px;
}
@media (max-width: 768px) {
    .messagebar{
        display: none !important;
    }
}

#footer-shop-menu {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #2e2e2e;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
}
#footer-shop-menu #footer-shop-menu-right ul,
#footer-shop-menu #footer-shop-menu-left ul{
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer-shop-menu #footer-shop-menu-right ul li{
    border-right: 1px solid #2e2e2e;
    float: right;
}
#footer-shop-menu #footer-shop-menu-right ul li:last-child{
    border-left: 1px solid #2e2e2e !important;
}

#footer-shop-menu #footer-shop-menu-left ul.nav{
    float: left;
}
#footer-shop-menu #footer-shop-menu-left ul li{
    float: left;
}
#footer-shop-menu #footer-shop-menu-left ul li img{
    width: 24px;
}

#footer-shop-menu #footer-shop-menu-right .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

#footer-shop-menu #footer-shop-menu-right ul li a,
#footer-shop-menu #footer-shop-menu-left ul li a{
    color: #fff;
    display: block;
    padding: 8px 12px;
}
#footer-shop-menu #footer-shop-menu-right ul li a:hover{
    background-color: #313131 !important;
}
#footer-shop-menu #footer-shop-menu-left ul li a:hover{
    opacity: 0.7;
}

#shop-breadcrumb{
    background: #505050 none repeat scroll 0 0;
    border-radius: 0;
}

#shop-breadcrumb .breadcrumb{
    background: #505050 none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 8px 0;
}

#shop-breadcrumb .breadcrumb > li + li::before {
    color: #fff;
    content: "> ";
    padding: 0 5px;
}
#shop-breadcrumb .breadcrumb > li a{
    color:#fff;
}
#shop-breadcrumb .breadcrumb > .active {
    color: #fff;
}
#shop-breadcrumb .breadcrumb > .active::after {
    content: '\25bc';
    color: #f60;
    position: relative;
    top: 3px;
    right: 5px;
}
#shop-breadcrumb span.caret{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px dashed #FF6600;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
#shop-breadcrumb .breadcrumb > li.last::before {
    color: #fff;
    content: "";
    padding: 0;
}

#footers-contact-us{
    overflow: hidden;
    padding: 20px 0 !important;
}

#footers-contact-us div{
    color: #fff;
    font-size: 16px;
    padding: 3px 0;
}
#footers-contact-us div i{
    font-size: 24px;
    width: 30px;
    text-align: center;
}
#footers-enamad{

}

.shop #right-filters .filter .priceRange li.list-group-item{
    border: medium none;
    color: #6e6e6e;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.shop #right-filters .filter .priceRange li.list-group-item p{
    margin: 20px 0;
}

.shop #right-filters .filter .priceRange li.list-group-item span.ui-slider-handle ,
.shop #right-filters .filter .priceRange li.list-group-item span.ui-slider-handle :hover,
.shop #right-filters .filter .priceRange li.list-group-item a,
.shop #right-filters .filter .priceRange li.list-group-item a:hover {
    background: #000 none no-repeat scroll right top;
    border: 1px solid #000;
    color: #fff;
    display: block;
    padding: 0;
}

#products .product .image-body span {
    color: #fff;
    font-size: 12px;
    right: 0;
    padding: 4px 8px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
}

#products .product .image-body{
    position: relative;
}
#products .product .image-body span.label_0 {
    display: none;
}
#products .product .image-body span.label_1 {
    background: green none repeat scroll 0 0;
}
#products .product .image-body span.label_2 {
    background: #ff6600 none repeat scroll 0 0;
}
#products .product .image-body span.label_3 {
    background: #006ffa  none repeat scroll 0 0;
}
#products .product .image-body span.label_4 {
    background: red none repeat scroll 0 0;
}
#products .product .image-body span.label_5 {
    background: #004fff none repeat scroll 0 0;
}

#products .product .brand_icon {

}

#products .product .little_desc {

}


#products .product .brand_icon_little_desc{
    margin: 0;
    overflow: hidden;
    height: 18px;
}

.middlebars{
     margin: 20px 0;
 }
.middlebars{
    margin: 20px 0;
}
.orange{
    background-color: #ff6600 !important;
    color: #ffffff !important;
}
.middlebars .title{
    background-color: #666;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.middlebars .login-bar{
    background: #666 none repeat scroll 0 0;
    border-right: 4px solid #000;
    color: #fff;
    padding: 7px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


#also_like  h3 {
    background: #121212 none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
    margin: 30px 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
#also_like .owl-stage-outer {
    margin: auto;
    max-width: 811px;
    padding: 1px;
}
#also_like .item {
    border: 1px solid #2d2d2d;
    box-shadow: 0 0 1px #000;
    float: left;
    font-size: 10px;
    height: 288px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    width: 202px;
}
#also_like .item a {
    color: #cfcfcf;
    display: block;
    line-height: 1.2;
    margin: 0 0 10px;
}
#also_like .item img {
    display: block;
    margin: 0 0 15px;
    width: 100%;
}

.owl-controls .owl-nav .owl-next{
    background: rgba(0, 0, 0, 0) url("../images/left.jpg") no-repeat scroll 0 0;
    height: 42px;
    left: 0;
    position: absolute;
    top: 45%;
    width: 32px;
}

.owl-controls .owl-nav .owl-prev{
    background: rgba(0, 0, 0, 0) url("../images/right.jpg") no-repeat scroll 0 0;    height: 42px;
    right: 0;
    position: absolute;
    top: 45%;
    width: 32px;

}
#product_details .discount{
    font-size: 21px;
}

#product_details .real-price{

}

#product_details .save{
    color: red;
}

@media (max-width: 992px) {
    #shop-bg .carousel .carousel-inner .carousel-caption{
        bottom: 35px;
    }
    #footer-shop-menu {
        position: relative;
    }
    #footer-shop-menu #footer-shop-menu-right ul, #footer-shop-menu #footer-shop-menu-left ul{
        text-align: center;
        float: none;
        width:100%;
    }
    #footer-shop-menu #footer-shop-menu-right ul li,
    #footer-shop-menu #footer-shop-menu-left ul li{
        text-align: center;
        float: none;
        display: inline-block;
        border: none !important;
    }
    #footer-shop-menu #footer-shop-menu-right ul li a:hover {
        background-color: transparent !important;
        text-decoration: underline;
    }
    #footer-shop-menu #footer-shop-menu-right ul li:last-child{
        border: none !important;
    }
}


@media (max-width: 625px) {
    #shop-bg .carousel .carousel-inner .carousel-caption{
        bottom: 25px;
    }
    #slideshow .carousel-inner .carousel-caption a.link {
        display: none;
    }
    .carousel .carousel-inner .carousel-caption h2 {
        display: block !important;
        font-size: 20px!important;
    }
}


@media (max-width: 455px) {
    #shop-bg .carousel .carousel-inner .carousel-caption{
        bottom: 5px;
    }
    #slideshow .carousel-inner .carousel-caption a.link {
        display: none;
    }

    .carousel .carousel-inner .carousel-caption h2 {
        font-size: 28px;
    }
    .carousel .carousel-inner .carousel-caption p {
        font-size: 18px;
    }
}


@media (max-width: 325px) {
    #footers-contact-us div {
        font-size: 12px;
    }
}

#help_and_faq{
    padding: 0 35px;
}

#help_and_faq h2{
    color: #a8a8a8;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0;
    text-transform: uppercase;
}

#help_and_faq span.hrbb{
    background: rgba(0, 0, 0, 0) url("../images/border-bottom.gif") repeat-x scroll 0 0;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 100%;
}

#help_and_faq div.faq-content{
    color: #787878;
}

.navbar-nav li.li-break{
    display: block;
    border-top: 1px solid #2c2c2c;
    margin: 5px 0;
}
@media (min-width: 767px) {
    .navbar-nav li.hide-menu{
        display: none !important;
    }
}

#shop-bg .carouselImg img {
    display: block!important;
    height: auto !important;
    /*margin: -20px 0!important;*/
    position: relative!important;
    width: 100%!important;
}
@media (max-width: 625px) {
    #shop-bg .carouselImg img {
        margin: -0px 0 !important;
    }
}
@media (max-width: 625px) {
    #shop_module .moduls .hover .sub_title {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-offcanvas {
        background-color: #E3E3E3 !important;
        padding: 0;
    }

    .navbar #js-bootstrap-offcanvas .navbar-nav > li > a {
        border: none !important;
    }

    #shop-header #login {
        display: none;
    }

    .middlebars .login-bar {
        border: none;
    }

    div.quick-finder h4 {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    div.quick-finder .select-holder-div{
        float: none;
        margin-top: 10px;
    }
}

.information img{
    width: 100%;
}

@media (max-width: 992px) {
    #shop-bg .information {
        margin: 0;
        padding:0;
    }
    #account {
        padding: 0;
    }
    #account .go-left .holder .block {
        padding: 10px 20px;
    }
    ul.account-menu li{
    }
    ul.account-menu li a {
        padding: 10px 20px;
    }
    #shop-breadcrumb{
        display: none;
    }
}

/* Change the direction of the transition. */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

#shop-bg .carousel .carousel-inner .right_top{
    top: 20px;
    bottom: auto;
    left: 10%;
    right: 10%;
}
#shop-bg .carousel .carousel-inner .right_middle{
    top: 100px;
    bottom: auto;
    left: 10%;
    right: 10%;
}
#shop-bg .carousel .carousel-inner .right_bottom{
    top: 200px;
    bottom: auto;
    left: 10%;
    right: 10%;
}
#shop-bg .carousel .carousel-inner .middle_top{
    top: 20px;
    bottom: auto;
    left: 10%;
    right: 10%;
    text-align: center;
}
#shop-bg .carousel .carousel-inner .middle_middle{
    top: 100px;
    bottom: auto;
    left: 10%;
    right: 10%;
    text-align: center;
}
#shop-bg .carousel .carousel-inner .middle_bottom{
    top: 200px;
    bottom: auto;
    left: 10%;
    right: 10%;
    text-align: center;
}
#shop-bg .carousel .carousel-inner .left_top{
    top: 20px;
    bottom: auto;
    left: 10%;
    right: 10%;
    text-align: left;
}
#shop-bg .carousel .carousel-inner .left_middle{
    top:100px;
    bottom: auto;
    left: 10%;
    right: 10%;
    text-align: left;
}
#shop-bg .carousel .carousel-inner .left_bottom{
    top: 200px;
    bottom: auto;
    left: 10%;
    right: 10%;
    text-align: left;
}

.center-blocks{
    display: flex;
    justify-content: center;
}

.enamad{
    text-align: center;
}
#shop_mobile_nav{
    display: none;
}

@media (max-width: 924px) {
    #app-layout .shop-navbar ul#shop_cat_nav > li > a {
        font-size: 15px;
    }
}

@media (max-width: 858px) {
    #app-layout .shop-navbar ul#shop_cat_nav > li > a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    #app-layout .shop-navbar ul#shop_cat_nav{
        display: none;
    }
    #shop_mobile_nav{
        display: block;
    }
    #shopCart #price,
    #shopCart #cart_end,
    #shop-header .search{
        display: none;
    }
    #shop-header #main-logo {
        padding: 0;
        margin: auto;
        display: block;
        float: none !important;
        text-align: center;
    }
    #app-layout .shop-navbar {
        background: transparent none repeat scroll 0 0;
        border: 0;
        position: absolute;
        border-radius: 0;
        top: 5px;
        left: 0px;
    }
    #shopCart {
        clear: both;
        display: block;
        overflow: hidden;
        position: absolute;
        margin: 0;
    }
    .navbar .navbar-nav > li > a {
        color: #fff !important;
        font-size: 13px;
    }

}

#shop_mobile_nav #search{
    margin-top: 15px;
}
#shop_mobile_nav #search input{
    width: 85%;
    display: inline-block;
}

#shop_mobile_nav #search button{
    background: transparent url(../images/search.png) no-repeat scroll 0 0;
    border: none;
    text-indent: -9999px;
    display: inline-block;
    width: 27px;
}

#shop_mobile_nav ul{
    margin: 0;
    padding: 0;
}
#shop_mobile_nav  ul li {
    background-color: #e3e3e3;
    border-bottom: 1px solid #b4b4b4;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 0 10px;

}
#shop_mobile_nav ul li a,#shop_mobile_nav ul li span {
    color: #131313;
}
#shop_mobile_nav ul li.first-level {
    background-color: #818181;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(../images/menu-arrow.png);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    margin: 17px 0 0 10px;
    font-size: 13px;
}
#shop_mobile_nav ul li.first-level a {
    color: #fff;
}
#shop_mobile_nav ul li{
    padding-right: 15px;
}
#shop_mobile_nav ul li{
    padding: 10px 15px;

}
#shop_mobile_nav ul li a{

}

#shop_mobile_nav ul li.mobile-user-menu {
    background: #3b3b3b;
    border-bottom: 1px solid #818181;

    margin: 0;

}
#shop_mobile_nav ul li.mobile-user-menu a{
    color: #fff;
}
 #shop_mobile_nav ul li.title {
    padding: 11px 17px;
    color: #fff;
    background: #000;
    border: 0;
    margin: 17px 0 0 0;
}

.middlebar_type_1{

}
.middlebar_type_1 .title{

}
.middlebar_type_1 .title h3{
    margin: 0;
    font-size: 18px;
}

.middlebar_type_2{
    overflow: hidden;
}
.middlebar_type_2 .title{
    text-align: center;
    margin:0;
    background: url(../images/title-bg.gif) repeat-x center;
    overflow: hidden;
    clear: both;
    float: left;
    width: 100%;
}
.middlebar_type_2 .title h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 auto;
    background: #000;
    padding: 0 20px;
    display: inline-block;
}

.perBank{
    display: block;
}

.perBank label{
    display: inline-block;
    margin: auto;
    width: 200px;
    padding: 10px;
}

.perBank label input{

}

.perBank label span{

}


#socials-menu #banks {
    text-align: left;
    padding: 30px 0;
}
#socials-menu #banks img{

}

@media (max-width: 320px)  {
    #products .product a span {
        top: 113px;
    }
}

@media (max-width: 767px) {
    #product_details {
        padding: 0;
    }

    #product_details .image {
        padding: 0;
    }
    .shop #products {
        padding: 0;
    }
    #shop-header {
        top: 0;
        position: relative;
        width: 100%;
        z-index: 9999;
        background: #000;
        border: 0;
    }
    #shop-header #main-logo img{
        max-height: 50px;
    }

    #shop-bg {
        margin-top: 0px;
    }
    #app-layout .shop-navbar {

        position: fixed;
        z-index: 99999;
    }
}
@media (max-width: 767px) {
    #filter-mobile-btn{
        text-align: center;
    }

    #right-filters{
        display: none;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000;
        padding: 0 30px;
        overflow: auto;
        overflow-y: scroll;
    }

    #right-filters #closeBtnBody{
        text-align: center;
    }

}
.shop-order-menu{
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.shop-order-menu .btn{
    margin-bottom: 5px;
}

.shop-order-menu ul.nav li{
    display: inline-block;
    margin-bottom: 5px;
    background-color: #e3e3e3;
    border: medium none;
    color: #000 !important;
    font-size: 13px;
    border-radius: 5px;
    margin-left: 5px;
}
.shop-order-menu ul.nav li a{
    padding: 5px 15px;
    color: #000 !important;
}

.mobile-user-menu ul.navbar-nav{

}
#shop_mobile_nav ul .mobile-user-menu ul.nav li{
    background: transparent;
    padding: 0;
    margin: 0;
}
@media (max-width: 716px) {
    .shop-order-menu{
        display: inline-block;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .shop-order-menu ul.nav li {
        display: inline-block;
        width: 45%;
    }
    .shop-order-menu ul.nav li a{
        padding: 5px;
        color: #000 !important;
    }
}
.loginRegDiv {
    z-index: 99999!important;
}