
.product-breadcrumb {
  background: #272727;
  padding: 10px 0;
}

.product-all {
  color: #fff;
}

.product-all {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-left ul li {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

.product-all .product-right {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
}

.product-left ul li a {
  color: #727272;
}

.product-left ul li i {
  color: #727272;
  margin-right: 5px;
}

/**/
.panel-heading a:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  float: right;
  transition: all 0.5s;
  padding-left: 5px;
}

.panel-heading.active a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  float: right;
  transition: all 0.5s;
}

.panel-title a {
  display: block;
}

.panel-body.panel-body-next {
  padding: 0;
}

.accordian-span {
  color: #FFAC4A;
  margin-right: 5px;
}

.panel a {
  color: #272727;
  text-transform: uppercase;
  font-weight: bold;
}

.slider-labels {
  margin-top: 10px;
  color: #5A5A5A;
  font-size: 12px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 1px;
}


  .noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -7px;
    top: -6px;
    background-color: #ffffff;
    border-color: #FFAC4A;
    border: 1px solid #FFAC4A;
  }

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #FFAC4A;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

  .noUi-target.noUi-connect {
  }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

  .noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

/*,,*/
/*.ship-address {
  margin: 0 auto;
  width: 200px;
  display: flex;
}*/
.ship-address {
  display: block;
  position: relative;
  /* margin-bottom: 40px;*/
  cursor: pointer;
  padding-left: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
}

  .ship-address input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

.pickmark {
  position: absolute;
  top: 3px;
  left: -4px;
  height: 9px;
  width: 9px;
  background-color: #fff;
  border: 1px solid #5A5A5A;
}

.ship-address input:checked ~ .pickmark {
  border-color: #FFAC4A;
}

.pickmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ship-address input:checked ~ .pickmark:after {
  display: block;
}

.ship-address .pickmark:after {
  top: 2px;
  left: 2px;
  width: 3px;
  height: 3px;
  background: #FFAC4A;
}

.print-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-body ul li {
  margin-top: 10px;
}

.panel-category {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5A5A5A;
  align-items: center;
  margin-bottom: 5px;
}

  .panel-category a {
    font-weight: 100;
    text-transform: capitalize;
  }

    .panel-category a:hover {
      color: #FFAC4A;
    }

.panel-group .panel + .panel {
  /* margin-top: 15px; */
  padding-bottom: 15px;
}

.panel-group .panel {
  /* padding-bottom: 10px;*/
}

.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #5A5A5A;
  border-color: #5A5A5A;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

h4.panel-title a {
  color: #fff;
  font-size: 14px;
}

.panel-body .ship-address {
  color: #5A5A5A;
  font-size: 12px;
}
/*popup*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

  .overlay:target {
    visibility: visible;
    opacity: 1;
  }

.popup {
  margin: 70px auto;
  padding: 50px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index: 1;
}

  .popup h2 {
    margin-top: 0;
    color: #333;
    text-transform: uppercase;
  }

  .popup .close {
    position: absolute;
    top: 12px;
    right: 30px;
    transition: all 200ms;
    font-size: 43px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 1;
  }

    .popup .close:hover {
      color: #000000;
      opacity: 1;
    }

.popup-content {
  /*text-align: center;
    padding: 10px 0;*/
}

