@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: inherit;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
}
h5 {
  font-weight: 500;
}
h1 {
  color: #252525;
  font-size: 5em;
}
h2 {
  color: #272727;
  font-size: 3em;
  padding: 10px 0px;
}
h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 0;
}
h4 {
  color: #454545;
  font-size: 1.8em;
  padding-bottom: 2px;
}
h6 {
  letter-spacing: 0;
  font-weight: normal;
}
p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 2rem !important;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
.col-xl-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-xl-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-xl-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-xl-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-xl-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-xl-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-xl-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-xl-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-xl-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-xl-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-xl-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-xl-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-xl-12 {
  flex: 0 0 auto;
  width: 100%;
}
.d-flex {
  display: flex !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.d-none {
  display: none !important;
}
a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover,
a:active,
a:focus {
  color: #3a7fc2;
  outline: none;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}
@media screen and (max-width: 600px) {
  ::-webkit-scrollbar {
    height: 1px;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  .brand_collection .cstm_tab {
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
  }
}
.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 20px;
}
.mglass {
  display: inline-block;
  pointer-events: none;
}
.searchbutton {
  font-size: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff !important;
}
.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: white;
  color: black;
}
.text-align-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.text-align-right a {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 4px 6px;
}
.text-align-right a span {
  display: flex;
  flex-direction: row;
  padding-left: 10px;
}
.text-align-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
.text-align-left .account_icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
}
.text-align-left .account_icon .account_text {
  padding-left: 0px;
}
.text-align-left .S_phone_number {
  color: #fff;
  margin: 4px 0px 4px 4px;
}
.text-align-left a.S_mail_id {
  color: #fff;
  margin: 4px 0px 4px 5px;
}
.text-align-left a.S_mail_id:last-child {
  margin: 4px 5px 4px 0px;
}
div#dynamicHeader-sticky-wrapper {
  height: unset !important;
}
div#dynamicHeader-sticky-wrapper section#dynamicHeader {
  margin: 0px;
  background-color: #fff;
}
.search {
  position: absolute;
  left: 49px;
  background-color: white;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.hmt_explore {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.search:focus {
  width: 363px;
  padding: 0 16px 0 0;
  border: 1px solid #ccc;
}
.expandright {
  left: auto;
  right: 49px;
  top: -22px;
}
.expandright:focus {
  padding: 0 0 0 16px;
}
.user_detail_section.menu_left_corner {
  justify-content: flex-start;
  padding-left: 20px;
}
.top_left_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0px;
  align-content: center;
  height: 26px;
}
li.top_left_item {
  display: flex;
  padding-right: 10px;
  align-items: center;
  color: #fff;
}
ul.top_right_block {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0px !important;
}
li.top_right_item {
  padding-left: 10px;
  display: flex;
  align-items: center;
  color: #fff;
}
.middle_header {
  padding: 10px;
}
.user_detail_section {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  line-height: 61px;
}
a.my_account {
  margin: 4px 3px;
}
.main_logo {
  display: flex;
  justify-content: center;
}
header {
  padding: 10px;
  background-color: #0033ab;
}
.navbar_menu_center {
  width: 100%;
  text-align: center;
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  padding: 2px 0px;
}
span.small_text {
  padding: 2px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 12px;
  height: 26px;
  width: 26px;
  float: left;
  text-align: center;
}
span.normal_text {
  padding: 2px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 14px;
  height: 26px;
  width: 26px;
  float: left;
  text-align: center;
}
span.large_text {
  padding: 2px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 16px;
  height: 26px;
  width: 26px;
  float: left;
  text-align: center;
}
span.dark_box {
  height: 26px;
  width: 26px;
  background-color: #000;
  float: left;
  text-align: center;
  border-radius: 5px;
}
span.light_box {
  height: 26px;
  width: 26px;
  background-color: #fff;
  float: left;
  text-align: center;
  border-radius: 5px;
}
.main_logo img.logo {
  width: 150px;
}
.main_logo > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.is-sticky .navbar-static-top a {
}
.is-sticky .navbar-static-top i {
  color: #000;
}
.exo-menu a.smoothScroll {
  color: #181818 !important;
  font-size: 14px !important;
  letter-spacing: 2px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
}
.is-sticky .navbar-static-top {
  background-color: #fffffffa !important;
  padding: 5px 0px;
  z-index: 99999;
}
.is-sticky .navbar-static-top a {
}
.slider .container {
  width: 100%;
}
.slider .owl-dots {
  position: absolute;
  /* top: 515px; */
  top: 616px;
  width: 100%;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  border: 2px solid #d9d9d9;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
  border-color: transparent;
}
.slider .caption {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  height: 100%;
  color: #fff;
  cursor: grab;
}
.slider .item {
  background-position: inherit;
  aspect-ratio: 15 / 6;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.hmt_videoo img.img-responsive {
  aspect-ratio: 15 / 4;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.slider .item-first {
  background-image: url(../image/main/HMT_Webbanner1.jpg);
}
.slider .item-second {
  background-image: url(../image/main/HMT_Webbanner2.jpg);
}
.slider .item-third {
  background-image: url(../image/main/HMT_Webbanner3.jpg);
}
.slider .item-fourth {
  background-image: url(../image/main/HMT_Webbanner4.jpg);
}
.slider .item-fifth {
  background-image: url(../image/main/HMT_Webbanner5.jpg);
}
.slider .item-sixth {
  background-image: url(../image//main/HMT_Webbanner1.jpg);
}
.slider .item-seventh {
  background-image: url(../image//main/HMT_Webbanner2.jpg);
}
.owl-carousel.owl-theme {
  position: relative;
}
.owl-prev {
  left: 50px;
  position: absolute;
  top: 50%;
}
.owl-next {
  right: 50px;
  position: absolute;
  top: 50%;
}
.owl-theme .owl-nav [class*="owl-"] {
  background-color: transparent !important;
  font-size: 40px;
}
.exo-menu {
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  margin-top: -2px;
}
.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display: none;
  padding-top: 0;
  min-height: 100%;
  background-color: #fff;
}
h4.row.mega-title {
  color: #000;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  padding-top: 15px;
  text-align: left;
}
.mega-menu ul li a {
  line-height: 25px;
  font-size: 90%;
  display: flex;
  justify-content: flex-start;
}
ul.stander li a {
  padding: 3px 0px;
}
ul.description li {
  padding-bottom: 12px;
  line-height: 8px;
}
ul.description li span {
  color: #ccc;
  font-size: 85%;
}
a.view-more {
  border-radius: 3px;
  margin-top: 15px;
  background-color: #0033ab;
  padding: 5px 30px !important;
  line-height: 21px !important;
  display: inline-block !important;
  color: #fff;
  font-size: 16px;
}
a.view-more:hover {
  color: #fff;
  background: #0dadef;
}
ul.icon-des li a i {
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #009fe1;
  line-height: 35px !important;
}
ul.icon-des li {
  width: 100%;
  display: table;
  margin-bottom: 11px;
}
.mega-menu:hover,
.mega-drop-down .toggle-menu:hover + .mega-menu {
  display: block;
}
.mega-menu {
  position: absolute;
  z-index: 9999;
}
li.mega-drop-down {
  position: unset;
}
.onlyforDasktop.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 2px solid #0033ab;
  color: #000;
}
a.smoothScroll {
  font-size: 16px !important;
  color: #333 !important;
}
ul.stander {
  list-style: none;
  font-size: 15px;
  letter-spacing: 2px;
}
ul.description {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
ul.stander {
  text-align: left;
  padding-left: 0;
  height: 162px;
}
.btn-dv {
  text-align: left;
  position: relative;
}
ul.description li a {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
ul.description li span {
  color: #163a1e;
  font-size: 85%;
  display: flex;
}
.headerslidershow .mySlides {
  display: none;
}
.headerslidershow .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.headerslidershow .prev,
.headerslidershow .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.headerslidershow .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.headerslidershow .prev:hover,
.headerslidershow .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.headerslidershow .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.headerslidershow .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.headerslidershow .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.headerslidershow .active,
.headerslidershow .dot:hover {
  background-color: #fff;
}
.headerslidershow .carousel-control {
  background-image: unset;
}
.headerslidershow .carousel-control {
  background-image: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerslidershow .carousel-control span {
  color: #000;
}
.headerslidershow img {
  max-height: 250px;
  object-fit: contain;
}
.animated.fadeIn.mega-menu {
  border: 2px solid #e7e7e7;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 26%);
  border-radius: 10px;
}
.headerslidershow .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 300px) {
  .headerslidershow .prev,
  .headerslidershow .next,
  .headerslidershow .text {
    font-size: 11px;
  }
}
.brand_collection p.top_brand_name__ {
  font-size: 12px;
  color: #000;
  background-color: #ffe867;
  padding: 2px 7px;
  font-weight: 600;
  text-align: left;
  position: absolute;
  left: 0;
  border-radius: 0 20px 20px 0;
  top: 30px;
  z-index: 9999;
}
.hmt_shop_for_outer .hmt_collection_outer_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.collection_item_img img {
  height: 100%;
  display: flex;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px #673ab752;
}
.hmt_shop_for_outer .collection_item_outer .collection_item_detail {
  position: absolute;
  bottom: 5px;
  width: 97%;
  padding: 10px 0px;
  border-radius: 10px;
  background-color: transparent;
  margin: 1px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.hmt_shop_for_outer .collection_item_outer .collection_item_detail h3 {
  margin: 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}
.straps_block .top_brand_name__ {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  background-color: #000;
  padding: 5px 10px;
}
.watches_informative_label_outer {
  display: flex;
  flex-direction: column;
  padding: 50px 0px 50px;
}
.watches_informative_label_inner_text p {
  display: flex;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 30px;
}
.watches_informative_label_inner_button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
a.watches_informative_label_left_btn {
  background-color: #333;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  animation: TransitioningBackground 10s ease infinite;
  transition: 0.6s;
  border: 2px solid #000;
}
a.watches_informative_label_left_btn:hover {
  transition: 0.7s;
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
a.watches_informative_label_right_btn {
  background-color: #0000ff;
  padding: 15px 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(270deg, #e91e63, #9c27b0);
  background-size: 400% 400%;
  animation: TransitioningBackground 10s ease infinite;
  transition: 0.6s;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #9c27b0, #e91e63) 1;
}
a.watches_informative_label_right_btn::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 60px;
  height: 100%;
  top: 0;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
a.watches_informative_label_right_btn::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  top: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}
a.watches_informative_label_right_btn:hover {
  background-image: linear-gradient(to left, #e91e63, #673ab7);
  cursor: pointer;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to right, #e91e63, #673ab7) 1;
}
a.watches_informative_label_right_btn:hover::before,
a.watches_informative_label_right_btn:hover::after {
  transform: translateX(300px) skewX(-15deg);
  transition: 0.7s;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
  .padright {
    padding-right: 0px;
  }
  .width50 {
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 768px) and (transform-3d),
  all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -25%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 25%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d),
  all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.explore-sec:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/main/c-banner-1.jpg);
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 20px;
}
section.hmt-new-video {
  padding: 0px 0px 20px;
}
.brand_collection .carousel-showmanymoveone .carousel-control.left {
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand_collection .carousel-showmanymoveone .carousel-control.right {
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.explore-sec {
  height: 400px;
  box-shadow: 1px 2px 5px #ccc;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hmt_videoo .hmt_video_inner {
  border-radius: 0px;
  height: 500px;
}
.hmt_videoo .hmt_video_inner > iframe {
  border-radius: 0px;
}
.hmt-new-video .container-fluid {
  padding: 0px;
}
.hmt-new-video h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hmt_explore {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 1px 1px 2px #ccc;
  border-radius: 5px;
  padding: 20px;
  width: 350px;
  text-align: center;
  height: 190px;
}
.hmt_explore h1 {
  font-size: 25px;
  margin: 0px;
  margin-bottom: 10px;
}
.cta-btn {
  background-color: #fff;
  border: 2px solid #333;
}
.hmt-new-video p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
  color: #111;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.hmt_explore:hover {
  width: 400px;
  text-align: center;
  height: 235px;
  background-color: #ffffffa8;
}
.hmt_explore:hover p {
  font-size: 20px;
  padding: 0px 30px;
  line-height: 30px;
}
.hmt_explore:hover h1 {
  font-size: 30px;
}
#youtubeVideo .modal-header {
  border: none;
  padding: 0px;
}
div#youtubeVideo {
  background-color: #000;
  z-index: 99999;
}
#youtubeVideo .modal-dialog {
  background-color: #000;
  margin: 0px;
}
#youtubeVideo .modal-content {
  background-color: #000;
}
#youtubeVideo button > span {
  color: #fff;
}
#youtubeVideo .modal-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 9;
  padding: 10px 10px;
}
#youtubeVideo button.close {
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f00;
  border-radius: 50px;
  padding: 0;
  float: unset;
}
#youtubeVideo button.close span {
  color: #fff !important;
}
#youtubeVideo .modal-body {
  padding: 0px;
}
.my_popup_video {
  height: 100vh !important;
  width: 100% !important;
}
.main_banner_inner {
  height: 475px;
  width: 100%;
  display: flex;
  object-fit: cover;
}
.main_banner_outer {
  margin-bottom: 50px;
}
.alert_box {
  font-size: 20px;
  background: #0033ab;
  color: #fff;
  padding: 1.5%;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0px;
  letter-spacing: 2px;
  font-weight: 400;
}
section.hmt_collection_outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
span.hmt_collection_outer_title {
  display: flex;
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
.collection_item_outer {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.hmt_collection_outer .container {
  width: 992px;
}
.collection_item_detail {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.collection_item_detail h3 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
a.shop_btn_now {
  border: 1px solid #000;
  padding: 8px 20px;
  transition: color 0.2s ease-in-out;
}
.collection_item_detail p {
  color: #ff4c4c;
  letter-spacing: 1.5px;
  margin-bottom: 2px;
}
section.hmt_section_text_img {
  display: flex;
  flex-direction: column;
  padding: 50px 0px;
}
.hmt_sect_text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  letter-spacing: 2px;
  color: #333;
}
.hmt_section_text_img .container {
  width: 992px;
}
.hmt_section_inner_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.bc_p_img {
  min-height: 190px;
  display: flex;
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  object-fit: contain;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  max-width: 250px;
  min-width: 250px;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: #0033ab0a;
  overflow: hidden;
  border-radius: 10px;
  border: 10px solid #f5f7fc;
}
.main-box .bc_p_item .bc_p_img {
  border: unset;
  background-color: unset;
  max-width: 210px;
  min-width: 210px;
}
li.filter-attribute-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.bc_p_img img {
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  object-fit: contain;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  max-width: 230px;
  min-width: 230px;
}
.bc_p_img img:hover {
  transform: scale(1.5);
}
footer.hmt-foot.hmt-bg {
  background-color: #0033ab;
  color: #fff;
}
.hmt-foot p {
  color: #fff;
  margin-top: 10px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
.hmt-foot a i {
  color: #fff;
}
ul.right-social {
  display: flex;
  list-style: none;
  padding: 0px;
}
ul.right-social li {
  padding: 0px 25px 0px 0px;
  font-size: 20px;
}
ul.foot-ul {
  display: flex;
  list-style: none;
  padding: 0px;
}
ul.foot-ul li {
  padding: 0px 25px 0px 0px;
  font-size: 14px;
  margin-bottom: 14px;
}
ul.foot-ul li a {
  color: #fff;
  margin-bottom: 20px;
}
.foot-inner {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foot-ul_detail {
  margin-top: 30px;
}
.social_footer {
  display: flex;
  flex-direction: column;
}
.social_media_icons_ {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer_content h4 {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 25px;
}
ul.footer_content_ul {
  list-style: none;
  padding: 0px;
}
ul.footer_content_ul li {
  padding-bottom: 15px;
}
.footer_about h3 {
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 27px;
  text-transform: uppercase;
}
.footer_about p {
  padding-top: 10px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 200;
}
ul.footer_content_ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
}
.bc_p_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
.bc_p_detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
a.bc_p_name {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5px;
  justify-content: center;
}
.notshow_active {
  display: none !important;
}
a.bc_p_name span {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  color: #555;
  padding: 0 3px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.bc_p_detail p {
  cursor: context-menu;
  font-weight: 700;
  color: #000;
}
a.bc_p_name span:hover {
  color: #555;
}
section.brand_collection {
  padding: 50px 0px;
}
.brand_collection .cstm_tab {
  border: 0;
  margin-bottom: 20px;
}
.brand_collection .cstm_tab li {
  float: none;
  display: inline-block;
}
.brand_collection .nav-tabs > li.active > a,
.brand_collection .nav-tabs > li.active > a:focus {
  background: transparent;
  border: 0;
  border-color: transparent;
}
.brand_collection .nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
  color: #0033ab !important;
}
.brand_collection .cstm_tab a {
  font-size: 16px;
  color: #8f8f8f !important;
  font-weight: 600;
}
.brand_collection .cstm_tab .active a {
  border: 0;
  color: #0033ab !important;
}
.brand_collection h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.collection_item_img {
  min-height: 326px;
  max-height: 326px;
  width: 100%;
  object-fit: cover;
}
.straps_block .collection_item_detail p {
  color: #333;
  text-align: center;
  text-decoration: underline;
}
.main_banner_outer.bottom_sidee {
  background-image: url(../image/slider/banner-11.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: local;
  aspect-ratio: 15 / 6;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 50px 0px;
}
.main_banner_outer {
  background-image: url(../image/slider/lower_bottom_banner.png);
  aspect-ratio: 15 / 6;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.main_banner_outer .banner-img {
  position: absolute;
  padding: 0 70px;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.main_banner_outer.bottom_sidee .banner-img {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}
.main_banner_outer.bottom_sidee .main_tag_banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  text-align: left;
}
.main_banner_outer.bottom_sidee .main_tag_mid_bannere {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: center;
  text-align: left;
}
.main_tag_banner span {
  font-size: 12px;
  margin-top: 10px;
  font-family: Madera, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0033ab;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.main_tag_mid_bannere span {
  font-size: 22px;
  margin: 15px 0px;
  font-family: Madera, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #0033ab;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.main_tag_mid_bannere {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  text-align: left;
}
.main_tag_banner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  text-align: left;
}
a.main_tag_btn_banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  text-align: left;
  margin-top: 30px;
  background-color: #0033ab;
  color: #fff;
  width: 220px;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 2px;
}
.caption_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #ffffffb0;
  padding: 30px 50px;
  max-width: 625px;
  border-radius: 20px;
}
.caption_text h3 {
  display: flex;
  font-size: 20px;
  letter-spacing: 2px;
  color: #6c6c6c;
}
.caption_text h1 {
  display: flex;
  font-size: 60px;
  color: #000000;
}
.slider .caption a.smoothScroll {
  border-style: none;
  padding: 10px 20px;
  background-color: transparent;
  color: #377855 !important;
  border: 2px solid;
  border-color: #377855;
  border-radius: 5px;
}
.slider .caption a.smoothScroll:hover {
  background-color: #377855 !important;
  color: #fff !important;
}
.main_footer_left > div {
  padding: 0px;
}
.main_footer_left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.right-social h4 {
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 5px;
}
.main-gallery .item {
  display: flex;
  flex-direction: column;
}
.down_scroll {
  display: flex;
  flex-direction: column;
  z-index: 9;
}
.inner_down_scroll {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 15px;
}
.inner_down_scroll_top {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
}
.inner_down_scroll_down {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.inner_down_scroll_top_left {
  background-color: #0033ab;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
}
.inner_down_scroll_top_right {
  background-color: #0033ab !important;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
}
.inner_down_scroll_down_full {
  background-color: #0033ab !important;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 10px;
}
.main-gallery .item:hover .down_scroll {
  opacity: 1 !important;
}
.main-gallery .item .down_scroll {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}
.hover_de_hide {
  display: flex;
}
.inner_down_scroll .pointer {
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}
.product_view .modal-dialog {
  max-width: 800px;
  width: 100%;
}
.product_compare .modal-dialog {
  max-width: 800px;
  width: 100%;
}
.pre-cost {
  text-decoration: line-through;
  color: #a5a5a5;
}
.space-ten {
  padding: 10px 0;
}
.compare_product_img img.img-responsive {
  max-width: 125px;
}
#pCompare .modal-dialog {
  width: 800px;
}
.newHeader .hide_down_scroll {
  display: none;
}
.newHeader .navbar_menu_center {
  display: flex;
}
.newHeader .navbar_menu_center li.show_up_scroll {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  line-height: 65px;
  height: 65px;
}
.newHeader .navbar_menu_center li.show_up_scroll.left_main_menu {
  justify-content: flex-start;
}
.newHeader .navbar_menu_center li.show_up_scroll.right_main_menu {
  justify-content: flex-end;
}
.newHeader .navbar_menu_center li.show_up_scroll.left_main_menu .fa {
  font-size: 25px;
  color: #000;
}
.newHeader .navbar_menu_center li.show_up_scroll.right_main_menu .searchbutton {
  font-size: 20px;
  background-color: #ffffff00 !important;
}
input#searchright {
  min-height: 70px;
  border-radius: 15px;
  box-shadow: 0px 0px 1px #ccc;
}
.newHeader
  .navbar_menu_center
  li.show_up_scroll.right_main_menu
  input#searchright {
  top: 12px;
  max-height: 70px;
}
.is-sticky .searchbutton {
  background-color: #fff !important;
}
.carousel-showmanymoveone .carousel-control i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px #ccc;
  background-color: #556df5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainPrdSlider .owl-nav .owl-prev i,
.mainPrdSlider .owl-nav .owl-next i,
.carousel-showmanymoveone .owl-nav .owl-prev i,
.carousel-showmanymoveone .owl-nav .owl-next i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px #ccc;
  background-color: #556df5;
  display: flex;
  justify-content: center;
  font-size: 25px;
  align-items: center;
  line-height: 30px;
}
.mainPrdSlider .owl-nav .owl-prev,
.mainPrdSlider .owl-nav .owl-next {
  margin: 0px !important;
  padding: 0px !important;
}
.add-to-cart span.fa,
.like span.fa {
  font-size: 22px;
  margin-right: 12px;
}
.add-to-cart span.btn-pD_pg {
  font-size: 16px;
  margin-right: 0px;
}
.is-sticky .navbar_menu_center {
  padding: 0px;
}
.contact_us_outer {
  display: flex;
  flex-direction: column;
  padding: 50px;
  justify-content: center;
  align-items: center;
}
.contactus_page p {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.contactus_img img {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #0033ab;
  border: solid 1px;
}
.feedbackCard {
  margin-bottom: 30px !important;
  min-height: 385px;
  max-height: 385px;
}
.feedbackCard img {
  height: 200px;
  width: 100%;
  object-fit: contain;
  border-radius: 5px;
}
.feedbackCard .btn.btn-secondary {
  margin-top: 10px;
}
.feedbackCard h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none !important;
  background: #e5eaf6 !important;
  border-radius: 5px;
}
input.btn {
  background: #0033ab !important;
}
.BillingAddressForm form,
.shippingAddressForm form {
  padding: 0 10px !important;
}
.modal-open .modal {
  z-index: 999999;
}
.modal-open .is-sticky .navbar-static-top {
  z-index: 99;
}
.brand_collection .owl-prev,
.brand_collection .owl-next {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-95%);
  color: #000 !important;
  left: -4px;
  font-size: 56px !important;
}
.brand_collection .owl-next {
  left: inherit;
  right: -20px;
}
.carousel-control.right {
  right: -50px !important;
}
.carousel-control.left {
  left: -55px !important;
}
.brand_collection .nav-tabs.cstm_tab > li > a:hover {
  border-color: transparent;
  background: transparent !important;
  color: #0033ab !important;
}
.brand_collection .nav-tabs.cstm_tab > li.active > a:hover {
  border-color: transparent;
  background: transparent;
  background-color: #fff !important;
  color: #0033ab !important;
}
.rounded-pill {
  border-radius: 30px !important;
}
.flex-center-margin-auto {
  margin: 0 auto;
  border: 2px solid #0033ab;
  border-radius: 5px;
  overflow: hidden;
}
.flex-column {
  flex-direction: column;
}
.pl-0 {
  padding-left: 0px;
  padding-right: 5px;
}
.pr-0 {
  padding-right: 0px;
  padding-left: 5px;
}
.savedAddress {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 10px;
  box-shadow: 0px 0px 8px #ccc;
  border-radius: 10px;
  position: relative;
}
.savedAddress h5 {
  margin-top: 5px;
  margin-bottom: 2px;
  font-weight: 600;
}
.savedAddress h6 {
  margin-top: 5px;
  margin-bottom: 2px;
  font-weight: 600;
}
.mybtn {
  background-color: #0033ab;
  color: white;
  padding: 9px 20px;
  margin: 21px 0;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}
