@font-face {
  font-family: "Frank Ruhl Libre", serif;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/FrankRuhlLibre-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "Frank Ruhl Libre", serif;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/FrankRuhlLibre-Medium.ttf') format('truetype');
}


@font-face {
  font-family: "Frank Ruhl Libre", serif;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/FrankRuhlLibre-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Frank Ruhl Libre", serif;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/FrankRuhlLibre-ExtraBold.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');


:root{
  --primary-color:#5D3E00;
  --secondary-color:#FFEECC;
  --hover-color-primary:#916100;
  --outline-color:#FFEECC;
}

body{
  font-size: 1.5rem !important;
  font-family: "Noto Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Frank Ruhl Libre", serif;
}
.page-header {
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  border-bottom: none;
}

/*.page-main {
  margin-top: 15px;
}*/
a, .alink {
  color: var(--primary-color);
  text-decoration: none;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}

p {
  text-align: justify;
  line-height: 1.7;
}
.actions-toolbar-trigger .action.primary, .action.primary.checkout{
  padding: 14px 17px;
  font-size: 1.8rem;
  width: 100%;
}
.action.primary.checkout{
  width: 220px !important;
}

.action.primary:hover {
  background-color: var(--hover-color-primary) !important;
  color: #fff !important;
  border-color: var(--hover-color-primary) !important;
}

/* .page-main [data-content-type="row"][data-appearance="contained"]{
  margin: 30px auto;
} */

.page-title-wrapper h1.page-title {
  font-size: 24px !important;
  margin-bottom: 20px !important;
  line-height: 1.3;
}
.qtyleft{
  margin: 1rem 0;
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 7px;
  display: inline-block;
}
.logo-home-mord{
  width: 145px;
  display: inline-block;
  float: left;
  margin: 5px 0;
  padding-right: 5px;
  border-right: 1px solid var(--outline-color);
}


.logo-home {
  float: left;
  margin: 0;
  padding: 3px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}

.logo-home img {
    display: block;
    height: auto;
    width: 175px;   
}

.nav-sections {
  background: var(--secondary-color);
  height: 45px;
  border-bottom: 1px solid #eeded4;
}

.navigation .level0>.level-top {
  line-height: 22px !important;
}
.product-social-links > a.mailto{display: none;visibility: hidden;}

/* nav.navigation {
  position: absolute;
  top: 43px;
  left: calc(50vw - 273px);
  display: block;
  width: auto;
  background: transparent;
} */

nav.navigation {
  /* position: absolute; */
  /* top: 43px; */
  /* left: calc(50vw - 273px); */
  /* display: block; */
  /* width: auto; */
  background: transparent;
  text-align: center;
}


.navigation .level0 {
  margin: 0 25px 0 0;
  display: inline-block;
}

.navigation .level0 .submenu li {
  margin: 0;
  position: relative;
  text-align: left;
}


.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
  background: #eecabf;
  color: var(--primary-color);
  text-decoration: none;
}

.block-search input {
  font-size: 14px
}

.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
}

.product-info-main .product-info-price {
  position: relative;
}
.product-item-info{
  border: 1px solid var(--outline-color);
  border-radius: 6px;
}
.products-related .product-item-info {
  max-width: 100%;
  width: unset;
}

.discount_price {
  position: absolute;
  font-size: 0.8em;
  left: 42%;
  background: #6f2d34;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 4px;
  top: 4px;
  padding: 2px 4px;
}
.discount_pp {
  margin: 5px 0px;
  font-weight: 600;
  color: #1da668;  
  border-radius: 15px;
  padding: 2px 8px;
  display: table;
  border: 1px solid #1da668;
  border-width:0 1px 0 1px;
  font-size: 1.1rem;
}

.artisan_banner {
  /* background: var(--secondary-color); */
  border-radius: 10px;

}
.aside_banner{
    height: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.artisan_banner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  /*background: var(--secondary-color);*/
  height: 430px;
  z-index: -1;
}

/* .artisan_banner img{
  width: 1240px;
  height: 433px;
} */

.mobile_add img{
  width: 296px;
  height: 259px;
}

.page-header {
  box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
  border-bottom: none;
}

.small-text {
  line-height: 2;
  color: #ed731d;
}

.page-main>.page-title-wrapper .page-title {
  margin-bottom: 0;
}

.page-header .panel.wrapper {
  background-color: var(--primary-color);
}

/* .navigation .level0 {
  margin: 0 !important
} */

.header.content {
  padding: 5px 0 !important;
}

.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 14px;
  font-weight: 600;
}
.minicart-wrapper .action.showcart:before {
    color: var(--primary-color);
}


.block.block-search {
  margin: 1.6rem 2rem 1.6rem 0;
}
.minicart-wrapper{
  margin: 1.9rem 0;
}

.block-search {
  margin-bottom: 0;
  width: 222px;
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #B08404;
  color: #ffffff;
  height: 20px;
  font-size: 11px;
  padding: 0;
  margin: 0;
  width: 20px;
  border-radius: 100%;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  left: 12px;
  justify-content: center;
  align-items: center;
}

.header.links>li {
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header.links>li:nth-child(2) {
  padding-right: 0 !important;
  border-right: none !important
}

.navigation .level0>.level-top {
  color: var(--primary-color);
  font-weight: 500;
}

.navigation .level0.parent>.level-top {
  padding:5px 14px;
  font-weight: bold;
}

.navigation .level0>.level-top {
  line-height: 35px !important;
}

.bannerwrapper {
  position: relative;
}

/* .header.panel>.header.links>li {
  font-size: 12px;
} */

.page-header .panel.wrapper {
  border-bottom: none;
}

.page-header .header.panel {
  padding-top: 6px;
  padding-bottom: 6px;
}

.breadcrumbs a:visited {
  color: var(--primary-color);
  text-decoration: none;
}

.product-reviews-summary .reviews-actions .action.add {
  color: var(--primary-color);
}

.block-static-block {
  max-width: unset !important;
  padding: 0 !important;
}

.home-slider,
.home-slider-2 {
  padding: 0 !important;
  position: relative;
  margin-bottom: 0
}

.sellerBanner::before {
  content: '';
  position: absolute;
  background: url(../images/pattern.jpg) repeat-x #f8ddc6;
  left: 0;
  width: 100%;
  height: 350px;
  z-index: -1;
  background-size: contain;
}

.image-responsive.middle-block {
  object-fit: cover;
  width: 100%;
}

.meet-artisans-wrapper {
  background: #f7eae1;
  border-radius: 10px;
}

.meet-artisans-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  /*background: #f7eae1;*/
  height: 370px;
}

.owl-buttons {
  position: relative;
}

.owl-theme .owl-controls .owl-buttons>div.owl-prev {
  position: absolute;
  top: -275px;
  left: 25px;
}

.owl-theme .owl-controls .owl-buttons>div.owl-next {
  position: absolute;
  top: -275px;
  right: 25px;
}

.slide-content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 5px;
}

.slide-content h4,
.slide-content h5 {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 0;
}

.slide-content h5 {
  font-size: 32px;
  margin: 0 0 15px 0;
  line-height: 1;
}

.nrlm-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}

.nrlm-section-title h2 {
  font-weight: 500;
  margin: 0 0 1rem;
}

.nrlm-section-title .nrlm-border-button {
  padding: 4px 7px;
  border-radius: 4px;
  color: var(--primary-color);
}

