@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* SCROLLBAR */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e2e2e2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #595959;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

/* TEXT STYLES */
/* TEXT COLORS */
.st-text-black-main {
  color: #111111;
}

.st-text-black-light {
  color: #535353;
}

.st-text-gray-main {
  color: #888888;
}

.st-text-primary {
  color: #333;
}

/* FONT WEIGHT CLASSES */
.st-fw-normal {
  font-weight: normal !important;
}

.st-fw-100 {
  font-weight: 100 !important;
}

.st-fw-200 {
  font-weight: 200 !important;
}

.st-fw-300 {
  font-weight: 300 !important;
}

.st-fw-400 {
  font-weight: 400 !important;
}

.st-fw-500 {
  font-weight: 500 !important;
}

.st-fw-600 {
  font-weight: 600 !important;
}

.st-fw-700 {
  font-weight: 700 !important;
}

.st-fw-800 {
  font-weight: 800 !important;
}

.st-fw-900 {
  font-weight: 900 !important;
}

/* COMMON FONT SIZE CLASSES */
.st-fs-10 {
  font-size: 10px !important;
}

.st-fs-11 {
  font-size: 11px !important;
}

.st-fs-12 {
  font-size: 12px !important;
}

.st-fs-13 {
  font-size: 13px !important;
}

.st-fs-14 {
  font-size: 14px !important;
}

.st-fs-15 {
  font-size: 15px !important;
}

.st-fs-16 {
  font-size: 16px !important;
}

.st-fs-17 {
  font-size: 17px !important;
}

.st-fs-18 {
  font-size: 18px !important;
}

.st-fs-19 {
  font-size: 19px !important;
}

.st-fs-20 {
  font-size: 20px !important;
}

.st-fs-21 {
  font-size: 21px !important;
}

.st-fs-22 {
  font-size: 22px !important;
}

.st-fs-23 {
  font-size: 23px !important;
}

.st-fs-24 {
  font-size: 24px !important;
}

.st-fs-25 {
  font-size: 25px !important;
}

.st-line-height-0 {
  line-height: 0;
}

.st-fs-ita {
  font-style: italic;
}

.st-fs-obl {
  font-style: oblique;
}

.st-link-black-main {
  color: #111111;
}
.st-link-black-main:hover {
  color: #000000;
}

.st-link-primary-main {
  color: #333;
}
.st-link-primary-main:hover {
  color: #222;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.underline-link {
  text-decoration: none;
}
.underline-link:hover {
  text-decoration: underline;
}

.underline-link-black-main {
  color: #111111;
  text-decoration: none;
}
.underline-link-black-main:hover {
  text-decoration: underline;
  color: #000000;
}

/* BUTTONS STYLES */
.st-btn {
  background-color: #111111;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 3px;
  background-color: #fff;
  box-shadow: none !important;
  padding: 9px 15px 10px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  text-align: center;
  height: 43px;
}
.st-btn:hover {
  background-color: #efefef;
  color: #333;
}
.st-btn:active {
  background-color: #ddd;
  color: #000;
}
.st-btn:not(.no-min-width) {
  min-width: 150px;
}
.st-btn.st-btn-primary {
  background-color: #222;
  color: #fff;
}
.st-btn.st-btn-primary:hover {
  background-color: #111;
}
.st-btn.st-btn-primary:active {
  background-color: #000;
}
.st-btn.st-btn-danger {
  background-color: #ff1b1b;
  color: #fff;
}
.st-btn.st-btn-danger:hover {
  background-color: #f31b1b;
}
.st-btn.st-btn-danger:active {
  background-color: #e11717;
}

