/* All Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap'); */

@import url("https://use.typekit.net/fni0dll.css");

/* Typography CSS Start */
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul>li,
ol>li {
  margin-bottom: 0px;
}

p:empty {
  display: none;
}

p {
  margin-top: 0px;
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: .875em;
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  color: #0a58ca;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}


h1 {
  font-family: "Times New Roman";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #000000;
}


h2 {
  font-family: "Times New Roman";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.5px;
  color: #000000;
}

h3 {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000000;
}

h4 {
  font-family: "Times New Roman";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

h5 {
  font-family: "Times New Roman";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

h6 {
  font-family: "Times New Roman";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}

.para-large {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.para-medium {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.para-regular {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.para-regular-upper {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.para-small-upper {
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cta-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption {
  font-family: "Times New Roman";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.swiper-slide {
  cursor: grabbing !important;
}

.msg-log {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  min-height: 630px !important;
}

.msg-log p {
  padding: 40px;
  display: inline-block;
  background: #fff;
  margin: 0px;
}

.customer-account-logoutsuccess #maincontent {
  background: url(../images/log-out-banner.jpg);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}


.page.messages .messages[role="alert"] {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  -webkit-animation: cssAnimation 0s ease-in 5s forwards;
  /* Safari and Chrome */
  -o-animation: cssAnimation 0s ease-in 5s forwards;
  /* Opera */
  animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes cssAnimation {
  to {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}

.page-wrapper {
  overflow: hidden;
}

.mini-cart.hd-cart-dropdown .block-content .subtitle:not(.empty) {
  display: none;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

.bottom-ft-col-sec {
  text-align: left;
}

.page.messages .message.error,
.page.messages .message {
  color: #fff;
  background: #000;
  padding: 25px 0px;
  font-size: 16px;
}

.page.messages .message a {
  color: #fff;
  text-decoration: underline;
}

.message.success,
.message.error,
.customer-account-logoutsuccess .column.main>p {
  text-align: center;
}

.customer-account-logoutsuccess .column.main>p {
  padding-top: 20px;
}


.service-popup .tel-field>.field-wrap {
  flex-wrap: wrap;
}

@media (max-width: 767px) {

  .page.messages .message.error,
  .page.messages .message {
    font-size: 12px;
  }

  .page.messages .message>div {
    padding-left: 7%;
    padding-right: 7%;
  }

  .msg-log {
    min-height: 430px !important;
  }

  .msg-log p {
    max-width: 86%;
    text-align: center;
  }

  .para-regular-upper {
    font-weight: 400;
  }

  .para-small-upper {
    font-weight: 400;
  }

  .cta-text {
    font-weight: 400;
  }
}



[data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}

div[data-element="main"]>p {
  margin-bottom: 0px;
}

.columns .column.main {
  padding-bottom: 0px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}

.d-flex>div {
  padding-left: 16px;
  padding-right: 16px;
}



/* display */
.d-flex {
  display: flex;
  flex-flow: wrap;
}

.no-wrap {
  flex-flow: nowrap;
}

.d-flex-y-center,
.align-item-center {
  align-items: center;
}

.d-flex-x-center {
  justify-content: center;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}




/* margin */
body .m-auto {
  margin: auto;
}

body .mt-auto {
  margin-top: auto;
}

body .mt-0 {
  margin-top: 0px;
}

body .mt-4 {
  margin-top: 4px;
}

body .mt-8 {
  margin-top: 8px;
}

body .mt-16 {
  margin-top: 16px;
}

body .mt-24 {
  margin-top: 24px;
}

body .mt-32 {
  margin-top: 32px;
}

body .mt-40 {
  margin-top: 40px;
}

body .mt-48 {
  margin-top: 48px;
}

body .mt-56 {
  margin-top: 56px;
}

body .mt-64 {
  margin-top: 64px;
}


body .mb-auto {
  margin-bottom: auto;
}

body .mb-0 {
  margin-bottom: 0px;
}


body .mb-4 {
  margin-bottom: 4px;
}

body .mb-8 {
  margin-bottom: 8px;
}

body .mb-16 {
  margin-bottom: 16px;
}

body .mb-24 {
  margin-bottom: 24px;
}

body .mb-32 {
  margin-bottom: 32px;
}

body .mb-40 {
  margin-bottom: 40px;
}

body .mb-48 {
  margin-bottom: 48px;
}

body .mb-56 {
  margin-bottom: 56px;
}

body .mb-64 {
  margin-bottom: 64px;
}


body .mr-auto {
  margin-right: auto;
}

body .mr-4 {
  margin-right: 4px;
}

body .mr-8 {
  margin-right: 8px;
}

body .mr-16 {
  margin-right: 16px;
}

body .mr-24 {
  margin-right: 24px;
}

body .mr-32 {
  margin-right: 32px;
}

body .mr-40 {
  margin-right: 40px;
}

body .mr-48 {
  margin-right: 48px;
}

body .mr-56 {
  margin-right: 56px;
}

body .mr-64 {
  margin-right: 64px;
}

body .ml-auto {
  margin-left: auto;
}

body .ml-4 {
  margin-left: 4px;
}

body .ml-8 {
  margin-left: 8px;
}

body .ml-16 {
  margin-left: 16px;
}

body .ml-24 {
  margin-left: 24px;
}

body .ml-32 {
  margin-left: 32px;
}

body .ml-40 {
  margin-left: 40px;
}

body .ml-48 {
  margin-left: 48px;
}

body .ml-56 {
  margin-left: 56px;
}

body .ml-64 {
  margin-left: 64px;
}

body .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

body .mx-0 {
  margin-right: 0px;
  margin-left: 0px;
}

body .mx-4 {
  margin-right: 4px;
  margin-left: 4px;
}

body .mx-8 {
  margin-right: 8px;
  margin-left: 8px;
}

body .mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}

body .mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}

body .mx-32 {
  margin-right: 32px;
  margin-left: 32px;
}

body .mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

body .mx-48 {
  margin-right: 48px;
  margin-left: 48px;
}

body .mx-56 {
  margin-right: 56px;
  margin-left: 56px;
}

body .mx-64 {
  margin-right: 64px;
  margin-left: 64px;
}

body .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

body .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

body .my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

body .my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

body .my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

body .my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

body .my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

body .my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

body .my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

body .my-56 {
  margin-top: 56px;
  margin-bottom: 56px;
}

body .my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}



/* fixed padding */
body .px-0 {
  padding-right: 0px;
  padding-left: 0px;

}

body .px-4 {
  padding-right: 4px;
  padding-left: 4px;
}

body .px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

body .px-16 {
  padding-right: 16px;
  padding-left: 16px;
}

body .px-24 {
  padding-right: 24px;
  padding-left: 24px;
}

body .px-32 {
  padding-right: 32px;
  padding-left: 32px;
}

body .px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

body .px-48 {
  padding-right: 48px;
  padding-left: 48px;
}

body .px-56 {
  padding-right: 56px;
  padding-left: 56px;
}

body .px-64 {
  padding-right: 64px;
  padding-left: 64px;
}



body .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;

}

body .py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

body .py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

body .py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

body .py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

body .py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

body .py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

body .py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

body .py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}

body .py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}


body .p-0 {
  padding: 0px;
}

body .p-4 {
  padding: 4px;
}

body .p-8 {
  padding: 8px;
}

body .p-16 {
  padding: 16px;
}

body .p-24 {
  padding: 24px;
}

body .p-32 {
  padding: 32px;
}

body .p-40 {
  padding: 40px;
}

body .p-48 {
  padding: 48px;
}

body .p-56 {
  padding: 56px;
}

body .p-64 {
  padding: 64px;
}


/* padding */
body .pt-0 {
  padding-top: 0px;
}

body .pt-4 {
  padding-top: 4px;
}

body .pt-8 {
  padding-top: 8px;
}

body .pt-16 {
  padding-top: 16px;
}

body .pt-24 {
  padding-top: 24px;
}

body .pt-32 {
  padding-top: 32px;
}

body .pt-40 {
  padding-top: 40px;
}

body .pt-48 {
  padding-top: 48px;
}

body .pt-56 {
  padding-top: 56px;
}

body .pt-64 {
  padding-top: 64px;
}


body .pb-0 {
  padding-bottom: 0px;
}

body .pb-4 {
  padding-bottom: 4px;
}

body .pb-8 {
  padding-bottom: 8px;
}

body .pb-16 {
  padding-bottom: 16px;
}

body .pb-24 {
  padding-bottom: 24px;
}

body .pb-32 {
  padding-bottom: 32px;
}

body .pb-40 {
  padding-bottom: 40px;
}

body .pb-48 {
  padding-bottom: 48px;
}

body .pb-56 {
  padding-bottom: 56px;
}

body .pb-64 {
  padding-bottom: 64px;
}

body .pl-0 {
  padding-left: 0px;
}

body .pl-4 {
  padding-left: 4px;
}

body .pl-8 {
  padding-left: 8px;
}

body .pl-16 {
  padding-left: 16px;
}

body .pl-24 {
  padding-left: 24px;
}

body .pl-32 {
  padding-left: 32px;
}

body .pl-40 {
  padding-left: 40px;
}

body .pl-48 {
  padding-left: 48px;
}

body .pl-56 {
  padding-left: 56px;
}

body .pl-64 {
  padding-left: 64px;
}


body .pr-0 {
  padding-right: 0px;
}

body .pr-4 {
  padding-right: 4px;
}

body .pr-8 {
  padding-right: 8px;
}

body .pr-16 {
  padding-right: 16px;
}

body .pr-24 {
  padding-right: 24px;
}

body .pr-32 {
  padding-right: 32px;
}

body .pr-40 {
  padding-right: 40px;
}

body .pr-48 {
  padding-right: 48px;
}

body .pr-56 {
  padding-right: 56px;
}

body .pr-64 {
  padding-right: 64px;
}




/* section padding */
body .py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

body .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* col */
.col-50 {
  width: 50%;
}

.col-count-2 {
  column-count: 2;
  gap: 24px;
}


/* container */
.x-container {
  width: 90%;
  max-width: 1354px;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 1824px;
  padding-left: 48px;
  padding-right: 48px;
  margin: 0 auto;
}


/* other */
.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.ls-none {
  letter-spacing: 0;
}


/* text color */
.text-white {
  color: #ffffff;
}


/* background color */
.light-bg {
  background: #F4FAFA;
}

.black-bg {
  background: #000;
}

.white-bg {
  background: #fff;
}



/* width */
body .w-100 {
  width: 100%
}



/* button */
.trigger-btn {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: initial;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 9px 20px;
  border-radius: 100px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #000000;
}

.trigger-btn:hover {
  color: #000000;
}

.trigger-btn img {
  width: 8px;
  margin-left: 7px;
  position: relative;
  top: 0px;
}

/* new css for cart , checkout, header start here  12-4-24*/

/*css from styles.m css for cart popup */
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html {
  font-size: 62.5%;
}

.modals-wrapper button {
  cursor: pointer;
}

.modals-wrapper .modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
  display:flex;
}

body .modals-wrapper .modal-popup .modal-inner-wrap{
	margin: auto;
	transform: none;
	position: relative;
	transition: 0.3s;
	border-radius:4px;
}

body .modals-wrapper .modal-popup .modal-inner-wrap .modal-content{
	font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

body .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer button{
	font-size:10px;
	font-weight: 700;
	font-family: Montserrat;
	padding: 12px 32px;
	line-height: normal;
    text-align: center;
	letter-spacing: 2px;
    text-transform: uppercase;
}
body .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer button + button{
	color: #000;
    background-color: #fff;
}

.modals-wrapper .modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.modals-wrapper .modal-popup {
  pointer-events: none;
}

.modals-wrapper .modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999 !important;
}

.modals-wrapper .modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modals-wrapper .modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}

.modals-wrapper .modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}

.modals-wrapper .modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modals-wrapper .modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}

.modals-wrapper .modals-wrapper {
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modals-wrapper .modal-popup .action-close {
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.modals-wrapper .modal-popup .action-close:before {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.modals-wrapper .modal-popup .action-close>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modals-wrapper .modal-popup .modal-content {
  padding-left: 3rem;
  padding-right: 3rem;
}

.modals-wrapper .modal-popup .modal-footer {
  margin-top: auto;
  padding: 3rem;
}

/*css from styles.m css end here */

/*header menu link*/
.header-icons #minicart-content-wrapper>.block-title .qty {
  display: none;
}

.header-icons .mini-cart {
  position: relative;
  top: -2px;
}

.header-icons .mini-cart .minicart-wrapper {
  margin-left: 0px;
  display: flex;
}

.header-icons .mini-cart .action.showcart {
  color: #000;
}

.white-header .header-icons .mini-cart .action.showcart {
  color: #fff;
}

.header-icons .minicart-wrapper.active .ui-dialog .block-minicart {
  padding: 25px 20px;
  border: 1px solid #bbbbbb;
  position: absolute;
  width: 390px;
  right: 0px;
  background: #fff;
  top: 20px;
  top: 30px;
}

.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.header-icons .minicart-wrapper .action.showcart:before {
  font-size: 24px;
  color: #000;
}

.white-header .header-icons .minicart-wrapper .action.showcart:before {
  color: #fff;
}

.header-icons .minicart-wrapper .action.showcart:before {
  display: none;
}

.header-icons .minicart-wrapper .action.showcart .head-cart-icon {
  display: inline-block !important;
}

.white-header .mini-cart .head-cart-icon svg path {
  fill: #fff;
}

.header-icons .mini-cart .action.showcart span.text {
  display: none;
}

.header-icons .mini-cart .minicart-wrapper .action.showcart .counter.qty {
  background: #000;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  top: -5px;
  right: -15px;
  margin: 0px;
  position: absolute;
  border-radius: 100%;
}

.header-icons .mini-cart .minicart-wrapper .action.showcart .counter.qty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  top: -10px;
}

.header-icons .mini-cart .minicart-wrapper .action.showcart .counter.qty.empty {
  display: none !important;
}

.white-header .header-icons .mini-cart .minicart-wrapper .action.showcart .counter.qty {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 0px;
  top: -10px;
}

.header-icons .mini-cart .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #fff;
}

.white-header .header-icons .mini-cart .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #000;
}

