  .prodModel {
  margin-top: 0px;
  line-height: 20px;
}

.prodInfo {
  margin-top: 0px;
  line-height: 18px;
}


.catalog-watches-container {
  max-width: 1408px;
  padding: 0px 24px;
  margin: 0 auto;
}

.WatchFilter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.filterListWrap {
  width: 100%;
  max-width: 340px;
  padding-right: 40px;
  padding-top: 50px;
}

.filterListWrap .view-vollections a {
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
  cursor: pointer;
}

.btn.resetFilter {
  background: #127749;
  color: #fff;
}

.btn.resetFilter span img {
  filter: brightness(0) invert(1);
}

.filterListWrap .btnGray {
  color: #777777 !important;
  background: #f0f0f0 !important;
}

.filterListWrap .btnGray span img {
  filter: none;
}

.filterBlock {
  position: relative;
}

.filterBlock ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}


.filter-mobile {
  display: none;
  justify-content: end;
  width: 100%;
  margin-bottom: 20px;
}

.filter-mobile a {
  color: #38774F;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.filter-mobile img {
  width: 12px;
}

.filter-mobile a span {
  vertical-align: middle;
  margin-left: 8px;
  float: right;
}


.resetFilter span {
  display: inline-block;
  margin-right: 5px;
}

.filterSrch {
  margin-bottom: 50px;
}

.filterOption {
  margin-bottom: 40px;
}

.filterOption {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.filterCheck label {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
  cursor: pointer;
}

.filterHeading {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
}


[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: auto;
  visibility: hidden;
  margin: 0;
}

.filterCheck {
  position: relative;
  width: 100%;
  padding-left: 22px;
  margin-bottom: 20px;
}

.filterCheck:last-child {
  margin-bottom: 0px;
}

.filterView {
  padding-left: 0px;
}

.filterLink:after,
.filterLink:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
}

.filterCheck input[type="checkbox"]+.filterLink:before {
  content: "";
  background: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  width: 6px;
  height: 3px;
  top: 9px;
  left: 4px;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  z-index: 2;
}

.filterLink:after {
  width: 14px;
  height: 14px;
  border: 1px solid #212121;
  left: 0px;
}

.filterCheck input[type="checkbox"]:checked+.filterLink:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}

.filterCheck input[type="checkbox"]:checked+.filterLink:after {
  border: 1px solid #12784a;
  background: #12784a;
}

.watchList {
  width: 100%;
  max-width: 1020px;
  margin: 0px auto;
  padding: 0px;
}

.watchList>li {
  width: 33.333%;
  max-width: 340px;
  margin-right: 0px;
  text-align: center;
  background-color: #fff;
  position: relative;
}

.watchList>li:hover {
  background: rgb(0 0 0 / 3%);
}


.watchList>li>a {
  display: block;
  padding-bottom: 30px;
}


.watchList>li .productDetails {
  padding: 0px 5%;
  margin-top: -14%;
}

.watchList>li .productImage a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  opacity: 0;
}


.filterView a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  display: inline-block;
}

.filter-close {
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #212121;
  text-decoration: none;
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  z-index: 99;
}

.filter-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: translateY(-50%);
}

.filter-close:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: black;
  transform: translateX(-50%);
}

.sticky-filter-button {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 80px;
  align-items: center;
  background-color: #fff;
  left: 0;
  padding: 20px 40px;
}

.sticky-filter-container {
  display: flex;
}

.sticky-filter-container .resetFilter {
  padding: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  color: #777777 !important;
  background: #f0f0f0 !important;
  border-radius: 50%;
}

.sticky-filter-container .resetFilter img {
  width: 24px;
}

.sticky-filter-container .resetFilter>span {
  margin: 0;
}


.productCart_pagination_flex {
  display: flex;
  margin: 0 auto;
  align-items: center;
  list-style: none;
  padding: 0;
}

.productCart_pagination_flex>li {
  display: none;
}

.productCart_pagination_flex>li.current {
  display: block;
}

.productCart_pagination_flex>li.pages-item-previous,
.productCart_pagination_flex>li.pages-item-next {
  display: block;
}

.productCart_pagination_flex strong {
  font-weight: normal;
}