.nrlm-section-title .nrlm-border-button:hover {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.widget .block-title strong {
  font-weight: 600;
}

.block-personal {
  margin: 0 !important;
}

.action-primary:hover {
  background-color: #e0a996;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.product-item-name{
  min-height: 34px;
}

.product-item-name>a {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}

.breadcrumbs {
  margin-top: 15px;
}

.accessorize-yourself-row {
  margin-top: 45px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.fullbanner img{
  border-radius: 1rem;
}

.fullwidth {
  position: absolute;
  left: 0;
  width: 100%;
}

.fabric-text {
  position: absolute;
  background: var(--primary-color);
  text-align: center;
  padding: 5px 15px;
  border-radius: 4px;
  top: 0;
}

.fabric-text a {
  color: #fff;
  text-decoration: none;
}

.fabric-text a:hover {
  text-decoration: underline;
}

.shopbyfabric img {
  width: 100%;
  object-fit: cover;
}

.slick-slide {
  margin: 0px 7px !important;
}

.category-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #dcd1bf;
  height: 220px;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-next::before,
.slick-prev::before {
  font-size: 18px !important;
}

.slick-prev,
.slick-next {
  width: 30px !important;
  height: 30px !important;
}

.old-price .price {
  text-decoration-line: line-through;
}

.old-price .price-label {
  display: none !important;
}

.column1 img {
  border-radius: 5px;
}

.page-products .products-grid .product-item {
  position: relative;
}
.product-item .price-box{
  min-height: 45px;
}
.product-item .price-box .price-label{
  display: none;
}

.product-reviews-summary.short {
  position: absolute;
  top: 55%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.3rem;
  margin-bottom: 0;

}

.slick-slide img {
  margin: 0 auto;
}


.box-tocart .action.primary.tobuy {
  width: 49%;
  height: 52px;
  font-size: 1.8rem;
  background-color: #8B7C69 !important;
  border-color: #554d42 !important;
}

.box-tocart .action.primary.tobuy:hover {
  background-color: #554d42 !important;
  border-color: #8B7C69 !important;
  color: #fff
}

li.product-item {
  position: relative;
}

.product-item .product-reviews-summary .reviews-actions {
  display: none;
}

.product-item .tocart {
  border-radius: 4px
}

.assured {
  display: flex;
  justify-content: space-around;
  align-items: start;
  padding: 20px 0;
  margin: 0 auto 25px;
  width: 80%;
}

.assure-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.assureImg img {
  width: 68px;
  height: 68px;
}

.assureTitle {
  color: #e2ccba;
}

.oneyear {
  color: white;
  position: absolute;
  top: 5px;
}

.offer_banner {
  background: #f1e6d2 !important;
  border-radius: 10px;
}

.offer_banner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  /* background: #f1e6d2 !important;*/
  height: 168px;
  z-index: -1;
}

.custom-access {
  position: absolute;
  top: 0;
  right: 0px;
}
.custom-access ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-access ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.2rem;
}
.custom-access ul li a {
  color: #eee;
  text-decoration: none;
}

.pagina-acessivel {
  background-color: #111111 !important;
  color: #ff0;
}

.pagina-acessivel h1,
.pagina-acessivel h2,
.pagina-acessivel h3,
.pagina-acessivel h4 {
  color: #ff0 !important;
}

.pagina-acessivel a,
.pagina-acessivel h1 a,
.pagina-acessivel h2 a,
.pagina-acessivel h3 a,
.pagina-acessivel h4 a,
.pagina-acessivel i {
  text-decoration: none;
  color: #ff0 !important;
}

.pagina-acessivel a:hover {
  text-decoration: underline;
}

.pagina-acessivel .dropdown-menu {
  border-color: #ff0 !important;
}

.pagina-acessivel li.active > a {
  color: #e53935 !important;
}

.acess-container {
  cursor: pointer;
  display: block;
  z-index: 99999999999;
}

#jbbutton {
  margin-left: 0px;
  width: 40px;
  height: 34px;
  /*float: left;*/
}

.acess-icon {
  margin-top: 5px;
  margin-left: 0px;
  /*float: left;*/
  border-bottom: 1px solid var(--outline-color);
  width: 40px;
  height: 25px;
}

#acess-icons {
  display: none;
  background: #f9f9f9;
  border: 1px solid var(--outline-color);
  /*float: left;*/
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: absolute;
  z-index: 999999999999;
}

.f-transparent {
  background-color: transparent !important;
}

.balloon {
  position: relative;
  display: block;
}

.balloon .balloontext {
  visibility: hidden;
  width: 120px;
  background-color: #1e88e5;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
  font-size: 10px;
}

.balloon .balloontext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1e88e5 transparent transparent transparent;
}

.balloon:hover .balloontext {
  visibility: visible;
}

.footer.content.mainf {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.page-footer {
  padding-bottom: 0;
  background-color: var(--primary-color);
}

.product-item {

  padding: 0px !important;

}

.product-item-details {
  padding: 0 10px 10px 10px !important;
}


.mobileapp::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("/media/wysiwyg/mobileapp_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 370px;
}


.product-item-actions .actions-primary+.actions-secondary>.action:last-child {
  display: none;
}
.product-item-actions{position: relative;}
.product-item-actions .actions-secondary{position: absolute; top: 0; right: 0;}

.slickplan-level-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.slickplan-level-1 .slickplan-parent p>a {
  color: var(--primary-color);
  font-weight: 600
}

.slickplan-level-2 li p {
  margin-bottom: 0
}

.slickplan-level-2 li p a {
  font-weight: 400 !important;
  color: #8B7C69 !important;
}

.slickplan-level-2,
.slickplan-level-3,
.slickplan-level-4,
.slickplan-level-5,
.slickplan-level-6,
.slickplan-level-7,
.slickplan-level-8,
.slickplan-level-9,
.slickplan-level-10,
.slickplan-level-11,
.slickplan-level-12,
.slickplan-level-13,
.slickplan-level-14 {
  padding: 0
}

.slickplan-level-3 {
  padding-left: 2rem
}

.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  min-width: 45px !important;
}
/* .page-header .panel.wrapper .switcher .options .action.toggle{
  padding-right: 35px !important;
} */
/* address list css */
.address_list {
  max-height: 150px;
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}

.address_list input[type="radio"] {
  display: none;
}


.address_list input[type="radio"]+label:before {
  content: '\f058';
  font-family: 'font-awesome';
  font-size: 2rem;
  display: inline-block;
  float: right;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #D3D4D5;
}


.address_list input[type="radio"]:checked+label:before {
  content: '\f058';
  font-family: 'font-awesome';
  /* background-color: #238045; */
  color: #238045;
}

.address_list label {
  cursor: pointer;
}

.address_list li.address_item {
  border-bottom: 1px solid var(--outline-color);
  padding: 0 2rem 0 0;
}

.address_list li.address_item input[type="radio"] {
  float: right;
}

.address_list li div.address {
  width: 90%;
}

.address_list li div.address p:first-child {
  margin-bottom: 0;
}

.address_list li div.address span.badge {
  background-color: #ddd;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  margin-left: 1rem;
  padding: 3px 5px;
  font-size: 1rem;
}

/* address list end */
/* .cat-item img{
  width: 159px;
  height: 159px;
} */

.woops {
  padding: 3rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%
}

.woops a {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  text-align: center;
  border-radius: 7px;
}

.woops a:hover {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none
}

.woops span {
  margin-top: 1rem;
  display: block;
}