.mini-cart .minicart-wrapper .action.showcart .counter.qty .counter-label {
  display: none;
}

/* home page mini cart menu design */
.block-minicart .items-total {
  float: left;
  margin: 0px;
}

.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}

.minicart-wrapper .action.close {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  transform: rotate(45deg);
  font-weight: normal;
  border-radius: 100%;
  cursor: pointer;
  color: #000;
}

.minicart-wrapper .action.close:before {
  font-size: 32px;
  line-height: 32px;
  content: '+';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.minicart-wrapper .action.close>span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.minicart-wrapper .subtotal+.actions:before {
  clear: both;
  display: block;
  width: 100%;
  content: "";
  padding-top: 10px;
}

.minicart-wrapper .actions .action.primary {
  width: 100%;
}

.header-icons .minicart-items-wrapper .minicart-items {
  padding: 0px;
}

.header-icons .minicart-items-wrapper .minicart-items li {
  list-style: none;
}

/*.header-icons .block-minicart .subtitle {display: none;}*/
.header-icons .minicart-items .product-item {
  padding: 20px 0;
}

/*.cms-home .minicart-items .product-item:first-child {padding-top: 0;}*/
.header-icons .minicart-items .product-item-details {
  padding-left: 88px;
}

.header-icons .minicart-items .product>.product-item-photo {
  float: left;
}

.header-icons .minicart-items .product>.product-item-photo span {
  display: inline-block;
  padding: 0px !important;
}

.header-icons .minicart-items .item-qty {
  text-align: center;
  width: 45px;
}

.minicart-items .product-item-name a {
  color: #000;
}

.header-icons .mini-cart .action.viewcart {
  display: block;
  text-align: center;
}

.minicart-wrapper .product .actions {
  display: flex;
  gap: 10px;
  float: none;
  margin: 0px;
}

.minicart-wrapper .product .actions a {
  color: #7f7f7f;
  font-size: 12px;
  text-decoration: underline;
}

.minicart-wrapper .product .actions a span {
  width: auto;
  clip: auto;
  margin: auto;
  position: initial;
  height: normal;
}

.minicart-wrapper .product .actions a:before {
  display: none;
}


.modal-popup.confirm._show {
  z-index: 1001 !important;
}

.modal-popup.confirm._show+.modals-overlay {
  z-index: 1000 !important;
}

.checkout-cart-index .page-main {
  position: relative;
}

.checkout-cart-index .message {
  width: 100%;
  top: 0px;
  text-align: center;
  background: #5AA469;
  color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
}

.checkout-cart-index .message.error {
  background: #EF4B4B;
}

#checkout a,
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000;
}

.cart-container {
  padding-bottom: 30px;
}

.checkout-cart-index .page-title-wrapper .page-title {
  width: 100%;
}

.checkout-cart-index .page-title .base {
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 20px;
}

.checkout-cart-index .form-cart th,
.cart-summary>.title,
.opc-block-summary>.title,
#shipping>.step-title,
.opc-block-shipping-information .shipping-information-title {
  font-size: 16px;
  font-weight: 500;
}

.cart-summary>.title,
.opc-block-summary>.title,
#shipping>.step-title {
  text-transform: uppercase;
}

.checkout-cart-index .form-cart .price-including-tax .price,
.checkout-cart-index .form-cart .price-excluding-tax .price {
  font-weight: normal;
  font-size: 14px;
}

#shopping-cart-table .cart.item {
  position: relative;
}

.cart-container .cart.table-wrapper table#shopping-cart-table td.col.item {
  padding-top: 20px;
}

#shopping-cart-table .item-actions .action.action-delete {
  position: absolute;
  bottom: 0px;
  left: 140px;
  border: none;
  background: transparent;
  color: #626262;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  bottom: 40px;
  color: #b1b1b1;
}

#shopping-cart-table .item-actions .action.action-delete:before {
  content: "+";
  transform: rotate(45deg);
  display: inline-block;
  font-size: 18px;
  vertical-align: bottom;
}

#shopping-cart-table .product-item-name>a,
#shopping-cart-table span.price {
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

.checkout-cart-index .form-cart .cart.actions .action,
.checkout-methods-items .item .action.checkout,
#discount-coupon-form .apply.primary,
.checkout-shipping-method .actions-toolbar .action.primary,
#checkout-payment-method-load .action.primary.checkout,
#discount-form .action.action-apply,
.cart-empty a,
.checkout-success .action.continue,
.action.primary,
.action.primary:hover,
.modal-footer .action-secondary,
.modal-footer .action-primary,
.header-icons .mini-cart .action.viewcart,
.payment-method._active .checkout-billing-address>.fieldset>.actions-toolbar>.primary>.action {
  padding: 6px 12px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  vertical-align: middle;
  letter-spacing: 1px;
  border: 1px solid #000;
  border-radius: 0px;
  text-transform: uppercase;
  outline:none;
}

.checkout-cart-index .form-cart .cart.actions .action:before {
  vertical-align: middle;
  display: inline-block;
}

/*this line for payment method checkbox of address*/
.payment-method._active .checkout-billing-address>.fieldset>.actions-toolbar>.primary>.action-cancel {
  margin-top: 0px;
}

.cart-summary #block-shipping .title strong,
#block-discount #block-discount-heading,
.column.main .block .title strong,
.opc-block-summary .product-item .price {
  font-size: 14px;
}

.cart-summary #block-shipping .title:after,
#block-discount .title:after {
  top: 5px;
}

.opc-block-summary .items-in-cart>.title:after {
  top: 13px;
}

.checkout-methods-items .item .action.checkout {
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
}

.cart-summary .block #shipping-zip-form .fieldset {
  margin-top: 0px;
  margin-bottom: 0px;
}

#shopping-cart-table,
#shipping.checkout-shipping-address {
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.cart.table-wrapper .items thead+.item,
.cart.table-wrapper .items>.item,
.opc-wrapper .step-title {
  border-color: #f4f4f4;
}

.checkout-index-index header.page-header .header.content a.logo,
.checkout-container .authentication-wrapper .action-auth-toggle {
  display: none;
}

.opc-progress-bar {
  text-align: center;
  max-width: 724px;
  margin: 20px auto 40px auto;
  width: 100%;
}

.opc-progress-bar-item:before {
  height: 1px;
  top: 4px;
}

.opc-progress-bar-item:first-child:before {
  border-radius: 0px;
}

.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before {
  background: #000;
}

.opc-progress-bar-item>span:before,
.opc-progress-bar-item>span:after {
  width: 10px;
  height: 10px;
}

.opc-progress-bar-item>span:after {
  display: none;
}

.opc-progress-bar-item>span {
  font-size: 14px;
  padding-top: 20px;
  text-transform: uppercase;
}

.opc-wrapper .fieldset>.field:not(.choice)>.label {
  text-align: left;
}

.opc-block-summary .product-item .product-item-inner {
  display: flex;
  flex-wrap: wrap;
}

.opc-sidebar {
  margin-top: 0px;
}

.fieldset>.field {
  margin-bottom: 0px;
}

input[type="email"] {
  height: 42px;
}

.cart.table-wrapper th.col {
  padding-top: 10px;

  text-align: left;
  background: #f2f2f2;
  padding: 10px;
}


.newsletter,
.choice {
  position: relative;
}