.first-show {
  padding: 30px 0px;
}
.flex-center-margin-auto h4 {
  margin: 0;
  text-align: left;
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #0033ab;
  font-weight: 500;
  font-size: 20px;
}
.infoWrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.infoWrapper h4 {
  width: 100%;
  margin-bottom: 15px;
}
.infoWrapper .singleInfo {
  width: 50%;
  padding: 0 10px;
}
.infoWrapper .w-100 {
  padding: 0 10px;
}
.infoWrapper input {
  background: #e5eaf6;
  border: none !important;
  color: #000;
  border-radius: 7px;
  margin-bottom: 15px;
}
.infoWrapper .table-wishlist.table-responsive {
  width: 100%;
}
.modal-open #youtubeVideo.modal {
  overflow-x: hidden;
  overflow-y: hidden !important;
}
#accordion .panel-heading {
  padding: 0 !important;
  overflow: hidden;
  border: none !important;
}
#accordion .panel-collapse > .panel-body {
  border-top: none !important;
}
#accordion .panel-title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}
#accordion .panel-title a {
  background: #f2f2f2;
  border-radius: 5px;
  cursor: pointer;
  border: solid 1px #0033ab;
  overflow: hidden;
}
#accordion .panel-title a[aria-expanded="true"],
#accordion .panel-title a:hover {
  background: #0033ab;
  color: #fff;
  border-radius: 5px;
}
.store_sec .col-md-12.mt_20.wow.fadeInUp.mt-lg-5.animated {
  margin-bottom: 20px;
}
h4.headingAccount {
  margin: 0;
  text-align: center;
  padding: 7px 0px;
  border: solid 1px #0033ab;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.filterHeading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #0033ab;
  margin-bottom: 15px;
  padding: 7px 10px;
  border-radius: 5px;
}
h4.filterHeadingText {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
h4.filterHeadingClear {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  font-weight: 100;
}
a:-webkit-any-link:focus-visible {
  outline-offset: 0px !important;
}
:focus-visible {
  outline: none !important;
}
.paymentDetail h4 {
  background-color: #305fcd;
  font-size: 22px;
  padding: 10px;
  color: #fff;
}
.paymentDetail li,
.paymentDetail p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
#QClientLogoSlider .item {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#QClientLogoSlider .item img {
  width: 100%;
  display: flex;
  height: 88px;
  object-fit: contain;
  padding: 2px;
}
.StoreLocationOuter {
  display: flex;
  flex-direction: column;
  border: 2px solid #0033ab;
  border-radius: 10px;
  box-shadow: 1px 2px 5px #ccc;
  margin-top: 15px;
  margin-bottom: 30px;
}
.StoreLocationName {
  background-color: aliceblue;
  margin: 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px 15px;
  border-bottom: 2px solid #ccc;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.StoreLocationInner {
  padding: 0px 15px;
  margin: 0px;
}
.StoreLocationInner h3 {
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 5px;
}
.wrapperCheckout {
  display: flex;
  flex-direction: column;
}
h3.topborder {
  margin-top: 0;
}
h3.topborder {
  position: relative;
}
h3.topborder {
  font-size: 16px;
  float: left;
  width: 100%;
}
h3.topborder:before {
  content: "";
  display: block;
  border-top: 1px solid #c2c2c2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
h3.topborder span {
  background: #fff;
  padding: 0 10px 0 0;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 1200px) {
  footer.hmt-foot.hmt-bg .container {
    width: 1260px;
  }
}
.discountTag {
  font-size: 12px;
  color: #fff;
  background-color: #9c27b0;
  padding: 2px 7px;
  font-weight: 600;
  text-align: left;
  position: absolute;
  left: 5px;
  border-radius: 25px;
  top: 5px;
  z-index: 1000;
}
.thankyou-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  background: #ffffff;
  padding: 100px 0px 100px;
}
.thankyou-wrapper h1 {
  font: 100px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
  padding: 0px 10px 10px;
}
.thankyou-wrapper p {
  font: 26px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #333333;
  padding: 5px 10px 10px;
}
.thankyou-wrapper a {
  font: 20px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 175px;
  background: #0033ab;
  margin: 10px auto 0px;
  padding: 15px;
  border-radius: 15px;
}
.thankyou-wrapper a:hover {
  font: 26px Arial, Helvetica, sans-serif;
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
  width: 250px;
  background: #f96700;
  margin: 10px auto 0px;
  padding: 15px 20px 15px;
  border-bottom: 5px solid #f96700;
}
.thankyou-wrapper img {
  max-width: 500px;
}
#easy_zoom {
  width: 600px;
  height: 400px;
  border: 5px solid #eee;
  background: #fff;
  color: #333;
  position: absolute;
  top: -160px;
  right: 0px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #777;
  box-shadow: 0 0 10px #777;
  line-height: 400px;
  text-align: center;
}
.producReviewSlider .slider-item {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background: #fff;
}
.producReviewSlider .slider-item .slider-image img {
  margin: 0 auto;
  width: 100%;
}
.producReviewSlider .slider-item .slider-main-detail {
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.producReviewSlider .slider-item:hover .slider-main-detail {
  background-color: #dbeeee !important;
}
.producReviewSlider .slider-item .price {
  float: left;
  margin-top: 5px;
}
.producReviewSlider .slider-item .price h5 {
  line-height: 20px;
  margin: 0;
}
.producReviewSlider .detail-price {
  color: #219fd1;
}
.producReviewSlider .slider-item .slider-main-detail .rating {
  color: #777;
}
.producReviewSlider .slider-item .rating {
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}
.producReviewSlider .slider-item .btn-add {
  width: 50%;
  float: left;
  border-right: 1px solid #e1e1e1;
}
.producReviewSlider .slider-item .btn-details {
  width: 50%;
  float: left;
}
.producReviewSlider .controls {
  margin-top: 20px;
}
.producReviewSlider .btn-info,
.btn-info:visited,
.producReviewSlider .btn-info:hover {
  background-color: #21bbd8;
  border-color: #21bbd8;
}
.producReviewSlider .btn-info {
  margin-left: 5px;
}
.producReviewSlider .slider-main-detail:hover {
  background-color: #dbeeee !important;
}
.producReviewSlider .AddCart {
  margin: 0px;
  padding: 5px;
  border-radius: 2px;
  margin-right: 10px;
}
.producReviewSlider .review {
  margin-bottom: 5px;
  padding-top: 5px;
}
#producReviewSlider .bc_p_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  max-width: unset;
  align-items: flex-start;
  position: relative;
}
#producReviewSlider .bc_p_img {
  min-height: unset;
}
.producReviewSliderOuter {
  display: block;
  padding: 30px;
  background-color: #0033ab;
  margin: 30px 0px;
}
#MyAccountsTab ul.nav li {
  padding: 25px 10px;
  cursor: pointer;
}
#MyAccountsTab ul.nav li span.account-type {
  color: #fff;
  font-size: 20px;
}
#MyAccountsTab ul.nav.nav-tabs {
  border-bottom: 0px;
}
#MyAccountsTab ul.nav li.active {
  border-bottom: 2px solid #fff;
}
#producReviewSlider a.bc_p_name span {
  color: #fff;
}
#producReviewSlider .bc_p_detail p {
  color: #fff;
}
#MyAccountsTab .tab-content p {
  color: #fff;
}
#MyAccountsTab .tab-content li {
  color: #fff;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-right: 20px;
  letter-spacing: 1px;
}
.about__area-right h2 {
  font-size: 24px;
}
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .onlyforDasktop span.S_phone_number {
    display: none;
  }
  .onlyforDasktop span.S_mail_id {
    display: flex;
  }
  .onlyforDasktop {
    display: flex;
    justify-content: space-between;
  }
  .onlyforDasktop a.my_account {
    display: flex;
  }
  .onlyforDasktop a.my_account.loginSign {
    display: flex;
  }
  .onlyforDasktop .text-align-left {
    justify-content: unset;
    width: unset;
  }
  .onlyforDasktop .text-align-right {
    justify-content: unset;
    width: unset;
    padding: 0px;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3 {
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
  .onlyforDasktop span.S_phone_number {
    display: none;
  }
  .onlyforDasktop span.S_mail_id {
    display: none;
  }
  .onlyforDasktop {
    display: flex;
    justify-content: space-between;
  }
  .onlyforDasktop a.my_account {
    display: flex;
  }
  .onlyforDasktop a.my_account.loginSign {
    display: flex;
  }
  .onlyforDasktop .text-align-left {
    justify-content: unset;
    width: unset;
  }
  .onlyforDasktop .text-align-right {
    justify-content: unset;
    width: unset;
    padding: 0px;
  }
  .collection_item_img {
    min-height: unset;
    max-height: unset;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
  }
  .collection_item_img img {
    height: 100%;
    display: flex;
    width: 100%;
    max-height: unset;
  }
  .hmt_shop_for_outer .collection_item_outer .collection_item_detail {
    position: absolute;
    bottom: 50px;
    width: 94.5%;
    padding: 10px;
  }
  .hmt_shop_for_outer .row {
    display: flex;
  }
  .hover_de_hide {
    display: flex;
    justify-content: center;
  }
  .watches_informative_label_outer {
    padding: 100px 20px 50px;
  }
  .navbar_menu_center {
    flex-direction: column;
  }
  .navbar-nav {
    margin: 0px;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3 {
    display: block;
  }
}
.mobileLogo {
  display: none;
}
.mobilestyleOnly {
  display: none;
}
#producReviewSlider .bc_p_img img {
  max-height: 100px;
  border-radius: 50%;
}
.producReviewSlider span {
  margin-left: 10px;
}
.producReviewSlider span i {
  margin-right: 5px;
}
.producReviewSlider h3 {
  color: #fff;
  margin-bottom: 25px;
}
.ratingStar i {
  color: #fff;
  margin-right: 10px;
}
#producReviewSlider h4 {
  color: #fff;
}
#producReviewSlider span {
  color: #fff;
}
#producReviewSlider .bc_p_name p {
  text-align: left;
}
#producReviewSlider .bc_p_detail {
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
  .mobilestyleOnly {
    display: flex !important;
  }
  .collection_item_outer {
    max-width: 300px;
    margin: 0 auto;
  }
  .onluMobileStyle {
    display: none !important;
  }
  .navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px !important;
    padding: 15px;
  }
  .overlay-content {
    width: 85% !important;
  }
  .overlay input[type="text"] {
    width: 70% !important;
  }
  .overlay button {
    width: 30% !important;
  }
  .notshow_active,
  .newHeader .navbar_menu_center li.show_up_scroll {
    display: none !important;
  }
  .newHeader .hide_down_scroll {
    display: block !important;
  }
  .modal-body {
    position: relative;
    padding: 15px;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 0.01%;
    overflow-x: auto;
  }
  .navbar-toggle {
    margin: 0px !important;
  }
  .navbar-header:before,
  .navbar-header:after {
    display: none !important;
    content: unset !important;
  }
  .search-container {
    margin: 0px !important;
  }
  .mobileLogoOuter {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
  }
  .mobileLogo img.logo {
    max-width: 200px;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3 {
    display: block;
  }
  .carousel-showmanymoveone .item.active {
    display: flex;
    flex-wrap: nowrap;
  }
}
.footer_content h4 .mobileAccord {
  display: none;
}
@media only screen and (min-width: 280px) and (max-width: 599px) {
  .onlyforDasktop span.S_phone_number {
    display: none;
  }
  .alert_box {
    font-size: 14px;
  }
  .watches_informative_label_inner_text p {
    font-size: 11px;
    line-height: 18px;
  }
  .watches_informative_label_outer {
    padding-top: 30px !important;
  }
  .main_tag_banner span {
    display: none;
  }
  .main_banner_outer .banner-img {
    padding: 0 20px;
    align-items: center !important;
  }
  .brand_collection .cstm_tab a {
    font-size: 13px;
  }
  .footer_content ul.footer_content_ul,
  ul.filter.ul-reset {
    display: none;
  }
  .page__banner-content h1 {
    font-size: 30px !important;
  }
  .footer_content h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_content h4 .mobileAccord {
    display: block;
    margin-right: 20px;
  }
  .hover_de_hide {
    display: flex;
    justify-content: center;
  }
  .watches_informative_label_outer {
    padding: 100px 20px 50px;
  }
  .watches_informative_label_inner_button {
    flex-direction: column;
  }
  a.watches_informative_label_left_btn {
    margin-bottom: 20px;
  }
  .onlyforDasktop span.S_mail_id {
    display: none;
  }
  .navbar-nav {
    margin: 0px;
  }
  .onlyforDasktop {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .store_locater_inner_box_serach {
    flex-direction: column;
  }
  .onlyforDasktop a.my_account {
  }
  .onlyforDasktop a.my_account.loginSign {
    display: flex;
  }
  .onlyforDasktop .text-align-left {
    justify-content: unset;
    width: unset;
  }
  .mobileLogo img.logo {
    max-width: 150px;
  }
  .text-align-right a span:first-child {
    padding-left: 0px;
  }
  .onlyforDasktop .text-align-right {
    justify-content: unset;
    width: unset;
    padding: 0px;
    flex-wrap: wrap;
  }
  .collection_item_img {
    min-height: unset;
    max-height: unset;
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
  }
  .collection_item_img img {
    height: 100%;
    display: flex;
    width: 100%;
    max-height: unset;
  }
  .hmt_shop_for_outer .collection_item_outer .collection_item_detail {
    position: absolute;
    bottom: 8%;
    width: 97.5%;
    padding: 10px;
  }
  .hmt_shop_for_outer .row {
    display: flex;
  }
  .navbar_menu_center {
    flex-direction: column;
  }
}
.hmt_shop_for_outer .row {
  display: flex;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 2px solid #0033ab;
}
.editDeleteOuter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 8px;
}
.editDeleteOuter a.btn {
  margin-left: 5px;
  padding: 3px 7px;
  font-size: 10px;
}
.OTPInput {
  width: 40px !important;
  margin: 10px;
}
.OTPInner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forgot-frm label {
}
.forgot-frm .imgcontainer h2 {
  margin: 0;
  font-size: 30px;
  color: #fff;
}
.forgot-frm input[type="text"] {
  width: 100%;
  padding: 12px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.forgot-frm button {
  background-color: #0033ab;
  color: white;
  padding: 14px 20px;
  margin: 21px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}
.forgot-frm:after {
  content: unset;
}
.forgot-frm {
  width: 419px;
  max-width: 100%;
  margin: auto;
  border: solid 1px #0033ab;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  box-shadow: -1px 14px 14px -11px #0000004a;
}
.forgot-frm .psw a {
  text-decoration: underline !important;
  color: #0033ab;
  font-size: 12px;
}
.modal-footer {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}
.modal-footer > button {
  margin: 0px 0px 0px 10px !important;
}
.addressOuter {
  max-height: 290px;
  overflow: auto;
  margin-top: 10px;
  padding: 0px 10px 10px;
}
.addressOuter::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #0033ab;
  border-radius: 10px;
}
.addressOuter::-webkit-scrollbar {
  width: 8px;
}
.addressOuter .savedAddress:first-child {
  margin-top: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.details button:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.details button.like {
  background-color: #fff !important;
  border: 2px solid #0033ab !important;
  outline: unset;
  line-height: 24px;
}
.details button.like span {
  color: #0033ab;
  font-weight: 800;
}
.details button.like.yesLike {
  background-color: #0033ab !important;
  outline: unset;
}
.details button.like.yesLike span {
  color: #fff;
  font-weight: 800;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff !important;
  text-decoration: none;
}
h4.ContactDetailOuter {
  display: flex;
  margin: 0px;
  padding: 0px;
}
.deliveryAddressSingle {
  display: flex;
  flex-direction: column;
  min-width: 250px;
  box-shadow: 1px 2px 5px;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 15px;
  margin-right: 15px;
  margin-left: 5px;
  border: 1px solid #c5c5c5;
}
.deliveryAddressOuter {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  overflow: auto;
}
h4.AddressDetailOuter {
  margin: 10px 0px 3px;
  padding: 0px;
}
.deliveryAddressSingle p {
  display: flex;
  width: 100%;
  word-break: break-word;
}
.deliveryAddressSingle {
  position: relative;
}
.AddNewAddress {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: lightgrey;
}
.AddNewAddress .nodataBox p {
  font-size: 18px;
  color: #000;
}
.AddNewAddress .nodataBox i {
  font-size: 60px;
  margin: 10px;
  padding: 10px;
  color: #0033ab;
}
.AddNewAddress {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: lightgrey;
}
.AddNewAddress .nodataBox p {
  font-size: 18px;
  color: #000;
}
.AddNewAddress .nodataBox i {
  font-size: 60px;
  margin: 10px;
  padding: 10px;
  color: #0033ab;
}
.editDeleteOuter input[type="radio" i] {
  height: 22px;
  width: 22px;
  border-radius: 19px;
  background-color: #000000;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
  color: #0033ab;
}
.cartImgShow img {
  max-width: 50px;
  margin-right: 15px;
}
.w-100 {
  width: 100%;
}
.cartProductList .cartImgShow {
  display: flex;
}
.cartProductList .prod-description {
  display: flex;
  flex: 2;
  align-items: center;
  font-weight: 600;
}
.cartProductSingle {
  border: 2px solid #0033ab;
  padding: 15px;
}
.cartProductSingle {
  border: 2px solid #0033ab;
  padding: 15px;
}
.cartProductList {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  border: 2px solid #e5e5e5;
  border-radius: 20px;
  box-shadow: 1px 2px 5px #ccc;
  background-color: #fff !important;
}
.cartProductList .card-body {
  width: 100%;
}
.cartProductList .row {
  margin: 0px;
}
.cartProductSingle .qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.recent_search a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  text-align: left;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #0033ab;
}
.suggestion a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  text-align: left;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #0033ab;
}
.PaymentMode span {
  display: flex;
}
.PaymentMode span input {
  height: 15px;
  width: 15px;
  margin-right: 15px;
}
.heightFix {
  display: flex;
  height: 40px;
}
.font-wight-bold {
  font-weight: 600;
}
.checkoutWrapper input[type="text"],
.checkoutWrapper input[type="password"],
.checkoutWrapper select,
.checkoutWrapper input[type="email"],
.checkoutWrapper input[type="tel"],
.checkoutWrapper input[type="date"],
.checkoutWrapper textarea {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #959595;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  margin: 7px 0 15px 0;
}
.checkoutWrapper h1,
.checkoutWrapper h2,
.checkoutWrapper h3,
.checkoutWrapper h4,
.checkoutWrapper h5,
.checkoutWrapper h6 {
  text-transform: uppercase;
  font-weight: 900;
  padding: 20px 0;
  color: #000;
}
.checkoutWrapper .inline-block {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.checkoutWrapper .inline-block input {
  float: left;
  margin-right: 10px;
}
.checkoutWrapper p {
  margin: 0px;
}
.checkoutWrapper label {
  font-size: 14px;
}
.checkoutWrapper .padright {
  padding-right: 40px;
}
.checkoutWrapper .width50 {
  width: 50%;
  float: left;
}
.checkoutWrapper .width100 {
  width: 100%;
  float: left;
}
.checkoutWrapper .order div:not(.qty) {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.checkoutWrapper .order h4,
.checkoutWrapper h5 {
  padding: 0;
}
.checkoutWrapper .alignright {
  float: right;
}
.checkoutWrapper .order .center {
  line-height: 40px;
  color: #000;
}
.checkoutWrapper input[type="radio"] + p {
  font-size: 13px;
  padding: 0 0 0 20px;
}
.checkoutWrapper .qty {
  font-weight: 900;
  font-size: 13px;
  color: #000;
  padding-left: 4px;
}
.checkoutWrapper .inline {
  display: inline-block;
}
.checkoutWrapper h4 {
  font-size: 15px;
}
.checkoutWrapper .order {
  border: 12px solid #f5f5f5;
  padding: 30px;
  margin-top: 28px;
}
.checkoutWrapper .order .row {
  margin: 0px;
}
.btn.btn-secondary {
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 1px 1px 3px #ccc;
  color: #000;
}
.btn.btn-secondary:hover {
  color: #0033ab !important;
}
.flex-lg-row {
  flex-direction: row;
}
.feedbackInner > p {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
.FB-product-img img {
  max-width: 90px;
}
.feedback-Inner {
  display: flex;
  padding: 10px 0px;
  justify-content: flex-start;
  align-items: center;
}
.FB-product-img {
  display: flex;
  margin-right: 20px;
}
.FB-product-content a span {
  font-size: 18px;
  font-weight: 600;
  padding: 0px 10px;
  color: #0033ab;
}
.FB-product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.FB-product-content .rating {
  padding: 0px 10px;
}
.feedback-Star .rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.feedback-Star .rating-stars ul > li.star {
  display: inline-block;
}
.feedback-Star .rating-stars ul > li.star > i.fa {
  font-size: 2.5em;
  color: #ccc;
}
.feedback-Star .rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}
.feedback-Star .rating-stars ul > li.star.selected > i.fa {
  color: #ff912c;
}
.ratingOuterBox {
  margin: 20px auto;
  border-radius: 10px;
}
.ratingOuterBox textarea.form-control {
  height: 100px;
}
p.userName {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.ratingStarcolor {
  color: #ffbd04 !important;
}
.glass-case * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0;
  margin: 0;
  border: 0;
}
.glass-case *:before,
.glass-case *:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.glass-case {
  position: relative;
}
.gc-display-area {
  position: absolute;
  overflow: hidden;
  border: 2px solid #f5f5f5;
  padding: 2px;
  background-color: #fff;
}
.gc-display-container {
  position: relative;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.gc-display-display {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  cursor: crosshair;
  opacity: 1;
}
.gc-lens {
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  cursor: crosshair;
  background: #cecece;
  opacity: 0.5 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50) !important;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.gc-zoom {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: auto;
  z-index: 1040 !important;
  border: 2px solid #f5f5f5;
  padding: 2px;
  background-color: #fff;
}
.gc-zoom-inner {
  cursor: crosshair;
  border: 0 !important;
  left: -2px !important;
  top: -2px !important;
  margin: 0 !important;
  z-index: 1010 !important;
}
.gc-zoom-container {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.gc-zoom-container img {
  position: relative;
  max-width: none !important;
}
.gc-caption-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  padding: 2px;
  z-index: 1050 !important;
  background-color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #333;
  font-size: 0.9em;
}
.gc-caption-container div {
  position: relative;
  padding: 0 12px 0 12px;
}
.gc-caption-intop {
  left: 0;
  top: 0;
}
.gc-caption-inbottom {
  left: 0;
  bottom: 0;
}
.gc-caption-outtop,
.gc-caption-outbottom {
  width: 100%;
  width: calc(100% + 4px);
  border: 2px solid #f5f5f5;
  background: #fff;
}
.gc-caption-outtop {
  top: 0;
  left: -2px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.gc-caption-outbottom {
  bottom: 0;
  left: -2px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.gc-alignment-center {
  text-align: center;
}
.gc-alignment-left {
  text-align: left;
}
.gc-alignment-right {
  text-align: right;
}
.gc-thumbs-area {
  position: absolute;
  overflow: hidden;
  background-color: transparent;
}
.gc-thumbs-area-prev,
.gc-thumbs-area-next {
  position: absolute;
  z-index: 1010;
}
.gc-thumbs-area.gc-hz .gc-thumbs-area-prev,
.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
  top: 0;
  height: 100%;
  min-height: 100%;
  width: 5%;
}
.gc-thumbs-area.gc-vt .gc-thumbs-area-prev,
.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 5%;
}
.gc-thumbs-area.gc-hz .gc-thumbs-area-prev {
  left: 0;
}
.gc-thumbs-area.gc-hz .gc-thumbs-area-next {
  right: 0;
}
.gc-thumbs-area.gc-vt .gc-thumbs-area-prev {
  top: 0;
}
.gc-thumbs-area.gc-vt .gc-thumbs-area-next {
  bottom: 0;
}
.gc-thumbs-area-prev:hover,
.gc-thumbs-area-next:hover {
  opacity: 1;
  cursor: pointer;
  cursor: hand;
}
.gc-thumbs-area-prev .gc-disabled,
.gc-thumbs-area-next .gc-disabled,
.gc-thumbs-area-prev .gc-disabled:hover,
.gc-thumbs-area-next .gc-disabled:hover {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  cursor: default;
}
.glass-case ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.glass-case ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 2px solid #f5f5f5;
  padding: 2px;
  background-color: #fff;
}
.gc-thumbs-area.gc-hz li {
  display: inline;
  float: left;
  max-width: 100%;
  max-height: 100%;
  margin-right: 5px;
}
.gc-thumbs-area.gc-vt li {
  margin-bottom: 5px;
}
.glass-case ul li .gc-li-display-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: inline-block;
}
.glass-case ul li:hover {
  border-color: #4f4f4f;
  cursor: pointer;
  cursor: hand;
}
.glass-case ul li.gc-active,
.glass-case ul li.gc-active:hover {
  border-color: #0033ab;
  cursor: default;
  border-radius: 5px;
}
#MyAccountsTab .sidebarHeadingInner {
  border-right: 5px solid #fff;
  border-radius: 5px;
}
.glass-case ul li .gc-li-display-container img {
  position: relative;
  top: 50%;
  left: 50%;
}
.gc-overlay-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647 !important;
  background-color: rgb(204, 204, 204);
  background-color: rgba(51, 51, 51, 0.95);
}
.gc-overlay-gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.gc-overlay-container {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0;
}
.gc-overlay-container-display {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 0;
}
.gc-ocd-top {
  top: 0;
}
.gc-ocd-bottom {
  bottom: 0;
}
.gc-overlay-fit {
  padding: 4em 5.5em 1em 5.5em;
  overflow: hidden;
}
.gc-overlay-display {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  cursor: crosshair;
}
.gc-overlay-display-center {
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gc-overlay-display-vcenter {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gc-overlay-display-hcenter {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gc-overlay-top-icons {
  position: absolute;
  top: 0;
  padding: 1em 1.5em 1em 0;
  width: 100%;
  height: 4em;
}
.gc-overlay-left-icons {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 1em 0 1.5em;
  height: 100%;
  width: 5.5em;
}
.gc-overlay-right-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1.5em 0 1em;
  height: 100%;
  width: 5.5em;
}
@charset "UTF-8";
@font-face {
  font-family: "linea-arrows-10";
  src: url("../fonts/linea-arrows-10.eot");
  src: url("../fonts/linea-arrows-10.eot?#iefix") format("embedded-opentype"),
    url("../fonts/linea-arrows-10.woff") format("woff"),
    url("../fonts/linea-arrows-10.ttf") format("truetype"),
    url("../fonts/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
.gc-icon:before {
  line-height: 1;
}
.gc-icon {
  font-family: "linea-arrows-10" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: 1020;
  cursor: pointer;
  cursor: hand;
  color: #000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  height: 1em;
  width: 1em;
  line-height: 0;
  background: rgb(204, 204, 204);
  background: rgba(204, 204, 204, 0.5);
  border: 2px solid #f5f5f5;
}
.gc-icon:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.gc-disabled .gc-icon:hover,
.gc-disabled .gc-icon:hover,
.gc-disabled .gc-icon,
.gc-disabled .gc-icon {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  cursor: default;
}
.gc-icon-next {
  top: 50%;
  right: -2px;
}
.gc-icon-next:before {
  position: absolute;
  top: -2px;
  right: 0px;
  content: "\f138";
   font-family: 'FontAwesome';
}
.gc-icon-next-vt {
  bottom: 0;
  left: 50%;
}
.gc-icon-next-vt:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "\e019";
}
.gc-display-area .gc-icon-next {
  font-size: 2em !important;
}
.gc-thumbs-area-next .gc-icon-next {
  right: 0;
  font-size: 2em !important;
}
.gc-thumbs-area-next .gc-icon-next-vt {
  font-size: 1.5em !important;
}
.gc-overlay-area .gc-icon-next {
  position: relative;
  right: 0;
  font-size: 3em;
}
.gc-icon-prev {
  top: 50%;
  left: -2px;
}
.gc-icon-prev:before {
  position: absolute;
  top: -2px;
  left: 0px;
  content: "\f137";
      font-family: 'FontAwesome';
}
.gc-icon-prev-vt {
  top: 0;
  left: 50%;
}
.gc-icon-prev-vt:before {
  position: absolute;
  top: -2px;
  left: -2px;
  content: "\e083";
}
.gc-display-area .gc-icon-prev {
  font-size: 2em !important;
}
.gc-thumbs-area-prev .gc-icon-prev {
  font-size: 2em !important;
}
.gc-thumbs-area-prev .gc-icon-prev-vt {
  font-size: 1.5em !important;
}
.gc-overlay-area .gc-icon-prev {
  position: relative;
  left: 0;
  font-size: 3em;
}
.gc-icon-download {
  right: -2px;
  bottom: 0;
  font-size: 2em;
  overflow: hidden;
}
.gc-icon-download:before {
  position: absolute;
  top: -4px;
  left: -2px;
  content: "\e064";
}
.gc-icon-close {
  position: relative;
  font-size: 2em;
  float: right;
}
.gc-icon-close:before {
  position: absolute;
  content: "\f057";
  font-family: 'FontAwesome';
  top: -2px;
  right: 0px;
}
.gc-icon-enlarge {
  position: relative;
  float: right;
  margin-right: 0.25em;
  font-size: 2em;
}
.gc-icon-enlarge:before {
  position: absolute;
  content: "\f00e";
   font-family: 'FontAwesome';
  top: -2px;
  right: 0px;
}
.gc-icon-compress {
  position: relative;
  float: right;
  margin-right: 0.25em;
  font-size: 2em;
}
.gc-icon-compress:before {
  position: absolute;
  content: "\f066";
   font-family: 'FontAwesome';
  top: -2px;
  right: 0px;
}
.gc-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  margin-left: -15px;
  margin-top: -15px;
  background-image: url(../images/loader.gif);
}
.gc-loading3 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 0.25em;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(102, 153, 102, 0.2);
  border-right: 1.1em solid rgba(102, 153, 102, 0.2);
  border-bottom: 1.1em solid rgba(102, 153, 102, 0.2);
  border-left: 1.1em solid #669966;
  -webkit-animation: loadGC 1.1s infinite linear;
  animation: loadGC 1.1s infinite linear;
}
.gc-loading3,
.gc-loading3:after {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
@-webkit-keyframes loadGC {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadGC {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gc-hide {
  display: none;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.gc-noscroll {
  overflow: hidden;
}
.gc-start {
  display: none;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.ul-reset {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
.filter-item {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.filter-item-inner {
  border-bottom: 1px solid #eee;
}
.filter-item-inner-heading {
  position: relative;
  padding: 10px;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  cursor: pointer;
}
label.filter-attribute-label {
  font-weight: 100;
  margin-left: 10px;
}
.filter-item-inner-heading.minus:after,
.filter-item-inner-heading.plus:after {
  position: absolute;
  top: 20%;
  right: 7.5%;
  font-size: 0.6em;
}
.filter-item-inner-heading.minus:after {
  content: "+";
  font-size: 25px;
}
.filter-item-inner-heading.plus:after {
  content: "-";
  font-size: 25px;
}
.filter-attribute-list {
  overflow: hidden;
}
.filter-attribute-list-inner {
  padding: 0 10px 15px;
}
.filter-attribute-item {
  padding-left: 10px;
  margin-top: 5px;
}
.filter-attribute-item:first-child {
  margin-top: 0;
}
.productFilterHeading {
  padding: 0px 10px;
  border: 2px solid #091b29;
  margin-bottom: 2px;
}
.productFilterHeadingClear,
.productFilterHeadingText {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  padding: 0px;
}
#shareMe.main_box {
  width: 4em;
  height: 4em;
  position: relative;
}
#shareMe #share_button {
  display: none;
}
#shareMe span,
#shareMe a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#shareMe span {
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0033ab;
  font-size: 2em;
  z-index: 1;
  cursor: pointer;
}
#shareMe .sm_list {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#shareMe .sm_list a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  font-size: 1.5em;
}
#shareMe #share_button:checked ~ .sm_list a {
  opacity: 1;
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(1) {
  background-color: #3b5998;
  transition-delay: 0.1s;
  transform: translateX(4em);
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(2) {
  background-color: #dd2553;
  transition-delay: 0.15s;
  transform: translateX(6em);
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(3) {
  background-color: #000f94;
  transition-delay: 0.2s;
  transform: translateX(8em);
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(4) {
  background-color: #1077ec;
  transition-delay: 0.25s;
  transform: translateX(2em);
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(5) {
  background-color: rgb(10, 63, 0);
  transition-delay: 0.3s;
  transform: translateX(10em);
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(6) {
  background-color: #3b5998;
  transition-delay: 0.35s;
  transform: translateX(12em);
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(1):hover {
  background-color: #ffffff;
  color: #3b5998;
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(2):hover {
  color: #dd2553;
  background-color: #fff;
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(3):hover {
  color: #000f94;
  background-color: #fff;
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(4):hover {
  color: #1077ec;
  background-color: #fff;
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(5):hover {
  color: rgb(10, 63, 0);
  background-color: #fff;
}
#shareMe #share_button:checked ~ .sm_list a:nth-child(6):hover {
  color: black;
  background-image: linear-gradient(90deg, white, grey);
}
#shareMe span:visited {
  background-color: #000f94;
}
button.update_cart_data:focus,
button.update_cart_data:hover {
  color: #000 !important;
}
.viewPersonalDetail {
  word-break: break-word;
}
.search__area__Outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search__area_inner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.search__area_inner .searchIcon {
  position: absolute;
  padding: 16px 25px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search__area_inner .search__area_input {
  padding: 15px;
  width: 100%;
  border-radius: 31px;
  padding-left: 50px;
  border-color: #fff;
}
.search__area_inner form {
  width: 100%;
  max-width: 400px;
  margin: 0px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search__area_inner .btn.btn-sm {
  border-style: unset;
  background-color: #fff;
  height: 54px;
  width: 60px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #000000;
  margin-left: 10px;
}
.search__area_inner .btn.btn-sm:hover i,
.search__area_inner .btn.btn-sm:focus i {
  color: #0033ab;
}
.search__area__Outer p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.search__area__Outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.search__area {
  background-color: #0033ab;
  margin: 50px 0px;
}
.search__area__Outer h4 {
  color: #fff;
}
form #decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}
form #increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}
form #input-wrap {
  margin: 0px;
  padding: 0px;
}
.value-button {
  display: flex;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  justify-content: center;
  align-items: center;
}
input#number {
  text-align: center;
  border: none;
  margin: 0px;
  width: 40px;
  height: 40px;
}
.search__area__Outer h2 {
  color: #fff;
}
.search__area__Outer h5 {
  color: #fff;
}
.search__area__Outer h3 {
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.myKeywordList {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.myKeywordListSingle {
  padding: 8px 12px;
  background-color: #fff;
  margin: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #2464f9;
  box-shadow: 0px 0px 2px #fff;
  border-radius: 5px;
  cursor: pointer;
}
.myKeywordListSingle a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 12px;
  color: #0033ab;
  font-size: 12px;
  font-weight: 300;
}
.myKeywordListSingle:hover {
  background-color: #2464f9;
}
.myKeywordListSingle:hover a {
  color: #fff;
}
@media (max-width: 768px) {
  .flex-column,
  .flex-sm-column {
    flex-direction: column !important;
  }
}
.myfirstmodelpopup .modal-header {
  border: 0px;
}
.myfirstmodelpopup .modal-header .modal-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-top: 20px;
}
.myfirstmodelpopup .modal-body {
  padding: 0px 0px 20px;
  max-height: 550px;
}
.myfirstmodelpopup .modal-body img {
  max-height: 500px;
  object-fit: contain;
  object-position: top;
  aspect-ratio: 13 / 8;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}
.ratingOuter {
  display: flex;
}
.ratingOuter .rating_img {
  width: 50px;
}
.ratingOuter .rating_img img {
  max-width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px !important;
}
.ratingOuter {
  display: flex;
}
.rating_img {
  width: 50px;
}
.rating_img img {
  max-width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 0px !important;
}
.ratinghead h4 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}
.ratinghead {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.myratingviewsm {
  display: flex;
  color: #fff;
  font-size: 10px;
}
.MyRatingViewSM i {
  margin: 2px;
  color: #fff;
}
.MyRatingViewSM i.active {
  color: #c9b900;
}
.ratinghead p {
  font-size: 13px;
  margin-top: 5px;
  letter-spacing: 1px;
  font-weight: 100;
  margin-bottom: 0px;
  word-break: break-all;
}
.reviewTimedate {
  font-size: 10px;
  color: #fff;
}
.ratingOuter {
  display: flex;
  padding: 15px;
  background-color: #3163d978;
  border-radius: 5px;
}
.ratingBlockOuterView {
  display: flex;
  overflow: scroll;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.mystarpDisable a {
  pointer-events: none;
}
.product-box-img a img {
  max-height: 240px;
  min-height: 240px;
  width: 100%;
  object-fit: contain;
}
.product-box {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.product-content-box h4 {
  border: 0px;
}
.backToSearch .btn {
  margin: 10px;
  background: #0033ab !important;
  color: #fff !important;
}
td.total_price,
td.unit_price {
  min-width: 100px;
}
.login_page .btn-outline-dark:hover,
.login_page .btn-outline-dark:focus {
  color: #fff;
  background-color: #000;
}
.trackingOrderShow span {
  display: flex;
  padding: 10px;
  color: #fff;
}
.trackingOrderShow {
  padding: 0px;
  border: 1px solid #0033ab;
  margin: 15px;
  box-shadow: 0px 0px 5px #a9a9a9;
  background-color: #0033ab;
}
.trackingOrderShow span a {
  color: #fff;
}
.myfirstmodelpopup .modal-body h5 {
  padding: 10px 30px 50px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  font-family: sans-serif;
}
.btn-ground {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
}
.btn-ground .add-to-cart {
  padding: 10px;
}
.btn-ground .like {
  padding: 10px;
}
.comingSoonBox h1 {
  color: #0033ab;
  margin-top: 20px;
  text-align: center;
}
.about__area img {
  width: 100%;
}
.home_slide1 .owl-nav > div {
  top: 35%;
}
.home_slide1 .owl-nav > div i {
  color: #0033ab;
}
body#top {
  top: 0px !important;
}
body#top iframe.goog-te-banner-frame {
  visibility: hidden !important;
}
.filter-item-inner-heading {
  text-transform: lowercase;
}
.filter-item-inner-heading:first-letter,
.filter-item-inner-heading :first-line {
  text-transform: uppercase;
}
.lds-dual-ring.hidden {
  display: none;
}
.overlays {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 1;
  transition: all 0.5s;
}
.lds-dual-ring {
  display: inline-block;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 50px;
  height: 50px;
  margin: 5% auto;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
