@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-phone:before {
  content: "\f095";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-upload:before {
  content: "\f093";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-pinterest-square {
  content: "\f0d3";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.text-success {
  color: #28a745 !important;
}

/* tooltip starts*/
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/*tooltip end*/
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-footer .btn {
  background-color: #cea679;
  color: #ffffff;
  font-size: 16px;
  line-height: 12px;
  height: 45px;
  font-weight: 700;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 140px;
  border-radius: 50px;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer .btn:hover {
  color: #ffffff;
  background-color: #333333;
}

.form-group {
  margin-bottom: 1rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

textarea.form-control {
  height: 100px;
  padding: 12px 17px;
  resize: vertical;
  width: 100%;
}

.modal-title {
  font-size: 1.25rem;
}

#showLoginModal .btn, #form-verifyagent .btn, #form-enquiry .btn {
  background-color: #cea679;
  color: #ffffff;
  font-size: 16px;
  line-height: 12px;
  height: 45px;
  font-weight: 700;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 140px;
  border-radius: 50px;
}

.text-danger {
  color: #721c24;
}

.btn:hover, #form-verifyagent .btn:hover, #form-enquiry .btn:hover {
  color: #ffffff;
  background-color: #333333;
}

.modal {
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 99999;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal button.close {
  top: -25px !important;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
.modal-open {
  overflow: hidden;
}

@media (min-width: 375px) {
  #consent-msg-modal .modal-dialog {
    width: 350px !important;
  }
}
#consent-msg-modal .modal-dialog {
  background-color: transparent !important;
}
#consent-msg-modal .modal-content {
  border-radius: 0.5rem;
}
#consent-msg-modal .row {
  justify-content: center;
}
#consent-msg-modal p {
  font-weight: 600;
}
#consent-msg-modal a {
  border: 1px solid black;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 600;
}
#consent-msg-modal a:hover {
  color: #fff;
  background-color: #000;
}

:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

/* @-ms-viewport {
    width: device-width
} */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/*-- Common Style --*/
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, .site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  position: relative;
}

