* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Poppins";
  font-style: light;
  font-weight: 300;
  src: url(../font/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins";
  font-style: Regular;
  font-weight: 400;
  src: url(../font/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins";
  font-style: Medium;
  font-weight: 500;
  src: url(../font/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins";
  font-style: SemiBold;
  font-weight: 600;
  src: url(../font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins";
  font-style: Bold;
  font-weight: 700;
  src: url(../font/Poppins-Bold.ttf);
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #252525;
}
a:hover {
  color: #252525;
}
.text-dark {
  color: #424242 !important;
}
.text-primary {
  color: #252525 !important;
}
.bg-theme {
  background-color: #ece0d6;
}
.bg-gray {
  background-color: #fafafa;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #252525;
  font-size: 14px;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}
.text-underline {
  position: relative;
  display: inline-block;
}
.text-underline:before {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 4px;
border-bottom: 1px solid #3F3926;
}
li {
  font-family: "Poppins", sans-serif;
  color: #333;
}
.form-control::placeholder {
  font-size: 16px;
  color: #333;
}
.contact-two label {
  margin-bottom: 3px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.contact-two .form-control::placeholder {
  color: #cfcfcfcc;
}
.contact-two .form-control {
  padding: 0.5rem 0.75rem;
  color: #cfcfcfcc;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 400;
  border-color: #ddd;
}
.form-control:focus {
  box-shadow: none;
}
label {
  margin-bottom: 3px;
}
.text-primary2 {
  color: #577657;
}

/* btn  */
.btn {
  border-radius: 30px;
  font-size: 15px;
  padding: 8px 32px;
  transition: 0.3s;
}
.h45 {
  height: 45px;
}
.btn-primary
{
  font-family: 'Poppins';
}
.btn-primary-outline {
  border: 2px solid #577657;
  color: #577657;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
  background: #ffffff80;
}
.btn-primary-outline:hover {
  border: 0px solid #577657;
  background-color: #577657;
  color: #fff;
  transition: 0.3s;
}
.btn-primary {
  color: #fff;
  background-color: #577657 !important;
  border-color: #577657 !important;
}
.btn-primary:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #333 !important;
  border-color: #333 !important;
}

.btn-primaryoutline-2 {
  border: 1px solid #577657;
  color: #67370d;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 8px 70px;
  border-radius: 30px;
  background: #fff;
}
.btn-primaryoutline-2:hover {
  border: 0px solid #577657;
  background-color: #577657;
  transition: 0.3s;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
}

.btn-secondary-outline {
  border: 2px solid #6e6e6e;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
}
.btn-secondary-outline:hover {
  border: 0px solid #6e6e6e;
  background-color: #6e6e6e;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 30px;
}

/* end btn  */

/* start header */
header {
  /* -webkit-box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07);
  box-shadow: 0 2px 3px rgba(33, 37, 41, 0.07); */
}
.socail-share ul {
  display: flex;
  justify-content: end;
  list-style: none;
  color: #ffff;
  margin-bottom: 0;
}
.socail-share li {
  margin: 0 8px;
}
.socail-share li a {
  color: #fff;
  font-size: 18px;
}
.header-notify {
  background: linear-gradient(
    90deg,
    rgba(51, 51, 51, 1) 0%,
    rgba(247, 107, 106, 1) 75%
  );
  background-size: 200% 200%;
  padding: 3px 0;
  -webkit-animation: gradient 5s ease infinite;
  animation: gradient 5s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header-notify-messages ul {
  display: flex;
  list-style: none;
  color: #fff;
  margin-bottom: 0px;
  padding-left: 0;
}
.header-notify-messages ul li {
  display: flex;
  list-style: none;
  color: #fff;
  margin-bottom: 0px;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}

.header-topbar {
  padding: 6px 0;
  border-bottom: 1px solid #ddd;
}
.klbth-menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.klbth-menu li.menu-item {
  padding-right: 25px;
}
.klbth-menu li.menu-item a {
  color: #0f0f0f;
  transition: 0.3s;
}
header .navbar .right-nav li {
  margin: 0px 15px;
}
header .navbar .right-nav li a img {
  width: 19px;
}
.product-count {
  position: absolute;
  top: -10px;
  right: -15px;
  width: 18px;
  color: #fff;
  height: 18px;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  border-radius: 16px;
}
header .navbar .navbar-nav .nav-item {
  margin: 0px 20px;
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
header .navbar .navbar-nav .nav-item .nav-link.active:before {
  color: #333;
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  border: 1px solid #333;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #577657;
  transition: 0.3s;
}
header .navbar .navbar-nav .nav-item .nav-link:hover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  border: 1px solid #577657;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0;
  top: 50px;
  left: 0;
  visibility: hidden;
  border-radius: 0;
  display: block;
  opacity: 0;
  transition: 0.5s;
  transform: translate(0px, 3px);
  background-color: #f5f5f5;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  transition: 0.5s;
  visibility: visible;
  transform: translate(0px, 0px);
}

.dropdown-menu {
  width: max-content;
  padding: 10px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #333;
  background-color: transparent;
}
.header-search .form-control {
  background: #f5f5f5;
  border: 0;
  padding: 8px;
  line-height: 20px;
  height: 30px;
  border-radius: 8px !important;
  color: #333;
  width: 75px;
  margin-right: 5px;
}
.header-search .input-group-text {
  border: 0;
  padding: 0px;
  background: transparent;
  width: 19px;
}
/* end header */

/* start footer */
footer.footer {
  background: #fff;
  padding-top: 30px;
}
.logo-section p {
  font-size: 12px;
}
.mm-4 {
  margin-top: -4px;
}
.footer-logo {
  margin-bottom: 32px;
}
.footer-menu-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0px;
}
.footer-menu ul li {
  margin-bottom: 7px;
}
.footer-menu a {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.footer-menu li {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #252525;
}
.copyright-section {
  border-top: 1px solid #6e6e6e;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

/* end footer */

/* float btn  start */
.chat-btn {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 48px;
  width: 60px;
  height: 60px;
}
.back-to-top {
  position: fixed;
  z-index: 999;
  right: 17px;
  bottom: 120px;
  width: 50px;
  height: 50px;
}
/* float btn  end */

/* #hero */
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-image: none;
  background-color: transparent;
  transition: 0.3s;
  border: 2px solid #fff;
  border-radius: 50%;
}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover {
  transition: 0.3s;
  border: 1px solid #577657;
  background: #577657;
  border-radius: 50%;
}
.carousel-control-next-icon img,
.carousel-control-prev-icon img {
  width: 100%;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  top: 50%;
  left: 15%;
  bottom: inherit;
  transform: translate(0%, -43%);
}
.carousel-caption.carousel-caption-two {
  position: absolute;
  right: 0;
  top: 50%;
  left: 0;
  transform: translate(45%, -43%);
}
.carousel-caption.carousel-caption-two .btn-secondary-outline:hover
{
  background: #577657;
  border-color: #577657;
}
.main-slider h5 {
  font-size: 32px;
  font-weight: 600;
}
.main-slider .font-2 {
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0em;
}
.main-slider h1 {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0em;
}
/* Start categories */
.heading-box .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.featured-categories {
  position: relative;
}
.featured-categories .categories-img {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.featured-categories:hover .categories-img {
  position: relative;
  overflow: hidden;
}
.featured-categories .categories-img img {
  transition: 0.5s;
}
.featured-categories:hover .categories-img img {
  transform: scale(1.05);
  transition: 0.5s;
}
.catefoot1 {
  position: absolute;
  right: -50px;
  top: -42px;
  width: 80px;
}
.catefoot2 {
  position: absolute;
  left: -55px;
  bottom: -120px;
  width: 145px;
}
.category-section {
  background: #f7fdfd;
}
.category-title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transition: 0.3s;
  text-align: center;
  opacity: 0;
}
.featured-categories:hover .category-title {
  opacity: 1;
  transition: 0.3s;
}
.category-title .title {
  margin: 0;
  background-color: #577657;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  padding: 12px 30px 12px 30px;
}
.btn-right {
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #577657;
  text-decoration: none;
  transition: 0.5s;
}
/* End categories  */

/* Start Product  */
.product-list {
  transition: 0.3s;
  padding: 8px;
  background: #ffffff;
}
.product-list:hover {
  background: #fff;
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.product-list .proudct-wrap{
  height:265px;
  overflow:hidden;
  text-align:center;
}
.product-list .proudct-wrap img{
/*  height:265px;*/
  max-width:100%;
}
.product-list .proudct-wrap .product-img img {
  border: 1px solid #3333332e;
}
.product-list:hover .product-img img {
  border: 0px;
  border-right: 1px solid #3333332e;
  border-bottom: 1px solid #3333332e;
}

.product-title {
  padding: 5px 0;
}
.product-title .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #252525;
}
.product-title .price {
  font-size: 16px;
  color: #252525;
}
.color-swatch {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.color-swatch li span {
  height: 22px;
  width: 22px;
  border-radius: 24px;
  background: #f2f2f2;
  display: inline-block;
}
.color-swatch li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 2px;
}
.color-swatch .active span {
  border: 2px solid #fff;
  height: 24px;
  width: 24px;
  outline-style: solid;
  outline-width: 1px;
  outline-color: #252525;
}

.show-product {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* end Product  */
/* pagination  start */
.pagination .page-link {
  border: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  background-color: transparent;
  border-color: #000;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}
/* pagination end  */

/* start home4  */
.sec-collection {
  background: linear-gradient(0deg,rgba(247, 253, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.sec-collection .description .sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #577657;
  letter-spacing: 0em;
  text-align: left;
}
.sec-collection .description .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  text-align: left;
  color: #333;
}
.sec-collection .description p {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #aaaaaa;
}
/* end home5  */

/* start home5   */
.list-process .title {
  font-size: 18px;
  font-weight: 700;
}
/* end home4  */

/* sec hangten  start */
.sec-hangten {
  background: linear-gradient(180deg, #f7fdfd 0%, #f7fdfd 100%);
}
/* sec hangten  end */

/* Start breadcrumb */
.breadcrumb {
  background: #f7fdfd;
  padding: 45px 0 35px 0;
}
.breadcrumb h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}
.breadcrumb h1 span {
  font-weight: 300;
}
.brd-divider {
  border-top: 3px solid #000;
  width: 85px;
  margin-left: 30px;
  display: inline-block;
  align-items: center;
  height: 17px;
}
.lh-30 {
  line-height: 30px;
}
.breadcrumb a {
  color: #333;
}
/* End breadcrumb  */

/*  breadcrumb-two start  */
.breadcrumb-two {
  background: #f7fdfd;
  position: relative;
  padding-top: 105px;
  margin-bottom: 120px;
}
.breadcrumb-two h1 {
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}
.breadcrumb-two span {
  font-weight: 300;
}
.bredcrumb-wrap {
  position: relative;
  margin-bottom: -125px;
}
.bredcrumb-wrap.bredcrumb-payment {
  margin-bottom: -7%;
}
.brd-two-img {
  position: absolute;
  right: 5px;
  top: -38px;
}

/*  breadcrumb-two end  */

/* Contact us  */
.contact-one .heading-box {
  background: #577657;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
  padding: 40px 125px;
}
.contact-two .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.contact-box li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
  color: #577657;
}
.contact-box li span {
  color: #333;
}
.contact-title {
  color: #252525;
  font-size: 15px;
}
.contact-box2 {
  list-style: none;
  padding-left: 0;
}
.contact-box2 li {
  color: #333;
  margin-bottom: 8px;
  font-size: 12px;
}

/* contact end  */

/* policy page start  */
.policy-page ul li {
  margin-bottom: 10px;
}
/* policy page end  */

/* Sidebar  */
.sidebar-item .form-check-input {
  display: none !important;
}
.user-profile .order-detail form .user-img {
  position: relative;
}

.sidebar-item .checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  border: 0px;
  border-radius: 4px;
  background : #5776572e;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  position: relative;
}
.sidebar-item input:checked + span.checkbox {
  color: #000;
}
.sidebar-item input:checked + span.checkbox:before {
  content: "";
  background: url(../img/charm_tick.png) !important;
  height: 14px;
  width: 14px;
  background-size: cover !important;
  position: absolute;
  top: 2px;
  left: 2px;
}

.sidebar-item {
  padding-bottom: 20px;
}
.item-list .list-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.sidebar-content {
  margin-bottom: 10px;
}
.sidebar_cate {
  list-style: none;
  padding-left: 0;
}
.sidebar_cate li {
  margin-bottom: 5px;
}
.sidebar_cate li a {
  color: #333;
}
.sidebar_cate li.active a {
  color: #577657;
}
.sidebar-check-list {
  list-style: none;
  padding-left: 0;
}
.sidebar-check-list li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.sidebar-check-size li {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: inline-block;
  margin-right: 15px;
}
.sidebar-check-list li label .form-check-input[type="checkbox"] {
  margin-right: 8px;
}

/* price filter  */
.price-wrapper .slider {
  height: 1px;
  position: relative;
  background: rgba(112, 112, 112, 0.5019607843);
  border-radius: 5px;
}
.price-wrapper .slider .progress {
  height: 100%;
  left: 0%;
  right: 0%;
  position: absolute;
  border-radius: 5px;
  background: #5f5f5f;
}
.price-wrapper .range-input {
  position: relative;
}
.price-wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -3px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-wrapper .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
  overflow: hidden;
}
.price-wrapper .field input {
  border: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  outline: 0;
  width: 40px;
}
.me-m15 {
  margin-right: -15px;
}
.price-wrapper .field span {
  font-size: 16px;
  width: 10px;
}
.price-wrapper .price-input .field p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.price-wrapper input[type="range"]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #577657;
  pointer-events: auto;
  -webkit-appearance: none;
  border: 2px solid #577657;
}
/* price filter  end */

/* Sidebar end  */

/* Product detail  */
.shop-content .shop-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.shop-content .total-price {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.shop-content .color-title {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.shop-content .size-switch .size-title {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}

.shop-detail .shop-content .qty-btn .count-list {
  align-items: center;
}
.shop-detail .shop-content .qty-btn .count-list .quantity-title {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.shop-detail .shop-content .qty-btn .count-list .counter {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 0.5px solid #333;
  border-radius: 25px;
  padding: 3px 10px;
  max-width: 160px;
  margin-bottom: 0;
}
.shop-detail .shop-content .qty-btn .count-list .counter li a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #333;
}
.divider-shop {
  border-top: 1px solid #6e6e6e;
  opacity: 0.5;
  max-width: 70%;
}

.shop-detail .description .des-title {
  letter-spacing: 0em;
  text-align: left;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.shop-detail .description .des {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.infolinks a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #252525;
}

/* tabs start */
.nav-tabs .nav-link {
  padding: 0;
  border: 0 !important;
}
.nav-tabs .nav-link {
  color: #252525;
  font-size: 16px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0;
  color: #577657 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: 0;
}

/* tabs end */
.ml-90 {
  margin-left: 90px;
}
.infolinks .active {
  color: #577657;
}
.filters-toolbar {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px !important;
  box-shadow: none !important;
}
select:focus-visible {
  outline: 0;
}
.accordion-button:not(.collapsed) {
  color: #577657 !important;
  box-shadow: none !important;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  background: #f9f9f9;
  font-weight: 500;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
  filter: grayscale(1);
}
.switch-size {
  margin: 0 5px 5px 0;
  position: relative;
  display: inline-block;
}
.switch-size .input-size {
  display: none;
}
.switch-size .input-size:checked + .switchLbl {
  background-color: #577657;
  border: 1px solid #577657;
  color: #fff;
  box-shadow: none;
}
.switchLbl {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin: 0;
  width: 50px;
  border: 1px solid #333;
  height: 25px;
  padding: 0 3px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}
.ralted-product {
  background: #f7fdfd;
}

.shop-detail .carousel-inner {
  opacity: 1;
  text-align: center;
  position: relative;
  left: 90px;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
}
.shop-detail .carousel-indicators {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  margin: 0;
  right: inherit;
  height: 100%;
  overflow-y: scroll;
}
.shop-detail .carousel-indicators [data-bs-target] {
  border-bottom: 0px;
}
.shop-detail .carousel-indicators button {
  width: 80px;
  height: 80px;
  text-indent: inherit;
  display: block;
  margin: 0;
  border-top: 0;
  margin-bottom: 10px;
}
.shop-detail .carousel-indicators::-webkit-scrollbar{
  width: 3px;
}

/* Track */
.shop-detail .carousel-indicators::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #577657;  
  /* border-radius: 10px; */
}

/* Handle */
.shop-detail .carousel-indicators::-webkit-scrollbar-thumb {
  background: #577657;
  /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.shop-detail .shop-detail {
  position: relative;
}
.shop-detail .product-detail-slider .item {
  border-radius: 18px;
  opacity: 1;
  margin: 5px;
}
.shop-detail .product-detail-slider .owl-nav button span {
  border-left: 15px solid #636363;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
}
.shop-detail .product-detail-slider .owl-nav .owl-next {
  right: -8%;
}
.shop-detail .product-detail-slider .owl-nav .owl-prev {
  left: -8%;
}
.shop-detail .product-detail-slider .owl-nav .owl-prev span {
  border-left: 0;
  border-right: 15px solid #636363;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.shop-detail .product-detail-slider .owl-nav button span img {
  display: none;
}
/* end product ddetail  */

/* Add To cart Popup  */
.atc-success {
  box-shadow: rgb(221, 221, 221) 1px 2px 8px 2px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 90%;
  max-width: 650px;
  padding: 20px 15px;
  display: none;
  font-family: "Noto Sans";
  border-radius: 20px;
}
.atc-success h1 {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.atc-success h5 {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}
/* end  */

/* lookbook start */
.lookbook-year {
  position: relative;
}
.lookbook-year:before {
  content: "";
  position: absolute;
  left: -15px;
  width: 100%;
  right: 0;
  height: 100%;
  z-index: -1;
  top: -15px;
  background: #404040;
}

.lookbook-tab .nav-tabs .nav-link {
  color: #252525;
  font-size: 16px;
  border: 1px solid #577657 !important;
  padding: 3px 32px;
  border-radius: 30px;
  color: #333333;
  line-height: 24px;
}
.lookbook-tab .nav-tabs .nav-item.show .nav-link,
.lookbook-tab .nav-tabs .nav-link.active {
  color: #fff !important;
  background: #577657;
  border: 1px solid #577657 !important;
}
.lookbook-tab .nav-tabs .nav-link:hover {
  color: #fff !important;
  background: #577657;
  border: 1px solid #577657 !important;
}

/* lookbook2 start  */
.lookbook2 .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}
.lookbook2 .title span {
  color: #577657;
}
/* lookbook2 end */

/* lookbook-detail start  */
.lookbook-detail1 .title {
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}
.lookbook-detail1 .title span {
  color: #577657;
}

.slider-controll {
  margin: 0 10px;
}
.lookbook-slider .main .one-slider {
  background: #f2ebea;
}
.prev-arrow.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  border: 0;
  width: 15px;
  background: transparent;
  z-index: 99;
}
.next-arrow.slick-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  border: 0;
  width: 15px;
  background: transparent;
  z-index: 99;
}
.lookbook-slider .slick-list {
  padding-left: 0px !important;
}
.lookbook-slider .slider h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 50px;
}
.lookbook-slider .slider h2 span {
  color: #cf6f19;
}
.lookbook-slider .slider p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}
/* lookbook-detail end  */

/* News start */
.news .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.news .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.btn-primary-small {
  font-size: 13px;
  line-height: 16.8px;
}
.news .news-des {
  background: linear-gradient(90deg, #f5f5f5 0%, rgba(223, 223, 223, 0) 100%);
  margin-top: -10px;
}
/* News end  */

/* about start  */
.bg-about1 {
  background-color: #f7fdfd;
}
.about1 .heading-box .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}
.about1 .heading-box .title {
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
}
.about1 .bg-about3 {
  background: #577657;
}
.about1 .bg-about3 .heading-box .title {
  font-size: 55px;
  font-style: italic;
  font-weight: 600;
  line-height: 60px;
}

.sec-hangten .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 45px;
} 
/* about end  */

/* store location start  */
.store-title {
  background: #577657;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  padding: 5px 85px;
}

.store-locationns h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}
.store-locationns p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.store-locationns {
  margin-left: 25px;
  position: relative;
}
.store-locationns:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #577657;
  border-radius: 8px;
}