/* FORMS STYLES */
.st-form {
  position: relative;
  margin-bottom: "15px";
}
.st-form label {
  color: #535353;
}
.st-form > .input-content {
  position: relative;
}
.st-form input:not([type=radio]):not([type=checkbox]),
.st-form select,
.st-form textarea {
  border-radius: 0px;
  border: 1px solid #e4e4e4;
  padding: 5px 15px;
  color: #111111;
  font-size: 15px;
  transition: 0.2s;
}
.st-form input:not([type=radio]):not([type=checkbox]):hover,
.st-form select:hover,
.st-form textarea:hover {
  border-color: #c3c3c3;
}
.st-form input:not([type=radio]):not([type=checkbox]):focus,
.st-form select:focus,
.st-form textarea:focus {
  border-color: #333;
  box-shadow: 0 0 1px 1px #333;
}
.st-form input:not([type=radio]):not([type=checkbox]),
.st-form select {
  height: 48px;
}
.st-form.form-lg input:not([type=radio]):not([type=checkbox]),
.st-form.form-lg select {
  height: 54px;
}
@media screen and (min-width: 576px) {
  .st-form.form-lg input:not([type=radio]):not([type=checkbox]),
.st-form.form-lg select {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .st-form.form-lg input:not([type=radio]):not([type=checkbox]),
.st-form.form-lg select {
    height: 48px;
  }
}
.st-form.form-md input:not([type=radio]):not([type=checkbox]),
.st-form.form-md select {
  height: 40px;
}
.st-form.form-sm input:not([type=radio]):not([type=checkbox]),
.st-form.form-sm select {
  height: 40px;
}
.st-form.form-lt, .st-form.form-rt, .st-form.form-ct {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .st-form.form-lt, .st-form.form-rt {
    width: 50%;
  }
  .st-form.form-lt {
    padding-right: 7.5px;
  }
  .st-form.form-rt {
    padding-left: 7.5px;
  }
}
.st-form.has-icon input:not([type=radio]):not([type=checkbox]),
.st-form.has-icon select {
  padding-right: 35px;
}
.st-form.has-icon .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 19px;
  color: #535353;
}
.st-form.has-icon.form-lg input:not([type=radio]):not([type=checkbox]),
.st-form.has-icon.form-lg select {
  padding-right: 45px;
}
.st-form.has-icon.form-lg .icon {
  font-size: 21px;
}
.st-form.has-error input:not([type=radio]):not([type=checkbox]),
.st-form.has-error select,
.st-form.has-error textarea {
  border: 1px solid #e30000;
}
.st-form.has-error input:not([type=radio]):not([type=checkbox]):focus,
.st-form.has-error select:focus,
.st-form.has-error textarea:focus {
  box-shadow: 0 0 1px 1px #e30000;
}
.st-form .msg-error {
  margin-top: 10px;
}
.st-form .msg-error p {
  color: #e30000;
  font-size: 13px;
}
.st-form.no-arrow {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.st-form.no-arrow input::-webkit-outer-spin-button,
.st-form.no-arrow input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.st-form.no-arrow input[type=number] {
  -moz-appearance: textfield;
}
.st-form.payment-cardNumber {
  width: 100% !important;
  margin-bottom: 10px;
}
.st-form.payment-cardCvc {
  width: 200px !important;
  margin-bottom: 10px;
}
.st-form iframe,
.st-form .InputElement {
  height: 40px;
}
.st-form .InputElement {
  border-radius: 5px;
  border: 1px solid rgb(206, 212, 218);
  padding: 5px 15px;
  color: rgb(51, 51, 51);
  font-size: 15px;
  cursor: text;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

.st-default-checkbox {
  cursor: pointer;
}
.st-default-checkbox .checkbox {
  height: 20px;
  width: 20px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 3px;
  font-size: 15px;
  padding-bottom: 1px;
  transition: 0.3s;
}
.st-default-checkbox .checkbox * {
  transition: 0.3s;
  opacity: 0;
}
.st-default-checkbox > input:checked + .checkbox {
  border-color: #333;
}
.st-default-checkbox > input:checked + .checkbox * {
  opacity: 1;
}

/* FLEX RELATED CLASSES */
/* FLEX RELATED CLASSES */
.media-body {
  flex: 1;
}

/* CURSOR RELATED CLASSES */
/* CURSOR RELATED CLASSES */
.cursor-pointer {
  cursor: pointer;
}

.cursor-grab {
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

/* HEADING CLASSES */
.st-heading {
  text-align: center;
  line-height: normal;
}
.st-heading .head-top {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .st-heading .head-top {
    font-size: 17px;
    letter-spacing: 2px;
  }
}
.st-heading .head-main {
  font-size: 22px;
  text-transform: lowercase;
  font-weight: 800;
}
@media screen and (min-width: 992px) {
  .st-heading .head-main {
    font-size: 2rem;
  }
}
.st-heading .head-link {
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  color: #555;
  transition: 0.2s;
}
@media screen and (min-width: 992px) {
  .st-heading .head-link {
    font-size: 15px;
  }
}
.st-heading .head-link i {
  transition: 0.2s;
  left: 0;
}
.st-heading .head-link:hover {
  color: #000;
}
.st-heading .head-link:hover i {
  left: 5px;
}

.bd-container .head {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 3px;
  text-transform: uppercase;
  line-height: normal;
}
.bd-container .links-container {
  color: #757575;
  font-size: 16px;
}
.bd-container .links-container .link {
  color: #757575;
  transition: 0.2s;
  cursor: pointer;
  text-decoration: none;
  pointer-events: none;
}
.bd-container .links-container .link:hover {
  color: #757575;
}

/* COMMON CSS */
.disabled-elem {
  pointer-events: none !important;
  opacity: 0.5;
}

.com-pad-lr {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .com-pad-lr__lg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pad-15 {
  padding: 15px;
}

.pad-l-15 {
  padding-left: 15px;
}

.pad-r-15 {
  padding-right: 15px;
}

.pad-t-15 {
  padding-top: 15px;
}

.pad-b-15 {
  padding-bottom: 15px;
}

.pad-20 {
  padding: 20px;
}

.pad-l-20 {
  padding-left: 20px;
}

.pad-r-20 {
  padding-right: 20px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.com-pad-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .com-pad-tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.com-pad-t {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .com-pad-t {
    padding-top: 80px;
  }
}

.com-pad-b {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .com-pad-b {
    padding-bottom: 80px;
  }
}

.com-mar-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .com-mar-tb {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.com-mar-t {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .com-mar-t {
    margin-top: 80px;
  }
}

.com-mar-b {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .com-mar-b {
    margin-bottom: 80px;
  }
}

.modal-header {
  padding: 12px 15px;
  background: #f5f5f5;
  position: relative;
  border-bottom: none;
}
.modal-header .modal-title {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.modal-header .btn-close {
  position: absolute;
  right: 15px;
  top: 20px;
  box-shadow: none;
}

.modal-body {
  padding: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 35px;
  color: #111111;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
}

.st-dd {
  width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
}
.st-dd > .st-dd-inner {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 12px 0;
  transition: 0.2s;
}
.st-dd .st-dd-link {
  display: block;
  padding-right: 18px;
  padding-left: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 0.3s;
  color: #111111;
}
.st-dd .st-dd-link:hover, .st-dd .st-dd-link.active {
  background-color: rgba(17, 17, 17, 0.05);
}
.st-dd .st-dd-link.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.quantity-selector:not(.qs-type-2) input {
  width: 60px;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  background-color: #fff;
}
.quantity-selector:not(.qs-type-2) input::-webkit-outer-spin-button,
.quantity-selector:not(.qs-type-2) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-selector:not(.qs-type-2) input[type=number] {
  -moz-appearance: textfield;
}
.quantity-selector:not(.qs-type-2) .btns {
  width: 29px;
  padding: 0 0 0 5px;
  font-size: 13px;
}
.quantity-selector:not(.qs-type-2) .btns > span {
  height: calc(50% - 2px);
  background: #111;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity-selector:not(.qs-type-2) .btns > span:hover {
  background: #000;
}
.quantity-selector:not(.qs-type-2) .btns > span.plus {
  margin-bottom: 4px;
}
.quantity-selector:not(.qs-type-2) .btns > span.minus {
  margin-top: 4px;
}
.quantity-selector:not(.qs-type-2) input,
.quantity-selector:not(.qs-type-2) .btns {
  height: 53px;
}
.quantity-selector:not(.qs-type-2).qs-small input,
.quantity-selector:not(.qs-type-2).qs-small .btns {
  height: 40px;
}
.quantity-selector:not(.qs-type-2).qs-small .btns {
  font-size: 10px;
  width: 25px;
}

.quantity-selector.qs-type-2 input {
  width: 60px;
  padding: 10px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #b8b8b8;
  background-color: #fff;
}
.quantity-selector.qs-type-2 input::-webkit-outer-spin-button,
.quantity-selector.qs-type-2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-selector.qs-type-2 input[type=number] {
  -moz-appearance: textfield;
}
.quantity-selector.qs-type-2 .btns {
  font-size: 13px;
}
.quantity-selector.qs-type-2 .btns > span {
  height: 100%;
  background: #333;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity-selector.qs-type-2 .btns > span:hover {
  background: #222;
}
.quantity-selector.qs-type-2 input,
.quantity-selector.qs-type-2 .btns {
  height: 45px;
  width: 45px;
}
.quantity-selector.qs-type-2.qs-small input,
.quantity-selector.qs-type-2.qs-small .btns {
  height: 28px;
  width: 28px;
}
.quantity-selector.qs-type-2.qs-small input {
  padding: 5px;
}
.quantity-selector.qs-type-2.qs-small .btns {
  font-size: 10px;
}

.st-modal .modal-close-icon {
  right: 15px;
  top: 15px;
  font-size: 22px;
}

.page-banner {
  background-repeat: none;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .page-banner {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .page-banner {
    padding: 80px 0;
  }
}
.page-banner .inner {
  padding: 35px 0;
}
.page-banner .inner p {
  font-size: 30px;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (min-width: 768px) {
  .page-banner .inner p {
    font-size: 60px;
  }
}

.page-details {
  padding: 40px 0;
}
.page-details .other-det .item {
  width: 100%;
}
@media (min-width: 768px) {
  .page-details .other-det .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-details .other-det .item:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .page-details .other-det .item:last-child {
    padding-left: 15px;
  }
}
.page-details .rt-sec {
  background: #f1f1f1;
  padding: 36px 30px;
  border-radius: 10px;
}

.img-hover-slowZoom-effect {
  overflow: hidden;
}
.img-hover-slowZoom-effect img {
  transition: 3s;
}
.img-hover-slowZoom-effect:hover img {
  transform: scale(1.1);
}

/* fonts */
body {
  /* font-family: "Nunito Sans", sans-serif; */
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  color: #111111;
}

#header-info-stripe {
  background: #000;
}

.header-info-stripe {
  color: rgb(255, 255, 255);
  padding: 4px 0px;
  line-height: 1.5;
  letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
  .header-info-stripe p {
    font-size: 11px !important;
  }
}

header .main-sec {
  padding: 10px 0;
}
/* header .main-sec .ct-sec {
  width: 180px;
} */
@media screen and (min-width: 992px) {
  /* header .main-sec .ct-sec {
    width: 260px;
  } */
}
header .main-sec .rt-sec .header-cart-details .badge {
  height: 22px;
  width: 22px;
  font-size: 9px;
}
header .sign-in-link:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  header .sign-in-link:not(:last-child) {
    margin-right: 15px;
  }
}
header .sign-in-link a {
  color: #333;
}
header .sign-in-link a:hover {
  color: #000;
}
header .sign-in-link .st-dd {
  min-width: 150px;
  display: none;
}
header .sign-in-link:hover .st-dd {
  display: block;
}
header .sign-in-label {
  font-size: 12px;
  color: #333;
  text-decoration: none;
}
header .sign-in-label:hover {
  color: #000;
}
@media screen and (max-width: 991px) {
  header .sign-in-label {
    display: none;
  }
}

.header-search .search-box {
  border-bottom: 1px solid #666;
  height: 32px;
  width: 350px;
}
.header-search .search-box input {
  outline: none;
  border: none;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* .header-search .search-box {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    height: 45px;
    padding: 0 11px;
    z-index: 9;
    transition: 0.2s;
  } */
  .header-search .search-box .icon {
    font-size: 20px;
  }
  .header-search .search-box.active {
    top: 0;
  }
}
.header-search .search-dropdown {
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 991px) {
  .header-search .search-dropdown {
    top: 46px;
    left: 3px;
    width: calc(100% - 6px);
    z-index: 9;
    position: fixed !important;
  }
}
.header-search .search-dropdown > .inner {
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 111;
  overflow: hidden;
  min-height: 100px;
  max-height: 450px;
  overflow: auto;
}
.header-search .search-dropdown > .inner .item {
  transition: 0.3s;
}
.header-search .search-dropdown > .inner .item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.header-search .search-dropdown > .inner .item > .inner {
  padding: 10px 15px;
}
.header-search .search-dropdown > .inner .item:hover > .inner {
  background-color: #efefef;
}
.header-search .search-dropdown > .inner .img-sec {
  height: 45px;
  width: 45px;
}
.header-search .search-dropdown > .inner .img-sec:not(.loaded) {
  background: #ddd;
}
.header-search .search-dropdown > .inner .img-sec img {
  max-height: 100%;
}
.header-search .search-dropdown > .inner .text-sec {
  color: #333;
  transition: 0.3s;
}
.header-search .search-dropdown > .inner .loading {
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .header-search .search-dropdown {
    padding-right: 40px;
  }
}

.header-nav .header-menu-inner {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.header-nav .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12;
}
.header-nav .nav-container-custom {
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  .header-nav .nav-container-custom {
    position: fixed !important;
    top: 0;
    left: 0;
    background: #ffffff;
    height: 100%;
    width: 300px;
    z-index: 99;
    flex-direction: column;
    padding: 10px;
    overflow-y: auto;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .header-nav .nav-container-custom:not(.active) {
    left: -100%;
  }
  .cancel-icon div{
      color:rgb(0, 0, 0);
  }
}
.header-nav .dropdown-main {
  position: relative;
}
.header-nav .dropdown-main .label-outer {
  border: none;
  background: none;
  padding: 11px 12px;
  border-bottom: 4px solid transparent;
  color: #333;
}
.header-nav .dropdown-main .dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 5px;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 111;
}
@media screen and (max-width: 991px) {
  .header-nav .dropdown-main .dropdown-content {
    position: static;
    box-shadow: none;
    background: #efefef;
    width: 100%;
  }
}
.header-nav .dropdown-main .menu-link {
  font-weight: 800;
  color: #000;
  padding: 12px;
  margin: 0 10px;
  text-decoration: none;
  font-size: 13px;
  border-bottom: solid 4px transparent;
}
.header-nav .dropdown-main .menu-link:hover {
  border-bottom: solid 4px #000;
  z-index: 25;
  color: black;
}
.header-nav .dropdown-main.active .dropdown-content {
  display: block !important;
}
.header-nav .dropdown-main.active .label-outer {
  border-bottom: 4px solid #000;
}
@media screen and (min-width: 1023px) and (max-width: 2000px) {
  .header-nav .dropdown-main:hover .dropdown-content {
    display: block;
  }
}
.header-nav .mobile-icon {
  background: #efefef;
  padding: 5px 6px 5px;
  text-align: center;
  color: #333;
  border-radius: 5px;
  display: flex;
}
.header-nav .mobile-icon i {
  display: none;
}
.header-nav .mobile-icon i.active {
  display: block !important;
  padding: 0 0 0.3rem;
}

#footer-newsletter {
  background-color: rgb(34, 34, 34);
  padding: 20px 0px;
}
@media screen and (min-width: 992px) {
  #footer-newsletter {
    padding: 40px 0px;
  }
}

.footer-newsletter p,
.footer-newsletter a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .footer-newsletter {
    padding: 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter .item.lt p:first-child {
    margin-top: -4px;
  }
}
.footer-newsletter .item.rt input,
.footer-newsletter .item.rt button {
  height: 35px;
  padding: 3px 10px;
  border: none;
  transition: 0.2s;
}
.footer-newsletter .item.rt input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.footer-newsletter .item.rt button {
  background: rgb(170, 170, 170);
  font-size: 14px;
  color: #fff;
  min-width: 100px;
}
.footer-newsletter .item.rt button:hover {
  background-color: rgb(71, 71, 71);
}

/* footer {
  background-color: rgb(51, 51, 51);
  padding: 20px 0px;
} */
@media screen and (min-width: 992px) {
  /* footer {
    padding: 40px 240px;
  } */
}
footer .footer-top .item .head {
  /* color: rgb(255, 255, 255); */
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 15px;
}
footer .footer-top .item .links .link,
footer .footer-top .item .social-links .link {
  /* color: #fff; */
  text-decoration: none;
  /* margin-bottom: 5px; */
}
footer .footer-top .item .links .link {
  font-size: 12px;
}
footer .footer-top .item .social-links .link {
  font-size: 20px;
}
footer .footer-top .item .social-links .link:not(:last-child) {
  margin-right: 20px;
}
footer #footer-bottom {
  /* border-top: 1px solid rgb(102, 102, 102);
  margin-top: 20px;
  padding-top: 20px; */
}
@media screen and (min-width: 992px) {
  /* footer #footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
  } */
}
footer .footer-bottom {
  color: rgb(204, 204, 204);
  font-size: 12px;
}
footer .footer-bottom .img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  footer .footer-bottom .info {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-bottom .info {
    width: 100%;
    flex: initial;
    margin-top: 15px;
  }
}

.homepage-sec-one-section {
  border-top: 1px solid rgb(216, 216, 216);
  border-bottom: 1px solid rgb(216, 216, 216);
}
@media screen and (max-width: 991px) {
  .homepage-sec-one-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.homepage-sec-one-section .home-sec-one {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .homepage-sec-one-section .home-sec-one {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.homepage-sec-one-section .home-sec-one .sec-info p {
  font-size: 25px;
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .homepage-sec-one-section .home-sec-one .sec-info p {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .homepage-sec-one-section .home-sec-one .sec-item {
    padding-left: 100px;
  }
}
.homepage-sec-one-section .home-sec-one .sec-item .icon {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .homepage-sec-one-section .home-sec-one .sec-item .icon {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .homepage-sec-one-section .home-sec-one .sec-item .media-body {
    flex: initial;
    padding-left: 0 !important;
    width: 100%;
  }
}

.trending-products-section .sec-content {
  margin: 0 -5px;
}
.trending-products-section .sec-content .swiper-slide {
  padding: 0 5px;
}
.trending-products-section .home-trending-swiper-button-prev,
.trending-products-section .home-trending-swiper-button-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 25px;
  color: #333;
  z-index: 12;
  height: 40px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e6e6e6;
  padding: 0;
  transition: 0.2s;
}
.trending-products-section .home-trending-swiper-button-prev:not(.swiper-button-disabled):hover,
.trending-products-section .home-trending-swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: #e8e8e8;
}
.trending-products-section .home-trending-swiper-button-prev.swiper-button-disabled,
.trending-products-section .home-trending-swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.trending-products-section .home-trending-swiper-button-next {
  left: initial;
  right: 0;
}

.new-year-products-section .sec-content {
  margin: 0 -5px;
}
.new-year-products-section .sec-content .item {
  padding: 0 5px;
}
.new-year-products-section .sec-content .item:not(:last-child) {
  margin-bottom: 15px;
}
.new-year-products-section .sec-content .item img {
  width: 100%;
}

.feel-good-finds-section .sec-content {
  margin: 0 -5px;
}
.feel-good-finds-section .sec-content .item {
  padding: 0 5px;
}
.feel-good-finds-section .sec-content .item img {
  width: 100%;
}

.second-last-section .item.center {
  background-color: #f0efed;
}
.second-last-section .item.center > .inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .second-last-section .item.center > .inner {
    width: 350px;
  }
}
.second-last-section .item.center .head-top {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .second-last-section .item.center .head-top {
    font-size: 17px;
  }
}
.second-last-section .item.center .head-main {
  font-size: 20px;
  font-weight: 800;
  margin: 5px 0;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .second-last-section .item.center .head-main {
    font-size: 25px;
    margin: 10px 0;
  }
}
.second-last-section .item.center .desc {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .second-last-section .item.center .desc {
    font-size: 18px;
  }
}

.more-products-section .bottom-sec .b_lt-sec {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .more-products-section .bottom-sec .b_lt-sec {
    padding-top: 60px;
  }
}
.more-products-section .bottom-sec .b_lt-sec > .row {
  margin: 0 -5px;
}
.more-products-section .bottom-sec .b_lt-sec .item {
  padding: 0 5px 15px;
}
@media screen and (min-width: 992px) {
  .more-products-section .bottom-sec .b_rt-sec {
    margin-top: -100px;
    padding-left: 30px;
    padding-right: 50px;
  }
}
.more-products-section .bottom-sec .b_rt-sec > a {
  border: 5px solid #fff;
}
@media screen and (min-width: 992px) {
  .more-products-section .bottom-sec .b_rt-sec > a {
    border-width: 10px;
  }
}
.more-products-section .bottom-sec .b_rt-sec .info {
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .more-products-section .bottom-sec .b_rt-sec .info {
    padding: 0 10px;
  }
}

.homepage-slider-section .homepage-swiper-button-prev,
.homepage-slider-section .homepage-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  z-index: 12;
  padding: 5px 0 0;
}
.homepage-slider-section .homepage-swiper-button-prev::after,
.homepage-slider-section .homepage-swiper-button-next::after {
  color: #fff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.homepage-slider-section .homepage-swiper-button-prev {
  left: 15px;
}
.homepage-slider-section .homepage-swiper-button-next {
  right: 15px;
}

.newsletter-section .newsletter-main {
  background-color: #fffae2;
  padding: 20px 15px;
}
@media screen and (min-width: 992px) {
  .newsletter-section .newsletter-main {
    padding: 48px 24px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section .form-container {
    width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-section .form-container .btn {
    width: 240px;
  }
}

.brands-slider-section .swiper-wrapper {
  padding-bottom: 30px;
}
.brands-slider-section .swiper-pagination {
  bottom: 0;
}
.brands-slider-section img {
  height: auto;
  width: auto;
}
@media screen and (min-width: 768px) {
  .brands-slider-section img {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .brands-slider-section .swiper-button-prev,
.brands-slider-section .swiper-button-next {
    display: none !important;
  }
  .register-heading-1 {
    font-size: 20px !important;
}
.sub-heading-1{
    font-size: 18px !important;
}
}

.testimonial-slider-section .swiper-wrapper {
  padding-top: 15px;
  padding-bottom: 40px;
}
.testimonial-slider-section .swiper-pagination {
  bottom: 0;
}
.testimonial-slider-section .img-sec img {
  height: 85px;
  width: 85px;
}
@media screen and (min-width: 992px) {
  .testimonial-slider-section .text-sec {
    max-width: 680px;
  }
}
.testimonial-slider-section .text-sec .testi {
  font-size: 18px;
  line-height: 28px;
  color: #535353;
}
@media screen and (min-width: 768px) {
  .testimonial-slider-section .text-sec .testi {
    font-size: 24px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-slider-section .swiper-button-prev,
.testimonial-slider-section .swiper-button-next {
    display: none !important;
  }
}

.st-product-single-item {
  color: #111111;
  transition: 0.3s;
}
.st-product-single-item:hover {
  color: #111111;
}
.st-product-single-item .img-sec {
  padding-bottom: 100%;
}
.st-product-single-item .img-sec > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.st-product-single-item .percentage {
  position: absolute;
  top: 12px;
  right: -6px;
  padding: 9px 20px 8px;
  background: #333;
  font-size: 13px;
}
.st-product-single-item .text-sec .name {
  /* font-size: 19px; */
  letter-spacing: 1px;
}
.st-product-single-item .text-sec .price-container .price {
  color: #111;
  font-size: 25px;
  font-weight: 600;
}
.st-product-single-item .text-sec .price-container .actual-price {
  text-decoration: line-through;
  color: #888888;
}
.st-product-single-item:hover .text-sec .name,.st-product-single-item:hover .product-details-and-buttons-wrap a.name.product-name {
  color: #888888;
}

.categories-section .item-inner {
  color: #111111;
  transition: 0.3s;
  margin-bottom: 20px;
}
.categories-section .item-inner:hover {
  color: #111111;
}
.categories-section .img-sec {
  background-color: #f5f5f5;
  padding-bottom: 100%;
}
.categories-section .img-sec > .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
.categories-section .text-sec .name {
  font-size: 18px;
  transition: 0.3s;
}
.categories-section .item-inner:hover .text-sec .name {
  color: #888888;
}

.st-pagination-section .pagination-link {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 13px;
  border: 1px solid #d2d2d2;
  margin-left: -1px;
  padding: 2px;
  color: #111111;
}
.st-pagination-section .pagination-link.active, .st-pagination-section .pagination-link:hover {
  color: #535353;
  background: #f5f5f5;
}
.st-pagination-section .pagination-link.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.st-faq-section .faq-item > .inner {
  border-bottom: 1px solid #fad018;
}
.st-faq-section .faq-item .head {
  font-size: 19px;
  padding: 18px 15px;
}
.st-faq-section .faq-item .content {
  padding: 0 15px 15px;
}
.st-faq-section .faq-item .content p {
  line-height: 25px;
  color: #535353;
}

.breadcrumb-section > .name {
  font-size: 25px;
}
@media screen and (min-width: 992px) {
  .breadcrumb-section > .name {
    font-size: 28px;
  }
}
.breadcrumb-section .breadcrumbs-links-container > a {
  transition: 0.2s;
}
.breadcrumb-section .breadcrumbs-links-container > a:hover {
  color: #222 !important;
}

.main-slider .slider-container .slick-list, .thumb-slider .slider-container .slick-list {
  height: 100% !important;
}

.thumb-slider .slider-container .slick-list {
  max-height: 510px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .thumb-slider .slider-container .slick-list {
    max-height: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .thumb-slider .slider-container .slick-list {
    max-height: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .thumb-slider .slider-container .slick-list {
    max-height: 430px;
  }
}

.responsive [class*=col-] {
  margin-left: 10px;
  margin-right: 10px;
}
.responsive .feather-chevron-left {
  left: -10px;
}
.responsive .feather-chevron-left, .responsive .feather-chevron-right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 2px 2px 3px;
  width: 40px;
  height: 40px;
  z-index: 99;
  line-height: 30px;
  font-size: 3rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
}
.responsive .feather-chevron-right {
  right: -10px;
}

.product-details-section .product-details__slider,
.product-details-section .product-details__details {
  width: 100%;
}
.product-details-section .product-details__details {
  margin-top: 15px;
}
@media screen and (min-width: 850px) {
  .product-details-section .product-details__slider {
    /* padding-right: 50px; */
    width: calc(100% - 350px);
  }
  .product-details-section .product-details__details {
    width: 350px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-section .product-details__slider {
    /* padding-right: 50px; */
    width: calc(100% - 550px);
  }
  .product-details-section .product-details__details {
    width: 550px;
  }
}
.product-details-section .slider-inner {
  margin: 30px 0;
}
.product-details-section .slider-inner .swiper-button-prev,
.product-details-section .slider-inner .swiper-button-next {
  color: #333;
}
@media (max-width: 600px) {
  .product-details-section .slider-inner {
    margin: 0px 0 0px;
  }
}
.product-details-section .slider-inner .thumb-slider,
.product-details-section .slider-inner .main-slider {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
.product-details-section .slider-inner .thumb-slider {
  width: 100px;
}
@media (max-width: 600px) {
  .product-details-section .slider-inner .thumb-slider {
    width: 55px;
  }
}
.product-details-section .slider-inner .thumb-slider .thumb-item {
  height: auto;
  width: 100px;
  cursor: pointer;
  border: 2px solid rgb(236, 236, 236);
  padding: 2px;
  float: none;
  transition: 0.2s;
}
.product-details-section .slider-inner .thumb-slider .thumb-item:not(:last-child) {
  margin-bottom: 10px;
}
.product-details-section .slider-inner .thumb-slider .thumb-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.product-details-section .slider-inner .thumb-slider .thumb-item:hover, .product-details-section .slider-inner .thumb-slider .thumb-item.slick-current {
  border-color: #333;
}
.product-details-section .slider-inner .thumb-slider .slick-current .thumb-item {
  border-color: #333;
}
.product-details-section .slider-inner .main-slider {
  width: calc(100% - 100px);
  padding-left: 15px;
}
@media (max-width: 600px) {
  .product-details-section .slider-inner .main-slider {
    width: calc(100% - 55px);
    padding-left: 10px;
  }
}
.product-details-section .slider-inner .main-slider .img-view {
  min-height: 300px;
}
.product-details-section .prod-name {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .product-details-section .prod-name {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .product-details-section .prod-name {
    font-size: 1.8rem;
    max-height: 1.3rem;

  }
}
.product-details-section .prod-price {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .product-details-section .prod-price {
    font-size: 23px;
  }
}
.product-details-section .product-page-variation-viewer .item > .rectangles-list > label {
  margin-bottom: 15px;
}
.product-details-section .product-page-variation-viewer .item > .rectangles-list > label:not(:last-child) {
  margin-right: 15px;
}
.product-details-section .product-page-variation-viewer .item > .rectangles-list > label {
  margin-bottom: 15px;
}
.product-details-section .product-page-variation-viewer .item > .rectangles-list > label:not(:last-child) {
  margin-right: 15px;
}
.product-details-section .st-form-rectangle {
  cursor: pointer;
}
.product-details-section .st-form-rectangle .rect {
  display: block;
  padding: 7px 15px;
  border: 2px solid #efefef;
}
.product-details-section .st-form-rectangle > input:checked + .rect {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.product-details-section .st-form-rectangle.matched .rect {
  border-color: #aaaaaa;
}
.product-details-section .st-form-rectangle.unmatched .rect {
  border-color: #efefef;
  color: #bcbcbc;
}
.product-details-section .st-form-rectangle.combi-checked {
  pointer-events: none !important;
}
.product-details-section .st-form-rectangle.combi-checked .rect {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.product-details-section .st-form-rectangle .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #717171;
}
.product-details-section .add-to-bag-btn {
  margin-bottom: 20px;
}
.product-details-section .add-to-bag-btn .btn {
  height: 53px !important;
}
.product-details-section .img-view:not(.loaded) {
  background: #efefef;
}
.product-details-section .slick-track {
  height: auto !important;
}
.product-details-section .slick-prev,
.product-details-section .slick-next {
  z-index: 1;
}
.product-details-section .slick-prev:before,
.product-details-section .slick-next:before {
  color: #333;
  font-size: 25px;
}
.product-details-section .slick-prev {
  left: 10px;
}
.product-details-section .slick-next {
  right: 10px;
}
.product-details-section .call-for-price-message > p {
  background: #efefef;
  border-left: 2px solid #333;
  padding: 6px 10px 5px;
}

.cart-table-list tr {
  border-bottom: 1px solid #c1c1c1;
}

@media screen and (min-width: 992px) {
  .cart-section .cart-container-main > .lt-sec-main {
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .cart-section .cart-container-main > .rt-sec-main {
    padding-left: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.cart-section .cart-container-main .img-sec {
  width: 60px;
}
@media screen and (min-width: 992px) {
  .cart-section .cart-container-main .img-sec {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .cart-section .cart-container-main .list-main-inner table {
    width: 650px;
  }
}
@media screen and (max-width: 400px) {
  .cart-section .cart-container-main .list-main-inner table {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .cart-section .cart-container-main table td .name {
    font-size: 15px !important;
  }
}
.cart-section .list-main .list-main-inner {
  overflow: auto;
  padding-right: 5px;
}
.cart-section .rt-sec-main {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cart-section .rt-sec-main {
    margin-top: 15px;
  }
}
@media screen and (min-width: 992px) {
  .cart-section .rt-sec-main {
    width: 350px;
  }
}
.cart-section .rt-sec-main > .inner {
  padding: 25px;
  border: 2px solid #333;
  position: relative;
}
.cart-section .rt-sec-main .promo-code input,
.cart-section .rt-sec-main .promo-code .btn {
  height: 36px;
  box-shadow: none !important;
}
.cart-section .rt-sec-main .promo-code input:focus {
  border-color: #333;
}
.cart-section .rt-sec-main .promo-code .btn {
  border: 2px solid #333;
  font-size: 13px;
  padding: 7px 12px;
}
.cart-section .rt-sec-main .promo-code .btn:hover {
  background-color: #333;
  color: #fff;
}
.cart-section .rt-sec-main .btns {
  margin-top: 30px;
}
.cart-section .right-checkbout-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.cart-section .right-checkbout-bar-overlay.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
.cart-section .right-checkbout-bar {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: 0.6s;
}
@media (min-width: 500px) {
  .cart-section .right-checkbout-bar {
    width: 400px;
  }
}
.cart-section .right-checkbout-bar > .inner {
  padding: 5px 30px 30px;
  overflow: auto;
  height: 100%;
  background: #fff;
}
.cart-section .right-checkbout-bar .close-icon {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: right;
}
.cart-section .right-checkbout-bar .close-icon a {
  color: #333;
}
.cart-section .right-checkbout-bar .frac:not(:last-child) {
  margin-bottom: 40px;
}
.cart-section .right-checkbout-bar input {
  box-shadow: none !important;
  border-color: #333;
}
.cart-section .right-checkbout-bar input:focus {
  border-color: #000;
}
.cart-section .right-checkbout-bar .form-item.has-error > input {
  border-color: #dc3545;
}
.cart-section .right-checkbout-bar-overlay.active .right-checkbout-bar {
  right: 0;
}
.cart-section .password-field input {
  padding-right: 40px;
}
.cart-section .password-field .icon {
  top: 40px;
  right: 12px;
  font-size: 17px;
}
.cart-section .please-add {
  background: #efefef;
  text-align: center;
  padding: 12px 10px 11px;
  color: #666;
  font-size: 14px;
  border: 1px solid #333;
  margin-top: 15px;
}
.cart-section .cart-loading {
  top: 0;
  left: 0;
  padding-top: 20px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .reset-password-modal-section .modal-body {
    padding: 35px;
  }
}
.reset-password-modal-section .modal-close-icon {
  right: 15px;
  top: 15px;
  font-size: 22px;
}
.reset-password-modal-section .password-field input {
  padding-right: 40px;
}

@media screen and (min-width: 992px) {
  .st-auth-section .auth-inner {
    width: 800px;
  }
}

.st-reset-password-section .reset-password-inner {
  margin: 0 auto;
  background: #f6f6f6;
  padding: 30px 30px;
}
@media screen and (min-width: 768px) {
  .st-reset-password-section .reset-password-inner {
    max-width: 400px;
  }
}

@media screen and (min-width: 992px) {
  .st-checkout-section .checkout-container-main > .lt-sec-main {
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .st-checkout-section .checkout-container-main > .rt-sec-main {
    padding-left: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.st-checkout-section .rt-sec-main {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .st-checkout-section .rt-sec-main {
    width: 350px;
  }
}
.st-checkout-section .rt-sec-main > .inner {
  padding: 25px;
  border: 2px solid #333;
}
.st-checkout-section .rt-sec-main .btns {
  margin-top: 30px;
}

.checkout-steps-sections .after-header .check {
  height: 33px;
  width: 33px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-top: 5px;
  font-size: 16px;
}
.checkout-steps-sections .upcoming-steps-view > .head {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.checkout-steps-sections .upcoming-steps-view .frac {
  margin-bottom: 15px;
}
.checkout-steps-sections .upcoming-steps-view .frac .head {
  margin-bottom: 4px;
}
.checkout-steps-sections .upcoming-steps-view .frac .desc {
  color: #555;
}
.checkout-steps-sections .upcoming-steps-view .frac.current, .checkout-steps-sections .upcoming-steps-view .frac.completed {
  display: none;
}
@media screen and (min-width: 992px) {
  .checkout-steps-sections .submit-btn .btn {
    width: 350px;
  }
}

.shipping-method-label {
  margin-bottom: 20px;
}
.shipping-method-label .main {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid #ccc;
  width: 100%;
  padding: 9px 15px;
  min-height: 65px;
}
.shipping-method-label .main .round {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #ccc;
}
.shipping-method-label .main .round::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}
.shipping-method-label .main .round .head {
  margin-bottom: 3px;
}
.shipping-method-label > input:checked + .main {
  border-color: #333;
  background-color: #efefef;
}
.shipping-method-label > input:checked + .main .round {
  background: #333;
}
.shipping-method-label > input:checked + .main .round::after {
  opacity: 1;
}
.form-credit-card {
  margin-bottom: 20px;
}
.form-credit-card > .inner {
  background: #efefef;
  padding: 25px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .form-credit-card > .inner {
    max-width: 80%;
  }
}

.addresses-view .address-item {
  margin: 0 15px 15px 0;
}
@media (max-width: 500px) {
  .addresses-view .address-item {
    width: 100%;
  }
}
.addresses-view .address-item > .inner {
  border: 1px solid #ddd;
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 5px;
  width: 200px;
  height: 100%;
}
@media (max-width: 500px) {
  .addresses-view .address-item > .inner {
    width: 100%;
  }
}
.addresses-view .address-item > .inner .is-default {
  background: #ddd;
  padding: 3px 6px 2px;
  border-radius: 5px;
  align-self: flex-start;
  font-weight: 600;
}
.addresses-view .address-item > .inner .address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addresses-view .address-item > .inner:hover {
  background: #f0f0f0;
}
.addresses-view .address-item .btn {
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  width: 100%;
  margin-top: auto;
}
.addresses-view .address-item .btn.selected {
  pointer-events: none !important;
  opacity: 0.8;
}
.addresses-view .add-new-address > .inner {
  padding: 20px 15px;
}

.right-cart-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.right-cart-bar-overlay.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.right-cart-bar {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: 0.6s;
}
@media (min-width: 500px) {
  .right-cart-bar {
    width: 400px;
  }
}
.right-cart-bar > .inner {
  padding: 5px 20px 30px 30px;
  height: 100%;
  background: #fff;
}
.right-cart-bar .close-icon {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: right;
}
.right-cart-bar .close-icon a {
  color: #333;
}
.right-cart-bar .content-sec {
  padding-right: 10px;
}
.right-cart-bar .content-sec > .inner {
  height: 100%;
}
.right-cart-bar .frac:not(:last-child) {
  margin-bottom: 40px;
}
.right-cart-bar .right-cart-bar-loading {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.right-cart-bar-overlay.active .right-cart-bar {
  right: 0;
}

.cart-items-container .cart-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-items-container .cart-item:last-child {
  border-bottom: none !important;
}
.cart-items-container .cart-item .img {
  width: 55px;
  background-color: #efefef;
}

.my-account-section .left-bar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .my-account-section .left-bar {
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.my-account-section .left-bar .link-container {
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: -1px;
}
.my-account-section .left-bar .link-container > a {
  padding: 19px 15px 17px;
  color: #333;
  line-height: normal;
  transition: 0.2s;
}
.my-account-section .left-bar .link-container > a:hover, .my-account-section .left-bar .link-container > a.active {
  color: #000;
  background-color: #efefef;
}
.my-account-section .left-bar .link-container .dropdown {
  margin-top: 15px;
  margin-bottom: 12px;
}
.my-account-section .left-bar .link-container .dropdown .link {
  padding-left: 25px;
}
.my-account-section .left-bar .link-container .dropdown .link:not(:last-child) {
  margin-bottom: 15px;
}
.my-account-section .left-bar .link-container .dropdown .link > a {
  color: #333;
}
.my-account-section .left-bar .link-container .dropdown .link > a:hover {
  color: #000;
}
.my-account-section .right-sec {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .my-account-section .right-sec {
    margin-top: 0;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .my-account-section .my-account .form-content > .lt-sec > .inner,
.my-account-section .my-account .form-content > .rt-sec > .inner {
    max-width: 450px;
  }
}
.my-account-section .my-account .form-content .header-sec {
  margin-bottom: 15px;
}
.my-account-section .order-view .header-view .head {
  font-size: 27px;
  margin-bottom: 2px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .my-account-section .order-view .content-view .top-view .search {
    width: 400px;
  }
}
.my-account-section .order-view .default-form-input {
  box-shadow: none !important;
  border-color: #ddd;
}
.my-account-section .order-view .default-form-input:focus {
  border-color: #000;
}
.my-account-section .order-view table th {
  padding: 10px 14px;
}
.my-account-section .order-view table td {
  padding: 15px 14px;
}
.my-account-section .order-view table .order-id {
  color: #333;
}
.my-account-section .order-view table .actions-td > div {
  margin-top: 6px;
  white-space: nowrap;
}
.my-account-section .order-view table .actions-td .link-container {
  line-height: 11px;
}
.my-account-section .order-view table .actions-td .link-container:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 17px;
}
.my-account-section .order-view table .actions-td .link-container:not(.logout) .link:hover {
  color: #333;
}
.my-account-section .order-view .orders-list .oi-inner {
  margin-bottom: 15px;
  color: #333;
  transition: 0.2s;
}
.my-account-section .order-view .orders-list .oi-inner:hover {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}
.my-account-section .order-view .orders-list .oi-inner .sec1 {
  padding: 15px;
  color: #000;
  background: #efefef;
  border-radius: 5px 5px 0 0;
}
.my-account-section .order-view .orders-list .oi-inner .order-id,
.my-account-section .order-view .orders-list .oi-inner .order-date {
  color: #000;
}
.my-account-section .order-view .orders-list .oi-inner .sec2 {
  padding: 15px;
  border: 1px solid #efefef;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.my-account-section .order-view .prod-details > .details-item:not(:last-child) {
  margin-bottom: 10px;
}
.my-account-section .order-details-page-main .back-icon {
  color: #333;
}
.my-account-section .order-details-page-main .back-icon:hover {
  color: #000;
}
.my-account-section .order-details-page-main .order-id {
  font-size: 35px;
  color: #333;
}
.my-account-section .order-details-page-main .order-id .fulfilment-status {
  border: 1px solid #333;
  padding: 5px 10px 4px;
}
.my-account-section .order-details-page-main .ordered-items-table th,
.my-account-section .order-details-page-main .ordered-items-table td {
  border: none;
  padding: 10px;
}
.my-account-section .order-details-page-main .ordered-items-table th {
  text-transform: capitalize;
}
.my-account-section .order-details-page-main .ordered-items-table thead {
  border-bottom: 2px solid #ddd;
}
.my-account-section .order-details-page-main .ordered-items-table tbody {
  border: none;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot {
  border: none;
  background: #efefef;
  border-bottom: 2px solid #ddd;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot td {
  padding: 6px 10px;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot > tr:first-child > td {
  padding-top: 10px;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot > tr:last-child > td {
  padding-bottom: 10px;
}
.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div {
  border: 1px solid #ddd;
  padding: 7px 15px 8px;
  background: #efefef;
  min-width: 130px;
  margin-right: -1px;
}
.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div:hover {
  background-color: #fff;
  color: #000;
}
.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div.active {
  background-color: #fff;
  font-weight: 600;
}
.my-account-section .order-details-page-main .tabs-view .tabs-content {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 20px;
  min-height: 200px;
}

.contact-us-section .address-details .item .head {
  width: 100px;
}
.contact-us-section .form-lt,
.contact-us-section .form-rt,
.contact-us-section .form-ct {
  margin-bottom: 20px;
}
.contact-us-section .form-lt,
.contact-us-section .form-rt {
  width: 50%;
}
.contact-us-section .form-ct {
  width: 100%;
}
.contact-us-section .form-lt {
  padding-right: 10px;
}
.contact-us-section .form-rt {
  padding-left: 10px;
}
.contact-us-section .default-form-input {
  box-shadow: none !important;
  border-color: #cecece;
  padding-right: 12px;
  height: 40px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact-us-section .default-form-input:focus {
  border-color: #000;
}
.contact-us-section .default-form-input::-webkit-outer-spin-button, .contact-us-section .default-form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-us-section .default-form-input[type=number] {
  -moz-appearance: textfield;
}
.contact-us-section .form-item.has-error > input,
.contact-us-section .form-item.has-error > select,
.contact-us-section .form-item.has-error > textarea {
  border-color: #dc3545;
}
.contact-us-section .form-item input {
  padding-right: 35px;
}
.contact-us-section .form-item .icon {
  top: 33px;
  right: 10px;
  font-size: 18px;
}
.contact-us-section .default-btn {
  border: 2px solid #333;
  font-size: 13px;
  padding: 9px 17px;
  background-color: #333;
  color: #fff;
  height: 40px;
}
.contact-us-section .default-btn:hover {
  background-color: #000;
}

.content-section .page-split-view .links-sec {
  width: 100%;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec {
    width: 250px;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec > .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.content-section .page-split-view .links-sec .link {
  color: #333;
}
.content-section .page-split-view .links-sec .link:hover {
  color: #000;
}
@media (max-width: 992px) {
  .content-section .page-split-view .text-sec {
    width: 100%;
  }
}
.content-section .accordian-view .accordian-item .acc-header {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.content-section .accordian-view .accordian-item .acc-header:focus {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-header.active {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-content {
  background: #f2f2f2;
  padding: 20px;
}
.content-section .accordian-view .accordian-item .acc-content .item {
  font-size: 18px;
}

/*================ Blog PAge CSS ===================*/
.blog_content_wrap {
  padding: 1rem 0;
}
.blog_content_wrap .blog_image_block {
  position: relative;
  width: 100%;
}
.blog_content_wrap .blog_image_block img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.blog_content_wrap .blog_image_block .blog_date_block {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0.5rem 1rem;
  z-index: 99;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.blog_content_wrap .blog_image_block .blog_date_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.6;
  z-index: -99;
}
.blog_content_wrap .blog_image_block .blog_date_block p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7rem;
  /* font-family: sans-serif; */
}
.blog_content_wrap .blog_image_block .blog_date_block p span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
.blog_content_wrap .blog_hashTags {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  margin-top: 1rem;
}
.blog_content_wrap .blog_hashTags a {
  text-decoration: none;
  line-height: 1.5rem;
}
.blog_content_wrap .blogDescription {
  text-align: justify;
  word-break: break-all;
  line-height: 2rem;
}
.blog_content_wrap .author_ ul li {
  margin: 1rem;
}

.author_shortName {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 99;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
}
.author_shortName::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: -99;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
}
.author_shortName span {
  color: #fff;
}/*# sourceMappingURL=style.css.map */links-sec {
  width: 100%;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec {
    width: 250px;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec > .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.content-section .page-split-view .links-sec .link {
  color: #333;
}
.content-section .page-split-view .links-sec .link:hover {
  color: #000;
}
@media (max-width: 992px) {
  .content-section .page-split-view .text-sec {
    width: 100%;
  }
}
.content-section .accordian-view .accordian-item .acc-header {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.content-section .accordian-view .accordian-item .acc-header:focus {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-header.active {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-content {
  background: #f2f2f2;
  padding: 20px;
}
.content-section .accordian-view .accordian-item .acc-content .item {
  font-size: 18px;
}

/*================ Blog PAge CSS ===================*/
.blog_content_wrap {
  padding: 1rem 0;
}
.blog_content_wrap .blog_image_block {
  position: relative;
  width: 100%;
}
.blog_content_wrap .blog_image_block > img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.blog_content_wrap .blog_image_block .blog_date_block {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0.5rem 1rem;
  z-index: 99;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.blog_content_wrap .blog_image_block .blog_date_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: -99;
}
.blog_content_wrap .blog_image_block .blog_date_block p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7rem;
  /* font-family: sans-serif; */
}
.blog_content_wrap .blog_image_block .blog_date_block p span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
.blog_content_wrap .blog_hashTags {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  margin-top: 1rem;
}
.blog_content_wrap .blog_hashTags a {
  text-decoration: none;
  line-height: 1.5rem;
}/*# sourceMappingURL=style.css.map */width: 100%;
  margin-top: auto;
}
.addresses-view .address-item .btn.selected {
  pointer-events: none !important;
  opacity: 0.8;
}
.addresses-view .add-new-address > .inner {
  padding: 20px 15px;
}

.right-cart-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.right-cart-bar-overlay.active {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.right-cart-bar {
  position: fixed;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: 0.6s;
}
@media (min-width: 500px) {
  .right-cart-bar {
    width: 400px;
  }
}
.right-cart-bar > .inner {
  padding: 5px 20px 30px 30px;
  height: 100%;
  background: #fff;
}
.right-cart-bar .close-icon {
  font-size: 25px;
  margin-bottom: 5px;
  text-align: right;
}
.right-cart-bar .close-icon a {
  color: #333;
}
.right-cart-bar .content-sec {
  padding-right: 10px;
}
.right-cart-bar .content-sec > .inner {
  height: 100%;
}
.right-cart-bar .frac:not(:last-child) {
  margin-bottom: 40px;
}
.right-cart-bar .right-cart-bar-loading {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}

.right-cart-bar-overlay.active .right-cart-bar {
  right: 0;
}

.cart-items-container .cart-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cart-items-container .cart-item:last-child {
  border-bottom: none !important;
}
.cart-items-container .cart-item .img {
  width: 55px;
  background-color: #efefef;
}

.my-account-section .left-bar {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .my-account-section .left-bar {
    width: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.my-account-section .left-bar .link-container {
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: -1px;
}
.my-account-section .left-bar .link-container > a {
  padding: 19px 15px 17px;
  color: #333;
  line-height: normal;
  transition: 0.2s;
}
.my-account-section .left-bar .link-container > a:hover, .my-account-section .left-bar .link-container > a.active {
  color: #000;
  background-color: #efefef;
}
.my-account-section .left-bar .link-container .dropdown {
  margin-top: 15px;
  margin-bottom: 12px;
}
.my-account-section .left-bar .link-container .dropdown .link {
  padding-left: 25px;
}
.my-account-section .left-bar .link-container .dropdown .link:not(:last-child) {
  margin-bottom: 15px;
}
.my-account-section .left-bar .link-container .dropdown .link > a {
  color: #333;
}
.my-account-section .left-bar .link-container .dropdown .link > a:hover {
  color: #000;
}
.my-account-section .right-sec {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .my-account-section .right-sec {
    margin-top: 0;
    padding-left: 50px;
  }
}
@media screen and (min-width: 768px) {
  .my-account-section .my-account .form-content > .lt-sec > .inner,
.my-account-section .my-account .form-content > .rt-sec > .inner {
    max-width: 450px;
  }
}
.my-account-section .my-account .form-content .header-sec {
  margin-bottom: 15px;
}
.my-account-section .order-view .header-view .head {
  font-size: 27px;
  margin-bottom: 2px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .my-account-section .order-view .content-view .top-view .search {
    width: 400px;
  }
}
.my-account-section .order-view .default-form-input {
  box-shadow: none !important;
  border-color: #ddd;
}
.my-account-section .order-view .default-form-input:focus {
  border-color: #000;
}
.my-account-section .order-view table th {
  padding: 10px 14px;
}
.my-account-section .order-view table td {
  padding: 15px 14px;
}
.my-account-section .order-view table .order-id {
  color: #333;
}
.my-account-section .order-view table .actions-td > div {
  margin-top: 6px;
  white-space: nowrap;
}
.my-account-section .order-view table .actions-td .link-container {
  line-height: 11px;
}
.my-account-section .order-view table .actions-td .link-container:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 17px;
}
.my-account-section .order-view table .actions-td .link-container:not(.logout) .link:hover {
  color: #333;
}
.my-account-section .order-view .orders-list .oi-inner {
  margin-bottom: 15px;
  color: #333;
  transition: 0.2s;
}
.my-account-section .order-view .orders-list .oi-inner:hover {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
}
.my-account-section .order-view .orders-list .oi-inner .sec1 {
  padding: 15px;
  color: #000;
  background: #efefef;
  border-radius: 5px 5px 0 0;
}
.my-account-section .order-view .orders-list .oi-inner .order-id,
.my-account-section .order-view .orders-list .oi-inner .order-date {
  color: #000;
}
.my-account-section .order-view .orders-list .oi-inner .sec2 {
  padding: 15px;
  border: 1px solid #efefef;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.my-account-section .order-view .prod-details > .details-item:not(:last-child) {
  margin-bottom: 10px;
}
.my-account-section .order-details-page-main .back-icon {
  color: #333;
}
.my-account-section .order-details-page-main .back-icon:hover {
  color: #000;
}
.my-account-section .order-details-page-main .order-id {
  font-size: 35px;
  color: #333;
}
.my-account-section .order-details-page-main .order-id .fulfilment-status {
  border: 1px solid #333;
  padding: 5px 10px 4px;
}
.my-account-section .order-details-page-main .ordered-items-table th,
.my-account-section .order-details-page-main .ordered-items-table td {
  border: none;
  padding: 10px;
}
.my-account-section .order-details-page-main .ordered-items-table th {
  text-transform: capitalize;
}
.my-account-section .order-details-page-main .ordered-items-table thead {
  border-bottom: 2px solid #ddd;
}
.my-account-section .order-details-page-main .ordered-items-table tbody {
  border: none;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot {
  border: none;
  background: #efefef;
  border-bottom: 2px solid #ddd;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot td {
  padding: 6px 10px;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot > tr:first-child > td {
  padding-top: 10px;
}
.my-account-section .order-details-page-main .ordered-items-table tfoot > tr:last-child > td {
  padding-bottom: 10px;
}
.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div {
  border: 1px solid #ddd;
  padding: 7px 15px 8px;
  background: #efefef;
  min-width: 130px;
  margin-right: -1px;
}
.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div:hover {
  background-color: #fff;
  color: #000;
}
.my-account-section .order-details-page-main .tabs-view .tabs-head .tab-link > div.active {
  background-color: #fff;
  font-weight: 600;
}
.my-account-section .order-details-page-main .tabs-view .tabs-content {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 20px;
  min-height: 200px;
}

.contact-us-section .address-details .item .head {
  width: 100px;
}
.contact-us-section .form-lt,
.contact-us-section .form-rt,
.contact-us-section .form-ct {
  margin-bottom: 20px;
}
.contact-us-section .form-lt,
.contact-us-section .form-rt {
  width: 50%;
}
.contact-us-section .form-ct {
  width: 100%;
}
.contact-us-section .form-lt {
  padding-right: 10px;
}
.contact-us-section .form-rt {
  padding-left: 10px;
}
.contact-us-section .default-form-input {
  box-shadow: none !important;
  border-color: #cecece;
  padding-right: 12px;
  height: 40px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.contact-us-section .default-form-input:focus {
  border-color: #000;
}
.contact-us-section .default-form-input::-webkit-outer-spin-button, .contact-us-section .default-form-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-us-section .default-form-input[type=number] {
  -moz-appearance: textfield;
}
.contact-us-section .form-item.has-error > input,
.contact-us-section .form-item.has-error > select,
.contact-us-section .form-item.has-error > textarea {
  border-color: #dc3545;
}
.contact-us-section .form-item input {
  padding-right: 35px;
}
.contact-us-section .form-item .icon {
  top: 33px;
  right: 10px;
  font-size: 18px;
}
.contact-us-section .default-btn {
  border: 2px solid #333;
  font-size: 13px;
  padding: 9px 17px;
  background-color: #333;
  color: #fff;
  height: 40px;
}
.contact-us-section .default-btn:hover {
  background-color: #000;
}

.content-section .page-split-view .links-sec {
  width: 100%;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec {
    width: 250px;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec > .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.content-section .page-split-view .links-sec .link {
  color: #333;
}
.content-section .page-split-view .links-sec .link:hover {
  color: #000;
}
@media (max-width: 992px) {
  .content-section .page-split-view .text-sec {
    width: 100%;
  }
}
.content-section .accordian-view .accordian-item .acc-header {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.content-section .accordian-view .accordian-item .acc-header:focus {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-header.active {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-content {
  background: #f2f2f2;
  padding: 20px;
}
.content-section .accordian-view .accordian-item .acc-content .item {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-us-section .default-form-input[type=number] {
  -moz-appearance: textfield;
}
.contact-us-section .form-item.has-error > input,
.contact-us-section .form-item.has-error > select,
.contact-us-section .form-item.has-error > textarea {
  border-color: #dc3545;
}
.contact-us-section .form-item input {
  padding-right: 35px;
}
.contact-us-section .form-item .icon {
  top: 33px;
  right: 10px;
  font-size: 18px;
}
.contact-us-section .default-btn {
  border: 2px solid #333;
  font-size: 13px;
  padding: 9px 17px;
  background-color: #333;
  color: #fff;
  height: 40px;
}
.contact-us-section .default-btn:hover {
  background-color: #000;
}

.content-section .page-split-view .links-sec {
  width: 100%;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec {
    width: 250px;
    border-right: 1px solid #ddd;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .content-section .page-split-view .links-sec > .inner {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }
}
.content-section .page-split-view .links-sec .link {
  color: #333;
}
.content-section .page-split-view .links-sec .link:hover {
  color: #000;
}
@media (max-width: 992px) {
  .content-section .page-split-view .text-sec {
    width: 100%;
  }
}
.content-section .accordian-view .accordian-item .acc-header {
  border: 1px solid #ddd;
  padding: 20px;
  font-size: 18px;
  cursor: pointer;
}
.content-section .accordian-view .accordian-item .acc-header:focus {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-header.active {
  border-color: #333;
}
.content-section .accordian-view .accordian-item .acc-content {
  background: #f2f2f2;
  padding: 20px;
}
.content-section .accordian-view .accordian-item .acc-content .item {
  font-size: 18px;
}

/*================ Blog PAge CSS ===================*/
.blog_content_wrap {
  padding: 1rem 0;
}
.blog_content_wrap .blog_image_block {
  position: relative;
  width: 100%;
}
.blog_content_wrap .blog_image_block img {
  max-width: 100%;
  display: block;
  width: 100%;
}
.blog_content_wrap .blog_image_block .blog_date_block {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0.5rem 1rem;
  z-index: 99;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.blog_content_wrap .blog_image_block .blog_date_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00adef;
  opacity: 0.6;
  z-index: -99;
}
.blog_content_wrap .blog_image_block .blog_date_block p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7rem;
  /* font-family: sans-serif; */
}
.blog_content_wrap .blog_image_block .blog_date_block p span {
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}
.blog_content_wrap .blog_hashTags {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  margin-top: 1rem;
}
.blog_content_wrap .blog_hashTags a {
  text-decoration: none;
  line-height: 1.5rem;
}
.blog_content_wrap .blogDescription {
  text-align: justify;
  word-break: break-all;
  line-height: 2rem;
}
.blog_content_wrap .author_ ul li {
  margin: 1rem;
}

.author_shortName {
  min-width: 80px;
  min-height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 99;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
}
.author_shortName::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00adef;
  z-index: -99;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
}
.author_shortName span {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */
