/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'Roboto', sans-serif;
}

html.slide-active {
    height: 100%;
    overflow-x: hidden;
}

html.slide-active body {
    overflow-x: hidden;
    position: relative;

}

img {
    max-width: 100%;
}


html.slide-active #wrap {
    min-height: 3000px;
}

.col-md-8.open, .open .col-md-8, .open .dropdown{
    position: initial;
}

#inner-wrap.open-cart {
    position: relative;
}

#inner-wrap.open-cart:after {
    background-color: #000;
    opacity: 0.35;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: " ";
    top: 0;
    bottom: 0;
}

.sw {
    color: #2e6725;
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 20px;
    text-decoration: none;
}

.second {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

#inner-wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

#carousel-home {
    margin-top: -15px;
}

.home-banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    height: 550px;
    position: relative;
    background-color: #000;

}

.home-banner .inner-banner {
    bottom: 50%;
    color: #fff;
    height: 250px;
    margin-bottom: -125px;
    padding-left: 400px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 62%;
    background: url(../img/bg_banner.png);
   
}

.home-banner .inner-banner .intro {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.home-banner .inner-banner .btn {
    max-width: 250px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border-color: #ff6600;
}

.home-banner h4 {
    text-transform: uppercase;
}

#carousel-home .cont-more {
    bottom: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#carousel-home .cont-more i {
    color: #fff;
    font-size: 50px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
}

#inner-wrap, #nav-menu, #top {
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

#top {
    margin-bottom: 15px;
}

.top-bar {
    background: #fff none repeat scroll 0 0;
}

#top .open-cart {
    position: relative;
}

#top .nav-pills > li > a {
    border-radius: 0;
    color: #1768a7;
    text-align: center;
}

#top .nav.nav-pills li i {
    font-size: 40px;
}

#top .cart-items {
    background-color: #ff8705;
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
}

.nav.nav-pills.search .dropdown {
    width: 100%;
}

#menu-default {
    background: #1768A7 none repeat scroll 0 0;
}

#menu-default .navbar-nav > li {
    border-right: 2px solid #fff;
}

#menu-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
}

#menu-default .navbar-nav > li.active > a, #menu-default .navbar-nav > li > a:hover {
    background-color: #ff8705;
}


#menu-mobile {
    background-color: #1768a7;
    bottom: 0;
    height: 100%;
    left: -100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 80%;
    z-index: 9999999;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

#menu-mobile .nav.navbar-nav {
    margin: 0;
}

#menu-mobile.slide-active {
    left: 0;
}

#menu-mobile h3 {
    border-bottom: 1px solid #135A90;
    color: #fff;
    margin: 0;
    padding: 21px 15px;
    cursor: pointer;
    font-weight: normal;
}

#menu-mobile .nav > li {
    border-bottom: 1px solid #135A90
}

#menu-mobile .nav > li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 12px;
    padding-top: 12px;
}

#menu-mobile .nav .open > a, #menu-mobile .nav .open > a:hover, #menu-mobile .nav .open > a:focus {
    background-color: #fff;
    color: #000;
}

#menu-mobile .nav > li.current.active a {
    color: #ff8705;
    background-color: #eee;
}

#menu-mobile .navbar-nav .open .dropdown-menu {
    background-color: #135A90;
}

#menu-mobile .nav .open > a,#menu-mobile .nav .open > a:hover,#menu-mobile .nav .open > a:focus {
    background-color: #f5f5f5;
    color: #000;
    text-shadow: none;
}

#menu-mobile .dropdown-menu > .active > a,#menu-mobile .dropdown-menu > .active > a:hover,#menu-mobile .dropdown-menu > .active > a:focus {
    background-color: #f5f5f5;
    color: #000;
}

#menu-mobile .navbar-nav .open .dropdown-menu li {
    border-bottom: 1px solid #0E4167;
}

#menu-mobile .navbar-nav .open .dropdown-menu li:last-child {
    border: none;
}

.canvas-fade {
    background-color: #000;
    height: 100%;
    left: -100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    opacity: 0.7;
    -webkit-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
}

