/* .page-wrapper {
  max-width: 1728px;
} */

.gride-active .page-wrapper {
  max-width: 1728px;
}

.block.block-minicart {
  display: none;
}

.container {
  width: 100%;
  max-width: 100%;
}


.typography-page-wrapper {
  padding: 50px 0px;
}

.demo-form {
  max-width: 390px;
}

/* ----------------- */

a {
  color: #000;
}

a:hover {
  color: #000;
}

.ac-journey-flex {
  display: flex;
}

.ac-journey-col-left {
  display: flex;
  width: 50%;
  padding: 49px 24px;
}

.ac-journey-col-right {
  width: 50%;
}

.ac-journey-form-wrapper {
  margin: auto;
  width: 100%;
  max-width: 391px;
}



.signin-form .form-field.checbox-field,
.signin-form .form-field.checbox-field .field-wrap {
  margin-bottom: 0;
}


.ac-journey-form-wrapper .form-field.check-text {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
}

.check-text .field-wrap a {
  color: #000000;
  text-decoration: underline;
}

.ac-journey-form-wrapper .fieldset {
  margin-bottom: 0px;
}

.login-action-btn {
  font-family: 'Montserrat';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 12px 16px;
  border: 1px solid #000;
  text-align: center;
  color: #000000 !important;
  width: calc(50% - 4px);
  display: block;
  position: relative;
}

.form-login-action {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.login-action-btn.google-login {
  width: 100%;
  margin-bottom: 8px;
}

.login-action-btn:hover {
  color: #000000;
}

.form-divider {
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 40px 0px;
  position: relative;
}

.ac-journey-form-wrapper .form-field.action-field {
  margin-bottom: 0;
  margin-top: 32px;
}

.form-divider span {
  display: inline-block;
  padding: 0px 19px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.form-divider:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  top: 7px;
}

.login-action-btn .btn-text-icon {
  position: absolute;
  left: 16px;
}

.form-back-to-login a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}

.form-back-to-login a svg {
  margin-right: 8px;
}

.form-back-to-login {
  margin-top: 32px;
}

#forgot-pw .back-to-page-btn {
  text-align: left;
  margin-top: 32px;
}

.group-field .name-field {
  width: calc(100% - 89px) !important;
}

.title-field {
  width: 73px;
  margin-right: 16px;
  margin-bottom: 0;
  position: relative;
}

.enter-location-form .action-field {
  margin-top: 8px;
}


.select-date-flex {
  display: flex;
}

.select-date-flex>.select-day,
.select-date-flex>.select-year {
  width: 100%;
  max-width: 94px;
  position: relative;
}

.select-date-flex>.select-month {
  margin: 0px 16px;
  max-width: 170px;
  width: 100%;
  position: relative;
}

.form-group .iti__country-list {
  visibility: visible;
  opacity: 1;
  display: block;
  left: 0;
}

.iti__country-list.iti__hide {
  display: none;
}

input[type="tel"] {
  width: calc(100% - 110px);
}

.iti__flag-container {
  position: static;
  width: 94px;
  margin-right: 16px;
  border: 1px solid #666666;
  background-color: #fff;
}
.form-create-account .iti__flag-container{
	max-height:46px;
}
.iti--separate-dial-code {
  display: flex;
}


.iti__country-list {
  border: 1px solid #666;
  margin-top: 8px;
  padding: 8px 0px;
  max-height: 250px;
  overflow-x: hidden;
}

.iti__country {
  padding: 5px 14px;
}

.iti__selected-flag {
  height: 44px;
}


.account-overview-wrapper {
  padding-top: 54px;
}

.account-info-wrappper {
  margin-bottom: 87px;
}

.account-details-flex {
  display: flex;
}

.account-details-tab-list-wrapper {
  background-color: #EAEAEA;
  width: 28.8%;
  padding: 68px;
  min-height: 817px;
  display: flex;
  min-width: 300px;
}

.account-details-tab-content-wrapper {
  width: 71.2%;
  background-color: #FFFFFF;
  padding: 68px 76px;
}

.account-details-tag-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 24px;
}

.ac-tab-list {
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666666;
}

.ac-tab-list li.active>a {
  font-weight: bold;
  color: #000000;
}

.ac-tab-list>li {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.logout-link {
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666666;
  width: 100%;
  margin-top: auto;
}

.logout-link a {
  color: #000000;
  display: flex;
  align-items: center;
}

.account-details-tab-list {
  display: flex;
  flex-flow: wrap;
}

.logout-link svg {
  margin-left: 12px;
}

.logout-link svg {
  margin-left: 12px;
}

.ac-tab-list>li svg {
  vertical-align: middle;
  margin-left: 16px;
}

.ac-tab-list>li>a {
  color: #666666;
  display: flex;
  align-items: center;
}

.ac-tab-list>li>a.active {
  color: #000;
}

.account-details-tag-heading p {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}

.account-details-tab-content {
  display: none;
}

.account-author-image {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  margin-right: 32px;
  position: relative;
}

.account-author-image img {
  vertical-align: middle;
  width: 96px;
  height: 96px;
  border-radius: 100%;
}

.account-info-left-col {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-right: 32px;
}

.account-author-info-wrapper {
  color: #666666;
}

.account-info-flex {
  display: flex;
  justify-content: space-between;
}

.account-info-right-col {
  width: 100%;
  max-width: 252px;
  display: flex;
  align-items: center;
}

.complete-your-profile-text {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  color: #000000;
  margin-bottom: 24px;
}

.complete-your-profile-text a {
  color: #000000;
  text-decoration: underline;
}

.complete-your-profile {
  position: relative;
  width: 100%;
}

.complete-your-profile-processbar {
  background-color: #EAEAEA;
  width: 100%;
  height: 3px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.profile-processbar-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 32%;
  border-radius: 6px;
  background-color: #000000;
}

.account-author-image .account-edit {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 32px;
  height: 32px;
  background-color: #F4FAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.account-details-all-list-card-flex {
  display: flex;
  flex-flow: wrap;
  margin: -12px;
}

.account-details-all-list-card {
  width: calc(33.333% - 24px);
  border: 1px solid #EAEAEA;
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 279px;
  padding: 30px;
}

.account-details-all-list-icon {
  margin-bottom: 24px;
}

.account-details-all-list-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 4px;
}

.account-details-all-list-subtitle {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #666666;
}

