@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700&amp;display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-size: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol,
    "Noto Color Emoji";
  color: #000000e0;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 15px;
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.88);
  text-decoration: none;
}
iframe {
  border: 0;
}
a:hover,
a:focus,
a:active {
  color: #1d272e;
  text-decoration: none;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.container {
  width: 1280px;
  padding: 0 15px;
  margin: 0 auto;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -60px;
  right: 27px;
  background-color: #333;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px -2px rgba(0, 0, 0, 0.47);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  z-index: 999;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.back-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 90px;
  z-index: 99999;
}

.wrap {
  margin-top: 65px;
  min-height: 700px;
  background: #fdfdfd;
}

.grid-banner-item {
  height: 285px !important;
}

.grid-banner-item-inner {
  background-position: center center !important;
}

.grid-banner-item {
  width: 33.333333%;
  height: auto;
  padding: 10px;
  float: left;
}
.grid-banner-item:last-child {
  margin: 0;
  float: right;
}

.grid-banner-item-inner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 10%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.grid-banner-item-inner:before {
  content: close-quote;
  position: absolute;
  width: 94%;
  height: 94%;
  top: 3%;
  left: 3%;
  z-index: 8;
  box-shadow: 0 0 0 1px white;
}

.grid-banner-item-inner .title {
  position: absolute;
  left: 3%;
  bottom: 3%;
  color: black;
  text-transform: uppercase;
  font-size: 18px;
  background: #ffffff;
  line-height: 1.8;
  padding: 0 10px;
  width: 94%;
  z-index: 9;
  text-align: center;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.3s linear infinite; /* Safari */
  animation: spin 0.3s linear infinite;
}

.n-breadcrumb {
  padding: 16px 0;
}

.n-breadcrumb ol {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.n-breadcrumb ol li a {
  color: rgb(193 152 81);
}

.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.78571rem 1.14286rem;
  transition: opacity 0.3s ease-out;
  background: #00c976;
  border-color: #e5e5e5;
  border-radius: 4px;
  margin-bottom: 25px;
  color: #fff;
}

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.alertBox-icon {
  padding-right: 1.14286rem;
}
.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.breadcrumb {
  font-size: 14px;
  display: inline-flex;
}
.breadcrumb > li {
  display: inline-block;
  color: #c1c1c1;
  white-space: nowrap;
}
.breadcrumb > li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > li a {
  font-weight: 500;
  text-decoration: underline;
}
.breadcrumb > li a:hover {
  color: #a87430;
  text-decoration: none;
}

.page-head .breadcrumb > li a {
  color: #a87430;
}

.section-breadcrumb .breadcrumb {
  padding: 20px 0;
  display: flex;
}

nav.main-top-nav {
  background: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  height: 65px;
  line-height: 65px;
  z-index: 999999;
}
nav.main-top-nav ul.nav-menu > li {
  float: left;
}
nav.main-top-nav ul.nav-menu > li > a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: black;
  position: relative;
  font-weight: 500;
}
nav.main-top-nav ul.nav-menu > li > a svg {
  vertical-align: middle;
}
nav.main-top-nav ul.nav-menu > li > a:hover,
nav.main-top-nav ul.nav-menu > li.active > a {
  color: #1f425f;
}

nav.main-top-nav ul.nav-menu > li.nav-search {
  float: right;
  overflow: hidden;
  margin-right: 15px;
}
nav.main-top-nav ul.nav-menu > li.nav-search div {
  border-radius: 50px;
  position: relative;
  height: 38px;
  line-height: 36px;
  margin-top: 12px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid #bdbdbd;
}

nav.main-top-nav ul.nav-menu > li.nav-search form {
  padding: 0;
  margin: 0;
}
nav.main-top-nav ul.nav-menu > li.nav-search input,
nav.main-top-nav ul.nav-menu > li.nav-search button {
  border: 0;
  outline: none;
  background: none;
  height: 36px;
  color: black;
  width: 100%;
  line-height: 36px;
  display: block;
  font-size: 14px;
  padding-left: 8px;
  font-size: 13px;
}
nav.main-top-nav ul.nav-menu > li.nav-search input {
  width: 90px;
}
nav.main-top-nav ul.nav-menu > li.nav-search input:focus {
  width: 180px;
}
nav.main-top-nav ul.nav-menu > li.nav-search button {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 32px;
  height: 32px;
  z-index: 99;
  background: #7b7b7b;
  padding: 0;
  cursor: pointer;
  border-radius: 30px;
}
nav.main-top-nav ul.nav-menu > li.nav-search button svg {
  margin-top: 6px;
  margin-left: 3px;
}