body[data-rtl=rtl] {
  direction: rtl;
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h2, h2 {
  font-size: 2rem;
}

.h3, h3 {
  font-size: 1.75rem;
}

.h4, h4 {
  font-size: 1.5rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fade {
  transition: opacity 0.15s linear;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-dark {
  background-color: #343a40 !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.position-relative {
  position: relative !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.pb-sm-0, .py-sm-0 {
  padding-bottom: 0 !important;
}

.pb-sm-5, .py-sm-5 {
  padding-bottom: 3rem !important;
}

.pb-md-0, .py-md-0 {
  padding-bottom: 0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

html, body, .site-wrapper {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
  color: #cea679;
}

button, input[type=submit] {
  cursor: pointer;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.clear {
  clear: both;
}

.section, .main-wrapper {
  float: left;
  width: 100%;
}

.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-border {
  border-top: 1px solid #8c8c8c;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0 !important;
}

.bg-gray {
  background-color: #f1f1f1 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

header.header {
  background-color: #ffffff;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header-top {
  background-color: #ffffff;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
}

.header-top.bg-dark {
  border-color: #535353;
}

.header-top-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-links ul li {
  font-size: 15px;
  line-height: 26px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
}

.header-top-links ul li:last-child {
  margin-right: 0;
}

.header-top-links ul li i {
  margin-right: 6px;
  font-size: 18px;
  line-height: 26px;
  float: left;
  padding-top: 2px;
}

.header-top-links.color-white ul li {
  color: #d8d8d8;
}

.header-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 25px;
}

.header-top-social a {
  padding: 0 8px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .header-top-social a {
    padding: 0 5px;
  }
}

.header-top-social a i {
  font-size: 18px;
  display: block;
  line-height: 28px;
}

.header-top-social.color-white a {
  color: #d8d8d8;
}

.ht-us-menu, .ht-cr-menu {
  margin-right: 15px;
}

.ht-us-menu > li, .ht-cr-menu > li {
  position: relative;
}

.ht-us-menu > li > a, .ht-cr-menu > li > a {
  color: #333333;
  display: block;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  z-index: 10;
  font-size: 15px;
  line-height: 40px;
}

.ht-us-menu > li > a::after, .ht-cr-menu > li > a::after {
  display: block;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 12px;
  padding-left: 10px;
  line-height: 40px;
  float: right;
}

.ht-us-menu > li > a i, .ht-cr-menu > li > a i {
  font-size: 18px;
  color: #333333;
  padding-right: 8px;
  vertical-align: middle;
}

.ht-us-menu.color-white > li > a, .ht-cr-menu.color-white > li > a {
  color: #d8d8d8;
}

.ht-us-menu.color-white > li > a i, .ht-cr-menu.color-white > li > a i {
  color: #d8d8d8;
}

.ht-dropdown {
  position: absolute;
  top: 80%;
  right: 0;
  width: 155px;
  background-color: #fff;
  padding: 0px 20px;
  z-index: 101;
  text-align: left;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ht-dropdown li a {
  padding: 10px 0;
  line-height: 24px;
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
  height: inherit;
  border-radius: 0;
  color: #555555;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  font-size: 13px;
}

.ht-us-menu > li:hover .ht-dropdown, .ht-cr-menu > li:hover .ht-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.logo a {
  display: inline-block;
}

.logo a img {
  max-width: 100%;
}

.header-search {
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header-search-toggle {
  background-color: transparent;
  border: none;
  color: #9a9a9a;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border: 2px solid #9a9a9a;
  border-radius: 50%;
}

.header-search-toggle i {
  font-size: 16px;
}

.header-search-toggle.color-white {
  color: #ffffff;
  border-color: #ffffff;
}

.header-search-form {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.header-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search-form form input {
  width: 250px;
  border: none;
  background-color: transparent;
  color: #333333;
  line-height: 24px;
  padding: 13px 20px;
}

.header-search-form form input {
  background-color: #fff;
}

.header-search-form form button {
  line-height: 24px;
  padding: 13px 15px;
  border: none;
  background-color: #cea679;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.header-search-form form button i {
  font-size: 16px;
  line-height: 22px;
}

.header-cart {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-cart > a {
  background-color: transparent;
  border: none;
  color: #9a9a9a;
  padding: 0;
  line-height: 1;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border: 2px solid #9a9a9a;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.header-cart > a i {
  font-size: 16px;
}

.header-cart > a span {
  position: absolute;
  right: 0;
  top: -10px;
  background-color: #ff5501;
  width: 18px;
  height: 18px;
  color: #ffffff;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  border-radius: 50%;
}

.header-cart.color-white > a {
  color: #ffffff;
  border-color: #ffffff;
}

.header-cart-dropdown {
  position: absolute;
  width: 380px;
  background: #fff;
  right: 15px;
  top: 120%;
  padding: 5px 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-cart:hover .header-cart-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  display: block;
}

ul.cart-items li {
  list-style: none;
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  position: relative;
  text-align: left;
}

.cart-img {
  float: left;
  width: 36%;
  margin-right: 20px;
  position: relative;
}

.cart-content {
  float: left;
  width: 56%;
}

.product-name {
  color: #222;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
  width: 123px;
}

.cart-content span {
  color: #222;
  font-weight: 400;
  font-size: 16px;
}

.cart-content span.product-price {
  color: #cea679;
  font-size: 16px;
}

.cart-item-remove a {
  position: absolute;
  color: #222;
  right: 2px;
  top: 18px;
  display: inline-block;
  left: auto;
  font-size: 20px;
}

.cart-total {
  overflow: hidden;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #ededed;
}

.cart-total h5 {
  color: #3e3d43;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.float-right {
  float: right !important;
}

.cart-btn {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -5px;
}

.cart-btn {
  background-color: transparent;
}

.cart-btn a {
  display: block;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  padding: 10px 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.cart-btn a:first-child {
  margin-bottom: 10px;
}

.cart-btn a:hover {
  background: #cea679;
  border-color: #cea679;
  color: #fff;
}

.main-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu > ul > li {
  position: relative;
}

.main-menu > ul > li > a {
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  position: relative;
}

.main-menu > ul > li.active > a, .main-menu > ul > li:hover > a {
  color: #cea679;
}

.main-menu > ul > li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.main-menu.color-white > ul > li > a {
  color: #ffffff;
}

.main-menu.color-white > ul > li > a:hover {
  color: #cea679;
}

.main-menu > ul > li:hover > .mega-menu, .main-menu > ul > li:hover > .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/*-- Sub Menu --*/
.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -20px;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px !important;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  max-height: 320px;
}

.sub-menu li {
  margin-bottom: 5px;
  position: relative;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu li a {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: initial;
  font-weight: 400;
  padding: 5px 20px;
}

.mega-menu.four-column {
  width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu.four-column {
    width: 770px;
  }
}
.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 30px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-bottom: 2px solid #cea679;
  text-align: left;
  z-index: 999;
  width: 800px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu {
    width: 770px;
    left: -40px;
  }
}
.mega-menu > li {
  width: 25%;
  padding: 0px 13px;
  margin: 34px 0;
  float: left;
  border-left: 1px solid #eeeeee;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li {
    padding: 0 5px;
  }
}
.mega-menu > li:first-child {
  border-left: 0;
}

.mega-menu > li > a {
  margin: 0 0 12px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  color: #333333;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li > a {
    margin: 0 0 12px 20px;
  }
}
.mega-menu > li > ul > li {
  display: block;
}

.mega-menu > li > ul > li > a {
  padding: 0px 20px;
  display: block;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  color: #333333;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mega-menu > li > ul > li > a {
    padding: 0 20px;
  }
}
.mobile-menu {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 0 100% !important;
  flex: 1 0 100% !important;
}

.mobile-menu .mean-bar {
  position: relative;
  /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .mean-nav {
  background-color: #ffffff;
}

.mobile-menu .mean-bar .mean-nav > ul {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow-x: hidden;
  max-height: 250px;
}

.mobile-menu .mean-bar .mean-nav > ul li {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand, .mean-expand {
  border-width: 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -1px;
  top: 0;
  font-size: 20px !important;
  color: #333333;
  line-height: 44px;
  height: 46px;
  width: 40px;
  text-align: center;
  padding: 0;
}

.mobile-menu .mean-bar .mean-nav > ul li a {
  font-size: 13px;
  display: block;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 44px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 40px 0 20px;
}

.mobile-menu .mean-bar .mean-nav > ul > li:first-child > a {
  border-top: none;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
  position: static;
  background-color: rgba(0, 0, 0, 0.03);
  margin: 0;
  padding: 0 !important;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-right: 0px solid transparent;
  width: 100%;
  display: block !important;
  float: left;
  width: 100%;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
  font-size: 11px;
  display: block !important;
  margin: 0;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a {
  display: flex !important;
}

/* add more */
.nav_main_js .main-menu > ul {
  display: inline-block;
  float: left;
}

.nav_main_js .main-menu > ul > li {
  float: left;
}

.more_nav {
  width: auto;
  display: inline-block;
  position: relative;
  opacity: 0;
}

.more_nav > a {
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 15px 20px;
  position: relative;
  color: white;
}

.more_nav a:hover {
  color: #cea679;
}

.more_nav .more_ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: -20px;
  margin-top: 30px;
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.more_nav .more_ul li a {
  font-family: "Open Sans", sans-serif;
  color: #333333;
  display: block;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  padding: 0 20px;
}

.more_nav:hover .more_ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.more_nav:hover .sub-menu.more_ul {
  visibility: hidden;
  opacity: 0;
}

.main-menu > ul > li.new_position {
  position: inherit;
}

.cat-sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-left: 223px;
  margin-top: -46px;
  padding: 20px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 210px;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}

.sub-menu li:hover > .cat-sub-menu {
  /* margin-top: 0;
   */
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/* .sub-menu:hover{
    display: block;
}
*/
.mega-menu.four-column.col_width {
  width: 400px;
}

.mega-menu > li.three_cat {
  width: 33.33333%;
}

.mega-menu > li.two_cat {
  width: 50%;
}

.mega-menu > li {
  border-left: 0;
}

.mega-menu, .mega-menu > li {
  border: 0;
}

.bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before, .bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after, .bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before, .bg-dark .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
  background-color: transparent;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
  margin: 6px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
  top: 0;
}

.mobile-menu .mean-bar .meanmenu-reveal {
  position: absolute;
  top: -51px;
}

.header-search .dotWrp, .header-cart .dotWrp {
  top: 17px;
}

.cart-btn {
  background-color: transparent;
}

.meanmenu-reveal {
  display: none;
}

.menu_bar a {
  right: 20px;
  left: auto;
  text-align: center;
  text-indent: 0px;
  font-size: 0px;
  position: absolute;
  top: -1px;
}

.menu_bar .menu-bar {
  position: relative;
  height: 2px;
  width: 26px;
  /* background-color: rgb(255, 255, 255);
   */
  display: block;
  margin: 8px 0px;
}

.menu_bar .fa-close {
  font-size: 24px;
  margin-bottom: 9px;
  color: white;
}

.menu_bar span {
  background-color: white;
}

.menu_bar .menu-close {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  height: 2px;
  width: 26px;
  background-color: transparent;
  display: block;
  margin: 8px 0;
  float: right;
}

.menu_bar .menu-close {
  display: none;
}

.menu_bar [data-heading] {
  position: relative;
  top: 3px;
  right: -28px !important;
}

.sub-menu.more_ul.has-scrollbar, .more_nav_height {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 320px;
  /* overflow-x: visible;
   display: inline-block;
   */
}

.more_nav > ul > li > ul {
  display: none;
}

/* .header-search-form {
    background: transparent;
}
*/
.header-search-form form input {
  background-color: #fff;
}

.modal button.close {
  background: #444444 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  height: 24px;
  letter-spacing: 0.4px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 5px;
  position: absolute;
  right: 0;
  text-shadow: none;
  text-transform: uppercase;
  top: -25px;
  width: 70px;
  cursor: pointer;
}

.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .nav_main_js .dotWrp {
    display: none;
  }
}
.modal.iframe_popup {
  background-color: rgba(0, 0, 0, 0.82);
}

#background-search-icon {
  background-color: transparent !important;
}

.more_ul .mean-expand {
  border: 0;
  right: 0px;
  top: -5px;
}

.header-bottom {
  padding: 35px 0 30px;
  border-bottom: 1px solid #e5e5e5;
}

.header-bottom.bg-dark {
  border-color: #393939;
}

@media only screen and (max-width: 991px) {
  .mobile-menu .mean-nav {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding-top: 10px;
  }
  .header-top-links ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-top-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 30px;
  }
  .ht-right {
    padding-bottom: 5px;
  }
  .ht-dropdown {
    right: auto;
    left: 0;
  }
  .header-search {
    margin-left: 0;
  }
  .header-cart {
    margin-right: 40px;
  }
  .header-cart-dropdown {
    display: none !important;
  }
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 180px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 479px) {
  .header-top-links ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 10px;
    display: block;
  }
  .header-top-social {
    padding-left: 15px;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logo {
    width: 120px;
  }
  .header-cart {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .header-top-social {
    padding-left: 0;
    margin-top: 10px;
  }
  .mobile-menu .mean-bar .mean-nav > ul {
    max-height: 220px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .header-search {
    margin-left: 0;
  }
  .header-cart {
    margin-right: 50px;
  }
  .header-cart-dropdown {
    display: none !important;
  }
}
.header-top-social.color-white a:hover {
  color: #cea679;
}

@media only screen and (max-width: 479px) {
  .header-search-form {
    right: -85px;
  }
  .header-search-form form input {
    width: 216px;
  }
}
.single-product .product-content .price .old, .single-list-product .product-content .price .old {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  text-decoration: line-through;
}

@media only screen and (max-width: 479px) {
  .header-bottom {
    padding: 25px 0 20px;
  }
}
.ht-dropdown li a:hover {
  color: #cea679;
}

.header-top {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .headerLeft, .myAccount {
    width: auto;
  }
  .headerLeft .header-top-links, .myAccount .myAccTxt {
    display: none;
  }
  .headerTopCont {
    justify-content: space-between;
    height: 40px;
  }
  .header-top-social {
    margin-top: 0;
  }
  .ht-right {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .ht-us-menu {
    margin-right: 0;
  }
  .ht-us-menu > li > a::after {
    display: none;
  }
  .ht-dropdown {
    left: auto;
    right: 0;
  }
}
.ht-dropdown li:last-child a {
  border-bottom: none !important;
}

@media only screen and (max-width: 768px) {
  .ht-cr-menu {
    margin-left: 15px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

header.header.is-sticky {
  position: fixed;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

header.header.is-sticky .header-top, header.header.is-sticky .header-theme {
  display: none;
}

header.header.is-sticky .header-bottom {
  padding: 15px 0 10px;
  height: auto;
}

.header-cart.hovered .header-cart-dropdown {
  opacity: 1;
  visibility: visible;
  top: 100%;
  display: block;
}

.success_msg, .error_msg {
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  padding: 13px;
  font-size: 14px;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.3s ease 0s;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 60px;
}

.success_msg {
  background-color: #d4edda !important;
  color: #155724;
}

.error_msg {
  background-color: #f8d7da !important;
  color: #721c24;
}

.success_msg.animate, .error_msg.animate {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header-cart-dropdown .cart-items {
  max-height: 285px;
  overflow-y: auto;
}
.header-cart-dropdown .cart-btn {
  padding-top: 5px;
}
.header-cart-dropdown .product-name {
  white-space: normal;
  max-height: 35px;
}
.header-cart-dropdown ul.cart-items li {
  margin-right: 10px;
}

/* gl-5592*/
.mobile-menu .mean-bar .mean-nav > ul {
  border-top: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand, .mobile-menu .mean-bar .mean-expand, .mobile-menu .mean-bar .mean-nav > ul {
  border-color: #d5d5d5;
}
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mobile-menu .mean-bar .mean-nav > ul li ul {
  background: #f4f4f4;
}
.mobile-menu .mean-bar .mean-nav > ul li {
  border-top: 1px solid #d5d5d5;
}
.mobile-menu .mean-bar .mean-nav > ul li a {
  border: 0;
  display: inline-block !important;
}

/* gl-5592*/
/* new new new common footer start */
.footer-area {
  background: transparent;
  content-visibility: auto;
}

.footer-top {
  background-color: #f0f0f0;
  border-top: 1px solid #757a88;
  padding: 96px 0 78px;
  margin-bottom: 0;
}

.single-footer-widget h4 {
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}

.footer-widget-list {
  padding: 0;
}

.footer-widget-list li {
  position: relative;
  color: #797979;
  margin-bottom: 2px;
  font-size: 13px;
  list-style: none;
  line-height: 28px;
}

.footer-widget-list li a {
  font-size: 13px;
  color: #797979;
  display: inline-block;
}

.footer-widget-list li span {
  padding-left: 25px;
  display: block;
}

.footer-widget-list li > i, .footer-widget-list li > p i {
  position: absolute;
  top: 7px;
  left: 0;
}

.fa-home:before, .fa-phone:before {
  font-size: 18px;
}

.fa-envelope:before {
  font-size: 15px;
}

.news_message {
  display: none;
}

.single-footer-widget p {
  font-size: 13px;
  color: #797979;
}

.mc-form {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 30px;
  color: #a1a1a1;
  height: 41px;
  position: relative;
  margin-top: 10px;
}

.mc-form .email {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  color: #a1a1a1;
  font-size: inherit;
  height: 100%;
  padding: 0 20px;
}

.mc-news {
  left: -5000px;
  position: absolute;
}

#mc_embed_signup_scroll > button {
  background: #252531 none repeat scroll 0 0;
  border-radius: 0 30px 30px 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  position: absolute;
  right: 0;
  text-transform: capitalize;
  top: 0;
  width: 97px;
}

.mc-form .email::-moz-placeholder {
  color: #a1a1a1;
}

.mc-form .email:focus {
  border: 1px solid #d7d7d7;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.footer-bottom {
  border-top: 1px solid #e0e0e3;
  font-size: 14px;
  padding: 30px 0;
}

.footer-bottom span, .footer-bottom span a {
  color: #676767;
  display: inline-block;
  padding-top: 5px;
}

.footer-bottom span a:hover {
  color: #000;
}

.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin-top: 18px;
}

.social-link > a {
  color: #757575; /* width: 32px;  height: 32px; line-height: 32px;*/
  margin: 0 4.8px;
  text-align: center;
}

.footer-widget-list li .social-link > a, .footer-widget-list li .social-link > a i {
  font-size: 22px;
}

/* .social-link > a:hover {color: #bda87f !important;} */
.payment-image {
  float: right;
}

.social-link > a:first-child {
  margin-left: 0;
}

.powrdByWp {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.powrdByWp p {
  margin: 0 14px 0 0;
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
  position: relative;
  left: initial;
  bottom: initial;
  right: initial;
  width: auto;
  text-align: left;
}

.footer_link {
  text-align: right;
}

.footer_link span {
  font-size: 14px;
  color: #666666;
  margin-right: 5px;
  padding-bottom: 0;
}

.powrdByWp.fieo_ver {
  flex-flow: column;
}
.powrdByWp.fieo_ver p.txt.bottom_txt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.powrdByWp.fieo_ver .imgWp {
  margin-left: 0;
}

.poweredByLabel {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  text-transform: uppercase;
}

.fieo-footer-row .poweredByLabel {
  margin-bottom: 6px;
}
.fieo-footer-row .powrdByWp.fieo_ver {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 1023px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}
.powrdByWp {
  float: left;
}

.powrdByWp .txt {
  font-size: 14px;
  margin-bottom: 0;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
}

.powrdByWp .imgWp {
  width: 120px;
  line-height: 0;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0 !important;
}
.powrdByWp .imgWp img {
  margin-top: 0 !important;
}

.footer-area .footer-bottom .col-lg-6 .footer_link span {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .footer-area .footer-bottom .col-lg-6 {
    width: 50%;
  }
  .powrdByWp {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .footer-area .footer-bottom .col-lg-6 {
    width: 100%;
  }
  .powrdByWp {
    display: block;
    float: none;
  }
  .powrdByWp .imgWp {
    margin: 0;
  }
  .footer-area .footer-bottom .col-md-4 {
    padding-top: 20px;
  }
  .footer_link {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .footer-top {
    padding-bottom: 30px;
  }
}
.footer-bottom .row {
  display: flex;
  flex-wrap: wrap;
}

.powrdByWp p {
  margin: 0;
}

@media only screen and (min-width: 541px) {
  .distributor_modal .modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .distributor_modal .col-lg-6:last-child {
    padding-left: 25px;
  }
  .distributor_modal .border-class {
    border-right: 1px solid #ccc;
    padding-right: 25px;
  }
}
.distributor_modal .modal-content {
  padding: 20px;
  padding-top: 40px;
}

.distributor_modal .modal-title {
  margin-bottom: 20px;
}

.distributor_modal .distributor_radio {
  display: inline-block;
  margin-right: 9px;
  margin-top: 0;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 540px) {
  .distributor_modal .col-lg-6:last-child {
    margin-top: 20px;
  }
}
/* common footer end */
.footer-widget-list > li a:hover {
  padding-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-widget-list li span {
  word-break: break-word;
}

.footer-bottom .imgWp img {
  margin-top: 4px;
}

.single-footer-widget .mc-form .email {
  width: calc(100% - 90px);
  border-radius: 30px 0px 0px 30px;
  border-right: none;
  padding: 0px 16px;
}

/* banner inline edit */
.style_over_cont {
  overflow: hidden;
  overflow-y: scroll;
}

.style_over_cont.for_theme_clr .overflowCont {
  overflow: hidden;
  overflow-y: scroll;
}

.bannerVer.style_li li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  flex-flow: column;
}

.imgUploadCont {
  float: right;
}

.image_upload_placeholder {
  display: flex;
}

.imgUploadCont .mobile, .imgUploadCont .desktop {
  border-radius: 5px;
  border: 1px solid #cecece;
  text-align: center;
}

.imgUploadCont .desktop {
  margin-right: 5px;
}

.style_label {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #91989b;
}

.style_li_row {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.imgPre {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  border: 1px solid #cecece;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.imgPre img {
  width: 100%;
}

.plusBtn {
  width: 36px;
  height: 36px;
  background-color: #337ab7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.style_li_row .fa-plus-circle {
  color: #ffffff;
  font-size: 16px;
}

.style_li_row .checkBoxCont {
  width: 140px;
  display: flex;
  justify-content: space-between;
}

.style_li_row .checkBoxCont input {
  width: auto;
  margin-right: 5px;
}

.checkBoxS {
  display: flex;
  align-items: center;
}

.style_li_row.button {
  justify-content: flex-end;
}

.btn_cancel {
  width: 110px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.btn_appply {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  background-color: #337ab7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btnLoder {
  width: 100%;
  height: 36px;
  background-color: #28a745;
  border: 1px solid #28a745;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.btnLoder .fa-spin {
  margin-right: 10px;
}

.publisBtnCont {
  width: 110px;
}

.style_inp_cont {
  width: 167px;
}

.bannerVer .style_clr_txt_inp {
  text-transform: initial;
}

.style_inp_cont {
  width: 167px;
}

.langToggle {
  text-align: right;
  margin-top: -9px;
  color: #007bff !important;
  cursor: pointer;
  padding-bottom: 10px;
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer-top .store_description {
  padding-bottom: 15px;
}

.footer-top .store_description h4 {
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.footer-top .store_description h1 {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 0;
}

.footer-top .store_description p {
  color: #797979;
  font-size: 14px;
  line-height: 24px;
}

.header-theme .btn {
  min-width: 110px;
  cursor: pointer;
}

.header-theme .revertCss {
  width: 40px;
  min-width: 40px;
}

.publisBtnCont .btn-success.disabled {
  pointer-events: inherit;
}

@media only screen and (max-width: 767px) {
  .header-theme-right .previewGrp {
    display: none;
  }
}
.style_li_row .btn_appply {
  color: #ffffff !important;
}

@media only screen and (min-width: 768px) {
  #file_manager_gallery .modal-dialog {
    width: 100%;
    max-width: 800px !important;
  }
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  right: 15px !important;
  /* top:10px; */
  top: 50%;
  transform: translateY(-50%);
}

.mac-os .minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  right: 5px !important;
}

.bg-success {
  position: absolute;
  top: 69px;
  z-index: 5;
  width: 100%;
  background-color: #28a745 !important;
  padding: 13px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
  transition: all 0.3s ease 0s;
}

/* .bg-success {
  position:fixed; top:0; z-index: 5; width:100%;  background-color: #28a745 !important; padding: 13px; font-size:14px; text-align: center;  margin-bottom:0;  visibility: hidden; opacity: 0; transform: translateY(-30%); transition: all .3s ease 0s;
 } */
.bg-success.animate {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* .bg-success.animate+.header-top {   transition: all .3s ease 0s; margin-top:47px;} */
.style_li_row .btn_appply {
  width: 110px;
}

.preview_mode .dotWrp {
  display: none;
}

/* address common */
.cDisable {
  background: #e1e1e1 !important;
  cursor: no-drop !important;
}

.style_over_header .style_saved.show {
  display: initial !important;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65 !important;
  pointer-events: none;
}

.header-theme .btn-success.disabled:hover {
  background-color: #28a745;
  border-color: #28a745;
}

/* .tooltip-inner {
  max-width: 350px; 
} */
.popover, .popover a {
  max-width: 600px;
}

.popover_link {
  color: #007bff !important;
  cursor: pointer;
}

.search_msg {
  text-transform: none;
}

#mc_embed_signup_scroll > button {
  border: 0;
}

.footer-area .social-link {
  margin-top: 0;
}

.social-link-li {
  margin-top: 15px;
}

.footer-area .social-link a {
  width: auto;
}

.footer-area .social-link a:hover {
  padding-left: 0;
}

#order-list .link {
  color: #007bff;
}

#order-list .link:hover {
  text-decoration: underline;
}

/* order information start */
.order_info_pg .buy_get_text {
  display: inline-block;
  width: 100%;
  font-weight: 700;
}

.order_info_pg .prod_wrp {
  display: inline-block;
  width: 100%;
}

.order_info_pg .prod_wrp + .prod_wrp {
  margin-top: 20px;
}

.order_info_pg .img_wrp {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden; /*border: 1px solid #000000;*/
  float: left;
}

.order_info_pg .img_wrp img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.order_info_pg .right_sec {
  float: right;
  width: calc(100% - 55px);
}

.order_info_pg .right_sec .prod_name {
  font-weight: 700;
  margin: 0;
}
.order_info_pg .right_sec .prod_name a {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.order_info_pg .right_sec .varient_text {
  margin-bottom: 0;
  color: #8c8c8c;
}

.order_info_pg .return_text {
  display: inline-block;
  width: 100%;
  padding-left: 55px;
  box-sizing: border-box;
  margin: 0;
}

.order_info_pg .price_wrp {
  margin-bottom: 13px;
}

.order_info_pg .price_wrp p {
  margin: 0;
}

.order_info_pg .price_wrp .selling_price_text {
  font-weight: 700;
}

.order_info_pg .price_wrp .price_text {
  color: #8c8c8c;
  text-decoration: line-through;
}

.order_info_pg .price_wrp .offer_text {
  color: #8c8c8c;
}

.order_info_pg .total_text, .quantity_text {
  font-weight: 700;
  margin-bottom: 50px;
}

.order_info_pg .status_text {
  margin-bottom: 50px;
}

.order_info_pg .status_text.col_red {
  color: red;
}

.order_info_pg .bottom_section {
  display: inline-block;
  width: 100%;
  margin-top: 55px;
}

.order_info_pg .prdname {
  width: 420px;
}

.order_info_pg .credit_total {
  width: 125px;
}

.order_info_pg .pricename {
  width: 200px;
}

.order_info_pg .quantityname {
  width: 125px;
}

.order_info_pg .totalname {
  width: 125px;
}

/* order information End */
/* Submit Return Request Start */
.order_info_pg .srr .bottom_section {
  margin-top: 15px;
}

.order_info_pg .botm_text {
  font-size: 14px;
  color: #000000;
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
  max-width: 340px;
}

.order_info_pg .botm_text_link {
  font-size: 12px;
  color: #252531;
  text-decoration: underline;
  float: left;
}

/* Submit Return Request End */
/* Select items to return Start */
.order_info_pg .checkname .form-check .form-check-input {
  position: static;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 0 0 5px;
}

.order_info_pg .prdname .select_list {
  padding-left: 55px;
  margin: 15px 0;
}

.order_info_pg .quantity_list.select_list {
  width: 95px;
  margin: 20px auto 50px;
}

/* Select items to return End */
.order_info_pg .cancel_text {
  color: red;
  padding-left: 55px;
  padding-top: 20px;
}

.order_info_pg .get_direction {
  float: right;
  font-size: 14px;
  color: #000000;
  text-decoration: underline;
  background: url("../img/get_icon.png") no-repeat;
  padding-left: 22px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .order_info_pg .prdname {
    float: left;
  }
  .order_info_pg .credit_total {
    float: left;
  }
  .order_info_pg .pricename {
    float: left;
  }
  .order_info_pg .quantityname {
    float: left;
  }
  .order_info_pg .totalname {
    float: left;
  }
}
@media only screen and (max-width: 367px) {
  .order_info_pg .bottom_section .pull-right.btnm {
    margin-top: 20px;
  }
}
.return_bottom_btn, .footer_btm {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 40px 0;
}

.return_bottom_btn .retn_order_hist {
  display: flex;
  align-items: center;
}

.return_bottom_btn .retn_order_hist i {
  margin-right: 6px;
  font-size: 22px;
  margin-top: -2px;
  font-weight: 600;
}

.return_bottom_btn .retn_order_hist span {
  font-weight: 600;
  font-size: 14px;
}

.return_bottom_btn .button, .footer_btm .cancel_btn {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
}

.response_select {
  margin-left: 55px;
  width: 250px;
  background: transparent;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.td_chckbox {
  width: 100px;
}

.td_chckbox input {
  width: 18px;
}

.quantity_select {
  background: transparent;
}

.order_info_edit input, .order_info_edit select {
  cursor: pointer;
}

.order_info_edit input:disabled, .order_info_edit select:disabled {
  /* cursor:no-drop; */
  pointer-events: none;
}

.footer_btm .cancel_btn {
  margin-right: 5px;
}

.footer_btm button {
  background: #252531 none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13.3px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 39px;
  padding: 0 27px;
  text-transform: uppercase;
}

.retn_policy {
  text-decoration: underline;
  font-size: 14px;
}

.order_info_edit .response_error_msg {
  color: #ff6d6d;
  display: none;
  font-size: 12px;
  margin-left: 55px;
}

.order_info_edit .response_select.error {
  border: 1px solid #ff6d6d;
  box-shadow: 0 0 0 1px #ff6d6d;
}

.footer_btm button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.quantity_select.disabled {
  opacity: 0.6;
  pointer-events: none;
}

@media only screen and (max-width: 479px) {
  .return_bottom_btn {
    justify-content: center;
  }
  .return_bottom_btn .req_retn_btn {
    width: 100%;
    text-align: center;
  }
  .return_bottom_btn .retn_order_hist {
    order: 2;
    margin-top: 15px;
  }
  .footer_btm .retn_policy {
    order: 2;
    margin-top: 10px;
  }
  .footer_btm .align_right, .footer_btm .align_right a, .footer_btm .align_right button {
    width: 100%;
  }
  .footer_btm .align_right a, .footer_btm .align_right button {
    text-align: center;
  }
  .footer_btm .align_right button {
    margin-top: 10px;
  }
}
.return_bottom_btn .button:hover, .footer_btm .cancel_btn:hover {
  background-color: #333333;
  color: #ffffff;
}

.footer_btm button {
  border: 1px solid #333333;
}

.quantity_select {
  border-radius: 5px;
}

@media only screen and (min-width: 480px) {
  .footer-float {
    float: right;
  }
}
#order-list .modified {
  position: relative;
}

#order-list .modified::after {
  content: "*";
  color: red;
  position: absolute;
  top: -2px;
  right: -8px;
}

/* order information End */
.payment-footer-widget .payment-options {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.payment-footer-widget .img-wrp {
  margin-right: 10px;
  width: 42px;
  height: 28px;
  background-color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-footer-widget .img-wrp img {
  width: 90%;
}

.payment-footer-widget .img-wrp:first-child {
  align-self: flex-end;
}

.payment-footer-txt {
  margin-bottom: 10px !important;
}

@media only screen and (min-width: 1024px) {
  .payment-footer-widget {
    margin-top: 30px;
  }
}
.email_link {
  color: inherit;
}

.email_link:hover {
  text-decoration: underline;
  padding-left: 0 !important;
}

.payment-options-btm {
  display: flex;
  margin-top: 10px;
}

.payment-options-btm .text-wrp {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.payment-options-btm .text-wrp img {
  width: 15px;
  margin-right: 5px;
}

.payment-options-btm .text-wrp span {
  color: #797979;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-widget-list li span {
  color: inherit;
}

.footer-area .social-link a:hover {
  padding-left: 0;
}

#modal-verify-agent-feature .modal-dialog, #requestGetStockModal .modal-dialog, #agentOrderConfirmModal .modal-dialog, .comon_modal .modal-dialog {
  width: 530px;
  border-radius: 6px;
  max-width: calc(100% - 20px);
  position: relative;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#modal-verify-agent-feature .btn, #requestGetStockModal .btn, #agentOrderConfirmModal .btn, .comon_modal .btn {
  height: 40px;
  padding: 0 20px;
  margin: 0;
  border: none;
  color: #ffffff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
}
#modal-verify-agent-feature .modal-content, #requestGetStockModal .modal-content, #agentOrderConfirmModal .modal-content, .comon_modal .modal-content {
  flex-flow: column;
  border-radius: 6px;
  padding: 0;
}
#modal-verify-agent-feature .modal-header, #requestGetStockModal .modal-header, #agentOrderConfirmModal .modal-header, .comon_modal .modal-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 15px;
}
#modal-verify-agent-feature .modal-title, #requestGetStockModal .modal-title, #agentOrderConfirmModal .modal-title, .comon_modal .modal-title {
  font-weight: 700;
}
#modal-verify-agent-feature .modal-header .close, #requestGetStockModal .modal-header .close, #agentOrderConfirmModal .modal-header .close, .comon_modal .modal-header .close {
  position: static;
  background: transparent;
  color: #000;
  top: inherit !important;
  border: none;
  padding: 0;
  font-size: 2rem;
  height: auto;
  font-weight: 700;
  width: auto;
  width: auto;
  letter-spacing: inherit;
}
#modal-verify-agent-feature .modal-dialog .modal-body, #requestGetStockModal .modal-dialog .modal-body, #agentOrderConfirmModal .modal-dialog .modal-body, .comon_modal .modal-dialog .modal-body {
  padding: 0 15px;
}
#modal-verify-agent-feature .form-group .form-control, #requestGetStockModal .form-group .form-control, #agentOrderConfirmModal .form-group .form-control, .comon_modal .form-group .form-control {
  border-color: #ced4da;
  border-radius: 0.25rem;
}

#modal-verify-agent-feature.modal, #requestGetStockModal.modal {
  padding: 0 10px;
}

#modal-verify-agent-feature.modal .modal-footer {
  padding-right: 0;
}

#modal-verify-agent-feature .fa.fa-refresh {
  margin-right: 10px;
}

.btn.small_btn {
  width: auto;
  padding: 0 5px;
  border-radius: 4px;
  float: left;
  font-size: 10px;
  line-height: 20px;
  border: none;
  width: 60px;
  margin-bottom: 5px;
}
.btn.small_btn:focus {
  box-shadow: none;
}

#order-list .btn.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  cursor: pointer;
}
#order-list .btn.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  cursor: pointer;
}
#order-list tr.disable {
  background: #f6f6f6;
}
#order-list tr.disable .btn.btn-success, #order-list tr.disable .btn.btn-danger {
  pointer-events: none;
  background: #efefef;
  color: #000000;
}

#resend_agent_otp {
  display: inline-block;
  margin-top: 10px;
}

#timer {
  margin-left: 10px;
}

#agentOrderConfirmModal #frmAgentOrderConfirm .modal-body {
  padding-bottom: 15px;
  font-size: 20px;
}

#frmRequestForStock .stock_table .quntity_section {
  width: 30%;
}
#frmRequestForStock .stock_table .count_section {
  width: 10%;
}