.green-round i {
  border: 3px solid rgb(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 19px;
  width: 20px;
  color: #07E100;
}

.orange-round {
  border: 3px solid rgb(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 19px;
  width: 20px;
  color: #E56B00;
}

.blue-round {
  border: 3px solid rgb(255, 255, 255, 0.5);
  border-radius: 50%;
  height: 19px;
  width: 20px;
  color: #28AEE9;
}

.product-color {
  margin-bottom: 5px;
  margin-top: 20px;
}

.product-main {
  color: #141313;
}

.product-size span span {
  color: #AFAFAF;
}

.product-size span, .product-type span, .product-print span, .product-time span, .product-delivery span, .product-choice span {
  font-weight: bold;
}

.product-type {
  margin-top: 10px;
}

.product-delivery {
  margin: 10px 0;
}

.product-choice {
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  border-bottom-color: rgb(112, 112, 112, 0.1);
  padding-bottom: 21px;
}

.find-more {
  margin-top: 40px;
  color: #000000;
  font-weight: bold;
}

  .find-more a {
    color: #000000;
  }

.btn-compare {
  background: #000000;
  color: #fff;
  padding: 13px 20px;
  border: none;
  margin-left: 20px;
}

.a-btn .add-cart i {
  padding-right: 5px;
}

.slick-next:before {
  content: '\f105';
  font-family: FontAwesome;
  color: #000000;
  font-size: 25px;
}

.slick-prev:before {
  content: '\f104';
  font-family: FontAwesome;
  color: #000000;
  font-size: 25px;
}
/**/
/*.title-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/
.title-product {
  margin: 40px 0;
}

button#list {
  background: #fff;
  border: 1px solid #5A5A5A;
  font-size: 14px;
  text-transform: uppercase;
  color: #5A5A5A;
  padding: 7px 25px 7px 25px;
  border-radius: 0;
}

button#grid {
  text-transform: uppercase;
  color: #fff;
  background: #5A5A5A;
  font-size: 14px;
  padding: 7px 25px 7px 25px;
  border-radius: 0;
  border: 1px solid #5A5A5A;
}

  button#grid i {
    padding-right: 5px;
  }

.select-option {
  height: 35px;
  padding: 5px 133px 5px 12px;
  font-size: 13px;
  border-color: #5A5A5A;
  color: #5A5A5A;
}



.select-options {
  height: 35px;
  font-size: 13px;
  /* padding: 0px 62px 0 11px; */
  border-color: #5A5A5A;
  color: #5A5A5A;
  width: 100%;
}



/*list view*/
.product-list {
  margin-top: 30px;
}

.list-row {
  margin-top: 30px;
}

.list-img img {
  width: 100%;
}

.list-buttons a {
  border: 1px solid #000000;
  color: #272727;
}

  .list-buttons a i {
    padding-right: 5px;
  }

.list-buttons {
  float: right;
}

.button-cart {
  margin: 10px 0;
}

.button-view {
  margin: 40px 0;
}

.button-compare {
  margin: 40px 0;
}

.button-cart a {
  padding: 7px 15px;
}

.button-view a {
  padding: 7px 16px;
}

.button-compare a {
  padding: 7px 24px;
}

.button-wishlist a {
  padding: 7px 27px;
}

  .button-cart a:hover, .button-view a:hover, .button-compare a:hover, .button-wishlist a:hover {
    color: #fff;
    background: #000;
  }

.list-title {
  color: #3E3E3E;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.list-description {
  color: #3E3E3E;
}

.line-cross {
  text-decoration: line-through;
  color: #5A5A5A;
  padding-left: 15px;
}

.list-price {
  color: #272727;
}
/**/
.store-text p {
  margin: 0;
}

.store-text {
  text-align: center;
}

  .store-text .store-name {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .store-text .store-price {
    font-weight: bold;
    color: #272727;
  }

.page {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  border-top: 1px solid #AFAFAF;
}

.page-title li {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
}

.first-page i, .last-page i {
  padding: 0 10px;
}

ul.page-title li a {
  color: #AFAFAF;
}

.page-title .actives {
  border-top: 1px solid #707070;
}

  .page-title .actives a {
    color: #272727;
  }

.first-page, .last-page {
  margin-top: 5px;
}

.product-images {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.slick-slider {
  width: 100%;
}
/**/
/*product-single*/
.store-box {
  margin-top: 30px;
  padding: 10px;
}

/**/
.product-description {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-main h3 {
  font-weight: bold;
  margin-top: 0;
  color: #000000;
}

.product-prices {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}

  .product-prices .product-price {
    font-size: 15px;
    font-weight: bold;
    color: #272727;
  }

.product-rate ul li {
  display: inline-block;
  color: #FFAC4A;
}

.product-detail {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
  color: #000000;
  margin-bottom: 15px;
}

.color-cop {
  margin-bottom: 20px;
}

  .color-cop h4 {
    text-transform: uppercase;
    font-size: 16px;
  }

ul.colors li {
  display: inline-block;
}

ul .red i {
  color: #E92828;
  border-radius: 50%;
  font-size: 18px;
}

ul .green i {
  color: #07E100;
  border-radius: 50%;
  font-size: 18px;
  margin: 0 7px;
}

ul .yellow i {
  color: #E56B00;
  border-radius: 50%;
  font-size: 18px;
}

ul .black i {
  color: #000000;
  border: 3px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  height: 19px;
  width: 20px;
}

ul .light-green i {
  color: #69841E;
  border: 3px solid rgba(105, 132, 30, .4);
  border-radius: 50%;
  height: 19px;
  width: 20px;
  margin: 0 7px;
}

ul .brown i {
  color: #823E02;
  border: 3px solid rgba(130, 62, 2, .4);
  border-radius: 50%;
  height: 19px;
  width: 20px;
}

.size {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

  .size h6 {
    font-size: 16px;
    text-transform: uppercase;
  }

  .size p {
    font-size: 14px;
    color: #000000;
  }

.adds .quantity-button {
  color: #AFAFAF;
  width: 33px;
  height: 45px;
  padding: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 20px;
  background: #eee;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
}

.adds .quantity-field {
  width: 37px;
  height: 45px;
  outline: none;
  margin: 0 -5px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
}

.addition {
  display: block;
}

  .addition > div {
    display: inline-block;
    margin-bottom: 15px;
  }

.a-btn .add-cart {
  font-size: 13px;
  background: #000;
  color: #fff;
  padding: 13px 20px;
  text-transform: uppercase;
  margin-right: 16px;
  margin-left: 20px;
  border: none;
}

.a-btn .buy-shop {
  font-size: 13px;
  background: #FFAC4A;
  color: #fff;
  padding: 13px 23px;
  text-transform: uppercase;
  border: none;
  margin-right: 16px;
}

.product-media {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.product-social-media ul li {
  display: inline-block;
  margin-right: 10px;
}

  .product-social-media ul li a {
    color: #AFAFAF;
  }

  .product-social-media ul li a {
    font-size: 16px;
  }

.product-social-media ul .facebook-icon a i:hover {
  color: #3A5895;
}

.product-social-media ul .instagram-icon a i:hover {
  color: #C0377B;
}

.product-social-media ul .twitter-icon a i:hover {
  color: #00ACEE;
}

.product-add-review {
  color: #FFAC4A;
  border-left: 1px solid #707070;
  padding-left: 20px;
}

.product-number {
  color: #272727;
  font-size: 16px;
}
/*slide*/
.synch-carousels {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  .synch-carousels > * {
    width: 100%;
  }

  .synch-carousels .right {
    order: -1;
  }

  .synch-carousels .left {
    overflow: hidden;
  }

  .synch-carousels .gallery {
    display: none;
  }

  .synch-carousels .slick-slide {
    outline: none;
  }

  .synch-carousels .slick-vertical .slick-slide {
    border: none;
  }

  .synch-carousels .gallery .slick-list {
    height: auto !important;
    margin: 0 -20px;
  }

  .synch-carousels .gallery .slick-slide {
    cursor: pointer;
  }

  .synch-carousels .gallery .slick-slide {
    margin: 0 20px;
  }

  .synch-carousels .nav-arrows {
    display: flex;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }

    .synch-carousels .nav-arrows svg {
      fill: white;
    }

  .synch-carousels .arrow-left {
    margin-right: 35px;
  }

  .synch-carousels .photos-counter {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 20px;
    color: white;
    background: #292929;
  }

@media screen and (min-width: 480px) {
  .synch-carousels .right {
    margin-bottom: 20px;
  }

  .synch-carousels .gallery {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .synch-carousels .right {
    position: relative;
    width: calc(100% - 230px);
    margin-bottom: 0;
    order: 2;
  }

  .synch-carousels .left {
    width: 210px;
  }

  .synch-carousels .gallery .slick-slide {
    margin: 0 0 20px 0;
  }
}

/**/
.nav-tabs {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-transform: uppercase;
}

  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
    border-top: 1px solid #FFAC4A;
    color: #FFAC4A;
  }

  .nav-tabs > li > a {
    color: #272727;
    border-radius: 0;
  }

.nav > li > a:hover {
  text-decoration: none;
  background-color: #fff;
}

.nav-tabs > li > a:hover {
  border-color: transparent;
}

.nav > li > a:hover {
  color: #FFAC4A;
  border-bottom: aliceblue;
}

.tab-content > .active {
  display: block;
}

#preview {
  padding-top: 20px;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 35px;
  color: #5A5A5A;
}

.table > tbody > tr > td {
  text-transform: uppercase;
  border-top: none;
  border-bottom: 1px solid #E4E4E4;
}

.nav > li > a {
  padding: 13px 30px;
}

.table > tbody > tr > td {
  padding: 22px 27px;
}

.review-box {
  background: #F3F3F3;
  margin-top: 20px;
  padding: 45px 200px 33px 200px;
}

.review-form p {
  color: #FF4A4A;
}

.form-input, .form-area {
  margin-bottom: 20px;
}

.review-rating ul li {
  display: inline-block;
}

  .review-rating ul li i {
    color: #FFAC4A;
  }

.review-rating {
  margin: 10px;
}

button.review-submit {
  background: #000000;
  color: #fff;
  border-color: #000000;
  text-transform: uppercase;
  padding: 4px 20px;
  margin-top: 10px;
}

.form-control {
  border-radius: 0;
  color: #272727;
}

.product-review {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px 0;
}

.review-rating.rating-down {
  margin: 0;
}

.review-title {
  color: #272727;
  font-weight: bold;
}

.review-text p {
  color: #272727;
}

.review-by {
  justify-content: space-between;
  display: flex;
}

.review-name span {
  font-weight: bold;
  color: #272727;
}

.review-helpful {
  display: flex;
}

  .review-helpful p {
    margin-left: 10px;
  }

  .review-helpful .select {
    color: #FFAC4A;
  }

.review-form label {
  color: #272727;
  font-weight: 100;
  text-transform: uppercase;
}
/**/
.arrival-block h4 {
  color: #3E3E3E;
}

.border {
  border: 0.5px solid #FFAC4A;
  width: 7%;
  margin: 10px auto;
}

.store-box .store-text .store-name {
  color: #3E3E3E;
}

.footer {
  margin-top: 50px;
}

@media screen and (min-width :1401px) and (max-width:2200px) {
  .product-breadcrumb {
    padding: 36px 0;
  }

  .product-main h3 {
    font-size: 36px;
  }

  .product-detail p {
    font-size: 18px;
  }

  .product-main {
    font-size: 16px;
  }

  .product-prices .product-price {
    font-size: 24px;
  }

  .product-prices {
    margin-bottom: 20px;
  }

  .color-cop h4 {
    font-size: 18px;
  }

  ul .black i, ul .light-green i, ul .brown i {
    height: 22px;
    width: 22px;
  }

  .size h6 {
    font-size: 18px;
  }

  .addition {
    margin-top: 20px;
  }

  .a-btn .add-cart {
    font-size: 15px;
    /* width: 145px; */
    height: 45px;
  }

  .adds .quantity-button {
    height: 47px;
  }

  .a-btn .buy-shop {
    font-size: 15px;
    /* width: 108px; */
    height: 45px;
    padding: 13px 20px;
  }

  .product-media {
    margin-top: 60px;
  }

  .product-social-media ul li a {
    font-size: 20px;
  }

  .product-number {
    font-size: 18px;
  }

  .product-add-review {
    font-size: 18px;
  }

  .size p {
    font-size: 16px;
  }

  .nav-tabs > li {
    margin-right: 100px;
    font-size: 18px;
  }

  .table > tbody > tr > td {
    font-size: 18px;
  }

  .nav > li > a {
    padding: 22px 30px;
  }

  #preview {
    padding-top: 35px;
    font-size: 18px;
    padding-bottom: 49px;
  }

  .arrival-block h4 {
    margin-top: 43px;
  }

  .store-box .store-text .store-name {
    font-size: 18px;
  }

  .store-box .store-text .store-price {
    font-size: 16px;
  }

  .footer {
    margin-top: 100px;
  }

  .review-form p {
    margin-bottom: 33px;
    font-size: 16px;
  }

  .form-control {
    height: 50px;
    font-size: 16px;
  }

  .form-input {
    margin-bottom: 30px;
  }

  .form-area {
    margin-bottom: 22px;
  }

  .review-rating {
    font-size: 16px;
  }

  button.review-submit {
    margin-top: 20px;
    padding: 12px 27px;
    font-size: 16px;
  }

  .product-review {
    margin: 51px 0 19px 0;
    font-size: 18px;
  }

  .review-text p {
    margin-bottom: 21px;
    font-size: 16px;
  }

  .review-by {
    font-size: 16px;
  }

  .review-form label {
    font-size: 16px;
  }

  .list-description p {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .list-buttons {
    font-size: 16px;
  }

  .button-cart a {
    padding: 13px 21px;
  }

  .list-buttons a i {
    padding-right: 10px;
  }

  .button-view a {
    padding: 13px 23px;
  }

  .button-compare a {
    padding: 13px 31px;
  }

  .button-wishlist a {
    padding: 13px 35px;
  }

  .button-compare {
    margin: 40px 0;
  }

  .button-view {
    margin: 70px 0 40px 0;
  }

  .page {
    font-size: 18px;
    margin-top: 100px;
  }

  .select-options {
    height: 37px;
    font-size: 14px;
    /* padding: 0px 98px 0 11px; */
    width: 100%;
  }

  .select-sorts:before {
    left: 292px;
    width: 33px;
    height: 37px;
  }

  .select-sorts:after {
    font-size: 13px;
    left: 305px;
  }

  button#grid i, button#list i {
    padding-right: 10px;
  }

  button#list {
    padding: 8px 49px 7px 22px;
  }

  button#grid {
    padding: 8px 45px 7px 22px;
  }

  .select-option {
    height: 37px;
    padding: 5px 176px 5px 12px;
    font-size: 14px;
    width: 100%;
  }

  .select-sort:before {
    width: 33px;
    height: 37px;
  }

  .select-sort:after {
    font-size: 13px;
    right: 24px;
  }
}

@media screen and (min-width :769px) and (max-width:1024px) {
  .select-options {
    padding: 0px 14px 0 1px;
  }

  .select-sorts:before {
    left: 199px;
  }

  .select-sorts:after {
    left: 209px;
  }

  button#grid, button#list {
    padding: 7px 13px 7px 13px;
  }

  .select-option {
    padding: 5px 83px 5px 12px;
  }
}

@media screen and (max-width :768px) {
  .select-sort:before {
    right: 243px;
  }

  .select-sort:after {
    right: 252px;
  }

  .title-detail {
    text-align: center;
  }

  .select-sorts:before {
    left: 475px;
  }

  .select-sorts:after {
    left: 485px;
  }

  button#list {
    padding: 7px 27px 7px 27px;
  }

  .title-middle {
    margin: 10px 0;
  }
}

@media screen and (max-width :425px) {
  .select-sorts:before {
    left: 288px;
  }

  .select-sorts:after {
    left: 298px;
  }

  .select-sort:before {
    right: 57px;
  }

  .select-sort:after {
    right: 65px;
  }

  .list-detail {
    margin-top: 20px;
  }

  .list-buttons {
    float: left;
    margin-top: 10px;
  }
}

.store-images .store-box {
  padding: 15px;
}



.blogMonths {
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  padding: 10px 0;
}

  .blogMonths a {
    text-transform: uppercase;
    font-weight: bold;
    color: #3E3E3E;
  }

.blogMonths-span {
  color: #FFAC4A;
  margin-right: 5px;
}

.panel a img {
  width: 45px;
  margin-right: 10px;
  height: 60px;
}

.customer-entered-price {
  display: block !important;
}