body {
    font-family: 'Proxima Nova';
    font-size: 16px;
    display: flex;
   flex-direction: column;
}

strong, b {
    font-family: 'proxima_nova_altbold';
}

img.article-img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

div#pjax-mini-cart {
    width: 10%;
    right: 10px;
    position: absolute;
    top: 10px;
}
nav#main-menu{
  width: 90%;
}
a.gallery-item:first-child img {
    margin: 0px !important;
}
a.gallery-item img {
    margin-top: 10px !important;
    margin-right: 5px;
}
.fb_iframe_widget {
    display: inline-grid !important;
}
.logo{
 width: 250px;
 margin-top: 10px;
}
.wrapper-2{
  flex: 1 0 auto;
}
h1.prod-title{
  margin:0px;
  font-size:30px;
  line-height:0.7
}
h1.prod-title span{
  font-size:16px;
  margin:0px;
}
.product-page h3 {
    color: #99cc03;
    font-weight: bold;
}
.product-page h3 a{
    color: #777;
}
.link-related{
    color: #777 !important;
    font-size: 14px;
}
.site-about {
    overflow: hidden;
}
.container {
    max-width: 1170px;
    width: 100%;
}
.container-fluid{
  overflow: hidden;
}
#main-menu .container-fluid {
    padding: 0px;
}
.wrap .container-fluid:first-child {
    overflow: inherit;
}
.float-right {
    float: right;
}
.button {
    background-color: #e40613;
    color: #fff !important;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 10px;
}
.fix-margin h2{
  margin:0px !important;
}
.green-fluo {
    color: #99cc03 !important;
}
h4.green-fluo {
    text-transform: uppercase;
}
.accordion-menu li a {
  background-color: #99cc03;
  color: #fff;
  padding: 5px 0px 5px 15px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  width: 100%;
  text-transform: uppercase;
  background-image: url(images/icons/cd-icon.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50px;
  font-weight: 700;
  margin-left: 0px;
}
.accordion-menu li a:hover{
  text-decoration: none;
}
.available {
    background-color: #992d27;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    height: 40px;
    padding-top: 5px;
    text-transform: uppercase;
}

input.qty {
    width: 100%;
    height: 40px;
    border-radius: 0;
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 20px;
}
.table-sm {
    font-size: 14px;
}
.table-sm td{
    padding-right: 15px !important;
    vertical-align: text-top;
}
.content {
    margin-bottom:20px;
}
.bgk-gray {
    background-color: #3c3c3c;
    color: white;
}
.bgk-green-fluo {
    background-color: #99cc03;
    color: #fff;
    padding: 5px 0px 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    background-image: url(images/icons/cd-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50px;
    font-weight: 700;
}
.about-img{
  width:350px;
  float:left;
  margin-right: 20px;
}
.left-img{
  width:150px;
  float:right;
  margin-left: 20px;
}
.actions {
    padding: 8px 0px;
    overflow: auto;
}

.products-box {
    margin-bottom: 10px;
    position: relative;
}

.products-box h4 a {
  color: #777;
  font-size: 16px;
}
.promo {
  position: absolute;
  border-radius: 50px;
  left: -15px;
  top: 106px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  width: 47px;
  height: 47px;
  padding-top: 17px;
  background: #e20505;
  color: #fff;
  font-size: 10px;
  z-index: 9;
}
.product-label, .rarity-label{
  float: right;
  background: #ff8a09;
  padding: 2px 3px 2px 0px;
  position: absolute;
  right: -10px;
  font-size: 11px;
  color: #fff;
  width: 60px;
  text-align: right;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 2px;
  box-shadow: 2px 2px 3px #999;
  z-index: 2;
}
.product-label{
  top: 64px;
  text-transform: uppercase;
}
.rarity-label{
  top: 90px;
  background-color: #005aa7;
  text-transform: uppercase;
}
.label-box .product-label {
    right: 10px;
    top: 15px;
    font-size: 14px;
    width: 80px;
}
.label-box .rarity-label {
    right: 10px;
    top: 50px;
    font-size: 14px;
    width: 80px;
}
.label-box .promo {
    left: 0px;
    bottom: 0px;
    top: auto;
    font-size: 16px;
    width: 80px;
    height: 80px;
    padding-top: 30px;
}
span.label.btn-custom {
    font-size: 14px;
}
hr {
    margin-top: 14px;
    margin-bottom: 10px;
  }
.product-title{
  font-weight: bold !important;
    color: #000;
    font-size: 14px !important;
}
.product-subtitle{
  font-size: 13px;
}
.actions.bgk-gray.white s{
  font-size:13px;
}
.uppercase {
    text-transform: uppercase;
}

.col-md-6.bgk-gray {
    padding: 90px 0px 0px 55px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #99cc03 !important;
  border-color: #99cc03 !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
  color: #99cc03;
}
.btn.btn-info:hover{
  background: #6cc4de !important;
  border-color: #6cc4de;
}
.btn.btn-success:hover{
    background-color: #72c072 !important;
    border-color: #72c072;
}
.btn.btn-warning:hover {
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

@media(max-width:1070px){
  .logo{
    width: 200px;
    margin-bottom: 15px;
  }
}
.col-md-6.light-gray, .col-md-6.text-center {
    padding: 25px 35px 20px 35px;
}

input.form-control {
    border-radius: 0px;
}

.input-group-btn .btn {
    border-radius: 0px;
}

.title {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'proxima_nova_altbold';
    margin-top:10px;
    text-align: center !important;
}
h1.subtitle, h2.subtitle {
margin-bottom: 35px;
}
.subtitle {
    font-size: 20px;
    color: #777;
}
.basket {
    color: #992d27;
    float: right;
}
ul{
    list-style-type: none !important;
}
ul.nested.vertical.menu{
  padding-left:0px;
}
ul.nested.vertical.menu li a{
    padding-left: 0px;
    background: none;
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    text-transform: initial;
    background-image: none;
    font-weight: 500;
}
ul.nested.vertical.menu li a:hover{
  color:#99cc03;
  text-decoration: none !important;
}
ul.nested.vertical.menu li a {
    border-bottom: 1px solid #eee;
    padding-top: 0px;
    color:#555;
}

ul.nested.vertical.menu li a:hover:before {
    color: #99cc03;
}
.navbar-brand{
  padding:5px 0px !important;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    color: #777;
    padding-top: 30px;
    padding-bottom: 30px;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #99cc03 !important;
    color: #ffffff;
}

.nav > li:last-child > img, .nav > li:last-child img {
    padding-left: 10px;
}


.custom-search{
  background-color: #e6e6e6;
  border-radius: 0px !important;
  padding: 10px;
}
.btn-buy{
  background: #e40613;
  border-radius: 5px;
  padding: 0px;
  font-size: 14px !important;
  color: #fff !important;
  margin-top: 7px;
  text-transform: uppercase;
}
.btn.btn-buy:hover, .btn.btn-buy:focus{
  background: #c7342c !important
}

.btn-grey {
    background: #eee;
    font-size: 12px;
    color: #333;
    border-radius: 0px;
    font-weight: 500;
}
.btn-custom{
  background-color: #99cc03;
  border-radius: 0px !important;
  color:#fff;
  text-transform: uppercase;
}
.btn-custom[type="submit"] {
    width: 120px;
    padding: 5px 0px;
    font-size: 16px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #fff !important;
  }
  .btn-info:focus, .btn-info.focus{
        background-color: #31b0d5 !important;
  }
.btn-block{
  font-size: 20px;
}
input#productsearch-name {
    width: 400px;
}
input#productsearch-termsearch {
    width: 320px;
}
input.select2-search__field {
    width: 100% !important;
}
.select2-container--krajee .select2-results__option .select2-results__option{
  padding: 3px 12px !important;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field{
  min-width: 228px !important;
}
.select2-container--krajee .select2-dropdown{
  min-width: 230px !important;
}
.select2-container--krajee .select2-results__option[aria-selected], li.select2-selection__choice{
  font-size: 13px;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
  background-color: #99cc03 !important;
}
.s2-select-label .glyphicon, .s2-unselect-label .glyphicon {
    color: #99cc03 !important;
}
.select2-container--krajee .select2-results__option[aria-selected=true] {
    color: #494949 !important;
    background-color: #dcf0a0 !important;
}
.s2-togall-button {;
  color: #5f5f5f !important;
}
.s2-togall-button:hover {;
  color: #99cc03 !important;
}
.has-success .radio{
  color: #333 !important;
}
input.select2-search__field{
  cursor: pointer;
  text-align: center;
}
input#storesearch-zipcity {
    width: 88%;
    height: 40px;
    padding-left: 10px;
    color: #3c3c3c;
}
.radio {
    margin-left: 10px;
    margin-right: 10px;
}
.form-group.pull-right {
    margin-top: 5px;
}
.form-group{
  margin-top: 10px;
}
/*----- Navigation -----*/
nav#top-menu {
    min-height: 0px;
    margin-bottom: 0px;
}
.header-nav{
   border-top: 1px solid #f3f3f3 !important;
   position: relative;
}
.header-nav .col-md-2 {
    padding: 0px;
}
nav#main-menu {
    min-height: 70px !important;
    margin-bottom: 0px;
    padding-top: 10px;
}
.navbar{
  border: none !important;
}
#main-menu .navbar-toggle {
    background-color: #99cc03;
    border-radius: 0px;
}