/* store location end  */

/* cart and Dashboared  start*/

.table-responsive .table tbody tr td {
  padding: 15px;
  /* white-space: nowrap; */
}
.table-responsive .table tbody {
  vertical-align: middle;
}
.table-responsive .table tbody tr td .status .status-img img {
  width: 70px;
  min-width: 70px;
}
.table-responsive .table tbody tr td .count-list ul li a {
  font-size: 20px;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  display: block;
  height: 100%;
}
.table-responsive .table tbody tr td .count-list ul .count-number {
  border: 1px solid #0f0f0f;
  border-radius: 5px;
  padding: 0px 15px;
}
.table-responsive .table tbody tr td .status .status-img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  opacity: 1;
  padding: 10px !important;
}
.table-responsive .table tbody tr td .status .product-name .proname,
.table-responsive .table tbody tr td .status .product-name .price {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
}

.cart-listing .status .status-img img {
  width: 70px;
  min-width: 70px;
}
.cart-listing .count-list ul li a {
  font-size: 20px;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  display: block;
  height: 100%;
}
.cart-listing .count-list ul .count-number {
  border: 1px solid #0f0f0f;
  border-radius: 5px;
  padding: 0px 15px;
}
.cart-listing .status .status-img {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
  opacity: 1;
  padding: 10px !important;
}
.cart-listing .status .product-name .proname,
.cart-listing .status .product-name .price {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #333;
  margin: 0;
}
.cart-items {
  border-top: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.user-dashboard .payment-section {
  padding: 15px 20px;
  border-radius: 0px;
  background: #f5f5f5;
}
.user-dashboard .payment-section .price {
  font-weight: 600;
}
.user-dashboard .payment-section .total {
  font-weight: 600;
  font-size: 18px;
}
.user-dashboard .discount-coupon form {
  position: relative;
  background: #f2f2f2;
  border-radius: 10px;
  opacity: 1;
  display: flex;
  border: 1px solid #ddd;
  padding: 5px 15px;
}
.user-dashboard .discount-coupon p {
  text-align: left;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  opacity: 1;
}
.user-dashboard .discount-coupon form input {
  border-radius: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 14px;
  letter-spacing: 0px;
  color: #767676;
  text-transform: capitalize;
  opacity: 1;
  padding: 8px;
  padding-left: 0;
}
.user-dashboard .discount-coupon form button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 5px;
  padding: 6px 15px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
  text-transform: uppercase;
  opacity: 1;
}
/* .delivery-method [type="radio"]:checked + label,
.delivery-method [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
} */
.delivery-method [type="radio"]:checked,
[type="radio"]:not(:checked) {
  /* position: absolute;
  left: -9999px; */
}
/* .delivery-method [type="radio"]:checked + label:before,
.delivery-method [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
.delivery-method [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.delivery-method [type="radio"]:checked + label:after,
.delivery-method [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; 
}*/
.form-check .form-check-input
{
  margin-left: 0;
}
.delivery-method .price {
  margin-bottom: 0;
  color: #333;
}
.delivery-method .form-check {
  padding-left: 0;
}
.user-dashboard .delivery-method li {
  list-style: none;
  border: 1px solid #577657;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 0px #577657;
}
.user-dashboard .delivery-method li label {
  color: #000000;
  opacity: 1;
}