html.slide-active #menu-mobile {
    left: 0;
}

html.slide-active #top, html.slide-active #inner-wrap {
    left: 80%;
    position: relative;
    width: 100%;
}

html.slide-active #top::after, html.slide-active #inner-wrap::after {
    
}

html.slide-active .canvas-fade {
    left: auto;
}

.home-category-inner {
    background-color: #fcfcfc;
    padding: 15px 0;
}

.home-category .module-title {
    border-bottom: 1px solid #1768a7;
    margin-bottom: 0;
}

.home-category .item {
  margin-bottom: 20px;
  border: 1px solid #1768A7;
  overflow: hidden;
  background-color: #fff;
}

.home-category .item .img-cat {
  float: left;
  width: 25%;
  background-color: #fcfcfc;
}

.home-category .item .desc-cat {
  float: left;
  width: 75%;
  color: #555;
  font-size: 13px;
}

.home-category .item h3 {
  color: #fff;
  font-size: 14px;
  background-color: #1768A7;
  margin-top: 0;
  padding: 5px;
  border-left: 5px solid #ff8705;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.home-category .item h3:hover {
    color: #ccc;
}
/*
.home-category .module-title h4 {
    border-color: #1768a7 #1768a7 #fcfcfc;
    border-style: solid;
    border-width: 1px;
    bottom: -1px;
    color: #1768a7;
    float: left;
    font-weight: 300;
    margin-bottom: 0;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    background-color: #fcfcfc;
}

.home-category .module-title h4 i {
    color: #ff8705;
}

.home-category .nav.navbar-nav {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.home-category li {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
     float: left;
}

.home-category li a {
    background-color: #1768a7;
    border-left: 5px solid #ff8705;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}

.home-category li .cat-dot {
    background-color: #ff8705;
}

.home-category li a:hover, .home-category li a:focus{
    background-color: #fff;
    color: #1768a7;;
}

.home-category .nav .open > a, .home-category .nav .open > a:hover, .home-category .nav .open > a:focus {
    border-top: 1px solid #1768a7;
    border-left: 1px solid #1768a7;
    border-right: 1px solid #1768a7;
    position: relative;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
    color: #1768a7;
    background-color: #fff;
}

.home-category .dropdown.open {
    position: static;

}

.home-category .dropdown-menu {
    background-color: #fff !important;
    border: 1px solid #1768a7 !important;
    box-shadow: 0 -4px 5px -4px rgba(0, 0, 0, 0.2);
    float: left !important;
    margin: 0;
    position: relative !important;
    top: -1px;
    width: 100%;
    z-index: 0 !important;
}

.home-category .dropdown-menu li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}

.home-category .dropdown-menu li a {
    background-color: transparent;
    border: medium none;
    color: #1768a7;
    padding: 6px 10px;
}

.home-category .nav.navbar-nav  li:nth-child(n+2).dropdown.open .dropdown-menu  {
    left: -286px;
}

.home-category .nav.navbar-nav  li:nth-child(n+3).dropdown.open .dropdown-menu  {
    left: -571px
}

.home-category .nav.navbar-nav  li:nth-child(n+4).dropdown.open .dropdown-menu  {
    left: -857px
}
*/
/* CART */

#cartModal #cartModalLabel {
    text-align: center;
    text-transform: uppercase;
}

#cartModal #cartModalLabel i {
    font-size: 25px;
}

#cartModal .item-cart .badge {
    background-color: #ff8705;
}

#cartModal .modal-body {
    max-height: 400px;
    overflow-x: scroll;
    padding: 0;
}

#cartModal .item-cart {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 5px;
}

#cartModal .item-cart:last-child {
    border-bottom: none;
}

#cartModal .modal-footer .total {
    padding: 5px;
}

#cartModal .modal-footer {
    background-color: #333;
    border: medium none;
    color: #fff;
    padding: 10px;
    text-align: center;
}

#cartModal .modal-footer .total {
    padding: 5px;
}

#cartModal .cart-free-shipping {
    color: #00b259;
    margin-bottom: 10px;
    text-align: center;
}