.footer-logo {
  margin-bottom: 0
}
.footer-logo .slick-track{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer.content .links{
  margin: 1rem 0;
}

.footer.content .links a,
.footer.content .links p {
  color: #bbad90;
  display: block;
  padding: 5px 0 !important;
  font-size: 1.2rem;
  line-height: 1.7;
}

.footer.content .links a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.footer.content .links h3 {
  color: #e2ccba;
  margin-top: 0;
}

.footer.content .links>li {
  background-color: transparent;
  font-size: 1.2rem;
  border-top: 1px solid #bbad90;
  margin: 0 !important;
}

.footer.content .links a:visited {
  color: #bbad90;
}


.footer.content .links li {
  margin: 0 !important;
}

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

.footerBuyer {
  display: flex;
  justify-content: flex-start;
  align-items:baseline;
  flex: 1;
}

.footerBuyer h3 {
  margin: 0 !important;
  padding-right: 15px;
}

.footerBuyer ul li {
  display: inline-block;
  padding-right: 3px;
}

.minicart-wrapper .block-minicart {
  z-index: 999 !important;
}

.minicart-items .product-item-name a {
  color: var(--primary-color) !important;
}
.minicart-items .product-item-name{
  padding-left: 0 !important;
}
.minicart-items .product-item .product{
  display: flex;
  justify-content: flex-start;
  padding: 1.2rem 1.2rem 0 1.2rem !important;
}

.minicart-wrapper .block-minicart li {
  margin: 7px 0 !important;
}

.compare.wrapper {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none none;
  position: absolute;
  top: -33px;
  right: 230px;
}

.compare.wrapper .action.compare {
  line-height: 32px;
  color: #eee !important;
  text-decoration: none;
}

.action.primary:focus {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.action.primary:visited {
  background-color: #E0A996;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  background-color: #E0A996;
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.cart-summary{
  background: transparent !important;
  border: 1px solid var(--outline-color);
  border-radius: 0.7rem;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.5rem !important;
}

.footer.content {
  border-top: none;
}

.page-footer .links .widget.block p {
  color: #eee !important;
}

.copyright {
  background-color: transparent;
  color: #bbad90;
}


/* login and cart page css */
.cart_progress {
  margin: 1.2rem;
}

.cart_progress ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}

.cart_progress ul li {
  position: relative;
  margin-right: 5rem;
  color: #ACACAC;
}

.cart_progress ul li.active {
  color: var(--primary-color);
  position: relative;
}

.cart_progress ul li.active span {
  background-color: var(--primary-color);
  color: #fff;
  margin-right: 1rem;
}

.cart_progress ul li.active::after {
  content: '';
  position: absolute;
  background-color: var(--primary-color);
  height: 2px;
  width: 52%;
  top: 22px;
  margin-left: 7px;
}

.cart_progress ul li:last-child.active::after {
  content: unset;
}

.cart_progress ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ACACAC;
  color: #fff;
}

.cart_review_block {
  display: flex;
  justify-content: space-between;
}

.cart_review_block .review_cart {
  width: 70%;

}

.cart_review_block .price_details {
  width: 28%;
}

.cart_item_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.cart.table-wrapper{border-top: none;}

.cart_item_card {
  margin: 0 0 1.6rem 0;
  border-radius: 0.7rem;
  border: 1px solid var(--outline-color)
}
.cart_item_card .product_info h3{margin-top: 0;}

#block-shipping{
  display: none;
}
ul>li button.action.primary.checkout {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit{
  display: none !important;
}
.cart.table-wrapper .actions-toolbar{padding-bottom: 0 !important;}
.cart.table-wrapper .actions-toolbar > .action-delete{margin: 0 1rem;}
.checkout-cart-index .message-error{display:none}

.checkout-error{
  color: red;
  width: 100%;
}
.cart.table-wrapper .action{margin-right: 35px !important;}
.cart.table-wrapper .action span{padding-right: 35px;}

/* .opc li{
  border-bottom: 1px solid var(--outline-color);
    padding-bottom: 2.5rem;
} */
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top:none !important;
}
.item_details {
  padding: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item_info {
  display: flex;
}

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

.prodcut_img {
    margin-right: 1.6rem;
    /* width: 116px;
    height: 116px;    
    overflow: hidden; */
  }

.prodcut_img a{
  max-width: auto !important;
  padding-left: 0 !important;
  position:  relative !important;
}

.prodcut_img img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    margin: 0 !important;
    border-radius: 4px;
}

.item_variation select {
  border: 1px solid var(--outline-color);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
.product_info a{
  text-decoration: none; 
  text-transform: capitalize;
}
.product_info a:hover{
  color: var(--primary-color);
}
.product_info p {
  margin-top: 10px;
}

.item_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--outline-color);
  padding: 1rem;
}
.item_footer p{
  margin-bottom: 0;
  font-weight: 600;
}
.item_footer p span{font-weight: normal;}

.item_footer .del {
  color: red;
  cursor: pointer;
}

.product_info div.content {
  height: 25px;
  margin: 10px 0;
}

.item_details .price {
  background: #fcfcfc;
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0 30px;
}

.product_info div .full-price {
  background: #53b5aa;
  color: #fff;
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;

  -webkit-transition: margin .15s linear;
  -moz-transition: margin .15s linear;
  -ms-transition: margin .15s linear;
  -o-transition: margin .15s linear;
  transition: margin .15s linear;
}
.modal-popup .modal-title{border-bottom:none !important}
fieldset.fieldset hr {
  display: none;
}
.activeshipp{visibility: hidden;}

.qt,
.qt-plus,
.qt-minus {
  display: block;
  float: left;
}

.qt {
  font-size: 16px;
  line-height: 25px;
  width: 50px;
  text-align: center;
}

.qt-plus,
.qt-minus {
  background: #ddd;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 300;
  height: 100%;
  padding: 0 10px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}

.qt-plus:hover,
.qt-minus:hover {
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
}

.qt-plus {
  line-height: 25px;
}

.qt-minus {
  line-height: 25px;
}


.cart_review_block .price_details small {
  color: #757070;
  font-size: 14px;
  font-weight: 300;
}

.price_detail_card {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem;
  border-radius: 0.7rem;
  border: 1px solid var(--outline-color);
  padding: 1.6rem;
  background: unset;
}

.summary_coupon {
  display: flex;
  border: 1px solid var(--outline-color);
  padding: 1.6rem;
  border-radius: 0.5rem;
  flex-direction: row;
  margin-bottom: 1.6rem;
}

.coupon_icon {
  width: 45px;
  height: 45px;
  background-color: #E5E9FF;
  color: #153E7B;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-right: 1.6rem;
}

.summary_total {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.total_price,
.shipping_price,
.grand_total {
  display: table-row;  
}

.grand_total {
  border-top: 1px solid var(--outline-color);
  padding-top: 1.6rem;
}

.grand_total span {
  font-weight: bold;
}

.checkout_btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 1.6rem 5rem;
  cursor: pointer;
  border-radius: 0.7rem;
  font-size: 18px;
  line-height: normal;
}
.w-100{
  width: 100% !important;
}
.fieldset > .field{
  margin-bottom: 1rem !important;
}

/* login-page-css */
.login_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.login-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid var(--outline-color);
  border-radius: 0.5rem;
  padding: 4rem 2rem;
  max-width: 350px;
  min-width: 350px;
}

.login_input {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.login_input form {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.login_input form> span {
  margin: 1.6rem 0;
}
.phone_input{
  font-size: 14px;
  border: 1px solid var(--outline-color);
  border-radius: 0.4rem !important;
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  padding: 8px;
}
.login_input form input[type='text']{ 
  
    font-size: 16px;
    width: 100%;
    height: 45px;
    border: 1px solid var(--outline-color);
    margin-bottom: 1.6rem;
    border-radius: 0.4rem;
    outline: none;
    /* box-sizing: unset !important;*/
}
.login_input form input[type='text']:focus{
  border: 1px solid var(--outline-color);
  box-shadow: none;
}

.topMess{margin: 1.6rem 0;}
.topMess p{text-align: center;}
.topMess p span:first-child {
  text-decoration: none;
  color: unset;
}
.topMess p span{font-weight: 400;
  color: var(--primary-color);
  text-decoration: underline;}
  .topMess p span:hover{text-decoration: none;}

#resendotp{
  cursor: pointer;
  display: none;
}
#mobilelogin-msg{
  font-size:1.6rem; font-weight:500; color:red; margin-bottom: 3rem; display: none;
}

