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

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
  /*font-family: 'Oswald', sans-serif; */
  font-family: "Roboto", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none !important;
}

.container-fluid {
  width: 98%;
}

ul {
  padding: 0px;
  margin: 0px;
}

img {
  width: 100%;
  display: block;
}

.no-gutter {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #333;
}

/*h4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 24px;
}*/
.m-left {
  margin-left: 90px;
}

p {
  margin: 0px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--c3);
}

:root {
  --c1: #ffbe05;
  --c2: #725236;
  --c3: #333;
  --c4: #222;
  --c5: #171717;
  --c6: #f1f1f1;
}

::selection {
  background-color: var(--c2);
  color: #fff;
}

/* header */

.top-header {
  background-color: var(--c4);
  font-size: 14px;
  text-align: center;
  padding: 8px 0px;
}

.top-header p {
  color: #fff;
}

.nav-bar-main ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.logo {
  width: 68%;
}
.logo a {
    display: block;
}
.icons-main ul {
  display: flex;
  gap: 30px;
  justify-content: end;
}

.nav-bar-main ul li a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0px;
}

.icons-main ul li a {
  color: #000;
  font-size: 19px;
  position: relative;
}

.main-header {
  padding: 18px 0px;
}

.icons-main ul li a span {
  position: absolute;
  background-color: #735336;
  width: 18px;
  height: 18px;
  bottom: 3px;
  line-height: 18px;
  left: -5px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.nav-bar-main ul li ul {
  flex-direction: column;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  gap: 0px;
  left: 0;
  top: 100%;
  background-color: #fff;
  color: #fff;
  width: 207px;
  border-top: 1px solid var(--c4);
  z-index: 999;
}

.nav-bar-main ul li ul li a {
  font-size: 13px;
  padding: 10px 10px;
  display: block;
  text-transform: capitalize;
  transition: 0.3s ease all;
}

.nav-bar-main ul li {
  position: relative;
}

.nav-bar-main ul li:hover ul {
  visibility: visible;
  opacity: 1;
}

.nav-bar-main ul li ul li a:hover {
  padding-left: 18px;
  background-color: #efefef;
}

/* section-main-home */

.banner-img img {
  height: 85vh;
  object-fit: cover;
}

.banner {
  position: relative;
}

.main-home-title h1,
.main-home-title h4 {
  color: #fff;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-home-title p:nth-child(2) {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
}

.main-home-title {
  text-align: center;
  color: #fff;
}
.main-home-title p:nth-child(2) span span {
  display: inline;
}

.main-home-title p:nth-child(2) span {
  color: var(--c1);
  display: block;
}

.main-home-title p:nth-child(2) {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-home-title p {
  font-size: 26px;
  margin-bottom: 25px;
  color: inherit;
}

.web-btn a {
  padding: 10px 30px;
  border: 1px solid #fff;
  transition: all 0.4s;
  color: #fff;
}

.web-btn a:hover {
  background-color: var(--c1);
  color: #fff;
}

.banner:before {
  background: rgb(0 0 0 / 45%);
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  top: 0;
  left: 0;
}

/* section-categories */

.cat-item {
  position: relative;
  width: 48%;
  margin-bottom: 30px;
}

.cat-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}

.cat-img a {
  display: block;
}

.cat-content h3 a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  padding: 18px 0px;
}

.cat-item-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cat-banner-inner {
  position: relative;
}

.cat-banner-item-content {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    65deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(122, 122, 122, 0) 100%,
    rgba(0, 0, 0, 0) 100%
  );
  width: 100%;
  padding: 20px;
}

.cat-banner-item-content h2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.cat-sec-title {
  text-align: center;
  color: var(--c3);
}

.cat-sec-title h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 36px;
}

.cat-sec-title h1:before,
.cat-sec-title h1:after {
  content: "";
  position: absolute;
  top: 46%;
  width: 24%;
  background-color: var(--c4);
  height: 2px;
}

.cat-title {
  padding: 90px 0px;
}

.cat-sec-title h1:before {
  left: 9%;
}

.cat-sec-title h1:after {
  right: 9%;
}

.cat-sec-title h4 {
  font-size: 18px;
  margin-bottom: 7px;
}