/* search by list start */
.search_by_list_wrp {
  display: inline-block;
  width: 100%;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.search_by_list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
}
.search_by_list li {
  width: 20%;
  flex-grow: 1;
  padding: 0 5px;
  box-sizing: border-box;
}
.search_by_list li input.form-control {
  padding-top: 18px;
  padding-bottom: 18px;
}

#agent-order-search-form .btn.btn-primary {
  padding: 0 10px;
  line-height: 32px;
  border: none;
  border-radius: 4px;
  float: right;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .search_by_list li {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .search_by_list li {
    width: 100%;
  }
}
/* search by list End */
/* became an agent form start */
#becameagent .has-error .help-block {
  color: red;
}
#becameagent .has-error label.control-label {
  color: red;
}
#becameagent .has-error input.form-control {
  border-color: red;
}
#becameagent .modal-footer {
  padding: 15px;
}

/* became an agent form End */
.footer-widget-list li.cst_exp a {
  line-height: normal;
  font-size: 16px !important;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  cursor: default;
}
.footer-widget-list li.cst_exp .star_wrp {
  display: flex;
}
.footer-widget-list li.cst_exp .star_wrp .count {
  margin-left: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#ls-signin-overlay .iti__country-list {
  z-index: 4;
}

.pincode-input-text, .form-control.pincode-input-text {
  font-family: inherit !important;
}