.delivery-method.method-2 [type="radio"] + label {
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
}
.delivery-method.method-2 [type="radio"]:checked + label {
  border: 1px solid #577657;
  color: #577657;
}
.delivery-method.method-2 [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
}
.delivery-method.method-2 [type="radio"]:not(:checked) + label:after {
  content: "";
  top: 14px;
  left: 9px;
}
.delivery-method.method-2 [type="radio"]:checked + label:before {
  border: 1px solid #577657;
  content: "";
  left: 5px;
  top: 10px;
}
.delivery-method.method-2 [type="radio"]:checked + label:after {
  background-color: #577657;
  content: "";
  top: 14px;
  left: 9px;
}

/* Sign  */
.sign-in {
  padding: 30px 0;
  background-image: url(../img/slider-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sign-in .login-form h2 {
  text-align: left;
  font-size: 25px;
  color: #577657;
  opacity: 1;
  text-transform: uppercase;
}
.sign-in p {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #333;
}
.sign-in p a {
  text-align: left;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0px;
  color: #577657;
}
.sign-in .form-control {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  border-radius: 10px;
  padding: 12px 15px;
}
.sign-in .form-control:placeholder {
  background: #f2f2f2 0% 0% no-repeat padding-box;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  padding: 12px 15px;
}
.sign-in label {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  color: #333;
  position: relative;
  opacity: 1;
}
.sign-in .form_group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.sign-in .form_group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #577657;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  background: #577657;
  border-radius: 0px;
}
.sign-in .form_group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none;
  border-radius: 0;
}
.account-sidebar .order-detail form .user-img {
  position: relative;
  width: 195px;
  margin: auto;
}
.account-sidebar .order-detail form .user-img img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  border: 1px solid #ddd;
  margin: 0 auto;
}
.account-sidebar .order-detail form .user-img button {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 4px 9px;
  position: absolute;
  right: 30px;
  bottom: 50px;
  height: 35px !important;
  width: 35px !important;
}
.account-sidebar .order-detail form .user-img .form-control {
  opacity: 0;
  visibility: hidden;
}