/*cart empty css below*/
.cart-empty {
  text-align: center;
  margin-bottom: 30px;
}

/*thank you success message*/
.checkout-onepage-success #maincontent {
  text-align: center;
}

.checkout-onepage-success #registration {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px;
  margin: 60px 0px 50px;
}

.checkout-success .actions-toolbar>.primary {
  width: 100%;
}

.checkout-success .actions-toolbar .primary .action.primary.continue {
  float: none;
}

.checkout-success .action.continue {
  width: auto;
}

.checkout-onepage-success h1.page-title {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: normal;
}

/*product page add to cart design*/
.product-slider-content-section .product-slider-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-slider-content-section .product-slider-btn .product-slider-contact {
  margin-bottom: 0px;
}

.product-slider-content-section .product-add-to-cart .action.tocart.primary {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  align-items: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 255px;
  padding: 18px 20px;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  cursor: pointer;
}

.product-slider-content-section .product-slider-contact,
.product-slider-content-section .product-add-to-cart {
  width: 100%;
}

/*custom radio checkbox for checkout process*/
.cart-summary .block .fieldset .methods .field>.label,
.billing-address-same-as-shipping-block.field.choice,
.table-checkout-shipping-method .col.col-method,
.table-checkout-shipping-method .col.col-method input[type="radio"].radio {
  position: relative;
}

.choice input[type="radio"]~label:before,
.choice input[type="radio"]:checked~label:after,
.table-checkout-shipping-method .col.col-method input[type="radio"].radio:before,
.table-checkout-shipping-method .col.col-method input[type="radio"]:checked.radio:after {
  content: "";
  display: inline-block;
  border-radius: 100%;
  position: absolute;
}

.choice input[type="radio"]~label:before,
.table-checkout-shipping-method .col.col-method input[type="radio"].radio:before {
  border: 1px solid #000;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  left: -20px;
  top: 3px;
}

.choice input[type="radio"]:checked~label:after,
.table-checkout-shipping-method .col.col-method input[type="radio"]:checked.radio:after {
  width: 6px;
  height: 6px;
  background: #000;
  left: -16px;
  top: 7px;
}

.choice input {
  position: absolute;
  opacity: 0;
}

/*free shipping on cart page*/
#co-shipping-method-form dd.item-options>.field.choice {
  padding-left: 25px;
  top: 0px;
}

.table-checkout-shipping-method {
  cursor: default;
}

.table-checkout-shipping-method .col.col-method input[type="radio"].radio:before {
  left: -1px;
  top: -1px;
  background: #fff;
}

.table-checkout-shipping-method .col.col-method input[type="radio"]:checked.radio:after {
  left: 3px;
  top: 3px;
}

.choice input[type="checkbox"]~label:before,
.choice input[type="checkbox"]:checked~label:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.choice input[type="checkbox"]~label:before {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  left: -20px;
  top: 3px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0px;
  top: 8px;
}

.choice input[type="checkbox"]:checked~label:before {
  background: #000;
}

.choice input[type="checkbox"]:checked~label:after {
  content: "";
  width: 6px;
  height: 4px;
  left: -16px;
  border-radius: 0px;
  top: 7px;
  top: 12px;
  background: transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.checkout-billing-address .billing-address-details .action-edit-address,
.mini-cart .minicart-items .update-cart-item {
  background: transparent;
  padding: 0px;
  border: none;
  min-width: 40px;
  text-align: left;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  font-weight: normal;
}

.mini-cart .minicart-items .update-cart-item {
  padding: 7px 0px;
}


/**** checkou cart page aty plus minus design ****/
.cart-container #shopping-cart-table .qty-field-wrapper {
  align-items: center;
  border: 1px solid #f4f4f4;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  padding: 0px;
  width: 100px;
  /*margin: auto 0px auto auto;*/
  margin: 0px;
}

.cart-container #shopping-cart-table .qty-field-wrapper .delete-item,
.cart-container #shopping-cart-table .qty-field-wrapper .decreaseQty,
.cart-container #shopping-cart-table .qty-field-wrapper .increaseQty {
  background: transparent;
  color: #000;
  padding: 0px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0px;
  justify-content: center;
  height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
  min-width: 30px;
  border: none;
  border-radius: 0px;
  align-items: center;
}

.cart-container #shopping-cart-table .qty-field-wrapper .delete-item {
  background: url(../images/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
}

.cart-container #shopping-cart-table .qty-field-wrapper .decreaseQty,
.cart-container #shopping-cart-table .qty-field-wrapper .increaseQty {
  font-size: 12px;
}

.cart.table-wrapper .col.qty .control.qty .input-text {
  border: none;
  color: #000000;
  height: auto;
  margin: 0px;
  opacity: 1;
  padding: 0px;
  pointer-events: none;
  width: 38px;
}

.cart.table-wrapper .col.qty .control.qty .mage-error {
  position: absolute;
  top: 28px;
  min-width: 150px;
  font-size: 12px;
  text-align: center;
}

.cart-container #shopping-cart-table .qty-field-wrapper .delete-item span {
  display: flex;
}

.cms-terms-and-conditions .timeline-banner .container {
  max-width: 1400px;
}

.cms-terms-and-conditions .timeline-banner h4 {
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 16px;
}

.cms-terms-and-conditions .timeline-banner h5 {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 16px;
}

#servicePopup .close-icon:before {
  background-color: #000;
}

#servicePopup .close-icon:after {
  background-color: #000;
}

#servicePopup .popup-close {
  top: 35px;
}

.payment-logos-wrapper .payment-logo.papal-logo {
  display: none;
}


@media(max-width:1120px) {
  .product-slider-content-section .product-slider-btn {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 950px) {

  .product-slider-content-section .product-add-to-cart {
    max-width: 190px;
  }

  .d-flex>.hd-right-col {
    padding-left: 0px;
  }

  .cart-container .cart.table-wrapper table#shopping-cart-table td.col.item {
    display: table-cell;
  }
}

@media(max-width:992px) {

  .cart-container #shopping-cart-table .qty-field-wrapper {
    margin: 0 auto;
  }

}

@media(max-width:768px) {
  #shopping-cart-table .item-actions .action.action-delete {
    left: 75px;
  }
}

@media(max-width:767px) {
  .header-icons .mini-cart {
    top: 0px;
  }

  .header-icons .minicart-wrapper.active .ui-dialog .block-minicart {
    max-width: 320px;
  }

  .product-slider-content-section .product-add-to-cart .action.tocart.primary {
    padding: 10px 20px;
    min-height: 40px;
  }

  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .form-cart,
  .checkout-cart-index .form-cart .cart.actions .action,
  .cart-summary {
    width: 100%;
  }

  .checkout-cart-index .form-cart .cart.actions .action {
    padding: 10px 12px;
  }

  .cart-summary {
    order: 2;
    margin-top: 20px;
  }


  .cart.table-wrapper .item .col.item {
    min-height: 140px;
  }

  .cart.table-wrapper .item .col.item {
    padding-left: 120px;
  }

  .cart.table-wrapper .product-item-photo {
    max-width: 100px;
  }

  #shopping-cart-table .item-actions .action.action-delete {
    position: relative;
    left: 0px;
    bottom: 0px;
    text-align: left;
    width: 100%;
  }

  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.subtotal {
    padding-top: 40px;
    text-align: left;
  }

  .opc-estimated-wrapper .estimated-block {
    font-size: 14px;
    font-weight: normal;
  }

  .opc-estimated-wrapper .estimated-block .estimated-label {
    display: inline-block;
  }

  .minicart-wrapper {
    margin-top: 0px;
  }

  .minicart-wrapper .action.showcart {
    padding: 0px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
  }

  .header-icons .minicart-wrapper .action.showcart {
    width: auto;
    height: auto;
  }

  .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    font-size: 25px;
  }

  .minicart-wrapper .action.showcart .counter.qty {
    background: #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: normal;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
  }

  .header-icons .minicart-wrapper.active .ui-dialog .block-minicart {
    max-width: 320px;
  }

  .header-icons .minicart-wrapper.active .ui-dialog #top-cart-btn-checkout {
    font-size: 14px;
  }

  .payment-method._active .payment-method-content .billing-address-same-as-shipping-block {
    padding-left: 20px;
  }

  .payment-method-content .billing-address-same-as-shipping-block.choice input[type="checkbox"]:checked~label:before {
    left: -5px;
  }

  .payment-method-content .billing-address-same-as-shipping-block.choice input[type="checkbox"]:checked~label:after {
    left: -1px;
  }

}

/* new css for cart end here 12-4-24*/



@media (max-width: 1200px) {
  body .py-140 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}


@media (max-width: 1024px) {
  body .py-140 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}