#modal-landing.load {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#modal-landing.load:after {
    background: url("../img/spinner.svg") no-repeat;
    content: "";
    height: 100px;
    left: 50%;
    margin-left: -32px;
    position: absolute;
    top: 30%;
    width: 100px;
    z-index: 101;
}

#cartModal h5 small {
    display: block;
}

#cartModal .percent_discount {
    position: relative;
    font-size: 10px;
    top: -5px;
}

.cart-remove-item {
    background-color: red;
    border-radius: 100px;
    box-shadow: 2px 2px 2px #999;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 1px 5px;
    position: absolute;
    right: 4px;
    top: 0;
    z-index: 10;
}

.cart-remove-item:hover {
    box-shadow: none;
}

/* List Product */

#comjshop_list_product.row {
    margin-left: -5px;
    margin-right: -5px;
}

.jshop_list_product [class*=col]{
    padding-left: 5px;
    padding-right: 5px;
}

.jshop.product-list h1 {
    color: #1768a7;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.jshop_list_product .form_sort_count {
    margin-bottom: 15px;
}

.list_product .buttons .input-group-btn.cont-btn {
   width: 65%;
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
    padding: 6px 10px;
    color: #fff;
}

.bootstrap-touchspin-down {
     color:#FF0000;

}

.bootstrap-touchspin-up {
    color:#2DB200;
}

.prod-quantity {
    text-align: center;
}


.prod-quantity.form-control {
    border-color: #145a91 -moz-use-text-color #145a91 #145a91;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
}

.product-list.row {
    padding-left: 10px;
    padding-right: 10px;
}

.cat-column, .list-products {
    padding-left: 10px;
    padding-right: 10px;
}

#filter-labels {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

#filter-labels li {
    display: inline-block;
    padding-right: 5px;
    padding-bottom: 5px;
}

#filter-labels .label {
    font-size: 13px;
    font-weight: 300;
    padding: 2px 8px;
}

#filter-labels .label-default {
    background-color: #ccc;
    color: #fff;
    font-weight: 300;
}

.list_product div {
    -webkit-transition: width 0.8s ease, margin 0.8s ease;
    -moz-transition: width 0.8s ease, margin 0.8s ease;
    -o-transition: width 0.8s ease, margin 0.8s ease;
    transition: width 0.8s ease, margin 0.8s ease;
}

.list_product .prod-description {
    display: none;
}

.list_product .jshop_price {
    font-size: 20px;
}


.list_product .prod_price_discount {
    color: #000;
    font-size: 14px;
}

.list_product .item .product {
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.list_product .oiproduct {
    padding: 0 10px;
}

.list_product .oiproduct .buttons {
        min-height: 226px;
}

.list_product .prod-info h4 {
    font-size: 16px;
}

.list_product .prod-info {
    min-height: 90px;
}

.list_product .item {
   margin-bottom: 15px;
}

.list_product.list .oiproduct .prod-info {
    text-align: left;
}

.list_product.list .prod-description {
    display: block;
}

.list_product.list .oiproduct {
    padding: 0;
}

.list_product.list .prod-price {
    padding-top: 15px;
}

.list_product.list .prod-description {
    max-height: 150px;
    overflow-x:scroll;
}

.list_product .cartajaxattributes legend {
    margin: 0;
    border: 0;
    font-size: 16px;
}

.list_product .image_block {
   
    
}

.list_product .image_block img {
    vertical-align: middle;
}

.btn-buy-qty {
    display: inline-block;
    width: 100%;
}

.list_product .input-group.bootstrap-touchspin {
    float: left;
    width: 100%;
}

.list_product  .button_buy {
    float: left;
    width: 100%;
}

.list_product .popover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: none;
    text-align: center;
}

.list_product .popover i {
    color: #99ff99;
    font-size: 25px;
}

.list_product .popover .badge {
    background-color: #ff6600;
}

.list_product .popover.top > .arrow::after {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, 0.8);
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}

.msg-images {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #ff8705;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: 300;
}
/* PRODUCT */
.productfull h1 {
    font-size: 25px;
}

.productfull h1 small {
    display: block;
    line-height: 1.6;
}

