@font-face {
    font-family: "Open Sans";
    src: url("../assets/fonts/OpenSans-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Open Sans";
    src: url("../assets/fonts/OpenSans-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Open Sans";
    src: url("../assets/fonts/OpenSans-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Open Sans";
    src: url("../assets/fonts/OpenSans-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: "Open Sans";
    src: url("../assets/fonts/OpenSans-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

.top-trends-main-seller .top-trends-owl {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.top-trends-main-seller .top-trends-owl > div {
	flex: 0 0 25%;
	max-width:25%;
}



/* Nav Owl */
.owl-prev, .owl-next {
	background: white !important;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
}
.owl-prev span, .owl-next span  {
	font-size: 35px;
	position: relative;
	top: -3px;
}
.owl-prev span:hover, .owl-next span:hover  {
	color: #F00;
}
.woolworths-image-main img {
    border-radius: 50%;
}
.owl-prev:hover, .owl-next:hover  {
	color: #F00 !important;
}
.owl-nav {
	position: absolute;
	top: 43%;
	transform: translate(50%, -50%);
	right: 50%;
	width: 100%;
}
.owl-prev {
	position: absolute;
	left: -55px;
}
.owl-next {
	position: absolute;
	right: -55px;
}
.owl-nav.disabled {
	display: block !important;
}

.main-right-image-second {
	text-align: end;
}
.main-first-slider .owl-nav.disabled {
	top: 18%;
}

.header-sticky {
	position: fixed !important;
	width: 100%;
	right: 0;
	top: 0;
	left: 0;
	background: white;
	opacity:1;
	transition:all 0.5s ease;
}
.fa.fa-trash {
	color: #f90000;
}
#post-70 {
	background: #f3f3f3;
	padding: 40px;
}
.product-add-to-cart a {
	background: #222;
	color: white;
	padding: 8px 40px;
	border-radius: 5px;
}
  
  /* Global Css Start */
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
  }
  a {
    display: inline-block;
    text-decoration: none;
  }
  .container-fluid {
    width: 100%;
    max-width: 1442px;
    margin: 0 auto;
  }
  .container {
    width: 100%;
    max-width: calc(1442px - 120px);
    margin: 0 auto;
  }
  body {
    font-family: "Open Sans";
  }
.product-page-size-01 .active {
	border: 1px solid #ff0000 !important;
	border-radius: 4px !important;
	color: #ff0000 !important;
}
i.yith-wcwl-icon.fa.fa-heart-o {
    margin: 0;
    color: white;
    font-size: 15px;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.yith-wcwl-icon.fa.fa-heart {
	margin: 0;
	font-size: 15px;
	color: white;
}
.product-page-product-content > img {
	width: 100%;
	max-width: 390px;
}
.yith-wcwl-share {
    display: none;
}




  /* ------------------------------------------------------------------------------------------- */
  /* Header Css Start */
  .header-top-main {
    background-color: #000;
  }
  #header {
      position: relative;
      z-index: 9999999;
  }
#product-quantity {
	padding: 14px 15px;
	width: 100%;
	max-width: 70px;
	border-radius: 4px;
	border: 1px solid #d7dadd;
}
  .top-flw span {
      color: #000;
  }
  .dropdown-for-mobile {
      display: none !important;
  }
  .header-top-inner-main {
    padding: 22px 0;
  }
  .header-top-logo a img {
    width: 100%;
    max-width: 230px;
  }
  img.signup-black {
      width: 100%;
      max-width: 170px;
      padding-bottom: 25px;
  }
  .header-top-inner-main {
    padding: 22px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .header-top-logo {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .header-top-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }
  .second-header-profile-02 button h2 {
      color: #000;
  }
  .favorites-btn button,
  .cart-btn button,
  .chats-btn button {
    color: #fff;
    background: transparent;
    border: none;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
  }
  p.cart-count-main {
      background: #ff0404;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      font-size: 12px;
      line-height: 16px;
      position: absolute;
      top: -7px;
      right: -64%;
  }
  .add-to-cart-btn a {
      width: 100%;
    cursor: pointer;
  }
  .header-top-buttons p {
    font-weight: 600;
  }
  
  .seller-btn button {
      background: transparent;
      color: #fff;
      border: none;
      display: flex;
      align-items: center;
    gap: 5px;
  }
  .seller-btn button img {
      width: 100%;
      max-width: 20px;
  }
  .form-main-header {
    display: flex;
  }
  .header-top-form-main {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    margin-right: 6px;
    padding: 0 16px;
  }
  .form-main-header button {
    width: 41px;
    height: 41px;
    background: #ff0000;
    border: none;
    border-radius: 6px;
  }
  .header-top-form-main input {
    font-size: 14px;
    border: none;
    color: #222222;
    height: 100%;
    border-right: 1px solid gray;
    font-weight: 600;
    background: transparent;
  }
  .header-top-form-main input:focus {
    outline: none;
  }
  #categories,
  #location {
    background: unset;
    border: none;
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    height: 100%;
  }
  .header-categories {
    padding: 5px 11px 0 14px;
  }
  .header-option-cate {
    height: 100%;
    padding-right: 17px;
    border-right: 1px solid gray;
    margin-right: 17px;
  }
  .header-bottom-inner-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header-bottom-left p {
    color: #222222;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
  }
  .header-bottom-right ul {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .header-bottom-right ul li a {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
  }
  .header-bottom-right ul li:last-child a {
    font-weight: 700;
  }
  .header-bottom-main {
    padding: 25px 0;
    border-bottom: 1px solid #d8d8d8;
  }
  /* ------------------------------------------------------------------------------------------- */
  /* Hero Section start */
  .hero-section {
    padding-top: 20px;
  }
  .hero-main {
    display: flex;
    gap: 10px;
  }
  .hero-main-left {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .hero-main-right {
    flex: 0 0 30%;
    max-width: 30%;
	  padding-left:50px;
  }
  .hero-main-left img {
    width: 100%;
  }
  .hero-main-right img {
    width: 100%;
  }
  
  /* ------------------------------------------------------------------------------------------- */
  
  /* Main Section Start */
  .main-right-section {
    margin-top: 350px;
  }
  main {
   /* margin-top: -225px;*/
  }
  .main-section-main {
    background: #f3f3f3;
    padding-bottom: 50px;
  }
  .main-inner-main {
    display: flex;
    gap: 10px;
  }
  .main-left-section {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .main-right-section {
    flex: 0 0 30%;
    max-width: 30%;
	  padding-left:50px;
  }
  .main-right-image-fist img {
    width: 100%;
  }
  .main-right-image-second img {
      width: 100%;
      height: 487px;
      object-fit: cover;
      overflow: hidden;
      border-radius: 15px;
  }
  
  .main-slider-item img {
    width: 100%;
    max-width: 25px;
    margin: 0 auto;
  }
  .main-slider-item {
    width: 100%;
    max-width: 140px;
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-radius: 4px;
    padding: 5px 10px;
    text-align: center;
  }
  .main-first {
    padding-top: 30px;
  }
  .main-slider-item > div {
    position: relative;
  }
  .main-slider-item > div h5 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    padding-top: 10px;
  }
  .main-slider-item > div::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
	  background:blue;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  .main-slider-item > div img {
    position: relative;
    z-index: 99;
  }

  .automotive::after {
    background: #ffffc8 !important;
  }
  .books::after {
    background: #e9ffda !important;
  }
  .beauty::after {
    background: #ffe0e0 !important;
  }
  .electronics::after {
    background: #ffffc8 !important;
  }
  .more-categories::after {
    background: #ffff !important;
  }
  .apparel img {
    top: -2px;
  }
  .beauty img {
    top: -5px;
    left: 3px;
  }
  .electronics img {
    top: -4px;
    left: 1px;
  }
  .top-seller-heading h2,
  .specials-heading h2,
  .top-trends-heading h2 {
    font-size: 30px;
    color: #222222;
    line-height: 40px;
    font-weight: 700;
  }
  .top-seller-heading,
  .specials-heading,
  .top-trends-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44px 5px 20px 0;
  }
  .help-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: red;
      color: white;
      font-weight: bold;
      padding: 10px 15px;
      z-index: 100000;
      display: flex;
      align-items: center;
      gap: 3px;
      border-radius: 50px;
  }
  .help-main-mobile{
    display: none;
  }
  .help-btn img {
      width: 100%;
      max-width: 20px;
  }
  .top-seller-heading a,
  .specials-heading a,
  .top-trends-heading a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border: 1px solid #000;
    padding: 10px 15px;
    border-radius: 4px;
  }
  .woolworths-image,
  .dis-chem-image,
  .excusive-books-image {
    width: 100%;
    max-width: 98px;
    margin: 0 auto;
  }
  .blue-tick-image {
    max-width: 46px;
  }
  .woolworths-image-main,
  .dis-chem-image-main,
  .excusive-books-image-main {
    position: relative;
  }
  .top-trends-heading,
  .specials-heading {
    padding-bottom: 44px;
  }
  .blue-tick-image {
    position: absolute;
    top: 55%;
    left: 20%;
  }
  .top-fav {
    width: 100%;
    max-width: 40px;
    border: none;
    outline: none;
    background: #222222;
    border-radius: 50%;
    padding: 10px;
  }
  .fav-and-follow-main {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-flw {
    background: transparent;
    outline: none;
    border: none;
  }
  .top-flw button, .home .top-flw span p {
   width: 100%;
    max-width: 30px;
    height: 30px;
    background: #222222;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
	   padding-left: 11px;
  }
  .top-fav-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-slider-item {
    padding: 25px 40px;
    text-align: center;
  }
  .top-slider-item h3 {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
  }
  .woolworths-content,
  .dis-chem-content,
  .excusive-books-content {
    padding-top: 40px;
  }
  
  /* ------------------------------------------------------------------------------------------- */
  
  /* Footer Section Start */
  .footer-second-main {
    background: #e3e3e3;
    padding: 10px 15px;
  }
  .footer-second-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .footer-first-main {
    background: #000000;
    padding: 61px 15px 52px 15px;
  }
  .footer-first-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-first-inner-01 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .footer-first-inner-01 p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-weight: 600;
    padding: 26px 0 24px 0;
  }
  .footer-first-inner-01 ul {
    display: flex;
    gap: 22px;
  }
  .footer-first-inner h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 18px;
  }
  .footer-first-inner ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    padding: 6px 0;
  }
  
  /* Product Css Start */
  .product-main {
      padding: 10px 10px;
      background: #fff;
      border-radius: 5px;
      border: 1px solid #d7d7d7;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .product-main:hover {
      box-shadow: 1px 1px 10px #b1b1b1;
  }
  .product-image img {
    width: 100%;
    max-width: 110px;
    height: 190px;
    object-fit: contain;
    margin: 0 auto;
  }
  .add-to-cart {
    width: 100%;
    background: #222222;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #fff;
  }
  .add-to-cart img {
    width: 100%;
    max-width: 17px;
  }
  .add-to-cart p {
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans" !important;
    font-size: 14px;
  }
  .product-star img {
    width: 100%;
    max-width: 15px;
    height: 15px;
  }
  .product-fav-btn img {
    width: 100%;
    height: 50%;
  }
.product-title h2 {
	font-size: 14px;
	font-weight: 600;
	color: #646464;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 180px;
	height:30px
}
  .product-image {
    position: relative;
  }
.woocommerce a.remove:hover {
	color: #fff !important;
	background: gray;
}
.offer-price-strike {
    font-size: 13px;
    color: red;
    text-decoration: line-through;
}
  
  .product-fav-btn {
    width: 100%;
    max-width: 46px;
    height: 46px;
    outline: none;
    border: none;
    background: #222222;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .product-price-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 21px;
  }
  .product-main-price {
    display: flex;
    gap: 10px;
  }
  .product-star {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .add-to-cart-btn {
    margin-top: 24px;
  }
  
  .product-low-stock {
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    background: #ffffc8;
    display: inline;
    padding: 5px 5px;
  }
  .product-off {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #00a049;
    border-radius: 4px;
    padding: 5px 5px;
    display: inline;
  }
  .get-and-low-main span {
    display: inline-block;
  }
  .get-and-low-main {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  /* Recent Product Section */
  .product-recent {
    padding: 0px 0 50px 0;
    background-color: #f3f3f3;
  }
  .product-recent .item {
    border-radius: 5px;
  }
  
  /* Consumer Page Css Start */
  
  .consumer-main-section {
    background: #f3f3f3;
    height: 100vh;
    width: 100%;
    background-image: url("../assets/consumer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .consumer-main {
    width: 100%;
    max-width: 734px;
    height: 785px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 22px #000 0;
    overflow: hidden;
    overflow-y: scroll;
  }
  .form-main h2 {
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  .form-item {
    position: relative;
    margin-bottom: 24px;
  }
  .form-item input {
    display: block;
    width: 100%;
    height: 58px;
    background: transparent;
    border: solid 1px #ccc;
    transition: all 0.3s ease;
    padding: 0 15px;
    border-radius: 8px;
  }
  .form-item input:focus {
    border-color: #000;
    outline: none;
  }
  .form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 20px;
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    padding: 0 10px;
    color: #848484;
    transition: all 0.3s ease;
  }
  .form-item input:focus + label,
  .form-item input:valid + label {
    font-size: 15px;
    top: -9px;
  }
  .form-item input:focus + label {
    color: #000;
  }
  .form-main {
    padding: 28px 48px;
    text-align: center;
  }
  .form-item i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
  .upload-inner input {
    display: none;
  }
  .google-facebook-btn a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    gap: 13px;
    padding: 16px 29px;
  }
  .google-btn,
  .facebook-btn {
    width: 100%;
    max-width: 420px;
    height: 58px;
    margin: 0 auto;
  }
  .facebook-btn {
    margin-top: 12px;
  }
  .check-box-main p {
    text-align: start;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    top: -4px;
  }
  .check-01-main,
  .check-02-main {
    display: flex;
    align-items: flex-start;
    gap: 13px;
  }
  input#check01,
  input#check022 {
    width: 24px;
    height: 24px;
    flex: 0 0 10%;
  }
  .check-box-main {
    margin-top: 30px;
  }
  .check-02-main {
    padding-top: 13px;
  }
  .upload-inner {
    background: #fff;
    font-size: 19px;
    color: #1c1c1c;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    padding: 19px 0;
    margin-top: 18px;
  }
  .upload-inner label img {
    padding-right: 14px;
  }
  .upload-inner label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-align: justify;
  }
  .submit-btn-main button {
    padding: 20px 27px;
    background-color: #ff0000;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    outline: none;
    border: none;
  }
  .submit-btn-main {
    margin-top: 30px;
  }
  .seller-main .upload-inner {
    margin-bottom: 18px;
  }
  .not-take p {
    color: #ff0000;
    font-size: 15px;
    text-align: left;
    margin-bottom: 18px;
  }
  .radio-btn {
    text-align: left;
  }
  .radio-btn p {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 24px;
  }
  .radio-btn > div {
    padding: 5px 0;
  }
  .cate-seller {
    text-align: left;
  }
  .cate-seller select {
    width: 100%;
    height: 58px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    margin-top: 18px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    padding: 0 15px;
  }
  .checkout-link a {
    text-decoration: underline;
    color: #ff0000;
    font-size: 16px;
  }
  .checkout-link {
    text-align: left;
    margin-top: 18px;
  }
  ul.dropdown {
    flex-direction: column;
    position: absolute;
    gap: 5px !important;
    align-items: first baseline;
    background: #fff;
    padding: 10px 10px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transform: all 0.5s ease;
  }
  .dropdown li a {
    font-weight: normal !important;
  }
  .header-bottom-right ul li {
    transition: all 0.5s ease;
  }
  .header-bottom-right ul li:hover ul.dropdown {
    visibility: visible !important;
    opacity: 1;
  }
  
  /* Seller Page Css start */
  .second-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .second-header {
    background: #000;
    padding: 35px 15px 12px 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .second-header-heading h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }
  .second-header-button button {
    background: transparent;
    outline: none;
    border: none;
  }
  .second-header-button button i {
    color: white;
    font-size: 35px;
  }
  .seller-inner-main {
    background: #fff;
    border-radius: 7px;
    padding: 34px 0 0 0;
    border: 1px solid #e1e1e1;
  }
  .seller-main {
    padding: 24px 0 90px 0;
  }
  section.seller-final-main {
    background: #f3f3f3;
  }
  a.wholesaler-btn {
    padding: 12px 22px;
    background: #ff0000;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    font-weight: 600;
  }
  a.retailer-btn {
    padding: 12px 33px;
    border: 1px solid black;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
  }
  .seller-main-button {
    text-align: center;
    padding: 0 72px 34px 72px;
  }
  .seller-final-main .seller-second-button {
    text-align: center;
  }
  .seller-final-main .seller-product-details-image {
    text-align: center;
    position: relative;
    flex: 0 0 32%;
    max-width: 32%;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    padding: 25px 0;
  }
  .seller-final-main .seller-product-details {
    display: flex;
    margin: 0 72px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 40px;
  }
  .seller-product-details-right {
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 42px;
  }
  .seller-product-details-right h5 {
    font-size: 18px;
    font-weight: 700;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .seller-product-details-right > div {
    display: flex;
    padding-bottom: 25px;
    gap: 20px;
  }
  .seller-product-details-right p {
    font-size: 16px;
    color: #646464;
    font-weight: 600;
    line-height: 28px;
    padding-right: 150px;
  }
  .seller-cate select {
    margin-top: 26px;
    padding: 12px 16px;
    border: 1px solid #a4a4a4;
    border-radius: 4px;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
  }
  select#seller-sub-categories {
    margin-left: 10px;
  }
  .seller-final-main .seller-second-button {
    text-align: center;
    padding: 40px 72px;
  }
  .seller-second-button h4 {
    font-size: 18px;
    padding-bottom: 28px;
    color: #222222;
  }
  .seller-product-details-two h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    flex: 0 0 45%;
    max-width: 45%;
  }
  .seller-product-details-two p {
    font-size: 16px;
    color: #646464;
    font-weight: bold;
    flex: 0 0 55%;
    max-width: 55%;
  }
  .seller-product-details-two > div {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
  }
  .seller-product-details-two {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
  }
  .seller-product-details-two-5 a,
  .seller-product-details-two-6 a,
  .seller-product-details-two-7 a {
    padding: 12px 22px;
    border: 1px solid black;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .seller-product-details-two-9 {
    padding-bottom: 60px !important;
  }
  .seller-product-details-image .get-and-low-main {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: end;
  }
  
  /* Product Page Start */
  .product-page-section {
    background: #f3f3f3;
    padding: 49px 0 100px 0;
  }
  .product-page-image {
    position: relative;
  }
  
  .product-page-product {
    display: flex;
    justify-content: space-between;
  }
  .similar-product-main {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
  }
  .similar-product {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .similar-product-right {
    flex: 0 0 30%;
    padding-left: 50px;
    max-width: 30%;
  }
  .product-page-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-page-content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 60px;
  }
  .product-page-title h2 {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page-code h5 {
    font-size: 16px;
/*     text-align: end; */
    padding-right: 45px;
  }
  .product-page-ratting {
    display: flex;
    gap: 20px;
    padding: 20px 0;
  }
  .product-page-product-content {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    position: relative;
  }
  .product-page-list ul li {
    list-style: disc;
    font-size: 14px;
    color: #222222;
    padding: 5px 0;
  }
  .product-page-list {
    margin-left: 20px;
  }
  button.product-page-fav-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    border: none;
    background: #222222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  button.product-page-fav-btn img {
    position: relative;
    top: 3px;
  }
  button.zoom-btn {
    position: absolute;
    bottom: 24px;
    right: 24px;
    border: none;
    background: #222222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  button.zoom-btn img {
    position: relative;
    top: 2px;
  }
  .product-page-image-small {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
  }
  .product-page-image-small01,
  .product-page-image-small02,
  .product-page-image-small03,
  .product-page-image-small04,
  .product-page-image-small05 {
    width: 100%;
    max-width: 104px;
    height: 104px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 4px;
  }
  .product-page-image-small01 img {
    width: 100%;
  }
  .product-page-size-01 span,
  .product-page-size-02 span {
    padding: 15px 40px;
    display: inline-block;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 700;
  }
  .product-page-size-01,
  .product-page-size-02 {
    margin-top: 15px;
  }

  .product-page-size-02 {
    padding-top: 10px;
    border-bottom: 1px solid #b1b1b1;
  }
  .prouduct-page-price-main {
    font-size: 26px;
    font-weight: bold;
  }
  .prouduct-page-price-main span:last-child {
/*    font-size: 19px;*/
    color: #989898;
    font-weight: normal;
    padding-left: 15px;
  }
  .product-page-price {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  button.up-down-btn {
    background: #fff;
    display: flex;
    gap: 15px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d7dadd;
  }
  button.share-btn {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #d7dadd;
  }
  .product-page-price > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-page-share-main {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
  }
  button.share-btn p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  button.up-down-btn p {
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .product-page-shipping-main,
  .product-page-return-main {
    display: flex;
    gap: 15px;
  }
  .product-page-shipping-main p,
  .product-page-return-main p {
    font-size: 14px;
    color: #222222;
    line-height: 28px;
  }
  .product-page-return-main {
    padding-top: 20px;
  }
  .product-page-return-main a {
    color: #ff0000;
  }
  .similar-product .top-seller-heading {
    padding: 0 0 20px 0;
  }
  .similar-product-right .dis-chem {
    background: #fff;
    border-radius: 4px;
    padding: 45px 20px;
    text-align: center;
  }
  .similar-product-right button.top-flw {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .similar-product-right .top-fav {
    padding: 8px;
  }
  .similar-product-right button.top-fav img {
    position: relative;
    top: 4px;
  }
  .similar-product-right .blue-tick-image {
    left: 30%;
  }
  .similar-product-right .dis-chem-content span {
    font-size: 15px;
    font-weight: 500;
  }
  .similar-product-right button.dis-w {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
  }
  .similar-product-right .dis-chem-content {
    padding: 55px 71px 30px 71px;
  }
  .similar-product-right .dis-chem-content p {
    font-size: 17px;
    color: #222222;
    font-weight: 600;
    padding: 10px 0;
  }
  .similar-product-right .dis-chem-btn a {
    width: 100%;
    background: black;
    color: white;
    padding: 10px 0;
    border-radius: 5px;
  }
  .product-page-tab-heading h5 {
    font-size: 22px;
    color: #191919;
    position: relative;
  }
  .product-page-tab-heading {
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    padding: 86px 0 25px 0;
    border-bottom: 1px solid #b1b1b1;
  }
  .product-page-tab-content p {
    font-size: 18px;
    line-height: 34px;
    color: #646464;
    padding: 38px 100px;
  }
  .product-page-tab-content a {
    color: #ff0000;
  }
  
  /* Store page Css Star */
  .store-left {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .store-main {
    display: flex;
  }
  .store-right {
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: -115px;
  }
  .second-header-profile-01-image img {
    width: 100%;
    max-width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 3px solid #d9d9d9;
  }
  .second-header-profile-01 {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .second-header-profile-01-content h2 {
    color: #fff;
    font-size: 24px;
  }
  .second-header-profile-01-content-image img {
    width: 44px;
    height: 44px;
  }
  .second-header-profile-01-content-image img:last-child {
    width: 35px;
    height: 35px;
    position: relative;
    top: -5px;
    left: 5px;
	border-radius: 50%;
  }
  .second-header-profile {
    display: flex;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    padding-top: 19px;
    margin-top: 31px;
  }
  .second-header-profile-02 button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 12px 30px;
    border-radius: 7px;
    gap: 10px;
  }
  .second-header-profile-02 button h2 {
    font-size: 18px;
  }
  .categories-store-main {
    background: #fff;
    padding: 35px 35px;
    border: 1px solid #e1e1e1;
    border-radius: 7px;
    margin-bottom: 25px;
  }
  .categories-store-main > div {
    display: flex;
    padding-bottom: 25px;
  }
  .categories-store-main h5 {
    font-size: 18px;
  }
  .categories-store-main p {
    font-size: 16px;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 100px;
    line-height: 28px;
  }
  .categories-store-main h5 {
    font-size: 18px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .store-right-inner,
  .store-balance-main {
    background: #fff;
    margin: 0px 20px;
    padding: 30px;
    border-radius: 10px;
  }
  .store-right-inner01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .store-right-inner01 h2 {
    font-size: 16px;
    padding-bottom: 30px;
  }
  .store-right-inner01 > div {
    text-align: center;
  }
  .store-right-inner01 span {
    font-size: 22px;
    font-weight: 700;
  }
  .store-right-email {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .store-right-email,
  .store-right-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f1f1;
    justify-content: center;
    padding: 15px 0;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
  }
  .store-right-phone {
    margin-top: 16px;
  }
  .store-right-inner02 a {
    font-size: 15px;
    color: #000;
  }
  .store-right-email {
    margin-top: 30px;
  }
  .store-balance-main {
    margin-top: 25px;
  }
  .store-balance-main {
    margin-top: 25px;
    padding: 0 !important;
  }
  .store-wallet-balance span {
    font-size: 22px;
    font-weight: 700;
  }
  .add-withdraw,
  .transfer-store {
    padding: 0 30px;
  }
  .add-withdraw {
    margin: 25px 0 16px 0;
    text-align: center;
  }
  .transfer-store {
    padding-bottom: 30px;
    margin: 0 22px;
  }
  .store-wallet-balance p {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .store-wallet-balance,.wps_wcb_wallet_balance_container {
    background: rgb(238, 174, 202);
    background: linear-gradient(
      68deg,
      rgba(238, 174, 202, 1) 0%,
      rgba(233, 139, 245, 1) 52%,
      rgba(255, 254, 231, 1) 92%
    );
    text-align: center;
    padding: 16px 0;
    border-radius: 10px;
	      margin-top: 20px;
  }
.wps_wcb_wallet_balance_container p span, .wps_wcb_wallet_balance_container h4 {
    color: #000 !important;
}
  button.add-money, button.withraw-money {
    background: #1D9BF0;
    border: none;
    padding: 12px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }
  button.withraw-money {
    background-color: #00A049;
    margin-left: 15px;
  }
  button.balance-transfer {
    width: 100%;
    background: #222222;
    border: none;
    padding: 12px 0;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
  }
  .second-header-profile-01 {
    flex: 0 0 58%;
    max-width: 58%;
  }
  .second-header-profile-02 {
    flex: 0 0 42%;
    max-width: 42%;
  }
  .mobile-header-inner-main, .mobile-header-search, .mobile-slide-toggle {
    display: none;
  }
  .view-profile-btn a {
      width: 100%;
      background: #222222;
      color: #fff;
      border-radius: 4px;
      padding: 5px 0;
      margin-top: 10px;
  }
  .cart-btn a button {
      position: relative !important;
  }
  .coupon button {
      background: #222222 !important;
      color: white !important;
      font-size: 15px !important;
      text-transform: capitalize;
      font-weight: normal !important;
      padding: 8px 40px !important;
      margin-left: 10px !important;
  }
  article#post-16 {
      background: #f3f3f3;
      padding: 25px;
  }
  h1.entry-title {
      font-size: 30px;
      font-weight: bold;
      padding-bottom: 20px;
      text-transform: uppercase;
  }
  .cart_totals h2 {
      font-size: 25px;
      padding-bottom: 20px;
      font-weight: bold;
      text-transform: capitalize;
  }
  .woocommerce table.shop_table td {
      padding: 15px 12px;
  }
  td.actions > button {
      background: #222222 !important;
      color: white !important;
      font-weight: 400 !important;
      text-transform: capitalize;
      padding: 8px 40px !important;
  }
  input#coupon_code {
      width: 45%;
      height: 30px;
      border: 1px solid black;
      border-radius: 5px;
      padding: 0 10px;
  }
  .wc-proceed-to-checkout a {
      background: #222222 !important;
      padding: 8px 40px !important;
      font-weight: 400 !important;
      text-transform: capitalize;
  }
  article#post-17 {
       background: #f3f3f3;
      padding: 40px;
  }
  .woocommerce-billing-fields input {
      height: 40px;
      border: 1px solid gray;
      border-radius: 5px;
      background: transparent;
      padding: 10px;
  }
  .form-row.place-order button {
      background: #222222 !important;
      font-weight: 400 !important;
      text-transform: capitalize;
      padding: 8px 40px;
  }
  
  
  /* Tablet Responsive */
  
 @media only screen and (max-width:1024px){
      p.cart-count-main {
      top: 14px !important;
      right: 5px !important;
  }
      .cart-btn button{
          position:relative !important;
      }
    .store-right-inner, .store-balance-main {
      margin: 0px 0;
    }
    .footer-first-inner-01, .footer-first-inner-02, .footer-first-inner-03, .footer-first-inner-04 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .footer-first-inner {
      flex-wrap: wrap;
    }
    .footer-first-main {
      padding: 40px 15px 40px 15px;
    }
    .footer-second-main {
      padding: 10px 15px;
    }
    .footer-first-inner-04, .footer-first-inner-03 {
      padding-top: 40px;
    }
    .footer-first-inner-02, .footer-first-inner-04 {
      padding-left: 100px;
    }
    .store-left {
      flex: 0 0 100%;
      max-width: 100%;
    }
   
    .store-right {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 0;
    }
    .store-main {
      flex-direction: column-reverse;
    }
    .add-withdraw, .transfer-store {
      padding-bottom: 20px;
    }
    .header-top-input {
      flex: 0 0 50%;
      max-width: 50%;
    }
    main {
      margin-top: -195px;
    }
    .hero-section {
      padding: 20px 15px;
    }
    .main-first {
      padding: 10px 15px;
    }
    .top-seller-heading, .specials-heading, .top-trends-heading {
      padding: 20px 15px 20px 15px;
    }
    .top-seller-heading h2, .specials-heading h2, .top-trends-heading h2 {
      font-size: 25px;
    }
    .top-seller-heading a, .specials-heading a, .top-trends-heading a {
      padding: 10px 15px;
    }
    .main-right-section {
      padding-right: 15px;
    }
    .main-right-section {
      margin-top: 180px;
    }
    .hero-main-right {
      padding-left: 10px;
    }
    .header-top-logo {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
    }
    .header-top-buttons {
      flex: 0 0 50%;
      max-width: 50%;
      justify-content: end;
    }
    .header-top-inner-main {
      padding: 25px 15px;
    }
    .header-top-logo {
      padding-bottom: 20px;
    }
    .header-categories {
      display: none;
    }
    .header-option-cate {
      display: none;
    }
    #location {
      display: none;
    }
    .header-top-form-main input {
      border-right: unset;
    }
    .header-bottom-main {
      padding: 25px 15px;
    }
    .product-page-product-content > img {
      width: 100%;
    }
    button.product-page-fav-btn {
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
    }
    button.zoom-btn {
      bottom: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
    }
    button.zoom-btn img{
      width: 100px;
      max-width: 17px;
    }
    .product-page-size-01 span, .product-page-size-02 span {
      padding: 8px 12px;
      font-size: 10px;
    }
    .product-page-title h2 {
      font-size: 18px;
      line-height: 25px;
    }
    .product-page-content {
      padding-left: 30px;
      padding-right: 15px;
    }
    .product-page-size-02 {
      border-bottom: unset;
    }
    .product-page-size {
      border-bottom: 1px solid gray;
      padding-bottom: 20px;
    }
    .prouduct-page-price-main {
      font-size: 20px;
    }
    .prouduct-page-price-main span:last-child {
      font-size: 17px;
      padding-left: 10px;
    }
    button.share-btn {
      gap: 10px;
      padding: 10px;
    }
    button.share-btn p {
      font-size: 12px;
    }
    button.up-down-btn {
      gap: 10px;
      padding: 11px;
    }
    button.up-down-btn p {
      font-size: 12px;
    }
    .product-page-price {
      align-items: center;
    }
    .product-page-image-small01, .product-page-image-small02, .product-page-image-small03, .product-page-image-small04, .product-page-image-small05 {
      max-width: 85px;
      height: 85px;
    }
    .product-page-image-small01 img, .product-page-image-small02 img, .product-page-image-small03 img, .product-page-image-small04 img, .product-page-image-small05 img {
      width: 100%;
    }
    .product-page-image-small {
      gap: 10px;
    }
    .product-page-image {
      padding-left: 15px;
    }
    .similar-product-main {
      padding: 40px 15px;
    }
    .similar-product-right {
      padding-left: 15px;
    }
    .similar-product-right .dis-chem {
      padding: 61px 5px;
    }
    .similar-product-right .dis-chem-content {
      padding: 40px 25px 20px 25px;
    }
    .product-page-tab-heading {
      padding: 30px 0 25px 0;
    }
    .product-page-tab-content p {
      padding: 20px 15px;
    }
    .top-seller-slider {
      padding: 0 15px;
    }
    .product-page-section {
      padding: 40px 0 40px 0;
    }
    .store-right {
      padding: 0 15px;
    }
    .store-balance-main {
      margin-top: 20px;
    }
    .store-left {
      padding: 0 15px;
      margin-top: 20px;
    }
    .mobile-header-inner-main, .mobile-header-search, .mobile-slide-toggle {
      display: none;
    }
	 
	
  }
  
  
  /* Mobile Responsive */
  
@media only screen and (max-width:767px){
	
	.woolworths-image-main{    min-height: auto !important;}
	
	.dokan-subscription-content .pack_content_wrapper .product_pack_item
 {
    width: 100%;
}
	.dokan-subscription-content .pack_content_wrapper .product_pack_item .pack_price{left: 44%; padding-top: 35px;}
.top-trends-main-seller .top-trends-owl > div {
	flex: 0 0 47%;
	max-width:47%;
}
	.top-flw button, .home .top-flw span p {padding: 8px;}
	.additional-info-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
	.additional-info {
	flex: 0 0 100%;
	max-width: 100%;
}
    .store-right-inner, .store-balance-main {
      margin: 0px 0;
    }
	.product-page-shipping-main > div img {
	max-width: 55px;
}
    .add-withdraw, .transfer-store {
      padding-bottom: 20px;
    }
  .form-main {
      padding: 0px;
  }
  .upload-inner {
      font-size: 15px;
  }
  .check-box-main p {
      font-size: 15px !important;
  }
  input#check01, input#check022 {
      width: 20px;
      height: 20px;
  }
  .consumer-main {
      height: 680px;
      margin: 15px;
  }
  .form-main h2 {
      padding-bottom: 30px;
      font-size: 25px;
  }
  .seller-main {
      padding: 20px 15px 40px 15px;
  }
  .footer-first-inner-01, .footer-first-inner-02, .footer-first-inner-03, .footer-first-inner-04 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .footer-first-inner {
      flex-wrap: wrap;
  }
  .footer-second-inner {
      flex-direction: column;
      gap: 10px;
  }
  .footer-second-main {
      padding: 10px 15px;
  }
  .footer-first-main {
      padding: 40px 15px 40px 15px;
  }
  .footer-first-inner h2 {
      padding-bottom: 10px;
  }
  .footer-first-inner-03 {
      padding: 40px 0;
  }
  .footer-first-inner-02 {
      padding-top: 40px;
  }
  .footer-first-inner-02, .footer-first-inner-04 {
    padding-left: 0px;
  }
  .footer-first-inner-04 {
      padding-top: 0;
  }
  .store-left {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .store-right {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 0;
  }
  .store-main {
      flex-direction: column-reverse;
  }
  .header-top-inner-main {
      padding: 20px 0;
      justify-content: center;
  }
  .header-top-logo {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      padding-bottom: 10px;
  }
  .header-top-logo a img {
      max-width: 180px;
  }
  .second-header-profile {
      padding-top: 15px;
      margin-top: 25px;
  }
  .header-bottom-inner-main {
      justify-content: center;
      flex-wrap: wrap;
  }
  .second-header-profile-01 {
      flex: 0 0 60%;
      max-width: 60%;
  }
  .second-header-profile-02 {
      flex: 0 0 40%;
      max-width: 40%;
  }
  .second-header-profile {
      flex-wrap: wrap;
  }
  .second-header-profile-01-image img {
      width: 100%;
      max-width: 80px;
      height: 80px;
  }
  .second-header-heading h3 {
      font-size: 25px;
  }
  .second-header-button button i {
      font-size: 30px;
  }
  .second-header-profile-01 {
      gap: 10px;
  }
  .second-header-profile-01-content-image img {
      width: 30px;
      height: 30px;
  }
  .second-header-profile-01-content-image img:last-child {
      width: 25px;
      height: 25px;
      top: -2px;
  }
  .second-header-profile-01-content h2 {
      font-size: 20px;
  }
  
  .store-balance-main {
      margin-top: 15px;
  }
  .categories-store-main {
      padding: 25px 25px;
      margin: 25px 0px;
  }
  .categories-store-main p {
      padding-right: 0;
    flex: 0 0 100%;
      max-width: 100%;
  }
  .categories-store-main h5 {
      font-size: 18px;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .categories-store-main > div {
      flex-wrap: wrap;
  }
  .description-store {
      padding: 0 !important;
  }
  
  .top-seller-heading h2, .specials-heading h2, .top-trends-heading h2 {
      font-size: 20px;
  }
  .top-seller-heading a, .specials-heading a, .top-trends-heading a {
      padding: 10px 15px;
  }
  
  
  
  .product-page-product-content > img {
      width: 100%;
  }
  .product-page-section {
      padding: 30px 15px 50px 15px;
  }
  .product-page-product {
      flex-wrap: wrap;
  }
  .product-page-image {
      flex: 0 0 100%;
      max-width: 100%;
  }
  button.product-page-fav-btn {
      top: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
  }
  button.zoom-btn {
      bottom: 5px;
      right: 5px;
      width: 30px;
      height: 30px;
  }
  .zoom-btn img {
      width: 100%;
      max-width: 17px;
  }
  .product-page-content {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
  }
  .product-page-code h5 {
      padding-right: 0;
  }
  .product-page-size-01 span, .product-page-size-02 span {
      padding: 10px 20px;
    font-size: 12px;
  }
  .product-page-size-02 {
      border-bottom: unset;
  }
  .product-page-size {
      border-bottom: 1px solid gray;
      padding-bottom: 20px;
  }
  .prouduct-page-price-main {
      font-size: 20px;
  }
  .prouduct-page-price-main span:last-child {
      font-size: 15px;
      padding-left: 5px;
  }
  .product-page-price {
      padding: 30px 0;
      align-items: center;
  }
  .product-page-image-small05 img, .product-page-image-small04 img, .product-page-image-small03 img, .product-page-image-small02 img   {
      width: 100%;
  }
  .product-page-image-small {
      gap: 10px;
      padding: 20px 0;
  }
  .product-page-image-small01, .product-page-image-small02, .product-page-image-small03, .product-page-image-small04, .product-page-image-small05 {
      height: 70px;
  }
  .similar-product-main {
      padding-top: 40px;
      flex-wrap: wrap;
  }
  .similar-product {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .similar-product-right {
      flex: 0 0 100%;
      padding-left: 0;
      max-width: 100%;
      margin-top: 20px;
  }
  .product-page-tab-heading {
      gap: 25px;
      padding: 40px 0 25px 0;
  }
  .product-page-tab-content p {
      font-size: 16px;
      line-height: 25px;
      padding: 15px 0;
  }
  
  
  .hero-main-right {
      display: none;
  }
  .hero-main-left {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .hero-section {
      padding: 15px 15px;
  }
  main {
      margin-top: 0;
  }
  .header-top-buttons {
      gap: 30px;
      padding-top: 20px;
  }
  #location {
      display: none;
  }
  .header-option-cate {
      display: none;
  }
  .header-categories {
      display: none;
  }
  .header-top-form-main input {
      border-right: unset;
  }
  .header-bottom-main {
      padding: 15px 0;
      border-bottom: 1px solid #d8d8d8;
  }
  .main-left-section {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .main-inner-main {
      gap: 0;
      padding: 0 15px;
  }
  .main-first {
      padding-top: 20px;
  }
  .top-seller-heading, .specials-heading, .top-trends-heading {
      padding: 30px 5px 30px 0;
  }
  .main-slider-item > div h5 {
      font-size: 10px;
  }
  .main-slider-item {
      height: 85px;
  }
  .main-right-section {
      display: none;
  }
  .header-bottom-right {
      padding: 10px 15px;
  }
  .product-recent {
      padding: 40px 15px 40px 15px;
  }
  .header-top-input {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-main-header {
      justify-content: center;
  }
  .header-top-buttons {
      flex: 0 0 100%;
      max-width: 100%;
      justify-content: center;
  }
  .dropdown {
      display: none !important;
  }
  .dropdown-for-mobile {
      display: block !important;
  }
  .header-bottom-right i {
      display: none;
  }
  .header-bottom-right ul:first-child li:first-child {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .header-bottom-right ul:first-child li:nth-child(2) {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .header-bottom-right ul:first-child li:nth-child(3) {
      flex: 0 0 60%;
      max-width: 60%;
  }
  .dropdown-for-mobile {
      display: flex !important;
      flex-direction: row !important;
      justify-content: center;
      padding-bottom: 10px;
  }
  .header-bottom-right ul:first-child {
      display: none;
  }
  .header-bottom-right ul li:last-child a {
      font-weight: 600;
  }
  .header-top-main {
      display: none;
  }
  .header-bottom-main {
      display: none;
  }
  .mobile-header-main {
      background: #000;
      padding: 0 15px;
      position: relative;
  }
  .mobile-header-search {
      padding: 15px 0;
  }
  .mobile-header-inner-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 15px;
  }
  .tog {
      display: block;
      width: 30px;
      height: 2px;
      background: #fff;
      border-radius: 10px;
  }
  .mobile-header-toggle {
      cursor: pointer;
  }
  #tog-id {
      margin: 5px 0;
  }
  .mobile-header-logo a img {
      width: 100%;
      max-width: 150px;
  }
  .mobile-header-search .header-top-form-main {
      width: 100%;
  }
  .mobile-slide-toggle {
      position: fixed;
      background: black;
      width: 100%;
      left: 0;
      top: 0;
      height: 100vh;
      z-index: 999;
      padding: 40px;
      display: none;
  }
  .close-toggle {
      display: block;
      width: 25px;
      height: 4px;
      background: #fff;
      border-radius: 10px;
  }
  .close-toggle-1 {
      transform: rotate(45deg);
  }
  .close-toggle-2 {
      transform: rotate(-45deg);
      position: relative;
      top: -4px;
      left: 0px;
  }
  .close-span {
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 20px;
      height: 20px;
  }
  .mobile-slide-logo a img {
      width: 100%;
      max-width: 150px;
  }
  .mobile-slide-logo {
      padding: 25px 0;
  }
  hr {
      color: #ffffff1c;
  }
  .mobile-slide-menu .header-top-buttons {
      padding-bottom: 25px;
    flex-direction: column;
  }
  .mobile-slide-para p {
      color: #fff;
      font-size: 17px;
      padding: 15px 0;
  }
  .mobile-slide-menu ul li a {
      color: #fff !important;
  }
  .mobile-slide-menu > ul li {
      padding: 8px 0;
  }
  .mobile-slider-dropdown {
      display: none;
    padding: 10px 0 0 20px;
  
  }
  .mobile-slider-dropdown-2 {
    display: none;
    padding: 10px 0 0 20px;
  
  }
  .signup-ul{
    display: block;
  }
  .humburger-slide{
    display: block;
  }
  .woolworths-image, .dis-chem-image, .excusive-books-image {
      max-width: 60px;
  }
  .blue-tick-image {
      left: 33%;
        top: 75%;
  }
  .blue-tick-image {
      max-width: 27px;
  }
  .top-slider-item {
      padding: 15px 5px;
  }
  .top-fav {
      max-width: 35px;
  }
  .top-flw img {
      max-width: 35px;
      height: 35px;
  }
  .woolworths-content, .dis-chem-content, .excusive-books-content {
      padding-top: 50px;
  }
  .top-slider-item p {
      font-size: 12px;
  }
  .view-profile-btn a {
    font-size: 13px;
  }
  .product-image > img {
      max-width: 100px;
      height: 100px;
      transform: scale(0.7);
  }
  .product-main {
      padding: 5px 5px;
  }
.product-title h2 {
	font-size: 14px;
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 140px;
}
  .product-low-stock {
      font-size: 10px;
      padding: 5px 5px;
  }
  .product-off {
      font-size: 10px;
      padding: 5px 5px;
  }
  .product-fav-btn {
      max-width: 35px;
      height: 35px;
  }
  .product-price-main {
    margin-top: 10px;
  }
  .second-header-button {
      display: none;
  }
  .mobile-header-search {
      display: block;
  }
  
  
  .product-page-section .woolworths-image, .product-page-section .dis-chem-image, .product-page-section .excusive-books-image {
      max-width: 100px;
  }
  
  .product-page-section .blue-tick-image {
      max-width: 70px;
  }
  .product-page-tab-heading h5 {
      font-size: 20px;
  }
  .sign-up-btn button {
      background: transparent;
      border: none;
  }
  .sign-up-btn button img {
      width: 100%;
      max-width: 20px;
  }
  .mobile-header-cart {
      display: flex;
      gap: 10px;
  }
  .product-page-code {
      padding-right: 25px;
      padding-top: 15px;
  }
  .dis-w img {
      width: 100%;
      max-width: 35px;
  }
  .check-box-main p {
      text-align: start;
  }
  .upload-inner label {
      text-align: start;
  }
  .product-main-price {
      gap: 4px;
      font-size: 12px;
  }
  .product-star {
      gap: 5px;
      font-size: 12px;
  }
  
  .help-main-desktop {
    display: none;
  }
  .help-main-mobile{
    display: block;
  }
  .help-main-mobile {
      height: 100vh;
      width: 100%;
      position: absolute;
      top: 0;
  }
  .help-btn-mobile {
      background: red;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      position: fixed;
      z-index: 9999999;
      right: 10px;
      top: 95%;
  }
  .help-btn-mobile img {
      width: 100%;
      max-width: 20px;
      position: relative;
      top: 10px;
      left: 10px;
  }
  .main-section-main {
      padding-bottom: 0;
  }
	
	 ul.tabs.wc-tabs li {
		padding: 12px 20px !important;
		margin: 0 !important;
	}
	 ul.tabs.wc-tabs {
		display: block !important;
		 margin-top:60px !important
	}
	 .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 40px 20px;
}
	 .new-product-grid .top-seller-slider ul.products li {
    flex: 0 0 calc(50% - 11px) !important;
    max-width: calc(50% - 11px) !important;
    position: relative;
}
  
  } 
  
  
  #footer{
    display: none;
  }
.woocommerce-message {
	display: flex;
	flex-direction: row-reverse;
	padding: 7px 0;
}


  
  
  p.return-to-shop a {
      background: #222222 !important;
      color: white !important;
      font-weight: 400 !important;
      text-transform: capitalize;
      padding: 8px 40px !important;
  }
  span.selection > span {
      height: 40px !important;
      background: transparent !important;
      padding-top: 7px;
      font-size: 13px;
  }
  .woocommerce-billing-fields h3 {
      font-size: 20px;
      font-weight: bold;
      text-transform: capitalize;
      padding-bottom: 20px;
  }
  h3#order_review_heading {
      font-size: 20px;
      padding: 40px 0;
      font-weight: bold;
      text-transform: capitalize;
  }
  .woocommerce-additional-fields h3 {
      font-size: 20px;
      font-weight: bold;
      text-transform: capitalize;
      padding-bottom: 20px;
  }
  textarea#order_comments {
      background: transparent;
      border: 1px solid gray;
      border-radius: 5px;
      padding: 10px;
      width: 100% !important;
  }
  .woocommerce-info {
      border-top-color: #ff0000;
  }
.woocommerce-message {
	border-top-color: #222222;
	display: flex;
	align-items: center;
	gap: 17px;
	padding-top: 10px;
	justify-content:space-between;
}
  .woocommerce-message::before {
      color: #222222;
  }
  .woocommerce-message a {
      background: #222222 !important;
      color: white !important;
      font-weight: 400 !important;
      text-transform: capitalize;
      padding: 8px 40px !important;
  }
section.shipping-calculator-form button {
    width: 100%;
    background: #222222 !important;
    color: white !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
input#calc_shipping_city, input#calc_shipping_postcode {
    height: 40px;
    border: 1px solid gray;
    background: transparent;
    border-radius: 5px;
    padding: 10px;
}
#post-60 {
	padding: 80px 50px;
	background:#f3f3f3;
}
#post-60 header h1 {
	text-align: center;
	padding-bottom: 50px;
}
.shipping-step-form input {
	height: 40px;
	background: transparent;
	border: 1px solid gray;
	padding: 10px;
	border-radius: 5px;
	width: 60% !important;
}
.shipping-step-form button {
	background: #222 !important;
	font-weight: 400 !important;
	text-transform: capitalize;
	padding: 8px 50px;
	border: none;
	border-radius: 5px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item img {
    width: 100%;
    max-width: 140px;
}
.product-page-shipping-main > div img {
	width: 100%;
	max-width: 45px;
}
.product-page-return-main > div img{
	width:100%;
	max-width:30px;
}
#post-18 {
	background: #f3f3f3;
	padding: 40px;
}
#post-18 .woocommerce-MyAccount-navigation ul li a {
	border: 1px solid gray;
	padding: 10px 25px;
	border-radius: 5px;
	background: transparent;
	color: black;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	max-width: 200px;
}
.dokan-btn.dokan-btn-theme.vendor-dashboard {
	background: #222;
	color: white !important;
	text-decoration: none !important;
	border: none !important;
	padding: 10px 40px;
}