#main-menu .icon-bar {
    background-color: #fff;
}

#top-menu .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wrap .navbar-fixed-top {
    position: relative;
}

#top-menu .navbar-collapse.collapse {
    display: block !important;
}

.navbar-nav {
    float: right !important;
}

#top-menu .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

#top-menu .navbar-right {
    float: right !important;
}

#top-menu .navbar-header {
    display: none;
}

#top-menu .navbar-nav {
    margin: 0px;
}
.top-bar {
margin: 6px 0px 6px;
  }
.top-bar a{
  font-size: 14px;
  color: #6f6f6f;
  text-decoration: none;
}
.whatsapp{
  background: #eee;
  padding: 6px;
  border-radius: 5px;
  font-size: 13px;
  margin-left: 5px;
}
.language-selector a{
  text-transform: uppercase;
}
ul.language-selector {
    float: left;
    -webkit-padding-start: 0px;
    margin-bottom: 0px;
}
.phone{
  margin-left: 10px;
padding-left: 10px;
border-left: 1px solid #cdcccc;
}
/* Permette l'hover su I fiori senza il click: http://jsfiddle.net/qfb6p/2/ */
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

/*----- end navigation -----*/

/*--- Modal ---*/
.modal-title{
  text-align: center;
}
.modal-body .table-bordered > tbody > tr > td{
  font-size: 10px;
  padding: 0px 8px;
}
/*.modal-body{*/
  /*font-size: 10px;*/
  /*padding: 0px !important;*/