.dflex {
  display: flex !important;
}

.footer-top.dflex .footer-col {
  max-width: initial;
  flex-grow: 1;
  flex-shrink: 1;
}

@media only screen and (max-width: 479px) {
  .header-theme .btn {
    min-width: auto;
  }
  .header-theme .form-inline .btn.revertCss {
    top: 10px;
    right: 0;
    position: absolute;
  }
  .header-theme .navbar-collapse {
    padding-right: 30px;
  }
  .header-theme .publisBtnCont {
    width: auto;
  }
}
.header-theme .header-theme-left .navbar-brand {
  text-align: center;
}
.header-theme .header-theme-left .navbar-brand p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  font-family: inherit;
}

.header_block .logocnt {
  position: relative;
}

.abs_href {
  position: absolute;
  width: 100%;
  height: 100%;
}

.emi_option_wrp {
  display: flex;
  align-items: center;
  color: #444444;
  font-size: 13px;
}
.emi_option_wrp .bld {
  font-weight: 700;
}
.emi_option_wrp .emi_option_link_wrp {
  position: relative;
}
.emi_option_wrp .clsjs {
  cursor: pointer;
  font-size: 16px;
}
.emi_option_wrp .emi_option_link {
  cursor: pointer;
  text-decoration: underline;
  position: relative;
}
.emi_option_wrp .emi_option_link > .fa-angle-down {
  font-size: 20px;
  position: absolute;
  top: 1px;
  right: -18px;
}

.emi_option {
  width: 360px;
  height: 410px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 30px;
  transform: translate(-50%);
  display: none;
}
.emi_option .emi_header {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  background: #f8f8f8;
  border-bottom: 1px solid #dbdcdc;
  justify-content: space-between;
}
.emi_option .emi_header .emi_heading {
  font-size: 13px;
  color: #444444;
  font-weight: 700;
  margin: 0;
}

.emi_list_wrp_2 {
  background: #ffffff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.emi_list_wrp {
  border-radius: 5px;
  border: solid 1px #dbdcdc;
  background-color: #f8f8f8;
  width: 100%;
  border-radius: 5px;
}

.emi_tab_list {
  list-style: none;
  display: flex;
}
.emi_tab_list li {
  width: 50%;
}
.emi_tab_list li a {
  font-size: 13px;
  height: 38px;
  color: #444444;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  position: relative;
}
.emi_tab_list li.act a {
  background: #ffffff;
  color: #000000;
  font-weight: 700;
}
.emi_tab_list li.act a::before {
  content: "";
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  height: 2px;
  background: #000000;
}
.emi_tab_list li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}

.emi_tab {
  display: none;
}

.emi_tab.act {
  display: block;
}

.emi_list {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.emi_list li {
  display: inline-block;
  width: 100%;
  padding: 0 13px;
  border-top: 1px solid #dbdcdc;
  position: relative;
}
.emi_list li .lip {
  margin: 8px 0;
  font-size: 13px;
}
.emi_list li .fa-angle-down {
  font-size: 18px;
  position: absolute;
  top: 7px;
  right: 13px;
}
.emi_list li.act {
  background: #ffffff;
}
.emi_list li.act .emi_inner_list_wrp {
  display: block;
}
.emi_list li.act .fa-angle-down {
  transform: rotate(180deg);
}

.emi_inner_list_wrp {
  display: none;
}

.emi_heading_2 {
  font-size: 11px !important;
  color: #4e4e4e !important;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  justify-content: space-between;
  font-weight: 700;
  border-top: 1px solid #dbdcdc;
  width: calc(100% + 26px);
  margin-left: -13px !important;
  padding: 3px 13px;
}

.emi_inner_list {
  display: inline-block;
  width: calc(100% + 26px);
  margin-left: -13px;
  background: #ffffff;
}
.emi_inner_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #4e4e4e;
  padding: 3px 0;
}
.emi_inner_list li a span {
  color: #4e4e4e;
}
.emi_inner_list li a .left_txt .blk {
  font-weight: 700;
  color: #000000;
}

.up_arrow {
  width: 16px;
  height: 8px;
  background: url(../images/up_arrow.svg) no-repeat;
  position: absolute;
  top: -9px;
  right: 50%;
}

@media only screen and (max-width: 1023px) {
  .emi_option_wrp {
    font-size: 12px;
  }
  .emi_option {
    left: inherit;
    right: -20px;
    transform: inherit;
  }
  .up_arrow {
    right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .emi_option_wrp {
    font-size: 11px;
  }
  .emi_option {
    width: 300px;
  }
}
.emi_list {
  max-height: 310px;
  overflow-y: auto;
}

.emi_heading_2 {
  margin-top: 10px !important;
  margin-bottom: 0;
}

.emi_option_wrp .fal, .emi_option_wrp .fas {
  font-family: FontAwesome;
  line-height: inherit;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#prod_cont_popup .emi_option {
  left: auto;
  top: 0;
  transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
  #prod_cont_popup .emi_option {
    right: -50%;
  }
}
#prod_cont_popup .emi_option_link .fa-angle-down {
  transform: rotate(180deg);
}

.emi_list li {
  cursor: pointer;
}

.emi_list li.act {
  cursor: auto;
}

.fieo_bg {
  background-color: #0baeef;
}

.container-fluid.fieo_bg {
  padding: 16px 0;
}
.container-fluid.fieo_bg .logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .store-header-ibp-logo {
    width: 180px;
  }
  .store-header-fieo-logo {
    width: 135px;
  }
}
@media only screen and (max-width: 359px) {
  .store-header-ibp-logo {
    width: 150px;
  }
  .store-header-fieo-logo {
    width: 135px;
  }
}
.tooltip-inner {
  max-width: 450px !important;
}
.tooltip-inner h5 {
  color: #ffffff;
  font-size: 15px;
  padding-top: 10px;
}
.tooltip-inner p {
  font-size: 13px;
}

.fieo_partners_wrp {
  float: right;
}
.fieo_partners_wrp td {
  padding: 10px;
}

@media only screen and (max-width: 992px) {
  .fieo_partners_wrp td {
    padding: 5px;
  }
  .fieo_partners_wrp td img {
    max-width: 80%;
  }
  .fieo-footer-row .powrdByWp .imgWp img { /* width: 80%; */ }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .fieo-footer-row .left-col {
    width: auto;
    max-width: fit-content !important;
    flex-shrink: 1 !important;
  }
  .fieo-footer-row .right-col {
    flex-grow: 1 !important;
    max-width: initial !important;
    justify-content: flex-end !important;
  }
}
.fieo-footer-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fieo-footer-row .left-col {
  display: flex;
  flex-flow: column;
}
.fieo-footer-row .store-footer-ibp-fieo-logo {
  width: 258px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .fieo-footer-row .col-sm-6 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .fieo-footer-row .poweredByLabel {
    font-size: 12px;
  }
  .fieo-footer-row .fieo_partners_wrp, .fieo-footer-row .powrdByWp.fieo_ver { /* margin-top:25px; */ }
  .fieo-footer-row .powrdByWp.fieo_ver {
    margin-left: 0; /* margin-right: 20px; */
  }
}
@media only screen and (min-width: 576px) {
  .fieo-footer-row .col-sm-6 {
    flex: 0 0 50%;
  }
}
@media (max-width: 575px) {
  .fieo-footer-row .col-sm-6 {
    display: flex;
    justify-content: center;
  }
  .fieo-footer-row .poweredByLabel {
    text-align: center;
  }
  .fieo-footer-row .left-col {
    align-items: center;
  }
  .fieo-footer-row .right-col {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .pb.fieo_bdy .footer-area, .pb.fieo_bdy .footer-bottom {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  .pb.fieo_bdy .fieo-cont-fluid {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fieo_bdy_1 .footer-area, .fieo_bdy_1 .footer-bottom {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  .fieo_bdy_1 .fieo-cont-fluid {
    padding-bottom: 75px !important;
  }
}
@media only screen and (min-width: 480px) {
  .fieo-footer-row .poweredByLabel { /* font-size: 16px !important; */ }
  .fieo_partners_wrp td:first-child {
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .fieo-footer-row .powrdByWp.fieo_ver {
    margin-left: 15px;
    margin-right: 20px;
  }
  .fieo-footer-row .powrdByWp.fieo_ver img {
    width: 90%;
  }
  .fieo-footer-row .poweredByLabel {
    font-size: 14px !important;
    margin-bottom: 5px;
    padding-left: 5px;
  }
}
.fieo-footer-row .poweredByLabel {
  color: #333;
}

.fieo_partners_wrp td {
  padding-top: 0;
}

.abs_href {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* search box - sonali */
.ddlist {
  padding: 15px 5px;
  width: calc(100% - 165px);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: none;
  background: #ffffff;
  top: 40px;
  right: 30px;
  position: absolute;
  z-index: 12;
  border-radius: 5px;
}

.product_wrp { /*  display: inline-block; */
  display: flex;
  width: 100%;
  position: relative;
  line-height: normal;
  padding: 10px 10px 43px 0;
  z-index: 2;
}

.product_wrp .prod_image {
  float: left;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  overflow: hidden;
}

.product_wrp .prod_image img {
  max-width: 100%;
}

.product_wrp .prod_name_wrp {
  display: inline-block;
  width: calc(100% - 96px);
  padding: 0 60px 0 15px;
  text-align: left;
}

.product_wrp .prod_name_wrp .prod_name {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.product_wrp .price_wrp {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.product_wrp .price_wrp .offer_price {
  font-size: 12px;
  color: #e33e1d;
  margin: 0;
}

.product_wrp .price_wrp .price_txt {
  font-size: 14px;
  color: #e33e1d;
  margin: 0;
}

.product_wrp .price_wrp .mrp_txt {
  font-size: 12px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin: 0;
}

.product_wrp .border_btn_2 {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.product_wrp:hover .border_btn_2 {
  background-color: #e33e1d;
  color: #ffffff;
}

.searchDdList {
  max-height: 505px; /*min-height: 200px;*/
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.searchDdList li {
  padding: 0 10px;
}

/* search box - sonali end*/
.header-search #searchDDWrp.ddlist {
  width: calc(100% + 60px);
  left: auto;
  top: 52px;
}
.header-search .os-content {
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .header-search .product_wrp .prod_name_wrp {
    padding-right: 0;
    width: calc(100% - 60px);
  }
  .header-search #searchDDWrp.ddlist {
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-search .product_wrp .price_wrp {
    position: relative;
    text-align: left;
    right: 0;
  }
  .header-search .product_wrp .price_wrp .price_txt, .header-search .product_wrp .price_wrp .mrp_txt {
    display: inline-block;
  }
  .header-search .product_wrp .price_wrp .mrp_txt {
    margin-left: 5px;
  }
  .header-search .product_wrp .price_wrp .search_btn {
    display: block;
    padding-top: 5px;
  }
}
.header-search .product_wrp:last-child {
  padding-bottom: 10px;
}
.header-search .form_loader {
  top: 15px;
  right: 50px;
}
.header-search #searchDDWrp.ddlist.no-results {
  width: 100%;
}

#sendEnquiryModal_v2 .modal-dialog {
  max-width: 550px;
}
#sendEnquiryModal_v2 .modal-title {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
#sendEnquiryModal_v2 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #f0f2f4;
}
#sendEnquiryModal_v2 .close {
  font-size: 30px;
  font-weight: inherit;
}
#sendEnquiryModal_v2 .img_wrp {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  overflow: hidden;
  background-color: #e1e1e2;
  margin: 0 5px 5px 5px;
  font-size: 0;
}
#sendEnquiryModal_v2 .img_wrp > img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
#sendEnquiryModal_v2 .img_txt_wrp {
  display: flex;
}
#sendEnquiryModal_v2 .img_txt {
  color: #3f4144;
  width: calc(100% - 70px);
}
#sendEnquiryModal_v2 label {
  color: #868686;
  padding: 0;
}
#sendEnquiryModal_v2 .btn.float-right {
  float: right;
}
#sendEnquiryModal_v2 .form-group.row {
  margin-left: 0;
  margin-right: 0;
}
#sendEnquiryModal_v2 .modal-body {
  padding-left: 15px;
  padding-right: 15px;
}
#sendEnquiryModal_v2 .yr_info_txt {
  border-top: 1px solid #e2e6ea;
  padding: 15px 0 10px 0;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
}
#sendEnquiryModal_v2 .iti {
  display: block !important;
}
@media (min-width: 576px) {
  #sendEnquiryModal_v2 .col-sm-3 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  #sendEnquiryModal_v2 .col-sm-9 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 575px) {
  #sendEnquiryModal_v2 .col-sm-9 {
    padding-left: 0;
    padding-top: 5px;
  }
}
#sendEnquiryModal_v2 .enquiry_consent_txt {
  font-size: 12px;
  float: left;
  max-width: calc(100% - 150px);
  display: flex;
  margin-bottom: 0;
  line-height: 18px;
  cursor: pointer;
}
#sendEnquiryModal_v2 .enquiry_consent_txt input {
  width: auto;
  height: auto;
  margin-right: 5px;
  cursor: pointer;
}
#sendEnquiryModal_v2 .btn {
  padding: 7px 40px;
}
#sendEnquiryModal_v2 .pb-15 {
  padding-bottom: 15px;
}
#sendEnquiryModal_v2 .enquiry_consent_txt.has-error input {
  outline: 2px solid red;
}
@media (max-width: 479px) {
  #sendEnquiryModal_v2 .enquiry_consent_txt {
    max-width: 100%;
    float: none;
    padding-bottom: 10px;
  }
}
@media (max-width: 359px) {
  #sendEnquiryModal_v2 .g-recaptcha {
    transform: scale(0.8);
    margin-left: -25px;
  }
}
#sendEnquiryModal_v2 .form-control {
  font-size: 14px;
}
#sendEnquiryModal_v2 .iti input[type=tel] {
  padding-left: 86px !important;
}