#post-18 .woocommerce-MyAccount-content {
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
}
#post-18 .woocommerce-MyAccount-content p {
	padding: 10px 0;
}
#post-18 .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
	background: #222 !important;
	color: white !important;
}
#post-18 .woocommerce-MyAccount-content a {
	text-decoration: underline;
	color: red;
	line-height: 25px;
}
#post-18 .woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, .woocommerce-button.button.woocommerce-form-login__submit {
	background: #222;
	color: white;
	font-size: 14px;
	width: 100%;
	border-radius: 5px;
	font-weight: 400;
}
.woocommerce-button.button.woocommerce-form-login__submit:hover{
	background:#222;
	color:white;
}
.woocommerce-form .woocommerce-privacy-policy-text {
	padding: 15px 0;
	font-size: 14px;
}
#post-18 h2 {
	padding-bottom: 40px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align:center;
}
#post-18 .u-column2 {
	padding: 28px 48px;
}
#reg_email, #reg_password, #first-name, #shop-phone, #seller-url, #company-name, #last-name {
	background: transparent;
	height: 58px;
	border: 1px solid #ccc;
}


  
 @media only screen and (max-width:768px){
	 #post-18 .u-column2 {
	padding: 0;
}
	 #post-18 h2 {
	padding-bottom: 0;
}
	 .owl-nav.disabled {
	display: none !important;
}
	 .shipping-step-form input {
	width: 100% !important;
}
	 .add-money {
	padding: 12px 37px !important;
}
	 .withraw-money {
	margin: 10px 0 0 0 !important;
}
      p.cart-count-main {
      top: 14px;
      right: 6px;
  }