/*}*/
.modal-header {
  padding: 5px 15px !important;
  margin-bottom: 12px;
}
.modal-footer{
  display: none;
}
.modal-body .content {
    margin-bottom: 0px;
}
.modal-content .close{
  font-size: 30px;
}
/*.modal .modal-dialog{*/
  /*margin:0 auto;*/
/*}*/
/*----- end modal -----*/

.col-md-4.no-padding {
    border: 1px solid #777;
}

.no-padding {
    padding: 0px !important;
}
i.fa.fa-warning {
    color: #ae4e4c;
}
i.fa {
    color: #99cc03;
}
i.fa.fa-phone{
  font-size: 16px;
}
th {
    background: #989898;
}
th a {
  color: #fff;
}
.actions {
    font-size: 16px;
}
.actions.price{
  font-size: 26px;
  padding: 0px;
}
.qty-label{
 margin-top:10px
}
.related-box {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40%;
    background: rgba(242, 242, 242, 0.8);
    height: 100%;
    padding: 60px 10px 10px 10px;
    text-align: center;
}

.related-price {
    font-size: 18px;
}
.thumb s {
    font-size: 10px;
    color: #6f6f6f;
}
s {
    font-size: 15px;
}
.more-products .pager li > a, .more-products .pager li > span {
    margin-top: 6%;
}