.otpInput .inputs input[type="text"]{
  width: 45px;
  font-size: 14px;
  border: 1px solid var(--outline-color);
}

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

input[type="number"]:focus {
  border: 3px solid #ffb800 !important;
}

.login_input form button {
  background-color: var(--primary-color) !important;
  color: #fff !important;
  padding: 1.6rem !important;
  font-size: 1.6rem !important;
  cursor: pointer !important;
  border-radius: 0.4rem !important;
  width: 100%;
}

.google {
  background-color: #efefed;
  color: #333;
  padding: 10px;
  text-decoration: none;
  border-radius: 43px;
  border: 1px solid var(--outline-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.google:hover{
  background-color: #eee;
}
.google img {
  margin-right: 1rem;
  width: 30px;
}
.wk-social-media-icons img {
  width: 25px !important;
}
.wk_socialsignup_container {
  display: flex !important;
  width: 100%;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.fixblocksocial{
  display: flex;
  justify-content: center;
}

.login_anotherway {
  margin: 1.6rem 0 3.2rem 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}

.login_anotherway span {
  font-size: 18px;
}

.login_anotherway a {
  text-decoration: none;
    display: flex;
    align-items: center;
}

.text-danger {
  color: red;
}

.login_input form small {
  margin-bottom: 0.4rem;
}

.otpInput {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.otpInput input {
  width: 25px;
  text-align: center;
  font-size: 20px !important;
}

.reotp {
  margin: 1.6rem 0;
  text-decoration: none;
  text-align: center;
  color: var(--primary-color);
  display: block;
}
.reotp:hover{
  text-decoration: none;
}

.resendotp {
  margin: 1.6rem 0;
  display: flex;
  gap: 15px;
}

.resendotp #resend {
  color: #ACACAC;
}

.resendotp .active#resend {
  color: var(--primary-color);
  cursor: pointer;
}

.customerform_wrapper {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  max-width: 45%;
  flex-direction: column;
}

.customerform_wrapper h2 {
  margin-bottom: 2rem;
}

.customer_detail_form {
  gap: 30px;
  max-width: 750px;
}
.customerlogin_otp .phone_input{
  display:inline-block;
}

.customer_detail_form,
.personal-info,
.address,
.taxcredit {
  display: flex;
  flex-direction: column;
}

.customer_detail_form label {
  font-weight: bold;
}

.customer_detail_form input, .customer_detail_form select {
  padding: 1rem !important;
  border: 1px solid var(--outline-color);
  border-radius: 0.4rem;
  margin: 0.75rem 0;
  font-size: 1.6rem;
  height: auto;
}

.statecol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer_detail_form button {
  background-color: var(--primary-color);
  color: #fff;
  padding: 1.6rem;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 0.4rem;
  width: 230px;
}

.payment-option-title .field .choice span{
  font-weight: 600;
}

.opc-wrapper .step-title{
  font-size: 1.6rem !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
  font-weight: 600;
    margin-top: 0.7rem;
}
.opc-wrapper .step-content{
  margin-bottom: 0 !important;
}
.opc-wrapper .shipping-address-item{
  display: flex !important;
  width: auto !important;
  justify-content: space-between;
  align-items: flex-start;

}
.checkout-billing-address{
  margin-bottom: 2rem;
}
.checkout-index-index .modal-popup .modal-inner-wrap{
    height: 650px;
    border-radius: 1rem;
    overflow-y: scroll;
}
.checkout-billing-address .actions-toolbar .action-cancel{
  margin: 0;
}

.actions-toolbar .primary .action{
  margin: 0 !important;
}

.shipping_add {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.shipping_add_card {
  border: 1px solid var(--outline-color) !important;
  border-radius: 0.7em;
  padding: 1.6rem !important;
  margin: 0.5rem 0 1.6rem !important;
  /* width: 100% !important; */
  display: flex;
    justify-content: space-between;
}
.shipping_add_card.active{
  background: #eecabf;
}
.shipping_add_card::before{
  content: unset !important;
}
.shipping_add_card input {
  float: left;
}

.shipping_add_card span a{
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: var(--primary-color);
  border-radius: 4px;
  padding: 5px 12px;
  text-decoration: none;
  font-weight: 600;}
  .shipping_add_card span a:hover{
    background-color:#ccc ;
  }

  .btngroup{display: inline-flex;
    align-items: baseline;
    gap: 1rem;}

input[type="radio"], input[type="checkbox"], #shippingadd{
  accent-color: var(--primary-color);
}
table th{
  line-height: 1.5;
  font-weight: 600;
}
.shipping_add_card .address p {
  margin-bottom: 0;
  line-height: 1.5;
}

.shipping_method_card{
  border: 1px solid var(--outline-color) !important;
  border-radius: 0.7em;
  padding: 1.6rem !important;
  margin: 0.5rem 0 1.6rem !important;
}
.opc-block-summary .table-totals{
  border-top: none !important;
}
.opc-block-summary {
  background: #fff !important;
  border: 1px solid var(--outline-color) !important;
  border-radius: 0.7em;
  padding: 1.6rem !important;
  margin: 0.5rem 0 1.6rem !important;
}
.table-totals{
  font-size: 1.6rem;
  line-height: normal;
}
.totals .sub > th{
  font-weight: 600;
}
.payment-option-inner{
  margin-bottom: 1.6rem;
}
.payment-option-inner .field label{ display: block; margin: 1rem 0;}
.control input{
  padding: 1rem !important;
    border-radius: 0.4rem;
    height: auto !important;
}
/* footer.modal-footer {
  display: none;
} */
/* login and cart page css end */

.account .column.main{ margin-top: 30px;}
.sidebar .product-items-names .product-item{padding: 10px !important;}


/* .v-sm{display:none}
.v-lg{display:blcok} */
#aboutEsaras {
visibility:hidden;
}
z
.product-item{
border:1px solid var(--outline-color)!important;
}
.nrlm-section-title {
border-bottom:1px solid var(--outline-color)!important;
}
.pagebuilder-column-line{
align-items: center;
justify-content: center;
}

.offers img{
border-radius: 10px;
}
.mobileapp_text {
text-align:center;font-size:25px;margin-top:60px;color:#fff; font-weight:500;
}

.product-item{
padding:0px!important;
}

.product-item-details {
   padding: 0 10px 10px 10px !important;
}

.offer_banner::before{
background:unset!important;
}
.offer_banner{
background:#f1e6d2;
border-radius:10px;
}

.artisan_banner{
	 background: var(--secondary-color);
	 border-radius:10px;
}
.artisan_banner::before {
background:unset!important;
}
.meet-artisans-wrapper{
 margin: 1.5rem 0;
}

.meet-artisans-wrapper::before {
background:unset!important;
}

.mobileapp::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
   background-image: url('./media/wysiwyg/mobileapp_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 406px;
z-index:-1;

}
.mobile_add img{
width:100%!important;
height:100%!important;
}

.cart.table-wrapper .product-item-photo{
  max-width: auto !important;
  left: 0 !important;
  top: 0 !important;
}
.cart_item_card .product-image-container{
  display: inline-flex !important;
}
.stock.available span {
    color: #3B980D;
}

.stock.unavailable {
  color: red;
}

.pincode_check {
  margin: 1.5rem 0;
}

.pincode_check svg {
  margin-right: 0.7rem;
}

.pincode_check label {
  display: inline-block;
  margin-bottom: 1rem;
}

.pincode_check div {
  display: flex;
  border: 1px solid #D4D3D3;
  border-radius: 4px;
  padding: 5px;
  width: 50%;
  margin-left: 2rem;
}

.pincode_check div input:focus {
  box-shadow: none;
}

.pincode_check div input[type="text"] {
  height: auto;
  border: none;
}

.pincode_check div input.delsuccess {
  color: #20a520;
  opacity: 1;
  font-weight: 600;
}

.pincode_check div input.delsuccess:after {
  content: '\f058';
  font-family: "font-awesome";
}

.pincode_check div input[type="button"] {
  border: none;
  background: transparent;
  color: var(--hover-color-primary);
}

/* product page */
.row-create-product {
  display: flex;
}

.col-product-70 {
  width: 70%;
}

.col-product-30 {
  width: 30%;
  padding: 20px 50px;
}

/*Help Video*/
.wk-mp-guide-video {
  float: left;
  padding-top: 20px;
}

/*Tooltip Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #e9e2d8;
  color: #000;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 5;
  font-size: 1.3rem;
  top: -48px;
  left: -165px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.colContent ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.linkItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.linkItem .info h4,
.linkItem .info p {
  margin: 0;
}

.linkItem .info h4 a {
  color: #33325c;
  text-decoration: none;
}

.linkItem .info h4 a:hover {
  color: #f7ac3b;
}

.infobtn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.2rem;
  margin-bottom: 2rem;
  gap: 15px;
}

.infobtn span a {
  border: 1px solid #ccc;
  background-color: #dbdbdb;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  padding: 0.3rem 0.7rem;
}

.infobtn span a:hover {
  color: #000;
  background-color: #f8f8f8;
  text-decoration: none;
}

.products-related .product-items .product-item {
  margin-right: 15px;
}

.products-related .product-items .product-itemm .product-item-info,
.product-item-info.related-available {
  width: 100%;
}


/*Price Calculator*/

table#pricetable>thead>tr>th,
table#pricetable>tbody>tr>th,
table#pricetable>tfoot>tr>th,
table#pricetable>thead>tr>td,
table#pricetable>tbody>tr>td,
table#pricetable>tfoot>tr>td {

  padding: 5px 10px;
  line-height: 1;
}