.product-page-price > div {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}
	 #product-quantity {
	padding: 14px 8px;
}
	 .button.wc-forward {
	width: 100% !important;
	text-align: center !important;
}
	 .woocommerce-message::before {
	color: #222222;
	display: none;
}
	 .product-title h2 {
	width: 100%;
	max-width: 130px;
	padding-bottom: 10px;
}
      input#coupon_code {
      width: 100%;
  
  }
      .coupon button {
      width: 100% !important;
      margin-top: 10px !important;
  }
      .wc-proceed-to-checkout a {
      width: 100%;
      text-align: center;
  }
	 #post-18 {
	padding: 20px;
}
#post-18 .woocommerce-MyAccount-navigation ul {
	flex-wrap: wrap;
	gap: 5px;
}

#post-18 .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 10px;
	font-size: 13px;
	margin: 5px 0;
}
	 #post-18 .woocommerce-MyAccount-navigation ul li a{
		 max-width:100%;
	 }
	 
	 
	 
	 
	 
  }
  
  @media only screen and (max-width:1024px){
      p.cart-count-main {
      top: -8px !important;
      right: -11px !important;
  }
  } 
.form-item input[type="date"] {
        width: inherit;
        min-width: 100% !important;
    }

@media only screen and (max-width:425px){
     .new-product-grid .top-seller-slider ul.products li {
		flex: 0 0 calc(100% - 11px) !important;
		max-width: calc(100% - 11px) !important;
		position: relative;
	}
	.new-product-grid .top-seller-slider ul.products.columns-4{
		display:block !important
	}
	
     .form-item input[type="date"] {
        width: inherit;
        min-width: 95% !important;
    }
	
	
  }
   
	 