.testimonial_listing .testimonial-header {
  color: #6a8e4c;
  margin-bottom: 0;
}
.testimonial_listing .fa-quote-left {
  font-size: 34px;
  color: #6a8e4c;
  padding-top: 20px;
}
.testimonial_listing .testimonials_bg_wrp {
  background-color: #f3eddd; /*margin-top:80px;*/
}
.testimonial_listing p {
  font-family: inherit;
  margin-bottom: 0;
  color: #000000;
}
.testimonial_listing .testimonials_comp {
  padding-bottom: 80px;
  text-align: center;
}
.testimonial_listing .testimonial-cont-wrp {
  display: flex; /*align-items: center;*/
  padding-top: 50px;
  flex-flow: row wrap;
  justify-content: center;
}
.testimonial_listing .testimonial-cont-wrp .testmon-img-wrp {
  width: 160px;
  height: 160px;
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.testimonial_listing .testimonial-cont-wrp .testmon-img-wrp img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonial_listing .testimonial-cont-wrp .rhs-wrp {
  width: calc(100% - 160px);
  padding-left: 25px;
  text-align: left;
}
.testimonial_listing .testimonial-cont-wrp .testimonial-title {
  font-size: 22px;
  color: #6a8e4c;
}
.testimonial_listing .testimonial-cont-wrp .testimonial-desc {
  padding-bottom: 15px;
  color: #000000;
}
.testimonial_listing .testimonial-cont-wrp .testimonial-desc p, .testimonial_listing .testimonial-cont-wrp .testimonial-desc a, .testimonial_listing .testimonial-cont-wrp .testimonial-desc span {
  font-size: 16px;
  color: inherit;
}
.testimonial_listing .testimonial-cont-wrp .testimonial-owner {
  color: #6a8e4c;
}
@media only screen and (max-width: 767px) {
  .testimonial_listing .testimonial-cont-wrp .rhs-wrp {
    width: 100%;
    padding: 25px 15px 0 15px;
  }
  .testimonial_listing .testimonial-cont-wrp .testimonial-desc p, .testimonial_listing .testimonial-cont-wrp .testimonial-desc a, .testimonial_listing .testimonial-cont-wrp .testimonial-desc span {
    font-size: 14px;
  }
  .testimonial_listing .testimonial-cont-wrp .testimonial-title {
    font-size: 18px;
  }
}
.testimonial_listing .slick-arrow {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .testimonial_listing .slick-prev {
    left: -70px;
  }
  .testimonial_listing .slick-next {
    right: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_listing .testimonial-header {
    font-size: 26px;
  }
  .testimonial_listing .fa-quote-left {
    font-size: 30px;
  }
  .testimonial_listing .slick-arrow {
    top: 30%;
  }
  .testimonial_listing .testimonials_comp {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .testimonial_listing .testimonials_comp .testimonial-cont-wrp {
    padding-top: 30px;
  }
}

.testimonial_listing .testimonials_comp {
  padding-top: 50px;
}
.testimonial_listing .testimonial-header {
  text-transform: uppercase;
}
.testimonial_listing .testimonial {
  padding-bottom: 40px;
}
.testimonial_listing .spinner {
  margin: 40px auto 0;
  width: 70px;
  text-align: center;
}
.testimonial_listing .spinner div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.testimonial_listing .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.testimonial_listing .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_listing .testimonials_comp {
    padding-left: 0;
    padding-right: 0;
  }
}

.payment-options.v2 {
  max-width: 270px;
}
.payment-options.v2 .wrp_v2 {
  display: flex;
}
.payment-options.v2 .wrp_V3 {
  width: calc(100% - 89px);
  display: flex;
  flex-flow: row wrap;
}

/* gl-5654 start*/
.download_file_wrp {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.download_file_wrp a {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}
.download_file_wrp .dotWrp {
  top: -10px;
  left: 0;
}
.download_file_wrp.v2 {
  margin-top: 8px;
}
.download_file_wrp.v2 a {
  color: #9b2321;
  font-size: 12px;
}
.download_file_wrp.v2 .dotWrp {
  left: 20%;
}
.download_file_wrp.mb-10 {
  margin-bottom: 10px;
}

.vbox-close {
  font-size: 40px !important;
  right: 10px !important;
}

/* gl-5654 end*/
header .cart-total, .cart-wrap .cart-total {
  display: none !important;
}

.generate_otp_abs_href {
  position: absolute;
  top: 0;
  width: 95px;
  height: 100%;
  right: 0;
  z-index: 5;
  cursor: pointer;
}

.form-group.has-error .generate_otp_abs_href {
  height: calc(100% - 20px);
}

#ls-signup-overlay .social_login_btn_wrp .google_logo, #ls-signin-overlay .social_login_btn_wrp .google_logo {
  background: url(../images/google.svg) no-repeat;
  background-size: cover;
  width: 22px;
  height: 21px;
}

.from_resend:disabled, .from_resend[disabled]:active {
  opacity: 1 !important;
  color: #363636 !important;
}
.from_resend i {
  display: none;
}

.error_msg.animate {
  display: inline-block;
}

@media only screen and (min-width: 992px) {
  .error_msg.animate {
    text-align: center;
  }
}
/* member with block start */
.memberof_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e1decb;
  margin: 13px 0 0 15px;
  width: calc(100% - 30px);
  padding-top: 13px;
}
.memberof_block .copy_right_label {
  font-size: 10px;
  color: #666666;
  margin-bottom: 0;
}

.memberof_hdng {
  font-size: 10px;
  color: #2f5617;
  font-weight: 600;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.member_label_logo_wrp {
  display: flex;
  align-items: center;
}

.membr_logo_list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.membr_logo_list li {
  display: flex;
  padding-left: 20px;
}
.membr_logo_list li:first-child {
  padding-left: 12px;
}
.membr_logo_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.membr_logo_list li a img {
  height: 40px;
}

@media only screen and (max-width: 767px) {
  .member_label_logo_wrp, .memberof_block {
    flex-flow: column;
    align-items: flex-start;
  }
  .membr_logo_list {
    margin-left: -12px;
  }
  .membr_logo_list li {
    margin-top: 9px;
  }
  .memberof_block .fieo_logo {
    width: 150px;
    height: auto;
  }
  .memberof_block .copy_right_label {
    align-self: flex-end;
    margin-top: 20px;
  }
}
/* member with block End */
.promotion_label, .promotion_txt, .promotion_name {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8c8c8c;
  margin-bottom: 0;
}

.write_txt a {
  color: #0d6efd;
}

.has_promotions td {
  border-bottom-color: #f4f4f4;
}

.promotions_row {
  position: relative;
}
.promotions_row td {
  border-top-color: #0baeef;
}
.promotions_row .promotions {
  position: relative;
}
.promotions_row .promotions::before {
  content: "";
  width: 67px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 4;
}
.promotions_row .promotions p {
  margin-left: 57px;
}
.promotions_row .promotions.fullWidth::before {
  width: 100%;
}

tfoot .promotion_label, tfoot .promotion_txt, tfoot .promotion_name {
  font-style: italic;
}

/* esch beauty enhancement start */
#shopForToAvail {
  z-index: 999999;
}

.modal-dialog.custom-vertical-center {
  top: 50%;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, -50%) !important;
}

.shopForToAvailModal .modal-dialog {
  max-width: 466px;
}
.shopForToAvailModal .modal-dialog .modal-body {
  padding: 60px 30px;
}
.shopForToAvailModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
  font-weight: normal;
  font-weight: normal;
  font-size: 45px;
  position: absolute;
  line-height: inherit;
}
.shopForToAvailModal p.availThis {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  font-family: inherit;
  text-align: center;
}
.shopForToAvailModal p.availThis span {
  display: inline;
}

@media only screen and (max-width: 480px) {
  .shopForToAvailModal .modal-content {
    margin: 10px;
  }
}
/* esch beauty enhancement end */
/* google captcha */
#ls-signin-overlay.modal.v2 .modal-dialog .modal-body {
  padding-bottom: 90px;
}

#ls-signup-overlay.modal.v2 .modal-dialog .modal-body {
  padding-bottom: 90px;
}

.grecaptcha-badge {
  transition: none !important;
  right: initial !important;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 18px !important;
  }
}

.share_on_cont .share_on_desktop {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
}
.share_on_cont a {
  margin: 0 5px;
}
.share_on_cont .shareOnVb, .share_on_cont .shareOnLn, .share_on_cont .shareOnWp {
  color: #4c4c4c;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  font-size: 11px;
  padding: 0 15px;
  margin-left: 10px;
}
.share_on_cont .shareOnVb .viberIc, .share_on_cont .shareOnVb .lineIc, .share_on_cont .shareOnVb .wpIc, .share_on_cont .shareOnLn .viberIc, .share_on_cont .shareOnLn .lineIc, .share_on_cont .shareOnLn .wpIc, .share_on_cont .shareOnWp .viberIc, .share_on_cont .shareOnWp .lineIc, .share_on_cont .shareOnWp .wpIc {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -1px;
  margin-right: 3px;
}
.share_on_cont .shareOnLn {
  border: solid 1px #2db843;
}
.share_on_cont .shareOnLn .lineIc {
  background-image: url(../images/line.png);
}
.share_on_cont .shareOnVb {
  border: solid 1px blue;
}
.share_on_cont .shareOnVb .viberIc {
  background-image: url(../images/viberIc.png);
}
.share_on_cont .shareOnWp {
  border: solid 1px #2db843;
}
.share_on_cont .shareOnWp .wpIc {
  background-image: url(../images/whatsapp.jpg);
}
.share_on_cont .shareIc {
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  background-size: cover;
}
.share_on_cont .shareFb {
  background-image: url(../images/facebook-icon.png);
}
.share_on_cont .shareTw {
  background-image: url(../images/twitter-icon.png);
}
.share_on_cont .shareTe {
  background-image: url(../images/telegram.png);
}
.share_on_cont .copyLnk {
  background-image: url(../images/copy-link-icon.png);
}
.share_on_cont .share_on_mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .share_on_cont .share_on_mobile {
    display: block;
  }
  .share_on_cont .shareOnVb, .share_on_cont .shareOnLn, .share_on_cont .shareOnWp {
    margin-left: 0;
    margin-top: 10px;
  }
  .share_on_cont .share_on_desktop {
    border: 0;
    padding: 0;
  }
  .share_on_cont .share_on_desktop .shareOnVb, .share_on_cont .share_on_desktop .shareOnLn, .share_on_cont .share_on_desktop .shareOnWp {
    display: none;
  }
}
.share_on_cont .copylnk_wrp {
  position: relative;
}
.share_on_cont .copied_link_tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 12px;
  background-color: #000;
  font-size: 12px;
  color: #fff;
  margin-top: 0;
  display: none;
  border-radius: 5px;
  min-width: 105px;
  text-align: center;
}
.share_on_cont .copied_link_tooltip .copied_link_tp_arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: 24px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
  left: 49%;
  transform: translateX(-50%);
}
.share_on_cont .copyLnk {
  display: block;
}
.share_on_cont .share_label {
  font-size: 13px;
  margin-bottom: 0;
  color: #343538;
}

