/*body {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #0d0d0d;
    text-align: left;
    background-color: #fff;
}*/

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.page-section-ptb p {
    color: #0d0d0d;
    font-weight: 400;
}

.widget-title-sm {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.widget-title-sm {
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}
label {
  font-weight: 400;
}
.page-title {
  font-size: 52px;
  line-height: 1em;
  margin-bottom: 15px;
}

ul li, .product-options-available li {
    list-style: none;
}

.cateogry-filters-list a {
    color: #486d97;
    font-size: 10pt;
}

.global-wrapper {
    background: #ededed;
}
.navbar-main-search-submit {
  position: absolute;
  background: #e6e6e6;
  top: 0;
  right: 15px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  color: #595959;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.navbar-main-search-submit:hover {
  text-decoration: none;
}
.page-header {
  position: relative;
  margin: 40px 0 30px 0;
  border: none;
  padding-bottom: 0;
}
.page-header-banner {
  padding: 100px 0;
  margin: 0 0 20px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-header-banner .page-title {
  color: #fff;
}
.page-header-banner .page-breadcrumb > li.active {
  color: #fff;
}
.page-header-banner .page-breadcrumb > li > a {
  color: rgba(255,255,255,0.7);
}
.page-header-banner .page-breadcrumb > li > a:hover {
  color: #fff;
}
.page-header-banner-inner {
  position: relative;
}
.page-breadcrumb {
  margin: 0;
  padding: 0;
  background: none;
  margin-left: 4px;
}
.page-breadcrumb > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
}
.page-breadcrumb > li.active {
  color: #595959;
}
.page-breadcrumb > li > a {
  color: rgba(89,89,89,0.7);
}
.page-breadcrumb > li > a:hover {
  text-decoration: none;
  color: #595959;
}
.search-outer, .filter-outer{
  margin: 30px 0 0;
}
.category-selections {
  position: relative;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  float: right;
}
.category-selections > li {
  position: relative;
  float: left;
  margin-left: 7px;
}
.product-actions .btn{
  display: block;
}

.category-selections-sign {
  position: absolute;
  font-size: 11px;
  color: #a6a6a6;
  left: 2px;
  top: -16px;
}
.category-selections-select {
  height: 30px;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
  border: none;
}
.category-selections-select:focus {
  outline: none;
}
.category-filters {
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.category-filters-section {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0px 20px;
}
.category-filters-section .checkbox {
  font-size: 13px;
}
.category-filters-section:last-child {
  border: none;
}
.category-filters-amount {
  margin-left: 5px;
  font-size: 11px;
  color: #ccc;
}
.category-pagination {
  margin: 10px 0 0 0;
  justify-content: center;
}
.category-pagination > li {
  display: inline-block;
  margin: 0 4px;
}
.category-pagination > li > a {
  color: #486d97;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.category-pagination > li > a:hover {
  border-color: #486d97;
  background: #fff;
}
.category-pagination > li.active > a {
  background: #8b8b8b;
  border-color: #8b8b8b;
}
.category-pagination > li.active > a:hover {
  background: #8b8b8b;
  border-color: #8b8b8b;
}
.category-pagination > li.last > a {
  background: #486d97;
  color: #fff;
  border-color: #486d97;
  padding-left: 20px;
  padding-right: 20px;
}
.category-pagination-sign {
  font-size: 16px;
  margin: 15px 0 0 0;
  text-align: center;
}
/****** End of Miscellaneous ******/
/****** White Space ******/
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
  overflow: hidden;
}
.gap:after {
  content: '';
  display: table;
}
/****** End of White Space ******/
/****** Buttons ******/
.btn {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
}
.btn:hover {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.btn > .fa {
  margin: 0 5px;
}
.btn-primary {
  color: #fff !important;
  background: #486d97;
  border-color: #416288;
}
.btn-primary:hover {
  background: #416288;
  border-color: #3a5779;
}
.btn-primary:focus {
  background: #416288;
  border-color: #3a5779;
}
/****** End of Buttons ******/
/****** Rows/Columns ******/
.row[data-gutter="15"] {
  margin-bottom: -15px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row[data-gutter="15"] > [class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}

.product {
  -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.product-img-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 20px;
  margin-bottom: 10px;
}
.product-img-primary,
.product-img-alt {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.product-img-alt {
  position: absolute;
  right: 0;
  top: 0;
}
.product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
  text-indent: 99999;
}
.product-img-alt {
  -webkit-transform: translate3d(101%, 0, 0);
  -moz-transform: translate3d(101%, 0, 0);
  -o-transform: translate3d(101%, 0, 0);
  -ms-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
  z-index: 2;
}
.product-left:after {
  content: '';
  display: table;
  clear: both;
}
.product-left .product-img-wrap {
  float: left;
  width: 25%;
  margin-right: 20px;
}
.product-left .product-caption {
  float: left;
  width: 50%;
}
.product-left .product-caption-feature-list {
  position: static;
  font-size: 14px;
}
.product-left .product-caption-title {
  font-size: 18px;
  height: auto;
}
.product-left .product-caption-price > span {
  font-size: 25px;
  margin-bottom: 10px;
}
.product-left .product-caption-rating {
  font-size: 12px;
}
.product-actions {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-actions > li {
  margin-bottom: 10px;
}
.product-caption-rating {
  list-style: none;
  margin-bottom: 3px;
  padding: 0;
  overflow: hidden;
  font-size: 9px;
}
.product-caption-rating > li {
  float: left;
  margin-right: 3px;
  color: #d9d9d9;
}
.product-caption-rating > li.rated {
  color: #ffc120;
}
.product:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.3) , 0 0 1px rgba(0,0,0,0.3) , 0 0 15px rgba(158,182,209,0.2);
  box-shadow: 0 3px 6px rgba(0,0,0,0.3) , 0 0 1px rgba(0,0,0,0.3) , 0 0 15px rgba(158,182,209,0.2);
}
.product:hover .product-img-alt {
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
.product:hover .product-img-primary {
  -webkit-transform: translate3d(-110%, 0, 0);
  -moz-transform: translate3d(-110%, 0, 0);
  -o-transform: translate3d(-110%, 0, 0);
  -ms-transform: translate3d(-110%, 0, 0);
  transform: translate3d(-110%, 0, 0);
}
.product-caption {
  padding: 10px 15px;
  position: relative;
}
.product-caption-feature-list {
  font-size: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 11px;
}
.product-caption-feature-list > li {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #d9d9d9;
  display: inline-block;
  color: #8c8c8c;
}
.product-caption-feature-list > li:first-child {
  border: none;
  margin: 0;
  padding: 0;
}
.product-caption-title {
  font-weight: 400;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  height: 40px;
  overflow: hidden;
  line-height: 1.3em;
  color: #0d0d0d;
}
.product-caption-price {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
}
.product-caption-price > span {
  display: inline-block;
  font-size: 18px;
  line-height: 1em;
}
.product-caption-price > span.product-caption-price-new {
  color: #000;
  font-weight: 700;
}
.category-filters .radio input[type="radio"], .category-filters .radio-inline input[type="radio"], .category-filters .checkbox input[type="checkbox"], .category-filters .checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  margin: 0;
  position: relative;
}
.category-filters .radio label, .category-filters .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.product-caption-price > span.product-caption-price-old {
  margin-right: 7px;
  color: #727272;
  text-decoration: line-through;
}
.product-labels {
  position: absolute;
  top: 10px;
  left: -3px;
  z-index: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.product-labels > li {
  background: #486d97;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  box-shadow: 0 1px 2px rgba(0,0,0,0.4);
  padding: 3px 7px;
  line-height: 1em;
  margin-bottom: 5px;
  display: table;
}

.i-check {
  display: inline-block;
  *display: inlne;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  cursor: pointer;
  top: 0;
  left: -7px;
  margin-left: -13px;
  float: left;
  text-align: center;
  line-height: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.i-check:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, -22px, 0);
  -moz-transform: translate3d(0, -22px, 0);
  -o-transform: translate3d(0, -22px, 0);
  -ms-transform: translate3d(0, -22px, 0);
  transform: translate3d(0, -22px, 0);
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  color: #fff;
  font-size: 10px;
}
.product-left .product-caption-price .new-price{
  padding: 0 0 0 10px;
  color: red;
}
.product-left .product-caption-price .postage{
  font-size: 12px;
}
.list-data-tag{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.list-data-tag li{
  display: inline-block;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 13px;
  margin: 5px 0 0;
  background-color: #ddd;
}

/****** Range Slider ******/
.irs {
  position: relative;
  display: block;
  height: 40px;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  height: 8px;
  top: 25px;
  background: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
  height: 8px;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 10%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  top: 25px;
  background: #727272;
}
.irs-slider {
  position: absolute;
  display: block;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 22px;
  background: #486d97;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  cursor: pointer;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  left: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  content: '';
  position: absolute;
  display: block;
  top: -30%;
  right: 0;
  width: 200%;
  height: 170%;
}
.irs-slider.last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  top: 4px;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  cursor: default;
  white-space: nowrap;
  color: #595959;
  font-size: 13px;
  line-height: 1.333;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid {
  height: 60px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #999;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #808080;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: #000;
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.category-sidebar-white .irs-from,
.category-sidebar-white .irs-to,
.category-sidebar-white .irs-single {
  color: #595959;
}
.category-sidebar-white .irs-min,
.category-sidebar-white .irs-max {
  color: #8b8b8b;
}
.product.product-left {
  margin: 0px 0 15px;
}

/****** End of Range Slider ******/


.popup-close-container{
  display: none;
}
.mobile-button{
  display: none;
}
/* .abs_popup2{
  display: block;
} */
@media (max-width:992px) {
  .product.product-left {
    margin: 15px 0;
}
/*****for----mobilee-----******/

.abs_popup2{
  display:none;
}
.abs_popup2{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	z-index:99999;
     background-color: rgba(0,0,0,0.9);
     overflow-y: scroll;
}
.tabl_popup2 {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.cel_popup2 {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
}

.popup_container2{
    width: 70%;
    background-color: #ffffff;
    padding: 0px;
    margin: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.popup-body-content{
    height: 400px;
	padding: 40px;
    overflow-y: scroll;
	overflow-x:hidden;	
}

.popup-head2{
    font-size: 36px;
    text-align: center;
    color: #19243f;
    font-family: 'cera_probold';
    margin: 0px 0;
    padding: 0;
}
.popup-close-container {
    position: relative;
}

a.pop_close2{
  right: 8px;
  top: 0px;
  font-weight: 600;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000!important;
  cursor: pointer;
  z-index: 9;
}
  .mobile-button{
    display: block;
  }

.alert-info{
  margin: 20px 0;
}
  .page-title {
    font-size: 40px;
  }
  input#price-slider {
    width: 100%;
}
  .category-selections > li {
    margin-right: 7px;
    margin-left: 0;
  }

  .product-left .product-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
  }
  .product-left .product-caption {
    float: none;
    width: 100%;
  }
  .product-left .product-actions {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}
.popup-close-container{
  display: block;
}
.product-caption {
  padding: 10px 0px;
  position: relative;
}
.category-selections {
  position: fixed;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0 0 0 0;
  padding: 20px 25px;
  float: none;
  z-index: 99;
  display: flex;
  background: #000;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.category-selections li{
  width: 50%;
  display: flex;
}
.category-pagination {
  margin: 10px 0 0 0;
  float: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.category-selections li.filter-data{
  justify-content: flex-end;
  display: flex;
}
.category-selections-sign{
  display: none;
}
.category-selections-select {
  height: 40px;
  padding: 0 5px;
}
a.pop_open_btn2 {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  height: 40px;
}
}
@media screen  and (max-width:767px){
.alert-info {
  margin: 0px 0 20px;
}
.search-outer, .filter-outer {
  margin: 10px 0 0;
}
}
@media screen  and (max-width:479px){
  .category-selections{
    padding: 20px 10px;
  }
    .product-left .product-caption-title {
        font-size: 16px;
        height: auto;
    }
}
@media screen  and (max-width:374px){
  .category-selections li.sort-data{
    width:100px;
  }
  .category-selections li.filter-data{
    width:200px;
  }
  .category-selections-select {
    width: 120px;
}
a.pop_open_btn2 {
  padding: 10px 8px; 
}
}

/*-- Updated css --*/
.product {
    min-height: 310px;
}

.btn-checkout-category {
    margin-bottom: 15px;
}

.product-left .product-caption-feature-list {
    width: 80%;
}

.search-textbox {
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
}

    .search-textbox .navbar-main-search-submit {
        top: 0px;
        position: relative;
        right: 34px;
        width: 40px;
        height: auto;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    margin-top: 2.5px;
}

h3 {
    line-height: 24px !important;
}
/*===== Advertise CSS ========*/
/*.advert-border {
    border: 5px solid #fc0003;
}*/

.advert-overlay-button {
    /*background: #fc0003;
    border: 1px solid #fc0003;*/
    border-radius: 5px;
    padding: 5px 10px;
    width: 182px;
    color: #fff;
    cursor: pointer;
}

.advert-views {
    /*color: #fc0003;*/
    font-size: 17px;
}

.lakedistrict-advert-border {
    border: 5px solid #00aff0;
}

.lakedistrict-advert-overlay-button {
    background: #00aff0;
    border: 1px solid #00aff0;
    border-radius: 5px;
    padding: 5px 10px;
    width: 182px;
    color: #fff;
    cursor: pointer;
}

.lakedistrict-advert-views {
    color: #00aff0;
    font-size: 17px;
}

.businesslink-advert-border {
    border: 5px solid #008d1c;
}

.businesslink-advert-overlay-button {
    background: #008d1c;
    border: 1px solid #008d1c;
    border-radius: 5px;
    padding: 5px 10px;
    width: 182px;
    color: #fff;
    cursor: pointer;
}

.businesslink-advert-views {
    color: #008d1c;
    font-size: 17px;
}

.full-width {
    width: 100%;
}

.advert-item {
    position: relative;
    overflow: hidden;
}

    .advert-item .advert-overlay {
        background: #fff;
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        color: #323232;
        padding-top: 10px;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
    }

    .advert-item:hover .advert-overlay {
        opacity: 1;
        top: 0;
    }

.advert-overlay-button-clicked {
    background: #323232;
    border-radius: 5px;
    padding: 5px 10px;
    /*width: 182px;*/
    color: #fff;
    border: 1px solid #323232;
}

.advert-button-margin {
    margin: 0 36px;
}

/*.advert-mid-button-margin {
    margin: 10px 111px !important;
}*/

.advert-mid-button-margin {
    width: 92%;
    margin: auto;
}

    .advert-mid-button-margin button {
        padding: 7px 0 !important;
        margin: 2px 0px 2px -2px;
        width:100%;
    }

.text-red {
    color: #db2d2e !important;
}

.product-labels li {
    float: left;
    margin-left: 2px;
}

.sale-items label {
    margin-top: 2px;
}

@media screen and (max-width:414px) {
    .advert-img {
        display: none;
    }
}

.product-listing ul li a {
    color: #323232;
    position: relative;
    display: block;
}

.pagination > li > a > i:before {
    color:#000;
}

.pagination > li > a, .pagination > li > span {
    position: relative !important;
    float: left !important;
    padding: 8px 16px !important;
    margin: 0 5px;
    line-height: 1.42857143 !important;
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

.category-pagination > li.last > a {
    background: #486d97 !important;
    color: #fff !important;
    border-color: #486d97 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.category-pagination li.btn a {
    padding: 0 !important;
    background-color: transparent !important;
    border: transparent !important;
    color: #fff !important;
}

.pagination > li > a.selected {
    background: #486d97 !important;
    border-color: #486d97 !important;
    color: #fff !important;
    margin: 0 5px!important;
}

#Footer a {
    color: #fff;
    font-weight: 400;
}

ul.cateogry-filters-list {
    padding: 0 10px;
}
    ul.cateogry-filters-list li {
        padding: 3px 0;
    }