article#post-16 #reviews {
  display: none;
}
span.onsale {
    position: absolute;
    left: 0;
    z-index: 9;
    background: #1c22df;
    color: #fff;
    padding: 5px 7px;
    font-size: 11px;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li a img {
    width: 50px;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li .product-name a {
    color: #000;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li a.product_type_simple.add_to_cart_button {
    background: #000;
    padding: 6px 10px;
    line-height: 0;
    display: inline !important;
}

@media screen and (max-width: 768px) {
    input, textarea, select {
        font-size: 16px !important;
    }
	
	article#post-16 .top-seller-slider {
        padding: 0 ;
    }
	
	article#post-16 .top-seller-slider ul.products li.product .price del {
    font-size: 10px;
}
	
	.mo-openid-app-icons a.mo_btn.mo_btn-mo.mo_btn-block.mo_btn-social.mo_btn-google.mo_btn-custom-dec.login-button.mo_btn_transform{width:97% !important}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none}
	.home form.dokan-follow-form button:before, .home .top-flw span p:before {
    content: "";
    background: url(https://anyseller.co.za/wp-content/uploads/2024/08/follow-btn.png);
   
    right: 1px !important;
	top:-1px !important
}
}


.cart-btn a.cart-contents:hover p.cart-count-main {
    color: #fff !important;
}