/* section-hurry */

.hurry-content-main {
  position: absolute;
  top: 0;
  right: 10%;
  width: 47%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hurry-banner {
  position: relative;
}

.hurry-content {
  color: #fff;
}

.hurry-content p {
  color: inherit;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.hurry-content h4 {
  font-size: 34px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.hurry-content h4.harry {
  display: block;
  font-size: 122px;
  color: #ffbe05;
  font-weight: 800;
}

.hurry-content h4 strong {
  color: var(--c1);
}

.hurry-banner:before {
  position: absolute;
  content: "";
  background: rgb(0 0 0 / 60%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hurry-content .web-btn {
  margin-top: 20px;
}

/* section-jack-widg */

.jack-widg-img img {
  height: 625px;
  object-fit: cover;
  transition: all 0.7s;
}

.jack-widg-item {
  position: relative;
  overflow: hidden;
}

.jack-widg-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 999;
  padding: 40px 50px;
}

.jack-widg-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.jack-widg-content p {
  color: inherit;
  font-size: 16px;
  margin-bottom: 20px;
}

.jack-widg-item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 42%);
  z-index: 99;
}

.jack-widg-item:hover .jack-widg-img img {
  transform: scale(1.1);
}

.wrapper {
  overflow: hidden;
}

.demand-content {
  height: 300px;
  overflow-y: scroll;
}

.demand-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.demand-content::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.demand-content::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--c2);
}

.demand-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.description {
  padding: 30px 0px;
  background: #fbfbfb;
}

/* section-description */

.demand-content h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.demand-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.demand-content p {
  margin-bottom: 15px;
}

/* section-faqs */

.faqs-item {
  background-color: #f1f1f1;
  padding: 24px 24px;
  margin-bottom: 20px;
}

.faqs-item h3 {
  font-size: 17px;
  position: relative;
  font-weight: 600;
  color: #000;
}

.faqs-item h3:hover {
  cursor: pointer;
  text-decoration: underline;
}

.faqs-body {
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}

.faqs-body p {
  font-size: 15px;
  margin-bottom: 18px;
  font-family: "Poppins", sans-serif;
}

.faqs-item h3:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "+";
  font-size: 26px;
  width: 30px;
  height: 30px;
  background-color: var(--c3);
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.faqs-item h3.active:after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
}

.faqs {
  padding: 50px 0px;
}

.faq-title h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

/*footer-service*/

.f-service-icon i {
  font-size: 35px;
}