/* 360 thumbnail start  */
.cont_360 {
  position: relative;
}

.ic_360_cont {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
}

.ic_360 {
  width: 35px;
  height: 24px;
  background-image: url(../images/360-view.svg);
  background-size: cover;
}

/* 360 thumbnail start  */
.tag_label {
  background: #cccccc;
  font-size: 11px;
  font-family: Helvetica, Sans-Serif;
  padding: 10px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: center;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10px;
  top: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  line-height: 13px;
  z-index: 2;
}

.rounded_label {
  border-radius: 17px;
}

.corner_label_wrp {
  display: inline-block;
  width: 200px;
  height: 140px;
  position: absolute;
  left: -4px;
  top: 0;
  overflow: hidden;
  z-index: 2;
}
.corner_label_wrp .corner_label {
  padding: 10px;
  width: 100%;
  transform: rotate(-45deg);
  left: -40px;
  top: 40px;
}

.circle_label {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.simple_label {
  width: 100%;
  top: 0;
  left: 0;
}

.poly_txt {
  font-size: 11px;
  font-family: Helvetica, Sans-Serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: calc(100% - 26px);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  line-height: 13px;
  padding-top: 10px;
  text-align: center;
}

.poly_label_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  z-index: 2;
}

.poly_txt.v2 {
  height: calc(100% - 10px);
}

.poly_label_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  z-index: 2;
}

.label_img {
  position: absolute;
  top: 10px;
  left: 10px;
}

#grid .poly_mobile {
  display: none;
}
@media only screen and (max-width: 479px) {
  #grid .poly_label_1, #grid .poly_label_2 {
    width: 70px;
  }
  #grid .tag_label, #grid .label_img, #grid .poly_txt {
    left: 0;
    top: 0;
    font-size: 9px;
    line-height: 12px;
  }
  #grid .corner_label_wrp {
    width: 165px;
  }
  #grid .corner_label_wrp .corner_label {
    top: 25px;
    left: -40px;
  }
  #grid .label_img, #grid .circle_label {
    width: 60px;
    height: 60px;
  }
  #grid .poly_desk {
    display: none;
  }
  #grid .poly_mobile {
    display: block;
  }
}

#leftImgCont .tag_label, #leftImgCont .poly_label_1, #leftImgCont .poly_label_2, #leftImgCont .label_img {
  left: 25px;
  top: 10px;
}
#leftImgCont .simple_label {
  left: 15px;
  width: calc(100% - 30px);
  top: 0;
}
#leftImgCont .corner_label_wrp {
  left: 16px;
}
#leftImgCont .corner_label_wrp .corner_label {
  left: -42px;
  top: 40px;
}

.header-cart .header-cart-dropdown {
  top: 100%;
}

.cart_dd_row {
  width: 100%;
  display: flex;
  align-items: center;
}

.cart_dd_row.left_right {
  justify-content: space-between;
  padding-right: 20px;
}

.cart_dd_wrp {
  width: 100%;
}

.cart_dd_ul {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.cart_dd_ul li.cart_dd_li {
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 20px 20px;
  border-top: 1px solid #b4b4b4;
  position: relative;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_left_cont, .cart_dd_ul li.cart_dd_li.slided .cart_dd_sp, .cart_dd_ul li.cart_dd_li.slided .cart_dd_sub_total_label, .cart_dd_ul li.cart_dd_li.slided .cart_variants, .cart_dd_ul li.cart_dd_li.slided p {
  display: none;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont {
  position: relative;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_prod_name {
  position: static;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_prod_name .cls_btn {
  top: -7px;
}
.cart_dd_ul li.cart_dd_li.slided p.cart_dd_mrp, .cart_dd_ul li.cart_dd_li.slided p.cart_dd_category_name, .cart_dd_ul li.cart_dd_li.slided p.cart_dd_sub_total_amount, .cart_dd_ul li.cart_dd_li.slided p.cart_dd_prod_name {
  display: block;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont {
  display: block;
  margin-left: 0;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_prod_name {
  width: 60%;
  float: left;
  padding-right: 10px;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_right_cont .cart_dd_row {
  width: 35%;
  float: left;
  padding: 0;
  justify-content: flex-end;
  margin-top: -10px;
  line-height: 30px;
}
.cart_dd_ul li.cart_dd_li.slided .cart_dd_sub_total_amount {
  margin-left: 0;
}
.cart_dd_ul li.cart_dd_li:first-child {
  border-top: none;
}
.cart_dd_ul li.cart_dd_li .fa {
  color: #494848;
  font-size: 20px;
}
.cart_dd_ul li.cart_dd_li .cart_dd_category_name {
  width: 100%;
  padding-right: 10px;
  margin-top: 16px;
  margin-bottom: 0;
  cursor: pointer;
}
.cart_dd_ul .quantity-update-box {
  display: block;
  width: 100%;
  height: 24px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 5px;
  border: 1px solid #9f9f9f;
  background-color: #ffffff;
}
.cart_dd_ul .quantity-update-box .qtyUpdateBtn {
  z-index: 3;
  color: #9f9f9f;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  top: 0;
}
.cart_dd_ul .quantity-update-box .decr {
  left: 0;
  border-right: solid 1px #cccccc;
}
.cart_dd_ul .quantity-update-box .incr {
  right: 0;
  border-left: solid 1px #cccccc;
}
.cart_dd_ul .quantity-update-box .quantity-input-box {
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #1a1a1a;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  padding: 0 22px;
}

.cart_dd_left_cont {
  width: 86px;
}

.cart_dd_right_cont {
  display: flex;
  flex-grow: 1;
  margin-left: 20px;
  flex-flow: column;
  width: calc(100% - 86px);
}

.cart_dd_category_name {
  font-size: 13px;
  color: #909090;
  text-transform: capitalize;
}

.cart_dd_img_cont {
  width: 100%;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: solid 1px #b9b8b8;
  background-color: #ffffff;
  overflow: hidden;
}
.cart_dd_img_cont img {
  width: 100%;
}

.cart_dd_prod_name {
  font-size: 18px;
  font-size: 16px;
  color: #292929;
  margin-bottom: 10px;
  line-height: normal;
  margin-top: -2px;
  position: relative;
  padding-right: 25px;
}
.cart_dd_prod_name .cls_btn {
  position: absolute;
  top: -5px;
  right: 0;
  cursor: pointer;
  font-style: inherit;
  color: #999999;
}

.cart_dd_mrp {
  font-size: 16px;
  color: #b4b4b4;
  text-decoration: line-through;
  margin-bottom: 2px;
}

.cart_dd_sp {
  font-size: 16px;
  color: #b4b4b4;
  margin: 0 0 2px 20px;
}

.cart_dd_sub_total_label {
  font-size: 12px;
  color: #000000;
  margin: 0 0 2px 0;
}

.cart_dd_sub_total_amount {
  font-size: 16px;
  color: #000000;
  margin: 0 0 2px 10px;
}

.cart_dd_left_cont .cart-plus-minus {
  display: block;
  height: 26px;
  margin: 20px 0 0 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 5px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
}
.cart_dd_left_cont .cart-plus-minus .qtybtn {
  color: #343538;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 20px;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  top: 0;
}
.cart_dd_left_cont .cart-plus-minus .dec {
  left: 0;
  border-right: solid 1px #cccccc;
}
.cart_dd_left_cont .cart-plus-minus .inc {
  right: 0;
  border-left: solid 1px #cccccc;
}
.cart_dd_left_cont .cart-plus-minus input.cart-plus-minus-box {
  border-radius: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #343538;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  padding: 0 30px;
}
.cart_dd_left_cont .cart-plus-minus, .cart_dd_left_cont .cart-plus-minus input.cart-plus-minus-box {
  width: 100%;
}

.delete_fav_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0 0;
  padding: 0 10px;
}

.cart_dd_down_arr {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #909090;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.cart_dd_bottom {
  width: 100%;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 15px 15px;
}
.cart_dd_bottom p {
  margin-bottom: 0;
}

.cart_dd_info {
  font-size: 12px;
  color: #909090;
  margin-top: 8px;
}

.cart_dd_total_cont {
  width: 100%;
  border-radius: 4px; /* border: solid 1px #b4b4b4; */
  margin: 2px 0 0 0; /*padding:9px 15px 7px;*/
  padding: 4px ​0 7px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart_dd_total_count {
  font-size: 16px;
  font-weight: normal;
  color: #1a1a1a;
}

.cart_dd_total_label {
  font-size: 16px;
  font-weight: normal;
  color: #1a1a1a;
  margin-bottom: 0;
}

.cart_dd_total_amount {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}

.cart_dd_total_btn_cont {
  display: flex;
  width: 100%;
  margin-top: 8px;
}
.cart_dd_total_btn_cont a {
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  padding: 0 10px;
  flex-grow: 1;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}
.cart_dd_total_btn_cont a:first-child { /* margin-right:10px; */ }

.cart_dd_edit_btn {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  box-sizing: border-box;
}

.cart_dd_checkout_btn {
  color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}
.cart_dd_checkout_btn:hover {
  color: #ffffff;
}

.cart_dd_ul.os-host { /*width: calc(100% - 20px); margin-left: 15px;*/
  width: 100%;
  padding: 10px 0;
}
.cart_dd_ul.os-host .cart_dd_li {
  border: none;
  /*&:after { content:''; width: calc(100% - 20px); height: 1px; background:#b4b4b4; position: absolute; bottom: 0;   }         */
}
.cart_dd_ul.os-host .os-content .cart_dd_li:last-child:after {
  height: 0;
}

.cart_dd_li.collapsed .cart_dd_category_name {
  margin-bottom: 0;
}

.right_fix_block, .cart_mobile, #cart-dropdown {
  /*.cart_dd_ul{max-height: 450px;}*/
}
.right_fix_block .cart_dd_row.align-normal, .cart_mobile .cart_dd_row.align-normal, #cart-dropdown .cart_dd_row.align-normal {
  align-items: normal;
  border-top: 1px solid #b4b4b4;
  padding: 15px 0 25px;
}
.right_fix_block .cart_dd_row.align-normal + .cart_dd_row.align-normal, .cart_mobile .cart_dd_row.align-normal + .cart_dd_row.align-normal, #cart-dropdown .cart_dd_row.align-normal + .cart_dd_row.align-normal {
  padding-top: 30px;
}
.right_fix_block .cart_dd_row.align-normal:first-child, .cart_mobile .cart_dd_row.align-normal:first-child, #cart-dropdown .cart_dd_row.align-normal:first-child {
  border: none;
}
.right_fix_block .cart_dd_sp, .cart_mobile .cart_dd_sp, #cart-dropdown .cart_dd_sp {
  margin-left: 0;
}
.right_fix_block .cart_dd_mrp, .right_fix_block .cart_dd_sub_total_amount, .cart_mobile .cart_dd_mrp, .cart_mobile .cart_dd_sub_total_amount, #cart-dropdown .cart_dd_mrp, #cart-dropdown .cart_dd_sub_total_amount {
  margin-right: 10px;
}
.right_fix_block .cart_dd_down_arr, .cart_mobile .cart_dd_down_arr, #cart-dropdown .cart_dd_down_arr {
  top: 30px;
}
.right_fix_block .cart_dd_ul .cart_dd_li, .cart_mobile .cart_dd_ul .cart_dd_li, #cart-dropdown .cart_dd_ul .cart_dd_li {
  padding: 10px 15px 0;
  border-top: 1px solid #b4b4b4;
}
.right_fix_block .cart_dd_ul .cart_dd_li:first-child, .cart_mobile .cart_dd_ul .cart_dd_li:first-child, #cart-dropdown .cart_dd_ul .cart_dd_li:first-child {
  border: none;
  padding-top: 0;
}
.right_fix_block .cart_dd_ul .cart_dd_li:first-child .cart_dd_down_arr, .cart_mobile .cart_dd_ul .cart_dd_li:first-child .cart_dd_down_arr, #cart-dropdown .cart_dd_ul .cart_dd_li:first-child .cart_dd_down_arr {
  top: 20px;
}
.right_fix_block .cart_dd_li .cart_dd_category_name, .cart_mobile .cart_dd_li .cart_dd_category_name, #cart-dropdown .cart_dd_li .cart_dd_category_name {
  margin-top: 16px;
  margin-bottom: 0;
}

#cart-dropdown .cart_dd_ul {
  max-height: calc(100vh - 360px);
}

.sticky #cart-dropdown .cart_dd_ul {
  max-height: calc(100vh - 208px);
}