header.main-header {
  width: 100%;
  position: relative;
  padding: 10px 0;
  background-color: #ffffff;
}
.head-top {
  padding: 8px 0;
  font-size: 12px;
  color: #9e9e9e;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.slick-arrow {
  transform: translateY(-50%) translateZ(0);
}
.head-top a {
}
.head-top-desc div {
  display: inline-block;
}
.logo {
  float: left;
  height: 65px;
  padding-right: 15px;
  transition: all 0.3s;
}
.logo img {
  height: 42px;
  vertical-align: middle;
}
.head-right {
  float: right;
  padding-top: 5px;
}
.head-right-inline {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  position: relative;
}
.head-right-inline img {
  width: 20px;
  display: inline-block;
  margin: 0 auto;
}
.head-right-inline {
  font-size: 13px;
}
.head-right-inline:hover .head-right-label,
.head-right-inline a:hover {
  color: #1f425f;
  text-decoration: underline;
}
.head-right_top-text {
  height: 20px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #a9761e;
}
.head-right-cart-count {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: -4px;
  background-color: #172a3a;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  color: #fff;
  font-size: 10px;
  border: 2px solid white;
}

ul.dropdown {
  position: absolute;
  background: white;
  width: 180px;
  right: 0;
  border-radius: 3px;
  top: 40px;
  display: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
ul.dropdown li.d-head {
  line-height: initial;
  padding: 8px 15px;
  text-align: center;
  background: #7b7b7b;
  color: #fff;
  border-radius: 3px 3px 0 0;
}

ul.dropdown:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: transparent;
  top: -9px;
  left: 0;
}
.nav--user-a:hover + .dropdown,
.dropdown:hover {
  display: block;
}
.dropdown li a {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  line-height: initial;
}
.dropdown li a:hover {
  color: #1f425f;
}
.nav--basket,
.nav--user {
  float: right !important;
  position: relative;
}
.nav--basket img,
.nav--user img {
  width: 20px;
  display: inline-block;
  margin: 0 auto;
  margin-top: -8px;
  vertical-align: middle;
}

footer {
  background: white;

  margin-top: 15px;
  border-top: 1px solid #eee;
}

.f-foot {
  background: #fff;
  padding: 20px 0;
  text-align: center;
  color: #555;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #eee;
}

.footer-inner {
  padding: 15px 0 35px 0;
  border-top: 1px solid #eee;
  background: #fff;
}

.f-menu {
  width: 60%;
  float: left;
}
.f-col--small {
  width: 33.33%;
  float: left;
  color: #757575;
}
.newsletter {
  width: 40%;
  float: left;
  text-align: right;
}
.newsLetterForm {
  display: inline-block;
  border: 0;
  background-color: #eee;
  border-radius: 6px;
  padding: 2px;
}
.newsLetterForm form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsLetterForm-input {
  display: table-cell;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  border-radius: 6px;
  background-color: transparent;
  padding: 8px 15px;
  color: #666;
  height: 40px;
  color: #212121;
  border-style: solid;
  font-family: inherit;
  margin: 0;
  font-size: 13px;
}

.newsLetterForm-button {
  border-radius: 6px;
  display: table-cell;
  padding: 8px 15px;
  font-size: 13px;
  background: #333;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.f-col--small h5,
.newsletter h5 {
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.025em;
  text-decoration: underline;
  margin: 20px 0px;
}

.f-col--small ul li {
  margin-bottom: 12px;
}
.f-col--small ul li a {
  color: #666;
  font-size: 14px;
}

.footer-social-icons {
  padding: 20px 15px 0 15px;
}
.footer-social-icons a {
  margin-right: 20px;
}
.footer-payment-icons {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 15px 0 12px 0;
}
.footer-payment-icons img {
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  font-size: 1.2333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.brand {
  padding: 0 15px 15px 15px;
  float: left;
  width: 20%;
}
.brand > div {
  padding: 10px;
  position: relative;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  border-radius: 12px;
  box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 10%);
}

.brand-popular_products {
	padding: 0 15px 15px 15px;
	float: left;
	width: 25%;
}
.popular-categories {
	padding: 40px 0;
	margin: 40px 0;
}

.section-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.category-card {
	background: white;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	padding: 15px;
	height: 90px;
	transition: 0.2s;
}


.category-card:hover {
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.category-card img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 15px;
	flex-shrink: 0;
}

.category-card span {
	font-size: 16px;
	font-weight: 500;
	color: #222;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1100px) {
	.category-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 900px) {
	.category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.category-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.category-card {
		height: 68px;
		padding: 10px;
	}
}

.section-heading {
  padding: 25px 0;
  margin-bottom: 15px;
  background-position: center center;
  color: #212121;
  font-weight: 400;
  font-size: 25px;
  position: relative;
  letter-spacing: 0.025em;
  text-align: center;
}
.section-heading:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #1f425f;
}