@media (max-width: 991px) {
  body .py-140 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .x-container {
    width: 95%;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-block>div {
    width: 100%;
  }
}


@media (min-width: 768px) and (max-width: 860px) {
  .x-container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}


@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  body .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body .px-md-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  body .px-md-4 {
    padding-right: 4px;
    padding-left: 4px;
  }

  body .px-md-8 {
    padding-right: 8px;
    padding-left: 8px;
  }

  body .px-md-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  body .px-md-24 {
    padding-right: 24px;
    padding-left: 24px;
  }

  body .px-md-32 {
    padding-right: 32px;
    padding-left: 32px;
  }

  body .px-md-40 {
    padding-right: 40px;
    padding-left: 40px;
  }

  body .px-md-48 {
    padding-right: 48px;
    padding-left: 48px;
  }

  body .px-md-56 {
    padding-right: 56px;
    padding-left: 56px;
  }

  body .px-md-64 {
    padding-right: 64px;
    padding-left: 64px;
  }



  body .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;

  }

  body .py-md-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  body .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  body .py-md-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body .py-md-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  body .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body .py-md-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body .py-md-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body .py-md-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  body .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body .pt-md-0 {
    padding-top: 0px;
  }

  body .pt-md-4 {
    padding-top: 4px;
  }

  body .pt-md-8 {
    padding-top: 8px;
  }

  body .pt-md-16 {
    padding-top: 16px;
  }

  body .pt-md-24 {
    padding-top: 24px;
  }

  body .pt-md-32 {
    padding-top: 32px;
  }

  body .pt-md-40 {
    padding-top: 40px;
  }

  body .pt-md-48 {
    padding-top: 48px;
  }

  body .pt-md-56 {
    padding-top: 56px;
  }

  body .pt-md-64 {
    padding-top: 64px;
  }


  body .pb-md-0 {
    padding-bottom: 0px;
  }

  body .pb-md-4 {
    padding-bottom: 4px;
  }

  body .pb-md-8 {
    padding-bottom: 8px;
  }

  body .pb-md-16 {
    padding-bottom: 16px;
  }

  body .pb-md-24 {
    padding-bottom: 24px;
  }

  body .pb-md-32 {
    padding-bottom: 32px;
  }

  body .pb-md-40 {
    padding-bottom: 40px;
  }

  body .pb-md-48 {
    padding-bottom: 48px;
  }

  body .pb-md-56 {
    padding-bottom: 56px;
  }

  body .pb-md-64 {
    padding-bottom: 64px;
  }

  body .pl-md-0 {
    padding-left: 0px;
  }

  body .pl-md-4 {
    padding-left: 4px;
  }

  body .pl-md-8 {
    padding-left: 8px;
  }

  body .pl-md-16 {
    padding-left: 16px;
  }

  body .pl-md-24 {
    padding-left: 24px;
  }

  body .pl-md-32 {
    padding-left: 32px;
  }

  body .pl-md-40 {
    padding-left: 40px;
  }

  body .pl-md-48 {
    padding-left: 48px;
  }

  body .pl-md-56 {
    padding-left: 56px;
  }

  body .pl-md-64 {
    padding-left: 64px;
  }


  body .pr-md-0 {
    padding-right: 0px;
  }

  body .pr-md-4 {
    padding-right: 4px;
  }

  body .pr-md-8 {
    padding-right: 8px;
  }

  body .pr-md-16 {
    padding-right: 16px;
  }

  body .pr-md-24 {
    padding-right: 24px;
  }

  body .pr-md-32 {
    padding-right: 32px;
  }

  body .pr-md-40 {
    padding-right: 40px;
  }

  body .pr-md-48 {
    padding-right: 48px;
  }

  body .pr-md-56 {
    padding-right: 56px;
  }

  body .pr-md-64 {
    padding-right: 64px;
  }

  body .mx-md-0 {
    margin-right: 0px;
    margin-left: 0px;

  }

  body .mx-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  body .mx-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  body .mx-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  body .mx-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  body .mx-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  body .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  body .mx-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  body .mx-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }

  body .mx-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }



  .my-md-0 {
    margin-top: 0px;
    margin-bottom: 0px;

  }

  .my-md-4 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .my-md-8 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .my-md-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .my-md-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .my-md-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .my-md-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .my-md-48 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .my-md-56 {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .my-md-64 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  body .mt-md-0 {
    margin-top: 0px;
  }

  body .mt-md-4 {
    margin-top: 4px;
  }

  body .mt-md-8 {
    margin-top: 8px;
  }

  body .mt-md-16 {
    margin-top: 16px;
  }

  body .mt-md-24 {
    margin-top: 24px;
  }

  body .mt-md-32 {
    margin-top: 32px;
  }

  body .mt-md-40 {
    margin-top: 40px;
  }

  body .mt-md-48 {
    margin-top: 48px;
  }

  body .mt-md-56 {
    margin-top: 56px;
  }

  body .mt-md-64 {
    margin-top: 64px;
  }


  body .mb-md-0 {
    margin-bottom: 0px;
  }

  body .mb-md-4 {
    margin-bottom: 4px;
  }

  body .mb-md-8 {
    margin-bottom: 8px;
  }

  body .mb-md-16 {
    margin-bottom: 16px;
  }

  body .mb-md-24 {
    margin-bottom: 24px;
  }

  body .mb-md-32 {
    margin-bottom: 32px;
  }

  body .mb-md-40 {
    margin-bottom: 40px;
  }

  body .mb-md-48 {
    margin-bottom: 48px;
  }

  body .mb-md-56 {
    margin-bottom: 56px;
  }

  body .mb-md-64 {
    margin-bottom: 64px;
  }

  body .ml-md-0 {
    margin-left: 0px;
  }

  body .ml-md-4 {
    margin-left: 4px;
  }

  body .ml-md-8 {
    margin-left: 8px;
  }

  body .ml-md-16 {
    margin-left: 16px;
  }

  body .ml-md-24 {
    margin-left: 24px;
  }

  body .ml-md-32 {
    margin-left: 32px;
  }

  body .ml-md-40 {
    margin-left: 40px;
  }

  body .ml-md-48 {
    margin-left: 48px;
  }

  body .ml-md-56 {
    margin-left: 56px;
  }

  body .ml-md-64 {
    margin-left: 64px;
  }


  body .mr-md-0 {
    margin-right: 0px;
  }

  body .mr-md-4 {
    margin-right: 4px;
  }

  body .mr-md-8 {
    margin-right: 8px;
  }

  body .mr-md-16 {
    margin-right: 16px;
  }

  body .mr-md-24 {
    margin-right: 24px;
  }

  body .mr-md-32 {
    margin-right: 32px;
  }

  body .mr-md-40 {
    margin-right: 40px;
  }

  body .mr-md-48 {
    margin-right: 48px;
  }

  body .mr-md-56 {
    margin-right: 56px;
  }

  body .mr-md-64 {
    margin-right: 64px;
  }

  body .my-md-auto {
    margin-right: auto;
    margin-left: auto;
  }

  body .my-md-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  body .my-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  body .my-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  body .my-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  body .my-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  body .my-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  body .my-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  body .my-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  body .my-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }

  body .my-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  body .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }

  body .mx-md-0 {
    margin-right: 0px;
    margin-left: 0px;
  }

  body .mx-md-4 {
    margin-right: 4px;
    margin-left: 4px;
  }

  body .mx-md-8 {
    margin-right: 8px;
    margin-left: 8px;
  }

  body .mx-md-16 {
    margin-right: 16px;
    margin-left: 16px;
  }

  body .mx-md-24 {
    margin-right: 24px;
    margin-left: 24px;
  }

  body .mx-md-32 {
    margin-right: 32px;
    margin-left: 32px;
  }

  body .mx-md-40 {
    margin-right: 40px;
    margin-left: 40px;
  }

  body .mx-md-48 {
    margin-right: 48px;
    margin-left: 48px;
  }

  body .mx-md-56 {
    margin-right: 56px;
    margin-left: 56px;
  }

  body .mx-md-64 {
    margin-right: 64px;
    margin-left: 64px;
  }

  body .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .x-container {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .d-md- {
    display: block;
  }

  .d-md-block>div {
    width: 100%;
  }

  .d-md-none {
    display: none;
  }

  .text-align-md-left {
    text-align: left;
  }

  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .trigger-btn>span {
    display: none;
  }

  .trigger-btn>img {
    margin-left: 0px;
  }

  .row-md {
    margin-left: -16px;
    margin-right: -16px;
  }

  .trigger-btn {
    padding: 0;
    width: 45px;
    height: 33px;
    justify-content: center;
  }

  .trigger-btn>span:not(:first-child) {
    display: block;
  }

  .oc-slider-btn svg {
    margin: 0;
  }
}


/* Typography CSS End */




/* Header CSS Start */
.header-wrapper {
  position: relative;
  background-color: #fff;
}

.header-fixed-wrapper {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  position: relative;
  z-index: 999;
  transition: 0.5s;
  transform: translateY(0px);
  border-bottom: 1px solid #EAEAEA;
}

.checkout-cart-index .header-fixed-wrapper,
.checkout-index-index .header-fixed-wrapper {
  border: none;
}

.header-search-wrapper {
  position: absolute;
  top: 127px;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #EAEAEA;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
}

.search-open .header-search-wrapper {
  visibility: visible;
  opacity: 1;
}

.header-search-wrapper .hd-search-container {
  display: flex;
  position: relative;
  width: 78%;
  margin: 0 auto;
  padding: 0 32px;
  align-items: center;

  width: 100%;
  max-width: 1824px;
  padding: 0 48px;
}

.hd-search-close {
  width: 78px;
  height: 78px;
  display: none;
  align-items: center;
  justify-content: end;
  margin-left: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background-color: #fff;
  padding-right: 53px;
}

.hd-search-close .close-icon {
  opacity: 1;
  width: 16px;
  height: 16px;
}

.hd-search-close .close-icon:after {
  height: 1px;
}

.hd-search-close .close-icon:before {
  width: 1px;
}


.hd-search-close img {
  width: 14px;
  transform: rotate(45deg);
}

.hs-search-input-wrapper {
  width: 100%;
  position: relative;
}

button.hs-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-color: #fff;
  border: 0px;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: flex;
  z-index: 99;
  opacity: 1;
  box-shadow: none !important;
}

.text-exist button.hs-search-btn {
  display: flex;
}


/* .header-search-wrapper input.hd-search-input:placeholder-shown+#search_autocomplete+.hs-search-btn {
  display: none;
} */

.header-search-wrapper input.hd-search-input {
  height: 78px;
  border: none;
  width: 100%;
  padding: 0px 80px 0px 0px;
  outline: none;
  background-color: #fff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  margin: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

button.hs-search-btn img {
  vertical-align: middle;
  width: 16px;
  position: relative;
  top: 2px;
}

.close-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  transform: rotate(45deg);
  opacity: 0.4;
}

.close-icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
}

.close-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #000;
  left: 50%;
  transform: translateX(-50%);
}

.switcher-options {
  display: none;
  position: absolute;
  display: block;
  width: 100px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  right: 0px;
  top: 64px;
  padding: 5px 0px;
  background: #fff;
  border-top: 1px solid #000;
}