.productfull .prod_price {
    font-size: 20px;
}

.productfull .prod_price #block_price {
    color: #ff8705;;
}


#carousel-bounding-box .thumb-container .item {
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    float: none;
    padding: 10px 15px;
}

#carousel-bounding-box .thumb-container .item.active {
    border: 1px solid #ff8705;;
}

#carousel-bounding-box .thumb-container {
    white-space: nowrap;
    margin-top: 15px;
}

.buy-info {
    background-color: #f5f5f5;
    overflow: hidden;
    text-align: center;
    margin: 15px 0;
}

.buy-info .item {
    padding: 25px 0;
}

.buy-info .item i {
    color: #ad2748;
    float: left;
    font-size: 40px;
    line-height: 23px;
}

.productfull {
    color: #555;
}

.productfull .fb-like.fb_iframe_widget {
    margin: 15px 0 0px;
}

.productfull .percent_discount {
    background-color: #ccc;
    border-radius: 100px;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    position: relative;
    top: -10px;
}

.productfull .percent_discount.active {
    background-color: #ff8705;
    color: #fff;
    border-radius: 100px;
}

.productfull .taxinfo {
    font-size: 14px;
    color: #999;
}

.productfull .thumb-container img {
    max-height: 100px;
}

.productfull .bootstrap-touchspin #quantity {
    max-width: 150px;
    text-align: center;
}

.jshop.cart-list {
    padding-bottom: 20px;
}

div.jshop_prod_attributes select {
  width: 100%
}


#request {
    background-color: #f5f5f5;
    padding-bottom: 15px;
}

.cartajaxattributes fieldset {
    border: 1px solid #1768a7!important;
    margin: 0 5px 5px 0;
    padding: 5px;
}


#collapseCategory .nav-pills > li > a {
    background-color: #fff;
    border: 1px solid #1768a7;
    color: #1768a7;
}

#collapseCategory .nav-pills > li.active > a, #collapseCategory .nav-pills > li.active > a:hover, #collapseCategory .nav-pills > li.active > a:focus {
    background-color: #1768a7;
    border: 1px solid #1768a7;
    color: #fff;
}

#collapseCategory .collapsed .dot::before {
    content: "+";
    font-size: 30px;
    line-height: 0.5;
    color: #ff8705;
}

#collapseCategory .dot::before {
    content: "-";
    font-size: 30px;
    line-height: 0.5;
    color: #ff8705;
}

#collapseCategory h4 {
    text-transform: uppercase;
    font-size: 13px;
}

#collapseCategory h4 a {
    color: #1768a7;
}

#collapseCategory .panel.active .panel-heading{
    background-color: #1768a7;
}

#collapseCategory .panel.active h4 a {
    color: #fff;
}

#collapseCategory .panel h4 a:hover {
    color: #ccc;
    text-decoration: none;
}