.main-f-c li {
  float: left;
  width: 33.3333%;
  padding: 15px;
}
.mfc-s {
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 10%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  height: 200px;
  display: flex;
  align-items: center;
}

.mfc-s:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, white 55%, #ffffff00);
  width: 80%;
  height: 100%;
  z-index: 1;
}

.mfc-s-content-h {
  font-size: 24px;
  margin-bottom: 8px;
  /* text-transform: uppercase; */
  font-weight: bold;
}
.mfc-s-content-hs {
  /* letter-spacing: 4px;
  text-transform: uppercase; */
  font-size: 13px;
}
.mfc-s-content-btn {
  font-size: 13px;
  color: black;
  border: 2px solid black;
  padding: 5px 12px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  border-radius: 4px;
}

.mfc-s img {
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
  top: 0;
}

.main-f-c a:hover img {
  transform: scale(1.1);
}

.mfc-s .mfc-s-content {
  position: relative;
  width: 60%;
  font-size: 15px;
  font-weight: 300;
  z-index: 1;
  line-height: 1.5;
  color: #222;
  padding: 12px;
}

.slide-content {
  color: #fff;
  padding: 0;
  position: absolute;
  left: 100px;
  top: 50px;
  width: 500px;
}

.main-slider {
  margin-top: 15px;
}
.main-slider-inner {
  height: 450px;
  max-width: 1260px;
  margin: 0 auto;
}
.main-slider .swiper-wrapper::before,
.main-slider .swiper-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 52;
  width: 160px;
  background-repeat: repeat-y;
}

.main-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.main-slider .swiper-slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.coll-temp-time,
.coll-temp-img {
  text-align: center;
  background-position: center center;
  background-size: cover;
  margin-top: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  text-shadow: 1px 1px 3px #00000059;
  background-color: #fff;
}
.ct-content {
  width: 50%;
  margin-left: auto;
}
.coll-temp-time,
.coll-temp-img {
  color: white;
}
.coll-temp-time h2,
.coll-temp-img h2 {
  font-size: 50px;
  margin: 0 0 10px 0;
}

.countdown {
  margin: auto;
  display: table;
  font-size: 50px;
  font-weight: 600;
  color: white;
}
.countdown > div {
  float: left;
  min-width: 80px;
}
.countdown span {
  position: relative;
  display: block;
  font-size: 16px;
  text-align: center;
}

.btn-white {
  background-color: #f4f4f4;
  color: #353535;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 17px 41px 15px;
  text-transform: uppercase;
  transform: perspective(1px) translateZ(0px);

  background-color: #f4f4f4;
  color: #353535;
  font-size: 14px;
  text-shadow: none;
}

.btn-hover::before,
.btn-white::before {
  background: #72b78b none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.btn-white:hover::before {
  transform: scaleX(1);
}

.btn-white:hover {
  color: #fff;
}

.our-service {
  padding: 15px 0;
}
.our-service .footer-banner-item {
  width: 25%;
  float: left;
  text-align: center;
  border-left: 1px solid #e9e9e9;
}
.our-service .footer-banner-item:first-child {
  border-left: 0;
}
.our-service .footer-banner-item .footer-banner-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  margin-right: 10px;
}
.our-service .footer-banner-item .footer-banner-detail {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.our-service .footer-banner-item .footer-banner-detail p {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
  margin: 0;
}
.our-service .footer-banner-item .footer-banner-detail span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-filter > div {
  display: flex;
  align-items: center;
}

.price-filter input:nth-child(1) {
  border-radius: 5px 0 0 5px;
}
.price-filter input:nth-child(3) {
  border-radius: 0 5px 5px 0;
}

.price-filter > div > div {
  width: 24px;
  height: 36px;
  flex-shrink: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
}
.price-filter input {
  width: 100%;
  border: 1px solid #ddd;
  outline: 0;
  height: 36px;
  padding: 8px 12px;
  position: relative;
  z-index: 2;

  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #666;
}

.price-filter input:focus {
  outline: 3px solid #172a3a50;
  border-color: #c19851;
}

.price-filter > button {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid #ddd;
  background-color: #eee;
  border-radius: 5px;
}
.price-filter > button > svg {
}
.price-filter > button:hover {
  background: #333;
  color: white;
}

.loader-f {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.64);
  z-index: 3;
}
.sideBar-block {
  margin-bottom: 25px;
}
.sideBar-heading-title {
  font-size: 15px;
  margin-bottom: 16px;
  position: relative;
  font-weight: 600;
}