table#pricetable h3 {
  background: #e9e2d8;
  padding: 4px;

}

table#pricetable input {
  height: 20px;
}

table#pricetable .text-danger {
  color: red;
}

.wk-mp-page-title #calcpop {

  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

.wk-mp-page-title .tooltip {
  float: right;
  margin-right: 5px;
  margin-top: 10px;
}

.customerform_wrapper {
  margin: 0rem auto;  
  max-width: 100%;  
}

.page-main {
  padding-top: 0;
}
/* backup css */
#aboutEsaras {
visibility:hidden;
}



.mobileapp_text {
text-align:center;font-size:25px;margin-top:60px;color:#fff; font-weight:500;
}

.product-item{
	
	padding:0px!important;
	
}

.product-item-details {
    padding: 0 10px 10px 10px !important;
}
span.product-image-wrapper {
    border-radius: 5px 5px 0px 0px!important;
}
.offer_banner::before{
background:unset!important;

}
.offer_banner{
background:#f1e6d2;
border-radius:10px;
}

.artisan_banner{
	 background: var(--secondary-color);
	 border-radius:10px;
	
}
.artisan_banner::before {
background:unset!important;
}
.meet-artisans-wrapper{
 background: #f7eae1;
border-radius:10px; 
}

.meet-artisans-wrapper::before {
background:unset!important;
}

.mobileapp::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
   background-image: url(./media/wysiwyg/mobileapp_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 330px;
z-index:-1;
}

.customer-account-create .account-social-login,
.customer-account-login .account-social-login {
  display: inline-block !important;
}

.block.social-login-authentication-channel.account-social-login {
  margin-bottom: 30px !important;
}

.related span.product-image-container.product-image-container {
  width: 100% !important;
}

.related .product-image-photo {

  width: 100%;
  object-fit: cover;
}

.related .product-item {
  margin-right: 10px !important;
}

.related .page-layout-1column .products-grid .product-item {
  width: 15.66666667%;
}

.related .block.related .related-available .product-item-name {
  margin-left: 0px;
}

.login-container .fieldset:after {
  content: unset !important;
}


.login-container .block-customer-login {
  margin-bottom: 0px !important;
}

.login-container .fieldset:last-child {
  margin-bottom: 0px !important;
}

.opc-wrapper .form-login {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}


.form-login .fieldset:last-child {
  margin-bottom: 0px !important;
}

.wk_social_choice h3 {
  margin-top: 10px !important;
}
.payment-method-content .actions-toolbar{
  display: none;
}
.payments .discount-code .payment-option-title  .action-toggle{
  display: none;
}
.items-in-cart{
  display: none;
}
.actions-toolbar .primary{
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
}

/* order */
.sidebar-main {
  padding-right: 0;
}

.myorder {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 2rem;
}

.order-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-heading h3 {
  font-size: 22px;
  /* color: #0B4981; */
}

.search-bar {
  width: auto;
}

.sortby .search {
  position: relative;
  color: #aaa;
  font-size: 16px;
  width: auto;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}

.sortby .search input {
  width: auto;
  background-color: transparent;
  color: #8D8787;
  border: none;
  padding: 8px;
}

/* .block-search .action.search:before{
    position: absolute;
    right:0
} */

.sortby .search .fa-search {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px !important;
}

/* filter */
.filter-options-item .filter-options-item {
  border-bottom: none !important;
}
.custom-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
.custom-filter div{flex: 1 0 auto;}
/* .custom-filter .sortby{flex: 1 0 auto;} */