.account-details-wrapper,
.account-info-wrappper {
  max-width: 83%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bottom-ft-section {
  background-color: #FFF;
  padding: 45px 0px;
  border-top: 1px solid #EAEAEA;
  width:100%;
}
.custom.account-details-wrapper + .bottom-ft-section{
	margin-top:117px;
}
.bottom-ft-flex {
  max-width: 83%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-ft-col-sec {
  width: 30.333%;
  position: relative;
  padding-left: 36px;
}

.bottom-ft-col-sec:nth-child(1) {
  max-width: 289px;
}

.bottom-ft-col-sec:nth-child(3) {
  max-width: 286px;
}

.bottom-ft-col-sec:nth-child(5) {
  max-width: 285px;
}

.bottom-ft-col-devider {
  width: 1px;
  height: 110px;
  margin: 0px 40px;
  background-color: #EAEAEA;
}

.bottom-ft-col-sec:last-child {
  border-right: 0px;
}

.bottom-ft-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bottom-ft-subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
}

.bottom-ft-link {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bottom-ft-link svg {
  margin-left: 8px;
}

.bottom-ft-link a {
  display: flex;
  align-items: center;
}


.bottom-ft-link a {
  color: #000000;
}

.bottom-ft-icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}

.logout-link.mobile-v {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #EAEAEA;
  display: none;
}

.account-details-all-orders-list {
  border: 1px solid #EAEAEA;
  margin-bottom: 20px;
}

.account-details-flex-wrapper {
  display: flex;
  padding: 28px 42px;
}

.account-details-all-orders-watch-sec {
  margin-right: 73px;
  display: flex;
  align-items: center;
}

.account-details-all-orders-watch-image {
  width: 66px;
  margin-right: 35px;
}

.account-details-all-orders-watch-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

.account-details-all-orders-watch-order-id {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 32px;
}

.account-details-all-orders-watch-track {
  margin-left: auto;
}

.watch-track-btn {
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
  display: block;
  padding: 13px 32px;
  background-color: #000000;
  cursor: pointer;
}

.ac-watch-order-id {
  font-weight: bold;
}

.account-details-info-flex {
  display: flex;
  padding: 30px 43px;
  justify-content: space-between;
  border-top: 1px solid #EAEAEA;
}

.order-placed-title,
.shipping-address-title,
.arriving-on-title {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.order-placed-subtitle,
.shipping-address-subtitle,
.arriving-on-subtitle {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 160% */
}

.order-placed-info,
.shipping-address-info,
.arriving-on-info {
  position: relative;
  padding-left: 36px;
}

.order-placed-icon,
.shipping-address-icon,
.arriving-on-icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}

.order-placed-icon img,
.shipping-address-icon img,
.arriving-on-icon img {
  height: 16px;
}

.shipping-address-info {
  margin: 0px 32px;
}

.account-pagination {
  margin-top: 76px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.account-list-pagination-flex {
  display: flex;
  align-items: center;
}

.account-list-pagination-number {
  padding: 0px 22px;
  display: flex;
  align-items: center;
}

.account-list-pagination-number>span {
  margin: 0px 20px;
  display: block;
  letter-spacing: 0;
  cursor: pointer;
}

.account-list-pagination-number>span.active {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background-color: #EAEAEA;
  pointer-events: none;
}

.account-pagination a {
  color: inherit;
  text-decoration: underline;
}

.wishlist-watches-flex {
  display: flex;
  flex-flow: wrap;
}

.wishlist-watch-item {
  width: 33.333%;
  padding: 40px 7%;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.wishlist-watch-item:hover {
  border: 1px solid #000;
  transition: 0.3s;
}

.wishlist-watch-image img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.wishlist-watch-image {
  margin-bottom: 24px;
}

.wishlist-watch-title {
  font-weight: 700;
}

.wishlist-watch-modal-no {
  margin-bottom: 16px;
}

.wishlist-watch-price {
  margin-bottom: 24px;
}

.wishlist-watch-btn .buynow-btn {
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000;
  padding: 12px 32px;
  white-space: nowrap;
}

.ac-my-collections-list-item {
  margin-bottom: 20px;
  border: 1px solid #EAEAEA;
}

.ac-my-collections-list-item:last-child {
  margin-bottom: 0;
}

.ac-my-collections-flex {
  display: flex;
}

.ac-my-collections-info-wrapper {
  width: 100%;
  max-width: 355px;
  background-color: #EAEAEA;
  padding: 48px 65px;
  display: flex;
  align-items: center;
  position: relative;
}

.ac-my-collections-watch-sec {
  width: calc(100% - 355px);
  padding: 40px 50px;
  display: flex;
  align-items: center;
}

.ac-my-collections-info {
  margin-bottom: 40px;
  position: relative;
  padding-left: 40px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ac-my-collections-info:last-child {
  margin-bottom: 0;
}

.ac-my-collections-icon {
  position: absolute;
  left: 0;
}

.ac-my-collections-icon img {
  max-width: 20px;
}

.ac-my-collections-title {
  font-weight: 700;
  white-space: nowrap;
}

.ac-my-collections-info-flex {
  width: 100%;
}

.ac-my-collections-info-wrapper:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1px;
  border: 12px solid transparent;
  border-left-color: #fff;
}

.upgrade-btn {
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff !important;
  display: inline-block;
  padding: 13px 32px;
  background-color: #000000;
  cursor: pointer;
}

.ac-my-collections-watch-image img {
  max-width: 114px;
}

.ac-my-collections-watch-image {
  margin-right: 56px;
}

.ac-my-collections-watch-info {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ac-my-collections-modal {
  font-weight: 700;
}

.personal-information-flex {
  display: flex;
  margin: 0px -12px;
}

.personal-information-col {
  width: 50%;
  margin: 0px 12px;
  border: 1px solid #EAEAEA;
  min-height: 478px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.personal-information-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.personal-information-policy {
  margin-top: 48px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.personal-information-policy a {
  color: #000;
  text-decoration: underline;
}

.personal-info-list {
  display: flex;
  margin-bottom: 8px;
}

.personal-info-title {
  width: 75px;
  margin-right: 24px;
}

.personal-info-subtitle {
  width: calc(100% - 99px);
}

.personal-information-details-wrapper , .account-details-tab-content-wrapper .box-address-shipping .box-content > address{
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.account-details-tab-content-wrapper .box-address-shipping .box-content > address{
	margin-bottom:16px;
}
.prsnl-phone-no>span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #EAEAEA;
}

.prsnl-phone-no img {
  margin-right: 8px;
}

.prsnl-phone-no img {
  vertical-align: middle;
}

.personal-info-edit {
  margin-top: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.personal-info-edit img {
  margin-right: 12px;
}

.personal-info-edit a {
  color: #000000;
}

.personal-special-moments-item {
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  align-items: start;
  padding: 16px 0px;
  flex-wrap:wrap;
}

.personal-information-subtitle {
  margin-bottom: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.personal-special-moments-wrapper {
  border-top: 1px solid #EAEAEA;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom:10px;
}

.personal-special-moments-icon {
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-top:6px;
}

.sp-label-date-wrap{
	display: flex;
  flex-wrap: wrap;
	width: calc(100% - 70px);
}

.personal-special-moments-country{padding:10px 0px;width:100%;}
.success-msg-special{font-size: 12px;color: green;padding: 5px 0px;line-height: normal;margin-bottom: 10px;}

.add-special-moment-form .form-field .field-wrap + .error-message{color: #f00;font-size: 12px;position: relative;top: -15px;}

.personal-special-moments-close {
  margin-left: auto;
  cursor: pointer;
  margin-top:6px;
}

.personal-special-moments-label {
  margin-right: 15px;
}

.personal-add-moments {
  margin-top: auto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.personal-add-moments img {
  margin-right: 12px;
}

.personal-add-moments a {
  color: #000000;
}

.address-book-flex {
  display: flex;
  margin: -12px;
}

.address-book-col {
  width: 50%;
  margin: 12px;
  border: 1px solid #EAEAEA;
  padding: 50px;
  position: relative;
}

.address-book-name {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-right: 80px;
}

.address-book-content {
  position: relative;
}

.address-book-tag {
  font-weight: bold;
  padding: 0px 12px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

.address-book-text {
  margin-bottom: 24px;
}

.address-book-col.add-new-address {
  background-color: #F4FAFA;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-height:250px;
}

.address-book-col.add-new-address:has( a[style*="none"]){
	display:none;
}

.address-book-addNew-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}

.address-book-addNew-text span {
  display: block;
  margin-top: 8px;
}

.notifications-privacy-policy {
  padding-left: 32px;
  margin-top: 8px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

form.alerts-notifications .form-field.action-field {
  margin-top: 48px;
}

.alerts-notifications .form-field.checbox-field label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.notifications-privacy-policy a {
  color: #000;
  text-decoration: underline;
}

.checkout-step-container {
  width: 49.3%;
  margin: 0px auto;
  max-width:86%;
  width:725px;
}

.reserving-items-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin-top: 48px;
}

.reserving-items-text strong {
  font-weight: 700;
}

.checkout-process-step-wrapper {
  margin-bottom: 35px;
}

.checkout-process-step-tablist-flex {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  border-top: 1px solid #000;
  margin-top: -1px;
  position: relative;
  z-index: 99;
}

.checkout-process-step-tab {
  margin: 0px 34px;
  cursor: pointer;
  padding-top: 16px;
  position: relative;
  text-align: center;
}

.checkout-process-step-tab:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  display: block;
  border-radius: 8px;
  position: absolute;
  top: -4px;
  background-color: #fff;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.checkout-process-step-tab.active:before {
  background-color: #000;
}

.checkout-process-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 24px;
}

.checkout-process-content-col-flex {
  display: flex;
}

.checkout-process-content-col.order-summary-content {
  background-color: #F4FAFA;
  margin-left: 30px;
  width: 28.8%;
  padding: 40px 50px;
 /* min-height: 750px;*/
  min-width: 320px;
}

.checkout-process-content-container {
  width: 83%;
  margin: 0px auto;
}

.checkout-process-content-wrapper {
  margin-bottom: 125px;
}

.checkout-process-content-col.process-form-content {
  width: 59.3%;
  padding: 40px 0px;
  margin-right: auto;
}

.checkout-process-content-col.checkout-cart-container-new{
	width:100%;
}
.checkout-cart-container-new .cart-container{
	display:flex;
	justify-content: space-between;
	    align-items: flex-start;
}
.checkouttabcontent {
  display: none;
}


.checkout-order-summary-list {
  margin-bottom: 32px;
  display: flex;
}

.checkout-order-summary-list:last-child {
  margin-bottom: 0px;
}

.checkout-order-summary-watch-image {
  width: 71px;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: auto;
}

.checkout-order-summary-watch-image>a {
  display: block;
  padding: 20px 18px;
}

.checkout-order-summary-watch-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.checkout-order-summary-watch-modal {
  font-weight: 700;
}

.checkout-order-summary-watch-price {
  margin-top: 7px;
}

.checkout-order-summary-action-btn {
  margin-top: 12px;
}

.checkout-order-summary-action-btn a {
  font-size: 0px;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0;
}


.discount-code-field input#discount-code {
  padding-right: 60px;
  margin-bottom: 0;
}

#create-new-pw .form-header p {
  color: #666666;
}

#forgot-pw .form-header p {
  color: #666666;
}

button.discount-code-apply {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 46px;
  border: 1px solid #666;
  border-left: 0;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 17px;
}

.price-details-list {
  display: flex;
  margin-bottom: 2px;
}

.price-info-title {
  padding-right: 24px;
  width: calc(100% - 120px);
}

.price-info-subtitle {
  width: 120px;
}

.price-details-list.estimated-total-info {
  font-weight: 700;
}

.form-field.select-field.discount-code-field {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 24px 0px;
  margin: 24px 0px;
}

.pay-with-our-partners {
  background-color: #ffffff;
  margin-left: auto;
  width: 28.8%;
  padding: 50px 60px 0px 60px;
  text-align: center;
}

.our-partners-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
  color: #666;
}

.checkout-process-main-wrapper .bottom-ft-section {
  margin-top: 117px;
  border-top: 1px solid #EAEAEA;
}

.checkout-login-form .form-field.action-field .field-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.checkout-login-form p {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}

.checkout-login-form .form-field.group-field {
  margin-bottom: 10px;
}

.checkout-login-form .form-field.action-field {
  margin-bottom: 0;
}

.checkout-login-form {
  padding-bottom: 48px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 48px;
}

.checkout-login-form .form-field.action-field a {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.checkout-payment-form .button {
  width: 100%;
}

.back-to-page-btn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.back-to-page-btn svg {
  margin-right: 8px;
}

.back-to-page-btn {
  text-align: center;
  margin-top: 16px;
}

.back-to-page-btn a {
  color: #000000;
}

.checkout-process-step-tab .mob-text {
  display: none;
}

.total-mob-text {
  display: none;
}

.order-summary-content .checkout-process-heading h3 svg {
  display: none;
}

.order-summary-content>.checkout-process-heading:first-child h3 {
  pointer-events: none;
}

#sign_in .form-header p,
#sign_up .form-header p {
  color: #666666;
}

#sign_in .form-field.checbox-field label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #666666;
}

/* .form-field.group-field>.field-wrap {
  width: calc(50% - 12px);
} */


#Address .checkout-content-wrap .price-details-wrapper,
#Payment .checkout-content-wrap .price-details-wrapper {
  margin-bottom: 40px;
}

.checkout-content-wrap .address-book-content {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.checkout-content-wrap .address-book-name {
  padding: 0;
}

.address-ship-to {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #EAEAEA;
}

#Address .address-book-col {
  padding: 64px 80px 35px 80px;
}

.address-book-name {
  position: relative;
}

.address-book-name svg {
  position: absolute;
  top: 1px;
  left: -30px;
  width: 16px;
}

#Address .address-book-name {
  padding: 0;
}

.billing-address-form .button {
  width: 100%;
}

#Address .checkout-process-content-col.process-form-content,
#Payment .checkout-process-content-col.process-form-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.billing-address-form {
  padding-top: 48px;
  margin-top: auto;
}

.checkout-payment-options-flex {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.checkout-payment-options-flex .checkout-payment {
  width: 31.333%;
  background-color: #F4FAFA;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  padding: 12px 16px 12px 58px;
  border: 1px solid #F4FAFA;
  transition: 0.3s;
  position: relative;
}

.checkout-payment-options-flex .checkout-payment:nth-child(3n + 3) {
  margin-right: 0;
}

.checkout-payment-options-flex .checkout-payment svg {
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.checkout-payment-options-flex .checkout-payment:hover {
  border-color: #000;
}


.checkout-payment-options-wrapper {
  margin-top: 24px;
}

#Payment .pay-with-our-partners {
  display: none;
}

.order-confirmation-wrapper {
  width: 59%;
  margin: 150px auto 0px auto;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  padding-bottom: 33px;
}
.checkout-success{padding-bottom:150px;}

.order-confirmation-wrapper svg,
.order-confirmation-wrapper p {
  margin-bottom: 40px;
}

.reserving-items-text.none {
  display: none;
}

.button.border-btn {
  color: #000 !important;
  background-color: transparent !important;
}

.popup-container {
  max-width: 546px;
}

form#contact-form {
  max-width: 100%;
}

.popup-content-wrapper {
  padding: 48px 78px;
}

.form-header h2 {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
}

.form-header p {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 8px;
  margin-bottom: 0;
}

.form-header p a {
  color: #000;
  text-decoration: underline;
}

.popup-close .close-icon {
  font-size: 0;
}

.popup-close {
  top: 48px;
  right: 51px;
}

.form-field.checbox-field {
  margin-bottom: 24px;
}

.add-new-address-form input[type="checkbox"] {
  top: 0;
}


.add-new-address-form button {
  width: 100% !important;
}

#create-new-pw .back-to-page-btn {
  margin-top: 32px;
  text-align: left;
}

.alert-msg-wrapper {
  background-color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  color: #fff;
  padding: 25px 0px;
  text-align: center;
}

.alert-msg-text svg {
  margin-right: 20px;
}

.account-tabs-filter-wrapper {
  margin-bottom: 24px;
}

.account-tabs-filter-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.account-tabs-filter-left-col {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-right: 24px;
}

.account-tabs-filter-right-col {
  display: flex;
  position: relative;
}

.tabs-dropdown-filter-wrap {
  display: none;
  position: absolute;
  top: 39px;
  right: 0px;
  background-color: #F4FAFA;
  border: 1px solid #EAEAEA;
  padding: 34px;
  width: 160px;
  z-index: 99;
}

.tabs-dropdown-filter-wrap.active {
  display: block;
}

.tabs-dropdown-filter-btn {
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 40px;
  cursor: pointer;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tabs-dropdown-filter-btn svg {
  margin-right: 11px;
}

.account-tabs-filter-field {
  display: flex;
}

.account-tabs-filter-field .tabs-filter-search-input {
  width: 185px;
  height: 40px;
  border-color: #EAEAEA !important;
  padding: 12px 20px !important;
}

.account-tabs-filter-field {
  position: relative;
}

.account-tabs-filter-field .tabs-filter-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 20px;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-left: 0;
  display: grid;
  align-items: center;
  height: 40px;
}