.more-products .pager .previous > a, .more-products .pager .previous > span {
    margin-right: 10px;
}

.home .sidebar-right{
  margin-top:53px;
}
.product-grid .sidebar-right{
  margin-top:98px;
}
.sidebar-right a {
  color: #3a3939;
  text-decoration: none;
  font-size: 14px;
  margin-left: 10px;
}
.categories-list li:first-child{
  padding-top: 0px;
}
ul.menu.vertical.accordion-menu{
  margin-bottom:0px;
  padding-left: 0px !important;
}
.sidebar-right a:hover {
    text-decoration: underline;
}
.category-page .col-md-9{
  overflow: auto;
}

.category-page .thumb img {
   border-radius: 30%;
}
.category-page .no-image{
     border: 4px dotted #b5b5b5;
}
.category-page p.text-center{
  margin-bottom: 20px;
}
.pager {
    margin: 0px !important;
}

.pager li > a, .pager li > span {
    border: none !important;
    padding: 5px !important;
}

.pager li > a:hover, .pager li > a:focus {
    background-color: transparent !important;
    color: #be0269 !important;
}


/*--Media queries--*/
@media (min-width: 1280px){
  .modal-lg {
    width: 1250px !important;
  }
}
@media (min-width: 300px){
  .modal-lg {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 1199px){
  .navbar-brand > img{
    width: 185px !important;
  }
  p.footer-payments {
    margin-left: 100px;
  }
}

@media (min-width: 1024px){

  p.footer-payments {
    margin-left: 50px;
}
  input#productsearch-name {
    width: 250px !important;
  }
  .form-group.pull-right {
    margin-top: 10px;
  }
  .navbar-nav{
    margin-top: 10px;
  }
}
@media (max-width:1012px){
  div#pjax-mini-cart{
    top: -15px;
  }
  #myFooter .col-md-4{
    margin-top:0px !important;
    width: 100%;
  }
  #myFooter{
    text-align: center;
  }
.header-nav .col-xs-7{
    padding: 0px;
  }