.f-service-item {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.f-service-content {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-service {
  background-color: var(--c6);
  padding: 30px 0px;
}

.f-service-icon i.fa-plane {
  transform: rotate(-55deg);
}

/* footer */

.footer-top {
  background-color: var(--c5);
  padding: 15px 0px;
  border-bottom: 1px solid #2f2e2e;
}

.foot-form-main input[type="email"] {
  width: 56%;
  padding: 7px 16px;
  background: unset;
  border-radius: 18px;
  border: 2px solid #5c5c5c;
  color: white;
  outline: 0;
  font-size: 15px;
}

.foot-form-main input[type="email"]::placeholder {
  color: #fff;
}

.foot-form-main input[type="submit"] {
  padding: 1px 26px;
  border-radius: 20px;
  outline: none;
  height: 37px;
  font-size: 14px;
  border: none;
  background: #ffbe05;
  margin-left: 6px;
}

.social-icons ul {
  display: flex;
  gap: 30px;
}

.social-icons ul li a {
  color: #fff;
  font-size: 20px;
}

footer.footer {
  background-color: var(--c5);
}

.footer-main {
  padding-top: 30px;
  color: #5c5c5c;
}

.footer-logo {
  width: 60%;
}

.footer-item .footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-links ul li a {
  color: inherit;
  font-size: 14px;
  display: block;
  position: relative;
  padding-left: 15px;
  transition: all 0.5s;
}

.footer-links ul li {
  margin-bottom: 6px;
}

.footer-links ul li a:before {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  left: 0;
  top: 3px;
  font-size: 10px;
  font-weight: 800;
}

.footer-links ul li a:hover {
  color: var(--c1);
  margin-left: 10px;
  text-decoration: none !important;
}

.footer-contact p,
.footer-contact a {
  color: inherit;
  font-size: 14px;
}

.footer-contact p {
  margin-bottom: 10px;
}

.footer-contact a {
  display: block;
  margin-bottom: 10px;
  transition: all 0.5s;
}

.footer-contact a:hover {
  color: var(--c1);
}

.footer-bottom {
  background-color: var(--c2);
  padding: 13px 0px;
}

.copyrights p {
  color: #fff;
}

.payment-method ul {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.payment-method ul li a {
  font-size: 34px;
  color: #fff;
}

.copyrights p a {
  transition: all 0.4s;
  color: #000;
}

.copyrights p a:hover {
  color: #fff;
}

.payment-method ul li a:hover {
  color: #000;
}

.footer-main-bg {
  background-color: #1a1a1a;
  height: 35px;
  width: 100%;
  margin-top: 30px;
}

/* wrapper-section */

.inner-wrapper {
  background-color: var(--c6);
  padding: 35px 0px;
}

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

.wrapper-title .bread-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 7px;
    font-weight: 500;
}

.wrapper-title a {
  color: #000;
  transition: all 0.3s;
}

.wrapper-title ul li a:hover {
  color: #ec006c;
}

.wrapper-title :is(li a, a) {
  font-size: 15px;
  margin: 0 6px;
}
.wrapper-title ul {
  display: flex;
  justify-content: center;
}

.wrapper-title ul li {
  color: #797979;
  font-size: 15px;
}

/* section-who-we-are */

.we-are-content h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}

.we-are-content p {
  margin-bottom: 20px;
}

.who-we-are {
  padding: 70px 0px;
}

.who-we-are-img img {
  height: 510px;
  object-fit: cover;
}

/* section-about-widgets */

.about-widgets-item {
  position: relative;
}

.about-widgets-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 60px 60px 60px;
}

.about-widgets-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.about-widgets-content h2:before {
  position: absolute;
  content: "";
  width: 70px;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.about-widgets-content p {
  color: #fff;
  margin-bottom: 30px;
}

.about-widgets-img img {
  height: 450px;
  object-fit: cover;
}

/* section-leather-creation */

.leather-creation {
  padding: 70px 0px;
}

.leather-sec-title {
  text-align: center;
  margin-bottom: 60px;
}

.leather-sec-title h2 {
  font-size: 36px;
  font-weight: 600;
}

.leather-sec-item {
  display: flex;
  gap: 40px;
  padding: 0px 32px;
  margin-bottom: 60px;
}

.leather-sec-icon {
  font-size: 42px;
  color: var(--c2);
}

.leather-sec-content h4 {
  font-size: 26px;
  margin-bottom: 15px;
  font-size: 24px;
}

/* section-contact-form */

.contact-from-main-item {
  background-color: var(--c6);
  padding: 50px 40px;
  width: 95%;
  margin: 0 auto;
}

.contact-form {
  margin-top: -120px;
  position: relative;
}

.contact-info-main h2 {
  font-size: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #571f9c;
  margin-bottom: 30px;
}

.contact-info-main ul li {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.contact-info-main ul li a {
  color: inherit;
}

.contact-info-main ul li i {
  margin-right: 16px;
}

.contact-social-icon ul {
  display: flex;
  gap: 10px;
}

.contact-social-icon ul li a {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  border: 1px solid black;
  transition: 0.6s ease all;
}

.contact-social-icon ul li a i {
  margin-right: unset;
}

.contact-social-icon ul li a:hover {
  background-color: #571f9c;
  color: #fff;
}

.contact-social-icon {
  margin-top: 30px;
}

.contact-form-item input,
.contact-form-item textarea {
  width: 100%;
  padding: 10px 11px;
  font-weight: 300;
  font-size: 14px;
}

.contact-form-item {
  margin-bottom: 30px;
}
.contact-form-btn input {
  width: 100%;
  background-color: var(--c2);
  border: 0;
  padding: 14px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
}

.contact-form-btn input:hover {
  background-color: #000;
}

/* section-contact-widgets */

.contact-widgets {
  padding: 90px 0px;
}

.contact-widgets-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--c6);
  padding: 6px 5px;
  border-radius: 50px;
  width: 80%;
}