.sideBar-block-navlist {
  margin: 0 0 0 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sideBar-block-navlist li {
  padding: 0 0 15px;
}

.sideBar-block-navlist li a {
  padding: 2px 0;
  font-size: 14px;
  color: #545454;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sideBar-block-navlist li .navList-checkbox {
  padding-left: 25px;
}

.scrollbar::-webkit-scrollbar {
  width: 12px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-width: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: content-box;
  border-radius: 6px;
  border-style: solid;
  border-color: transparent;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.navList-remove {
  background: #1f425f;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden;
  margin-top: -5px;
}

.sideBar-block-navlist li a.is-selected:hover .navList-remove {
  opacity: 1;
  visibility: visible;
}

.navList-remove svg {
  height: 0.92857rem;
  width: 0.92857rem;
}

.sideBar-block-navlist li .navList-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  background-color: #fff;
  border: solid #ccc;
  border-width: 1px;
  height: 1.14286rem;
  left: 0;
  top: 0;
  width: 1.14286rem;
  border-radius: 3px;
  top: 0;
  margin: 0;
}

.sideBar-block-navlist li .navList-checkbox.single::before {
  border-radius: 30px;
}

.sideBar-block-navlist li .is-selected:before {
  border-color: #1f425f;
}

.sideBar-block-navlist li .navList-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  height: 1rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 1rem;
  background-image: url(../images/check_m.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  font-size: 1rem;
  fill: #1f425f;
  line-height: 1;
  text-align: center;
}

.sideBar-block-navlist li .navList-checkbox.single::after {
  background: #1f425f;
  width: 10px;
  height: 10px;
  border-radius: 58px;
  top: 4px;
  left: 4px;
}

.sideBar-block-navlist li .navList-checkbox:after {
  margin: 0;
}

.sideBar-block-navlist li .navList-checkbox.is-selected::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sideBar-block-navlist li a:hover {
  color: #1f425f !important;
}

.page-head {
  width: 100%;
  padding: 28px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #f5f5f5;
  margin-top: -1px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/banner-277be7.jpg?v=4545);
  background-position: center;
}
.page-head h1 {
  position: relative;
  z-index: 1;
  margin: 5px 0 10px 0;
}

.filter-result-head {
  padding: 0 20px;
}
.filter-result-inner {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  border-radius: 2px;
}
.filter-result-sort {
  float: right;
}
.filter-result-title {
  float: left;
  line-height: 34px;
  height: 34px;
  font-size: 18px;
}