.cat-list-btn {
    background-color: #1768a7;
    border-color: #145a91;
    color: #fff;
    margin: 0 0 15px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.cat-list-btn:hover, .cat-list-btn:focus {
    color: #ccc;
}

.cat-dot {
    background-color: #1768a7;
    border-radius: 10px;
    content: " ";
    display: inline-block;
    height: 11px;
    margin-right: 5px;
    width: 10px;
}

.active .cat-dot {
    background-color: #ff8705;
}

.jshop_categ.category {
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.jshop_categ.category i {
    font-size: 80px;
}

.jshop_categ.category h3 {
    font-size: 16px;
    text-transform: uppercase;
    min-height: 45px;
    margin-top: 10px;
}



.page-header {
    border: none;
    margin: 0 ;
    padding: 0;
}

.page-header h2, h1 {
    color: #1768a7;
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #1768a7;
    padding-bottom: 5px;
}

/*COLUMN */

.col-right .moduletable {
    border: 1px solid #1768a7;
    margin-bottom: 15px;
}

.col-right .moduletable h3 {
    background-color: #ff8705;
    color: #fff;
    margin: 0 0 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.col-right .moduletable .custom {
    padding: 10px;
    text-align: center;
}

.nav.menumenu-column > li > a {
    background-color: #f5f5f5;
}

.menu-column.nav-pills > li.active > a, .menu-column.nav-pills > li.active > a:hover, .menu-column.nav-pills > li.active > a:focus {
    background-color: #ad2748;
    color: #fff;
}

.col-right .banner-products .inner-banner-products {
    padding: 10px;
}

.col-right .banner-products h3 i {
    background-color: #ad2748;
    color: #fff;
    left: -5px;
    padding: 7px;
    position: relative;
    top: 1px;
}

.blog .item {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 50px;

}

.blog .item h3 {
    font-size: 16px;
}

.items-leading .item .page-header h2{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    min-height: 42px;

}

.items-leading  .intro-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    padding-top: 140%;
    position: relative;
}

.categories-module.nav-pills li h4 {
    font-size: 14px;
    margin: 0;
}

.categories-module.nav-pills li a{
    width: 100%;
    float: left;
    padding: 10px 5px;
}

.categories-module.nav-pills .active a {
    background-color: #1768a7;
    color: #fff;

}

.categories-module.nav-pills li {
    float: left;
    width: 100%;
}

.contact-form {
    background-color: #fcfcfc;
    padding: 15px 0;
}

#footer {
    border-top: 5px solid #ff8705;
    min-height: 300px;
}

#footer h3 {
    font-weight: 300;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 10;
}

.btn-up {
    background: transparent;
    border-color: #1768a7;
    box-shadow: 3px 5px 10px #333;
    color: #337ab7;
}

.btn-up:hover {
    border-color: #ccc;
    color: #ccc;
    box-shadow: none;
}

.blog, .item-page {
    padding-bottom: 20px;
}

.category-module.nav.nav-pills li {
    width: 100%;
}

.category-module.nav.nav-pills li a {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #fff;
}

.category-module.nav.nav-pills li a.active {
    background-color: #1768a7;
}

@media (min-width:1480px) { 

    .list_product .oiproduct .buttons {
        min-height: 175px;
     }

    .container {
        width: 100%;
        max-width: 1480px;
    }

    .home-banner {
        height: 750px;
    }

    .list_product .input-group.bootstrap-touchspin {
    float: left;
    width: 50%;
    }

    .list_product  .button_buy {
    float: left;
    width: 50%;
    }

    .home-category .nav.navbar-nav  li:nth-child(n+2).dropdown.open .dropdown-menu  {
    left: -364px
    }

    .home-category .nav.navbar-nav  li:nth-child(n+3).dropdown.open .dropdown-menu  {
    left: -725px
    }

    .home-category .nav.navbar-nav  li:nth-child(n+4).dropdown.open .dropdown-menu  {
    left: -1090px
    }




   
}    

@media (max-width:1200px) { 
    .list_product .oiproduct .buttons {
        min-height: 226px;
     }
    
    .list_product .input-group.bootstrap-touchspin {
    float: left;
    width: 100%;
    }

    .list_product  .button_buy {
    float: left;
    width: 100%;
    }

    .home-banner .inner-banner {
        width: 70%;
    }

    .home-category .nav.navbar-nav  li:nth-child(n+2).dropdown.open .dropdown-menu  {
    left: -236px;
    }

    .home-category .nav.navbar-nav  li:nth-child(n+3).dropdown.open .dropdown-menu  {
    left: -471px;
    }

    .home-category .nav.navbar-nav  li:nth-child(n+4).dropdown.open .dropdown-menu  {
    left: -707px;
    }
 
}