.custom-label {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

select.custom-select,
input.custom-select, input[type="date"].custom-select {
  min-width: auto;
  background: #fff;
  color: #8D8787;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  padding: 2px 12px;
}

/* order-details */
.order-details {
  gap: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.order-details .order-list:last-child {
  padding-bottom: 3rem;
}

.order-list-header {
  padding: 1rem;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--secondary-color);
  border-top-left-radius: 8px;
  border: 1px solid #E9E9E9;
  border-top-right-radius: 8px;
  border-bottom: none;
}

.orderid h4 {
  font-size: 18px;
  margin: 0;
  color: #767778;
}
.actions-toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orderid h4 span {
  color: #0B4981;
}

span.orderrplaced,
label.orderrplaced {
  font-size: 14px;
  color: #333;
  display: grid;
  gap: 5px;
  font-weight: 600;
}

label.orderrplaced {
  color: #767778 !important;
}

span.order-date-place {
  font-size: 16px;
  color: #767778 !important;
  display: inline;
}

select.custom-order-date-place {
  border: none;
  background: none;
  font-size: 16px;
  min-width: 100px;
  padding: 0;
}

.order-list .order-details-body{
  padding: 1.5rem;
  display: grid;
  grid-template-columns: [col1] 40% [col2] 25% [col3] 25%;
  height: 100%;
  justify-content: space-between;
  border: 1px solid #E9E9E9;
  border-top: none;  
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sidebar .sidebar-additional .actions-toolbar{
  display: flex;
  justify-content: space-between;
}

/* .order-details .order-details-body{
  border-radius: 8px !important;
}  */
.order-imges {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.return-order {
  color: #797B7D;
  font-size: 13px;
}

.detail-order-des {
  display: flex;
  align-items: center;
  gap: 15px;
}

.images-list {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.images-list img {
  width: 100%;
  height: 100%;
}

.div.quati {
  display: flex;
  gap: 13px;
  margin: 7px 0 0 0;
  color: #797B7D;
}

span.bold-color {
  color: var(--primary-color);
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

.order-statusui {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #797B7D;

}

h3.yellow-text {
  color: #EBAC09;
  margin-bottom: 4px;
  font-size: 20px;
}

h3.green-text {
  color: #21A34D;
  margin-bottom: 4px;
  font-size: 20px;
}

h3.blue-text {
  color: #2E7D9E;
  margin-bottom: 4px;
  font-size: 20px;
}

h3.grey-text {
  color: #2E7D9E;
  margin-bottom: 4px;
  font-size: 20px;
}

h3.pending-text {
  color: #D8753D;
  margin-bottom: 4px;
  font-size: 20px;
}

h3.cancelled-text {
  color: #D83D3D;
  margin-bottom: 4px;
  font-size: 20px;
}

.order-AWB {
  display: grid;
}

.order-AWB span {
  display: block;
}

.order-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: self-end;
  gap: 15px;
}

a.button-customorder {
  border: 1px solid #d1d1d1;
  background: none;
  text-decoration: none;
  color: #797B7D;
  cursor: pointer;
  padding: 7px 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  min-width: 120px;
}

a.button-customorder:hover {
  border: 1px solid #E26910;
  background-color: #E26910;
  color: #fff;
  text-decoration: none;
}

/* raisequery */
.raise-query-button.disabled {
  pointer-events: none;
  /* Prevent clicking */
  opacity: 0.5;
  /* Dim the button to show it's disabled */
  cursor: not-allowed;
  /* Change cursor to indicate it's not clickable */
}

.media-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.media-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.preview-image,
.preview-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-area {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.upload-button {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #007bff;
  cursor: pointer;
}

.upload-button i {
  font-size: 16px;
}

.button--organgebg {
  background-color: #ff9800;
  border: none;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 16px;
}

.button--organgebg:hover {
  background-color: #e68900;
}

/*  */
.order-tracked {
  display: flex;
  gap: 20px;

}

.order-track-step {
  display: flex;
  height: 7rem;
}


.order-track-status {
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}

.order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #228B22;
}

.order-track-status-dot.complted::before {
  content: '';
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 8px;
  top: 5px;
  background: #228B22;
  transform: rotate(45deg);
  height: 8px;
  width: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.order-track-status-dot.complted.laststatus::after {
  content: '';
  display: none;
}

.columns:after {
  clear: none !important;
}

.order-track-status-dot.complted::after {
  content: '';
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  width: 2px;
  height: 7rem;
  background: #228B22;
  left: 10px;
  z-index: -11;
}

.order-track-status-dot.complted.last::after {
  content: '';
  display: none;
}

span.order-track-status-dot.not-completed {
  background: #DDDDDD;
}

.order-track-status-dot.not-completed::after {
  content: '';
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  width: 2px;
  height: 7rem;
  background: #ddd;
  left: 10px;
  z-index: -11;
}

.order-track-status-dot.not-completed.laststatus::after {
  content: '';
  display: none;
}

.order-track-text-stat,
.order-track-text-sub {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
}

.order-track-text-sub {
  min-width: 96px;

}

.order-track {
  /* transition: all .3s height 0.3s; */
  transform-origin: top center;
  width: 35%;
  padding: 15px;
}

.shipping-address {
  margin-top: 2rem;
  display: flex;
  width: 40%;
  flex-direction: column;
  gap: 20px;
  /* justify-content: space-between; */
}

.shipping-des {
  border: 1px solid #E9E9E9;
  padding: 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.shipping-address h3 {
  font-size: 18px;
  color: #625E5E;
  margin-bottom: 20px;
}

p.para-flie {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #625E5E;
}

table.custom-table {
  color: #625E5E;
}

table.custom-table tr td {
  padding: 4px 60px 4px 0;
  font-weight: 600;
}

.button-customorder-organge {
  border-radius: 5px;
  border: 1px solid #E26943;
  color: #E26910;
  /* background-color: none; */
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  width: auto;
  display: inline;
}

.button-customorder-organge:hover {
  border: 1px solid #E26943;
  background-color: #E26943;
  color: #fff;
  text-decoration: none;
}

.button--organgebg {
  border-radius: 5px;
  border: 1px solid #E26943;
  background-color: #E26943;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-align: center;
}

.sidebar .product-items-names .product-item {
  padding: 1rem;
  align-items: center;
}
.sidebar .product-items-names .product-item .product-item-name{
  min-height: auto !important;
}

/* cancel-response */
.cancel-response {
  /* margin-top: 2rem; */
  /* border: 1px solid #D4CACA; */
  /* padding: 20px;
  border-radius: 10px; */
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.heading-custom {
  color: #444444;
  font-size: 18px;
  font-weight: 600;
}

.cancel-list {
  border: 1px solid #D4CACA;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.cancel-list label {
  color: #444444;
  font-weight: 500;
  font-size: 16px;
}

.custom-radio {
  width: 20px;
  height: 20px;
}

input[type="radio"] {
  background: #E26910;
}

label.heading-custom {
  color: #444444;
  font-size: 16px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}

.select-raise {
    width: 100%;
    height: auto;
    width: 100%;
    color: #8D8787;
    /* border: 1px solid #8D8781; */
    border-radius: 5px;
    padding: 10px;
}

textarea.textarea {
  width: 100%;
  color: #8D8787;
  /* border: 1px solid #8D8781; */
  border-radius: 5px;
  padding: 10px;
}

.upload {
  margin: 20px 0;
}

.upload label {
  cursor: pointer;
}

.upload input {
  display: none;
}

.upload span {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #D4CACA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .4s;
}

.upload i {
  position: absolute;
  font-size: 25px;
  color: #A79F9F;
}

.dic.dflex {
  display: flex;
  gap: 20px;
}

.order-process p {
  color: #767778;
}

a.refundedyet {
  color: #397CAC;
  display: block;
  margin-top: 10px;
}

span.provider-payment {
  display: block;
  font-size: 14px;
  color: #625E5E;
}

.shipping-address.order-refund,
.order-view {
  width: 100%;
}

.shipping-address.order-refund .shipping-des {
  flex-direction: row;
  justify-content: start;
}

.shipping-address.order-refund .shipping-des .adress-heading {
  width: 50%;
}

.order-view .shipping-des {
  flex-direction: row;
  justify-content: space-between;
}

.order-view .shipping-des .adress-heading {
  width: 50%;
}

.track-shippment.dic.dflex .button-customorder-organge {
  height: auto;
  font-size: 14px;
}

.track-shippment.dic.dflex {
  align-items: center;
}

.d-flex-class {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.adress-heading.d-flex-class .div {
  gap: 10px;
  display: flex;
  flex-direction: column;
  color: #444444;
}
.adress-heading.d-flex-class .div h5{margin:0.7rem 0;}

.star-rating {
  display: flex;
  gap: 20px;
  font-size: 1.5em;
  padding: 0 .2em;
  text-align: center;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked~label {
  color: #f90;
}

.star-rating label:hover,
.star-rating label:hover~label {
  color: #fc0;
}

.list-reaise {
  margin-bottom: 15px;
}

.order-track-step:last-child {
  height: 2rem;
}

/* help & support css */
.helpSupport {
  max-height: 425px;
  box-sizing: border-box;
  overflow: hidden;
}

.help_support_content {
  align-self: center !important;
}

.help_support_content>div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 40px;
  align-items: flex-start;
}

.help_support_content>div h1 {
  font-size: 45px;
  margin-bottom: 10px;
}

.help_support_content>div p {
  font-size: 18px;
  margin-bottom: 40px;
}

.help_support_content>div a {
  background-color: #EF8303;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px;
}

.helpinfo {
  margin: 0;
  padding: 0 10rem;
  overflow: hidden;
}

.guide_box {
  display: flex;
  justify-content: space-between;
  gap: 30px
}

.guide_box .guide_item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 2.5rem;
  flex: 1 0 45%;
}

.guide_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  text-align: center;
}

.guide_content a {
  background-color: #EF8303;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}

.help_section2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.help_section_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0 0;
}

.help_section_content .no {
  font-size: 100px;
  color: #EF8303;
  padding-right: 3rem;
  line-height: 1;
}

.help_section_content .help_center {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.help_section_content .help_center h4 {
  font-size: 28px;
  line-height: 4rem;
  font-weight: 600;
  margin-top: 0;
}

.help_section_content .help_center a {
  background-color: #EF8303;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 1rem;
  display: inline-block;
}

.help_section_content .help_center p {
  font-size: 16px;
  margin-bottom: 5rem;
  font-weight: 600;
}

.help_center small {
  display: block;
}

.help_section_content .img_section {
  background: url('../images/bg-help.png') no-repeat;
  background-size: contain;
  padding: 0rem 6rem;
  background-position: bottom;
}

.linkFaq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* pincode-checking */
.pincode_check {
  margin: 1.5rem 0;
}

.pincode_check svg {
  margin-right: 0.7rem;
}

.pincode_check label {
  display: inline-block;
  margin-bottom: 1rem;
}

.pincode_check div {
  display: flex;
  border: 1px solid #D4D3D3;
  border-radius: 4px;
  padding: 5px;
  width: 50%;
  margin-left: 2rem;
}

.pincode_check div input:focus {
  box-shadow: none;
}

.pincode_check div input[type="text"] {
  height: auto;
  border: none;
}

.pincode_check div input.delsuccess {
  color: #20a520;
  opacity: 1;
  font-weight: 600;
}

.pincode_check div input.delsuccess:after {
  content: '\f058';
  font-family: "font-awesome";
}

.pincode_check div input[type="button"] {
  border: none;
  background: transparent;
  color: #186BB4;
}

.wk-social-media-icons {
  margin-top: 1.5rem;
}

.wk-social-media-icons a img {
  width: 25px;
}

.pincode_check small {
  margin-top: 1rem;
  color: #909090;
  margin-left: 2rem;
  font-weight: 600;
}

.pincode_check span {
  margin-left: 1rem;
  margin-top: 0.7rem;
  font-weight: 600;
}

.product-info-main .product.attribute.overview {
  margin: 0 0 20px !important;
}

.box-tocart {
  margin: 0 0 16px !important;
}

.box-tocart .action.tobuy {
  width: 49%;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  background-color: #F39000;
  border-color: #F39000;
  border-radius: 4px;
  opacity: 1 !important;
}

.box-tocart .action.tobuy:hover {
  background-color: #cf7c02 !important;
  border-color: #cf7c02 !important;
}

.pincode_check span#deloptpin-msg,
.pincode_check span#deliveryStatus {
  display: none;
}

.spec_title,
.productsocial_share {
  font-size: 1.6rem !important;
  font-weight: 600;
}

#popup-mpdal hr {
  position: relative;
}

#popup-mpdal hr:after {
  content: 'or';
  position: absolute;

}

.popup {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.modal-popup .modal-inner-wrap {
  width: 35% !important;
}

#popup-mpdal>span {
  position: absolute;
  left: 43%;
  margin-top: -32px;
  background-color: #fff;
  display: inline-block;
  padding: 0 12px;
  text-align: center;
}

.pincode_checking {
  display: flex;
  border: 1px solid #D4D3D3;
  border-radius: 4px;
  padding: 5px;
  justify-content: space-between;
}

.pincode_checking input {
  border: none;
}

.pincode_checking input:focus {
  box-shadow: none;
}

.pincode_checking input[type="button"] {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.5);
}

/* pincode chekcing end */

/* review and ratings css */
.rating_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

.rating_wrapper .rating_item {
  width: auto;
  text-align: center;
}

.rating_item i {
  color: #14958F
}

.rating_wrapper .rating_item:nth-child(2) {
  border-left: 1px solid var(--outline-color);
  padding-left: 6.5rem;
}

.heading {
  font-size: 4.8rem;

}

.fa {
  font-size: 14px;
}
.label::after{margin: 0 5px;}
.checked {
  color: orange;
}

.review_slider {
  display: flex;
  justify-content: space-between;
  align-items: Center;
  gap: 1rem;
  width: 250px;
  margin-bottom: 1rem;
}

.side {
  float: left;
  width: 15%;
}

.side>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.middle {
  float: left;
  width: 70%;
}

.right {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #ddd;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {  
  height: 4px;
  background-color: #14958F;
}

.bar-4 {  
  height: 4px;
  background-color: #2196F3;
}

.bar-3 { 
  height: 4px;
  background-color: #00bcd4;
}

.bar-2 {  
  height: 4px;
  background-color: #ff9800;
}

.bar-1 { 
  height: 4px;
  background-color: #f44336;
}

/* payment cycle css */

.payment_cycle_help{
  display: flex;
  flex-direction: column;
  color:#fff;
  padding: 5rem 9rem;
  justify-content: center;
  height: 100%;
}
.payment_cycle_help a{
background-color: #EF8303;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 1rem;
  display: inline-block;
}

.payment_cycle {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 16rem;
  color: #fff;
  height: 100%;
}

.uk-container {
  width: 65%;
  margin-top: 2rem;
}

.uk-timeline-content {
  min-height: 85px
}

.uk-timeline .uk-timeline-item .uk-card {
  min-height: 135px
}

.uk-timeline .uk-timeline-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.uk-timeline .uk-timeline-item::before {
  background: #dadee4;
  content: "";
  height: 100%;
  left: 19px;
  position: absolute;
  top: 45px;
  width: 2px;
  z-index: -1;
}

.uk-timeline-item:last-child::before {
  content: unset;
}


.uk-timeline .uk-timeline-item .uk-timeline-icon .uk-badge {
  margin-left: -7px;
  width: 55px;
  height: 55px;
  display: block;
  margin-top: -60px;
}

.uk-timeline .uk-timeline-item .uk-timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 1rem;
}

.uk-timeline-icon {
  margin-right: 2rem;
  margin-top: -1rem;
}

.overview_help {
  padding: 2rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.paymentCycle {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 5rem;
}

.paymentCycle h2 {
  text-align: center
}

.scheduled_work {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
}

.scheduled_work::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 95%;
  height: 7px;
  background-color: #a65a00;
  top: 205px;
}
/* payment cycle css end */
.wk-mp-banner{
  margin-top: 0 !important;
}

.seller_story{font-size: 3.2rem; font-weight: bold; font-family: 'Domine'; line-height: 3;}
.seller_story_info p{font-size: 16px; line-height: 1.5; font-family: "Lato";}

/* responsive css */
@media only screen and (min-width: 1920px) {
.nrlm-section-content a{
display:block;}
.nrlm-section-content a img{
width:100%; height:400px; border-radius:1rem; object-fit: cover;}
.mobileapp::before{height:510px}

.displayflex .column1{flex: 1 0 49%;margin-bottom: 40px;}
.displayflex .column1.small_img img{height: 354px;}
}
@media (min-width: 1680px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 1580px;
  }
  [data-content-type="row"][data-appearance="contained"] {
    max-width: 1580px;
  }

  .product_sm_banner img {
    width: 100%;
  }

  .imgrect {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .page-products .product-item-info {
    width: 100%;
  }
  /* .product-image-container{
	  width: 50px !important;
  } */

  .products-grid .product-image-container,
  .slick-list .product-image-container {
    width: 100% !important;
  }

  .products-grid .product-image-container img,
  .slick-list .product-image-container img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  /*.wk-mp-collection-container .products-grid .product-image-container {
    width: 250px !important;
  }*/

  .wk-mp-collection-container .products-grid .product-image-container img {
    width: 100% !important;
  }
  .minicart-items .product-item:first-child{ padding-top:20px}

  .minicart-items .product-image-container {
    width: auto !important;
  }
  .minicart-items .product-image-container img {
    width: 60px !important;
  }
  .fotorama__stage__frame.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img
    img {
    width: 100%;
    object-fit: contain;
  }
}
@media (max-width: 1024px) {

  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper>.widget,
  .page-wrapper>.page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 980px;
  }

  .navigation ul {
    padding: 0 8px;
  }

  .navigation .level0 {
    margin-right: 3px !important;
  }
  .discount_price{left:55%; top: 5px;}
}

@media only screen and (min-width:769px) and (max-width: 1099px) {
  nav.navigation {
    position: unset !important;
    top: unset;
    left: unset;
    display: unset;
    width: unset;
    background: unset;
  }
}

@media only screen and (max-width: 768px) {
  .nav-sections{height: 100%;}
  .navigation .level0 {display: block;}
  .block-collapsible-nav{
    top: 0 !important;
  }

  .nav-sections .header.links li,
  .navigation .level0 {
    font-size: 1.2rem !important;
  }

  .block-search {
    margin: 0 !important;
    width: 100%;
  }

  .oneyear {
    color: #963a44;
    position: absolute;
    top: 5px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
  }

  header .content {
    margin-top: 0;
  }
  .product-reviews-summary.short{top: 35%;}

  .block-search .label::before {
    margin: 15px 10px 0 0 !important;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 1;
  }

  #html-body [data-pb-style="VMEXP5O"] {
    margin-top: -20px;
    margin-bottom: 20px;
  }

  .displayflex {
    gap: 10px;
  }

  .displayflex .column1 {
    margin-bottom: 0;
  }

  .meet-artisans-wrapper {
    margin: 20px 0 0;
  }

  .nav-sections .switcher {
    font-size: 1.25rem !important;
    font-weight: 300 !important;
  }

  .nav-sections .header.links li.greet.welcome {
    font-weight: 400 !important;
  }

  .nrlm-section-title .nrlm-border-button {
    padding: 0px 6px;
  }

  .logo-home img {
    width: 120px;
    padding: 0px 10px 0 10px;
  }

  .page-wrapper {
    min-height: auto;
  }

  .page-header {
    margin-bottom: 0;
  }

  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.content{ padding-bottom: 0;}

  .logo-home {
    float: left;
    margin: 5PX 0 10px 40px;
  }
  .logo-home-mord{
    display: none;
  }

  .nrlm-section-title h2 {
    font-size: 16px;
  }

  .accessorize-yourself-row {
    margin-top: 0;
  }
  .navigation .level0 > .level-top{
    text-align: left;
  }

  nav.navigation {
    position: unset;
    top: unset;
    left: 5px;
    display: unset;
    width: unset;
  }

  .displayflex {
    flex-direction: column;
    width: 100%;
  }

  .action.primary,
  .action-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
  }

  .column.main .product-item {
    margin-bottom: 2rem;

  }

  .artisan_banner::before {
    height: 150px;
  }

  .meet-artisans-wrapper::before {
    height: 120px;
  }

  .product-options-bottom .price-box,
  .product-info-price .price-box {
    color: #B08404;
  }

  .box-tocart .action.primary.tobuy {
    width: 100%;
  }

  #html-body [data-pb-style="VGNE9SD"] {
    margin-bottom: unset !important;
  }

  #html-body [data-pb-style="MC169Y8"] {
    margin-left: unset !important;
  }

  #html-body [data-pb-style="J0APBIX"] {
    margin-left: 0 !important;
    margin-top: 15px;
  }

  .assured {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 10px;
  }

  .assure-item {
    flex: 1 0 33%;
    margin-bottom: 15px;
  }
  .discount_price{left:25%; top: 20px;}

  .footer.content.mainf {
    flex-direction: column;
  }

  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper>.widget,
  .page-wrapper>.page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 100%;
  }

  .owl-theme .owl-controls .owl-buttons>div.owl-prev,
  .owl-theme .owl-controls .owl-buttons>div.owl-next {
    top: -110px;
  }

  .slide-content h4 {
    font-size: 18px;
  }

  .cat-slider .cat-item {
    padding: 25px 0;
  }

  /* .pagebuilder-column {
    margin-right: 0 !important;
  }*/
  .block-search .control {
    border-top: none;
    margin: unset !important;
  }
  
  .opc-estimated-wrapper .minicart-wrapper{display: none;}
  .opc-summary-wrapper .modal-header {
    padding: 0px !important;
}
.payment-method-title label img{display: none;}
  .cart_progress ul{gap:6rem;}
  .cart_progress ul li{margin-right: 0; flex: 1 0 auto;}
  .cart_progress ul li.active::after {width: 70%;}
}
@media only screen and (max-width: 780px) {
.mobileapp::before {
 height: 900px;
}
.column1 img {
    height: 100px;
    object-fit: cover;
}
}