.sideBar {
  width: 20%;
  position: relative;
  border-right: 1px solid #eee;
  padding-right: 15px;
  padding-top: 20px;
}
.filter-result {
  width: 80%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination li.prev a,
.pagination li.prev.disabled span {
  width: 40px;
  background-image: url("../images/left_arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px 40px;
  text-indent: -999px;
  color: #fff;
  background-position-x: center;
}

.pagination li.next a,
.pagination li.next.disabled span {
  width: 40px;
  background-image: url("../images/right_arrow.svg");
  background-repeat: no-repeat;
  background-size: 18px 40px;
  text-indent: -999px;
  color: #fff;
  background-position-x: center;
}

.pagination li.next.disabled span,
.pagination li.prev.disabled span {
  opacity: 0.4;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border: 0;
  border-radius: 30px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  border-radius: 33px;
  background: black;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 0;
  font-size: 14px;
  color: #333;
  border-radius: 30px;
  min-width: 40px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  height: 40px;
  transition: all 0.3s;
}

.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-repeat: no-repeat;
  border-color: #ddd;
  color: #666;
  line-height: normal;
  cursor: pointer;
  height: 3rem;
  outline: 0;
  appearance: none;
  background-image: url("data:image/svg+xml;  charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 0px;
  padding: 0.75rem 3rem 0.75rem 1rem;
}

.filter-result-head .form-select {
  height: 36px;
  font-size: 14px;
  padding: 3px 24px 3px 12px;
  background-position: right 6px top 8px;
  background-size: 18px;
  border-radius: 5px;
  margin-left: 4px;
}

.form-select:focus {
  outline: 3px solid #172a3a50;
  border-color: #c19851;
}

.watch-container {
  display: grid;
  grid-template-columns: 3;
  gap: 15px;
}

.watch {
  padding: 15px 15px 35px 15px;
}
.watch-inner {
  min-width: 240px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 4%);
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 4%);
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.watch-inner:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.watch-img {
  position: relative;
  padding: 20px 0;
  background: white;
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch-img img {
  display: block;
}

.watch-discount {
  background-color: #f44336;
  background: rgb(207, 4, 4);
  background: -moz-linear-gradient(
    left,
    rgba(207, 4, 4, 1) 0%,
    rgba(255, 48, 25, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(207, 4, 4, 1) 0%,
    rgba(255, 48, 25, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(207, 4, 4, 1) 0%,
    rgba(255, 48, 25, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=1 );
  position: absolute;
  color: white;
  left: -7px;
  top: 10px;
  z-index: 5;
  width: 50px;
  height: 26px;
  line-height: 26px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 0px;
}
/* .watch-discount span{-webkit-animation: flash linear 10s infinite; }
*/
.watch-discount:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0px;
  right: -9px;
  border-left: 0 solid transparent;
  border-right: 9px solid transparent;
  border-top: 13px solid #ff3019;
  border-bottom: 13px solid #ff3019;
}

.watch-discount:after {
  content: "";
  bottom: -6px;
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #9e1e0e transparent transparent;
  z-index: 0;
  left: 0;
  border-width: 6px 0 0 6px;
}
.watch-price-line-through {
  position: relative;
  display: inline-block;
  color: #cacaca;
  text-decoration: line-through;
  text-decoration-color: #e80000;
  font-size: 16px;
  font-weight: normal;
  margin-right: 11px;
}
.watch-price-line-through span,
.watch-discount-price span {
}
.watch-discount-price {
  display: inline-block;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.watch-content {
  padding: 15px;
  position: relative;
  text-align: left;
}
.wc-left {
  width: 100%;
}
.wc-add_cart {
  background: rgba(0, 0, 0, 0.5);
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  margin: 10px auto 0 auto;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: 5;
  user-select: none;
}

.wc-add_cart::before {
  background: #1f425f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.wc-add_cart:hover::before,
.wc-add_cart.disabled::before {
  transform: scaleX(1);
}

.wc-add_cart.disabled {
  opacity: 0.7;
  cursor: default;
}

.watch-title {
  font-size: 14px;
  line-height: 1.3;
  height: 38px;
  color: #000;
  overflow: hidden;
}
.watch-price {
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  vertical-align: middle;
}

.watch:hover .wc-add_cart,
.watch .wc-add_cart.disabled {
  bottom: 10px;
}

.watch .wc-add_cart .title {
  padding: 0;
  display: inline-block;
}

.wc-add_cart.disabled .title {
  padding-left: 20px;
}
.wc-add_cart .loader {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  width: 18px;
  height: 18px;
  display: none;
}
.wc-add_cart.disabled .loader {
  display: block;
}

.similarProducts {
  margin: 30px 0 -15px 0;
  padding-bottom: 30px;
  background: whitesmoke;
  border-top: 1px solid #eee;
}
.similarProducts .watch {
  border: 0;
}
.similarProducts .section-heading {
  margin-bottom: 0;
}
.watches-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.watches-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .watch {
  width: 100% !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  background-image: url(../images/arrow_left.svg);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  background-image: url(../images/arrow_right.svg);
}

.main-slider .swiper-button-prev,
.main-slider .swiper-container-rtl .swiper-button-next {
  left: 30px;
}
.main-slider .swiper-button-next,
.main-slider .swiper-container-rtl .swiper-button-prev {
  right: 30px;
}

.product-share {
  margin-top: 30px;
}
.product-share > ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-share > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-share > ul li a:hover {
  opacity: 0.5;
}
.product-share > ul li a img {
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 6px;
}

.productContent-quantity {
  float: left;
  overflow: hidden;
  padding: 4px;
  background-color: #eee;
  border-radius: 6px;
  height: 50px;
  gap: 4px;
  display: flex;
  align-items: center;
}
.qtybutton {
  color: #727272;
  cursor: pointer;
  height: 28px;
  width: 28px;
  position: relative;
  text-align: center;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  background-color: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productContent-quantity input {
  background-color: transparent;
  border: none;
  float: left;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
}
.productContent-quantity input:focus {
  outline: 2px solid #172a3a50;
  border-radius: 4px;
}

.productContent .wc-add_cart {
  position: relative;
  bottom: 0;
  margin: 0;
  background: #172a3a;
  z-index: 0;
  letter-spacing: 3px;
  width: 180px;
  height: 50px;
  line-height: 47px;
  border-radius: 6px;
  overflow: hidden;
  border-bottom: 3px solid #00000057;
  display: flex;
  align-items: center;
  justify-content: center;
}
.productContent .wc-add_cart .loader {
  left: 15px;
  top: 15px;
}

.productContent-price {
  font-size: 30px;
  color: #1f425f;
  margin-top: 13px;
}

.acList {
  background: #fff;

  overflow: hidden;
}
.acList-body {
  display: none;
}
.acList.active .acList-body {
  display: block;
  background: #f9f9f9;
}

.acList.active .acList-head {
  border-bottom: 1px solid #eee;
}
.acList.active .acList-head svg {
  transform: rotate(180deg);
}
.acList-head {
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: 500;
  line-height: 46px;
  padding: 0 20px;
  background: #fff;
  position: relative;
  cursor: pointer;
  color: #333;
}
.acList-head svg {
  position: absolute;
  right: 15px;
  top: 13px;
}
.productContent > h1 {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  color: black;
}
.productContent-desc {
  line-height: 1.3;
}
.productContent-article {
  margin: 2px 4px;
  color: #999;
}

.productContent-properties table {
  width: 100%;
}
/*.productContent-properties table tr:nth-child(even) {background: #f8f8f8}
.productContent-properties table tr:nth-child(odd) {background: white;}*/
.productContent-properties table tr td {
  width: 50%;
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.productContent-properties table tr td:first-child {
  font-weight: 600;
  text-align: left;
}
.productContent-properties table tr td div {
  padding: 10px 20px;
}
.productContent {
  float: right;
  padding-left: 20px;
  width: 550px;
}

#productPreview {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 30px;
}

.productPreview-thumbs {
  float: left;
  width: 80px;
  margin-right: 10px;
}
.productPreview-thumbs a {
  display: block;
  width: 80px;
  height: auto;
  padding: 5px 15px;
  margin-bottom: 10px;
  text-align: center;
  border: 1px solid #eee;
}
.productPreview-thumbs a img {
  width: 100%;
}

.productPreview-thumbs a.active {
  border: 1px solid #a87430 !important;
}
#zoom_03 {
  max-width: 100% !important;
  max-height: 100% !important;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.zoomWrapper,
#productPreview > .zoom_03 {
  float: right;
  width: 100% !important;
  position: relative !important;
  height: 500px !important;
}

/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_track {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_track {
  top: -12px;
}

.scrollbar-inner
  > .scroll-element.scroll-x.scroll-scrolly_visible
  .scroll-element_size {
  left: -12px;
}
.scrollbar-inner
  > .scroll-element.scroll-y.scroll-scrollx_visible
  .scroll-element_size {
  top: -12px;
}

.cAll {
  font-size: 14px;
  color: #1f425f;
  font-weight: normal;
  text-decoration: underline;
}
.cAll:hover {
  text-decoration: none;
}

.product_filter-trigger {
  display: none;
  padding: 0px 8px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 3px;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
}

.product_filter-trigger svg {
  width: 20px;
  padding-bottom: 6px;
  vertical-align: middle;
}

.wrap_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  z-index: 8;
}

.nav-search--mobile {
  display: none;
}

.nav-menu li.hamburger-menu,
.nav-menu li.hamburger-menu ul {
  display: none;
}

.disabled-list-item {
  pointer-events: none;
  opacity: 0.4;
}

.product {
  position: relative;
  box-shadow: 0px 5px 8px -2px rgb(0 0 0 / 10%);
  border-radius: 12px;
  width: 100%;
  height: 100%;

  background-color: white;
}

.product-content {
  padding: 12px;
  text-align: center;
}

.product-price {
  font-weight: 500;
  margin-top: 10px !important;
  color: #1f425f;
  font-size: 18px;
}

.product-price-line-through {
  color: #aaa;
  text-decoration: line-through;
  font-size: 15px;
  margin-top: 4px;
}

.product-title {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.09em;
  min-height: 32px;
}

.product-img {
  height: 236px;
  width: 100%;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img img {
  object-position: center;
  object-fit: contain;
}

.product:hover {
  /* transform: scale(1.05); */
  outline: 2px solid #23537a;
}

.product:active {
  transform: scale(0.95);
}

.product-container {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 30px;
}

.watches-slider .swiper-slide > a {
  padding: 4px;
  width: 100%;
  height: 100%;
}

.carousel-head {
  display: flex;
  align-items: center;
  padding: 24px 4px;
}

.carousel-head .carousel-title {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-arrows {
  margin-left: auto;
  display: flex;
  gap: 4px;
}

.carousel-arrows > div {
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.carousel-arrows > div:hover {
  color: #a87430;
}

.carousel-arrows > div:active {
  box-shadow: none;
  background-color: transparent;
}

.header-top-info {
  background-color: #333;

  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
}

.header-top-info .container {
  display: flex;
  align-items: center;
}

.header-top-info a {
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.header-top-info a:hover {
  opacity: 0.8;
}

.header-search {
  display: none;
}

.header-search form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 100%;
}

.header-search form input {
  width: 100%;
  border: 1px solid #ddd;
  height: 40px;
  padding: 0 12px;
}

.header-search form input:focus {
  outline: none;
  border-color: #111;
}

.header-search form button {
  height: 40px;
  border: none;
  background-color: #111;
  color: white;
  padding: 0 12px;
  cursor: pointer;
}

.header-search form .close-search {
  height: 40px;
  border: none;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;

  cursor: pointer;
}

.header-top {
  height: 64px;
  display: flex;
  align-items: center;
}

.header-top .header-top-content > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ht-logo {
  transition: all 0.2s ease;
}

.ht-logo img {
  height: 45px;
  width: auto;
}

.ht-logo:hover {
  transform: scale(0.9);
}

.header-top .ht-left {
  flex: 1 1 0%;
}

.header-top .ht-right {
  flex: 1 1 0%;
  display: flex;
}

.header-menu {
  height: 48px;
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.header-menu ul {
  display: flex;
  align-items: center;
}

.header-menu ul li a {
  white-space: nowrap;
  display: block;
  font-weight: 500;
}

.header-menu ul li a div {
  transition: all 0.2s ease;
  padding: 8px 12px;
  border-radius: 6px;
}

.header-menu ul li a:hover div {
  background-color: #eee;
}

.ht-right-items {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-right: 4px;
}

.nav-icon-btn {
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 50px;
  cursor: pointer;
}

.nav-icon-btn:hover {
  background-color: #eee;
}

header {
  background: #ffffff;
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

main {
  padding-top: 100px;
}

.sale {
  color: red;
}

.ht-left {
  display: none;
}

.mobile-drawer {
  opacity: 0;
  position: fixed;
  background: #ffffff;
  z-index: 65;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
  top: 0;
  padding: 15px;
  width: 260px;
  left: -300px;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  transition: all 0.2s;
  z-index: 999999;
}

.mobile-drawer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-drawer ul li a {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.bg-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 990;
  background-color: rgba(0, 0, 0, 0.15);
  display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
  .ht-logo img {
    height: 36px;
  }
  .ht-left {
    display: block;
  }

  .header-menu {
    display: none;
  }

  .wrap {
    min-height: 300px;
  }

  .main-slider-inner {
    height: 265px;
  }

  /* basket */

  .basket-list {
    width: 100% !important;
    overflow-x: auto;
  }

  .ch-left,
  .ch-right,
  .el-steps.is-horizontal {
    width: 100% !important;
  }
  .el-step__head {
    display: none !important;
  }
  .el-step__main {
    width: initial !important;
    margin-left: 0 !important;
  }

  .el-step {
    width: 25% !important;
  }
  .ch-right {
    margin-top: 0 !important;
  }

  .basket-total {
    width: 100% !important;
    padding-left: 0 !important;
  }

  /* profile */

  .user-profile-form,
  .user-change-own-password {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* product */

  #productPreview {
    width: 100% !important;
  }
  #productPreview > .zoom_03 {
    float: right;
    width: 100% !important;
    position: relative !important;
    height: 200px !important;
    border: 1px solid #eee;
  }
  .productPreview-thumbs {
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .productPreview-thumbs a {
    display: inline-block;
  }

  .productContent {
    float: right;
    padding-left: 0px;
    width: 100%;
  }

  /* category page */
  .product_filter-trigger {
    display: inline-block;
  }

  .fr-title {
    display: none;
  }

  .product-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sideBar {
    opacity: 0;
    position: fixed;
    background: #ffffff;
    z-index: 65;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
    top: 0;
    padding: 15px;
    z-index: 999;
    width: 260px;
    left: -300px;
    min-height: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.2s;
  }

  .filter-result {
    width: 100%;
  }

  .filter-result-head {
    padding: 0;
  }
  .watch {
    width: 100% !important;
    padding: 10px 5px;
  }
  .watch-inner {
    min-width: 100%;
  }
  .watch-img {
    height: 180px;
  }
  .watch-content {
    padding: 10px;
  }

  /*  index page */
  .main-f-c li {
    padding: 10px;
  }
  .nav-menu > li {
    display: none;
  }
  .nav-menu li.nav--basket,
  .nav-menu li.nav--user,
  .nav-menu li.nav-search--mobile,
  .nav-search.s_search,
  .nav-menu li.hamburger-menu {
    display: block !important;
  }

  .nav-menu li.hamburger-menu ul {
    position: absolute;
    background: #333;
    width: 100%;
    left: 0;
    top: 58px;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.36);
    border-radius: 12px 12px;
    padding-bottom: 15px;
  }
  .nav-menu li.hamburger-menu ul li a {
    padding: 15px;
    display: block;
    color: white;
    line-height: initial;
  }

  .container,
  .f-col--small,
  .ct-content,
  .grid-banner-item,
  .tmp5-left,
  .tmp5-right,
  .main-f-c li {
    width: 100% !important;
  }

  .container {
    padding: 0 10px;
  }

  .main-slider {
    margin-top: 0 !important;
  }
  .main-slider-inner {
    height: 220px;
    max-width: 100%;
  }
  .slide-content {
    left: 0;
    top: 0;
    width: 100%;
    transform: scale(0.7);
  }

  .mfc-s {
    height: 140px;
  }
  .mfc-s-content-h {
    font-size: 25px;
  }
  .mfc-s .mfc-s-content {
    line-height: 15px;
  }

  .our-service .footer-banner-item {
    width: 50%;
    border-left: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .our-service .footer-banner-item .footer-banner-detail p {
    font-size: 14px;
  }
  .our-service .footer-banner-item .footer-banner-detail span {
    font-size: 12px;
  }
  .footer-banner-img img {
    width: 24px;
  }

  .f-col--small h5,
  .newsletter h5 {
    margin: 10px 0;
  }
  .f-col--small h5 a {
    position: relative;
  }
  .f-col--small h5 a:before {
    content: "";
    position: absolute;
    right: -18px;
    top: 6px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
    border-bottom: 0px solid #ffffff;
  }
  .newsletter,
  .f-menu {
    width: 100%;
    text-align: center;
  }
  .footer-payment-icons img {
    width: 75%;
  }
  .newsLetterForm {
    margin: 0 auto;
  }

  .content-box {
    margin: 15px auto !important;
  }

  .brand {
    width: 33.33%;
  }
  .brand > div {
    height: 80px;
    background-size: 80px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 0 !important;
    width: 40px !important;
    height: 100% !important;
    margin-top: 0 !important;
    background-size: 20px 40px !important;
  }

  .main-slider .swiper-button-next,
  .main-slider .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
  }
  .main-slider .swiper-button-prev,
  .main-slider .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
  }

  .section-heading {
    font-size: 20px;
    padding: 15px 0;
    text-align: left;
  }
  .section-heading:before {
    bottom: 5px;
    left: 40px;
    height: 2px;
  }

  .logo {
    position: absolute !important;
    left: 50%;
    padding: 0;
    margin-left: -36px;
  }

  nav.main-top-nav ul.nav-menu > li.nav-search {
    float: right;
    overflow: hidden;
    margin-right: 15px;
    background: #3c3c3c;
    position: absolute;
    top: 65px;
    width: 100%;
    left: 0;
    padding: 5px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.04);
    border-top: 1px solid #eee;
  }

  nav.main-top-nav ul.nav-menu > li.nav-search div {
    border-radius: 0;
    border: 0;
    margin: 0;
  }

  nav.main-top-nav ul.nav-menu > li.nav-search button {
    border-radius: 3px;
  }
  nav.main-top-nav ul.nav-menu > li.nav-search input {
    color: white;
    font-size: 18px;
    width: 100%;
  }
}

.coll-temp-img-2{
  height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Small devices (portrait tablets and large phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .main-slider-inner {
    height: 160px !important;
  }

  .coll-temp-img-2{
    height: 120px !important;
  }
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
  .main-slider-inner {
    height: 320px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and down) */
@media only screen and (max-width: 1140px) {
  .pull-right.filter-result .watch {
    width: 46%;
  }
  .main-slider-inner {
    height: 370px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and down) */
@media only screen and (max-width: 1420px) {
  .container {
    width: 1180px;
  }
  .mfc-s-content-h {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1140px) {
  .collection-items .watch {
    width: 50%;
  }
}

.brand > div:hover {
  background: #0000050;
}

.brand > div {
}

.watch {
  transition: 0.11s linear;
  margin: 0 10px;
}

.watch:hover img {
  transform: scale(1) !important;
  transition: 0.11s linear;
}
.watch:hover {
  transform: scale(1.01);
}
.grid-banner .container {
  padding: 0.064% !important;
}
.pull-right.filter-result .watch {
  width: 31%;
}

.main-slider .swiper-slide {
  background: #0000 !important;
}

.collection-items .watch {
  width: 31.8% !important;
}