#cart-dropdown .cart_dd_down_arr {
  right: 17px;
}

@media only screen and (max-width: 767px) {
  #order-summary .cart_dd_ul {
    width: calc(100% - 20px);
  }
  #order-summary .cart_dd_ul li.cart_dd_li {
    padding: 0;
  }
  #order-summary .cart_dd_ul li.cart_dd_li .cart_dd_down_arr {
    right: 0;
    top: 25px;
  }
  #order-summary .cart_dd_ul li.cart_dd_li .cart_dd_right_cont {
    margin-left: 10px;
    width: calc(100% - 70px);
  }
  .sticky #cart-dropdown {
    right: -68px;
  }
  .cart_body .cart_mobile .cart_dd_down_arr {
    right: 15px;
  }
}
/* artfurniture theme overwrite */
.cart-dropdown {
  width: 333px;
  border-radius: 5px;
}

#cart-dropdown .cart-box-wrapper {
  width: 100%;
  float: none;
  margin: 0;
}

.cart-box-wrapper .cart-dropdown {
  padding: 0;
}

.cart_dd_ul { /*max-height:335px;*/
  max-height: 440px;
  overflow: hidden;
}
.cart_dd_ul .varImgList {
  width: 100%;
  display: flex;
  list-style-type: none;
  margin: 9px 0 0 -10px;
}
.cart_dd_ul .varImgList li {
  width: auto;
  height: auto;
  margin: 0 0 9px 10px;
}
.cart_dd_ul .varImgList li a {
  width: 40px;
  height: 40px;
  border: 2px solid #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart_dd_ul .varImgList li a.active {
  border: 2px solid #bda87f;
}
.cart_dd_ul .varImgList li.clr_round a {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  overflow: hidden;
  border: none;
}
.cart_dd_ul .varImgList li.prod_spec a {
  font-size: 12px; /*min-width: 60px;*/
  min-width: 34px;
  height: 34px;
  padding: 2px 10px;
  box-sizing: border-box;
  border-radius: 9px;
  border: solid 1px #bcbcbc;
}
.cart_dd_ul .varImgList li p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
}
.cart_dd_ul .varImgList li.clr_round a span {
  display: block;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .cart_dd_ul {
    height: 340px;
  }
}
#cart-total {
  padding: 0;
}

.cart_dd_info {
  font-size: 11px !important;
}

.cart_dd_total_label {
  margin-bottom: 0;
}

#cart-dropdown .close i {
  display: none;
}

.selling-price {
  font-weight: bold;
}

.discount-txt {
  font-size: 13px !important;
  font-family: Montserrat, sans-serif;
  color: #2db843 !important;
}
.discount-txt span {
  font-size: 14px !important;
  font-weight: 600;
}

#list .discount-txt {
  font-size: 18px;
  margin-top: 0 !important;
}
#list .discount-txt span {
  font-size: 18px !important;
}

.hide {
  display: none;
}

/* comon checkout start */
#checkout_body #address_form_new .form-check.v2 .form-check-input {
  position: relative;
  margin: 0;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #707070;
  float: left;
}
#checkout_body .already_login .lgn_link {
  margin-left: 5px;
}

.header-cart-dropdown#cart-dropdown {
  padding: 0;
}

.comon_checkout #input-coupon {
  border-radius: 4px;
}

#add-address-register-otp .otp_input_ele {
  border: none;
}

#address_form_new #add-address-register-otp .code_inp_list li input {
  border: none;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1919px) {
  #add-address-register-otp .otp_input_ele {
    height: 25px;
  }
}
/* comon checkout start */
/*gi badge start*/
.gi_badge {
  width: auto;
  border-radius: 12px;
  border: solid 1px #ebebeb;
  display: inline-flex;
  line-height: initial;
  align-items: center;
  padding: 3px 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.gi_badge .gi_logo_sm {
  width: 11px;
  height: 16px;
  background-image: url(../images/gi-logo.svg);
  display: block;
  background-size: cover;
  margin-right: 5px;
}
.gi_badge p {
  font-size: 12px;
  font-weight: 600;
  color: #4c4c4c;
  margin: 0;
}

.flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 5px;
}
.flex-wrapper .gi_badge {
  margin-right: 15px;
}

/*gi badge end*/
/* search box - sonali */
.ddlist {
  padding: 15px 5px;
  width: calc(100% - 165px);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  display: none;
  background: #ffffff;
  top: 40px;
  right: 30px;
  position: absolute;
  z-index: 12;
  border-radius: 5px;
}

.product_wrp { /*  display: inline-block; */
  display: flex;
  width: 100%;
  position: relative;
  line-height: normal;
  padding: 10px 10px 43px 0;
  z-index: 2;
}

.product_wrp .prod_image {
  float: left;
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  overflow: hidden;
}

.product_wrp .prod_image img {
  max-width: 100%;
}

.product_wrp .prod_name_wrp {
  display: inline-block;
  width: calc(100% - 96px);
  padding: 0 60px 0 15px;
  text-align: left;
}

.product_wrp .prod_name_wrp .prod_name {
  font-size: 14px;
  color: #000000;
  margin: 0;
}

.product_wrp .price_wrp {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.product_wrp .price_wrp .offer_price {
  font-size: 12px;
  color: #e33e1d;
  margin: 0;
}

.product_wrp .price_wrp .price_txt {
  font-size: 14px;
  color: #e33e1d;
  margin: 0;
}

.product_wrp .price_wrp .mrp_txt {
  font-size: 12px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin: 0;
}

.product_wrp .border_btn_2 {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.product_wrp:hover .border_btn_2 {
  background-color: #e33e1d;
  color: #ffffff;
}

.searchDdList {
  max-height: 505px; /*min-height: 200px;*/
  min-height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.searchDdList li {
  padding: 0 10px;
}

/* search box - sonali end*/
.header-search #searchDDWrp.ddlist {
  width: calc(100% + 60px);
  left: auto;
  top: 52px;
}
.header-search .os-content {
  color: #4c4c4c;
}
@media only screen and (max-width: 767px) {
  .header-search .product_wrp .prod_name_wrp {
    padding-right: 0;
    width: calc(100% - 60px);
  }
  .header-search #searchDDWrp.ddlist {
    width: 100%;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .header-search .product_wrp .price_wrp {
    position: relative;
    text-align: left;
    right: 0;
  }
  .header-search .product_wrp .price_wrp .price_txt, .header-search .product_wrp .price_wrp .mrp_txt {
    display: inline-block;
  }
  .header-search .product_wrp .price_wrp .mrp_txt {
    margin-left: 5px;
  }
  .header-search .product_wrp .price_wrp .search_btn {
    display: block;
    padding-top: 5px;
  }
}
.header-search .product_wrp:last-child {
  padding-bottom: 10px;
}
.header-search .form_loader {
  top: 15px;
  right: 50px;
}
.header-search #searchDDWrp.ddlist.no-results {
  width: 100%;
}

.priceLabel {
  font-size: 13px;
  font-weight: 700;
  flex: 0 0 100px;
  width: 100px;
  float: left;
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-product-price .price.new-price {
  font-size: 18px;
}

.inclusiveTax {
  font-size: 12px;
  color: #6a6a6a;
  margin-bottom: 0;
  margin-left: 112px;
}

.mrp-sp-wrp {
  display: flex;
}

.price-unit-wrp {
  display: inline-flex;
  align-items: center;
  line-height: initial;
}

.per-unit {
  font-size: 13px !important;
  font-weight: normal !important;
}

.lessSellingPrice .sp-row {
  display: block;
}
.lessSellingPrice .discount-txt {
  display: block;
}
.lessSellingPrice .variantMrp {
  text-decoration: line-through;
  font-weight: normal;
}
.lessSellingPrice .per-unit.mrp {
  text-decoration: line-through;
}

.greaterSellingPrice .sp-row {
  display: none;
}
.greaterSellingPrice .discount-txt {
  display: none;
}

.mean-nav {
  position: relative;
  z-index: 4;
}

/* floating label strat */
.is-floating-label {
  position: relative;
}

.form-control-placeholder {
  position: absolute;
  top: 11px;
  transition: all 200ms;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  padding: 0 5px;
  border-radius: 5px;
  left: 12px;
  z-index: 1;
  line-height: normal;
  margin: 0;
}

.is-focused .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
}

.act_anim .form-control-placeholder {
  top: -10px;
  font-size: 14px;
  z-index: 3;
  background: #ffffff;
  color: #363636 !important;
}

/* floating label End */
.modal.v2 {
  padding: 0 !important;
}
.modal.v2 .modal-dialog {
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  margin-top: 40px;
}
.modal.v2 .modal-dialog .modal-content {
  border-radius: 10px;
  padding: 0;
}
.modal.v2 .modal-dialog .modal-header {
  padding: 15px 15px 0 15px;
  border: none;
}
.modal.v2 .modal-dialog .modal-header .close {
  font-size: 50px;
  font-weight: normal;
  padding: 0 13px 0 0;
  position: static;
  margin: -15px -15px -15px auto;
  background: transparent;
  color: #363636;
  border: none;
  width: auto;
  height: inherit;
}
.modal.v2 .modal-dialog .modal-body {
  padding-top: 8px;
  padding-bottom: 65px;
  padding: 8px 15px 65px;
}
.modal.v2 .form-control {
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .modal.v2 .modal-dialog {
    width: calc(100% - 30px);
    margin: 20px auto;
  }
  .modal.v2 .modal-dialog .modal-header .close {
    font-size: 40px;
  }
  /*.address_form{
      .form-control-placeholder{top: 18px;}
      .act_anim .form-control-placeholder{top: -7px;}
  }*/
}
/* sign in start */
.login_block {
  padding: 0 40px;
}

.login_heading {
  font-size: 18px;
  color: #363636;
  text-align: center; /* border-bottom:1px solid #d4d4d4;  padding-bottom: 18px;*/
  margin-bottom: 0;
  padding-top: 9px;
}
.login_heading.sub_head {
  font-size: 16px;
  margin-top: 20px;
}
.login_heading a {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.tab_list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center; /*margin-top: 21px; */
}
.tab_list li {
  display: flex;
}
.tab_list li a {
  font-size: 16px;
  color: #494848;
  padding: 15px 35px 8px 35px;
  border-bottom: 2px solid #909090;
}
.tab_list li.act a {
  border-color: #292929;
  color: #333333;
  font-weight: 500;
  border-color: #292929;
}

.gen_otp {
  font-size: 13px;
  color: #005dff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
  z-index: 3;
}
.gen_otp:hover {
  color: #005dff;
}

.tab {
  margin-top: 18px;
  display: none;
}
.tab .form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c7c7c7;
  color: #363636;
}
.tab .form-control-placeholder {
  font-size: 14px;
  color: #999999;
}
.tab .btn.v2 {
  margin: 26px auto 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-transform: capitalize;
  align-items: center;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  min-width: 200px;
  background: #000000;
  color: #ffffff;
}

.tab.act {
  display: block;
}

@media only screen and (max-width: 767px) {
  .login_block {
    padding: 0 10px;
  }
  .login_heading {
    font-size: 14px;
    text-align: left;
  }
  .tab_list li {
    width: 50%;
  }
  .tab_list li a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
#mobile_no {
  padding-left: 80px !important;
}

#ls-signin-overlay .tab .form-group {
  position: relative;
}
#ls-signin-overlay .tab .form-group #generate_otp {
  position: absolute;
  top: 20px;
  right: 10px;
}
#ls-signin-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signin-overlay .iti__country-list {
  z-index: 3;
}

/* sign in End */
/* sign up start */
.signup_heading {
  font-size: 18px;
  color: #494848;
  font-weight: 600;
  text-align: center;
  margin-top: 3px;
}

.login_block.v2 {
  padding: 0 25px;
}

.signup_wrp.tab {
  display: block;
}
.signup_wrp.tab .btn.v2 {
  margin-top: 0;
  display: flex;
}

.mbl_wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mbl_wrp .form-group { /*width: calc(100% - 110px);*/
  margin-bottom: 5px;
}
.mbl_wrp .btn.v2 {
  width: 97px;
  margin: 0;
  height: 40px;
  padding: 0 5px;
  border: solid 1px #8f8f8f;
  color: #363636;
  background-color: #ececec;
}

.code_txt {
  font-size: 12px;
  color: #363636;
  line-height: normal;
  margin: 0;
}

.otp_block {
  display: flex;
  align-items: center;
}
.otp_block .form-control {
  justify-content: center;
  display: flex;
}
.otp_block .pincode-input-container input {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  box-shadow: none;
  border-radius: 0 !important;
  margin: 5px 5px 0;
  padding: 0;
  text-align: center;
  height: 20px;
}

.timer {
  font-size: 14px;
  color: #717171;
  margin-left: 10px;
}