.navbar-nav > li > a{
    padding: 10px !important;
  }
  .cart-btn{
    margin-top: 0px;
    display: inline-grid;
  }
}
@media (max-width: 943px){
  .navbar-nav > li > a {
    font-size: 14px;
    padding: 5px !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
.bottom-bar {
  width: 100%;
  position: fixed;
  margin: 0px;
  bottom: 0px;
  z-index: 999;
}
.bottom-bar a, .bottom-bar .fa{
   color: #fff;
}
.bottom-bar ul {
    -webkit-padding-start: 0px;
}
.bottom-bar li:first-child{
 padding: 1px;
  border: none;
  background: #eee !important;
}
.bottom-bar li:last-child{
  background: #81ad00;
}
.bottom-bar li:nth-child(2){
  background: #337ab7;
}
.bottom-bar li {
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
    padding: 10px 0px;
  width: 33%;
  border-left: 1px solid #fff;
  float: left;
}
.bottom-bar .language-picker ul {
  top: -51px;
  background: #777777 !important;
  border-radius: 0px;
  padding: 5px;
  border: none;
  left: -11px;
}
.bottom-bar .fa{
  font-size: 25px !important;
}

.field-productsearch-typesearch .radio{
    display: inline;
  }
.navbar-nav > li > a {
  border-bottom: 1px solid #eee;
  text-align: center;
  }
 .logo{
  width: 175px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  }
  .navbar-nav{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-dialog{
    margin: 0;
  }
  div#pjax-mini-cart{
    top:0px;
  }
  #main-menu .navbar-toggle{
    float: left;
    margin-left: 10px;
  }

  .zopim {
    display: none!important;
}
  .cart-btn{
    margin-top:0px !important;
  }
  .nav-tabs > li > a{
    padding: 10px 8px !important;
  }
  .
  .field-productsearch-typesearch  .radio {
      display: inline;
  }
  input#productsearch-termsearch {
    width: 100%;
  }
  .form-inline .form-group{
    display: block !important;
  }

  input#productsearch-name {
    width: 100% !important;
  }
  .navbar-brand > img{
    width: 170px !important;
  }
  .nav > li:last-child > img, .nav > li:last-child img{
    padding:0px !important;
  }
  .navbar-nav > li:last-child > a {
    border: none !important;
  }
  .form-group.pull-right{
    float:none !important;
  }
  .btn-custom[type="submit"] {
    width: 100% !important;
  }
  .select2-container .select2-search--inline{
    float:none !important;
  }
  .mini-cart td:first-child {
    padding-right: 20px;
}

}
@media(max-width: 566px) {
  .nav-tabs.nav > li > a > img{
    display: none !important;
  }
  .top-bar .pull-right{
    display: none;
  }
  div#pjax-mini-cart{
    top: 0px;
    width: 20%;
  }
}
@media (max-width:320px) {
  img.logo{
    left:20px;
  }
}

/*--- MINICART, CHECKOUT & CART PAGE---*/
.th-head{
  width: 700px;
}
.th-download{
  width: 30px;
}
.table-bordered > tbody > tr > td{
  font-size: 13px;
}
.cart-page{
    margin-bottom: 40px;
}
.mini-cart img, .table.shop_table.cart img, .table.table-checkout img{
  width: 60px !important;
  height: auto !important;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
 .table.shop_table.cart a{
   color:#333;
 }
  .table.shop_table.cart a:hover{
    text-decoration: none;
    color: #555;
  }
th {
    background: #e6e6e6 !important;
    font-size: 14px;
}
th a {
    color: #444 !important;
}
.cart-btn {
    background: transparent;
    margin-top: 20px;
}
.cart-btn.btn:hover, .cart-btn.btn:focus{
  background: transparent !important;
}
.mini-cart.dropdown-menu {
    padding: 10px;
}
.mini-cart img {
  padding-left: 0px !important;
  border: none !important;
  padding-right: 10px;
  width: 60px !important;
}
.mini-cart tr {
    border-bottom: 1px solid #eee;
}
.mini-cart td {
    padding: 7px 7px;
    font-size: 11px;
    line-height: 1.2;
}
.mini-cart .button{
  font-size: 14px;
}
#main-menu .mini-cart a:focus {
    background: #992d27 !important;
}
.mini-cart .button:hover{
  background: #ff3e34;
  text-decoration: none;
  }
.table.shop_table.cart > tbody > tr > td, .table.table-checkout > tbody > tr > td{
    padding: 4px !important;
    font-size: 14px;
}

.cart-count {
    background-color: #e40613;
}
i.fa.fa-trash {
    color: #e40613;
}

.mini-cart {
    min-width: 275px;
}
.mini-cart table{
  width: 100%;
}
.mini-cart .dropdown-header {
    font-size: 14px;
}
.mini-cart td:last-child {
    text-align: right;
}
.mini-cart s {
    font-size: 8px;
}
/*.mini-cart .btn{*/
/*display: inline-block;*/
/*}*/
.mini-cart .item-name {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.mini-cart .remove-product {
    display: inline-block;
    color: #992d27;
}
table.cart td:last-child, table.cart td:nth-child(3), .table-checkout td:last-child{
    text-align: right;
}
.sticky-footer {
    position: relative !important;
  }
  #myFooter{
    color: #6f6f6f;
    font-size: 14px;
  }
  #myFooter a{
    color: #6f6f6f;
  }
  #myFooter a:hover{
    text-decoration: none;
      color: #99cc03;
    }