.productCart_pagination {
  width: 100%;
  display: flex;
  font-weight: normal;
  font-size: 16px;
  margin-top: 50px;
}

.productCart_pagination button {
  border: 0;
  padding: 5px;
  width: auto;
  vertical-align: middle;
  line-height: 0;
  background-color: transparent;
  cursor: pointer;
  line-height: 1;
}

.productCart_pagination .current_page_number {
  margin: 0px 15px;
}

/*.filter-options-content li [type="radio"]:checked, .filter-options-content li [type="radio"]:not(:checked) {    cursor: pointer;    position: absolute;    opacity: 0;    z-index: 1;    width: auto;}*/

[type="checkbox"]~a,
[type="checkbox"]~label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
}

[type="checkbox"]~a:after,
[type="checkbox"]~a:before,
[type="checkbox"]~label:after,
[type="checkbox"]~label:before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}

[type="checkbox"]~a:after,
[type="checkbox"]~label:after {
  content: "";
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #212121;
  z-index: 0;
  top: 5px;
}

[type="checkbox"]~a:before,
[type="checkbox"]~label:before {
  content: "";
  background: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  width: 6px;
  height: 3px;
  top: 10px;
  left: 4px;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
}

[type="checkbox"]:checked~a:before,
[type="checkbox"]:checked~label:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}

[type="checkbox"]:checked~a:after,
[type="checkbox"]:checked~label:after {
  background: #12784a;
  border: 1px solid #12784a;
}

.filter-options-content {
  margin: 0px;
}

.filter-options-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.filter-options-content ol {
  margin: 0px;
  padding: 0px;
}