.switcher-options:before {
  content: "";
  display: block;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  top: -11px;
  position: absolute;
  z-index: 0;
  right: 24px;
  transition: 0.3s;
  border: 4px solid #000;
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.switcher-options:after {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
}

.hd-language-switcher [class*="view-"] {
  position: relative;
}

/*
.hd-language-switcher [class*="view-"]:before {
  content: "";
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 12px;
 background-repeat: no-repeat;
 background-image: url(../images/flag-India.png);
}

.view-fr:before {
  background-image: url(../images/flag-fr.png) !important;
}

.view-en:before {
  background-image: url(../images/flag-en.png) !important;
}
*/

.view-bharat,
.view-fr,
.view-en,
.view-bharat>a,
.view-bharat>span,
.view-fr>a,
.view-fr>span,
.view-en>a,
.view-en>span,
.view-eu>a,
.view-eu>span {
  font-size: .1px;
  position: relative;
  color: #fff;
}

.view-bharat>a:before,
.view-bharat>span:before,
.view-fr>a:before,
.view-fr>span:before,
.view-en>a:before,
.view-en>span:before,
.view-eu>a:before,
.view-eu>span:before {
  content: "INR";
  font-size: 14px;
  color: #000;
}

.view-fr>a:before,
.view-fr>span:before {
  content: "CHF";
}

.view-en>a:before,
.view-en>span:before {
  content: "USD";
}

.view-eu>a:before,
.view-eu>span:before {
  content: "EUR";
}

.switcher-language:hover .switcher-options {
  opacity: 1;
  visibility: visible;
}

ul.switcher-dropdown {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.switcher-trigger strong,
.switcher-option a {
  /* color: #fff; */
  font-weight: normal;
  padding: 8px 15px;
  display: block;
  line-height: normal;
  text-transform: uppercase;

  /*  padding-left: 35px;*/
}

.switchStyleArray.switcher-options {
  display: block;
}

ul.hd-icons>li.hd-language-switcher .switcher-label {
  position: relative;
  padding-right: 24px;
  cursor: pointer;
}

.wishlist .actions-toolbar button {
  cursor: pointer;
}

ul.hd-icons>li.hd-language-switcher .switcher-label>span {
  font-size: 0px;
}

ul.hd-icons>li.hd-language-switcher .switcher-label:before,
.hd-language-switcher .switcher-language .switcher-label:before {
  content: "EN";
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
}



ul.hd-icons>li.custom-en_US .switcher-label:before,
ul.hd-icons>li.hd-language-switcher .custom-en .switcher-label:before {
  content: "USD";
}

ul.hd-icons>li.custom-hi_IN .switcher-label:before,
ul.hd-icons>li.hd-language-switcher .custom-bharat .switcher-label:before {
  content: "INR";
}

ul.hd-icons>li.custom-de_DE .switcher-label:before,
ul.hd-icons>li.hd-language-switcher .custom-eu .switcher-label:before {
  content: "EUR";
}

ul.hd-icons>li.custom-fr_FR .switcher-label:before ,
ul.hd-icons>li.hd-language-switcher .custom-fr .switcher-label:before
{
  content: "CHF";
}

ul.hd-icons>li.hd-language-switcher .switcher-label:after {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000;
  margin-left: 12px;
  position: absolute;
  top: 5px;
}

.white-header ul.hd-icons>li.hd-language-switcher .switcher-label:after {
  border-top-color: #fff;
}

.white-header .switcher-language {
  color: #fff;
}

.white-header .switcher-options {
  background: #fff;
}

.white-header .header-fixed-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 0;
}

.hd-flex {
  display: flex;
}

.hd-left-col {
  width: calc(50% - 160px);
  display: flex;
  align-items: center;
  padding-left: 0px !important;
  position: relative;
}

.header-icons {
  margin-left: auto;
  display: flex;
}

.hd-right-col {
  width: calc(50% - 160px);
  display: flex;
  justify-content: right;
  padding-right: 0px !important;
  position: relative;
}

.hd-logo-wrapper {
  width: 320px;
  text-align: center;
}

.hd-logo-wrapper svg {
  width: 100%;
  vertical-align: middle;
}

.hd-logo-wrapper svg path {
  fill: #000;
}

.menu-trigger {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-trigger svg {
  width: 24px;
  min-width: 24px;
}

.menu-trigger svg rect {
  fill: #000;
}

.menu-trigger span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  text-decoration: none;
  margin-left: 25px;
}

.white-header .menu-trigger span {
  color: #fff;
}

ul.hd-menu {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.hd-icons>li svg.search-close-icon {
  display: none;
}

.search-open ul.hd-icons>li svg.search-close-icon {
  display: block;
}

.search-open ul.hd-icons>li svg.search-svg {
  display: none !important;
}

.search-open ul.hd-icons>li svg.search-open-icon {
  display: none;
}


ul.hd-menu>li>a {
  padding: 8px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  text-decoration: none;
}

.white-header ul.hd-menu>li>a {
  color: #ffffff;
}

ul.hd-icons {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}


ul.hd-icons>li {
  margin: 0px 8px;
  position: relative;
}

ul.hd-icons>li>a {
  padding: 6px;
  color: #000000;
  display: flex;
  align-items: center;
  padding-right: 0;
  position: relative;
  top: -1px;
}

.white-header ul.hd-icons>li>a {
  color: #fff;
}

.white-header .menu-trigger svg rect,
.white-header .hd-logo-wrapper svg path,
.white-header ul.hd-icons>li.hd-language-switcher>a>svg>path,
.white-header .hd-account-dropdown .hd-drop-downLis-arrow>svg path {
  fill: #fff;
}

.white-header ul.hd-icons>li>a>svg>path,
.white-header .hd-cart-drop-down-btn>svg path,
.white-header .hd-account-drop-down-btn>svg path {
  stroke: #fff;
}



ul.hd-icons>li>a>span {
  margin-left: 25px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

ul.hd-icons>li.hd-language-switcher>a>span {
  display: block;
  margin-right: 8px;
}

.header-fixed-wrapper .container .d-flex:after {
  content: "";
  position: absolute;
  display: block;
  top: 65px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: red;
  opacity: 0;
  pointer-events: none;
}

ul.hd-icons>li.hd-language-switcher {
  margin-top: 2px;
  margin-right: 0px;
  margin-left: 10px;
}

ul.hd-icons>li.hd-language-switcher strong {
  font-weight: normal;
}

.hd-logo-wrapper a {
  display: block;
}

.hd-logo-wrapper a {
  display: block;
}

.header-menu-overlay,
.hd-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
}

.menu-open .header-menu-overlay {
  visibility: visible;
  opacity: .8;
}

.header-fixed-menu-wrapper {
  position: fixed;
  width: 100%;
  max-width: 557px;
  background-color: #fff;
  top: 0;
  left: -560px;
  height: 100%;
  transition: .5s;
  overflow-y: auto;
  z-index: 99999;
}

.menu-open .header-fixed-menu-wrapper {
  left: 0;
}

.menu-close-trigger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-close-wrapper {
  width: 100%;
  padding: 5px 16px;
  display: flex;
  justify-content: end;
}

.menu-close-trigger img {
  width: 16px;
}

.menu-close-trigger .close-icon {
  width: 20px;
  height: 20px;
}


.header-fixed-menu-wrapper .header-menu {
  padding: 30px 50px 76px 50px;
}

.header-menu>ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #000;
  font-weight: 500;
}

.header-menu>ul>li {
  position: relative;
}

.header-menu>ul>li>a {
  display: block;
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  padding: 16px 0px 17px 0px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  padding-right: 50px;
}

ul.hd-icons>li>div[class*="dropdown"] {
  position: absolute;
  top: 55px;
  right: -15px;
  display: block;
  width: 120px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  border-radius: 4px;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

ul.hd-icons>li.active>div[class*="dropdown"] {
  visibility: visible;
  opacity: 1;
  top: 48px;
}


.language-switcher {
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
  z-index: 9;
}

li.hd-language-switcher {
  position: relative;
}

ul.language-switcher>li {
  position: relative;
  text-align: left;
  padding: 10px 15px;
  z-index: 9;
  cursor: pointer;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-right: 5px;
}

.flag-de {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==);
}

.flag-usa {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=);
}

ul.hd-icons>li>div[class*="dropdown"]:before {
  content: "";
  display: block;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  top: -12px;
  position: absolute;
  z-index: 0;
  right: 27px;
  transition: 0.3s;
}

.page-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  /* max-width: 1728px; */
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
  background-color: #fff;
}

ul.hd-menu-level-2 {
  display: none;
}

.m-child-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  z-index: 9;
  line-height: 0;
}

.m-child-trigger svg.fl-close-icon {
  display: none;
}

.m-child-trigger svg.fl-open-icon {
  display: block;
}

.child-open > .m-child-trigger svg.fl-close-icon {
  display: block;
}

.child-open > .m-child-trigger svg.fl-open-icon {
  display: none;
}

ul.hd-menu-level-2 {
  padding: 0;
  list-style: none;
  margin: 0;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  color: #000000;
  padding-top: 16px;
}

ul.hd-menu-level-2 li>a {
  color: #000000;
}

ul.hd-menu-level-2 li>span {
  font-weight: 700;
}

ul.hd-menu-level-2 li a {
  display: block;
  padding: 12px 0px;
  text-transform: uppercase;
}

ul.hd-menu-level-2 li span {
  display: block;
  padding: 15px 0px;
}

ul.hd-menu-level-2>li:last-child {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section-header {
  margin-bottom: 32px !important;
}



@media (max-width: 991px) {
  .home-banner-slide-image img {
    object-position: top;
  }

  .header-search-wrapper {
    top: 102px;
  }

  .cms-home.search-open .hm-bnr-slider-nav {
    visibility: hidden;
  }

  .cms-home.search-open .carousel-progress {
    visibility: hidden;
  }

  .cms-home.search-open .hm-bnr-content {
    visibility: hidden;
  }

  .cms-home.search-open .hm-bnr-bg:before {
    opacity: 0.8;
  }

  .cms-home.search-open .carousel-progress {
    visibility: hidden;
  }

  .cms-home.search-open .home-banner-slider .progress {
    animation-play-state: paused !important;
  }

  /*
  .cms-home .header-search-wrapper {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 130px;
    background-color: transparent;
    border-top: 0;
    transition: none;
    height: calc(100vh - 130px);
    max-height: 956px;
    padding-bottom: 130px;
    max-height: calc(950px - 130px);
  }

  .cms-home.search-open .header-search-wrapper {
    max-width: 800px;
    transition: 0.3s;
  }

  .cms-home .header-search-wrapper .hd-search-container {
    padding: 0;
  }

  .cms-home .header-search-wrapper input.hd-search-input {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 122%;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
    padding: 0px;
    background-color: transparent;
    padding-right: 50px;
    border-bottom: 1px solid #fff;
  }

  .cms-home .header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
*/
  .cms-home .hd-search-close {
    background-color: transparent;
    padding: 0;
  }

  .cms-home .close-icon:before {
    background-color: #fff;
  }

  .cms-home .close-icon:after {
    background-color: #fff;
  }

  .cms-home .hd-search-close .close-icon {
    width: 32px;
    height: 32px;
  }

  /*
  .cms-home button.hs-search-btn {
    background-color: transparent;
  }

  .cms-home button.hs-search-btn img {
    width: 32px;
    height: 32px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
*/
  .cms-home.text-exist .hd-search-close {
    visibility: hidden;
  }
}


@media (max-width: 767px) {

  /*  .cms-home .header-search-wrapper input.hd-search-input {
    font-size: 24px;
    line-height: 32px;
    height: 60px;
  }
*/
  ul.hd-icons>li>a>svg path {
    stroke: #000;
  }

  /*  .cms-home .header-search-wrapper {
    width: 70%;
    max-width: 180px;
    max-height: 608px;
    top: 90px;
    height: calc(100vh - 154px);
  }
*/
  .cms-home .hd-search-close {
    width: 60px;
    height: 60px;
  }

  .cms-home .hd-search-close .close-icon {
    width: 24px;
    height: 24px;
  }

  /*
  .cms-home button.hs-search-btn {
    width: 60px;
    height: 60px;
    padding-right: 0;
    top: -3px;
  }

  .cms-home button.hs-search-btn img {
    width: 24px;
    height: 24px;
  }
*/
}

/* header search style 2 end*/


/* Login Popup */
.hd-login-signup-dropdown {
  width: 270px !important;
}

li.hd-user.active .hd-login-signup-dropdown {
  top: 45px !important;
}

.login-main-popup {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}

.login-popup-content .form-field-contnet {
  padding: 32px 24px 24px 24px;
  background-color: #F4FAFA;
}

.login-popup-header ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 1px 0px 3px 1px #e1e1e1;
  position: relative;
}

