@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?wxhsxi');
  src: url('../fonts/icomoon.eot?wxhsxi#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wxhsxi') format('truetype'),
    url('../fonts/icomoon.woff?wxhsxi') format('woff'),
    url('../fonts/icomoon.svg?wxhsxi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

h4 {
  margin-top: -100px !important;
  color: #fff;
  font-family: 'Merriweather Sans', sans-serif;
}

[class^="swin-icon-"],
[class*=" swin-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swin-icon-waiter:before {
  content: "\e900";
}

.swin-icon-wine:before {
  content: "\e901";
}

.swin-icon-browser:before {
  content: "\e902";
}

.swin-icon-carrot:before {
  content: "\e903";
}

.swin-icon-delivery:before {
  content: "\e904";
}

.swin-icon-dinner:before {
  content: "\e905";
}

.swin-icon-dinner-2:before {
  content: "\e906";
}

.swin-icon-dish:before {
  content: "\e907";
}

.swin-icon-fish:before {
  content: "\e908";
}

.swin-icon-ice-cream:before {
  content: "\e909";
}

.swin-icon-meat:before {
  content: "\e90a";
}

.swin-icon-medal:before {
  content: "\e90b";
}

.swin-icon-menu-1:before {
  content: "\e90c";
}

.swin-icon-noodles:before {
  content: "\e90d";
}

.swin-icon-open:before {
  content: "\e90e";
}

.swin-icon-pasta:before {
  content: "\e90f";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}


::-webkit-scrollbar-thumb {
  background: rgb(184 163 94);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: grey 0px 0px 5px inset;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 8px;
}

html {
  box-sizing: border-box;
  text-size-adjust: none;
  position: relative;
  min-height: 100%;
  scroll-behavior: smooth;
  font-size: 62.5% !important;
}


/* ashwini css */


.card {
  color: white;
  font-size: 40px;
  margin: 10px;
  flex: 200px 0 0;
}

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

.cards-wrapper {
  display: flex;
  transition: ease 0.5s;
}

.display-area {
  width: 100%;
  overflow-x: hidden;
  margin: auto;
}

.dots-wrapper {
  display: flex;
  justify-content: center;
  margin: auto;
}

.dot {
  border: none;
  background: rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  margin: 5px;
  border-radius: 50%;
  outline: none;
}

.dot:hover {
  background: rgba(0, 0, 0, 0.3);
}

.dot.active {
  background: rgba(0, 0, 0, 0.5);
}



/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb053 .i .b {
  fill: #fff;
  fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
  fill-opacity: .7;
}

.jssorb053 .iav .b {
  fill-opacity: 1;
}

.jssorb053 .i.idn {
  opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: .8;
}

.jssora093.jssora093dn {
  opacity: .6;
}

.jssora093.jssora093ds {
  opacity: .3;
  pointer-events: none;
}




/* banner css */
.banner-area {
  padding-top: 70px;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* Apply border radius */
  transition: transform 0.3s ease;
}

.banner h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

.banner:hover img {
  transform: scale(1.05);
  /* Zoom effect on hover */
}

.banner a {
  display: block;
  text-decoration: none;
  color: inherit;
}


.item-inner {
  text-align: center;
  margin-top: 20px;
}

.item-title {
  font-size: 18px;
  margin-top: 10px;
}

.add-to-cart-btn {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-top: 0px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.add-to-cart-btn:hover {
  background-color: #45a049;
}

/* blog css */

.latest-blog-area {
  background-color: #E9EAEC;
  padding: 30px 0;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.blog-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-wrapper:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.blog-img img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}

.blog-info {
  padding: 20px;
}

.blog-info h3 {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}

.blog-info h3 a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-info h3 a:hover {
  color: #007BFF;
}

.blog-meta {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.6;
}

.blog-meta p {
  margin: 0;
}

.f-left {
  display: inline-block;
  margin-top: 10px;
}

.f-left a {
  color: #007BFF;
  text-decoration: none;
  transition: color 0.3s;
}

.f-left a:hover {
  color: #0056b3;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .col-lg-4 {
    /* flex: 0 0 50%;
    max-width: 50%; */
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .blog-info h3 {
    font-size: 1.25rem;
  }
}

.demo {
  font-size: 16px;
  color: #000;
}


/* CSS for Mobile Responsive */
@media (max-width: 767px) {

  .banner-area .col-lg-4,
  .banner-area .col-md-4 {
    width: 100%;
    /* Make columns full width on small screens */
    margin-bottom: 20px;
    /* Add some space between columns */
  }
}



/* Default styles */
.col-lg-4 {
  width: 33.333%;
  float: left;
}

.col-md-4 {
  width: 33.333%;
  float: left;
}

.banner {
  position: relative;
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.banner h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {

  .col-lg-4,
  .col-md-4 {
    width: 100%;
  }

  .banner h3 {
    position: static;
    text-align: center;
    margin-top: 10px;
    background: none;
    padding: 0;
  }
}



/* product css */

/* Main Content */
.product-details-section {
  padding: 100px 0;
}

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

.col-md-6,
.col-sm-12 {
  padding: 15px;
}

.col-md-6 {
  flex: 0 0 50%;
}

.product-image img {
  width: 100%;
  border-radius: 8px;
}

.product-info {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-info h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.product-info p {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.product-details h3 {
  font-size: 1.5em;
  margin-top: 20px;
}

.product-details p {
  font-size: 15px;
  margin-top: 10px;
}

.btn-wrap {
  margin-top: 20px;
}

.btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
}

.btn:hover {
  background-color: #0056b3;
}

.read-more-btn {
  background-color: #6c757d;
}

.read-more-btn:hover {
  background-color: #5a6268;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 300px;
  text-align: center;
  border-radius: 8px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Style for shopping cart table */
.table-responsive {
  margin-bottom: 20px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td {
  border: 1px solid #ddd;
}

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

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

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

.img-thumbnail {
  border: 1px solid #ddd;
}

.input-group-btn {
  display: flex;
}

.quantity input {
  text-align: center;
}

/* Style for buttons */
.buttons {
  margin-top: 20px;
}

.buttons .btn {
  margin-right: 10px;
}



/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb053 .i .b {
  fill: #fff;
  fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
  fill-opacity: .7;
}

.jssorb053 .iav .b {
  fill-opacity: 1;
}

.jssorb053 .i.idn {
  opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: .8;
}

.jssora093.jssora093dn {
  opacity: .6;
}

.jssora093.jssora093ds {
  opacity: .3;
  pointer-events: none;
}



/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

.container_login {
  position: relative;
  max-width: 850px;
  width: 88%;
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  perspective: 2700px;
  margin: 70px auto;
  /* Centered horizontally */
}

.container_login .cover {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  z-index: 98;
  transition: all 1s ease;
  transform-origin: left;
  transform-style: preserve-3d;
}

.container_login #flip:checked~.cover {
  transform: rotateY(-180deg);
}

.container_login .cover .front,
.container_login .cover .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cover .back {
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.container_login .cover::before,
.container_login .cover::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #6f03fe;
  opacity: 0.5;
  z-index: 12;
}

.container_login .cover::after {
  opacity: 0.3;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}

.container_login .cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 10;
}

.container_login .cover .text {
  position: absolute;
  z-index: 130;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cover .text .text-1,
.cover .text .text-2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.cover .text .text-2 {
  font-size: 15px;
  font-weight: 500;
}

.container_login .forms {
  height: 100%;
  width: 100%;
  background: #fff;
}

.container_login .form-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.form-content .login-form,
.form-content .signup-form {
  width: calc(100% / 2 - 25px);
}

.forms .form-content .title {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  color: #333;
}

.forms .form-content .title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 25px;
  /* background: #731111; */
}

.forms .signup-form .title:before {
  width: 20px;
}

.forms .form-content .input-boxes {
  margin-top: 30px;
}

.forms .form-content .input-box {
  display: flex;
  align-items: center;
  height: 50px;
  width: 80%;
  margin: 10px 0;
  position: relative;
}

.form-content .input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.form-content .input-box input:focus,
.form-content .input-box input:valid {
  border-color: #731111;
}

.form-content .input-box i {
  position: absolute;
  color: #731111;
  font-size: 17px;
}

.forms .form-content .text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.forms .form-content .text a {
  text-decoration: none;
}

.forms .form-content .text a:hover {
  text-decoration: underline;
}

.forms .form-content .button {
  color: #fff;
  margin-top: 40px;
}

.forms .form-content .button input {
  color: #fff;
  background: #731111;
  border-radius: 6px;
  padding: 0;
  cursor: pointer;
  transition: all 0.4s ease;
}

.forms .form-content .button input:hover {
  background: #731111;
}

.forms .form-content label {
  color: #2b0777;
  cursor: pointer;
}

.forms .form-content label:hover {
  text-decoration: underline;
}

.forms .form-content .login-text,
.forms .form-content .sign-up-text {
  /* text-align: center; */
}

/* Media Queries */
@media (max-width: 768px) {
  .container_login {
    margin: 20px;
    padding: 20px;
  }

  .container_login .cover {
    left: 0;
    width: 100%;
    height: 200px;
    transform: rotateY(0);
  }

  .container_login #flip:checked~.cover {
    transform: rotateY(-180deg);
  }

  .container_login .form-content {
    flex-direction: column;
  }

  .form-content .login-form,
  .form-content .signup-form {
    width: 100%;
  }
}


/* register css */



/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb053 .i .b {
  fill: #fff;
  fill-opacity: 0.3;
}

.jssorb053 .i:hover .b {
  fill-opacity: .7;
}

.jssorb053 .iav .b {
  fill-opacity: 1;
}

.jssorb053 .i.idn {
  opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: .8;
}

.jssora093.jssora093dn {
  opacity: .6;
}

.jssora093.jssora093ds {
  opacity: .3;
  pointer-events: none;
}




.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  width: 90%;
  max-width: 367px;
  padding: 16px;
  border-radius: 9px;
  position: relative;
  /* background-color: #5c331b; */
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 60px auto;
}

.title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #00bfff;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
}

.title::before {
  width: 18px;
  height: 18px;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message,
.signin {
  font-size: 14.5px;
  color: black;
}

.signin {
  text-align: center;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.signin a {
  color: #111a2d;
}

.flex {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

@media (min-width: 600px) {
  .flex {
    flex-direction: row;
  }
}

.form label {
  position: relative;
}

.form label .input {
  /* background-color: #5c331b; */
  color: #010101;
  width: 100%;
  padding: 20px 5px 5px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input+span {
  color: rgb(22, 22, 22);
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
  top: 12.5px;
  font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
  color: #111617;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.input {
  font-size: medium;
}

.submit {
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  transform: .3s ease;
  background-color: #731111;
}

.submit:hover {
  background-color: #2c266396;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }

  to {
    transform: scale(1.8);
    opacity: 0;
  }
}




/* whislist css */


/* General Styles */


/* Cart Section */
.cart__section {
  padding: 50px 0;
}

.section--padding {
  padding: 60px 0;
}

.cart__section--inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cart__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

/* Cart Table */
.cart__table {
  width: 100%;
  overflow-x: auto;
}

.cart__table--inner {
  width: 100%;
  border-collapse: collapse;
}

.cart__table--header {
  background-color: #f1f1f1;
}

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

.cart__table--header__list {
  padding: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.cart__table--body {
  background-color: #fff;
}

.cart__table--body__items {
  border-bottom: 1px solid #e6e6e6;
}

.cart__table--body__list {
  padding: 15px;
}

.cart__product {
  display: flex;
  align-items: center;
}

.cart__remove--btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}

.cart__thumbnail {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.cart__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

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

.cart__content--title {
  font-size: 16px;
  font-weight: bold;
}

.cart__content--variant {
  color: #666;
  font-size: 14px;
}

.cart__price {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

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

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

.text__secondary {
  color: #28a745;
}

.wishlist__cart--btn {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #007bff;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}

.wishlist__cart--btn:hover {
  background-color: #0056b3;
}

.continue__shopping {
  margin-top: 30px;
}

.continue__shopping--link {
  color: #007bff;
  text-decoration: none;
  font-size: 16px;
}

.continue__shopping--link:hover {
  text-decoration: underline;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

.primary__btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.primary__btn:hover {
  background-color: #0056b3;
}




/* my account css */



.my__account--section {
  padding: 40px 0;
}

.account__welcome--text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.my__account--section__inner {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}

.tab-main-section {
  flex-basis: 200px;
  margin-right: 20px;
}

.tab-main {
  background-color: #007bff;
  color: #fff;
  border: none;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.tab-main:hover,
.tab-main.active {
  background-color: #0056b3;
}

.tab-inner-section {
  flex: 1;
  background-color: #fff;
}

.my-account-title {
  font-size: 20px;
  font-weight: bold;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.form-group label {
  font-weight: bold;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.account-button,
.account-button2 {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.my__account--section {
  padding: 40px 0;
}

.account__welcome--text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.my__account--section {
  padding: 40px 0;
}

.account__welcome--text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.my__account--section__inner {
  background-color: #fff;

}



.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}

.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}

.picZoomer-pic {
  /*width: 100%;
	height: 100%;*/
}

.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}

.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, 0.1);
}

.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.piclist li {
  display: inline-block;
  width: 90px;
  height: 114px;
  border: 1px solid #eee;
}

.piclist li img {
  width: 97%;
  height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  /* border: 1px solid #eee; */
}

.section-bg {
  /* background-color: #fff1e0; */
}

/* section {
  padding: 60px 0;
} */

#services {
  padding: 30px 0;
}


@media only screen and (max-width:768px) {
  #services {
    padding: 10px 0;
  }
}

.row-sm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/===pic-Zoom===/
._boxzoom .zoom-thumb {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}

._boxzoom ._product-images {
  width: 100%;
  display: inline-block;
}

._boxzoom ._product-images .picZoomer {
  width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
  width: 100%;
}

.piclist li img {
  height: 100px;
  object-fit: cover;
}

/======products-details=====/
._product-detail-content {
  background: #fff;
  padding: 15px;
  border: 1px solid lightgray;
}

._product-detail-content p._p-name {
  color: black;
  font-size: 20px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
}

.p-list span {
  margin-right: 15px;
}

.p-list span.price {
  font-size: 25px;
  color: #318234;
}

._p-qty>span {
  color: black;
  margin-right: 15px;
  font-weight: 500;
}

._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #fd7f34;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}

._p-qty .value-button {
  border: 0px solid #fe0000;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}

._p-qty input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #fe0000;
  border-bottom: 1px solid #fe0000;
  margin: 0px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}

._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}

.p-list {
  margin-bottom: 10px;
}

._p-features>span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

._p-add-cart .buy-btn {
  background-color: #fd7f34;
  color: #fff;
}

._p-add-cart .btn {
  text-transform: capitalize;
  padding: 6px 20px;
  /* width: 200px; */
  border-radius: 52px;
}

._p-add-cart .btn {
  margin: 0px 8px;
}

/=========Recent-post==========/
.title_bx h3.title {
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  color: #fd7f34;
  font-weight: 700;
  line-height: 1.2em;
}

.title_bx h3.title:before {
  content: "";
  height: 2px;
  width: 20%;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 40px;
  background-color: #fd7f34;
}

.title_bx h3.title:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
  background-color: #fd7f34 !important;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px !important;
}

.owl-nav .owl-next {
  right: -10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 50%;
  position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px !important;
  position: relative;
  top: -1px;
}

.common_wd .owl-nav {
  position: absolute;
  top: -21%;
  right: 4px;
  width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  left: 0px;
}

.p-qty .decrease {
  position: relative;
  right: -5px;
  top: 3px;
}

.p-qty .increase {
  position: relative;
  top: 3px;
  left: -5px;
}

/========box========/
.sq_box {
  padding-bottom: 5px;
  border-bottom: solid 2px #fd7f34;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.item .sq_box span.wishlist {
  right: 5px !important;
}

.sq_box span.wishlist {
  position: absolute;
  top: 10px;
  right: 20px;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box span.wishlist i {
  color: #adb5bd;
  font-size: 20px;
}

.sq_box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.sq_box .price-box {
  margin-bottom: 15px !important;
}

.sq_box .btn {
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  background-color: #fd7f34;
  font-weight: 600;
}

.sq_box .price-box span.price {
  text-decoration: line-through;
  color: #6c757d;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
  color: #28a745;
}

.sq_box img {
  object-fit: cover;
  height: 150px !important;
  margin-top: 20px;
}

.sq_box span.wishlist i:hover {
  color: #fd7f34;
}

/* media */

/* Styles for devices with a max-width of 1200px */
@media only screen and (max-width: 1200px) {
  .row.row-sm .col-md-6 {
    width: 100%;
  }

  .zoom-thumb ul.piclist li {
    width: 25%;
  }

  .picZoomer {
    width: 100%;
  }

  ._product-detail-content {
    padding: 20px;
  }
}

/* Styles for devices with a max-width of 992px */
@media only screen and (max-width: 992px) {
  .row.row-sm .col-md-6 {
    width: 100%;
  }

  .zoom-thumb ul.piclist li {
    width: 25%;
  }

  .picZoomer {
    width: 100%;
  }

  ._product-detail-content {
    padding: 15px;
  }
}

/* Styles for devices with a max-width of 768px */
@media only screen and (max-width: 768px) {
  .row.row-sm {
    display: flex;
    flex-direction: column;
  }

  .zoom-thumb ul.piclist li {
    width: 33.33%;
  }

  .picZoomer {
    width: 100%;
  }

  ._product-detail-content {
    padding: 10px;
  }

  ._product-images {
    margin-bottom: 20px;
  }

  ._p-qty {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  ._p-qty span,
  ._p-qty .value-button {
    margin: 5px 0;
  }
}

/* Styles for devices with a max-width of 576px */
@media only screen and (max-width: 576px) {
  .row.row-sm {
    display: flex;
    flex-direction: column;
  }

  .zoom-thumb ul.piclist li {
    width: 50%;
  }

  .picZoomer {
    width: 100%;
  }

  ._product-detail-content {
    padding: 5px;
  }

  ._p-qty {
    display: inline;
    flex-direction: column;
    align-items: center;
  }

  ._p-qty span,
  ._p-qty .value-button {
    margin: 5px 0;
  }
}


@media only screen and (max-width:768px) {
  .piclist li img {
    height: 100px;

    object-fit: cover;
  }
  .piclist{
    padding-left: 18px;
  }
}


@media only screen and (max-width:768px) {
  ._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
    /* margin-left: 70px; */
  }
}

@media only screen and (max-width:768px) {
  ._boxzoom .zoom-thumb ul.piclist {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
    .col-md-8, .col-sm-12 {
        width: 100%;
    }
  }