.store-right-follo-unfo{
padding:0; border:0	
}

.store-right-follo-unfo form.dokan-follow-form {
    width: 100%;
    display: block;
}

.store-right-follo-unfo form.dokan-follow-form button {
    width: 100%;
    border: 0;
    background: #000;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
	cursor:pointer
}
.store-right-follo-unfo form.dokan-follow-form input[value="unfollow"] ~ button {
    background: #f00;
}

.home form.dokan-follow-form button:before, .home .top-flw span p:before {
    content: "";
    background: url(https://anyseller.co.za/wp-content/uploads/2024/08/follow-btn.png);
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    z-index: 999;
    background-size: 12px;
    right: 3px;
	top:-3px
}

.home  form.dokan-follow-form input[value="unfollow"] ~ button{
	background: #f00;
	border-color: #f00;
}
        
 @supports (-webkit-appearance: none) {
    /* Safari-only CSS here */
    .top-flw button, .home .top-flw span p {
         padding: 10px;
    }
  }


span.select2-selection {
    padding: 0 !important;
}
.select2-container {
    width: 100% !important;
}
.woocommerce-shipping-fields {
    padding: 0 3px;
}
ul.wishlist_table.wishlist_view.responsive li a {
    padding: 0;
    width: fit-content;
}
ul.wishlist_table.wishlist_view.responsive li table.additional-info {
    width: auto;
    display: flex
;
}
div#yith-wcwl-popup-message{display:none}


@media screen and (max-width: 767px) {
  .form-item input:focus + label,
  .form-item input:valid + label {
    font-size: 10px;
  }
}	



@media only screen and (max-width: 575px) {
   .second-header-profile-02 button {
            padding: 10px 15px;
    }
	.second-header-profile-02 button h2 {
    font-size: 15px;
}
	
.second-header-profile-02 button img {
    width: 15px;
}
	
	    .second-header-profile-01 {
        flex: 0 0 75%;
        max-width: 75%;
    }
	
	    .second-header-profile-02 {
        flex: 0 0 25%;
        max-width: 25%;
    }
	
	    .second-header-profile-01-content h2 {
        font-size: 16px;
        padding-right: 15px;
    }
	
	    .second-header-profile-01-image img {
        width: 65px;
        max-width: 65px;
        height: 65px;
    }

}