ul.tabs-dropdown-filter-list {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.tabs-dropdown-filter-list li a {
  color: #666666;
  transition: 0.3s;
}

ul.tabs-dropdown-filter-list li a:hover {
  color: #000000;
}

ul.tabs-dropdown-filter-list>li {
  margin-bottom: 4px;
}

ul.tabs-dropdown-filter-list>li:last-child {
  margin-bottom: 0;
}

.tabs-copy-clipboard-btn {
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  cursor: pointer;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tabs-copy-clipboard {
  margin-right: 9px;
}

.share-wishlist-form label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
  display: block;
}

.copy-link-btn-wrap {
  display: flex;
  justify-content: space-between;
}

.copy-link-btn-wrap>.field-wrap {
  width: calc(50% - 8px);
  margin-bottom: 0;
}

.copy-link-btn-wrap .button {
  width: 100%;
  text-align: center;
}

.share-wishlist-popup .popup-content-wrapper {
  padding: 58px 50px;
}

.wishlist-watch-remove {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.wishlist-watch-item:hover .wishlist-watch-remove {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

textarea#comment {
  resize: none;
  vertical-align: middle;
  color:#000;
}

.add-special-moment-popup .select-date-flex>.select-day,
.add-special-moment-popup .select-date-flex>.select-month {
  max-width: initial;
  margin: 0;
  width: calc(50% - 8px);
}

.add-special-moment-popup .field-wrap.select-date-flex {
  justify-content: space-between;
  display: flex;
}

.personal-info-subtitle.prsnl-phone-no svg {
  margin-left: 8px;
  min-width:17px;
}

.personal-info-subtitle.prsnl-phone-no {
  display: flex;
  align-items: center;
  white-space:nowrap;
}

.add-special-moment-form .field-wrap .popup-cancel-btn {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.add-special-moment-form button.button {
  width: 100%;
  text-align: center;
}

.add-new-address-form .popup-cancel-btn {
  width: 100%;
  text-align: center;
}

.ac-journey-form-wrapper .check-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.profile-status-close {
  display: none;
}

.fl-store-listing-flex {
  display: flex;
}

.fl-store-listing-col-left {
  width: 26.7%;
  min-width: 400px;
}

.enter-location-form-wrap {
  background-color: #F4FAFA;
  padding: 48px;
}

.enter-location-form-wrap .form-header {
  margin-bottom: 24px;
}

.fl-store-listing-col-right {
  width: 73.3%;
}

.fl-store-listing-page-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

.fl-store-list-wrapper {
  padding: 48px;
}

.fl-store-heading h2 {
  padding-bottom: 32px;
  border-bottom: 1px solid #EAEAEA;
}

.fl-store-list {
  padding: 32px 0px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  padding-right: 70px;
}

.fl-store-list h4 {
  margin-bottom: 8px;
}

.fl-store-list p {
  margin-bottom: 24px;
}

.fl-store-contact-info {
  margin-bottom: 24px;
}

.fl-store-open-close-status>span {
  font-weight: 600;
}

.fl-store-phone {
  margin-bottom: 8px;
}

.fl-store-email {
  margin-bottom: 8px;
}

.fl-store-contact-info img {
  width: 16px;
  margin-right: 12px;
}

.fl-store-contact-info a {
  color: #000;
}

.fl-store-km-info {
  position: absolute;
  top: 32px;
  right: 0;
}

.enter-location-map {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.enter-location-form .action-field.group-field .field-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

.enter-location-form .action-field.group-field .field-wrap a {
  text-decoration: none;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
}

.enter-location-form .action-field.group-field .field-wrap a svg {
  margin-right: 8px;
}

.enter-location-map:before {
  content: "";
  display: block;
  padding-top: 100vh;
  background-color: #EAEAEA;
}

.enter-location-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fl-contact-banner-wrapper {
  padding: 38px 48px 0px 48px;
}

.fl-contact-text-block {
  padding: 100px 0px;
  text-align: center;
}

.fl-contact-text-block h2 {
  margin-bottom: 8px;
}

.fl-contact-text-block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}

.fl-contact-text-block p a {
  color: #000;
}

.contact-fl-flex {
  display: flex;
}

.contact-fl-flex {
  padding: 54px 0px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  width: 83%;
  margin: 0 auto;
  justify-content: space-between;
}

.contact-fl-title {
  margin-bottom: 8px;
}

.contact-fl-col-sec {
  width: 100%;
  max-width: 344px;
  padding-left: 44px;
  position: relative;
}

p.contact-fl-subtitle {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px;
  letter-spacing: 0;
}

.contact-fl-link {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
}

.contact-fl-link:hover {
  color: #000000;
}

.contact-fl-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}


.contact-fl-col-sec.ct-send-email {
  max-width: 363px;
}

.contact-fl-col-sec.ct-visit-us {
  max-width: 337px;
}

.sec-article-item-flex {
  display: flex;
  justify-content: space-between;
}

.sec-article-post-item {
  width: calc(33.333% - 12px);
}

.sec-article-container {
  width: 83%;
  margin: 0px auto;
}

.section-article-wrapper {
  background-color: #F4FAFA;
  padding: 100px 0px;
}

.sec-article-header {
  margin-bottom: 40px;
}

.sec-article-post-item-image {
  margin-bottom: 32px;
}


h4.sec-article-post-title {
  margin-bottom: 16px;
}

h4.sec-article-post-title a {
  color: #000000;
}

.sec-article-read-more-btn svg {
  margin-left: 8px;
}

.sec-article-read-more-btn a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
}

.sec-article-read-more-btn {
  display: flex;
}


.fl-faq-container {
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fl-faq-heading {
  display: flex;
}


.fl-faq-tabs-wrapper {
  width: 69.4%;
}

.fl-tab-contentlist-heading h4 {
  padding-right: 40px;
  position: relative;
  cursor: pointer;
}

.fl-tab-list-wrapper {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

.fl-tab-list-wrapper a {
  color: #666666;
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
  transition: 0.3s;
}

.fl-contact-faq-wapper {
  padding: 100px 0px;
}

.fl-tab-list-wrapper {
  border-bottom: 1px solid #EAEAEA;
}

.fl-tab-contentlist-item {
  padding: 32px 0px;
  border-bottom: 1px solid #EAEAEA;
}

.fl-tab-list-wrapper a.active {
  color: #000000EB;
}

.fl-tab-list-wrapper a.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.fl-tab-contentlist-heading h4 svg {
  position: absolute;
  top: 4px;
  right: 0;
  width: 20px;
  height: 20px;
  transform: rotate(0deg);
  transition: 0.3s;
  display: none;
}

.fl-tab-contentlist-heading h4:before {
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0px;
  top: 13px;
}

.fl-tab-contentlist-heading h4:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #000;
  position: absolute;
  right: 8px;
  top: 6px;
  opacity: 0;
}

.fl-tab-contentlist-heading.active h4:after {
  opacity: 1;
}


.fl-tab-contentlist-heading.active h4 svg {
  transform: rotate(45deg);
}

.contact-fl-col-sec.ct-find-store {
  max-width: 388px;
}

.fl-contatUs-form-flex {
  background-color: #D9D9D9;
  display: flex;
  padding: 115px 100px;
  width: 83%;
  margin: 0 auto;
  align-items: center;
}

.fl-contactUs-form-wrapper {
  padding-top: 100px;
}

.fl-contatUs-form-col-left,
.fl-contatUs-form-col-right {
  width: 50%;
}

.fl-contatUs-form-col-left {
  padding-right: 50px;
}

.fl-contatUs-form-col-right {
  padding-left: 50px;
  padding-right: 50px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff !important;
  padding: 0;
}

.iti__flag-container {
  overflow: hidden;
}

.fl-contatUs-form .form-field.checbox-field input[type="checkbox"] {
  border-radius: 21px !important;
}

.fl-contatUs-form .form-header {
  margin-bottom: 32px;
}

.fl-contatUs-form .form-header h3 {
  margin-bottom: 16px;
}

#contact-form .form-field.checbox-field {
  padding-right: 38px;
}

#contact-form .form-field.checbox-field label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.form-field.radio-field .field-wrap {
  display: flex;
}

.form-field.radio-field input[type="radio"]+label {
  margin-right: 22px;
}