@media (max-width:767px) {
  .bharat_text::before{
    height: 132px;
  }

  ul,
  ol {
    padding: 1.5rem;
  }
  /* .cart_progress ul{padding-left: 1.5rem !important; } */
  .cart_progress ul li{margin-right: 4rem !important; flex: 1 0 auto;}
  .cart-container{margin: 0 1.5rem;}
  .custom-slide .modal-inner-wrap{padding: 1rem;}
  .fieldset > .field {    
    /* display: flex; */
    gap: 15px;
    align-items: center;
  }
  
  #vendorregistration-component .fieldset {
    width: 100% !important;
  }
  .wk-list-container-class .wk-list-container-wrapper {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
    gap: 25px;
  }

  .wk-vendor-account-container .wk-vendor-continer {
    width: 95%;
  }
  .modal-popup .modal-inner-wrap {
    width: 75% !important;
  }
  .modal-popup .modal-inner-wrap {
    word-break: break-word;
  }
  #pan-id .control {
    width: 100% !important;
    }
    



  button.action.primary.checkout{margin-left: 15px;}

  .page-title-wrapper h1.page-title {
    margin-top: 2rem;
  }

  .sortby.two,
  .sortby.one {
    width: 50%;
  }


  .custom-filter {
    overflow-x: auto;
    padding: 0 0 10px 0;
  }

  .order-list-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .order-details-body {
    flex-direction: column;
    padding: 16px 12px;
    align-items: flex-start;
    gap: 20px;
  }

  .order-statusui {
    flex-direction: row;
    width: 100%;
    align-items: center;
  }

  .order-AWB {
    text-align: end;
    font-size: 13px;
  }

  .div.quati {
    font-size: 13px;
  }

  .order-button {
    width: 100%;
  }

  .order-AWB.mobile {
    width: 100%;
    text-align: left;
  }

  .order-track,
  .shipping-address {
    width: 100%;
  }

  .order-tracked {
    flex-direction: column;
  }

  .shipping-address.order-refund .shipping-des .adress-heading,
  .order-view .shipping-des .adress-heading,
  .order-imges {
    width: 100%;
  }

  .shipping-address.order-refund .shipping-des,
  .order-view .shipping-des {
    flex-direction: column;
  }

  .track-shippment.dic.dflex .button-customorder-organge {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
/* .v-sm{display:block!important}
.v-lg{display:none} */
.acess-container{display: none;}
.logo-home {padding: 0;}
.cart_item_card .item_info{flex-direction: column;}
.minicart-wrapper, .block.block-search {
  margin: 1rem 2rem 1.6rem 0;
}
.mobile_add{
width:46% !important; margin:2%;flex-direction:row !important;flex-basis:unset;justify-content: center !important;}

.mobileapp::before {
height: 76vw;
}
.column1 img {
    height: 100px;
    object-fit: cover;
}
.item_details .price{ padding: 0;}
.cart.table-wrapper .actions-toolbar{left: -20px;}
.cart-totals{border-top: none;}
.checkout-cart-index .page-main {
  padding-left: 20PX;
  padding-right: 20PX;
}

}

@media (max-width: 365px) {
  .item_details .item_info{flex-direction: column;}
  .item_details .item_info .product_info h3{margin-top: 0;}
  .cart_progress ul{display: flex;}
  .cart_progress ul li.active::after {  width: 35%;  }
  .cart .table-wrapper{overflow-y: unset !important;}
}
/* responsive css end */