/* Dashboard  */
.order1 .account-sidebar .order-detail {
  background: #f2f2f2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding: 20px;
  border-radius: 0px;
  position: sticky;
  top: 50px;
}
.orders-inner {
  background: #f2f2f2;
  padding: 20px;
}
.order1 .account-sidebar .order-detail .active {
  font-weight: bold;
}

.order1 .account-sidebar .order-detail h2 a {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333;
  opacity: 1;
  border-bottom: 2px solid #333;
  display: flex;
  align-items: center;
  padding: 5px 0 10px 0px;
}

.order-history {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 16px;
  padding: 30px 10px;
  border: 1px solid rgba(153, 153, 153, 0.3882352941);
}
.order1 .orders-inner form .form-group {
  position: relative;
}
.order1 .orders-inner form .form-group i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  color: #cbcbcb;
}

/* start track order */

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.card-header:first-child {
  border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.track {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  margin-top: 50px;
}
.track .step {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  margin-top: -18px;
  text-align: center;
  position: relative;
}
.track .step.active:before {
  background: #577657;
}
.track .step::before {
  height: 7px;
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 18px;
}
.track .step.active .icon {
  background: #577657;
  color: #fff;
}
.track .icon {
  display: inline-block;
  width: 40px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 100%;
  background: #ddd;
}
.track .step.active .text {
  font-weight: 500;
  color: #333;
}
.track .text {
  display: block;
  margin-top: 7px;
}
.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.itemside .aside {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img-sm {
  width: 80px;
  height: 80px;
  padding: 7px;
}
.itemside .info {
  padding-left: 15px;
  padding-right: 7px;
}
.itemside .title {
  display: block;
  margin-bottom: 5px;
  color: #212529;
}
/* end track order */

/*  start shoping cart sidebar  */
.shoping-cart-sidebar .freeShipMsg {
  background-color: #f2f2f2;
  padding: 12px 20px;
  margin-bottom: 15px;
}
.cart-product {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-product .title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.cart-list p {
  font-size: 14px;
}
.btn-remove-product {
  position: absolute;
  right: 15px;
  top: 0;
  color: #333;
}
.cart-list {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart_btns {
  padding-left: 15px;
  padding-right: 15px;
}
.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart-btns {
  padding-left: 15px;
  padding-right: 15px;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: 350px;
}
/* end shoping cart sidebar  */
/* Cart and Dashboard end  */

/* Media Query */

@media only screen and (max-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: inherit;
}
header .navbar .navbar-nav .nav-item
{
  margin: 0 6px;
}

}
@media only screen and (max-width: 1099px)
{
  header .navbar .navbar-nav .nav-item
{
  margin: 0 6px;
}
header .navbar .navbar-nav .nav-item .nav-link
{
  font-size: 14px;
}
.header-search .form-control
{
  width: 60px;
  font-size: 14px;
}
}
@media only screen and (max-width: 1024px) {
  .catefoot1 {
    position: absolute;
    right: 0px;
    top: -28px;
    width: 70px;
}
.catefoot2 {
  position: absolute;
  left: 0px;
  bottom: -99px;
  width: 70px;
}
}
@media only screen and (max-width: 991px) {
  .main-slider h5 {
    font-size: 20px;
    font-weight: 600;
  }
  .main-slider h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: none;
  }
  .catefoot1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
  }
  .catefoot2 {
    position: absolute;
    left: 0px;
    bottom: -40px;
    width: 55px;
  }
  .heading-box .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
  }

  .navbar-brand img {
    height: 40px;
  }
  .res-mt {
    position: absolute;
    right: 68px;
    top: 15px;
  }
  header .navbar .right-nav li {
    margin: 0px 5px;
  }
  header .navbar .right-nav li a img {
    width: 15px;
  }
  .product-count {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-list .proudct-wrap{
    height:auto;
    max-height:284px;
  }
  .main-slider h5 {
    font-size: 16px;
  }
  .main-slider .font-2 {
    font-size: 14px;
  }
  .main-slider h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .lookbook-slider .slider h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .lookbook-detail1 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .lookbook-slider .slider h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .shop-content .shop-title {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-one .heading-box {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 20px;
  }
  .dropdown-menu {
    width: auto;
    padding: 10px;
  }
  .breadcrumb-two {
    padding-top: 60px;
  }
  .bredcrumb-wrap.bredcrumb-payment {
    margin-bottom: -67px;
  }
  .brd-two-img {
    top: -12px;
    width: 50px;
  }
  .bredcrumb-wrap {
    margin-bottom: -100px;
  }
  .breadcrumb-two h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .slider-controll {
    margin: 0px 3px;
  }
  .shop-detail .carousel-indicators button {
    width: 40px;
    height: 40px;
  }

  .shop-detail .carousel-inner {
    left: 50px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .ml-90 {
    margin-left: 0;
  }
  .breadcrumb {
    background: #f7fdfd;
    padding: 20px 0 15px 0;
  }
  .breadcrumb h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .brd-divider {
    height: 12px;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0px !important;
  }
  .carousel-control-next-icon img,
  .carousel-control-prev-icon img {
    margin-top: -1px;
  }
  .color-swatch li span {
    height: 16px;
    width: 16px;
  }
  .color-swatch .active span {
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
  }
  .sec-collection .description .title {
    font-size: 28px;
    line-height: 38px;
  }
  .sec-collection .description .sub-title {
    font-size: 18px;
    line-height: 20px;
  }
  .cart-listing .status .status-img img {
    width: 50px;
    min-width: 50px;
  }
  .cart-listing .status .status-img {
    border-radius: 8px;
    padding: 5px !important;
  }
  .cart-listing .status .product-name .proname,
  .cart-listing .status .product-name .price {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0px !important;
  }
  .cart-listing .count-list ul .count-number {
    border: 1px solid #0f0f0f;
    border-radius: 5px;
    padding: 0px 2px;
    max-width: 30px !important;
  }
  .btn-small {
    border-radius: 8px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 3px 4px;
    transition: 0.3s;
  }
  .sign-in {
    background-size: cover;
    background-position: left;
  }
  .chat-btn {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 45px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .product-list .proudct-wrap{
    height:auto;
    max-height:250px;
    overflow:hidden;
  }
  .btn {
    font-size: 14px;
    padding: 5px 24px;
  }
  .breadcrumb img.img-fluid {
    width: 55px;
  }
  .about1 .heading-box .title {
    font-size: 28px;
    line-height: 36px;
  }
  .about1 .bg-about3 .heading-box .title {
    font-size: 32px;
    line-height: 42px;
  }
  .lookbook-year {
    margin-left: 15px;
  }
  .lookbook2 .title {
    font-size: 32px;
    line-height: 42px;
  }
  .lookbook2 .title {
    font-size: 28px;
    line-height: 36px;
  }
  .catefoot1 {
    width: 40px;
  }
  .catefoot2 {
    width: 40px;
  }
  .track-order {
    overflow-x: scroll;
  }
  .mobile-card {
    width: 550px;
  }
  .product-img a {
    font-size: 12px;
  }
  .shipping h6 {
    font-size: 12px;
  }
  .product-name h6 {
    font-size: 12px;
  }
  .order-history {
    border-radius: 10px;
    padding: 5px 5px;
  }
}

@media only screen and (max-width: 450px) {
  .product-list .proudct-wrap{
    height:auto;
    max-height:180px;
    overflow:hidden;
  }
}

@media only screen and (max-width: 425px) {
  .product-list .proudct-wrap{
    height:auto;
    max-height:169px;
    overflow:hidden;
  }
  .main-slider h5 {
    font-size: 14px;
  }
  .main-slider .font-2 {
    font-size: 12px;
  }
  .main-slider h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .main-slider .btn {
    font-size: 14px;
    padding: 3px 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .breadcrumb h1 span:before {
    width: 50px;
  }
}
.help-block {
 display: inline-block;
 font-size: 13px;
 background: #ff7171;
 color: white;
 padding: 2px 10px;
 margin-top: 8px;
 position: relative;
 border-radius: 3px;
}
.help-block:after {
 content: "";
 display: block;
 position: absolute;
 top: -5px;
 left: 10px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 5px 5px 5px;
 border-color: transparent transparent #ff7171;
}