#ls-signup-overlay .tab .form-group.otp_block > .form-control {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti {
  width: 100%;
}
#ls-signup-overlay .tab .mbl_wrp .form-group .iti .iti__flag-container {
  z-index: 3;
}
#ls-signup-overlay .iti__country-list {
  z-index: 3;
}
#ls-signup-overlay .login_block.v2 .signup_wrp.tab .mbl_wrp.form-group .iti .form-control {
  padding-left: 80px !important;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .login_block.v2 {
    padding: 0 10px;
  }
  .otp_block .pincode-input-container input {
    width: 26px;
  }
  .signup_heading {
    font-size: 16px;
    text-align: left;
  }
  .btn.v2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 464px) {
  .otp_block .pincode-input-container input {
    width: 17px;
  }
  #ls-signup-overlay .tab .mbl_wrp .form-group {
    width: 100%;
    margin-bottom: 10px;
  }
  #ls-signup-overlay .mbl_wrp {
    display: block;
  }
  #ls-signup-overlay .mbl_wrp .code_txt {
    margin-top: 10px;
  }
}
/* sign up End */
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #000000;
  box-shadow: none;
}

/*sigIn signUp overlay start*/
#ls-signin-overlay .ml-66, #ls-signin-overlay .iti + label.form-control-placeholder, #ls-signup-overlay .ml-66, #ls-signup-overlay .iti + label.form-control-placeholder {
  margin-left: 66px;
}
#ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-signin-overlay .pincode-input-text, #ls-signin-overlay .form-control.pincode-input-text, #ls-signup-overlay .pincode-input-text, #ls-signup-overlay .form-control.pincode-input-text {
  font-family: inherit;
}

#ls-signin-overlay .tab .iti {
  width: 100%;
}

#ls-signin-overlay .has-error .gen_otp {
  top: 34%;
}

/*sigIn signUp overlay end*/
/* sign in sign up start */
@media only screen and (min-width: 1920px) {
  .modal.v2 .login_heading {
    font-size: 20px;
  }
  .modal.v2 .tab_list li a {
    font-size: 20px;
  }
  .modal.v2 .tab .form-control {
    height: 52px;
  }
  .modal.v2 .tab .form-control-placeholder {
    top: 15px;
  }
  .modal.v2 .tab .act_anim .form-control-placeholder {
    top: -10px;
  }
  .modal.v2 .tab .form-control-placeholder, .modal.v2 .tab .form-control, .modal.v2 .tab .gen_otp {
    font-size: 17px;
  }
  .modal.v2 .code_txt {
    font-size: 14px;
  }
  .modal.v2 .signup_heading {
    font-size: 24px;
  }
  .modal.v2 .btn.v2 {
    font-size: 24px;
    height: 60px;
  }
  .modal.v2#ls-signin-overlay .tab .form-group #generate_otp {
    top: 25px;
  }
  #ls-signin-overlay .mbl_wrp .btn.v2, #ls-signup-overlay .mbl_wrp .btn.v2 {
    height: 52px;
  }
  .signup_wrp.tab .btn.v2.verifySignIn, #add-address-register-otp .btn.v2 {
    width: 330px;
  }
  #ls-signup-overlay .pincode-input-container .form-control, #ls-signin-overlay .pincode-input-container .form-control {
    top: 10px;
    height: auto;
    margin-top: 0;
  }
  #ls-signin-overlay .tab .btn.v2 {
    width: 270px;
  }
}
/* sign in sign up End */
.iti-mobile .iti--container {
  z-index: 1000000;
}

.otp_inp_outer_wrp {
  width: 286px;
  overflow: hidden;
  positino: absolute;
}

.otp_input_inn_wrp {
  left: 0;
  position: sticky;
}

.otp_input_ele {
  height: 23px;
  padding-left: 15px;
  letter-spacing: 43px;
  border: 0;
  width: 336px;
  min-width: 336px;
  transition: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}
.otp_input_ele:focus {
  box-shadow: none;
  background-image: linear-gradient(to left, #d0d0d0 70%, rgba(208, 208, 208, 0) 0%) !important;
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 319px;
    max-width: 319px;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 40px 1px;
    letter-spacing: 9.48vw;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
  .otp_input_ele {
    width: 256;
    max-width: 256px;
    background-size: 34px 1px;
    letter-spacing: 27px;
    padding-left: 20px;
  }
  .otp_input_ele:focus {
    box-shadow: none;
    background-size: 34px 1px;
    letter-spacing: 27px;
  }
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
}
#add-address-register-otp .otp_block.v3 {
  flex-flow: column;
}
#add-address-register-otp .code_txt_2 {
  width: 100%;
  margin-bottom: 5px;
}
#add-address-register-otp .timer.cod_timer {
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
}
#add-address-register-otp .resendcode_link.act {
  color: blue;
  cursor: pointer;
}
#add-address-register-otp .otp_inp_outer_wrp {
  width: 453px;
}
#add-address-register-otp .otp_input_ele {
  width: 276px;
  max-width: 276px;
  background-size: 46px 1px;
  letter-spacing: 39px;
  padding-left: 16px;
}
#add-address-register-otp .otp_input_ele:focus {
  box-shadow: none;
  background-size: 46px 1px;
  letter-spacing: 39px;
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 240px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 29px 1px;
    letter-spacing: 22px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 29px 1px;
    letter-spacing: 22px;
  }
}
@media only screen and (max-width: 359) {
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 260px;
  }
  #add-address-register-otp .otp_input_ele {
    width: 276px;
    max-width: 276px;
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 6px;
    background-position-x: 19px;
  }
  #add-address-register-otp .otp_input_ele:focus {
    box-shadow: none;
    background-size: 23px 1px;
    letter-spacing: 16px;
  }
}
@media only screen and (max-width: 320px) {
  #add-address-register-otp .otp_input_ele {
    background-size: 23px 1px;
    letter-spacing: 16px;
    padding-left: 2px;
  }
  #add-address-register-otp .otp_inp_outer_wrp {
    width: 238px;
  }
}
.code_inp_list {
  list-style: none;
  display: flex;
  justify-content: center;
}
.code_inp_list li {
  width: 11.5%;
  margin-left: 10px;
  border-bottom: 1px solid #c7c7c7;
  height: 23px;
}
.code_inp_list li:first-child {
  margin-left: 0;
}
.code_inp_list li .code_inp {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
  border: none !important;
  height: auto !important;
  padding: 0;
  text-align: center;
  background: none;
}
.code_inp_list li .code_inp:focus {
  outline: none;
  box-shadow: none;
}

#add-address-register-otp .code_inp_list_wrp {
  display: flex;
  flex-flow: row;
}
#add-address-register-otp .code_inp_list_wrp .timer.cod_timer {
  width: 81px;
  max-width: initial;
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
}

.terms_privacy {
  font-size: 14px;
  color: #292929;
  display: flex;
}
.terms_privacy .terms_checkbox {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  margin-right: 8px;
  cursor: pointer;
}
.terms_privacy label {
  cursor: pointer;
}

/* gl-6034 starts*/
#ls-signup-overlay .divider_line, #ls-signin-overlay .divider_line {
  display: flex;
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #dedede;
  margin-top: 30px;
  margin-bottom: 30px;
  align-items: center;
}
#ls-signup-overlay .divider_line .divider_text, #ls-signin-overlay .divider_line .divider_text {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #cdcdcd;
  margin-bottom: 0;
}
#ls-signup-overlay .social_login_btn_wrp, #ls-signin-overlay .social_login_btn_wrp {
  display: flex;
  justify-content: space-between;
}
#ls-signup-overlay .social_login_btn_wrp .social_login_btn, #ls-signin-overlay .social_login_btn_wrp .social_login_btn {
  border: 1px solid #ccc;
  background: transparent;
  padding: 7px;
  border-radius: 50px;
  font-size: 14px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#ls-signup-overlay .social_login_btn_wrp .google_logo, #ls-signin-overlay .social_login_btn_wrp .google_logo {
  margin-right: 10px;
}
#ls-signup-overlay .social_login_btn_wrp .facebook_logo, #ls-signin-overlay .social_login_btn_wrp .facebook_logo {
  color: #1e398f;
  font-size: 20px;
  margin-right: 10px;
}

#ls-verifymobile-overlay .mbl_wrp {
  padding-bottom: 10px;
}
#ls-verifymobile-overlay .mbl_wrp .form-group {
  width: calc(100% - 120px);
}
#ls-verifymobile-overlay .mbl_wrp .iti {
  display: block;
}
#ls-verifymobile-overlay .mbl_wrp .form-control-placeholder {
  margin-left: 66px;
}
#ls-verifymobile-overlay .mbl_wrp .btn.v2 {
  width: 110px;
  min-width: inherit;
  font-size: 18px;
}
#ls-verifymobile-overlay .mbl_wrp .otp_block_cont {
  padding-top: 10px;
}
#ls-verifymobile-overlay .modal-body {
  padding-bottom: 0;
}
#ls-verifymobile-overlay .modal-body .login_block.v2 {
  padding-bottom: 35px;
}
#ls-verifymobile-overlay .bottom_text {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin-bottom: 0;
}
#ls-verifymobile-overlay .bottom_text a {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
#ls-verifymobile-overlay .code_inp_list {
  width: calc(100% - 22px);
}
#ls-verifymobile-overlay .verify_mobile_timer {
  width: 106px;
  padding-top: 0;
  border-left: 1px solid #9f9f9f;
  padding-left: 10px;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  display: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a {
  pointer-events: none;
}
#ls-verifymobile-overlay .verify_mobile_timer a.act {
  pointer-events: all;
  cursor: pointer;
}
#ls-verifymobile-overlay .optButton {
  min-width: 120px;
  background-color: #ececec;
  border: solid 1px #8f8f8f;
  color: #363636;
}
@media only screen and (max-width: 420px) {
  #ls-verifymobile-overlay .mbl_wrp .btn.v2.mt-0 {
    width: 80px;
    font-size: 14px;
  }
  #ls-verifymobile-overlay .mbl_wrp .form-group {
    width: calc(100% - 85px);
  }
  #ls-verifymobile-overlay .verify_mobile_timer {
    font-size: 11px;
  }
  #ls-verifymobile-overlay .code_inp_list li .code_inp {
    font-size: 14px;
  }
  #ls-verifymobile-overlay .act_anim .form-control-placeholder {
    top: -9px;
    font-size: 12px;
  }
  #ls-verifymobile-overlay .bottom_text {
    font-size: 16px;
  }
}

/* gl-6034 ends*/
#ls-signin-overlay .tab .btn.v2, #ls-signup-overlay .verifySignIn {
  line-height: 45px;
  color: #fff;
}

#ls-signup-overlay .login_heading a {
  padding-left: 5px;
}

.form-group.has-error .form-control {
  border-color: red;
}

.form-group.has-error {
  color: red;
}

.fa-spinner:before {
  content: "\f110";
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.signup_wrp.tab .btn.v2 {
  font-weight: normal;
}

.sign-in-up .already_member_txt a {
  margin-right: 5px;
}

form[name=form-register] .already_member_txt a {
  margin-left: 5px;
}

.get_quote_btn {
  font-size: 12px;
  color: #000000 !important;
  border-radius: 4px;
  border: solid 1px #000000 !important;
  background-color: #ffc107;
  margin-right: 20px;
  padding: 4px 10px !important;
  height: auto;
  line-height: initial;
  width: auto;
}

.account-wishlist {
  align-items: center;
}

#get_quote_step .modal-content {
  padding: 30px;
}
#get_quote_step .modal-dialog {
  max-width: 500px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#get_quote_step .modal-header {
  border-bottom: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}
#get_quote_step p {
  font-size: 16px;
  color: #4a4a4a;
  margin-bottom: 0;
}

.get_quote_step_hd {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.get_quote_step_hd .get_quote_invoice_ic {
  margin-right: 15px;
}

.get_quote_invoice_ic {
  display: block;
  width: 32px;
  height: 36px;
  background-image: url(../images/get-quote-steps/approve-invoice.svg);
}
.get_quote_invoice_ic.sm {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.get_quote_cart_ic {
  display: block;
  width: 24px;
  height: 22px;
  background-image: url(../images/get-quote-steps/shopping-cart.svg);
}

.get_quote_cart_ic_1 {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/get-quote-steps/shopping-cart-1.svg);
}

.get_quote_steps_li {
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.get_quote_steps_li li {
  width: 196px;
  display: flex;
  flex-flow: row;
  margin-top: 30px;
}
.get_quote_steps_li li:first-child {
  margin-top: 0;
}
.get_quote_steps_li .ic_cont {
  width: 24px;
  margin-right: 14px;
}

#get_quote_step p.step_label {
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

.continue_shopping_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0 auto;
  max-width: 238px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #333333;
}
.continue_shopping_btn:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .get_quote_btn {
    display: block !important;
    margin-right: 9px;
  }
  .header_top_mobile .get_quote_btn {
    margin-right: 15px !important;
  }
}
/* theme related */
#get_quote_step .close {
  background: none;
  top: 4px !important;
  border: none;
  font-size: 28px;
  color: #000000;
  width: 50px;
}