.fl-contatUs-form .form-header p {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.form-field.radio-field input[type="radio"]+label {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.fl-contatUs-form .form-field.textarea-field {
  margin-bottom: 32px;
}

.fl-contatUs-form .button {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-bnr-container {
  width: 86%;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}

.home-bnr-slide {
  position: relative;
}

.home-bnr-slide > a {
  display: block;
}

.home-banner-slide-image img,
.home-banner-slide-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner-slide-image {
  padding-top: 45.2%; 
  background-color: #000;
  min-height: 640px;
}

.home-banner-content p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.home-banner-content h1 {
  color: #fff;
  max-width: 468px;
  margin-bottom: 32px;
}

.home-banner-btn {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 16.5px 40px;
  background-color: #fff;
}

.home-banner-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.home-banner-wrapper .home-bnr-nav {
  width: 86%;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  right: 0;
  left: 0;
  bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-bnr-slide-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  opacity: 0;
  transition: 0.3s;
}

.home-banner-wrapper:hover .home-bnr-slide-slide-btn {
  opacity: 1;
}

.home-bnr-slide-slide-prev, .home-bnr-slide-slide-next {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.home-bnr-slide-slide-prev.swiper-button-disabled, .home-bnr-slide-slide-next.swiper-button-disabled {
  opacity: 0.5;
}


.home-bnr-nav .bnr-nav,
.home-bnr-nav>span {
  color: #fff;
  font-size: 0px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  margin:0px!important;
  margin-right: 4px!important;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}

.home-bnr-nav .bnr-nav.active,
.home-bnr-nav span.swiper-pagination-bullet-active {
  width: 15px;
  background-color: #666666;
}

.fl-section-heading {
  display: flex;
  margin-bottom: 48px;
  align-items: center;
  justify-content: space-between;
}

.fl-latest-creations-wrappper .fl-section-heading {
  margin-bottom: 40px;
}


.viewall-link {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.viewall-link > a {
  display: flex;
  align-items: center;
}

.viewall-link > a svg {
  margin-left: 8px;
}

.fl-latest-collection-items-flex {
  display: flex;
}

.latest-collection-slider {
  overflow: hidden;
}

.fl-slide-pagination-prev,
.fl-slide-pagination-next {
  cursor: pointer;
}

.fl-slide-pagination-prev svg path,
.fl-slide-pagination-next svg path {
  fill: black !important;
}


.fl-slide-pagination-prev.swiper-button-disabled svg path,
.fl-slide-pagination-next.swiper-button-disabled svg path {
  fill: rgb(234, 234, 234) !important;
}


.fl-latest-collection-item {
  width: calc(33.333% - 4px) !important;
  min-width: 360px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--Black, rgba(0, 0, 0, 0.92));
}

.fl-latest-collection-item:last-child {
  margin-right: 0px !important;
}

.fl-latest-collection-image img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.fl-latest-collection-image {
  margin-top: 28px;
}

.fl-latest-collection-title {
  padding: 32px 54px 0px 54px;
}

.fl-latest-collection-title h3 {
  color: #ffffff;
  margin-bottom: 12px;
  cursor: pointer;
}

.fl-latest-collection-title a, .fl-latest-collection-title > span {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.fl-slide-pagination {
  margin-top: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fl-slide-pagination .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fl-slide-pagination-number {
  display: flex;
  align-items: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fl-slide-pagination-no {
  padding: 0px 21px;
}

.fl-slide-scroll {
  width: calc(100% - 134px);
  height: 1px;
  background: #D9D9D9 !important;
  position: relative !important;
}

.fl-slide-scroll>div {
  width: 20%;
  height: 3px !important;
  background-color: #000000 !important;
  display: block;
  position: relative;
  top: -1px !important;
  cursor: pointer;
}

.fl-since-history-flex {
  display: flex;
  align-items: center;
  width: 72.3%;
  margin: 0 auto;
  justify-content: space-between;
}

.fl-since-history-wrapper {
  padding: 150px 0px;
  background-color: #F4FAFA;
}

.fl-since-history-col-left {
  width: calc(50% - 60px);
}

.fl-since-history-col-right {
  width: calc(50% - 60px);
}

.fl-since-heading {
  font-family: "Times New Roman";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #000000;
  margin-bottom: 32px;
}

.fl-since-heading span {
  font-style: italic;
}

.fl-since-history-content {
  max-width: 480px;
}

.home-banner-slide-image video{ 
  pointer-events: none;
}

.slide-bnr-cont {
  font-family: "Times New Roman";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  max-width: 468px;
  margin-bottom: 32px;
}

.home-banner-slide-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
}

.home-banner-slide-video.home-banner-slide-video:before {
  width: 100%;
  opacity: 0.5;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8211659663865546) 31%, rgba(0, 0, 0, 0.036852240896358524) 91%, rgba(255, 255, 255, 0.036852240896358524) 100%);
}

.fl-since-history-content .para-regular-upper {
  margin-bottom: 16px;
  font-weight: 600;
}

.fl-since-history-content h2 {
  margin-bottom: 32px;
}

.fl-since-history-content h2 span {
  font-style: italic;
}
.fl-since-history-content p{
	margin-bottom:0px;
}
.fl-since-history-content p+p {
  margin-top: 24px;
  margin-bottom: 0px;
}

.fl-since-history-content .button {
  margin-top: 32px;
}

.fl-bestseller-wrappper {
  padding: 100px 0px;
}

.fl-bestseller-pagination-number {
  display: flex;
  align-items: center;
}

.fl-bestseller-wrappper .fl-section-heading {
  margin-bottom: 24px;
}

.fl-bestseller-items-wrapper {
  display: flex;
}

.fl-bestseller-item {
  width: 25% !important;
}

.fl-bestseller-item:last-child {
  margin-right: 0;
}

.fl-bestseller-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.fl-bestseller-image {
  position: relative;
  margin-bottom: 40px;
  max-height: 402px;
}

.fl-bestseller-image:before {
  content: "";
  display: block;
  padding-top: 114.3%;
}

.fl-bestseller-info {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  padding: 0px 40px;
}

.fl-bestseller-info>span {
  display: block;
  text-align: center;
}

.fl-bestseller-info .sku-info,
.catalog-product-details .sku-info {
  color: #666666;
}

.collection-info {
  font-weight: 700;
}

.fl-bestseller-pagination-no {
  padding: 0px 24px;
}

.fl-bestseller-viewAll {
  display: none;
}

.fl-bestseller-info .button {
  margin-top: 40px;
  white-space: nowrap;
  display: none;
}

.fl-bestseller-info .sku-info {
  color: #666666;
}

.fl-bestseller-pagination-next,
.fl-bestseller-pagination-prev {
  cursor: pointer;
}

.fl-bestseller-item-container {
  width: 100%;
  max-width: 352px;
  margin: 0 auto;
  display: block;
  border: 1px solid transparent;
  transition: 0.4s;
  padding: 32px 0px;
}

.fl-bestseller-item-container:hover {
  border-color: rgb(0 0 0 / 90%);
}

.fl-wishlist-btn {
  position: absolute;
  top: 0;
  right: 44px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}

.fl-bestseller-item-container:hover .fl-wishlist-btn {
  visibility: visible;
  opacity: 1;
}

.fl-explore-flex {
  display: flex;
  padding: 100px 50px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.fl-explore-right-col {
  width: calc(100% - 312px);
}

.fl-explore-items-flex {
  display: flex;
}

.fl-explore-item {
  width: 33.333%;
  min-width: 380px;
  margin-right: 4px;
  position: relative;
}

.fl-explore-item:last-child {
  margin-right: 0px;
}

.fl-explore-let-col {
  padding-right: 55px;
  display: flex;
}

.fl-explore-lett-content h2 {
  margin-bottom: 16px;
  width: 100%;
}

.fl-explore-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid #F4FAFA;
  width: 100%;
}

.fl-explore-links li a {
  display: block;
  padding: 16px 0px;
  border-bottom: 1px solid #F4FAFA;
}

.fl-explore-lett-content {
  display: flex;
  flex-direction: column;
  min-width: 257px;
}

.fl-explore-btn {
  margin-top: auto;
}

.fl-explore-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 50px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.fl-explore-item-content h3 {
  color: #fff;
  margin-bottom: 12px;
}

.fl-explore-item-content a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}

.fl-explore-item-content a svg {
  margin-left: 4px;
}

.home-page-wrapper {
  overflow-x: hidden;
}

.fl-service-flex {
  display: flex;
  padding: 0px 50px;
  align-items: center;
}

.fl-service-wrapper {
  background-color: #000000;
  padding: 95px 0px;
}

.fl-service-content-wrapper {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 40px;
}

.fl-service-content p,
.fl-service-content h2 {
  color: #ffffff;
}

.fl-service-content .button {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.fl-service-slider-wrapper {
  width: 58%;
  position: relative;
  overflow: hidden;
}

.fl-service-slide-next.swiper-button-disabled,
.fl-service-slide-prev.swiper-button-disabled {
  opacity: 0.5;
}


.fl-service-content {
  width: 100%;
  max-width: 359px;
}

.fl-service-content .para-regular-upper {
  margin-bottom: 16px;
}

.fl-service-content h2 {
  margin-bottom: 16px;
}

.fl-service-content .button {
  margin-top: 50px;
}

.fl-service-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 50px;
}

.fl-service-slide-prev,
.fl-service-slide-next {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}


.fl-story-tellers-slide-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}


.fl-story-tellers-slide-content h3 {
  margin-bottom: 16px;
	min-height: 55px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.fl-story-tellers-slide-content .press-post-date {
  margin-bottom: 16px;
  color: #666666;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.fl-story-tellers-slide-content .button {
  margin-top: 50px;
  background-color: #F4FAFA !important;
}


.fl-story-tellers-slider-index {
  display: flex;
}

.fl-story-tellers-slide-image-wrapper {
  width: 531px;
}
.fl-story-tellers-slide-image{
	height:100%;
}
.fl-story-tellers-slide-image img{
	height: 100%;
    object-fit: cover;
    object-position: right;
	object-position: -20px;
}
.fl-story-tellers-slide-content-wrapper {
  width: 497px;
}

.fl-story-tellers-slide-item {
  background-color: #F4FAFA;
  margin-right: 16px;
  display: flex;
  max-width: 1028px;
}

.fl-story-tellers-slide-item:last-child {
  margin-right: 0px !important;
}

.fl-story-tellers-slide-content {
  width: 100%;
  max-width: 348px;
}

.fl-story-tellers-slide-content p {
  margin-bottom: 0;
}

.fl-follow-instagram-wrapper {
  background-color: #F4FAFA;
  padding: 80px 0px;
}

.fl-follow-instagram-items-wrapper {
  display: flex;
  flex-flow: wrap;
}

.fl-follow-instagram-item {
  width: 20%;
  padding: 2px;
}

.fl-instagram-follow-us {
  display: none;
}

.fl-special-edition-flex {
  display: flex;
  flex-direction: row-reverse;
}

.fl-special-edition-content-sec {
  margin-left: 4px;
  width: 33.8%;
  min-width: 525px;
}

.fl-special-edition-video-sec {
  width: 66.2%;
  display: flex;
}

.fl-special-edition-video picture img {
  height: 100%;
  object-fit: cover;
}

.special-edition-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}

.fl-special-edition-video {
  position: relative;
  text-align: center;
  width:100%;
}

.fl-special-edition-content {
  position: relative;
}

.special-edition-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  cursor: pointer;
}



.fl-special-edition-video.active-play .special-edition-video {
  visibility: visible;
  opacity: 1;
}

.fl-special-edition-video.active-play picture {
  visibility: hidden;
  opacity: 0;
}

.fl-special-edition-video.active-play .special-edition-play-btn {
  display: none;
}

.special-edition-play-btn span {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.special-edition-play-btn img {
  width: 60px;
  margin-bottom: 20px;
}

.fl-special-edition-content h2 {
  position: absolute;
  top: 57px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0px 32px;
}

.fl-special-edition-content h2 span {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.fl-special-edition-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 42px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.fl-special-edition-text .button {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
  margin: 10px 0px;
}

.fl-special-edition-text .para-large {
  margin: 0;
  padding-right: 24px;
  color: #fff;
  /*text-align:center;*/
}

.fl-special-edition-text .para-large span {
  display: block;
  font-weight: 700;
}

.fl-explore-links li a svg {
  display: none;
}

.fl-product-banner-flex {
  display: flex;
}

.fl-product-banner-right-col,
.fl-product-banner-left-col {
  width: 50%;
  /*min-height: 784px;*/
}

.fl-product-banner-left-col {
 background-color: #F5FAFA;
  display: flex;
  padding-top: 97px;
  padding-bottom: 120px;
  position: relative;
  transition: 0.4s;
}

.fl-product-banner-left-col {
  display: flex;
}

.fl-product-bnr-image-wrapper {
  width: 100%;
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: center;
}

.fl-product-bnr-thum img {
  object-fit: cover !important;
}

.pro-gallery-thumbs .swiper-slide {
  width: 72px;
  height: 72px !important;
  min-height: auto !important;
}

.pro-gallery-thumbs {
  max-height: 303px !important;
}

.fl-product-bnr-thum-wrapper {
  margin-left: 70px;
  display: flex;
  align-items: center;
  max-width:72px;
}

.fl-product-bnr-thum:not(:last-child) {
  margin-bottom: 4px;
}

.fl-product-bnr-thum-prev {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  cursor: pointer;
  padding: 12px 0px;
}

.fl-product-bnr-thum-next {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  cursor: pointer;
  padding: 12px 0px;
}

.fl-product-bnr-nav-wrapper {
  display: flex;
  justify-content: center;
  bottom: -50px;
  padding-right: 28px;
  position: absolute;
  width: 100%;
  z-index: 99;
}

.product-bnr-nav {
  color: #fff;
  font-size: 0px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #666;
  margin-right: 4px;
  cursor: pointer;
}

.fl-product-bnr-nav-index {
  display: flex;
  align-items: center;
}

.product-bnr-nav.active {
  width: 15px;
  background-color: #000000;
}

.fl-product-bnr-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
  right: 80px;
  z-index:1;
}

.fl-product-bnr-icons a {
  display: block;
}


.fl-product-banner-content {
  width: 100%;
  max-width: 409px;
  margin: auto;
}

.fl-product-banner-right-col {
  display: flex;
}

.fl-product-banner-content h2 {
  margin-bottom: 8px;
}

.fl-product-banner-content>.para-regular {
  margin-bottom: 0;
}

.fl-product-banner-price-wrapper {
  display: flex;
  align-items: center;
  margin-top: 24px;
  justify-content: space-between;
}

.fl-product-banner-price {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.fl-product-banner-price svg {
  vertical-align: middle;
  margin-left: 12px;
  position: relative;
  top: -2px;
}

.fl-product-banner-btn-group {
  margin-top: 22px;
}

.fl-product-share-icons {
  display: flex;
  align-items: center;
}

.fl-product-share-icons>a {
  margin-left: 20px;
}

.fl-product-share-icons svg {
  vertical-align: middle;
}

.fl-product-share-icons svg {
  position: relative;
  top: -2px;
}

.fl-product-banner-btn-group .button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}

.fl-product-banner-btn-group .button.border-btn {
  margin-top: 8px;
}

.fl-product-banner-btn-group .button svg {
  position: absolute;
  top: 16px;
  left: 24px;
  margin: 0;
}

p.recommended-retail {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #666666;
}
.info-tooltip{
	cursor: auto;
}
.fl-product-watch-color-options {
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 17px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #666666;
}

.watch-color-option {
  width: 38px;
  min-width: 38px;
  display: block;
  margin-right: 24px;
  position: relative;
}

.watch-color-option img {
  width: 38px;
  height: 50px;
  object-fit: cover;
}

.watch-color-option.active:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -2px;
}

.fl-product-watch-color-options a {
  color: #666666;
}

.fl-product-banner-specification-wrapper {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.fl-specification-list {
  width: 50%;
  padding: 13px 28px;
  border: 1px solid #EAEAEA;
}

.fl-specification-list .specification-title {
  font-weight: 700;
  display: block;
  text-transform:capitalize;
}

.fl-specification-lists-index {
  display: flex;
  flex-flow: wrap;
  margin-top: 32px;
}

.fl-view-full-specification {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 32px;
}

.fl-product-bnr-thum a {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fl-specification-list:nth-child(1),.fl-specification-list:nth-child(2) {
  border-bottom: 0;
}

.fl-specification-list:nth-child(1), .fl-specification-list:nth-child(3) {
  border-right: 0px;
}

.fl-view-full-specification span {
  display: block;
}

.fl-view-full-specification svg {
  vertical-align: middle;
}

.fl-explore-viewAll {
  display: none;
}

.account-overview-wrapper .bottom-ft-section {
  margin-top: 238px;
}

.fl-variations-wrappper .fl-section-heading {
  max-width: 83%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fl-variations-wrappper .fl-bestseller-items-wrapper {
  max-width: 86%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mobile-head-sec {
  display: none !important;
}

.fl-latest-collection-wrapper .fl-slide-pagination {
  display: none;
}

.fl-newsroom-items-flex .press-post-item-image {
  margin-bottom: 50px;
}

.press-post-item-inner, .press-post-item-content{
	display: flex;
    flex-direction: column;
    height: 100%;
}

.fl-newsroom-items-flex .press-post-item-content {
  padding: 0px 46px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.fl-newsroom-items-flex .press-post-title{
	margin-bottom:8px;
}

.press-read-more-btn{
	margin-top: auto;
}

.fl-newsroom-items-flex .press-post-item {
  margin-bottom: 0px;
}

.fl-nearest-boutique-flex {
  display: flex;
}

.fl-nearest-boutique-form-sec {
  width: 38%;
  background-color: #F4FAFA;
  display: flex;
  padding: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fl-nearest-boutique-slider-sec {
  width: 62%;
  position: relative;
  overflow: hidden;
}

.fl-boutique-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 60px;
}

.fl-boutique-slide-next,
.fl-boutique-slide-prev {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.fl-nearest-boutique-sldier-item img {
  width: 100%;
  min-height: 451px;
  object-fit: cover;
}

.fl-boutique-slide-next.swiper-button-disabled,
.fl-boutique-slide-prev.swiper-button-disabled {
  opacity: 0.5;
}

.fl-nearest-boutique-form-wrap {
  width: 100%;
  max-width: 364px;
  margin: auto;
}


.fl-nearest-boutique-form-sec .form-header {
  margin-bottom: 24px;
}

.fl-nearest-boutique-form .form-field.action-field {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.fl-nearest-boutique-form .form-field.action-field a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 11px 0px;
}

.fl-nearest-boutique-form .form-field.action-field a svg {
  margin-right: 8px;
  position: relative;
  top: -1px;
}


.fl-latest-collection-wrapper,
.fl-latest-creations-wrappper,
.fl-story-tellers-wrappper,
.fl-special-edition-wrapper,
.fl-nearest-boutique-wrapper,
.fl-recommend-watches-wrappper,
.fl-newsroom-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fl-latest-collection-wrapper,
.fl-follow-instagram-wrapper {
  margin-top: 40px;
}

.fl-service-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.fl-product-bnr-360-icons {
  display: none;
}

.fl-tab-contentlist-flex.tabcontent {
  display: none;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.fl-tab-contentlist-text {
  margin-top: 16px;
}


.brand-logo-section {
  display: none;
}

.grid-view-on .press-all-visual-item{width:16.66%;max-height:115px;}
.sort-list-press{display:none;}
.grid-view-on .sort-list-press{display:block;}
.grid-view-on .sort-grid-press{display:none;}


.fl-latest-collection-title > span {
  display: flex;
  align-items: center;
}

.fl-latest-collection-title > span svg {
  margin-left: 8px;
}



@-webkit-keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
  from { opacity: 0; }
    to { opacity: 1; }
}

/* sss */

.form-address-edit .message.info {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: normal;
}

.eapps-instagram-feed-header {
  padding: 0px !important;
}

.form-newsletter-manage > .actions-toolbar{margin-top:40px;}

.press-post-date {
    color: #666666;
}

.remove-special-moment-form .action-field .field-wrap{
	margin-bottom:0px;
}

@media (max-width: 1500px) {
  .home-banner-wrapper .home-bnr-slide-slide-btn {
    padding: 0px 30px;
  }
}


@media (max-width: 1300px) {
  .home-bnr-slide-slide-btn {
    display: none;
  }
}

@media (min-width: 1281px) and (max-width: 1640px) {
  .ac-my-collections-info-wrapper {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .ac-my-collections-flex {
    flex-flow: wrap;
  }

  .ac-my-collections-watch-sec {
    width: 100%;
  }

  .ac-my-collections-info-flex {
    display: block;
  }

  .ac-my-collections-info-wrapper:before {
    display: none;
  }
}

@media (min-width: 1281px) and (max-width: 1380px) {
  .fl-product-bnr-image-wrapper {
    max-width: 266px;
  }

  .wishlist-watch-item {
    width: 50%;
  }

  .account-details-wrapper,
  .account-info-wrappper {
    max-width: 100%;
  }


}

@media (max-width: 1400px) {
  .fl-bestseller-info {
    padding: 0px 20px;
  }
}

@media (max-width: 1280px) {
  .fl-product-banner-breadcrumb {
    display: none;
  }

  .fl-since-history-col-left,
  .fl-since-history-col-right {
    width: calc(50% - 30px);
  }

  .fl-since-history-flex {
    width: 100%;
  }

  .fl-since-history-col-right {
    padding-right: 0;
  }

  .account-details-tab-list-wrapper {
    padding: 68px 39px;
  }

  .account-details-tab-content-wrapper {
    padding: 68px 56px;
  }

  .account-details-wrapper,
  .account-info-wrappper {
    max-width: 100%;
  }

  .account-details-tab-list-wrapper {
    width: initial;
    padding: 11px 32px;
    margin: 0px;
    min-height: auto;
    overflow-x: auto;
  }

  .ac-tab-list {
    display: flex;
    white-space: nowrap;
  }

  .account-details-tab-list .logout-link {
    display: none;
  }

  .ac-tab-list>li {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .ac-tab-list>li:last-child {
    margin-right: 0px;
  }

  .ac-tab-list>li>a {
    padding: 9px 0px;
  }

  .ac-tab-list>li svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }

  .account-details-flex {
    display: block;
  }

  .account-details-tab-content-wrapper {
    width: 100%;
  }


  .checkout-login-form .form-field.group-field.check-text .field-wrap {
    width: 100%;
  }

  .fl-product-bnr-image-wrapper {
    max-width: 266px;
  }

}


@media (max-width:1200px) {
  .fl-newsroom-items-flex .press-post-item-content {
    padding: 0px 16px;
  }

  .fl-special-edition-content-sec {
    min-width: 395px;
  }

  .fl-special-edition-text .button {
    display: block;
    width: 100%;
  }

  .fl-special-edition-content h2 {
    top: 30px;
  }

  .fl-service-slide-prev,
  .fl-service-slide-next {
    width: 40px;
    height: 40px;
  }

  .fl-service-flex {
    padding: 0;
  }

  .fl-service-slide-btn {
    padding: 0px 24px;
  }

  .bottom-ft-flex {
    max-width: 100%;
  }

  .fl-product-bnr-image-wrapper {
    max-width: 266px;
  }

  .sec-article-container {
    width: 100%;
  }

  .fl-contatUs-form-col-right {
    padding-right: 0;
  }

  .contact-fl-flex {
    width: 100%;
  }

  .fl-contatUs-form-flex {
    width: 100%;
  }

  .contact-fl-col-sec {
    padding-right: 24px;
  }

  .contact-fl-col-sec:last-child {
    padding-right: 0;
  }

  .fl-faq-tabs-wrapper {
    width: 100%;
  }

  .fl-faq-container {
    flex-direction: column;
    width: 100%;
  }

  .fl-contact-faq-wapper {
    padding: 50px 0px;
  }

  .fl-faq-heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .fl-faq-heading {
    margin-bottom: 50px;
  }

  .fl-tab-contentlist-item {
    padding: 24px 0px;
  }

  .fl-tab-contentlist-heading h4 svg {
    width: 16px;
  }

  .fl-tab-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 1100px) {
  .fl-nearest-boutique-form-sec {
    width: 100%;
    padding: 70px;
  }

  .fl-nearest-boutique-slider-sec {
    width: 100%;
  }

  .fl-nearest-boutique-flex {
    flex-direction: column-reverse;
  }

  .fl-nearest-boutique-form-wrap {
    max-width: 100%;
    width: 70%;
  }

  .fl-bestseller-item {
    width: 33.333% !important;
	padding-left:30px;
	padding-right:30px;
  }

  .fl-story-tellers-slide-image-wrapper {
    width: 50%;
  }

  .fl-story-tellers-slide-content-wrapper {
    padding: 80px 60px;
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .fl-since-history-flex {
    flex-direction: column;
  }

  .fl-since-history-col-left,
  .fl-since-history-col-right {
    width: 100%;
  }

  .fl-since-history-content {
    max-width: 100%;
  }

  .fl-since-history-col-left {
    margin-bottom: 80px;
  }

  .fl-since-history-image {
    width: 66%;
    margin: 0 auto;
  }

  .fl-service-flex {
    display: block;
  }

  .fl-service-slider-wrapper {
    width: 100%;
  }

  .fl-service-content-wrapper {
    width: 100%;
    padding: 0;
  }

  .fl-explore-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .fl-service-content {
    max-width: 100%;
    padding-top: 60px;
  }

  .fl-contatUs-form-col-left {
    display: none;
  }

  .fl-contatUs-form-col-right {
    padding: 0;
    width: 100%;
  }

  .fl-special-edition-text {
    padding: 32px;
  }

  .fl-special-edition-content h2 {
    top: 20px;
  }
}


@media (max-width: 991px) {
  .fl-bestseller-item-container .fl-wishlist-btn {
    right: 20px;
    top: -10px;
}

  .home-banner-slide-image {
    padding-top: calc(100vh - 150px);
  }

.home-bnr-container {
    width: 100%;
    padding: 0px 48px;
    transform: none;
    top: auto;
    bottom: 100px;
}

.home-banner-wrapper .home-bnr-nav {
    width: 100%;
    padding: 0px 48px;
    bottom: 50px;
}

.home-bnr-slide:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 9;
}
	
  .fl-bestseller-item {
 	padding-left:20px;
	padding-right:20px;
  }
  
  .fl-special-edition-content-sec {
    min-width: 350px;
  }

  .fl-story-tellers-slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .fl-story-tellers-slide-image {
    height: 100%;
  }

  .fl-service-content {
    padding-top: 0;
  }

  .fl-product-banner-flex {
    flex-direction: column;
  }

  .fl-product-banner-right-col,
  .fl-product-banner-left-col {
    width: 100%;
    min-height: auto;
  }

  .fl-product-bnr-thum-wrapper {
    display: none;
  }

  .fl-product-bnr-image-wrapper {
    max-width: 336px;
  }

  .fl-product-banner-content {
    width: 84%;
    max-width: 100%;
    padding: 60px 48px;
  }

  .fl-service-flex {
    display: block;
    padding: 0px 50px;
  }

  .fl-service-slider-wrapper {
    width: 100%;
  }

  .fl-service-content-wrapper {
    width: 100%;
    padding: 40px 40px 0px 0px;
  }

  .fl-service-content {
    max-width: 100%;
  }

  .fl-contatUs-form-col-left {
    display: none;
  }

  .fl-contatUs-form-col-right {
    width: 100%;
    padding: 0;
  }

  .fl-contactUs-form-wrapper {
    padding-top: 10px;
    margin: 50px 0px;
  }


  .profile-status-close {
    display: none;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
  }

  .account-info-right-col {
    position: relative;
  }

  .account-overview-wrapper.light-bg {
    background-color: #fff;
  }

  .account-info-wrappper {
    margin-bottom: 32px;
  }

  .account-info-flex {
    display: block;
  }

  .account-author-image,
  .account-author-image img {
    width: 72px;
    height: 72px;
  }

  .account-overview-wrapper {
    padding-top: 20px;
  }

  .account-author-image .account-edit {
    right: 0px;
    bottom: -15px;
  }

  .account-info-left-col {
    margin-right: 0px;
    margin-bottom: 32px;
    align-items: unset;
  }

  .account-info-right-col {
    max-width: 100%;
    padding: 25px 40px;
    background-color: #EAEAEA;
    text-align: left;
  }

  .complete-your-profile-text {
    text-align: left;
  }

  .complete-your-profile-processbar {
    background-color: #ffffff;
  }

  .logout-link.mobile-v {
    display: block;
    font-size: 10px;
    line-height: 16px;
  }

  .logout-link svg {
    height: 16px;
    width: 13px;
  }

  .account-details-flex {
    display: block;
  }

  .account-details-tab-list-wrapper {
    width: initial;
    padding: 11px 32px;
    margin: 0px -32px;
    min-height: auto;
    overflow-x: auto;
  }

  .ac-tab-list {
    display: flex;
    white-space: nowrap;
  }

  .account-details-tab-list .logout-link {
    display: none;
  }

  .ac-tab-list>li {
    margin-bottom: 0;
    margin-right: 24px;
  }

  .ac-tab-list>li:last-child {
    margin-right: 0px;
  }

  .ac-tab-list>li>a {
    padding: 9px 0px;
  }

  .ac-tab-list>li svg {
    width: 12px;
    height: 12px;
    margin-left: 8px;
  }

  .account-details-tab-content-wrapper {
    width: initial;
    margin: 0px -32px;
    padding: 40px 32px 118px;
  }

  #Overview .account-details-tag-heading {
    display: none;
  }

  .account-details-all-list-card {
    padding: 40px 32px;
    height: 200px;
  }

  .account-details-all-list-icon {
    width: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }

  .account-details-all-list-title {
    font-size: 10px;
    line-height: 16px;
  }

  .bottom-ft-flex {
    max-width: 100%;
  }

  .checkout-process-step-tab span {
    display: none;
  }

  .checkout-process-step-tab .mob-text {
    display: block;
    text-align: center;
  }

  .checkout-process-step-tab {
    margin: 0px 20px;
  }

  .checkout-step-container {
    width: 100%;
  }

  .reserving-items-text {
    margin-top: 32px;
  }

  .checkout-process-content-col-flex {
    flex-direction: column-reverse;
  }

  .checkout-process-content-col.order-summary-content {
    width: initial;
    margin: 0px -32px;
    max-width: initial;
    min-width: auto;
    padding: 20px 32px 20px 32px;
    min-height: auto;
  }

  .checkout-process-content-container {
    width: 100%;
  }


  .order-summary-content>.checkout-process-heading {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    border: 0;
    margin: 0;
  }

  .total-mob-text {
    display: block;
    margin-left: auto;
    padding-left: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .order-summary-content .checkout-process-heading h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .checkout-process-heading h3 svg {
    margin-left: 16px;
  }

  .checkout-content-wrap {
    padding: 50px 30px;
    display: none;
  }

  .checkout-process-content-col.process-form-content {
    width: 100%;
  }

  .checkout-login-form .form-field.group-field {
    display: block;
  }

  .checkout-login-form .form-field.group-field>.field-wrap {
    width: 100%;
  }

  .checkout-login-form .form-field.group-field>.field-wrap:first-child {
    margin-bottom: 16px;
  }

  .checkout-login-form .fieldset {
    margin: 0;
  }

  .checkout-login-form .form-field.group-field.action-field>.field-wrap:first-child {
    margin-bottom: 0;
  }

  .checkout-payment-form>.fieldset>.form-field.group-field>.field-wrap {
    width: 100%;
  }

  .checkout-payment-form>.fieldset>.form-field.group-field>.field-wrap:first-child {
    margin-bottom: 16px;
  }

  .pay-with-our-partners {
    width: 100%;
    padding: 0;
  }

  .checkout-content-wrap.active {
    display: block;
  }

  .order-summary-content .checkout-process-heading h3 svg {
    display: block;
  }

  .order-summary-content>.checkout-process-heading:first-child h3 {
    pointer-events: all;
  }

  .form-field.group-field>.field-wrap {
    width: calc(50% - 8px);
  }

  #Address .checkout-content-wrap .price-details-wrapper {
    margin-bottom: 40px;
  }

  #Payment .pay-with-our-partners {
    padding-top: 95px;
    display: block;
  }


  .ac-journey-flex {
    flex-wrap: wrap-reverse;
  }

  .ac-journey-col-left,
  .ac-journey-col-right {
    width: 100%;
  }

  .ac-journey-col-left {
    padding: 50px 0px;
  }

  .ac-journey-form-wrapper {
    max-width: 450px;
    padding: 0px 32px;
  }

  .ac-journey-form-wrapper button {
    width: 100%;
  }

  .fl-store-listing-flex {
    flex-direction: column-reverse;
  }

  .fl-store-listing-col-right {
    width: 100%;
  }

  .enter-location-map:before {
    padding-top: 370px;
  }

  .enter-location-form-wrap {
    padding: 50px 32px;
  }

  .fl-store-listing-col-left {
    width: 100%;
    min-width: auto;
  }

  .fl-store-list-wrapper {
    padding: 50px 32px;
  }

  .fl-store-heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 24px;
  }

  .contact-fl-col-sec {
    padding: 40px 0px 40px 40px;
    border-top: 1px solid #EAEAEA;
    max-width: 100% !important;
  }

  .contact-fl-flex {
    flex-direction: column;
    padding: 0;
    border: 0;
  }

  .contact-fl-icon {
    top: 40px;
  }

  .fl-tab-list-wrapper a {
    white-space: nowrap;
    margin-right: 40px;
  }

  .fl-tab-list-wrapper a:last-child {
    margin-right: 0;
  }

}


@media (max-width: 840px) {
  .ac-my-collections-info-wrapper {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .ac-my-collections-flex {
    flex-flow: wrap;
  }

  .ac-my-collections-watch-sec {
    width: 100%;
  }

  .ac-my-collections-info-flex {
    display: block;
  }

  .ac-my-collections-info-wrapper:before {
    display: none;
  }
}


@media (max-width: 767px) {
  .fl-latest-collection-title {
    padding: 32px 45px 0px 45px;
}

  .fl-latest-creations-wrappper .fl-bestseller-viewAll {
    padding: 0px 12px;
}

  .fl-bestseller-image {
    max-height: 220px;
  }

  .fl-bestseller-image:before {
      padding-top: 120.3%;
  }

  .fl-bestseller-info {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
  }

  .fl-product-bnr-360-icons {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 34px;
    right: 34px;
  }
/*
.fl-latest-creations-wrappper .container {
  padding-left: 20px;
  padding-right: 20px;
}
*/
  .fl-recommend-watches-wrappper .fl-slide-pagination {
    display: none;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more {
  display: none !important;
}

.fl-service-content h2 {
  padding-right: 40px;
}

  .fl-latest-collection-wrapper,
  .fl-follow-instagram-wrapper {
    margin-top: 35px;
  }

  .fl-latest-collection-wrapper,
  .fl-latest-creations-wrappper,
  .fl-story-tellers-wrappper,
  .fl-special-edition-wrapper,
  .fl-nearest-boutique-wrapper,
  .fl-recommend-watches-wrappper,
  .fl-newsroom-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
  }


  .fl-nearest-boutique-sldier-item img {
    min-height: auto;
  }

  .fl-nearest-boutique-wrapper .container {
    padding: 0;
  }

  .fl-boutique-slide-btn {
    padding: 0px 33px;
  }

  .fl-boutique-slide-next,
  .fl-boutique-slide-prev {
    width: 32px;
    height: 32px;
  }

  .fl-nearest-boutique-form-sec {
    padding: 70px 50px;
  }

  .fl-nearest-boutique-form-wrap {
    width: 100%;
  }

  .fl-nearest-boutique-form .form-field.group-field>.field-wrap {
    width: calc(50% - 8px);
  }

  .fl-nearest-boutique-form .form-field.action-field {
    flex-direction: column;
  }

  form.fl-nearest-boutique-form .button {
    width: 100%;
    margin-bottom: 24px;
  }

  .fl-nearest-boutique-form .form-field.action-field a {
    padding: 0;
  }

  .fl-newsroom-items-flex .press-post-item:not(:last-child) {
    margin-bottom: 62px;
  }

  .fl-newsroom-items-flex .press-post-item-flex {
    padding: 0px;
  }

  .fl-newsroom-items-flex .press-post-date {
    color: #666666;
  }

  .fl-newsroom-items-flex .press-read-more-btn a {
    display: inline-block;
    min-width: 193px;
  }


  .fl-newsroom-items-flex .press-post-item-content {
    padding: 0px 32px;
  }

  .fl-service-flex {
    padding: 0px;
  }

  .fl-story-tellers-slide-image img {
    height: auto;
    object-fit: unset;
  }

  .latest-collection-slider {
    margin: 0px -32px;
    padding: 0px 32px;
  }

  .fl-latest-collection-wrapper .fl-slide-pagination {
    display: flex;
  }

  .mobile-head-sec {
    display: flex !important;
  }

  .desktop-head-sec {
    display: none !important;
  }

  .fl-since-history-image {
    width: 81%;
  }

  .account-overview-wrapper .bottom-ft-section {
    margin-top: 0;

  }

  .home-banner-slide-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 373px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
  }

  .home-banner-slide-video:before {
      top: auto;
      opacity: 0.9;
  }

  .home-banner-slide-image {
    position: relative;
    min-height: 663px;
    padding-top: 0;
  }


  .fl-explore-viewAll {
    display: block;
    margin-top: 32px;
  }

  .fl-explore-viewAll .button {
    display: block;
  }

  .fl-story-tellers-slide-item {
    display: block;
    width: 100%;
  }

  .fl-story-tellers-slide-image-wrapper {
    width: 100%;
    min-width: 364px;
  }

  .fl-story-tellers-slide-content-wrapper {
    padding: 60px 55px;
    min-width: auto;
    width: 100%;
  }

  .fl-product-banner-content h2 br {
    display: none;
  }

  .fl-product-banner-price-wrapper {
    margin-top: 30px;
  }

  .fl-product-banner-btn-group {
    margin-top: 30px;
  }

  .fl-product-banner-btn-group .button.border-btn {
    margin-top: 16px;
  }

  .fl-product-watch-color-options {
    padding: 32px 0px;
  }

  .fl-product-bnr-image-wrapper {
    max-width: 266px;
  }

  .fl-product-bnr-icons {
    top: 34px;
    left: 34px;
    right: auto;
}

  .fl-product-banner-left-col {
    padding-top: 48px;
    padding-bottom: 74px;
}

  .fl-product-bnr-nav-wrapper {
    bottom: -27px;
    padding-right: 18px;
  }

  .fl-product-banner-content {
    width: 100%;
    padding: 0px;
  }

  .fl-product-banner-right-col {
    padding: 60px 32px;
  }

  .fl-view-full-specification {
    background-color: #F4FAFA;
    padding: 12px 0px;
    margin-top: 0;
  }

  .fl-special-edition-flex {
    flex-direction: column;
	flex-direction: column-reverse;
  }

  .fl-special-edition-content-sec {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 1px;
	
	margin-bottom: 0px;
    margin-top: 1px;
  }

  .fl-special-edition-content h2 span {
    font-size: 10px;
    line-height: 16px;
  }

  .fl-special-edition-text .para-large {
    font-size: 14px;
    line-height: 24px;
	padding-right: 0px;
	text-align:center;
  }

  .fl-special-edition-text {
    padding: 54px 52px;
    display: block;
  }

  .fl-special-edition-content h2 {
    top: 30px;
  }

  .fl-special-edition-text .button {
    margin-top: 16px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
  }

  .fl-special-edition-video-sec {
    width: 100%;
  }

  .special-edition-play-btn img {
    width: 35;
    width: 35px;
  }

  .fl-latest-creations-wrappper .fl-slide-pagination {
    display: none;
  }

  .fl-story-tellers-slide-content .button {
    width: 100%;
  }

  .fl-follow-instagram-wrapper .viewall-link {
    display: none;
  }

  .fl-follow-instagram-item {
    width: 50%;
  }

  .fl-follow-instagram-item:nth-child(6n) {
    display: none;
  }

  .fl-follow-instagram-wrapper {
    padding: 60px 0px;
    margin-bottom: 70px;
  }

  .fl-instagram-follow-us {
    display: block;
    margin-top: 32px;
  }

  .fl-instagram-follow-us .button {
    display: block;
    background-color: transparent !important;
  }

  .fl-service-wrapper {
    padding: 70px 0px;
  }

  .fl-service-content-wrapper {
    padding: 40px 0px 0px 0px;
  }

  .fl-service-content .button {
    display: block;
  }

  .fl-service-slide-prev,
  .fl-service-slide-next {
    width: 32px;
    height: 32px;
  }

  .fl-service-slide-btn {
    padding: 0px 30px;
  }

  .fl-explore-flex {
    flex-direction: column;
  }

  .fl-explore-let-col {
    padding: 0px;
    width: 100%;
  }

  .fl-explore-lett-content {
    min-width: auto;
    width: 100%;
  }

  .fl-explore-lett-content h2 br:last-of-type {
    display: none;
  }

  .fl-explore-lett-content h2 {
    margin-bottom: 32px;
  }

  .fl-explore-item {
    width: 286px;
    min-width: 286px;
  }

  .fl-explore-right-col {
    width: 100%;
    margin-top: 32px;
  }

  .fl-explore-btn {
    display: none;
  }

  .fl-explore-item-content {
    padding: 60px 39px 46px 39px;
  }

  .fl-explore-mob-btn {
    display: block;
    margin-top: 32px;
  }

  .fl-explore-mob-btn .button {
    display: block;
  }

  .fl-explore-flex {
    padding: 60px 0px;
  }

  .fl-explore-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fl-explore-links li a svg {
    display: block;
  }

  .fl-bestseller-viewAll {
    display: block;
  }

  .fl-bestseller-viewAll .button {
    display: block;
  }

  .fl-bestseller-pagination-number {
    display: none;
  }

  .fl-bestseller-item {
    min-width: auto;
    width: 50% !important;
    margin: 0;
    padding: 0px;
    margin-bottom: 48px;
  }

  .fl-bestseller-item-container:hover {
    border-color: transparent;
}

  .fl-bestseller-items-wrapper {
    flex-flow: wrap;
    transform: none !important;
    justify-content: space-between;
  }

  .fl-bestseller-info .button {
    display: none;
  }

  .fl-bestseller-item-container {
    padding: 0;
}

  .fl-bestseller-wrappper .fl-section-heading {
    margin-bottom: 40px;
  }

  .fl-bestseller-info .price-info {
    margin-bottom: 0px;
  }

  .fl-bestseller-item {
    display: none !important;
  }

  .fl-bestseller-item:nth-child(1),
  .fl-bestseller-item:nth-child(2),
  .fl-bestseller-item:nth-child(3),
  .fl-bestseller-item:nth-child(4) {
    display: block !important;
  }

  .fl-bestseller-info {
    padding: 0px;
  }


  .fl-since-history-wrapper {
    padding: 70px 0px;
  }

  .fl-since-history-flex {
    flex-direction: column;
  }

  .fl-since-history-col-left,
  .fl-since-history-col-right {
    width: 100%;
  }


  .fl-since-history-content .para-medium {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .fl-bestseller-wrappper {
    padding: 70px 0px;
  }


  .fl-slide-pagination {
    margin-top: 38px;
  }

  .fl-section-heading {
    margin-bottom: 32px;
  }

  .fl-latest-collection-items-flex {
    margin: 0px -32px;
  }

  .fl-latest-collection-item:first-child {
    margin-left: 32px;
  }

  .fl-latest-collection-item:last-child {
    margin-right: 32px;
  }

  .home-banner-content .slide-bnr-cont {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-right: 40px;
    margin-bottom: 0px;
  }

  .home-banner-content p {
    font-size: 10px;
    line-height: 16px; 
  }

  .home-banner-content p {
    margin-bottom: 16px;
  }

  .home-bnr-container {
    top: auto;
    bottom: 55px;
    transform: none;
    width: 100%;
    padding: 0px 32px;
  }

  .home-bnr-nav {
    justify-content: center;
    bottom: 33px;
  }

  .home-banner-btn {
    display: none;
  }

  #contact-form .form-field.checbox-field {
    padding-right: 0px;
  }

  .ac-journey-col-left {
    padding: 50px 0px 100px 0px;
  }

  .fl-contatUs-form .form-header h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .fl-contatUs-form .form-header p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .fl-contatUs-form .form-header {
    margin-bottom: 24px;
  }

  .fl-contactUs-form-wrapper {
    margin: 0px;
  }

  .fl-contact-faq-wapper .container {
    padding: 0;
  }

  .fl-faq-heading {
    padding: 0px 32px;
  }

  .fl-tab-list-wrapper {
    padding: 0px 32px;
  }

  .fl-tab-contentlist-wrapper {
    padding: 0px 32px;
  }

  .fl-contatUs-form-flex {
    padding: 50px 32px;
  }

  .fl-contactUs-form-wrapper .container {
    padding: 0px;
  }

  .section-article-wrapper {
    padding: 50px 0px;
  }

  .sec-article-post-item {
    width: 100%;
    margin-bottom: 56px;
  }

  .sec-article-item-flex {
    flex-direction: column;
  }

  .sec-article-post-item:last-child {
    margin-bottom: 0px;
  }


  .fl-contact-banner-wrapper {
    padding: 22px 20px 0px 20px;
  }

  .fl-contact-text-block {
    padding: 50px 0px;
  }

  .fl-contact-text-block p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .enter-location-form .form-field.group-field>.field-wrap {
    width: calc(50% - 8px);
  }

  .enter-location-form .action-field.group-field .field-wrap {
    width: 100%;
  }

  .ac-journey-form-wrapper .form-header h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }

  .bottom-ft-section {
    background-color: #FFF;
    padding: 45px 0px;
  }

  .bottom-ft-flex {
    display: block;
    max-width: 100%;
  }

  .bottom-ft-col-sec {
    width: 100%;
    max-width: 100% !important;
    border-right: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #EAEAEA;
  }


  .bottom-ft-col-devider {
    display: none;
  }


  .bottom-ft-icon {
    top: 32px;
  }

  .bottom-ft-col-sec:last-child {
    padding-bottom: 0;
    border-bottom: 0px;
  }

  .bottom-ft-col-sec:first-child {
    padding-top: 0px;
  }

  .bottom-ft-col-sec:first-child .bottom-ft-icon {
    top: 0px;
  }

  .account-details-flex-wrapper {
    flex-flow: wrap;
    padding: 0;
  }

  .account-details-all-orders-watch-sec {
    margin: 0;
    padding: 28px 32px;
    width: 100%;
  }

  .account-details-all-orders-watch-order-id {
    margin: 0;
    width: 100%;
    background-color: #F4FAFA;
    padding: 16px 26px;
    border-top: 1px solid #EAEAEA;
  }

  .account-details-all-orders-watch-track {
    display: none;
  }

  .account-details-info-flex {
    flex-flow: wrap;
    padding: 45px;
  }

  .order-placed-info,
  .shipping-address-info,
  .arriving-on-info {
    margin: 0px 0px 24px;
  }

  .arriving-on-info {
    margin-bottom: 0px;
  }

  .account-details-all-orders-list {
    margin-bottom: 32px;
  }

  .account-details-all-list-card {
    width: calc(50% - 24px);
  }

  .wishlist-watch-item {
    width: 50%;
    padding: 30px 12px;
  }

  .wishlist-watch-image img {
    max-width: 108px;
  }

  .ac-my-collections-watch-sec {
    padding: 40px;
  }

  .ac-my-collections-watch-image {
    margin-right: 32px;
  }

  .ac-my-collections-title {
    white-space: normal;
  }

  .personal-information-col {
    width: 100%;
    margin: 0px 0px 24px;
    padding: 40px;
    min-height: auto;
  }

  .personal-information-flex {
    margin: 0;
    display: block;
  }

  .personal-info-edit {
    margin-top: 64px;
  }

  .personal-add-moments {
    margin-top: 64px;
  }

  .personal-information-policy {
    margin-top: 24px;
  }

  .address-book-flex {
    display: block;
    margin: 0;
  }

  .address-book-col {
    width: 100%;
    padding: 50px 40px;
    margin: 0px 0px 24px;
  }

  .address-book-col.add-new-address {
    min-height: 268px;
  }

  form.alerts-notifications .button {
    width: 100%;
  }

  form.alerts-notifications .form-field.action-field {
    margin-top: 40px;
  }

  .checkout-payment-options-flex .checkout-payment {
    width: 100%;
    margin-bottom: 8px;
  }

  .checkout-payment-options-wrapper {
    margin-top: 8px;
  }

  #Payment .billing-address-form {
    padding-top: 24px;
  }

  .order-confirmation-wrapper {
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
	padding-left: 37px;
	padding-right: 37px;
  }

  .form-field.group-field>.field-wrap {
    width: 100%;
  }

  .popup-content-wrapper {
    padding: 42px;
  }

  .popup-close {
    right: 30px;
    top: 30px;
  }

  .account-tabs-filter-flex {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
    align-items: start;
  }

  .account-tabs-filter-left-col {
    width: 100%;
    margin-bottom: 16px;
  }

  form.account-tabs-filter-form {
    width: calc(100% - 110px);
  }

  .account-tabs-filter-right-col {
    width: 100%;
  }

  .tabs-dropdown-filter {
    width: 110px;
  }

  .account-tabs-filter-field .tabs-filter-search-input {
    width: 100%;
  }

  #Wishlist .account-tabs-filter-flex {
    flex-direction: row;
    align-items: center;
  }

  #Wishlist .account-tabs-filter-left-col {
    margin-bottom: 0;
    width: 130px;
  }

  #Wishlist .account-tabs-filter-right-col {
    width: auto;
  }

  .copy-link-btn-wrap {
    flex-direction: column;
  }

  .copy-link-btn-wrap>.field-wrap {
    width: 100%;
  }

  .popup-cancel-btn {
    margin-bottom: 16px;
  }

  .alert-msg-wrapper {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .alert-msg-text svg {
    margin-right: 10px;
    width: 16px;
    position: relative;
    top: 2px;
  }

  .home-banner-wrapper .home-bnr-nav {
    bottom: 30px;
}

}

@media (max-width: 400px) {
  .ac-my-collections-info-wrapper {
    padding: 40px;
  }
}





/* Header css */
.hd-account-drop-downList {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: 50px;
  right: -51px;
  width: 313px;
  background-color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 43px 41px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  border-top: 1px solid #000;
}

.hd-account-dropdown .hd-drop-downLis-arrow {
  top: -16px;
}

.hd-drop-downLis-arrow {
  position: absolute;
  top: -18px;
  right: 5px;
}

.hd-account-drop-downList.open {
  visibility: visible;
  opacity: 1;
}

.hd-account-drop-down-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hd-account-drop-down-btn svg {
  width: 20px;
  height: 20px;
}

.hd-drop-downLis-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.hd-dropdown-signin a,
.hd-dropdown-signup a {
  width: 100%;
  text-align: center;
  padding: 12.5px 40px !important;
  font-size: 10px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hd-dropdown-signin {
  margin-bottom: 8px;
}

.hd-dropdown-signup {
  margin-bottom: 24px;
}

ul.hd-drop-downList {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #666666;
  padding-top: 16px;
}

ul.hd-drop-downList>li {
  margin-bottom: 4px;
}

ul.hd-drop-downList>li>a {
  color: #000000;
}

ul.hd-drop-downList>li:last-child {
  margin-bottom: 0;
}


.hd-cart-drop-down-btn svg {
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.hd-cart-drop-down-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.hd-cart-drop-downList {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: 60px;
  right: 0;
  width: 341px;
  background-color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 43px 27px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.hd-cart-drop-downList.open {
  visibility: visible;
  opacity: 1;
}

.hd-cart-dropdown-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}

.hd-dropdown-cart-btn .button {
  width: 100%;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 16px;
}

.hd-cart-drop-downList .price-details-wrapper {
  margin-bottom: 27px;
  text-transform: uppercase;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hd-cart-drop-downList .price-info-subtitle {
  text-align: right;
}

.hd-cart-drop-downList .price-info-title {
  padding-right: 10px;
}

.hd-cart-dropdown-checkout-list {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #666666;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hd-cart-drop-downList .checkout-order-summary-watch-image>a {
  padding: 0;
}

.hd-cart-drop-downList .checkout-order-summary-watch-image {
  width: 43px;
}

.hd-cart-drop-downList .checkout-order-summary-watch-price {
  margin-top: 0;
  margin-left: auto;
}

.hd-cart-drop-downList .checkout-order-summary-watch-info {
  max-width: 117px;
}

.hd-cart-drop-downList .checkout-order-summary-action-btn a span {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: underline;
  color: #000;
  margin-left: 8px;
}

.hd-cart-drop-downList .checkout-order-summary-action-btn {
  margin-top: 7px;
}

ul.hd-icons>li {
  margin: 0px 16px;
}

ul.hd-icons>li>a>span {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 16px;
}

.hd-account-drop-downList .hd-drop-downLis-arrow {
  right: 55px;
}

.header-search-wrapper {
  right: 48px;
}

.header-search-wrapper input.hd-search-input {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 16px;
}

li.hd-cart-dropdown.mob-btn {
  display: none;
}


@media (max-width: 767px) {
  .home-banner-slide-video.home-banner-slide-video:before {
    opacity: 0;
}

  .fl-product-banner-specification-wrapper {
    font-size: 10px;
    font-style: normal;
   /* font-weight: 700;*/
    line-height: 16px;
}

.fl-product-watch-color-options a span {
  display: none;
}

.fl-view-full-specification {
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

  .fl-product-banner-btn-group .button svg {
    position: static;
    margin-right: 16px;
}

  li.hd-account-dropdown {
    display: none;
  }

  ul.hd-icons>li>a>svg {
    width: 16px;
  }

  ul.hd-icons>li {
    margin: 0px 10px;
  }

  .hd-cart-drop-down-btn svg {
    width: 16px;
  }

  li.hd-cart-dropdown.desk-btn {
    display: none;
  }

  li.hd-cart-dropdown.mob-btn {
    display: block;
  }

  ul.hd-icons {
    margin-bottom: 0;
  }

  .menu-trigger {
    display: flex;
    align-items: center;
  }

  .menu-trigger svg {
    margin: 0;
  }
}


/* Blog Css */
.press-container {
  max-width: 78.4%;
  margin: 0 auto;
}

h4.press-post-title {
  margin-bottom: 12px;
}

.press-post-header-meta-info {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 12px;
}

.press-post-item-image {
  margin-bottom: 32px;
}

.press-post-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.press-post-title{
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.press-post-content p {
  margin-bottom: 0px;
}

.press-read-more-btn a {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 12px 32px;
  border: 1px solid #000000;
}

.press-post-item-flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.press-post-item {
  width: calc(33.333% - 12px);
  margin-bottom: 80px;
}

.press-post-date svg {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.meta-sep {
  margin: 0px 8px;
}

.press-list-pagination-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.press-list-pagination-number {
  padding: 0px 22px;
  display: flex;
  align-items: center;
}

.press-post-pagination {
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.press-list-pagination-number>span {
  margin: 0px 10px;
  display: block;
  letter-spacing: 0;
  cursor: pointer;
}

.press-list-pagination-number>span.active {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background-color: #EAEAEA;
  pointer-events: none;
}

.press-list-pagination-next a,
.press-list-pagination-prev a {
  color: inherit;
  text-decoration: underline;
}

.press-slider-wrappper {
  background-color: #F4FAFA;
  padding: 54px 0px 62px 0px;
}

.press-slider-container {
  max-width: 78.4%;
  margin: 0 auto;
}

.press-slider-header {
  text-align: center;
  width: 39%;
  margin: 0 auto 40px auto;
}

.press-slider-header h2 {
  margin-bottom: 8px;
}

.press-slider-header p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.pross-slider-item {
  position: relative;
  overflow: hidden;
}

.pross-slider-item:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.pross-slider-item>* {
  position: relative;
  z-index: 1;
}

.press-slider-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 77px 69px;
  z-index: 9;
  display: none;
}

.press-slider-content h2 {
  color: #ffffff;
  max-width: 714px;
  margin-bottom: 24px;
}

.press-slider-read-more {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff !important;
  display: flex;
  align-items: center;
}

.press-slider-read-more svg {
  margin-left: 8px;
}

.pross-slider-pagination {
  margin-top: 40px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pross-slider-pagination-flex {
  display: flex;
  justify-content: center;
}

.pross-slider-pagination-number {
  padding: 0px 16px;
  display: flex;
  align-items: center;
}

.pross-slider-pagination-number>span {
  margin: 0px 8px;
  line-height: 0;
  cursor: pointer;
  color: #666666;
}

.pross-slider-pagination-number>span.active {
  color: #000;
}

.press-post-item-header {
  margin-bottom: 42px;
}

.press-post-item-header h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
}

.press-post-item-tab-wrapper {
  border-bottom: 1px solid #EAEAEA;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  margin-bottom: 60px;
}

.press-post-item-tab-flex>a {
  display: inline-block;
  padding-bottom: 16px;
  margin: 0px 28px;
  color: #666666;
  position: relative;
}

.press-post-item-tab-flex {
  display: flex;
  margin: 0 auto;
}

.press-post-item-tab-flex>a.active {
  color: #000000;
}

.press-post-main-wrapper {
  padding-top: 91px;
}

.press-post-item-tab-flex>a.active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.press-list-pagination-prev.inactive,
.press-list-pagination-next.inactive {
  display: none;
}

.press-post-conten-heading h2 {
  margin: 0px;
  width: 75%;
}

.press-post-conten-heading {
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 55px;
  width: 100%;
}

.press-post-details-content-container {
  width: 66%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.press-post-content-main-wrapper {
  padding-top: 65px;
}

.press-post-content-left-col {
  width: 61.7%;
  margin-right: 32px;
}

.press-post-content-right-col {
  width: 31.7%;
}

.press-post-share-wrapper {
  background-color: #F4FAFA;
  padding: 40px 40px 94px;
}

.press-post-details-content h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-transform: none;
}

.press-post-details-content h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 40px;
}

.press-post-details-content .head-para-wrap h2 {
	margin-bottom:5px;
}

.press-post-share-wrapper h4 {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
}

.press-post-quick-download .button {
  width: 100%;
  text-align: center;
  margin-bottom: 9px;
  padding: 15.5px 16px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.press-post-quick-download {
  margin-bottom: 55px;
}

ul.press-post-share-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul.press-post-share-list>li:not(:last-child) {
  margin-bottom: 8px;
}

ul.press-post-share-list>li>a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #000;
  display: flex;
  align-items: center;
}

ul.press-post-share-list>li>a>img {
  margin-right: 12px;
}

.press-post-details-content p {
  margin-bottom: 24px;
  text-align: justify;
}

.press-post-details-content ul {
  list-style: none;
  padding: 0;
  margin: 0px 0px 40px;
}

.press-post-details-content ul li {
  margin-bottom: 8px;
}

.press-post-details-content ul li a {
  color: #000000;
  position: relative;
  display: inline-block;
  padding-left: 19px;
}

.press-post-details-content ul li a:before {
  content: "";
  display: block;
  border: 4px solid transparent;
  position: absolute;
  left: 0;
  top: 9px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-left-color: #000;
}

.most-recent-press-wrappper {
  padding: 100px 0px;
  background-color: #ffffff;
}

.most-recent-container {
  max-width: 83%;
  margin: 0px auto;
}

.most-recent-section-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.view-all-link {
  display: flex;
  align-items: center;
}

.view-all-link svg {
  margin-left: 8px;
}

.view-all-link a {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
}

.press-post-item-bottom-section .press-post-item {
  margin-bottom: 0px;
}

.press-release-heading h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: none;
}

.press-release-heading {
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
}

.press-release-item {
  padding: 24px 0px;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.press-release-title {
  width: 100%;
  max-width: 308px;
  padding-right: 24px;
}

.press-release-download {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.press-release-download-pdf {
  display: flex;
  align-items: center;
}

.press-release-download-lang {
  display: flex;
  align-items: center;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #EAEAEA;
}

.press-release-download-lang svg {
  margin-right: 8px;
}

.press-release-download-pdf img {
  margin-left: 16px;
}

.press-release-btn .button {
  width: 100%;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.press-release-btn {
  margin-top: 24px;
}

.press-release-wrappper {
  margin-bottom: 50px;
  margin-top: 40px;
}

.press-all-visual-container {
  width: 66%;
  margin: 0px auto;
}

.press-all-visual-section {
  background-color: #F4FAFA;
  padding: 100px 0px;
  margin-top: 100px;
}

.press-all-visual-heading {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.press-all-visual-heading h3 {
  padding-right: 24px;
}

.press-all-visual-heading .button {
  display: flex;
  align-items: center;
}

.press-all-visual-heading .button svg {
  margin-right: 16px;
}

.press-all-visual-sortby-dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.press-all-visual-sortby-btn {
  min-width: 190px;
  background-color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #EAEAEA;
  position: relative;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sortby-filter-icon {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-right: 1px solid #EAEAEA;
  margin-right: 22px;
}

.press-all-visual-sortby-btn .sortby-dropdown-icon {
  position: absolute;
  top: 17px;
  right: 16px;
}

.press-all-visual-item-wrappper {
  display: flex;
  flex-flow: wrap;
}

.press-all-visual-item {
  width: 33.333%;
  border: 1px solid transparent;
  position: relative;
  max-height: 235px;
  overflow:hidden;
}
.press-all-visual-item video{
	height:100%;width:100%;object-fit: cover;
}
.press-visual-img {
  width: 100%;
  background-color: #000;
}

.press-visual-check{
  position: absolute;
  top: 20px;
  right: 24px;
  line-height: 0px;
  cursor: pointer;
  z-index: 1;
  width:20px;
}
.press-all-checkbox{
	position:absolute;top:0px;right:0px;
}
.press-all-checkbox input{
	visibility:hidden;
}

.press-all-checkbox input:checked ~ span svg{
	fill:#fff;
}
.press-all-checkbox input:checked ~ span svg path{
	stroke:#000;
}
.press-visual-download {
  position: absolute;
  right: 24px;
  bottom: 20px;
}

.press-all-visual-load-more-btn {
  margin-top: 40px;
}

.press-all-visual-load-more-btn .button {
  width: 100%;
  text-align: center;
}

.press-all-visual-sortby-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.press-all-visual-sortby-icons {
  display: flex;
  align-items: center;
}

.sortby-icon-thum {
  margin-right: 24px;
}

.press-all-visual-sortby-dropdown-list {
  position: absolute;
  top: 36px;
  left: -1px;
  background-color: #F4FAFA;
  border: 1px solid #EAEAEA;
  padding: 32px;
  z-index: 99;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
  letter-spacing: 0px;
  width: 190px;
  display: none;
}

.press-all-visual-sortby-dropdown-list a {
  display: block;
  margin-bottom: 4px;
}

.press-all-visual-sortby-dropdown-list a:last-child {
  margin-bottom: 0px;
}

.press-mob-visual-btn {
  display: none;
}

.press-post-share.mobile-view-share {
  display: none;
}



/* bbb */

@media (max-width: 1600px) {
  .press-post-details-content-container {
    width: 83%;
  }

  .press-all-visual-container {
    width: 83%;
  }
}

@media (max-width: 1460px) {
	.press-all-visual-item{
		max-height:200px;
	}
}

@media (max-width: 1260px) {
	.press-all-visual-item{
		max-height:190px;
	}
}

@media (max-width: 1200px) {
  .most-recent-container {
    max-width: 100%;
  }

  .press-all-visual-container {
    width: 100%;
  }

  .press-slider-header {
    width: 57%;
  }

  .press-post-details-content-container {
    width: 100%;
  }

  .press-post-conten-heading h2 {
    width: 83%;
  }
}


@media (max-width: 1024px) {
  .press-slider-container {
    max-width: 100%;
    padding: 0px 48px;
  }

  .press-container {
    max-width: 100%;
    padding: 0px 48px;
  }
}


@media (max-width: 992px) {
	.checkout-cart-container-new .cart-container{flex-wrap:wrap;}
	.checkout-cart-container-new .order-summary-content{margin:0px;margin-top:30px;width:100%;}
	.custom.account-details-wrapper + .bottom-ft-section{margin-top:0px;}
}

@media (max-width: 991px) {
  .press-slider-container {
    max-width: 100%;
    padding: 0px 48px;
  }

  .press-container {
    max-width: 100%;
    padding: 0px 48px;
  }

  .press-slider-content {
    padding: 45px 40px;
  }
  .press-all-visual-item{
	  max-height:155px;
  }
}


@media (max-width: 860px) {
  .press-post-content-left-col {
    width: 100%;
    margin-right: 0px;
  }

  .press-post-conten-heading h2 {
    width: 100%;
  }

  .press-post-content-right-col {
    width: 100%;
  }

  .press-post-content-right-col {
    display: none;
  }

  .press-release-wrappper {
    margin-bottom: 0px;
  }
}


@media (max-width: 767px) {
 .press-all-visual-item{
	  max-height:190px;
  }
  
  .press-post-share.mobile-view-share {
    display: block;
    padding: 50px 32px;
  }

  .most-recent-press-wrappper {
    background-color: #F4FAFA;
  }

  .press-post-share.mobile-view-share h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: none;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
  }

  .press-mob-visual-btn {
    display: block;
  }

  .press-mob-visual-btn .button {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 32px;
  }

  .press-all-visual-sortby-wrapper {
    margin-bottom: 32px;
  }

  .press-all-visual-heading .button {
    display: none;
  }

  .press-all-visual-heading h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .sortby-icon-thum,
  .sortby-icon-list img {
    width: 16px;
  }

  .press-all-visual-item {
    width: 100%;
  }

  .press-all-visual-section {
    padding: 50px 0px;
    margin-top: 50px;
  }

  .press-release-heading {
    padding-bottom: 24px;
  }

  .press-release-heading h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .most-recent-section-heading {
    margin-bottom: 32px;
  }

  .view-all-link {
    display: none;
  }


  .press-post-item-bottom-section .press-post-item-flex {
    padding: 0;
  }

  .press-post-item-bottom-section .press-post-item {
    width: 100%;
    margin-bottom: 32px;
  }

  .press-post-item-bottom-section .press-post-item:last-child {
    margin-bottom: 0px;
  }

  .most-recent-press-wrappper {
    padding: 50px 0px 100px 0px;
  }

  .press-post-conten-heading h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .press-post-header-meta-info {
    margin-bottom: 16px;
  }

  .press-post-content-main-wrapper {
    padding-top: 50px;
  }

  .press-post-conten-heading {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .press-post-details-content h2 {
    margin-bottom: 16px;
  }

  .press-post-details-content h3 {
    margin-bottom: 16px;
  }

  .press-post-details-content p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
  }

  .press-slider-content h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .press-slider-wrappper {
    padding: 55px 0px 55px 0px;
  }

  .press-slider-header h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .press-slider-header p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .press-slider-header {
    margin: 0 auto 32px auto;
  }

  .pross-slider-pagination {
    margin-top: 32px;
  }

  .press-post-main-wrapper {
    padding-top: 71px;
  }

  .press-slider-container {
    padding: 0px 32px;
  }

  .press-container {
    padding: 0px 32px;
  }

  .press-post-item {
    width: calc(50% - 12px);
    margin-bottom: 60px;
  }

  .press-post-item-tab-flex>a {
    margin: 0px 20px;
  }

  .press-post-item-tab-wrapper {
    margin-bottom: 50px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .press-post-item-header h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .press-post-item-header {
    margin-bottom: 24px;
  }

  .press-container {
    padding: 0;
  }

  .press-post-item-header {
    padding: 0px 32px;
  }

  .press-post-item-flex {
    padding: 0px 32px;
  }

  .press-post-pagination {
    padding: 0px 32px;
    margin-top: 60px;
  }
}

@media (max-width: 640px) {
  .press-post-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .press-slider-header {
    width: 100%;
  }

  .press-release-heading {
    padding-bottom: 24px;
  }

  .press-release-heading h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }

  .press-release-item {
    flex-direction: column;
  }

  .press-release-title {
    max-width: 100%;
    padding: 0px;
    margin-bottom: 32px;
  }

  .press-release-download {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .press-release-download-lang {
    padding-right: 12px;
    margin-right: 12px;
  }
  .fl-special-edition-video, .fl-special-edition-video .special-edition-video{
	  max-height:320px;
  }

  .bottom-ft-section .container {
    padding-left: 0px;
    padding-right: 0px;
}

.bottom-ft-col-sec {
    padding-right: 32px;
    padding-left: 68px;
}

.bottom-ft-icon {
    left: 32px;
}
  
}

@media (max-width:414px) {
	.fl-special-edition-video, .fl-special-edition-video .special-edition-video{
		max-height:250px;
	}
}

@media(max-width:1540) and (min-width:1380){
	.personal-information-col{padding: 20px;}
}

.press-btn-grp-dld a ~ a {
  margin-left: 16px !important;
}

@media(max-width:767px){
.press-mob-visual-btn a:not(:last-child){margin-bottom:16px;}
}

@media(max-width:1024px){
	.grid-view-on .press-all-visual-item{max-height: 98px;}
}

@media(max-width:992px){
	.grid-view-on .press-all-visual-item{
		width: 25%;
		max-height: 111px;
	}
}

@media(max-width:767px){
	.grid-view-on .press-all-visual-item{
		width: 50%;
		max-height: 100px;
	}
	.remove-special-moment-form .action-field .popup-cancel-btn{margin-bottom:0px;margin-left:10px;}
}

@media (max-width: 399px) {
  .fl-special-edition-content-sec {
      min-width: 300px;
  }
  .account-info-right-col{
	  padding:25px;
  }
}

@media (max-width: 380px) {
	.personal-information-col{
		padding:25px;
	}
}

@media (max-width: 365px) {
  .account-info-right-col{
	  padding-left:20px;
	  padding-right:20px;
  }
}


/*css added here from edit.phtml file FavreLeuba_CustomerCustomAttributes/templates/customer/form ***/

.tooltip-wrap{position:relative;display: flex;align-items: center;gap: 5px;}
.tooltip-wrap:hover .tooltip-text{display:block;}
.personal-special-moments-comment{word-break: break-all;}
.field.field-country_code, .field.field-phone_number , .field.field-country_info  {display: none;}
.field-user_profile_pic input[type="file"]{border: 1px solid #666666;padding: 11px 20px;width:100%;}