.login-popup-header ul>li {
  width: 50%;
}

.login-popup-header ul>li>a {
  display: block;
  text-align: center;
  padding: 16px;
  color: #000;
  background-color: #ffffff;
}

.login-popup-header ul>li>a.active {
  background-color: #eee;
  color: #000;
}

form.register-form,
form.sign-in-form {
  display: none;
}

form.register-form.show,
form.sign-in-form.show {
  display: block;
}

.hd-input-wrap {
  margin-bottom: 16px;
  position: relative;
}

.hd-input-wrap>label {
  display: block;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  font-weight: 500;
}

.hd-input-wrap input[type="text"],
.hd-input-wrap input[type="email"],
.hd-input-wrap input[type="password"] {
  width: 100%;
  border: 1px solid #eee;
  padding: 5px 16px;
  outline: none;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  padding-left: 36px;
  font-family: Montserrat;
}

.hd-input-wrap.check-mark {
  display: flex;
  margin-bottom: 8px;
}

.hd-input-wrap.check-mark input {
  margin-right: 8px;
}

.hd-input-wrap.check-mark>label {
  cursor: pointer;
  padding-left: 20px;
  font-size: 10px;
}

.hd-login-submit {
  margin-top: 24px;
}

.hd-btn {
  display: block;
  width: 100%;
  border: 1px solid #000;
  padding: 5px 16px;
  outline: none;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hd-input-wrap>label>svg {
  width: 16px;
  height: 16px;
}

.hd-input-wrap.input-field>label {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hd-forgot-password {
  text-align: center;
  padding: 6px 10px;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.hd-forgot-password a {
  color: #000;
  font-size: 10px;
  line-height: 24px;
  display: block;
}



.hd-input-wrap.check-mark>input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: auto;
}

.hd-input-wrap.check-mark>label:after {
  content: "";
  left: 0;
  position: absolute;
  top: 7px;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #151211;
  z-index: 0;
  -webkit-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
}

.hd-input-wrap.check-mark [type="checkbox"]:checked+label:after {
  background: #151211;
}

.hd-input-wrap.check-mark>label:before {
  content: "";
  position: absolute;
  z-index: 1;
  -webkit-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  background: none;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  width: 5px;
  height: 3px;
  top: 10px;
  left: 3px;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
}


.hd-input-wrap.check-mark [type="checkbox"]:checked+label:before {
  transform: rotate(-45deg) scale(1);
  opacity: 1;
}

.hd-input-wrap.check-mark>label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #afafaf;
}

form.register-form .hd-login-submit {
  margin-top: 0;
}

.login-user-dropdown {
  display: none;
}

.login-user-dropdown.show {
  display: block;
}

.login-active .login-main-popup {
  display: none;
}

.login-active .login-user-dropdown {
  display: block;
}

.login-user-dropdown {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
}

.login-user-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #eee;
  background: #F4FAFA;
}

.login-user-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #eee;
}

.login-user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.login-user-links {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-top: 8px;
}

ul.login-user-links>li {
  padding: 8px 24px;
}

ul.login-user-links>li>a {
  color: #000;
  display: block;
}

ul.login-user-links>li:last-child {
  border-top: 1px solid #eee;
  margin-top: 8px;
}

.login-user-profile>a {
  display: inline-block;
  border: 1px solid #eee;
  color: #000;
  padding: 4px 16px;
  background-color: #fff;
}

.login-user-name {
  font-weight: bold;
  padding: 8px 24px;
  border-bottom: 1px solid #eee;
}

/* Cart CSS */
.hd-cart-list-container {
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
}

.hd-cart-list-dropdown {
  width: 300px !important;
}

.hd-cart-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  border-bottom: 1px solid #eee;
  background: #F4FAFA;
}

.hd-cart-header-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Times New Roman';
  letter-spacing: 2px;
}

.hd-cart-list-items-wrapper {
  padding: 24px 24px 12px 24px;
  max-height: 470px;
  overflow-y: auto;
}

.hd-cart-list-item {
  display: flex;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
  margin-bottom: 16px;
  position: relative;
}

.hd-cart-list-item:last-child {
  margin-bottom: 0;
}

.hd-cart-product-image {
  width: 70px;
  margin-bottom: auto;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
}

.hd-cart-product-info {
  width: calc(100% - 70px);
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.5px;
  padding: 8px 16px 0px 12px;
}

.hd-cart-product-brand {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  font-family: 'Times New Roman';
  letter-spacing: 2px;
}

.hd-cart-product-brand a {
  color: inherit;
}

.hd-cart-product-modal-no {
  margin-bottom: 24px !important;
}

.hd-cart-product-mm {
  width: 50%;
  float: left;
}

.hd-cart-product-price {
  width: 50%;
  float: left;
  font-weight: 500;
  text-align: right;
  padding: 5px 0px;
}

.hd-cart-product-info>div {
  margin-bottom: 6px;
}

.hd-cart-product-mm span {
  display: inline-block;
  padding: 5px 8px;
  background-color: #F4FAFA;
  font-size: 8px;
  line-height: 10px;
}

.hd-cart-checkout-btn {
  padding: 12px 24px 24px 24px;
  text-align: center;
}

.hd-cart-list-items-wrapper::-webkit-scrollbar {
  width: 5px;
}

.hd-cart-list-items-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.hd-cart-list-items-wrapper::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.hd-remove-cart {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 4px;
  top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.hd-remove-cart img {
  width: 12px;
  opacity: 0.5;
}

.hd-cart-list-item:hover .hd-remove-cart {
  visibility: visible;
  opacity: 1;
}

.popup-open .page-wrapper {
  transform: none;
}


.menu-card-section {
  position: relative;
  padding: 44px 0px 44px 0px;
  overflow: hidden;
}

.menu-card-title {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 26px;
  padding: 0px 50px;
}

.menu-card-items-index {
  display: flex;
}

.menu-card-item {
  width: 100% !important;
  min-width: 147px;
  max-width: 147px;
  margin-left: 8px;
}

.menu-card-item:last-child {
  margin-right: 0;
}

.menu-card-inner {
  position: relative;
}

.menu-card-inner a span {
  font-family: 'Montserrat';
  display: block;
  position: absolute;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.menu-card-inner>a {
  display: block;
  position: relative;
}

.menu-card-inner>a:before {
  content: "";
  display: block;
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 80%) 100%);
}

.card-swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 40px;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, .1);
  z-index: 99999;
  opacity: 1 !important;
}

.card-swiper-scrollbar {
  display: none !important;
}

.menu-card-item:first-child {
  margin-left: 50px;
}

.menu-card-item:last-child {
  margin-right: 50px;
}

.card-swiper-nav {
  position: absolute;
  top: 7px;
  right: 25px;
  width: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.menu-collections-header {
  position: relative;
}

.card-swiper-nav .swiper-button-next,
.card-swiper-nav .swiper-button-prev {
  width: 10px;
  height: 10px;
  position: static;
  margin: 0;
}

.card-swiper-nav .swiper-button-next:after,
.card-swiper-nav .swiper-button-prev:after {
  font-size: 10px;
  font-weight: 900;
  color: #000;
}

.menu-card-title a {
  color: #000000;
  display: inline-block;
}

.message.success,
.message.error {
  padding-left: 0px;
  background: transparent;
}

.message-success div:before,
.message.error div:before {
  display: none !important;
}

.ft-newsleter .message.success {
  color: green;
  text-align: left;
}

.hs-search-input-wrapper #search_autocomplete {
  display: none !important;
}


@media (min-width: 992px) {
  .header-search-wrapper {
    max-width: 130px;
    left: auto;
    right: 5.3%;
    top: 27px;
    background-color: transparent;
    border: 0;
    transition: none;
    box-shadow: none !important;
  }

  .search-open .header-search-wrapper {
    max-width: 280px;
    transition: 0.3s;
  }

  .header-search-wrapper input.hd-search-input {
    background-color: transparent;
    color: #000;
    height: 40px;
    border-bottom: 1px solid #999999;
    padding: 8px 50px 8px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: none !important;
    border-radius: 0px !important;
  }

  .hd-search-close {
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    right: 5px;
    display: flex;
  }

  .header-search-wrapper input.hd-search-input::-webkit-input-placeholder {
    opacity: 1;
  }

  .header-search-wrapper .hd-search-container {
    padding: 0;
  }

  .header-search-wrapper .close-icon:before {
    background-color: #fff;
  }

  .header-search-wrapper .close-icon:after {
    background-color: #fff;
  }

  .header-search-wrapper button.hs-search-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    display: none;
  }

  .header-search-wrapper button.hs-search-btn img.icon-b {
    top: 1px;
    right: 4px;
  }

  .search-open .header-icons {
    display: none;
  }

  .hd-search-close .close-icon:before,
  .hd-search-close .close-icon:after {
    background-color: #000;
  }

  .text-exist .hd-search-close {
    display: none;
  }

  .text-exist .header-search-wrapper button.hs-search-btn {
    display: flex;
  }

  .cms-home .header-search-wrapper button.hs-search-btn img.icon-b {
    display: none;
  }

  .cms-home .header-search-wrapper button.hs-search-btn img.icon-w {
    display: block;
  }
}


@media (min-width: 768px) and (max-width: 950px) {
  .menu-trigger svg {
    width: 21px;
    min-width: 21px;
  }
}



@media (max-width: 1280px) {
  ul.hd-menu>li:last-child {
    display: none;
  }
}


@media (max-width: 1199px) {
  .hd-logo-wrapper {
    width: 280px;
  }

  .hd-left-col {
    width: calc(50% - 140px);
  }

  .hd-right-col {
    width: calc(50% - 140px);
  }
}


@media (max-width: 991px) {
  .header-menu-wrapper {
    display: none;
  }

  ul.hd-icons>li {
    margin: 0px 4px;
  }

  .header-icons ul.hd-icons>li.mini-cart {
    margin-right: 0;
  }
 .header-fixed-menu-wrapper .header-menu {
   padding-bottom:48px;
  }
}