.c-widg-item-icon {
  width: 75px;
  height: 75px;
  background-color: var(--c2);
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 75px;
  border-radius: 50px;
}

.c-widg-item-content h4 {
  font-size: 19px;
  font-weight: 500;
}

/* section-blog-standard */

.blog-standard {
  padding: 70px 0px;
}

.blog-stand-item-main {
  padding: 14px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
  border-radius: 8px;
}
.blog-stand-content h2 a {
  font-size: 26px;
  font-weight: 700;
  color: #0a0a0a;
  transition: 0.4s color;
  margin-bottom: 20px;
}

.blog-stand-content h2 a:hover {
  color: #1944ab;
}

.blog-stand-content {
  padding: 35px 17px;
  color: var(--c3);
}

.blog-stand-content ul li i {
  color: var(--c2);
  margin-right: 8px;
}

.blog-stand-content ul li {
  font-size: 15px;
}

.blog-stand-content ul {
  margin-bottom: 20px;
}

.blog-stand-content p {
  margin-bottom: 10px;
}

.blog-stand-content a {
  color: #555;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.blog-stand-content a i {
  margin-left: 6px;
  transition: all 0.4s;
}
.blog-stand-content a:hover i {
  margin-left: 15px;
}
.blog-stand-img img {
  border-radius: 8px;
}
.blog-stand-item {
  margin-bottom: 20px;
}

.stand-sidebar-item {
  padding: 40px 30px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
  margin-bottom: 40px;
  border-radius: 8px;
}

.stand-blog-sidebar {
  padding-left: 25px;
}

.blog-recent-item {
  display: flex;
  gap: 5%;
  padding: 15px 0px 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.blog-recent-img {
  width: 30%;
}

.blog-recent-content {
  width: 65%;
}

.blog-recent-content h5 a {
  font-size: 17px;
  color: #454545;
  font-weight: 500;
  margin-bottom: 6px;
  transition: 0.4s color;
  line-height: 1.5;
}

.stand-sidebar-title h4 {
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 15px;
}

.stand-sidebar-title h4:before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  height: 2px;
  width: 50px;
  background-color: var(--c2);
}
.blog-recent-content ul li {
  color: #333;
  font-size: 14px;
}

.blog-recent-content ul li i {
  color: var(--c2);
  margin-right: 8px;
}
.blog-recent-content h5 a:hover {
  color: #00d280;
}
.stand-blog-search input {
  width: 100%;
  border: 0;
  padding: 14px 17px;
  background-color: #f6f7f9;
  font-size: 15px;
  border-radius: 8px;
}

.stand-blog-search {
  position: relative;
}

.stand-blog-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  border: 0;
  height: 100%;
  background: unset;
  color: #454545;
  font-size: 20px;
}
.stand-cat-links ul li {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.stand-cat-links ul li:last-child {
  border: 0;
}

.stand-cat-links ul li a {
  font-size: 17px;
  color: #454545;
  font-weight: 500;
  transition: 0.4s color;
}

.stand-cat-links ul li a:hover {
  color: #00d280;
}

/* instruction-page-sec */

.instruction-sec-content strong {
  font-size: 20px;
}

.instruction-sec-content p {
  margin-bottom: 15px;
}

.instruction-sec-title h2 {
  font-family: -webkit-pictograph;
  color: #737373;
  text-transform: uppercase;
  font-size: 24px;
  top: 20px;
  padding-left: 120px;
  text-align: end;
}
.instruction-sec-content ol li {
  list-style: auto;
  color: var(--c3);
  font-size: 14px;
  margin-bottom: 2px;
}
.instruction-sec {
  padding: 70px 0px;
}

/* section-products */

.woocommerce ul.products li.product {
  margin-bottom: 20px;
}

.woocommerce ul.products li.product .product_title_loop h2 {
  border-bottom: 1px solid #e4e4e4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  padding: 10px 0;
  transition: all 0.7s;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product a {
  width: 105%;
}
.woocommerce ul.products li.product .product_title_loop h2:hover {
  color: #ffbe05;
}

.product_image {
  box-shadow: 0px 0px 29px -19px #000;
  overflow: hidden;
}

.woocommerce ul.products li.product a img {
  margin-bottom: unset;
  transition: all 0.7s;
  border: 1px solid #bdbcbc;
}
.woocommerce ul.products li.product a img:hover {
  transform: scale(1.2);
}
.product_title_loop .price {
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: bold !important;
  color: #000000 !important;
}
.new-arrival-title h2 {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-family: Roboto Condensed;
}

.new-arrival-title p {
  letter-spacing: 1px;
}

.new-arrival-title {
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}

.new-arrival-title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #000;
  left: 0;
  top: 0;
}
.new-arrivals {
  padding: 30px 0px;
}
.product-btn-main {
  text-align: center;
}

a.product-btn {
  padding: 12px;
  background-color: var(--c4);
  color: #fff;
  padding: 10px 13px;
  transition: all 0.7s;
  font-size: 16px;
}

.product-btn-main p {
  margin-bottom: 12px;
  font-size: 14px;
}
a.product-btn:hover {
  background-color: var(--c1);
  color: #fff;
}
.logo figure {
  margin: 0px;
}
.woocommerce-product-gallery__image a {
  display: block !important;
}

.product_title.entry-title {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
}

.summary .woocommerce-Price-amount.amount {
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce-product-details__short-description ul li {
  list-style: disc;
  font-size: 14px;
}

.woocommerce-product-details__short-description ul {
  padding-left: 30px;
}

.woocommerce-product-details__short-description {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
table.variations td.value {
  text-align: left;
  width: 50%;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  display: inline-block;
  color: var(--c3);
  margin-right: 1em;
  height: 40px !important;
  border: 1px solid var(--c3) !important;
  font-size: 14px;
  margin-right: unset;
  outline: 0;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #000 !important;
}
.woocommerce-Tabs-panel h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.woocommerce-Tabs-panel .woocommerce-product-attributes-item__label {
  font-size: 14px;
}

section.related.products h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
section.related.products {
  padding-bottom: 30px;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail img {
  width: 160px !important;
  border: 1px solid #bdbcbc;
}
.woocommerce .shop_table thead tr {
  background-color: #000;
  color: #fff;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-name a:hover {
  text-decoration: underline !important;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  font-size: 14px;
}
form.woocommerce-cart-form button.button {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 13px;
}

form.woocommerce-cart-form button.button:hover {
  background-color: #490909 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-bottom: 10px;
  font-weight: 400;
}
input#coupon_code {
  font-size: 14px;
}
.cart_totals .wc-proceed-to-checkout a {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 1.25em !important;
  font-weight: 500;
  border-radius: 5px;
}
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover {
  background-color: #490909 !important;
}
.cart_totals table {
  font-size: 14px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #23527c;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
  text-decoration: underline !important;
}
ul#shipping_method label {
  font-weight: 600;
}

.single-product .product {
  padding: 50px 0px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  border-radius: 5px;
  box-shadow: unset;
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 500;
  padding: 15px 20px;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: var(--c2);
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  color: var(--c2);
}
.woocommerce-notices-wrapper .woocommerce-message a.restore-item {
  float: right;
}
.single_variation_wrap .quantity input.qty {
  width: 50px;
  padding: 10px 0px;
}
.variations a.reset_variations {
  color: #23527c;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  height: 155px;
  object-fit: cover;
}
div#order_review .shop_table {
  font-size: 14px;
}
.checkout #order_review_heading {
  margin: 13px 0px 8px 0px;
  font-size: 24px;
}
.woocommerce-info a.showcoupon {
  color: var(--c2);
  font-weight: 500;
}

.woocommerce-info:before {
  color: var(--c2);
}

.woocommerce woocommerce-info {
  border-top-color: var(--c2) !important;
}

.woocommerce-info {
  border-top-color: var(--c2);
  font-size: 14px;
}

#ship-to-different-address label {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}
.woocommerce-billing-fields h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
form.checkout_coupon p {
  margin-bottom: 20px;
}

form.checkout_coupon input {
  border: 1px solid #aaa !important;
  border-radius: 4px;
}
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 5px;
  padding: 12px 18px;
}
span.woocommerce-input-wrapper input,
span.woocommerce-input-wrapper textarea {
  font-size: 15px !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
  font-size: 14px;
}
.woocommerce-MyAccount-content a {
  color: #337ab7;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
  font-family: "Font Awesome 5 Pro" !important;
}
.woocommerce-Address .woocommerce-Address-title h3 {
  font-size: 24px;
  margin: 12px 0px 10px 0px;
}

.woocommerce-Address .woocommerce-Address-title address {
  font-size: 14px !important;
}
header.woocommerce-Address-title.title {
  font-size: 14px !important;
}
.woocommerce-Address address {
  font-size: 14px;
}
.woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}
.woocommerce-MyAccount-content h3 {
  margin: 14px 0px;
}
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.woocommerce-MyAccount-content legend {
  font-size: 21px;
  float: unset;
  border-bottom: 1px solid #80808052;
}
a {
  color: #337ab7;
}
a:hover {
  color: #337ab7;
}
.woocommerce-privacy-policy-text p {
  margin-bottom: 10px;
}
div#customer_login h2 {
  font-size: 28px;
  margin-top: 20px;
}
.blog-stand-content a:hover {
  color: unset;
}
.cart-btns-item {
  display: flex;
  flex-direction: column;
}
.cart-btns-main {
  display: flex;
  gap: 2%;
  margin-top: 30px;
}
.woocommerce-variation-add-to-cart .cart-btns-main a,
.woocommerce-variation-add-to-cart .cart-btns-main button {
  text-align: center;
  flex: 50%;
  background-color: #571f9c !important;
  border-radius: 0px !important;
  font-size: 14px;
  padding: 17px 0px !important;
}
.woocommerce-variation-add-to-cart .cart-btns-main a:hover,
.woocommerce-variation-add-to-cart .cart-btns-main button:hover {
  background-color: #000 !important;
}
.single_variation_wrap .cart-btns-main button.button {
  background-color: #571f9c !important;
  position: relative;
  opacity: 1;
}
.single_variation_wrap .cart-btns-main button.button:after {
  position: absolute;
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  margin-left: 6px;
}
.single_variation_wrap .cart-btns-main button.button:hover {
  background-color: #000 !important;
}
.single_variation_wrap .qty {
  font-size: 14px;
  margin-bottom: 4px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 0px;
}
.size-chart-tabs li button {
  color: #337ab7 !important;
  font-size: 14px;
}

.size-chart-tabs li button:hover {
  color: #2166a1;
}

.size-chart-tabs li button.active {
  background-color: unset !important;
  border: 1px solid #80808070;
  border-bottom: 0px;
  border-radius: 0px;
  color: gray !important;
}
.modal.show .modal-dialog {
  max-width: 600px;
}
.modal-footer button {
  font-size: 14px;
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.modal-footer button:hover {
  color: #333 !important;
  background-color: #5c636a3b;
}
.modal-header button {
  font-size: 10px;
}
.woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  background: linear-gradient(
    to right,
    rgb(87, 31, 156) 0%,
    rgb(11, 118, 155) 100%
  );
  margin-bottom: 40px;
}

.woocommerce-tabs ul.tabs li {
  padding: 0px;
  border: 0px;
  border-radius: unset;
  background: unset !important;
  margin-right: 15px;
}
.woocommerce-tabs ul.tabs li:before,
.woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce-tabs ul.tabs li a {
  padding: 7px 16px;
  border-radius: 50px !important;
  background-color: #ebe9eb;
  font-size: 13px;
  color: var(--c3);
  display: inline-block;
  font-weight: 600;
}

.woocommerce-tabs ul.tabs:before {
  border: unset;
}