/**
FIX slideshow
 */
.blueimp-gallery-carousel {
    padding-bottom: 29.4% !important;
    box-shadow: none !important;
    margin: 0px !important;
    background: #fff !important;
}
.blueimp-gallery > .play-pause {
    display: none !important;
}
/**
 Cookie
 */
 .CookieMonsterOk {
    background: #99cc03;
    border: none;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
}
 .CookieMonsterBox{
   box-shadow: none !important;
   font-weight: normal;
   border-top: 1px solid #99cc03;
   background-color: rgb(255, 255, 255, 0.9) !important;
 }
.CookieMonsterBox a {
    color: #99cc03;
}

.div-product-grid-h4 {
    height: 50px;
    line-height: 0.8;
}
.developed{
  font-size: 12px !important;
}
.developed img{
  width:30px;
}
.secure-payments{
  text-align: center;
  line-height: 1.3;
}

.secure-payments img{
  margin-bottom: 10px;
}
/* Fix Checkout*/
.paymentMethodsContainer .well.well-md {
    margin-top: 10px;
}
/* News & Events */
h1.nws-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-top:0px;
}
.news-head{
  padding-right:30px;
}
a.news-title{
  color: #99cc03;
  text-decoration: none;
  font-weight: bold;
}
a.news-title:hover{
  color:#aae400;
  font-weight: bold;
}
.nws-cover{
    width: 100%;
    border: 1px solid #ddd;
  }
.bg-gray{
  background-color: #c3c3c3 !important;
}
.home-nws{
  color: #000;
  text-decoration:none;
}
a.home-nws:hover{
  color:#aae400;
  font-weight: bold;
  text-decoration: none;
}
.nws-content img{
  max-width: 100%;
  height: auto;
}
.sidebar-news .col-md-10 {
    width: 75%;
    float: right;
}
.event-date{
  font-size: 30px;
}
/* --end news/events -- */

/* Tabs */
.nav-tabs > li {
    font-size: 14px;
    text-transform: uppercase;
}
.tabs-above > .nav-tabs > li > a:hover {
    border-color: #ddd #ddd #eee #ddd!important;
    background: transparent !important;
    color: #333 !important;
}
.nav-tabs > li > a{
  color: #333;
}
/* Mozilla Hacks */
@-moz-document url-prefix() {
   .accordion-menu li a, .bgk-green-fluo {
  font-size:13px !important;
  }
}
#checkout-step2, #checkout-step3 {
    display: none;
}

/*--- Newsletter ---*/
.form_border ul li {
  display: inline;
}
.newsletter{
  background-color: #e6e6e6;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
  color: #6f6f6f;
  margin-top: 15px;
}
.newsletter input{
  padding: 5px 0px 6px 10px;
  font-size: 15px;
  width: 250px;
  border: 1px solid #ccc;
  margin-top: 5px;
  margin-left: -7px;
}
.newsletter p {
  margin-top:10px;
}
.thumb{
  position: relative;
}
.hoverDetail {
    display: none;
    background: #ffffff;
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    font-size: 10px;
    border: 1px #ccc solid;
    padding: 3px;
    color: #333;
}
.selected-format {
    color: #fff !important;
    background: #99cc03 !important;
}

a.gallery-item img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .product-width-custom {
        width: 20%;
    }
}
@media (max-width: 992px) {
  .sidebar-news img, .sidebar-news .col-md-10{
    float:left !important;
  }
  .sidebar-news{
    margin-top: 20px;
  }
  .sidebar.store-sidebar {
    margin-bottom: 20px;
  }
  .home-nws .col-md-6{
    margin-bottom: 10px;
  }
  .news-head{
    padding-right:0px;
  }
}