@media (max-width: 767px) {
  .menu-trigger span {
    display: none;
  }

  .card-swiper-nav {
    display: none;
  }

  .menu-card-title {
    padding: 0px 16px 0px 32px;
  }

  .header-fixed-menu-wrapper .header-menu {
    padding: 30px 32px 48px 32px;
  }

  .header-fixed-menu-wrapper {
    width: 90%;
  }

  .menu-card-item:first-child {
    margin-left: 32px;
  }

  .menu-card-item:last-child {
    margin-right: 32px;
  }

  .hd-logo-wrapper {
    width: 180px;
    padding: 0px !important;
  }

  ul.hd-menu {
    display: none;
  }

  .hd-left-col {
    width: calc(50% - 90px);
  }

  .hd-right-col {
    width: calc(50% - 90px);
  }

  ul.hd-icons>li.hd-cart {
    display: none;
  }

  ul.hd-icons>li.hd-language-switcher {
    display: none;
  }

  .menu-trigger svg {
    width: 16px;
    min-width: auto;
    margin-bottom: auto;
    position: relative;
    top: 2px;
  }

  ul.hd-icons>li>a {
    padding: 0px;
  }

  .menu-trigger {
    width: 30px;
    justify-content: left;
    margin-bottom: auto;
    margin-top: 0px;
  }

  ul.hd-icons>li {
    margin: 0;
  }

  ul.hd-icons>li>a>svg {
    width: 12px;
    position: relative;
    top: 1px;
  }

  ul.hd-icons>li.hd-user {
    margin-right: 0px;
  }

  ul.hd-icons {
    margin-bottom: auto;
  }

  .header-fixed-wrapper {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  /*
  .cms-home .header-fixed-wrapper {
    padding-top: 47px;
    padding-bottom: 47px;
  }
*/
  .header-fixed-wrapper .container .d-flex:after {
    top: 53px;
  }

  .header-search-wrapper {
    top: 98px;
  }

  .header-search-wrapper .hd-search-container {
    width: 100%;
    padding: 0;
  }

  .hd-search-close {
    right: 0;
    padding-right: 32px;
  }

  .header-search-wrapper input.hd-search-input {
    padding-left: 24px;
  }

  .close-icon {
    width: 20px;
    height: 20px;
  }

  button.hs-search-btn img {
    width: 16px;
  }

  button.hs-search-btn {
    padding-right: 24px;
  }

  input.hd-search-input {
    font-size: 28px;
  }

  .menu-close-trigger .close-icon {
    width: 16px;
    height: 16px;
  }

  /*
  .header-fixed-wrapper .container {
    padding-left: 24px;
    padding-right: 24px;
  }
*/
  ul.hd-icons>li>a>span {
    display: none;
  }


}

@media (max-width: 360px) {
  .hd-logo-wrapper {
    width: 150px;
  }

  .hd-left-col {
    width: calc(50% - 75px);
  }

  .hd-right-col {
    width: calc(50% - 75px);
  }

  .hd-logo-wrapper svg {
    width: 90%;
    margin: 0 auto;
  }
}

/* Header CSS End */




/* Footer CSS Start */
.footer-wrapper {
  background-color: #000;
}

.newsleter-form .mage-error {
  display: block;
  margin-top: 5px;
}

.payment-logos-wrapper {
  display: flex;
}

.payment-logos-wrapper .payment-logo {
  margin-left: 40px;
}

.payment-logos-wrapper .payment-logo:first-child {
  margin-left: 0;
}

.footer-wrapper {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #F4FAFA;
}

.ft-copyright {
  color: #EAEAEA;
  padding-top: 26px;
  padding-bottom: 50px;
  border-top: 1px solid rgb(102 102 102 / 50%);
}

.col-right {
  margin-left: auto;
}

.ft-copyright a {
  color: #EAEAEA;
  text-decoration: none;
}

.ft-copyright p {
  margin: 0px;
}

.ft-nav-wrapper {
  padding-top: 50px;
}

.ft-nav-wrapper .d-flex {
  justify-content: space-between;
  flex-flow: nowrap;
}

.ft-nav-wrapper .ft-newsleter {
  max-width: 382px;
}

.ft-nav-wrapper h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #F4FAFA;
  margin-bottom: 16px;
}

.ft-nav-wrapper .ft-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.ft-nav-wrapper .ft-menu a {
  color: #F4FAFA;
  display: inline-block;
}

.ft-nav-wrapper .ft-col {
  margin-bottom: 50px;
}

.ft-nav-wrapper .ft-follow-us ul li {
  margin-bottom: 12px;
}

.ft-nav-wrapper .ft-follow-us ul li a {
  display: flex;
  align-items: center;
}

.ft-nav-wrapper .ft-follow-us ul li a span {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.ft-nav-wrapper .ft-follow-us h3 {
  margin-bottom: 16px;
}

.ft-nav-wrapper .ft-newsleter p {
  margin-top: 0;
  margin-bottom: 24px;
}

.newsleter-form button.ft-submit-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #ffffff;
  padding: 0px 20px;
  height: 42px;
  border: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.newsleter-form .form-group {
  position: relative;
}

.newsleter-form input.form-control {
  width: 100%;
  height: 42px;
  background-color: #ffffff !important;
  border: none;
  padding: 12px 110px 12px 21px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #000000 !important;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

input.form-control::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.tab-support-menu {
  display: none;
}

.col-right.ft-language-switcher svg {
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
}

.ft-newsleter .flv-msg {
  margin-top: 4px;
}

.bar-position {
  position: fixed;
  right: 40px;
  bottom: 10px;
  width: 35px;
  height: 35px;
  display: none;
  cursor: pointer;
  z-index: 99 !important;
  background: none !important;

}

.p-bar,
.p-bar:hover {
  display: flex;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transform: rotate(-87deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, .12);
  box-shadow: 0 0 20px rgb(0 0 0 / 12%);
  align-items: center;
  justify-content: center;

}

.p-bar svg {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.p-bar svg circle {
  stroke: #000;
  transform-origin: 50% 50%;
}

.arrow {
  background: url(../images/page-back-to-top.svg) no-repeat;
  width: 100%;
  height: 100%;
  display: inline-block;
  transform: rotate(87deg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
}

.bar-ds {
  display: block;
  animation: .5s barshow;
  border-radius: 100%;
}

.cms-home .body-container-wrapper>section.hm-Since-section {
  padding-left: 32px;
  padding-right: 32px;
}

.ft-nav-wrapper .ft-newsleter p {
  letter-spacing: 0;
}

.ft-nav-wrapper .ft-follow-us ul li img {
  width: 12px;
}

.ft-nav-wrapper .ft-follow-us ul li:first-child img {
  width: 8px;
}

.ft-nav-wrapper .ft-follow-us ul li a span {
  margin-right: 10px;
}

.ft-nav-wrapper .ft-follow-us h3 {
  margin-bottom: 13px;
}



@keyframes barshow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 100;
  }
}

@media (max-width: 1024px) {
  .bar-position {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 1080px) {
  .ft-nav-wrapper .ft-newsleter {
    max-width: 300px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .ft-col.support-menu {
    display: none;
  }

  .tab-support-menu {
    display: block;
    margin-top: 24px;
  }
}

@media (min-width: 768px) and (max-width: 950px) {
  .ft-nav-wrapper .ft-col h3 {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .newsleter-form button.ft-submit-btn {
    padding: 0px 20px;
  }

  .newsleter-form input.form-control {
    padding-right: 80px;
  }


}


@media (max-width: 820px) {
  .ft-copyright .d-flex {
    display: block;
    text-align: center;
  }

  .ft-copyright .Copyright-text {
    margin-bottom: 0px;
  }

  .payment-logos-wrapper {
    justify-content: center;
    margin-top: 24px;
  }
}


@media (max-width: 767px) {
  .payment-logo.american-logo img {
    max-width: 33px;
  }

  .payment-logo.mastercard-logo img {
    max-width: 20px;
  }

  .payment-logo.papal-logo img {
    max-width: 45px;
  }

  .payment-logo.visa-logo img {
    max-width: 31px;
  }

  .newsleter-form .mage-error {
    font-size: 10px;
  }

  .ft-copyright .Copyright-text {
    margin-bottom: 0px;
  }

  .oc-slider-title {
    width: 180px;
    width: calc(100% - 100px);
    padding-right: 0px !important;
  }

  .ft-nav-wrapper .ft-col {
    width: 50%;
    margin-bottom: 24px;
  }

  form#newsletter-validate-detail {
    border-bottom: 1px solid rgb(102 102 102 / 50%);
    padding-bottom: 24px;
  }

  .ft-nav-wrapper .ft-col.ft-newsleter {
    order: -1;
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }

  .ft-nav-wrapper .d-flex {
    flex-flow: wrap;
  }

  .ft-nav-wrapper .ft-newsleter p {
    margin-bottom: 16px;
  }

  .ft-copyright {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }

  .ft-copyright .Copyright-text {
    margin-bottom: 0px;
  }

  .ft-nav-wrapper h3 {
    margin-bottom: 8px;
  }

  .ft-nav-wrapper .ft-menu a {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }

  .ft-nav-wrapper .ft-follow-us ul li {
    margin-bottom: 4px;
  }

  .ft-nav-wrapper .ft-follow-us ul li a span {
    width: 11px;
    margin-right: 14px;
  }

  .ft-nav-wrapper .ft-col.collection-menu,
  .ft-nav-wrapper .ft-col.about-menu {
    margin-bottom: 40px;
  }


  .ft-nav-wrapper .ft-newsleter p {
    font-size: 12px;
    line-height: 24px;
  }

  .newsleter-form button.ft-submit-btn {
    padding: 0px 30px;
  }

  .ft-nav-wrapper .ft-follow-us ul li img {
    width: 10px;
  }

  .ft-nav-wrapper .ft-follow-us ul li:first-child img {
    width: 7px;
  }

  .ft-nav-wrapper .ft-follow-us ul li a span {
    margin-right: 10px;
  }
}

/* Footer CSS End */



/* Global Module CSS */
.view-all a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  padding: 4px 0px;
}

.tr-cut {
  position: relative;
}

.tr-cut:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: 17px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}


/* Best Seller */
.watch-collections .catalog-product-item {
  width: 25%;
  position: relative;
  padding: 0px !important;
}

.watch-collections .catalog-product-content {
  padding: 56px 48px !important;
}

.watch-collections .container {
  max-width: 1728px;
  padding-left: 0px;
  padding-right: 0px;
}

.watch-collections .product-image {
  margin-bottom: 24px;
  position: relative;
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.watch-collections .product-details {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px;
}

.watch-collections .product-brand-name {
  font-weight: bold;
  margin-bottom: 8px;
}

.watch-collections .product-meta-info {
  margin-bottom: 16px;
}

.watch-collections .product-image:before {
  content: "";
  position: absolute;
  width: 55%;
  height: 55%;
  left: 55%;
  top: 50%;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(41px);
  transform: translateX(-50%) translateY(-50%);
}

.watch-collections .product-image a {
  display: block;
  position: relative;
  z-index: 9;
}

.watch-collections .product-image img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}


.catalog-product-meta-info>span {
  display: block;
}

.icon-w {
  display: none;
}

.icon-b {
  display: block;
}

.product-meta-info>span {
  display: block;
}



@media (min-width: 768px) and (max-width: 991px) {
  .header-icons ul.hd-icons>li.hd-language-switcher {
    display: none;
  }

  ul.hd-icons>li>a>span {
    display: none;
  }

  .watch-collections .catalog-product-item {
    width: 33.333%;
  }



  .hd-left-col {
    width: auto;
    min-width: 260px;
  }

  .header-wrapper .header-fixed-wrapper .inner-container>.d-flex {
    justify-content: space-between;
  }

  .hd-logo-wrapper {
    width: 230px;
  }
/*
  .hd-right-col {
    min-width: 260px;
  }
*/
}

@media (min-width: 768px) and (max-width: 860px) {
  .watch-collections .catalog-product-content {
    padding: 56px 32px !important;
  }
}


@media (max-width: 1024px) {
  .watch-collections .product-details {
    padding: 0;
  }
}


@media (max-width: 992px) {

  .header-icons ul.hd-icons>li {
    margin: 0px 10px;
  }

  .header-icons ul.hd-icons>li.hd-language-switcher {
    margin-right: 16px;
  }

  .hd-logo-wrapper svg {
    max-width: 190px;
  }

  ul.hd-icons>li.hd-language-switcher .switcher-label {
    padding: 0px;
  }

  .currency-switcher-mobile {
    padding: 24px 50px 30px 50px;
    position: absolute;
    left: 0px;
    right: 0;
	background: #F4FAFA;
  }

  .custom-currency-wrap-mobile {
		position: relative;
	
	}

	select.custom-currency-selector-mobile{
		background:transparent;
		border:none;
		padding:0px 10px;
		min-width:65px;
	}
	
   .custom-currency-wrap-mobile:after {
		content: "";
		display: inline-block;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 6px solid #000;
		margin-left: 5px;
		position: absolute;
		top:9px;
		right: 10px;
	 }	  
	
	.currency-txt-select-wrap{
		display:flex;
	}
	.custom-currency-wrap-mobile {
		position: relative;
		max-width:70px;
	}
	
    .currency-switcher-mobile:before{
		  content:"";
		  width:100%;
		  
	  }

	.currency-switcher-mobile:before {
        content: "";
        width: 100%;
        display: block;
        border-top: 1px solid #EAEAEA;
        position: absolute;
        top: 0px;
        left: 30px;
        right: 30px;
        max-width: calc(100% - 60px);
    }
	

}

@media (max-width: 767px) {
	
	.header-icons ul.hd-icons>li{
		margin-right:0px;
	}
	
  .currency-switcher-mobile {
    padding-left:30px;
    padding-right:30px;

  }
  
  .hd-logo-wrapper svg {
    width: 100%;
    max-width: 153px;
    vertical-align: middle;
    margin: 0 auto;
  }

  .menu-close-wrapper {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
  }

  .menu-close-trigger svg {
    width: 12px;
  }

  .view-all a {
    font-size: 10px;
    line-height: 145.9%;
  }

  .section-header {
    margin-bottom: 30px !important;
  }

  .watch-collections .catalog-product-item {
    width: 50%;
  }

  .watch-collections .catalog-product-item:nth-child(1),
  .watch-collections .catalog-product-item:nth-child(2) {
    margin-bottom: 30px;
  }

  .product-meta-info>span {
    display: block;
  }

  .watch-collections .catalog-product-content {
    padding: 32px !important;
  }

  .watch-collections .product-image {
    width: 100%;
  }

  .watch-collections .product-details {
    max-width: 100%;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
  }

  .tr-md-cut {
    position: relative;
  }

  .tr-md-cut:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 17px solid transparent;
    border-top-color: #f4fafa;
    border-right-color: #f4fafa;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
  }


  body.popup-open {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

}


/* Popup */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  width: 95%;
  display: flex;
  max-width: 1100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
}

.modal-content {
  width: 100%;
  position: relative;
}

.modal-body {
  background-color: #fff;
  width: 100%;
}

.ratio {
  position: relative;
  width: 100%;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.fade {
  transition: opacity .15s linear;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-body button.btn-close {
  position: absolute;
  right: 0;
  top: -32px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  padding: 7px;
  cursor: pointer;
}


.swiper-scrollbar {
  opacity: 1 !important;
  background-color: #D9D9D9 !important;
  border: none !important;
  height: 1px !important;
  width: 100% !important;
  left: 0px !important;
  right: 0px !important;
}

.swiper-scrollbar-drag {
  background-color: #000 !important;
}

.swiper-button-disabled {
  cursor: not-allowed !important;
}

.menu-open {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Popup Css */
.mage-error,
.newsleter-form .message.error {
  color: #f00;
  font-size: 12px;
  text-align: left;
  font-weight: 400;
}

.popup-mdl {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  opacity: 0;
  visibility: hidden;
  padding: 16px;
  transition: 0.3s;
  background-color: rgb(0 0 0 / 50%);
}

.popup-mdl.active {
  visibility: visible;
  opacity: 1;
}

.popup-close {
  cursor: pointer;
}

.popup-container {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.popup-content-wrapper {
  background-color: #fff;
  padding: 16px;
  border-radius: 4px;
  position: relative;
  z-index: 99;
  transform: translateY(-50px);
  transition: 0.3s;
}

.popup-mdl.active .popup-content-wrapper {
  transform: translateY(0px);
  transition-delay: 0.3s;
}

.popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
}

.popup-close .close-icon {
  width: 20px;
  height: 20px;
}

#videoPopup .popup-close {
  top: -40px;
  background-color: transparent;
}

#videoPopup .close-icon:before {
  background-color: #fff;
}

#videoPopup .close-icon:after {
  background-color: #fff;
}

#videoPopup .popup-content-wrapper {
  padding: 0px;
}

