@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased !important;
  color: #121212;
}

.bg-white {
  background-color: #fff !important;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

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

a img {
  border: none;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder {
  color: #767787;

  font-weight: normal;
  text-transform: capitalize;
}

::-moz-placeholder {
  color: #767787;

  font-weight: normal;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  color: #767787;

  font-weight: normal;
  text-transform: capitalize;
}

::-moz-selection {
  color: #fff;
  background: #444444;
}

::selection {
  color: #fff;
  background: #444444;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="submit"],
input[type="email"],
textarea {
  background: #f2f2f2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: none;
  height: auto !important;
  min-height: 170px;
  overflow: hidden;
  margin: 0;
  color: #767787;

  font-weight: normal;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  background: #ffffff !important;
  width: 100%;
  padding: 12px 20px;
  border: 1px solid rgb(86 107 123 / 15%);
  border-radius: 0;
  height: 50px;
  background: transparent;
  color: #101011;

  font-weight: normal;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  letter-spacing: 0.5px;
}

.btnbar {
  text-align: right;
  margin-top: 32px;
}

.submit-btn .button-add {
  padding: 0;
  min-width: 152px;
  min-height: 48px;
}

.submitbtn input[type="submit"] {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  padding: 0;
  cursor: pointer;
  font-family: "RedHatDisplay-Regular";
  font-weight: bold;
  line-height: 100%;
}

.submitbtn {
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  background: #02ba83;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  padding: 10px 15px;
  overflow: hidden;
  border: 1px solid #02ba83;
}

.submitbtn::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  width: 10px;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  transform-origin: left;
  transition: 0.5s ease;
  z-index: -1;
}

.submitbtn:hover::after {
  width: 100%;
  opacity: 1;
}

.submitbtn:hover {
  background: #fff;
  color: #009048;
}

.submitbtn:hover input[type="submit"] {
  color: #009048;
}

.form-control:focus {
  border-color: #009048 !important;
}

.button-only {}

/*-----STRUCTURE-----*/
.otrixcontainer {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::before,
.row::after,
.otrixcontainer::before,
.otrixcontainer::after,
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}

.row::after,
.otrixcontainer::after,
.clearfix::after {
  clear: both;
}

.width50 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.otrixcontainer.flex-container:before,
.otrixcontainer.flex-container:after,
.otrixcontainer.flex-wrapper:before,
.otrixcontainer.flex-wrapper:after {
  display: block;
}

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/*-----HELPER-----*/
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.hidden {
  display: none;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed;
  right: 0;
  bottom: 85px;
  border-radius: 5px;
  opacity: 0;
  height: 40px;
  width: 40px;
  line-height: 36px;
  z-index: 10;
  color: #fff;
  background: #02ba83;
  text-align: center;
  font-size: 16px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.scrollTop:hover {
  color: #ffffff;
}

/*-----BREADCRUMBS-----*/
.page-crumb {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.cd-breadcrumb li {
  line-height: 100%;
  position: relative;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.cd-breadcrumb li a {
  margin: 0 40px 0 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.cd-breadcrumb li a:before {
    content: "\f105 ";
    position: absolute;
    top: 3px;
    right: 16px;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: bold;
    right: -25px;
}
.cd-breadcrumb li a {
    position: relative;
}
.page-title {
  font-size: 40px;
  color: #000;
  line-height: 100%;
  font-weight: bold;
}

/*=====*******HEADING*******=====*/
.heading-xlg,
.heading-lg,
.heading-md,
.heading-sm,
.heading-xs {
  line-height: 100%;
  text-transform: capitalize;
  margin-top: 25px;
  position: relative;
  font-family: "Libre Baskerville", serif !important;
  font-style: normal;
  font-weight: 600;
  color: #000;
}

.heading-xlg {
  font-size: 46px;
}

.heading-lg {
  font-family: "Libre Baskerville", serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 44px;
  color: #000;
  text-transform: capitalize;
}

.heading-md {
  font-family: "Libre Baskerville", serif;
  color: #005071;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
}

.heading-sm {
  font-size: 28px;
}

.heading-xs {
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.themeTxt {
  color: #383939;
  font-weight: 400;
}

.short-intro {
  width: 615px;
}

/* .short-intro [class*="heading-"]{margin-bottom: 30px;margin-top: 30px;} */
.banner-margin {
  margin-top: 25px;
  margin-bottom: 15px;
}

.short-intro p {
  font-size: 18px;
  line-height: 28px;
}

.title-row {
  align-items: center;
  justify-content: space-between;
}

.title-space {
  margin-bottom: 65px;
}

.head-line {
  color: #121533;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

/*=====*******HEADING LINE*******=====*/
.heading-line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #02ba83;
}

/*=====*******COLUNM CSS*******=====*/
.col-5 {
  width: 20%;
}

.graybg {
  background: #f8f8f8;
}

/*=====*******TEXT ALIGN*******=====*/
.text-right {
  text-align: right;
}

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

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

/*=====*******TEXT COLOUR*******=====*/
.whiteclr {
  color: #fff;
}

.prupleclr {
  color: #02ba83 !important;
}

/*=====*******FONT STYLE *******=====*/
.Jostregular {
  font-weight: normal;
}

.Jostmedium {
  font-weight: 500;
}

.Jostbold {
  font-weight: bold;
}

p {
  line-height: 24px;
  font-size: 16px;
}

p:not(:last-of-type) {
  margin-bottom: 30px;
}

/*=====*******BUTTONS*******=====*/
.btn_list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin: 0 -8px;
}

.btn_list li {
  padding: 0px 8px;
}

.view_all {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  color: #000 !important;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

[class*="button-"] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background: #02ba83 !important;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  padding: 10px 15px;
  overflow: hidden;
  border: 1px solid #02ba83;
  min-width: 204px;
  min-height: 48px;
}

.btn-block-rate {
  min-width: 100px !important;
  min-height: 35px !important;
}

[class*="button-"] img {
  margin-right: 14px;
  width: 22px;
}

.button-gray {
  background: #f8f8f8;
  border-color: #f8f8f8;
  color: #121533;
}

[class*="button-"]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

[class*="button-"]:hover:before {
  width: 100%;
  height: 100%;
}

[class*="button-"]:hover {
  color: #02ba83;
}

.button-gray:before {
  background: #02ba83;
}

.button-gray:hover {
  color: #fff;
}

.button-purple {
  background: #02ba83 !important;
  border-radius: 4px;
  color: #ffffff;
  min-width: 100px !important;
  min-height: 35px !important;
}

.button-purple:before {
  background: #ffffff;
}

.button-purple:hover {
  color: #02ba83 !important;
  background-color: #fff !important;
}

a {
  text-decoration: none !important;
}

.button-general {
  background: #02ba83;
  border-color: #02ba83;
  color: #fff;
  min-width: 70px;
}

.button-general:before {
  background: #f8f8f8;
}

.button-general:hover {
  color: #000;
}

.card {
  background: #f7f7f8 !important;
}

.floating-wishlist img {
  height: 20px;
}

.add-to-cart-img {
  height: 20px;
}

.btn-add-address {
  background: #ffffff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  display: flex;
  flex-direction: row;
  border: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

/* BANNER */
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-contain {
  max-width: 700px;
  margin: 0 auto 0 0;
}

.ban-offer {
  font-size: 22px;
  line-height: 100%;
  color: #02ba83;
  margin-bottom: 30px;
}

.ban-main-title {
  font-size: 64px;
  line-height: 74px;
  color: #000;
  font-weight: bold;
  margin-bottom: 35px;
}

.banner-contain p {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 50px;
}

.banner_js .slick-dots {
  bottom: 18px;
}

.banner_js .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgb(118 119 135 / 30%);
  border-radius: 100%;
}

.banner_js .slick-dots li button:before {
  content: none;
}

.banner_js .slick-dots li.slick-active button {
  background: #02ba83;
}

.img-fluid {
  transition: 0.3s;
}

.img-fluid:hover {
  transform: scale(1.1);
}

/*=====*******slider*******=====*/
.sepcial-product-js {
  padding-bottom: 20px;
}

.catebox {
  display: block;
  overflow: hidden;
  text-align: center;
  min-height: 200px;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  background: #f7f7f8;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.categories-js {
  margin: 0 -13px 75px;
  display: none;
}

.categories-js li {
  padding: 4px 6px;
}

.brandbox {
  display: block;
  background: #f7f8f8;
  padding: 25px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  min-height: 155px;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
}

/* .slick-arrow .slick-prev, .slick-arrow .slick-next{top: inherit;bottom: -85px;width: 25px;height: 34px;} */
.slick-arrow .slick-prev,
.slick-arrow .slick-next {
  top: inherit;
  bottom: -85px;
  width: 50px;
  height: 50px;
  background: #f7f8f8;
  border-radius: 4px;
  justify-content: center;
}

.slick-arrow .slick-prev:before,
.slick-arrow .slick-next:before {
  color: #000;
  font-size: 36px;
  line-height: 100%;
  font-weight: bold;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

.slick-arrow .slick-prev:hover:before,
.slick-arrow .slick-next:hover:before {
  color: #02ba83;
}

.slick-arrow .slick-prev {
  left: calc(4% - 45px);
}

.slick-arrow .slick-next {
  right: calc(96% - 45px);
}

.catebox .heading-xs {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #000;
}

/* .cate-info{margin-bottom: 25px;} */
/*HOVER*/
/* .catebox:hover{box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);} */
.new-product-js {
  margin: 0 -13px 75px;
  display: none;
}

/*=====*******Special Offers*******=====*/
.sec-space {
  padding: 30px 0 20px;
}

.sepcial-offer {
  padding: 20px 0 0;
}

/*=====*******TODAY PICKS*******=====*/
.today_picks {
  background: #f8f8f8;
  padding: 70px 0 145px;
}

.today-offer-js {
  margin: 55px -13px 0;
}

.today-offer-js li {
  padding: 0 13px;
}

/*=====*******SUBSCRIBE NEWSLETTER*******=====*/
.subscribe-wrapper {
  background: #02ba83;
  position: relative;
  border-radius: 5px;
  padding: 20px;
  margin: 50px 0 35px;
  min-height: 353px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subcirbe-inner {
  max-width: 645px;
  margin: 0 auto;
}

.subcirbe-inner p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.shape-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.shape-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.subscirbe_news {
  display: flex;
  flex-wrap: no-nowrap;
  max-width: 520px;
  margin: 40px auto 0;
  justify-content: space-between;
}

.subscirbe_news input[type="email"]:focus {
  color: #000;
  background-color: #fff;
}

.subscirbe_news input[type="email"] {
  width: 370px;
  background: #fff2f2;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  padding: 12px 15px;
  color: #536372;
}

.btn-subscribe {
  background: #02ba83 !important;
  border: 0;
  color: #fff;
  padding: 8px 16px;
  height: 48px;
  border-radius: 5px;
  width: 142px;
  font-size: 18px;
  text-align: center;
  text-transform: capitalize;

  font-weight: bold;
  justify-content: flex-start;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-subscribe:hover {
  background: #02ba83;
  color: #fff;
  border: 1px solid #fff;
}

.subscirbe_news ::-webkit-input-placeholder {
  color: #536372;
}

.subscirbe_news ::-moz-placeholder {
  color: #536372;
}

.subscirbe_news :-ms-input-placeholder {
  color: #536372;
}

/*=====*******CUSTOMER TESTIMOIAL*******=====*/
.customer_sec {
  position: relative;
}

.customer-wrapper {
  margin: 10px 0 20px;
}

.customer-wrapper .flex-wrapper {
  margin-bottom: 55px;
}

.quote-icon {
  margin-bottom: 25px;
}

.review-box p {
  font-size: 20px;
  line-height: 30px;
}

.custmer-detail.flex-wrapper {
  margin-top: 30px;
  margin-bottom: 0;
}

.name {
  font-weight: 500;
  font-size: 22px;
  color: #121533;
  line-height: 100%;
  margin-bottom: 8px;
}

.desg {
  font-size: 16px;
  line-height: 100%;
}

.customer-js {
  margin: 0 -22px;
}

.customer-js .cust-block {
  padding: 0 22px;
}

.cust-detail {
  padding-left: 15px;
}

/*=====*******FOOTER*******=====*/
footer {
  position: relative;
}

/* FOOTER TOP */
.footer-top {
  background: #f8f8f8;
  padding: 70px 0 60px;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ft-navigation-div .heading-md {
  font-weight: normal;
  margin-bottom: 30px;
}

.ft-navigation-link li {
  margin-bottom: 20px;
}

.ft-navigation-link li a {
  font-size: 16px;
  line-height: 100%;
  font-weight: normal;
  color: #767787;
  display: block;
}

.ft-navigation-div a.alink {
  font-size: 16px;
  line-height: 100%;
  color: #02ba83;
  font-weight: normal;
  display: inline-block;
}

.ft-navigation-fr-link li {
  margin-bottom: 20px;
  text-align: left;
}

.ft-navigation-fr-link li a {
  font-size: 16px;
  color: #eeeeee !important;
  display: block;
  font-weight: 300;
}

.footer_timing {
  font-size: 16px;
  color: #eeeeee;
  font-weight: 300;
}

.ft-navigation-fr-div a.alink {
  font-size: 16px;
  line-height: 100%;
  color: #02ba83;
  font-weight: normal;
}

/** TEXT BOLD **/
.text-bold {
  font-weight: 600;
  color: #121533;
}

/* FOOTER BOTTOM */

/* .footer-bottom{padding: 55px 0 0;} */
.footer-bottom .ft-navigation-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom .ft-navigation-link li {
  padding: 0 28px;
}

.footer-bottom .ft-navigation-link li a {
  font-size: 20px;
  line-height: 100%;
  color: #121533;
  letter-spacing: 0.2px;
}

.quick-div {
  margin: 55px 0 50px;
}

.copyright {
  padding: 16px 0;
  background: #040602;
  margin-top: 0;
  border-top: 1px solid #4f4f4f;
}

.copyright .otrixcontainer>.flex-wrapper {
  justify-content: center;
}

.copyright .otrixcontainer>.flex-wrapper .copy-col p {
  font-size: 16px;
  color: #fff;
}

.term-list {
  margin: 0 -25px;
}

.term-list li {
  font-size: 16px;
  color: #121533;
  line-height: 100%;
  letter-spacing: 0.6px;
  padding: 0 25px;
}

.social-link-otrix {
  align-items: center;
  margin: 0 -10px;
}

.social-link-otrix li {
  color: #767787;
  font-size: 20px;
  line-height: 100%;
  padding: 0 10px;
}

.social-link-otrix li a .fa-linkedin {
  font-size: 22px;
}

.social-link-otrix li a {
  color: #767787 !important;
}

.social-link-otrix li a:hover,
.term-list li a:hover,
.term-list li.active a,
.ft-navigation-link li a:hover,
.ft-navigation-link li.active a {
  color: #02ba83;
}

.order-list .product-name {
  font-size: 22px;
  color: #02ba83;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

/* File upload */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

div.fileinputs {
  background: #f8f8f8;
  max-width: 115px;
  border-radius: 7px;
  min-height: 155px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

div.fileinputs input.file {
  display: block;
}

input.file {
  cursor: pointer;
  line-height: 44px;
  opacity: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  color: #606060;
  min-height: 155px;
}

div.fakefile {
  background: transparent;
  border-radius: 0px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#filevalue {
  color: #767787;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 40px;
}

.fakebtn {
  color: #767787;
  cursor: pointer;
  right: 0;
  top: 38px;
  position: absolute;
  height: auto;
  width: 100%;
  text-align: center;
}
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{  overflow-x: auto;  max-height: 93vh; padding-bottom:25px;}
.hamburger_menu.active::after{width:24px!important; height:24px!important;}
/*======= START HOVER EFFECT ===========*/
@media (hover: hover) and (pointer: fine) {}

/*===== No Hover =====*/

@media (any-hover: none) {}

/*=====******* MIN WIDTH *******=====*/

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .otrixcontainer {
    width: 720px !important;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .otrixcontainer {
    width: 960px !important;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .otrixcontainer {
    width: 1080px !important;
  }
}

/* Super large devices (large desktops, 1440px and up)*/

@media (min-width: 1500px) {
  .otrixcontainer {
    width: 1320px !important;
  }
}

/*=====******* MEDIA QUERY *******=====*/

@media (max-width: 1499px) {

  .new-product-js,
  .sepcial-product-js {
    margin-bottom: 75px;
  }

  /*  FOOTER*/
  .ft-navigation-link li a {
    font-size: 14px;
  }

  .ft-navigation-div .heading-md {
    margin-bottom: 20px;
  }

  .ft-navigation-link li {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {

  /*  BUTTON */
  [class*="button-"] {
    min-width: 180px;
    font-size: 16px;
  }

  .heading-xlg {
    font-size: 36px;
  }

  .page-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1199px) {

  /*  TITLE*/
  .heading-md {
    font-size: 20px;
  }

  .heading-sm {
    font-size: 24px;
  }

  .heading-xlg,
  .heading-lg,
  .heading-md,
  .heading-sm,
  .heading-xs {
    margin-bottom: 20px;
  }

  .new-product-js,
  .sepcial-product-js {
    margin-bottom: 48px;
  }

  /* .slick-arrow .slick-prev, .slick-arrow .slick-next{bottom: -70px;} */
  .categories-js {
    margin: 0 -13px 48px;
  }

  .sepcial-offer,
  .today_picks {
    padding: 40px 0;
  }

  .today-offer-js {
    margin: 30px -13px 48px;
  }

  .customer-wrapper,
  .subscribe-wrapper {
    margin: 40px 0;
  }

  .review-box p {
    font-size: 16px;
    line-height: 26px;
  }

  .name {
    font-size: 18px;
  }

  .desg {
    font-size: 14px;
  }

  /*    SPACE */
  .sec-space {
    padding: 40px 0;
  }

  .short-intro [class*="heading-"] {
    margin-bottom: 15px;
  }

  .short-intro p {
    font-size: 16px;
    line-height: 22px;
  }

  .title-space {
    margin-bottom: 30px;
  }

  .catebox .heading-xs {
    margin-bottom: 8px;
  }

  .short-intro span {
    font-size: 16px;
    line-height: 22px;
  }

  /*  FOOTER  */
  .footer-top {
    padding: 40px 0;
  }

  /* .footer-bottom {padding: 20px 0 0;} */
  .quick-div {
    margin: 30px 0 20px;
  }

  .ft-navigation-div .heading-md {
    font-size: 20px;
  }

  .footer-bottom .ft-navigation-link li a {
    font-size: 16px;
  }

  .term-list {
    margin: 0 -12px;
  }

  .term-list li {
    padding: 0 12px;
  }

  .footer-bottom .ft-navigation-link li {
    padding: 0 16px;
  }

  .footer-top .footer-wrapper {
    justify-content: space-between;
  }

  .footer-top .col-5 {
    width: auto;
  }

  .testimonial_content {
    max-width: 100%;
  }
}

@media screen and (max-width: 1120px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 991px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }

  .cd-breadcrumb li {
    margin-bottom: 10px;
  }

  .cd-breadcrumb {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .ctnect-link {
    margin-left: 120px;
  }

  .short-intro {
    width: 100%;
  }

  /*Subscribe Newsletter  */
  .shape-left {
    top: 10px;
    left: 10px;
    width: 100px;
  }

  .shape-right {
    width: 100px;
    bottom: 10px;
    right: 10px;
  }

  .subscribe-wrapper {
    min-height: 295px;
  }

  .subcirbe-inner .heading-xlg {
    margin-bottom: 15px;
  }

  .subscirbe_news {
    margin: 25px auto 0;
  }

  /*  FOOTER */
  .copyright .otrixcontainer>.flex-wrapper {
    justify-content: center;
    text-align: center;
  }

  .social-col {
    order: 1;
  }

  .copy-col {
    order: 3;
  }

  .term-col {
    order: 2;
    margin: 10px 0;
  }

  .copyright .flex-wrapper {
    justify-content: center;
    margin-bottom: 10px;
  }

  .copyright .term-col,
  .copyright .copy-col,
  .copyright .social-col {
    width: 100%;
  }

  .footer-top .col-5 {
    width: 100%;
  }

  .ft-navigation-link {
    display: none;
  }

  .ft-navigation-div .heading-md {
    margin-bottom: 0;
    padding: 15px 0;
    position: relative;
  }

  .ft-navigation-div .heading-md:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    background: url(../images/select-arrow.png) no-repeat;
    width: 10px;
    height: 6px;
    line-height: 100%;
    color: #1f313b;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transform: rotate(-90deg);
  }

  .ft-navigation-div .heading-md.showhide:before {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 860px) {

  /*Subscribe Newsletter  */
  .subscirbe_news input[type="email"] {
    width: 100%;
  }

  /* .btn-subscribe{margin: 20px auto 0;} */
  .home-banner img {
    height: 280px !important;
    width: 900px !important;
  }
}

@media screen and (max-width: 767px) {
  .heading-xlg {
    font-size: 26px;
  }

  [class*="button-"] {
    min-width: 155px;
    font-size: 14px;
    padding: 10px;
    min-height: 40px;
  }

  .buttonlang {
    cursor: pointer;
    background-color: #656497;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  .buttonlang:hover,
  .current_lang {
    background-color: #968ac9;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}

@media screen and (max-width: 700px) {
  .buttonlang {
    cursor: pointer;
    background-color: #656497;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  .buttonlang:hover,
  .current_lang {
    background-color: #968ac9;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}

@media screen and (max-width: 600px) {
  .home-banner img {
    height: 280px !important;
    width: 600px !important;
  }

  .buttonlang {
    cursor: pointer;
    background-color: #656497;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  .buttonlang:hover,
  .current_lang {
    background-color: #968ac9;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}

@media screen and (max-width: 480px) {
  .page-title {
    font-size: 28px;
  }

  /* .page-crumb{min-height: 175px;} */
  .home-banner img {
    height: 180px !important;
    width: 480px !important;
  }

  .catebox {
    min-height: 230px;
  }

  .categories-js li {
    padding: 4px 8px;
  }

  .categories-js {
    margin: 0 -8px 45px;
  }

  .buttonlang {
    cursor: pointer;
    background-color: #656497;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  .buttonlang:hover,
  .current_lang {
    background-color: #968ac9;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}

@media screen and (max-width: 360px) {
  .cd-breadcrumb li {
    font-size: 14px;
    text-align: center !important;
  }

  .home-banner img {
    height: 150px !important;
    width: 360px !important;
  }

  .catebox .heading-xs {
    font-size: 16px;
  }

  .cate-img:before {
    left: -22px;
  }

  .buttonlang {
    cursor: pointer;
    background-color: #656497;
    color: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }

  .buttonlang:hover,
  .current_lang {
    background-color: #968ac9;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
}

.buttonlang {
  cursor: pointer;
  background-color: #656497;
  color: #fff;
  padding: 8px 20px;
  border-radius: 0px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.buttonlang:hover,
.current_lang {
  background-color: #968ac9;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.signup_discount {
  padding: 10px;
  width: 100%;
  background: #005071;
  justify-content: center;
  align-items: center;
}

.signupoffertxt {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.expanding-search-form {
  position: relative;
  display: flex;
  height: 52px;
  background: #f6f6f6;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.expanding-search-form .search-label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  transition: 250ms all ease-in-out;
}

.expanding-search-form .search-input {
  position: relative;
  top: 0;
  display: inline-block;
  height: 52px;
  float: left;
  border: 0;
  font-size: 16px;
  z-index: 2;
  padding: 5px 10px;
  box-shadow: none;
  border-radius: 0;
  transition: 250ms all ease-in-out;
  background: #f6f6f6;
  max-width: 100% !important;
}

.expanding-search-form .search-input:focus {
  /* width: 400px; */
  outline: none;
}

.expanding-search-form .search-input:focus+.search-label {
  border-color: #2299ff;
}

.expanding-search-form .button {
  position: relative;
  top: 0;
  display: inline-block;
  float: left;
  padding: 0 10px;
  color: #fff;
  border: 1px solid transparent;
  background-color: #2299ff;
  text-align: center;
  transition: 250ms all ease-in-out;
}

.expanding-search-form .search-dropdown {
  float: left;
  padding: 7px;
  display: table-cell;
  vertical-align: middle;
}

.expanding-search-form .search-dropdown.open .dropdown-menu {
  display: block;
  z-index: 9999999;
}

.expanding-search-form .dropdown-toggle {
  font-size: 12px;
  border-radius: 5px;
  z-index: 3;
  background: transparent;
  outline: none;
  box-shadow: none;
  padding: 11px;
  width: 100%;
  max-width: max-content;
}

.expanding-search-form .dropdown-menu {
  position: absolute;
  top: calc(100% - 1px);
  display: none;
  margin: 0;
  padding: 5px;
  list-style: none;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 3;
  transition: 250ms all ease-in-out;
}

.expanding-search-form .dropdown-toggle span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.expanding-search-form .dropdown-toggle i {
  color: #000;
  margin-left: 4px;
}

.expanding-search-form .dropdown-menu>li>a {
  display: block;
  padding: 4px 12px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  border-radius: 2px;
  transition: 250ms all ease-in-out;
}

.expanding-search-form .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: #2dce89;
}

.expanding-search-form .dropdown-menu>.menu-active {
  display: none;
}

.expanding-search-form .search-button {
  height: 42px;
  z-index: 3;
  width: 60px;
  background: #02ba83;
  float: right;
  border-radius: 100%;
  width: 42px;
  margin-right: 5px;
}

.expanding-search-form .search-button span.fa.fa-search::before {
  font-size: 20px;
}

.expanding-search-form .image-button {
  height: 56px;
  z-index: 3;
  width: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f24c80;
}

.expanding-search-form .search-button .icon {
  font-size: 20px;
}

.language-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 12px 7px 7px;
  gap: 15px;
  background: #f2f2f2;
  border-radius: 2px;
  width: 150px;
  height: 40px;
  margin-top: 10px;
  position: relative;
}

.language-img {
  width: 30px;
  height: 20px;
  left: 7px;
  top: 7px;
}

.language-txt {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #536372;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.language-menu {
  background: #fff;
  width: 150px;
  position: absolute;
  margin-top: 50px;
  z-index: 999999;
  padding: 15px;
}

.divider-xl {
  margin-top: 0px;
  margin-bottom: 30px;
}

.divider-xxl {
  margin-top: 40px;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-purple {
  background: #000;
}

.slick-dots {
  text-align: center;
}

.slick-dots li img:nth-child(1) {
  display: block;
}

.slick-dots li div:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active div:nth-child(1) {
  display: none;
}

/* .home_ban .slick-dots li.slick-active div:nth-child(2) {
  display: block;
} */

.inactive-dots {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.4;
  box-shadow: 0px 3px 30px rgba(18, 21, 51, 0.07);
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
}

.active-dots {
  position: unset;
  width: 10px;
  height: 10px;
  background: #f9972f;
  box-shadow: 0px 3px 30px rgba(18, 21, 51, 0.07);
  border-radius: 50%;
  margin-right: 15px;
  margin-left: 15px;
}

.slick-custom-arrow-right {
  position: absolute;
  z-index: 1;
  top: 87%;
  left: 90%;
  width: 45px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 3px 30px rgba(18, 21, 51, 0.07);
  border-radius: 4px;
  justify-content: center;
  text-align: center;
  vertical-align: cen;
}

.slick-custom-arrow-left {
  position: absolute;
  z-index: 1;
  top: 87%;
  left: 86%;
  width: 45px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 3px 30px rgba(18, 21, 51, 0.07);
  border-radius: 4px;
  justify-content: center;
  text-align: center;
  vertical-align: cen;
}

.slick-custom-arrow-left i {
  font-size: 26px;
  color: #000;
  margin-top: 8px;
}

.slick-custom-arrow-right i {
  font-size: 26px;
  color: #000;
  margin-top: 8px;
}

.w-23 {
  width: 23% !important;
}

.w-33 {
  width: 33% !important;
}

.w-70 {
  width: 70% !important;
}

.w-35 {
  width: 35% !important;
}

.w-65 {
  width: 65% !important;
}

.w-2 {
  width: 2% !important;
}

.w-28 {
  width: 28% !important;
}

.blog-box {
  background: #f7f7f8;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  width: 100%;
  padding: 10px;
}

.blog-img {
  display: flex;
  justify-content: center;
}

.blog-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  color: #000;
}

.blog-shortdesc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #536372;
}

.blog-bottom-box {
  border-top: 1px solid #e2e2e2;
  margin-left: 1px;
  margin-right: 1px;
}

.blog-bottom-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.blog-bottom-link {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 31px;
  text-transform: capitalize;
  color: #02ba83;
}

.blog-bottom-link-right {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 31px;
  text-transform: capitalize;
  color: #02ba83;
}

.blog-right-box {
  background: #f7f7f8;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  /* padding: 20px 10px 18px 10px; */
}

.chat-section {
  padding: 50px;
  background: #005071;
  width: 100%;
  margin-bottom: 3rem;
}

.chat-section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
}

.chat-subtext {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

.footer-heading {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.fa-star {
  font-size: 14px;
}

/*
.nav-tabs {
  border-bottom: 0px !important;
} */

.nav-tabs>.nav-item {
  background: #f7f7f8;
  border-radius: 5px;
}

.nav-tabs>.nav-item>.nav-link {
  line-height: 2.5;
  display: grid;
  text-align: center;

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 2px 15px;
}

.nav-tabs>.nav-item>.nav-link:hover {
  background-color: #005071;
  color: #fff;
}

.nav-tabs>.nav-item>.nav-link.active {
  background: #005071;
  box-shadow: 0px 7px 15px rgba(18, 21, 51, 0.07);
  border-radius: 5px;
  color: #fff;
}

.checkout-box {
  background: #f7f7f8;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin: 20px 0px 20px 0px;
}

@media screen and (max-width: 768px) {
  .nav-tabs {
    display: flex;
    width: 100%;
    /* padding-left: 100px; */
    /* padding-right: 100px; */
    text-align: center;
  }

  .nav-tabs .nav-item>.nav-link {
    margin-bottom: 5px;
  }
}

.circleaddress {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.delete-address {
  background: #02ba83 !important;
}

.shipping-text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #000;
}

.paymentTitle {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.payment-box {
  border-radius: 4px;
  padding: 25px;
  position: relative;
  margin: 10px;
  background: #f2f2f2;
  height: 90px;
  display: flex;
}

.payment-method-box {
  padding: 5px;
}

.order-comment {
  background: #f2f2f2;
}

.orderdetailstable table tbody td {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  vertical-align: middle;
}


.login-box {
  background: #ffffff;
  box-shadow: 0px 3px 30px rgba(18, 21, 51, 0.07);
  border-radius: 5px;
}

.login-form {
  padding: 20px;
}

.form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000;
}

.blog-image {
  background: #fff !important;
  height: 273px;
  padding: 10px;
  border-radius: 0;
  border: none;
}

.blog-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.recent-blog-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: capitalize;
  color: #000;
}

.recent-blog-shortdesc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #536372;
}

.recent-blog-right-box {
  background: #eafff9;
  border-radius: 5px;
  padding: 10px;
}

.author-box {
  background: #eafff9;
  border-radius: 5px;
  padding: 20px;
}

.author-box img {
  width: 35%;
}

.share-box {
  background: #eafff9;
  border-radius: 5px;
  padding: 20px;
}

/* .otrixcontainer, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px){
  .otrixcontainer, .container-sm {
      max-width: 540px;
  }
}

@media (min-width: 768px){
  .otrixcontainer, .container-md, .container-sm {
      max-width: 720px;
  }
  }

  @media (min-width: 992px){
    .otrixcontainer, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
    }

@media (max-width: 1200px){
.otrixcontainer {
    width: 100% !important;
    max-width: 100% !important;
}
}   */

.desktop-header {
  display: block;
}

.mobile-header {
  display: none;
}

.otrixcontainer,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

/* @media start 1  */

@media (min-width: 576px) {

  .otrixcontainer,
  .container-sm {
    max-width: 540px;
  }

  .detail_page_butons button.add-to-cart {
    flex: auto;
    padding: 15px 40px;
  }

  .col-6 {
    width: auto;
  }
}

@media (min-width: 768px) {

  .otrixcontainer,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .otrixcontainer,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .otrixcontainer,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .otrixcontainer,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 500px) {
  .slick-arrow .slick-next {
    right: calc(79% - 45px);
  }

  .slick-arrow .slick-prev {
    left: calc(15% - 45px);
  }
}

@media screen and (max-width: 991px) {
  .e-cart {
    padding-right: 0px !important;
  }

  .most-popular-cat-tab label.category-name {
    display: none;
  }

  .most-popular-cat-tab .nav-tabs>.nav-item {
    width: 18%;
    display: inline-grid;
  }

  .most-popular-cat-tab .nav-tabs {
    width: 100%;
    padding-left: auto;
    padding-right: auto;
    display: contents;
  }

  .most-popular-cat-tab .nav-tabs>.nav-item>.nav-link {
    padding: 5px;
  }

  .expanding-search-form {
    max-width: 100%;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .mobile-header .cart-bar span img {
    width: 15px;
    height: 15px;
  }

  .mobile-header .head-center {
    padding: 10px 0px;
  }

  .mobile-header .logo-left {
    margin-right: 10px;
    margin-top: 6px;
  }

  .togglebtn {
    top: 77px !important;
  }

  .mobile-header .cart-count {
    left: 13px !important;
  }

  .mobile-header .user {
    margin-right: 10px;
    margin-left: 10px;
  }

  .mobile-header .search {
    padding: 10px;
  }

  .payment-box {
    margin: 0px 0px 10px 0px;
  }
}

@media screen and (max-device-width: 1024px) {
  .expanding-search-form .search-input {
    width: 160px;
  }
}

@media screen and (max-device-width: 500px) {
  .prod-info>.row>[class*="col-"] {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .order-box,
  .order-detail-box {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .order-detail-box {
    height: 410px !important;
  }

  .dot {
    display: none;
  }

  .prod-grid-col5>li {
    width: 50% !important;
    padding: 0 5px !important;
  }

  .inner-wrapper {
    margin: 0px 0 0 !important;
  }

  .inner-wrapper {
    margin: 0px 0 0 !important;
  }

  .prod-img {
    min-height: 200px;
  }

  .floating-wishlist,
  .floating-add-to-cart {
    left: 76% !important;
  }

  .view_all {
    font-size: 12px !important;
  }

  .sm-margin-slider {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-device-width: 991px) {
  .nav-tabs>.nav-item {
    margin-top: 15px;
  }

  .order-detail-box {
    height: 380px;
  }
}

@media screen and (max-device-width: 320px) {
  .heading-lg {
    font-size: 16px;
    line-height: 0px;
  }

  .new-product-js,
  .sepcial-product-js {
    margin-bottom: 75px;
  }

  .mobile-header .cart-count {
    top: 0px !important;
  }

  .homepage-banners {
    display: none;
  }

  .orderlist table td span {
    font-size: 14px;
  }

  .orderlist table td {
    font-size: 14px !important;
  }

  .signup_discount {
    display: none !important;
  }

  .home-right-banner {
    display: none;
  }

  .divider-xl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sm-top {
    top: 10px;
  }

  .language-box {
    display: none;
  }

  .mobile-header .disblock img {
    height: 28px !important;
  }

  .mobile-header .cart-count {
    left: 8px !important;
  }

  [class*="button-"] {
    min-width: 140px;
    font-size: 12px;
  }

  .shopdetail_slider {
    margin-bottom: 0px !important;
  }

  .product-detail-info {
    margin-left: 0px;
    margin-right: 10px;
  }

  .star-rating {
    margin-bottom: 10px;
  }

  .stock-status {
    margin-bottom: 10px;
  }

  .ctnect-link {
    left: 0 !important;
  }

  .price-wrap .price .originalPrice {
    font-size: 12px !important;
  }

  .nav-tabs {
    padding-left: 0px;
    padding-right: 0px;
  }

  .check-label .checkmark:after {
    left: 1px !important;
    top: 1px !important;
  }

  .shop-left {
    padding-right: 0px !important;
  }

  .cart-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cart-product-detail {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .address-check>.check-label .checkmark:after {
    left: 4px !important;
  }

  .orderdetailstable div.optiontitle {
    font-size: 12px;
  }

  .orderdetailstable div.optionlabel {
    font-size: 12px;
  }

  .product-name {
    font-size: 14px;
  }

  .wishlist-price {
    font-size: 14px;
  }


  .order-detail-box .one-column {
    display: none;
  }

  .order-detail-box [class*="col-"] {
    text-align: center !important;
  }

  .order-detail-box [class*="col-"] p {
    text-align: center !important;
  }

  .box-summary {
    height: 450px;
  }

  .filterwrap {
    margin: 0 !important;
  }

  .shop-panel {
    width: 300px !important;
  }

  .product-filter-click {
    margin-bottom: 0px;
  }



  .blog-box .blog-bottom-link {
    font-size: 14px;
  }
}

@media screen and (min-device-width: 425px) and (max-device-width: 500px) {
  .shop-panel {
    width: 100% !important;
  }

  .orderlist table td span {
    font-size: 14px;
  }

  .orderlist table td {
    font-size: 14px !important;
  }

  .homepage-banners {
    display: none;
  }

  .signup_discount {
    display: none !important;
  }

  .home-right-banner {
    display: none;
  }

  .divider-xl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .language-box {
    display: none;
  }

  .new-product-js,
  .sepcial-product-js {
    margin-bottom: 75px;
  }
}

@media screen and (min-device-width: 321px) and (max-device-width: 375px) {
  .heading-lg {
    font-size: 16px;
  }

  .cart-count {
    top: 0 !important;
  }

  .homepage-banners {
    display: none;
  }

  .orderlist table td span {
    font-size: 14px;
  }

  .orderlist table td {
    font-size: 14px !important;
  }

  .new-product-js,
  .sepcial-product-js {
    margin-bottom: 75px;
  }

  .divider-xl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mobile-header .cart-count {
    left: 8px !important;
  }

  .language-box {
    display: none;
  }

  .home-right-banner {
    display: none;
  }

  .signup_discount {
    display: none !important;
  }

  [class*="button-"] {
    min-width: 140px;
    font-size: 12px;
  }

  .shopdetail_slider {
    margin-bottom: 0px !important;
  }

  .product-detail-info {
    margin-left: 0px;
    margin-right: 10px;
  }

  .star-rating {
    margin-bottom: 10px;
  }

  .stock-status {
    margin-bottom: 10px;
  }

  .ctnect-link {
    left: 0 !important;
  }

  .price-wrap .price .originalPrice {
    font-size: 12px !important;
  }

  .nav-tabs {
    padding-left: 0px;
    padding-right: 0px;
  }

  .check-label .checkmark:after {
    left: 1px !important;
    top: 1px !important;
  }

  .shop-left {
    padding-right: 0px !important;
  }

  .cart-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cart-product-detail {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .address-check>.check-label .checkmark:after {
    left: 4px !important;
  }

  .orderdetailstable div.optiontitle {
    font-size: 12px;
  }

  .orderdetailstable div.optionlabel {
    font-size: 12px;
  }

  .product-name {
    font-size: 14px;
  }

  .wishlist-price {
    font-size: 14px;
  }


  .order-detail-box [class*="col-"] {
    text-align: center !important;
  }

  .order-detail-box [class*="col-"] p {
    text-align: center !important;
  }

  .box-summary {
    height: 450px;
  }

  .shop-panel {
    width: 350px;
  }

  .product-filter-click {
    margin-bottom: 0px;
  }

  .filterwrap {
    margin: 0 !important;
  }


  .product-filter-click {
    margin-bottom: 0px;
  }

  .blog-box .blog-bottom-link {
    font-size: 16px;
  }
}

@media screen and (min-device-width: 375px) and (max-device-width: 500px) {
  .heading-lg {
    font-size: 15px;
  }

  .homepage-banners {
    display: none;
  }

  .orderlist table td span {
    font-size: 14px;
  }

  .orderlist table td {
    font-size: 14px !important;
  }

  .signup_discount {
    display: none !important;
  }

  .new-product-js,
  .sepcial-product-js {
    margin-bottom: 75px;
  }

  .divider-xl {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .language-box {
    display: none;
  }

  .home-right-banner {
    display: none;
  }

  .mobile-header .cart-count {
    left: 8px !important;
  }

  [class*="button-"] {
    min-width: 140px;
    font-size: 12px;
  }

  .shopdetail_slider {
    margin-bottom: 0px !important;
  }

  .product-detail-info {
    margin-left: 0px;
    margin-right: 10px;
  }

  .star-rating {
    margin-bottom: 10px;
  }

  .stock-status {
    margin-bottom: 10px;
  }

  .ctnect-link {
    left: 0 !important;
  }

  .price-wrap .price .originalPrice {
    font-size: 12px !important;
  }

  .nav-tabs {
    padding-left: 0px;
    padding-right: 0px;
  }

  .check-label .checkmark:after {
    left: 1px !important;
    top: 1px !important;
  }

  .shop-left {
    padding-right: 0px !important;
  }

  .cart-label {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cart-product-detail {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }

  .address-check>.check-label .checkmark:after {
    left: 4px !important;
  }

  .orderdetailstable div.optiontitle {
    font-size: 12px;
  }

  .orderdetailstable div.optionlabel {
    font-size: 12px;
  }

  .product-name {
    font-size: 14px;
  }

  .wishlist-price {
    font-size: 14px;
  }


  .order-detail-box [class*="col-"] {
    text-align: center !important;
  }

  .order-detail-box [class*="col-"] p {
    text-align: center !important;
  }

  .box-summary {
    height: 450px;
  }

  .shop-panel {
    width: 350px;
  }

  .product-filter-click {
    margin-bottom: 0px;
  }

  .filterwrap {
    margin: 0 !important;
  }


  .product-filter-click {
    margin-bottom: 0px;
  }

  .blog-box .blog-bottom-link {
    font-size: 16px;
  }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1440px) {
  .prod-grid-col5>li {
    width: 25% !important;
  }


  [class*="button-"] {
    min-width: 230px;
    font-size: 18px;
  }

  .btn-add-to-wishlist {
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }

  .btn-share {
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .slick-custom-arrow-left {
    left: 81%;
  }

  .blog-box .blog-bottom-link {
    font-size: 14px;
  }

  .blog-box .blog-bottom-text {
    font-size: 13px;
  }

  .slider-product-box {
    height: 410px !important;
  }

  .slider-product-box .prod-img {
    min-height: 150px !important;
  }
}

@media screen and (min-device-width: 540px) and (max-device-width: 768px) {
  .prod-grid-col5>li {
    width: 50% !important;
    padding: 0 8px;
    margin-bottom: 0px !important;
  }

}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .heading-lg {
    font-size: 24px;
  }

  /* .mobile-search-form {
    margin-top: 40px;
  } */

  [class*="button-"] {
    min-width: 150px;
    font-size: 12px;
  }

  .prod-grid-col5>li {
    width: 33% !important;
    padding: 0 8px;
    margin-bottom: 30px;
  }

  .mobile-header .cart-count {
    left: 35px !important;
  }

  .prod-grid-col4>li {
    width: 33% !important;
    padding: 0 8px;
    margin-bottom: 30px;
  }

  .sub-slider {
    height: 222px !important;
  }

  .sub-slider img {
    height: 100% !important;
  }

  .btn-subscribe {
    width: 90px;
    font-size: 14px;
  }
}

@media screen and (min-device-width: 991px) and (max-device-width: 1050px) {
  .heading-lg {
    font-size: 26px;
  }

  [class*="button-"] {
    min-width: 170px;
    font-size: 14px;
  }

  .prod-grid-col5>li {
    width: 25% !important;
    padding: 0 8px;
    margin-bottom: 30px;
  }

  .prod-grid-col4>li {
    width: 33.33% !important;
    padding: 0 8px;
    margin-bottom: 30px;
  }

  .btn-add-to-wishlist {
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }

  .btn-share {
    padding: 10px 8px !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }

  .slider-product-box {
    height: 410px !important;
  }

  .slider-product-box .prod-img {
    min-height: 150px !important;
  }
}

.categories-js .slick-arrow .slick-prev {
  bottom: -100px;
}

@media screen and (max-width: 991px) {

  .expanding-search-form .search-dropdown {
    position: absolute;
    right: 60px;
  }

  .expanding-search-form .search-label {
    position: relative;
  }
}

/* Image Search Page */

/* Hide input*/
.image-search>.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.image-search>.inputfile+label {
  cursor: pointer;
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: black;
  display: inline-block;
}

.image-search>.inputfile:focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.image-search>.inputfile+label * {
  pointer-events: none;
}

.image-search>.inputfile+label {
  padding: 10px 20px;
  margin: 20px 0 0 0;
  background-color: #02ba83;
  border-radius: 2px;
}

.image-search>.inputfile:focus+label,
.image-search>.inputfile+label:hover {
  background-color: #f24c80;
}

.order-list td {
  font-size: 14px;
}

.wishlist-tr td {
  font-size: 14px;
}

.instant-results {
  background: #ffffff;
  width: 50%;
  color: #000000;
  position: absolute;
  top: 76%;
  left: 115px;
  right: 0;
  margin: 0 auto;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
  display: none;
  z-index: 9999;
}

.instant-results ul .col-md-4{ width: 90px; padding-right: 0; align-self: flex-start; }
.instant-results ul .col-md-4 img{ height: auto; aspect-ratio: 2/3; width: 100%; object-fit: cover; }
.instant-results ul .col-md-8{ flex:1; align-self: flex-start; }
.instant-results ul .col-md-8 a{ height: auto !important; min-height: auto !important;}

.result-link {
  justify-content: center;
  align-items: center;
  margin: 0;
}

.result-link .media-body {
  font-size: 13px;
  color: gray;
}

.result-link .media-heading {
  font-size: 15px;
  font-weight: 400;
  color: #4f7593;
}

.result-link:hover,
.result-link:hover .media-heading,
.result-link:hover .media-body {
  text-decoration: none;
  color: #4f7593;
}

.result-link .media-object {
  width: 80px;
  padding: 3px;
}

.result-entry+.result-entry {
  border-top: 1px solid #ddd;
}

.google-login,
.facebook-login {
  padding: 10px 5px;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 10px;
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: background-color 0.3s, transform 0.3s;
}

.google-login {
  background-color: #dd4b39;
}

.facebook-login {
  background-color: #3b5998;
}

.google-login:hover,
.facebook-login:hover {
  background-color: #000;
  transform: scale(1.05);
  color: #fff;
}

.accept_link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #02ba83;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/*=========== global css start ========== */

/*======== header css start ====== */
body {
  line-height: normal;
  padding: 0;
  background-color: #fff !important;
}

.global_header {
  padding: 10px 0;
}

.global_header .head-center.row {
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 0px 15px !important;
}

.global_head_menu .fullwidthlayout {
  background-color: #000;
}

.global_head_menu .fullwidthlayout .row.head-menu-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.global_search_bar form.expanding-search-form {
  width: 100%;
}

.global_header .head-center.row>div {
  align-items: center;
  display: flex;
  padding: 0;
}

a.disblock img.logo {
  max-width: 195px;
}

a.e-cart img {
  height: 28px;
  width: auto;
}

a.e-cart:nth-child(1) {
  margin-right: 25px;
}

.global_search_bar {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
}

.expanding-search-form .dropdown-toggle::after {
  display: none;
  border: none;
  background: none;
}

.expanding-search-form .search-input::placeholder {
  color: #bebebe;
}

.expanding-search-form .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: -5px;
  top: auto;
  width: 2px;
  height: 20px;
  background: #e5e5e5;
}

/* ==========footer css start ========= */
.global_footer {
  background-color: #040602;
}

.footer-bottom .otrixcontainer {
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.footer-bottom .otrixcontainer .row {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 15px;
}

/*
ul.ft-navigation-fr-link li:nth-last-child(1) {
  margin-bottom: 0;
} */

.testimonial-slider.slick-initialized.slick-slider.slick-dotted .testimonial.custombox.slick-slide {
  height: auto !important;
}

/* ========homepage css start======== */
.global-home .fullwidthlayout.container {
  width: 100% !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.shop_by_class {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 15px;
}

.heading-lg {
  font-family: "Libre Baskerville", serif !important;
  font-weight: bold;
  font-size: 35px;
  line-height: 44px;
  color: #0a0a0a;
  text-transform: capitalize;
}

.shop_by_class {
  display: flex;
  flex-direction: column;
}

.shop_by_class .cust_left .short-intro .heading-lg.text-center {
  color: #0a0a0a;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}

.shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 {
  padding: 0 !important;
}

.shop_by_class section.banner .container {
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

.shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 .row {
  max-width: 1280px;
  margin: 35px auto 60px;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}

.shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 .row .feature-row__item {
  padding: 0;
  justify-content: start;
  gap: 15px;
  width: auto;
}

.shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 .row .feature-row__item a {
  margin: 0 !important;
}

.shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 .row::before,
.shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 .row::after {
  display: none;
}

.new-product>div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 15px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*
.new-product .product-gird .product {
  margin: 0;
} */

.new-product .short-intro .heading-lg {
  margin: 0;
  line-height: normal;
}

section.new-product {
  margin: 60px 0;
}

.bg-white {
  background: #fff !important;
}

section.new-product .product-detail {
  margin: 0 !important;
}

.new-product .title-row {
  margin-bottom: 30px !important;
}

.product-box .mx-2.mb-3.mt-4 {
  margin: 0 !important;
  padding: 0 !important;
}

.fa-chevron-right:before {
  content: "\f054";
  font-size: 13px;
}

.fa-chevron-right:after {
  content: "\f054";
  font-size: 13px;
}

a.view_all:hover {
  color: #00a651 !important;
}

img.testimonial {
  border-radius: 25px;
  border: none;
  padding: 0;
  margin: 0;
}

h2.custombox {
  font-size: 35px;
  font-family: "Libre Baskerville", serif !important;
  margin: 0 0 30px;
}

img.testimonial {
  border-radius: 25px;
  padding: 0;
  border: none;
}

.testimonail_s {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}

.testimonial_content {
  max-width: 668px;
}

.testimonial-slider p.custombox {
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  font-family: "Poppins", sans-serif !important;
  line-height: normal;
}

span.author strong {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif !important;
}

.blog_h {
  background-image: url("/assets/img/icons/blog_bg.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-top: 60px;
}

.blog-content {
  border-radius: 15px;
}

.blog-image {
  border-radius: 15px;
}

.blog {
  overflow: visible !important;
}

.blog-content .date.custombox strong {
  font-size: 15px !important;
  color: #02ba83;
  font-weight: 300;
}

.blog-content p.custombox {
  font-size: 22px;
  color: #121212;
  font-family: "Libre Baskerville", serif !important;
  margin: 10px 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 56px;
  line-height: normal;
}

.blog_bl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}


.class_by_h {
  margin-top: 60px;
}

/* .product-gird {
  max-width: 1305px !important;
} */

.footer-bottom .otrixcontainer .row>div:nth-child(3) ul.ft-navigation-fr-link li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.gloabl_border .product-gird::after {
  width: 25px;
  background: #fff;
  position: absolute;
  height: 100%;
  content: "";
  bottom: -61px;
  right: 0;
  z-index: -1;
}

.gloabl_border .product-gird {
  padding-bottom: 60px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.gloabl_border .product-gird::before {
  width: 15px;
  background: #fff;
  position: absolute;
  height: 100%;
  content: "";
  bottom: -61px;
  left: 0;
  width: 30px;
}

.ftr_menu li {
  border-bottom: 1px dashed #1e1e1e;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ftr_menu {
  display: flex;
  flex-direction: column;
}

.ftr_menu li:nth-last-child(1) {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.footer-bottom .otrixcontainer .row .col-md-3 {
  padding: 0px 50px;
  background-image: url("/assets/img/icons/footer-stylling.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-bottom .otrixcontainer .row .col-md-3:nth-child(1) {
  background-image: none;
  padding-left: 0;
}

.footer_tel li:nth-child(1) {
  margin-bottom: 10px;
}

.testimonial-slider ul.slick-dots {
  display: none;
}

/* new mobile menu  */
.gl_nav {
  width: 100%;
}

.gl_nav .wrapper {
  position: relative;
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
  line-height: normal;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-links li a img {
  width: 12px;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: auto;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 42px !important;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.mega-box .content {
  background: #fff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: 100%;
  line-height: normal;
  flex-direction: column;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}

.content .row header a {
  color: #000;
  padding: 0px 13px;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.gl_nav input {
  display: none;
}

/* Custom accordion for mega menu */
.mega-box .row {
  cursor: pointer;
}

.mega-box .row ul {
  display: none;
  padding-left: 20px;
}

.mega-box .row.open ul {
  display: block;
}

.nav-links li a.active {
  color: #02ba83;
}

.mega-box .content li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 6px;
}

.mega-box .content li {
  line-height: normal;
  margin: 10px 0;
  text-align: left;
}

.home_ban .slick-dots li.slick-active div:nth-child(1) {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  background: #f9972f !important;
  opacity: 1;
}

.home_ban .slick-dots li .active-dots {
  display: block;
}

.home_ban .slick-dots li .inactive-dots {
  background: #fff !important;
  opacity: 0.9;
}

section.pl_page-crumb ul.cd-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

/* category page  */
section.pl_page-crumb ul.cd-breadcrumb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

section.gl_page-crumb ul.cd-breadcrumb {
  margin: 0 0 40px;
  height: 45px;
  background: #edfffa;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:nowrap;
}

section.pl_page-crumb ul.cd-breadcrumb li.current:nth-child(1) h2 {
  font-family: "Libre Baskerville", serif !important;
  font-size: 35px;
  color: #060606;
}

section.pl_page-crumb ul.cd-breadcrumb li.current:nth-child(2) span.product-count-text {
  color: #000;
  font-size: 18px;
}

section.gl_page-crumb ul.cd-breadcrumb li.current {
  color: #02ba83;
  font-size: 16px;
}

/* .global_cat_page .product-gird ul.product {
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 30px;
  row-gap: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ececec;
}

.global_cat_page .product-gird ul.product li {
  min-width: 100%;
} */
.product-gird .product li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 0px;
}

.product .rating .fa.fa-star {
  color: #03b983;
}

.global_cat_page .price {
  margin: 10px 0;
}

.product_cat_l .mobile-product-list .panel-box {
  background-color: #fafafa !important;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0px;
}

.product_cat_l .mobile-product-list {
  background-color: #fafafa !important;
  padding: 10px 20px;
}

.gl_page-crumb::before {
  content: "";
  height: 45px;
  background: #edfffa;
  left: 0;
  width: 100%;
  position: absolute;
}

.panel-box.sizes-list .price-range input[type="number"] {
  border: 1px solid #cecece;
  border-radius: 0px !important;
  padding: 10px !important;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

.panel-box.sizes-list .price-range .d-flex.justify-content-between.align-items-center.mb-2 .mx-2 {
  font-size: 15px;
  margin: 0 5px 0 5px !important;
  color: #000;
}

.panel-box.sizes-list .price-range {
  margin-bottom: 0px !important;
}

.accordion_in ul.panel-list li span {
  color: #727272;
  font-size: 14px;
}

.accordion_in ul.panel-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonail_s .slick-dots {
  display: none !important;
}

/*======== product detail page css start=======  */
.prod-detail .heading-sm {
  line-height: normal;
  font-size: 28px;
  margin: 0 0 15px !important;
  color: #111111;
}

.prod-detail .heading-sm ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.detail_page ul.nav.nav-tabs {
  flex-direction: row;
  padding: 0;
}

.prod-detail .heading-sm ul li.category_all {
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #060606;
  background-color: #c9fdee;
  padding: 5px 10px;
  border-radius: 100px;
}

/* Tag chips on the product details page. Same pill as the old category chips —
   #060606 on #c9fdee is ~17:1, well past AA — with a hover tint and a focus ring
   that is visible on the white page (#0b6b52 vs #fff is 6.5:1). */
.prod-detail .heading-sm ul.product-tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prod-detail .heading-sm ul li.tag_all {
  font-size: 14px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #060606;
  background-color: #c9fdee;
  border: 1px solid #8fe6d0;
  border-radius: 100px;
  padding: 0;
}

.prod-detail .heading-sm ul li.tag_all .tag-chip-link {
  display: inline-block;
  padding: 5px 12px;
  color: inherit;
  border-radius: 100px;
}

.prod-detail .heading-sm ul li.tag_all:hover,
.prod-detail .heading-sm ul li.tag_all:focus-within {
  background-color: #a8f5df;
  border-color: #4ecfad;
}

.prod-detail .heading-sm ul li.tag_all .tag-chip-link:focus-visible {
  outline: 2px solid #0b6b52;
  outline-offset: 2px;
}

.pro_detail_info {
  margin-bottom: 15px !important;
}

.product_detail_availability {
  margin-top: 15px !important;
}

.product_detail_availability li span.heading-xs {
  font-size: 16px;
  font-family: "Poppins", sans-serif !important;
  color: #010101;
}

.detail_page_butons .quantitybox {
  background-color: #f5f5f5 !important;
  padding: 27px 82px !important;
  border-radius: 100px;
}

.detail_page_butons .quantitybox .value-button {
  background: transparent !important;
}

.detail_page_butons .quantitybox .quantity input {
  background: transparent !important;
}

.detail_page_butons .value-button.increase {
  right: 20px;
}

.detail_page_butons .value-button.decrease {
  left: 20px;
}

.detail_page_butons .quantitybox .value-button i {
  color: #666666 !important;
}

.detail_page_butons {
  flex-wrap: wrap;
  gap: 20px;
}

.detail_page_butons button.add-to-cart {
  flex: 1;
  margin: 0;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  background-color: #02ba83;
  color: #fff;
}

.detail_page_butons .buy-now {
  background-color: #fff !important;
  border: 1px solid #02ba83 !important;
  box-shadow: none !important;
  outline: none;
  color: #02ba83 !important;
}

.detail_page_butons button.add-to-cart:hover {
  color: #fff !important;
}

.blog_h .heading-lg {
  text-align: left !important;
}

.wishlist_btns_detail_p .col-6 {
  padding: 0;
}

.wishlist_btns_detail_p .row {
  margin: 0;
  gap: 20px;
}

.add-to-cart::before {
  background: #000 !important;
}

.wishlist_btns_detail_p .row button {
  background: #e9e9e9;
  border-radius: 100px;
  padding: 8px 15px;
  font-size: 14px;
  color: #000;
  border: none;
  outline: none;
  align-items: center;
  margin: 0 !important;
}

.wishlist_btns_detail_p {
  margin-top: 30px;
  width: 100%;
}

.prod-detail .price-wrap .price span#priceproduct {
  color: #02ba83;
  font-size: 28px;
  font-weight: bold;
  font-family: "Libre Baskerville", serif !important;
}

ul.js_product_thumbslider.slicknav.slick-initialized.slick-slider .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.product_addres {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #57bd9f;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  background-color: #f2fffb;
}

.tabs_detail_p li.nav-item a.nav-link.active {
  background: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  border-bottom: 3px solid #02ba83;
  border-radius: 0px;
  color: #02ba83;
  font-size: 20px;
  padding: 0px 30px;
}

.tabs_detail_p li.nav-item a.nav-link {
  background: #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: none;
  border-bottom: 3px solid #ffffff;
  border-radius: 0px;
  color: #898989;
  font-size: 20px;
  padding: 0px 50px;
  margin: 0;
}

.tabs_detail_p li.nav-item {
  margin: 0 !important;
}

.tabs_detail_p li.nav-item a.nav-link:hover {
  background-color: #fff;
  color: #000;
}

.product_addres>.row {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.product_addres>.row::before,
.product_addres>.row::after {
  display: none;
}

.product_addres>.row>div {
  width: auto;
}

.product_addres>.row .product_de span,
.product_addres .row.shipping_days span,
.product_addres>.row .product_de .delivery_date {
  font-size: 16px;
  color: #212121;
  font-weight: 300;
}

.product_addres>.row .product_de span b {
  font-weight: 600;
}

a.change_btn {
  background-color: #02ba83;
  color: #fff !important;
  border-radius: 21px;
  font-size: 16px !important;
  padding: 6px 20px !important;
  margin: 0 !important;
}

.prod-description-wrappers h1 {
  font-size: 20px;
  color: #323333;
  margin: 0 0 20px;
}

.tabs_detail_p {
  padding: 0;
}

.prod-description-wrappers p {
  margin: 0 0 10px;
  font-size: 15px;
  color: #414141;
  font-weight: 300;
}

.tabs_detail_p {
  margin-bottom: 60px;
}

.address-box p {
  font-family: "Poppins", sans-serif !important;
  color: #000 !important;
}

.submitbtn {
  background: #02ba83;
  border: 1px solid #02ba83;
}

.coupon_input .btn-subscribe {
  background: #02ba83 !important;
}

.coupon_input .btn-subscribe:hover {
  border-color: #00a651;
  color: #00a651;
  background: #fff !important;
}

.checkout_l a.accept_link {
  font-size: 16px;
}

.quick_view_p .quantity-wrap button.add-to-cart {
  color: #fff;
}

.quick_view_p .quantity-wrap button.add-to-cart {
  flex: 1;
  margin: 0;
  border-radius: 100px;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  background-color: #02ba83;
  color: #fff;
}

.quick_view_p .quantity-wrap .quantitybox {
  background-color: #f5f5f5 !important;
  padding: 28px 68px !important;
  border-radius: 100px;
  margin-right: 20px;
}

.quick_view_p .quantity-wrap {
  row-gap: 20px;
}

.quick_view_p .quantity-wrap .quantitybox .value-button,
.quick_view_p .quantity-wrap .quantitybox .quantity input {
  background: transparent !important;
}

.quick_view_p .quantity-wrap .quantitybox .value-button.decrease {
  left: 10px;
}

.quick_view_p .quantity-wrap .quantitybox .value-button.increase {
  right: 10px;
}

.quick_view_p .heading-sm {
  font-size: 18px;
  line-height: normal;
}

.quick_view_p .modal-header {
  padding: 0px;
}

.quick_view_p .modal-header {
  padding: 0px;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}

.recent-blog-right-box .mt-0.mx-3.heading-xs.heading-line {
  margin-bottom: 20px;
}

.recent-blog-right-box .row.mx-2 {
  margin-bottom: 20px;
}

ul.list-unstyled.result-bucket h4.media-heading a.prod-title {
  font-size: 14px;
}

.ordersummary-blk label.d-flex.justify-content-start.align-items-center.checkout_l {
  flex-wrap: wrap;
}

.sho_rt {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 1px;
}

section.content.inner_p_con {
  margin: 0 0 50px;
}

.inner_p_title .page-title {
  margin: 0 0 30px;
  font-size: 28px;
  color: #000;
}

.content.inner_p_con ol {
  margin-left: 20px;
  margin-top: 20px;
}

.product_thumbitem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tabs_detail_p .tab-pane .product-gird ul a.prod-img {
  height: 300px;
}

.testimonail_s .testimonial {
  margin-bottom: 40px !important;
}

.wishlist_btns_detail_p .row::before,
.wishlist_btns_detail_p .row::after {
  display: none;
}

.panel-box2 .heading-md.heading-line {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
  padding: 18px 0px;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
}

.panel-box2 .heading-md.heading-line::before {
  display: none;
}

.smk_accordion .accordion_in:nth-last-child(1) {
  border-bottom: none;
}

.pl_page-crumb {
  margin: 0 0 30px;
}

.panel-box .heading-md {
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
  padding: 18px 0px;
  margin: 0;
  font-weight: 600 !important;
  font-family: "Poppins", sans-serif !important;
}

.panel-box .heading-md::before {
  display: none;
}

.mobile-product-list {
  background-color: #fafafa !important;
  padding: 10px 20px;
}

.mobile-product-list .panel-box {
  background: #fafafa !important;
}

.mobile-product-list .panel-box .mx-3.my-2 {
  margin-left: 0 !important;
  width: 100%;
  margin-top: 20px !important;
}

/* 26-sep-2025 css  */
.orderlist a.button-purple.btn-sm {
  font-size: 15px;
}

.user_dashboard .pagination li:nth-last-child(1) a.page-link {
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
}

.user_dashboard .pagination li.page-item.disabled span.page-link {
  font-size: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 39px;
}

.orderdetailstable table tbody td>div .flex-column span {
  display: block;
}

.orderdetailstable table tbody td a {
  margin: 5px 0;
}

.modal-content .form-group textarea.form-control {
  overflow: auto;
}

.chat_bl {
  padding: 0;
  margin: 0;
}

.chat_bl .chat_wrapper {
  position: fixed;
  right: -47px;
  top: 50%;
  rotate: 90deg;
  z-index: 9;
}

.chat_bl .chat_wrapper a.button-block {
  min-width: auto;
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  color: #fff;
  background-color: #1bbe51 !important;
  text-transform: math-auto !important;
  padding: 5px 10px;
  line-height: normal;
  font-family: "Libre Baskerville", serif !important;
}

.chat_bl .chat_wrapper a.button-block svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}

.chat_bl .chat_wrapper a.button-block::before {
  display: none;
}

.global_search_bar .expanding-search-form .dropdown-toggle {
  margin-bottom: 0;
  box-shadow: none;
}

.global_search_bar .expanding-search-form .dropdown-toggle:hover {
  box-shadow: none !important;
}



.login-box {
  box-shadow: none;
  background: transparent;
  margin: 100px 0 50px;
}

.login-box div#login_sendotp_sec {
  max-width: 500px;
  background: white;
  box-shadow: 0px 0px 9px 1px #dfdfdf;
  margin: 0 auto;
  border-radius: 10px;
}

.login-box div#verify_login_otp {
  max-width: 400px;
  background: white;
  box-shadow: 0px 0px 9px 1px #dfdfdf;
  border-radius: 10px;
  margin: 0 auto;

}

.login-form form button {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 15px;
}

.login-box .login-form {
  max-width: 500px;
  background: white;
  box-shadow: 0px 0px 9px 1px #dfdfdf;
  border-radius: 10px;
  margin: 0 auto;

}

.login-form form input {
  border-radius: 10px;
}

.login-box .login-form .signup-section a,
.login-box .login-form .sing-in a {
  color: #1bbe51;
}

.login_logo {
  text-align: center;
}

section.pl_page-crumb.page_cr ul.cd-breadcrumb {
  flex-wrap: wrap;
}

.ft-navigation-fr-link li a:hover {
  color: #02ba83 !important;
}

.swal2-styled.swal2-cancel {
  background-color: #ff4f4f !important;
}

.search_mobile_icon {
  border: 0;
  background: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  cursor: pointer;
  width: auto !important;
  display: flex;
  justify-content: end;
  margin-right: 25px;
  padding: 0 !important;
}

.search_bar_moob {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.search_bar_moob .short-by-list {
  width: 100%;
  display: flex;
  justify-content: end;
}

.instant-results .media-body h4.media-heading a.prod-title {
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  overflow: visible;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  color: #000;
  min-height: 40px;
  height: auto;
  line-height: 20px;
  margin-bottom: 5px !important;
}

.instant-results .list-unstyled {
  overflow: auto;
  max-height: 500px;
}

ul.list-unstyled.result-bucket h4.media-heading a.prod-title:hover {
  color: #02ba83;
}


/* 31-dec-2025  */
.check_pin form {
    display: flex;
    align-items: center;
    gap: 10px;
}
.check_pin form > div input {
    height: 48px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.check_pin form > div {
    margin: 0;
    width: 100%;
}
.check_pin form > div button {
    border: 1px solid #02ba83;
    width: 100%;
    background-color: #02ba83;
}
.modal-dialog.modal-lg:has(.check_pin) {
    max-width: 500px;
}
.form-group:has(.check_pin) {
    margin: 0;
}
.modal-body:has(.check_pin) {
    margin: 0 !important;
    padding-top: 0;
}
.check_pin .d-flex.justify-content-center.my-3 {
    width: auto;
}
@media(max-width:767px){
.check_pin form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.testimonial_section .title-space.my-1 .testimonail_s{ justify-content:center;}
.testimonial_section .testimonail_s .slick-dotted.slick-slider{margin-bottom: 0;}
}

.panel-box .heading-md:hover {
    background: none;
}
/*========= @media start 2====== */

@media (max-width: 1199px) {
  .testimonial_content {
    max-width: 100%;
  }

  .testimonial_section {
    padding: 0px 15px;
  }

  .testimonial_section .container .row .col-md-7 {
    padding: 10px;
  }
}

@media (max-width: 996px) {
  .nav-links li a {
    font-size: 16px;
    padding: 7px 15px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial {
    padding: 20px;
  }

  .wrapper .btn {
    display: block;
  }

  .shop_by_class .col-lg-12.col-md-12.col-xl-12.col-xs-12.p-3 .row {
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 20px 0 35px;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }

  .home_ban .banner_js .banner-slide>img {
    height: auto;
    object-fit: contain;
  }

  .footer-bottom .otrixcontainer .row .col-md-3 {
    padding: 0px 20px;
  }

  a.e-cart:nth-child(3) {
    display: none;
  }

  .sm-top .row {
    margin-right: 0;
    margin-left: 0;
  }

  .gloabl_border .product-gird::after,
  .gloabl_border .product-gird::before {
    display: none;
  }

  .testimonail_s .testimonial {
    margin-right: 2px;
  }

  .global-home .product-gird .product-box {
    margin: 8px !important;
  }
}

@media screen and (max-width: 992px) {
  .mobile-search-form {display: none !important;}
  .fullwidthlayout.container .prp_top_sp{padding-bottom:0px!important;}
}

@media screen and (max-width: 991px) {
  .mobile-search-form {
    display: block !important;
    background: #02ba83;
  }

  .product .slick-track>li {
    padding: 0px 5px !important;
  }

  .mobile-search-form input::placeholder {
    font-size: 14px;
    padding: 10px;
  }

  .mobile-search-form a i.fa.fa-search {
    color: #fff;
  }

  .search-input-mobile {
    border: none;
  }

.mobile_sear_s .expanding-search-form {
    position: absolute;
    background: #e5e5e5;
    width: 100%;
    top: 0;
    border-radius: 0px;
    left: 0;
    height: 100%;
    padding: 65px 15px 55px;
}

  /* Was `.mobile_sear_s .expanding-search-form a`, which matched EVERY anchor in
     the mobile search form - including each link in the instant-results dropdown,
     giving every result a 40px green circle and position:absolute. The submit
     control is a <button> now, so the bare `a` selector had no legitimate target
     left and only did damage. */
  .mobile_sear_s .expanding-search-form button.search-submit {
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    background: #03b983;
    height: 40px;
    border-radius: 50%;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    position: absolute;
    right: 0;
  }

.close_search_bar {
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    cursor: pointer;
    min-width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 15px;
}
.close_search_bar i.fa.fa-close{margin-top:-1px;}

  .mob_input_a {
    display: flex;
    width: 100%;
    position: relative;
  }

  .mob_input_a input {
    width: 100%;
    max-width: 100%;
    border-radius: 100px;
  }

  .mobile_sear_s .expanding-search-form button.search-submit i.fa.fa-search {
    color: #fff;
  }
 .short-by-list form.short-ordering{margin-top: -74px; position:relative; z-index:1;}
  .inner-wrapperr .detail_page .protdetail-container.product-details {margin-bottom: 54px;}
  .ctnect-link.justify-content-end{ margin-left:0px !important;}
  .gl_page-crumb .cd-breadcrumb li, .gl_page-crumb .cd-breadcrumb li a{font-size:12px!important;}

}


@media screen and (min-width: 970px) {
  .mega-box .row ul {
    display: block;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer-bottom .otrixcontainer .row .col-md-3 {
    background-image: unset;
    margin: 15px 0 !important;
  }

  .tabs_detail_p li.nav-item a.nav-link {
    font-size: 16px;
    padding: 0px 20px;
  }

  .tabs_detail_p li.nav-item a.nav-link.active {
    font-size: 16px;
    padding: 0px 20px;
  }

  .footer-bottom .otrixcontainer .row {
    padding: 35px 15px;
  }

  .footer-bottom .otrixcontainer .row .col-md-3:nth-child(1) {
    margin: 0 !important;
  }

  .new-product .short-intro .heading-lg {
    font-size: 24px;
  }

  .gloabl_border .product-gird {
    padding-bottom: 35px;
  }

  section.new-product {
    margin: 30px 0;
  }

  .blog-row {
    flex-direction: column;
  }

  .shop_by_class .cust_left .short-intro .heading-lg.text-center {
    font-size: 24px;
  }

  .blog_h {
    padding: 30px 0;
    margin-top: 0;
  }

  .testimonial_section .container .row::before,
  .testimonial_section .container .row::after {
    display: none;
  }

  .testimonial_section .container .row {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .testimonial_section .title-row {
    display: unset;
  }

  .testimonials-image {
    text-align: center;
  }

  .testimonial_section .container .row .col-md-7 {
    padding: 0;
  }

  .testimonial_content h2.custombox {
    margin: 30px 0;
    font-size: 24px;
    text-align: center;
  }

  .testimonial_section .container {
    padding: 0;
  }

  .testimonial-controls button {
    width: 40px;
    height: 40px;
  }

  .testimonial-controls button img {
    width: 9px;
  }

  .ft-navigation-fr-link li a img {
    width: 150px;
  }

  .footer-heading {
    font-size: 18px;
  }

  .ft-navigation-fr-link li a {
    font-size: 15px;
  }

  .copyright .otrixcontainer>.flex-wrapper .term-col {
    display: none;
  }

  .footer-bottom .otrixcontainer .row .col-md-3 {
    padding: 0;
  }

  .tabs_detail_p .tab-content>.tab-pane .product-specification>.row>div {
    width: auto;
  }

  .tabs_detail_p .tab-content>.tab-pane .product-specification .heading-sm {
    font-size: 20px;
    margin: 0 0 15px !important;
    line-height: normal;
  }

  .wishlist_btns_detail_p .col-6 {
    width: auto;
  }

  .tabs_detail_p .tab-pane .product-gird ul a.prod-img {
    height: auto;
  }

  .product-gird .product li {
    padding: 0 8px;
  }

  .class_by_h {
    margin-top: 35px;
  }

  .testimonial_content .testimonial-slider .slick-list.draggable {
    height: auto !important;
  }

  .prod-detail .heading-sm {
    font-size: 20px;
  }

  .pro_detail_info {
    margin-bottom: 0px !important;
  }

  .pro_detail_info .star-rating {
    padding-left: 0;
  }

  .protdetail-container {
    margin-bottom: 35px;
  }

  .prod-detail .price-wrap .price span#priceproduct {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .global_header .head-center.row>div {
    flex: 1 !important;
  }
}

@media (max-width: 991px) {
  .global_header_dektop {
    display: none;
  }

  .global_header {
    padding: 0;
  }

  .mobile-header {
    max-width: 100%;
  }

  .mobile-header img.logo {
    height: 45px;
  }

  .mobile-header .sm-top img {
    width: 27px !important;
    height: 27px !important;
  }

  a.e-cart:nth-child(1) {
    margin-right: 10px;
    padding: 0;
  }

  .mobile-header .sm-top .row a:nth-child(2) .cart-bar span.cart-count.basket-count {
    top: -9px !important;
    border: none;
    font-size: 12px;
  }

  .menu_link>nav>ul {
    gap: 0;
  }

  .shopping-wrapper .shop-left {
    padding: 0;
  }

  .search-input-mobile {
    padding: 0px;
  }

  .login-box {
    margin: 100px 0 50px;
  }

}

@media (max-width: 767px) {
  section.gl_page-crumb ul.cd-breadcrumb li.current {
    /* font-size: 16px; */
    margin: 0;
  }

  section.gl_page-crumb ul.cd-breadcrumb {
    height: 60px;
  }

  .gl_page-crumb::before {
    height: 60px;
  }

  .cd-breadcrumb li {
   /*  font-size: 14px; */
    margin: 0;

  }

  .pagination li a {
    font-weight: 600;
  }

  .page_cr {
    margin-bottom: 20px !important;
  }

  .page_cr li.current span.product-count-text {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .all_oder .product-name {
    margin: 15px 0 10px;
  }

  .all_oder .p-1 {
    margin: 0 0 10px;
  }

  .all_oder .order-product-image {
    width: 100% !important;
  }

  section.gl_page-crumb ul.cd-breadcrumb {
    margin: 0 0 20px;
  }
}

@media (max-width: 500px) {
  .global_cat_page .prod-title {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    overflow: visible;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    color: #000;
    min-height: 40px;
    height: auto;
    line-height: 20px;
    margin-bottom: 5px !important;
  }

  .product .modeltext {
    margin: 15px 0 10px !important;
  }

  .shop-wrapper .search-container.submitFilter {
    margin-bottom: 10px;
  }

  /* .pl_page-crumb {
    margin: 0 0 0px;
  } */

  section.pl_page-crumb ul.cd-breadcrumb li.current:nth-child(1) h2 {
    font-size: 24px;
  }
   .short-by-list form.short-ordering{margin-top: 0px;}
	.ctnect-link.justify-content-end{ margin-left:60px !important;}
  /* section.pl_page-crumb ul.cd-breadcrumb{ margin-bottom:10px;} */
}

@media (max-width: 499px) {
  .product .slick-track>li {
    padding: 0px !important;
  }
}

@media (max-width: 425px) {
  .global_cat_page .prod-title {
    font-size: 15px;
  }

  .prod-img>img {
    height: 200px;
  }
}

@media (max-width: 375px) {
  .search-input-mobile {
    max-width: 87% !important;
  }
}

@media (max-width: 320px) {
  .mob_men {
    top: 60px;
  }
}

.product_img_wr_r {
  position: relative;
}

.product_img_wr_r .quickview.quickview-common {
  position: absolute;
  bottom: 0;
}
.blog:hover p.custombox {
    color: #00a651;
}

/*//cms pages*/
#cms_page p {
    font-size: 18px;
}

/* Pre-order line-item tag (cart & checkout) — amber pill, distinct from stock/discount. */
.line-preorder-tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 8px;
    border-radius: 3px;
    background: #92400E;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.6;
    vertical-align: middle;
}

.ships-by-note {
    color: #374151;
    font-size: 12px;
    margin-top: 4px;
}

/* ---------------------------------------------------------------------------
   Filter sidebar focus indicators.

   `:focus { outline: 0 }` above is an unqualified author-origin reset, so it
   beats the UA's :focus-visible ring and there is no fallback. The filter panel
   headings are keyboard-operable (role="button" tabindex="0") and the filter
   checkboxes are opacity:0 with a .checkmark standing in for them — without
   these rules both are invisible tab stops.

   #005071 is the theme's own .heading-md colour: 8.80:1 on #fff and 8.43:1 on
   the #fafafa mobile drawer. (themeColor #00A651 is only 3.19:1 — not enough
   headroom for a focus indicator.)
   --------------------------------------------------------------------------- */
.panel-box .filter-toggle:focus-visible {
  outline: 2px solid #005071;
  outline-offset: 2px;
  border-radius: 2px;
}

.panel-box .filter-toggle:focus:not(:focus-visible) {
  outline: none;
}

.top-brand-select .check-label input:focus-visible ~ .checkmark {
  outline: 2px solid #005071;
  outline-offset: 2px;
}


/* Mobile/tablet header search: these controls were a <div> and two <i> elements
   before, so they were never keyboard reachable and never needed a focus ring.
   `:focus { outline: 0 }` near the top of this file would leave them with no
   visible focus now that they are real buttons. */
button.search_mobile_icon:focus-visible,
button.close_search_bar:focus-visible,
.mobile_sear_s .expanding-search-form button.search-submit:focus-visible,
#mobile-search-input:focus-visible {
  outline: 2px solid #005071;
  outline-offset: 2px;
}

button.search_mobile_icon:focus:not(:focus-visible),
button.close_search_bar:focus:not(:focus-visible),
.mobile_sear_s .expanding-search-form button.search-submit:focus:not(:focus-visible),
#mobile-search-input:focus:not(:focus-visible) {
  outline: none;
}

/* Mobile/tablet instant search results.
   Anchored to .mob_input_a (position:relative, common.css:5409) because it is
   exactly the input row. The form itself is a bad anchor: it is absolutely
   positioned at height:100% with 65px/55px padding, so its content box is ~0
   and top:100% would land nowhere useful. */
@media (max-width: 991px) {
  #mobileSearchData {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 10000;
  }

  /* Neutralise the desktop tuning at common.css:3551 (width:50%; left:115px; top:76%). */
  #mobileSearchData .instant-results {
    position: static;
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
  }

  #mobileSearchData .instant-results .list-unstyled {
    max-height: calc(100vh - 150px);
    max-height: calc(100dvh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 2px;
    margin: 0;
  }

  /* The result rows use .col-md-* , which Bootstrap only makes flex items at
     >=768px, while common.css:3566-3568 sizes them unconditionally. Pin the
     thumbnail column and let the text column take the rest so long book titles
     wrap instead of pushing the price off the edge. */
  #mobileSearchData .result-link {
    margin: 0;
    /* .result-link is a Bootstrap .row, so it inherits flex-wrap:wrap and the
       text column drops below the thumbnail. It also inherits
       justify-content:center from common.css:3571. */
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
  }

  #mobileSearchData .result-entry {
    border-bottom: 1px solid #ececec;
  }

  #mobileSearchData .result-entry:last-child {
    border-bottom: 0;
  }

  #mobileSearchData .col-md-4 {
    flex: 0 0 56px;
    width: 56px;
    max-width: 56px;
    padding: 0;
  }

  #mobileSearchData .col-md-8 {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
  }

  /* Undo the absolute positioning these links inherited, and stop a long title
     from forcing the row wider than the dropdown. */
  #mobileSearchData .prod-title {
    position: static;
    display: block;
    width: auto;
    min-height: 0;
    background: none;
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    overflow-wrap: anywhere;
  }

  #mobileSearchData .media-body p {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 600;
  }
}

/* Result links had no focus indicator at all: `:focus { outline: 0 }` at
   common.css:122 is an unqualified author reset that beats the UA ring, and the
   earlier focus rules in this file cover only the buttons and the input.
   #005071 is 8.80:1 on the white results panel. */
.instant-results a:focus-visible {
  outline: 2px solid #005071;
  outline-offset: 2px;
  border-radius: 2px;
}

.instant-results a:focus:not(:focus-visible) {
  outline: none;
}


/* Order details + wishlist product thumbnail.
   Three media queries (<=320px, 321-375px, 375-500px) used to set
   `display: none` on this image, so the product picture vanished on every
   phone - device-width on a real handset is 390-412, which lands inside that
   last range. They keyed off device-width (the physical screen) rather than
   width (the viewport), which is why the image still appeared when a desktop
   browser was merely resized narrow, and why the bug looked unreproducible.

   The one surviving size rule was `width: 25%` under 768px, which resolved to
   about 29px inside the flex row - present, but too small to read. Sized
   explicitly here instead, at every breakpoint, so the two pages agree.

   flex: 0 0 auto is load-bearing: the image is a flex item in
   `.d-flex.justify-content-start.align-items-center`, and the default
   flex-shrink: 1 is what was squashing it. */
.order-detail-product-image {
  flex: 0 0 auto;
  width: 64px;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .order-detail-product-image {
    width: 80px;
  }
}

/* Order number in the account order list. It is a link now, so it needs to look
   like one and - because common.css:122 is a blanket `:focus { outline: 0 }` and
   Bootstrap 5 dropped the reboot rule that used to restore a ring - it needs its
   own focus indicator. #005071 is 8.80:1 on the white card. */
.order-no-link {
  color: #005071;
  font-weight: 600;
  /* !important is required, not stylistic: common.css:737 is a blanket
     `a { text-decoration: none !important }`, which no specificity can beat.
     The underline matters here because colour alone would be the only thing
     marking this cell as a link. */
  text-decoration: underline !important;
}

.order-no-link:hover,
.order-no-link:focus {
  color: #02694a;
}

.order-list a:focus-visible {
  outline: 2px solid #005071;
  outline-offset: 2px;
}

.order-list a:focus:not(:focus-visible) {
  outline: none;
}

/* Order details: product name + thumbnail now link to the product page.
   The thumbnail anchor must carry the flex sizing itself - wrapping the <img>
   made the anchor the flex item, and its default flex-shrink:1 would squash the
   picture back down exactly like the bug fixed above. */
.order-product-thumb-link {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
}

/* Matches how product titles behave everywhere else on the storefront
   (.prod-title): near-black at rest, brand-ish green on hover. #017E58 is
   5.09:1 on white - the lighter #02ba83 used elsewhere is only 2.51:1 and is
   not safe for text. Underline on hover/focus so the link is not signalled by
   colour alone at the moment of interaction. */
.order-product-name-link {
  color: #111111;
  display: inline-block;
}

.order-product-name-link:hover,
.order-product-name-link:focus {
  color: #017E58;
  text-decoration: underline !important;
}

.order-product-name-link:focus-visible,
.order-product-thumb-link:focus-visible {
  outline: 2px solid #005071;
  outline-offset: 2px;
}

.order-product-name-link:focus:not(:focus-visible),
.order-product-thumb-link:focus:not(:focus-visible) {
  outline: none;
}

/* Mobile search bar: keep the green submit circle inside the input pill.

   The button is `position: absolute; right: 0` of .mob_input_a (full row width),
   so the input has to span that same width or the button lands in the gap beside
   it. A `@media (max-width: 375px)` rule capped .search-input-mobile at
   `max-width: 87% !important`, which on narrow phones left a ~20px strip on the
   right and pushed the circle out of the pill entirely.

   .mob_input_a .search-input-mobile is 0,2,0 so it beats that 0,1,0 !important.
   The padding-right keeps typed text from running underneath the button. */
@media screen and (max-width: 991px) {
    .mob_input_a .search-input-mobile {
        width: 100%;
        max-width: 100% !important;
        padding-right: 48px;
        box-sizing: border-box;
    }
}

/* ── Order details, phone layout ─────────────────────────────────────────────
   Two problems on a 390px screen:

   1. The six order facts (Order, Date, Total, Status, Payment, Shipping) are
      col-md-2 boxes with no small-screen column, so each became a full-width
      card ~105px tall - about 630px of scrolling for six one-line values.
   2. The products table is 5 columns wide inside .table-responsive-sm. Below
      576px it scrolls sideways, and the Product column (35% of ~490px, minus a
      64px thumbnail) left roughly 100px for the title - so a book name wrapped
      into fifteen lines and Total Price fell off the right edge.
   ─────────────────────────────────────────────────────────────────────────── */

/* Two facts per row instead of one. */
@media (max-width: 575.98px) {
    #shop-listing > .row > .col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #shop-listing > .row > .col-md-2 .order-box {
        height: 100%;
    }
}

/* Stack each product row into a card so nothing is clipped and the title gets
   the full width. The explicit role="table"/"row"/"cell" attributes in the
   markup preserve the semantics that display:block would otherwise strip. */
@media (max-width: 767.98px) {
    .orderdetailstable .table-responsive-sm {
        overflow-x: visible;
    }

    .orderdetailstable table,
    .orderdetailstable tbody,
    .orderdetailstable tr,
    .orderdetailstable td {
        display: block;
        width: 100%;
    }

    /* Header is redundant once every cell carries its own label. Clipped rather
       than display:none so it stays in the accessibility tree. */
    .orderdetailstable thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    .orderdetailstable tbody tr {
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        padding: 14px;
        margin-bottom: 16px;
    }

    .orderdetailstable tbody td {
        border: 0 !important;
        padding: 5px 0;
    }

    /* label : value on one line */
    .orderdetailstable tbody td[data-label] {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 12px;
    }

    .orderdetailstable tbody td[data-label]::before {
        content: attr(data-label);
        font-weight: 600;
        color: #111111;
        flex: 0 0 auto;
    }

    .orderdetailstable .order-product-cell {
        padding-bottom: 10px;
    }

    /* Buttons were sharing a 30% column; give them the full width. */
    .orderdetailstable .order-actions-cell {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding-top: 12px;
    }

    .orderdetailstable .order-actions-cell > a {
        flex: 1 1 auto;
        text-align: center;
    }
}