.filter-options .filter-options-title {
  font-family: 'Helvetica Now Text';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.filter-options-content {
  margin-bottom: 40px;
}

.filter-options-content li {
  list-style: none;
  margin-bottom: 20px;
}

.filter-options-content li:last-child {
  margin-bottom: 0px;
}

.filter-options-content li:after {
  display: none;
}

.filter-options-content li a {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  font-weight: 400;
  padding-left: 22px !important;
}

.filter-options-content li a .count {
  font-size: 12px;
  font-weight: normal;
  color: #212121;
  position: relative;
}

.filter-options-content li a .count:before {
  content: "(";
}

.filter-options-content li a .count:after {
  content: ")";
}


.filterListWrap .block.filter {
  width: 80%;
  margin: 0 auto;
}

.block-title.filter-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.filter-clear {
  background: #f0f0f0;
  color: #777777;
  display: block;
  padding: 7px 30px;
  text-align: center;
  border-radius: 50px;
  margin: 20px 0px;
}

.items.amshopby-items {
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top: 10px;
}

.items.amshopby-items li.amshopby-item {
  margin-bottom: 10px;
}

.item.amshopby-item:after {
  display: none;
}

.amshopby-filter-name {
  font-weight: bold;
}

.amshopby-remove {
  height: 15px;
  display: inline-block;
  width: 15px;
  vertical-align: middle;
  transform: rotate(45deg);
}

.amshopby-remove:after {
  content: "+";
}

.amshopby-filter-value {
  font-size: 14px;
}

.catalog-topnav.amasty-catalog-topnav {
  display: none;
}

body[class*="air-king"] .view-vollections .filterCheck a[href*="air-king"] {
  color: #127749;
}

body[class*="1908"] .view-vollections .filterCheck a[href*="1908"] {
  color: #127749;
}

body[class*="cosmograph-daytona"] .view-vollections .filterCheck a[href*="cosmograph-daytona"] {
  color: #127749;
}

body.category-datejust .view-vollections .filterCheck a[href*="/datejust"] {
  color: #127749;
}

body[class*="day-date"] .view-vollections .filterCheck a[href*="day-date"] {
  color: #127749;
}

body[class*="explorer"] .view-vollections .filterCheck a[href*="explorer"] {
  color: #127749;
}

body[class*="gmt-master-ii"] .view-vollections .filterCheck a[href*="gmt-master-ii"] {
  color: #127749;
}

body[class*="lady-datejust"] .view-vollections .filterCheck a[href*="lady-datejust"] {
  color: #127749;
}

body[class*="oyster-perpetual"] .view-vollections .filterCheck a[href*="oyster-perpetual"] {
  color: #127749;
}

body[class*="sea-dweller"] .view-vollections .filterCheck a[href*="sea-dweller"] {
  color: #127749;
}

body[class*="deepsea"] .view-vollections .filterCheck a[href*="deepsea"] {
  color: #127749;
}

body[class*="sky-dweller"] .view-vollections .filterCheck a[href*="sky-dweller"] {
  color: #127749;
}

body[class*="submariner"] .view-vollections .filterCheck a[href*="submariner"] {
  color: #127749;
}

body[class*="yacht-master"] .view-vollections .filterCheck a[href*="yacht-master"] {
  color: #127749;
}

.viewResults {
  background: #7f7f7f;
  border-color: #7f7f7f !important;
}

.viewResults.active {
  border-color: #127749 !important;
  background: #127749;
}

.catalog-watches-wrapper.page-section {
  padding-top: 0px;
  padding-bottom: 50px;
}

body.filter-open {
  overflow: hidden;
}


@media (max-width: 1068px) {

  .sticky-filter-container {
    width: 100%;
  }

  .filterListWrap .block.filter {
    width: 50%;
    margin: 0;
  }

  .sticky-filter-container {
    margin: 0 auto;
  }

  .sticky-filter-button {
    display: block;
    padding: 30px 40px;
    height: auto;
  }

  .filter-mobile {
    display: flex;
  }

  .filterSrch,
  .filterOption {
    width: 100%;
  }

  .WatchFilter {
    flex-wrap: wrap;
  }

  .filterListWrap {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 5vw;
    overflow-y: auto;
    /* height: calc(100vh - 100px); */
    height: 100vh;
    max-width: 100%;
    z-index: 9999;
    padding-bottom: 140px;
    bottom: 0;
  }

  #narrow-by-list {
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .filterListWrap.open {
    display: flex;
  }

  .filter-close {
    display: block;
  }

  .WatchFilterWrap {
    flex-flow: wrap;
  }

  .catalog-watches-container {
    width: 90%;
    max-width: 1020px;
    padding: 0px;
  }

  .filterSrch .resetFilter {
    display: none;
  }

  .filter-checkbox {
    width: 50%;
    float: left;
  }

  .filterOption.view-vollections {
    width: 50%;
    float: left;
    padding-top: 74px;
  }

  .filterListWrap:before,
  .filterListWrap:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .filterSrch .resetFilter{display:inline-block;}
  .filterSrch .resetFilter {display: block;position: fixed;bottom: 33px;z-index: 999999; left:calc(40px + 180px);}

}

@media(max-width: 991px) {
  .catalog-watches-wrapper {
    padding-bottom: 0;
  }
}

@media(max-width:767px) {
  .filterSrch .resetFilter {display: block;position: fixed;bottom: 33px;z-index: 999999; left:calc(5vh + 140px);}
  
  .sticky-filter-container {
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .WatchFilterWrap {
    flex-wrap: wrap;
    position: relative;
    padding: 0px;
  }

  .watchList>li {
    width: 50%;
  }

  .watchList>li>a {
    padding-bottom: 20px;
  }


  .watchGrid .container {
    padding: 0;
    width: 90%;
    max-width: 100%;
  }

  .filter-mobile {
    margin: 0px 0px 50px 0px;
  }

  .catalog-watches-container {
    padding: 0px;
    width: 90%;
    max-width: 100%;
  }

  .filterOption.view-vollections {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 0;
  }

  .filter-checkbox {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .filterCheck label {
    font-size: 14px;
    line-height: 21px;
  }

  .sticky-filter-container .resetFilter {
    width: 34px;
    height: 34px;
  }

  .sticky-filter-container .resetFilter img {
    width: 20px;
    position: relative;
    top: -2px;
  }

  .sticky-filter-button {
    padding-left: 0px;
    padding-right: 0px;
  }

  .productCart_pagination {
    font-size: 14px;
  }

  .filterListWrap .block.filter {
    width: 100%;
  }

  .filterOption.view-vollections {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .filterListWrap.open {
    display: block;
  }

  #narrow-by-list {
    padding-bottom: 0;
  }

  .sticky-filter-button {
    padding: 33px 5vw;
	min-height:100px;
  }

}

.d-none {
  display: none;
}