@media (max-width:992px) { 
    #top .nav.nav-pills li i {
        font-size: 30px;
    }
    
    .home-category .nav.navbar-nav  li:nth-child(n+2).dropdown.open .dropdown-menu  {
    left: auto;
    }

    .home-category .nav.navbar-nav  li:nth-child(n+3).dropdown.open .dropdown-menu  {
    left: auto;
    }

    .home-category .nav.navbar-nav  li:nth-child(n+4).dropdown.open .dropdown-menu  {
    left: auto;
    }
    .home-category li {
        width: 50%;
        margin-bottom: 10px;
    }

    .home-category .nav.navbar-nav {
        width: auto;
     }

    .home-category .dropdown-menu li {
        width: 100%;
    }

    .home-category .nav.navbar-nav {
        margin: 0 -10px;
    }

    .home-category .navbar-nav .open .dropdown-menu {
        width: 100%;
    }

    .list_product .input-group.bootstrap-touchspin {
    float: left;
    width: 50%;
    }

    .list_product  .button_buy {
    float: left;
    width: 50%;
    }

    .container {
        width: 100%;
    }

    .top-bar .container {
        padding: 0;
    }

    #top [class*="col-"] {
        position: static;
    }

    #top .dropdown-search {
        border: medium none;
        margin: 0 !important;
        padding: 5px;
        width: 100%;
        background-color: #fff;
    }

    #top .nav .open > a, #top .nav .open > a:focus {
        background-color: #F8F8F8;
        border-color: transparent;
        color: #1768a7;
    }

    #top .nav-pills > li a:hover, #top .nav-pills > li a:focus {
        background-color: #F8F8F8;
        border-color: transparent;
        color: #1768a7;
    }

    #top .nav-pills > li a:hover, #top .nav .open > a:hover {
        background:inherit;
        color: #333;
    }

    #top .nav-item {
        background-color: #1768a7;
    }

    #top .nav-pills > li > a {
        color: #fff;
        padding: 8px 15px;
        font-size: 13px;
    }

    .cont-logo {
        text-align: center;
    }
    
    .nav-item {
        position: relative;
    }

    .nav-item li {
        position: static;
    }

    .nav-item .col-md-8 {
        float: left;
        padding: 0;
    }

    .nav-item .col-md-4 {
        float: right;
        padding: 0;
    }

    .nav.nav-pills.search .dropdown, .nav.nav-pills.item .dropdown {
        width: auto;
    }

    .nav-item .dropdown-menu {
        background-color: #F8F8F8;
        border: 0 none;
        margin: -1px 0 0;
        position: absolute;
        width: 100%;
    }

    #top .nav.nav-pills .dropdown-menu li a {
        background-color: #1768a7;
        border: 1px solid #145a91;
        color: #fff;
        font-size: 16px;
        margin: 5px;
        padding: 5px;
        text-align: center;
    }

    .productfull .item-product {
        text-align: center;
        padding-bottom: 20px;
    }

    .productfull .input-group.bootstrap-touchspin {
         max-width: 300px;
        border-collapse: separate;
        display: table;
        margin: 0 auto;
        position: relative;
    }

    .productfull .bootstrap-touchspin #quantity {
        max-width: 100%;
        text-align: center;
    }

    .list_product.row.list .image_block {
        height: 250px;
        line-height: 250px;
    }

    .list_product.row.list .oiproduct .prod-info {
        text-align: center;
    }

    .home-banner .inner-banner {
        width: 99%;
    }
 
}

@media (max-width:780px) { 
    .list_product .input-group.bootstrap-touchspin {
    float: left;
    width: 100%;
    }

    .list_product  .button_buy {
    float: left;
    width: 100%
    }
    
    #footer {
        text-align: center;
    }

    .home-banner {
        height: 400px;
    }


    .home-banner .inner-banner {
        width: 100%;
        background: rgba(0,0,0,0.5);
        padding: 20px;
        margin-bottom: 0;
        bottom: 28%;
        height: auto;
    }
    
}

@media (max-width: 480px) { 
    
    .home-category li {
        width: 100%;
    }

    .list_product .input-group.bootstrap-touchspin {
    float: left;
    width: 100%;
    }



    .jshop_list_product .image {
        padding: 5px 5px 0;
    }

    .list_product .oiproduct {
        padding: 0 10px;
    }

    .list_product .prod-info h4 {
        font-size: 14px;
    }

    .list_product .prod-info {
        min-height: 120px;
    }

    .list_product  .button_buy {
        float: left;
        width: 100%;
    }

    .list_product .image_block {
        height: 180px;
        line-height: 180px;
    }


    .prod_buttons .btn-success {
        width: 100%;
    }


    

    

}