#videoPopup .popup-container {
  max-width: 1100px;
}

#videoPopup .close-icon {
  opacity: 1;
}

body.popup-open {
  overflow: hidden;
}

.page-empty {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.page-empty h2 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #151211;
  margin: 30px 0 5px;
  text-align: center;
}

.page-empty .actn-btn {
  margin-top: 25px;
}

.btn,
.btn:visited,
.btn:hover {
  font-family: brother-1816, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 23px;
  cursor: pointer;
  margin-right: 24px;
  border-radius: 0px;
}


/*orientation css Below*/
@media only screen and (min-width: 568px) and (max-width: 991px) and (orientation: landscape) {
  body::before {
    content: "Please Rotate Your Device";
    text-align: center;
    background: #ffffff;
    width: 100%;
    position: fixed;
    height: 100vh;
    padding-top: 10%;
    font-size: 20px;
    z-index: 999999999;
  }

  body::after {
    content: "";
    width: 100%;
    position: fixed;
    height: 100vh;
    background: url(../images/landscape.svg)no-repeat center 60%;
    z-index: 999999999;
    top: 0px;
  }

}


@media (max-width:480px) {
  #contactPopup.popup-mdl {
    height: 100dvh;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #partialPayment.popup-mdl{
	height: 100dvh;
  }

}

@media (max-width:380px) {
  #contactPopup {
    height: 100dvh;
  }

  .fl-bestseller-info .sku-info>span {
    display: block;
  }
}


/*css added on 9 september 2024 R*/
.menu-close-wrapper {
    padding: 0;
}

.menu-card-section {
    padding-top: 66px;
    padding-bottom: 28px;
}

.menu-card-title h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.menu-card-title {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 32px;
    line-height: 28px;
}

.header-fixed-menu-wrapper .header-menu {
    padding-top: 52px;
}

.header-menu>ul>li>a {
    padding: 22px 0px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 28px;
}

.m-child-trigger {
    height: 73px;
}

ul.hd-menu-level-2 li a {
    text-transform: none;
    letter-spacing: 0;
}

.menu-close-wrapper {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    width: 18px;
    height: 18px;
}

.menu-close-trigger {
    width: 18px;
    height: 18px;
}


@media (max-width: 767px) {
    .header-menu>ul>li>a {
        padding: 16px 0px;
    }

    .m-child-trigger {
        height: 61px;
    }

    .header-fixed-menu-wrapper .header-menu {
        padding-top: 0;
    }

    .menu-card-section.light-bg {
        padding-top: 62px;
        background-color: #fff;
    }

    .menu-close-wrapper {
        background-color: transparent;
        width: 32px;
        height: 32px;
        padding: 0;
        display: flex;
        text-align: center;
        top: 60px;
        right: 35px;
    }

    .menu-close-trigger {
        width: 32px;
        height: 32px;
    }

    .menu-card-title {
        margin-bottom: 18px;
    }

    .menu-card-inner a span {
		font-weight: 600;
	}
}

/*below css for mobile menu side bottom new section sign register*/
.mobile-help-info {
    background-color: #F4FAFA;
    padding: 47px 50px;
	padding-bottom:24px;
    display: none;
}

.mobile-help-info-heading {
    font-family: Montserrat;
    font-size: 12px!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
	color:#000;
}

.mobile-help-info-list > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-help-info-list > ul > li {
    position: relative;
    margin-bottom: 12px;
}

.mobile-help-info-list > ul > li > a {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.mobile-help-info-list .mob-menu-icon {
    width: 16px;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-help-info-list .mob-menu-icon svg {
    width: 16px;
    height: 16px;
}

.mobile-help-info-list .mob-menu-arrow-icon {
    margin-left: auto;
}

.mobile-help-info-list {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAEAEA;
}

.mobile-help-info-list > ul > li:last-child {
    margin-bottom: 0px;
}

.mobile-help-info-button {
    display: flex;
    justify-content: space-between;
}

.mobile-help-info-button .button, 
.mobile-help-info-button .button:hover, 
.mobile-help-info-button .button:focus, 
.mobile-help-info-button .button:active, 
.mobile-help-info-button .button:visited {
    width: calc(50% - 8px);
    padding: 16px;
}

.mobile-help-info-button .button.border-btn {
    background-color: #F4FAFA !important;
}

@media (max-width: 992px) and (min-width:768px){
	 .header-fixed-menu-wrapper .header-menu{
		 padding-top:16px;
	 }
}

@media (max-width: 992px) {
    .mobile-help-info {
        display: block;
    }
}

@media(max-width:767px){

	.mobile-help-info{padding-left:32px;padding-right:32px;}
	body .modals-wrapper .modal-popup .modal-inner-wrap .modal-footer button ~ button{margin-left:10px;}
	
}

@media(max-width:365px){
	.mobile-help-info-button .button, .mobile-help-info-button .button:hover, .mobile-help-info-button .button:focus, .mobile-help-info-button .button:active, .mobile-help-info-button .button:visited{padding-left:10px;padding-right:10px;}
	.watch-variation-option{margin-left:-10px;}
}