.woocommerce-tabs ul.tabs li.active a {
  background-color: #ffbe05;
}
.woocommerce-Tabs-panel .image {
  width: 50%;
  margin: 0 auto;
}
#review_form .comment-form-rating {
  margin: 12px 0px;
}
.shop-product .woocommerce-sidebar-1 {
  border: 1px solid #eee;
  padding: 30px 12px;
}
.shop-page-sidebar-categories .orderby {
  font-size: 14px;
  padding: 4px;
}
.shop-product {
  padding: 50px 0px;
}
nav.woocommerce-pagination ul li {
  font-size: 14px;
}
.wc-block-attribute-filter ul li input {
  display: none !important;
}
.woocommerce-sidebar-1 ul li a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}

.woocommerce-sidebar-1 ul li a:hover {
  color: #571f9c;
}
.woocommerce-sidebar-1 ul li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 23px;
}

.woocommerce-sidebar-1 ul li:before {
  content: "";
  position: absolute;
  border: 1px solid #c0c0c0;
  width: 13px;
  top: 5px;
  height: 13px;
  left: 0;
}
.woocommerce-sidebar-1 ul li ul {
  margin: 10px 0px;
}
.wc-block-components-checkbox span.wp-block-components-checkbox_label {
  font-size: 14px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label:hover {
  color: #571f9c;
}
.wc-block-attribute-filter ul li:before {
  top: 2px;
}
.woocommerce-sidebar-1 div.wp-block-heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
li.wc-block-product-categories-list-item
  .wc-block-product-categories-list-item-count {
  display: none;
}
span.wc-block-components-checkbox__label .wc-filter-element-label-list-count {
  display: none;
}
.woocommerce-sidebar-1 ul li .wc-block-components-checkbox {
  margin-top: unset;
}
.wc-block-components-price-slider__range-input-progress {
  --track-background: none repeat scroll 0 0 #ffbe05 !important;
  height: 6px;
}

.wc-block-components-checkbox svg {
  display: none;
}
.wc-block-price-filter__controls {
  justify-content: end;
}

.wc-block-price-filter__controls input {
  outline: 0;
  font-size: 14px !important;
  padding: 8px 0px !important;
  width: 60px !important;
  text-align: center;
  border: 1px solid #8080804a !important;
}
#searchmodal .modal-dialog {
  max-width: 890px !important;
}

#searchmodal .modal-header {
  border-bottom: 0px;
  justify-content: center;
  position: relative;
  padding: 23px 0px 0px 0px;
}

#searchmodal .modal-header a {
  position: absolute;
  top: 5%;
  right: 2%;
  font-size: 22px;
  color: #000;
}
.search-m-body-item {
  position: relative;
}

.search-m-body-item input[type="text"] {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #ccc;
  outline: 0;
  border-radius: 4px;
}

.search-m-body-item input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  color: #fff;
  width: 90px;
  font-size: 14px;
  height: 100%;
  border-radius: 5px;
  border: none;
}

.search-modal-body {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.search-modal-body form {
  width: 70%;
}
#searchmodal .modal-header .modal-title {
  font-size: 23px;
  margin-bottom: 6px;
  font-weight: 500;
}
div#searchmodal .modal-body {
  padding: 0px;
}
.search-m-body-item input[type="text"]:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.best-seller {
  padding: 90px 0px;
}
.arrival-slider ul.products:before,
.arrival-slider ul.products:after {
  display: none;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: unset;
}
.arrival-slider ul.products li.product {
  padding: 0px 20px;
}
.best-seller-title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.best-seller-title p {
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 400;
  padding-bottom: 9px;
}

.best-seller-title h2 {
  margin-bottom: 6px;
}

.best-seller-title:after {
  content: "";
  position: absolute;
  width: 77px;
  height: 4px;
  bottom: -6px;
  left: 0;
  background: #571f9c;
  right: 0;
  margin: 0 auto;
}
.arrival-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 36px;
  border: 1px solid #000;
  top: -60px;
  right: 18px;
  text-align: center;
  transition: all 0.7s;
  z-index: 999;
}

.arrival-slider .slick-arrow:before,
.arrival-slider .slick-arrow:after {
  display: none;
}
.arrival-slider .slick-prev {
  left: unset;
  right: 68px;
}

.arrival-slider .slick-arrow:hover {
  background-color: #571f9c;
}

.arrival-slider .slick-arrow i {
  font-size: 16px;
  color: #000;
  line-height: 35px;
}

.arrival-slider .slick-arrow:hover i {
  color: #fff;
}
.slick-prev.slick-arrow.slick-disabled {
  opacity: 0.25;
}
.archive ul.products li a {
  width: 100% !important;
}

.shop-page-sidebar-categories .cat-sec-title h1:before {
  left: 0;
}
.shop-page-sidebar-categories .cat-sec-title h1:after {
  right: 0;
}
.shop-page-sidebar-categories .cat-sec-title h1:before,
.shop-page-sidebar-categories .cat-sec-title h1:after {
  width: 30%;
}

.custom-content-section {
  padding: 50px 0px;
}

.custom-content-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 24px;
}

.custom-content-section p {
  margin-bottom: 15px;
}

.shop-page-sidebar-categories .cat-title {
  padding: 0px 0px 30px 0px;
}

.shop-page-sidebar-categories .cat-title h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0px;
}

.shop-page-sidebar-categories .cat-title h1 {
  padding: 0 30%;
}

.shop-page-sidebar-categories .cat-title p {
  margin-bottom: 20px;
}

.shop-page-sidebar-categories .cat-title p:last-child {
  margin-bottom: 0px;
}

/* bottom-menu-css */

.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--grd);
    width: 100%;
    z-index: 9999;
}

.bottom-menu ul {
    display: flex;
    justify-content: space-around;
    padding: 12px 0px;
	background-color: #000;
}

.bottom-menu ul li {
    width: 23%;
}

.bottom-menu ul li a {
    display: block;
    text-align: center;
    background-color: #49474766;
    padding: 12px 0px;
    color: #fff;
    font-size: 19px;
}

.bottom-menu ul li a i {
    margin-right: 15px;
}
.bottom-menu {
    display: none;
}

/* responsive-menu */

.responsive-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--c5);
	transition: all .9s;
}
.responsive-menu-main {
    height: 100%;
    padding: 80px 40px 40px 40px;
    position: relative;
	overflow-y: scroll;
}

.responsive-logo {
    text-align: center;
    width: 32%;
    margin: 0 auto;
}
.responsive-links {
    text-align: center;
}

.responsive-links ul li a {
    color: #ffffffbd;
    font-size: 26px;
    padding: 6px 0px;
}

.responsive-links ul li {
    margin-bottom: 10px;
	position: relative;
}

.responsive-icon {
    position: absolute;
    right: 6%;
    top: 4%;
}

.responsive-icon a {
    font-size: 36px;
    color: #ffffffbd;
    padding: 12px;
}

.responsive-links ul li a:hover {
    color: var(--c2);
}
.responsive-menu.active {
    left: 0;
}
.responsive-links ul li ul li a {
    font-size: 16px;
}

.responsive-links ul li ul {
    margin: 12px 0px;
	display: none;
}

.responsive-links ul li a i {
    position: absolute;
    left: 63%;
    font-size: 20px;
    top: 18px;
}
/* responsive-menu-end */

.page-id-99 .inner-wrapper {
    margin-bottom: 30px;
}
span.select2-selection.select2-selection--single span:nth-child(2) {
    top: 10px;
    right: 6px;
}
span.select2-selection.select2-selection--single span:first-child {
    height: 100%;
    line-height: 45px;
}

p#wc-stripe-payment-request-button-separator {
    margin-bottom: 15px;
}
.woocommerce #customer_details h3, .checkout #order_review_heading {
    font-size: 26px;
    font-weight: 500;
}
.checkout #order_review_heading{
	padding : 0px;
	background: unset;
}
.page-id-101 span.woocommerce-input-wrapper input {
    height: 45px !important;
    border: 1px solid #cec9c9 !important;
}
.page-id-101 .main .woocommerce {
    margin: 20px 0px;
}
.woocommerce-MyAccount-content fieldset {
    margin: 20px 0px;
}
.woocommerce-MyAccount-content input {
    font-size: 15px !important;
}
.custom-content-section .text-center h3 span , .custom-content-section .text-center h4 span , .custom-content-section .text-center h2 span{
    font-size: 21px !important;
    font-weight: 600 !important;
}
.custom-content-section p {
    margin-bottom: 0;
}