@media (min-width: 1440px) {
    .container {
        max-width: 1470px;
    }
}

body
{
	overflow-x:hidden;
}

a.logo img {
    max-width: 95px;
}

.headerFlex 
{
    display: flex;
    justify-content: space-between;
	width: 100%;
}

.headerFlex nav ul {
    display: flex;
    margin: 0;
    gap: 40px;
    list-style: none;
}
body {
    font-family: "Plus Jakarta Sans", serif;
}

nav li a {
    color: #000;
    FONT-WEIGHT: 500;
}
.navRight ul {
    display: flex;
    margin: 0;
    gap: 35px;
    list-style: none;
    padding-left: 0;
}

.navRight ul li svg {
	width: 21px;
    height: 21px;
}

a {
    text-decoration: none;
}

header {
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}
/* .banner-bg {
    background-image: url(../images/bg1.webp);
}
 */
.banner-container {
    position: relative;
	height: calc(100vh - 92px);
}

.banner-bg {
    height: 100%;
    background-repeat: no-repeat;
	    background-size: cover;
}

.banner-content {
    max-width: 600px;
    background: #000;
    border-radius: 20px;
    padding: 60px 90px 70px;
    z-index: 9999;
    position: relative;
}

.banner-content {
}

.banner-content-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.banner-bg .container {
    height: 100%;
}

.banner-content h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px 0px 22px 0px;
    color: #ffffff;
}

.banner-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0px 33px 0px;
    color: #ffffff;
}

.outlineButton {
    font-size: 15px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
    padding: 0px 25px 0px 25px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: inline-block;
}

.bgBlack {
    background: #1d1d1d;
}

.ourCate {
    padding: 92px 0 92px;
	 margin-bottom: 90px;
}

.commonHeading {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    margin: 0;
	margin-bottom: 45px;
}

.commonHeading span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
    text-align: left;
    display: block;
    margin-top: 18px;
}

.categoryGrid {
    margin-top: 44px;
}

.categoryContainer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 35px;
}

.categoryContent img {
    width: 100%;
    border-radius: 10px;
}

.categoryContent span {
    margin-top: 17px;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: capitalize;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 0;
}

.bannerSplit {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.bannerSplit img {
    width: 100%;
    border-radius: 20px;
}

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

.leftBannerSplit {
    position: relative;
}

.bannerSplitContent {
    position: absolute;
    top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.bannerSplitContent h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000000;
    margin: 0px 0px 28px 0px;
}

.fillButton {
    background: #000;
    border-color: #000;
}

.rightBannerSplit figure {
    position: relative;
}

 
.rightBannerSplit img {
    height: 394px;
}

.leftBannerSplit img {
    height: 820px;
}
.navRight li a i {
    color: #000;
}

.navRight li a label {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    top: -6px;
    right: -7px;
}

.navRight li a 
{
    color: #000;
	cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;	
    row-gap: 6px;
    font-size: 12px;	
    transition: all .3s ease;
}


figure {
    margin: 0;
}

.img-holder a {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	overflow: hidden;
}

.prod-box .item-img-2
{
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.prod-box .img-holder:hover .item-img-2
{
	opacity:0;
	transition: .5s all ease;
}

.prod-box .img-holder .item-img-1
{
	opacity:0;
	transform:scale(1.3);
}

.prod-box .img-holder:hover .item-img-1
{
	opacity:1;
	transform:scale(1);
	transition: .5s all ease;
}
	
.prod-box .img-holder img{max-height:100%}

.productContainerGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.productContainer img {
    width: 100%;
}

.productContent {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.starRating i {
    color: #ccc;
}

.productContent a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.swatch-items label {
    width: 24px;
    margin: 2px 8px 2px 0;
    height: 24px;
    font-size: 0;
    position: relative;
    cursor: pointer;
    line-height: 24px;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
}

.swatch-content {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 9px;
}

label.Black {
    background-color: #000000 !important;
}

label.Pink {
    background-color: #fbd7d7 !important;
}

a.more-variant {
    margin: 2px 0;
    height: 22px;
    min-width: 22px;
    padding: 0 2px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
span.PriceDiscount {
    color: #8a8a8a;
    line-height: 99%;
    font-weight: 700;
}

.DiscountedPrice {
    color: #d81717;
    line-height: 99%;
    font-weight: 700;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.withoutDiscount {
    color: #000;
}
.blackFont {
    color: #000;
}

.blackFont span {
    color: #000;
}
.bannerSplit {
    margin-bottom: 80px;
}

.productLabel {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    z-index: 2;
    font-size: 12px;
    min-width: 50px;
    line-height: 25px;
    font-weight: 700;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    border-radius: 100px;
}

.outOfStock {
    background: #000;
}

.productContainer {
    position: relative;
}

figure.prod-box {border-radius: 15px;}

.img-holder {
    border-radius: 15px;
}

.img-holder img {
    border-radius: 15px;
}

.onSale {
    background: #d81717;
}

.cardBtn-wishlist-wrap {
    display: grid;
    grid-column-gap: 25px;
    grid-template-columns: auto 60% auto;
}

.cardBtn-wishlist-wrap .addtocard {
    display: flex;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 10px 10px;
    height: 52px;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.cardBtn-wishlist-wrap .wishlist {
    background-color: unset;
    border: 1px solid #cccc;
    border-radius: 50px;
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
}

.cardBtn-wishlist-wrap .wishlist svg {
    width: 20px;
    height: 20px;
}

.cart-wrap {
    width: fit-content;
}

.agree-pdwrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.agree-pdwrap label {
    display: flex;
    grid-column-gap: 4px;
}

.agree-pdwrap input {
    margin-right: 5px;
}

.agree-pdwrap a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

.butitnow {
    background-color: unset;
    padding: 15px 0;
    color: #000000;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #ccc;
    font-weight: 500;
	margin-bottom: 50px;
	    width: 100%;
}

.payment-mode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    padding: 40px 0;
    border-radius: 20px;
    grid-row-gap: 20px;
}

.inner-breadcrumb-wrap ul 
{
	list-style-type: none;
	padding-left: 0;
	display: flex;
	grid-column-gap: 5px;
}

.inner-breadcrumb-wrap ul li, 
.inner-breadcrumb-wrap ul a 
{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.inner-breadcrumb-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}

.productContainer .product-card__buttons>div:before {
    left: auto;
    right: calc(100% + 10px);
    bottom: calc(50% - 11.5px);
    transform: unset;
}

.product-card__buttons>div:before {
    content: attr(data-title);
    position: absolute;
    padding: 0 10px;
    background: var(--gray-dark);
    color: var(--white);
    bottom: calc(100% + 10px);
    line-height: 23px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
    font-size: 12px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.productContainer .product-card__buttons>div:before {
    left: auto;
    right: calc(100% + 10px);
    bottom: calc(50% - 11.5px);
    transform: unset;
} 
.productContainer .product-card__buttons>div:before {
    left: auto;
    right: calc(100% + 10px);
    bottom: calc(50% - 11.5px);
    transform: unset;
}
.productContainer .product-card__buttons>div {
    margin: 0 0 10px;
    transform: translateY(20px);
}

.productContainer:hover .product-card__buttons>div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-card__buttons>div {
    position: relative;
    transition: all .3s ease;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    margin: 0 5px;
}
.product-card__buttons   button,  .product-card__buttons   a{
    color: #000;
    display: inline-block;
    text-align: center;
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 47px;
    border: 0;
    white-space: nowrap;
    padding: 0;
    box-shadow: 0 0 8px #6060601a;
    border-radius: 50%;
    position: relative;
}

.productContainer .product-card__buttons {
    flex-wrap: wrap;
    width: 40px;
    right: 15px;
    padding: 0;
    bottom: 205px;
}
.product-card__buttons {
    position: absolute;
    bottom: 15px;
    right: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    padding: 0 15px;
    transition: all .3s ease-in-out;
    justify-content: center;
}
.productContainer .product-card__buttons>div:after {
    left: auto;
    right: 100%;
    bottom: calc(50% - 5px);
    border-color: transparent transparent transparent var(--gray-dark);
}

.product-card__buttons>div:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: calc(50% - 5px);
    border-width: 5px;
    border-style: solid;
    border-color: var(--gray-dark) transparent transparent transparent;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}.product-card__buttons .btn span {
    display: none;
}

.product-card.hover_style_1 .product-card__buttons>div {
    margin: 0 0 10px;
    transform: translateY(20px);
}
.product-card:hover .product-card__buttons>div {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-card__buttons>div:nth-child(3) {
    transition-delay: .2s;
}
.product-card__buttons>div {
    position: relative;
    transition: all .3s ease;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    margin: 0 5px;
}
.product-card__buttons button:hover, .product-card__buttons a:hover {
    background: #000;
    color: #fff;
}
.starRating i {
    font-size: 13px;
}

.starRating {
    display: flex;
    justify-content: center;
    gap: 3px;
}

.bestSeller {
    margin-bottom: 70px;
}

.sideSliderLeft h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px 0px 35px 0px;
    color: #000000;
    text-align: left;
}

.sideSliderLeft h3 span {
    display: block;
}

.sideSlider {
    display: grid;
    grid-template-columns: 30% 65%;
    gap: 5%;
	width: 100%;
}

.sideSliderRightGrid figure img {
    border-radius: 15px;
}

.sideSliderLeft {
    padding: 0 15px;
    margin-top: 15px;
}
.blackOutline {
    color: #000000;
    border: 1px solid #000000;
}
.sideSlider {
    margin: 0 0 100px;
}

.testimonial {
    background-color: #000000;
    padding: 152px 0 105px;
}

.testimonialContent p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #ffffff;
    margin: 0px 0px 33px 0px;
}

.testimonialContent {
    width: 650px;
    margin: 0 auto;
    padding-bottom: 65px;
}

.testimonialAuthor {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0px;
}

footer .footerGrid {
    border-bottom: 1px solid #e7e7e7;
    padding: 92px 0 70px;
}

.footer-subscribe h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px 0px 33px 0px;
    color: #000000;
}

.footer-subscribe form input {
    background: transparent;
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    max-width: 420px;
    border: 1px solid #000000;
    border-radius: 60px;
    padding: 10px;
    align-items: center;
    color: #000;
    width: 100%;
}

.footer-subscribe form button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.footer-subscribe form {
    position: relative;
    max-width: 420px;
    width: 100%;
}

.footerGrid {
    display: grid;
    grid-template-columns: 50% 25% 25%;
}

.footer-content {
    width: 100%;
}

.footer-subscribe {
}

.followUs span {
    color: #000000;
    margin: 0px 22px 0px 0px;
    font-size: 16px;
    font-weight: 600;
}

ul.social-icons li a {
    color: #000000;
    border-color: #000000;
    fill: #000000;
}

ul.social-icons li a span {
    display: none;
}

ul.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
    margin: 0;
}

.followUs {
    display: flex;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.footer-content h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px 0px 17px 0px;
    color: #000000;
}

.footer-subscribe h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px 0px 33px 0px;
    color: #000000;
}

ul.social-icons li a {font-size: 16px;}

.footer-content li a {
    color: #000000;
    font-size: 14px;
    list-style: none;
}

.footer-content li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 24px;
    margin-bottom: 6px;
}

.footer-content ul {
    padding: 0;
}

.footer-content li a {
    font-weight: 500;
}
.footer-copyright {
    padding: 10px 0 10px;
    background: #ffffff;
    display: flex;
    justify-content: center;
}


.banner-content-container .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel .thumbnail {
  display: flex;
  flex-direction: column;
  margin: 0 15px;
}
.owl-carousel .thumbnail .caption {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
.owl-carousel .thumbnail .caption .flex-text {
  flex-grow: 1;
}

.banner-content-container .owl-stage-outer,
.banner-content-container .owl-stage,
.banner-content-container .owl-item,
.banner-content-container .item 
{
    width: 100% !important;
    height: 100% !important;
}

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

.categoryContent:hover .animate__animated,
.animHover:hover .animate__animated 
{
    animation-name: headShake;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

#halfshowslider 
{
    position: relative;
}

#halfshowslider .owl-stage-outer 
{
    position: absolute;
}

.footerGrid1 {
    width: 100%;
}


.inner-breadcrumb-sect 
{
	background-color: #fff;
	padding: 20px;
	text-align: center;
     height: 213px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
	    grid-row-gap: 10px;
	border-bottom: 1px solid #ddd;
    background-image: url(../images/bg-breadcrumb.webp);
	background-position: center center;
}

.inner-breadcrumb-sect h1 {
  margin: 0;
  font-size: 24px;
}

.breadcrumb {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.product-listing-wrap {
  grid-column-gap:40px;
  padding: 20px;
}

.filters {
  width: 25%;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.filters h3 {
  margin-bottom: 10px;
  font-size: 18px;
  padding-bottom: 5px;
}

.filter-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filters ul li {
  margin-bottom: 10px;
}

.filters label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.filters input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.filters input[type="radio"]:checked {
  border-color: #333;
}

.filters input[type="radio"]:checked::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}

.products {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.product {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product img {
  max-width: 100%;
  height: auto;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.product h4 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
}

.product p {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.product .price {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.product .old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
}

.product .badge {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-top: 5px;
}

.product-listing-wrap .productContainerGrid
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;	
}

.filters 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;
}

footer {
    border-top: 1px solid #e7e7e7;
}

.product-listing-sect {
    padding: 70px 0;
}

.product-right select {
    margin-bottom: 30px;
    border-radius: 50px;
    padding: 3px 10px;
}

a.logo {
    font-size: 21px;
    font-weight: 800;
    color: #000;
    position: relative;
    top: -4px;
}


.arrodion-head 
{
	cursor:pointer;
    display: flex;
    justify-content: space-between;
}

.arrodion-content 
{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.arrodion-content.active 
{
    overflow: visible;
	max-height:100%;
}

.owl-nav
{
    display: flex !important;
    position: absolute;
    top: 50%;
    z-index: 99999;
    transform: translateY(-50%);
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}

.owl-nav button span 
{
    color: #fff;
}

.owl-nav button span img 
{
    width: 20px;
    opacity: 0.75;
}

.owl-nav button span:hover img 
{
    width: 20px;
    opacity:1;
}

.custom-prev.custom-prev-1, 
.custom-next.custom-next-1 
{
    background: unset;
    border: unset;
	opacity: 0.2;
}

.custom-prev.custom-prev-1 img, 
.custom-next.custom-next-1 img
{
	width:40px;
}

.sideSliderLeft .custom-nav 
{
	margin-top: 80px;
    display: flex;
    grid-column-gap: 15px;
}

#halfshowslider .owl-nav.disabled
{
	display:none !important;
}

.custom-prev.custom-prev-1:hover, 
.custom-next.custom-next-1:hover 
{
	opacity: 1;
}



.custom-prev.custom-prev-2, 
.custom-next.custom-next-2 
{
    background: unset;
    border: unset;
	opacity: 0.2;
}

.custom-prev.custom-prev-2 img, 
.custom-next.custom-next-2 img
{
    width: 40px;
    filter: invert(1);
}

.testimonialContent .owl-nav.disabled
{
	display:none !important;
}

.custom-prev.custom-prev-2:hover, 
.custom-next.custom-next-2:hover 
{
	opacity: 1;
}

.testimonialContent .custom-nav 
{
    margin-top: 60px;
    display: flex;
    grid-column-gap: 15px;
}

.arrodion-head span img {
    width: 10px;
}

.filter-box.openAccord .arrodion-head span img 
{
    transform: rotate(180deg);
}

.filter-box .arrodion-head span img 
{
    transform: rotate(0deg);
}

.price-range-slider 
{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.price-range-slider .range-value {
    order: 2;
}

.price-range-slider .range-value 
{
	margin: 0;
}

.price-range-slider .range-value input 
{
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
}

.price-range-slider .range-bar 
{
	border: none;
	background: #ccc;
	height: 3px;
	width: 96%;
	margin-left: 8px;
	margin-bottom: 20px;
}

.price-range-slider .range-bar .ui-slider-range 
{
	background: #000;
}

.price-range-slider .range-bar .ui-slider-handle 
{
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #000000;
	height: 17px;
	width: 17px;
	top: -0.52em;
	cursor: pointer;
}

.feature-content-cover 
{
    display: flex;
    grid-column-gap: 20px;
    margin-top: 15px;
}

.feature-content-cover img 
{
    width: 100px;
}

.feature-content 
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.review-star i 
{
    color: #ccc;
    font-size: 14px;
}

.radio-color-cover 
{
    display: flex;
    grid-column-gap: 10px;
}

.radio-box-wrap 
{
	width:fit-content;
    position: relative;
}

.radio-box-wrap input[type="radio"] 
{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
	margin-top: 0;
}

.radio-box-wrap .radio-box 
{
    width: 19px;
    height: 19px;
    border-radius: 50px;
    border: 1px solid #ccc;
}

.radio-box-wrap input[type="radio"]:checked + .radio-box::before 
{
    content: '';
    top: -3px;
    left: -3px;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 50px;
    border: 1px solid #000000;
}

.radio-box-wrap .radio-box.radioCream
{
	background-color:#e6d4b4;
}

.radio-box-wrap .radio-box.radioBlack
{
	background-color:#000;
}

.radio-box-wrap .radio-box.radioPink
{
	background-color:#fbd7d7;
}

.radio-box-wrap .radio-box.radioWhite
{
	background-color:#fff;
}

/* product detail page start */

.pd-wrapper 
{
    position: relative;
    width: 750px;
    display: flex;
    grid-column-gap: 15px;
}

.img-selection 
{
	display: flex;
    flex-direction: column;
	grid-row-gap: 10px;
}

.img-thumbnail
{
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
	cursor: pointer;
	transition: .3s ease;
	opacity: .5;
}

.img-thumbnail:hover
{
	opacity: 1;
}

.img-thumbnail.selected
{
	opacity: 1;
}

.big-img
{
	position: relative;
	width:650px;
	height:650px;
	border: 1px solid #ddd;
	cursor: zoom-in;
	overflow: hidden;
}

.big-img img.zoom
{
	position: absolute;
	transition: width 0.2s ease-out, opacity 0.2s ease-out 0.2s; 
}

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

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

.product-detail-sect 
{
    padding: 50px 0;
}

/* price details */

.product-detail-cover 
{
    display: flex;
    grid-column-gap: 80px;
}

.people-sold-stock ul {
    list-style-type: none;
}

.people-sold-stock ul li svg {
    width: 17px;
    height: 17px;
}

.people-sold-stock ul li {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
}

.people-sold-stock ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 17px;
    padding-left: 0;
}

.orignal-discount-wrap {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-content-wrap {
    width: 100%;
}

.product-content-wrap h3 {
    margin-bottom: 5px;
}

.product-content-wrap .review-star {
    margin-bottom: 5px;
}

.people-sold-stock ul li:nth-of-type(1) span 
{
    color: #000;
}

.people-sold-stock ul li:nth-of-type(2) span 
{
    color: #f11e1e;
}

.people-sold-stock ul li:nth-of-type(3) svg path 
{
    stroke: #108043;
}

.people-sold-stock ul li:nth-of-type(3) span 
{
    color: #108043;
}

.people-sold-stock p {
    width: 90%;
    font-size: 15px;
}

.color-name-wrap span {
    font-weight: 500;
}

.color-name-wrap {
    margin-bottom: 15px;
}

.pd-color-wrap ul 
{
    list-style-type: none;
    padding-left: 0;
}

.pd-color-wrap 
{
    margin-bottom: 30px;
}

.cart-wrap .minus, 
.cart-wrap .plus
{
    top: -4px;
	font-size: 24px;
    position: relative;
    cursor: pointer;
}

.cart-wrap input
{
    width: 70px;
    text-align: center;
    outline: none;
    border: unset;
}	

.cart-wrap .number 
{
    display: flex;
    align-items: center;
    justify-content: center;	
	width: fit-content;
    border: 1px solid #ccc;
    padding: 7px 20px;
    border-radius: 50px;
}		

/* price details */


/* product detail page end */

.compare-wrap 
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.modal-dialog.modal-xxl 
{
    max-width: 95%;
}

.modal-body .btn-close 
{
    position: absolute;
    right: -11px;
    top: -10px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50px;
    padding: 7px;
    width: 22px;
    height: 22px;
    box-shadow: 0 0 6px 0 #ccc;
    font-size: 11px;
}

.compare-header 
{
    height: 20px;
}

.compare-product 
{
    height: 450px;
    overflow: hidden;
    display: flex	;
    flex-direction: column;
    grid-row-gap: 10px;
}

.compare-product img 
{
    height: 92%;
    width: 100%;
    object-fit: cover;
}

.compare-variant,
.compare-availability,
.compare-price,
.compare-footer 
{
    height: 60px;
	display:flex;
	align-items:center;
}

.compare-wrap .compare-box:first-child 
{
    background: #f5f5f5;
}

.compare-box 
{
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.comp-brd
{
    padding: 20px;
    display: flex;
	align-items:center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
}

.compare-wrap .compare-box:first-child  .comp-brd
{
	align-items:unset;
	justify-content:unset;
}

.compare-availability 
{
    display: flex;
    grid-column-gap: 10px;
}

.ostock 
{
    color: red;
}

.istock 
{
    color: green;
}

.compare-price 
{
    display: flex;
    grid-column-gap: 10px;
}

.orig-price 
{
	text-decoration: line-through #000;
	text-decoration-thickness: 2px;
}

.compare-footer 
{
    display: flex;
    justify-content: center;
}

.compare-footer button 
{
    color: #fff;
    padding: 4px 40px;
    border-radius: 50px;
    background-color: #000;
}

.compare-header a 
{
    color: #8a8a8a;
    display: flex;
    grid-column-gap: 5px;
    align-items: center;
}

.compare-header a:hover
{
	color:#000;
}

.compare-variant .pd-color-wrap {
    margin-bottom: 0;
}

.compare-variant .pd-color-wrap ul {
    margin-bottom: 0;
}

.search-product-wrap 
{
    display: grid;
    grid-template-columns: 45% 45%;
    grid-column-gap: 5%;
}

.searchprodowl,
.searchprodowl .owl-stage-outer,
.searchprodowl .owl-stage,
.searchprodowl .owl-item
{
	height:100%;
}
.searchprodowl .item img 
{
    width: 100%;
    height:100%;
    object-fit:cover;
}

.inner-breadcrumb-wrap h2 
{
    font-size: 22px;
    font-weight: 600;
}

.wishlist-cross 
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
	color: #000;
}

/* Side Slider Content Design Start */

.msg-slider 
{
	position: fixed;
	top: 0;
	right: -100%;
	width: 600px;
	height: 100vh;
	background: white;
	z-index: 999999;
	transition: right .8s ease;
	box-shadow: 0 -3px 10px #00000046
}

.msg-slider-left 
{
	padding:10px 0px;
	height: 100vh;
}

.msg-slider-left h4 
{
	width: 100%;
	margin: 0;
	font-size: 39px;
	line-height: 59px;
	font-weight: 400;
	margin-bottom: 20px
}

.msg-slider-left p 
{
	letter-spacing: 1px
}

a.sliderCross 
{
	position: absolute;
	top: 50%;
	left: -70px;
	transform: translateY(-50%)
}

a.sliderCross svg 
{
	position: absolute;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50px;
	padding: 21px;
	box-shadow: 0 3px 6px #00000029
} 

body.modal-active:before 
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden
}

body.modal-active .msg-slider 
{
	right: 0;
}

body.modal-active 
{
	overflow: hidden;
	position: relative;
	height: 100vh;
}

body.modal-active:before 
{
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: 999999;
	background: #ffffff39 0 0 no-repeat padding-box;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

/* Side Slider Content Design End */

.cartsidepanel .cartbox 
{
    display: flex;
    grid-column-gap: 20px;
    margin-top: 15px;
	width: fit-content;
}

.cartsidepanel .cart-wrap .number 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #ccc;
    padding:4px 20px;
    border-radius: 50px;
}

.cartsidepanel .cartbox img 
{
    width: 100px;
}

.cartsidepanel .feature-content .product-name 
{
    font-size: 16px;
    margin-bottom: 10px;
}

.cartsidepanel .feature-content .product-price 
{
    font-size: 14px;
    font-weight: 400;
}

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

.cartsidepanel .cart-wrap input 
{
    width: 40px;
    text-align: center;
    outline: none;
    border: unset;
    font-size: 14px;
}

.slidecart .cart-wrap .minus, .cart-wrap .plus 
{
    top: -1px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
}

.msg-slider-left .cartsidepanel {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

span.product-color {
    color: #7a7a7a;
    font-size: 13px;
    display: flex;
    align-items: center;
    grid-column-gap: 2px;
}

span.product-color a {
    margin-left: 5px;
	color:#7a7a7a;
}

span.product-color i {
    font-size: 10px;
   
}

.slidecart .cart-wrap 
{
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.slidecart .cart-wrap a
{
	color:#000;
}

.slidecart .cart-wrap a i {
    font-size: 13px;
}

.sidecartwrapper 
{
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
	padding: 0 30px;
}

.sidecartwrapper::-webkit-scrollbar
{
	width:4px;
}

.sidecartwrapper::-webkit-scrollbar-track
{
	background: #000;
	border-radius:50px;
}

.subtotal-wrap 
{
    height: 100%;
    z-index: 99999;
    position: relative;
    box-shadow: 1px 0px 6px 0 #ccc;
}

.st-tophead 
{
    display: flex;
    padding: 18px 20px;
    grid-column-gap: 25px;
    justify-content: space-around;
    border-bottom: 1px solid #e7e7e7;
}

.st-tophead a 
{
	display: flex;
    flex-direction: column;
    align-items: center;
    grid-row-gap: 7px;
}

.st-tophead a span 
{
    color: #000;
    font-size: 14px;
}

.st-tophead a i 
{
    color: #9b9b9b;
	font-size: 19px;
}

.subtotaldetailcover {
    padding: 20px;
}

.subtotaldetail 
{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

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

.checktcwrap a 
{
    color: #000;
    text-decoration: underline;
}

.checktcwrap span 
{
    color: #00000099;
}

.tcagreewrap 
{
    font-size: 15px;
}

.action-btn-checkoutcart 
{
    margin-top: 20px;
    text-align: center;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.action-btn-checkoutcart a
{
	font-size:15px;
	padding:10px 50px;
	border-radius: 50px;
	border:1px solid #000;
	transition: .5s all ease;
}

.action-btn-checkoutcart a:first-child 
{
    color: #fff;
	background-color: #000;
}

.action-btn-checkoutcart a:last-child 
{
    color: #000;
    background-color:unset;
}

.filled-btn:hover
{
	color:#000 !important;
	border:1px solid #000 !important;
	background-color:unset !important;
	transition: .5s all ease !important;
}

.outline-btn:hover
{
	color:#fff !important;
	border:1px solid #000 !important;
	background-color:#000 !important;
	transition: .5s all ease !important;	
}

.addnotewrapper.popupped1, 
.addcouponwrapper.popupped2, 
.addshipwrapper.popupped3 
{
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
	position: absolute;
    background-color: #fff;
    flex-direction: column;
    transform: translateY(50%);
	transition: .5s all ease !important;
}

.addnotewrapper,
.addcouponwrapper,
.addshipwrapper
{
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
	position: absolute;
    background-color: #fff;
    flex-direction: column;
    transform: translateY(0%);
	transition: .5s all ease !important;
}

.addnotewrapper span,
.addcouponwrapper span 
{
    display: inline-block;
    margin-bottom: 10px;
}

.addnotewrapper textarea 
{
    height: 250px;
    margin-bottom: 20px;
	border:1px solid #ddd;
	border-radius:5px;
	resize:none;
}

.addcouponwrapper input
{
	height:40px;
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom: 20px;
}

.saveclosewrap {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2,1fr);
    text-align: center;
}

.saveclosewrap a
{
	font-size:15px;
	padding:10px 50px;
	border-radius: 0px;
	border:1px solid #000;
	transition: .5s all ease;	
}

.filled-btn {
    color: #fff;
    background-color: #000;
}

.outline-btn {
    color: #000;
}

.shipp-select-wrap 
{
    display: flex;
    flex-direction: column;
    padding: 10px 0 0;
    grid-row-gap: 11px;
    margin-bottom: 20px;
}

.shipp-select-wrap .select-wrap 
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
}

.shipp-select-wrap .select-wrap select,
.shipp-select-wrap .select-wrap input,
.signInwrap input 
{
    height: 40px;
	border:1px solid #ddd;
	border-radius:5px;	
	padding:10px;
}

span.select-wrap label 
{
    font-size: 15px;
}

.signInwrap {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    background-color: #fff;
    flex-direction: column;
    grid-row-gap: 15px;
    transition: .5s all ease !important;
}

.shopping-cart-grid {
    display: grid;
    grid-template-columns: 67% 30%;
    grid-column-gap: 3%;
}

.sc-left {
    width: 100%;
}

.sc-table-wrap {
    width: 100%;
}

.sc-table-wrap table {
    width: 100%;
}

.sc-table-wrap table .cartbox img {
    width: 120px;
    height: 149px;
    object-fit: cover;
    border-radius: 4px;
}

.sc-table-wrap table .cartbox {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
}

.sc-table-wrap table tr .number
{
	display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #ccc;
    padding: 4px 20px;
    border-radius: 50px;
	margin: 0 auto;
}

.sc-table-wrap table tr .minus, .sc-table-wrap table tr .plus 
{
    top: -1px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
}

.sc-table-wrap table tr input
{
    width: 40px;
    text-align: center;
    outline: none;
    border: unset;
    font-size: 14px;
}

.sc-table-wrap 
{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.sc-table-wrap table th 
{
    padding: 10px;
    font-weight: 400;
    text-align: center;	
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.sc-table-wrap table td
{
	padding:10px;
	text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;	
}

.sc-table-wrap table th:first-child,
.sc-table-wrap table td:first-child
{
	text-align: left;
}	

.sc-table-wrap table th:last-child,
.sc-table-wrap table td:last-child
{
	 border-right:unset;
}	

.sc-table-wrap table tr:last-child td
{
	 border-bottom:unset;
}	

.sc-table-wrap table td a
{
	color:#000;
}

.sc-right {
    background: #f6f6f6;
    padding: 40px;
    border-radius: 10px;
}

.couponcheckout p {
    color: #8a8a8a;
    font-size: 14px;
}

.couponcheckout span 
{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    display: inline-block;
}

.couponcheckout {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.checkoutbutton {
    margin-top: 40px;
    width: 100%;
}

.checkoutbutton button {
    width: 100%;
    height: 40px;
    border-radius: 50px;
}

.shopping-cart-wrapper 
{
    padding-bottom: 40px;
}

body.profile-modal-active .profile-slider 
{
    right: 0;
}

.profile-slider 
{
    position: fixed;
    top: 0;
    right: -100%;
    width: 600px;
    height: 100vh;
    background: white;
    z-index: 999999;
    transition: right .8s ease;
    box-shadow: 0 -3px 10px #00000046;
}

.lostpassword-wrap {
    display: flex;
    justify-content: flex-end;
}

.lostpassword-wrap a {
    color: #000;
    font-size: 15px;
}

.pwd-eyes-wrap
{
	position:relative;
}

span.pwd-eyes-wrap a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.pwd-eyes-wrap input 
{
    width: 100%;
}

.wishlist-wrapper 
{
    padding-bottom: 40px;
}

.register-wrapper
{
	padding:40px 0;
	margin:0 auto;
}

.register-box 
{
    width: 40%;
    margin: 0 auto;
}

.register-box h2
{
    font-weight: 600;
}

.register-box .signInwrap {
    padding: 20px 0;
}

.saveclosewrap.register-actbtn {
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
}

.saveclosewrap.register-actbtn a {
    border-radius: 50px;
}

.signinnewcustom-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 70px;
}

.signInwrap h2 {
    text-align: left;
    font-weight: 500;
    font-size: 25px;
}

.signnewcustomer-box {
    width: 80%;
    margin: 0 auto;
}

.signnewcustomer-wrapper {
    padding: 40px 0;
}

.snc-left .signInwrap {
    padding: 20px 0;
}

.signInwrap .saveclosewrap a {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.signinnewcustom-grid .signInwrap .saveclosewrap {
    grid-template-columns: 100%;
}

.signnewcustomer-box h2 {
	text-align: center;
    margin-bottom: 50px;
}

.signInwrap h2 {
    text-align: left;
	margin-bottom: 0px;
}

.snc-right .saveclosewrap a {
    width: fit-content;
}

.forgot-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 70px;
}

.signInwrap h2 {
    text-align: left;
    font-weight: 500;
    font-size: 25px;
}

.signnewcustomer-box {
    width: 80%;
    margin: 0 auto;
}

.fogort-box {
    width: 80%;
    margin: 0 auto;
}

.forgot-wrapper {
    padding: 40px 0;
}

.forgot-left .signInwrap {
    padding: 20px 0;
}

.fogort-box h2 {
	text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}

.forgot-grid .signInwrap h2 {
    text-align: left;
    margin-bottom: 0;
}

.forgot-right .saveclosewrap a {
    width: fit-content;
}

.forgot-left .saveclosewrap {
    display: grid;
    grid-template-columns: 50% 20%;
}

.forgot-left .saveclosewrap .btn-cancel {
    width: fit-content;
    border: unset;
    color: #000;
    text-decoration: underline;
}

.sideforgotpwd 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    padding: 20px;
	display:flex;
    background-color: #fff;
    flex-direction: column;	
}

.sideforgotpwd.lp-dnone
{
	display:none;
}


.sideforgotpwd .resetinfo {
    text-align: center;
    font-size: 15px;
    color: #000000b3;
    margin-bottom: 10px;
    display: inline-flex;
    justify-content: center;
    margin-top: 10px;
}

.sideforgotpwd p {
    text-align: center;
    color: #000000b3;
}

.sideforgotpwd input {
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

.sfp-act-btn .btn-cancel {
    border: unset;
    color: #000;
    text-decoration: underline;
}

.checkoutgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-column-gap:100px;
}

.checkoutleft span.select-wrap 
{
    display: flex;
    width: 100%;
	grid-row-gap: 5px;
    flex-direction: column;
    position: relative;
}


.emailcheck
{
	margin-bottom:10px;
}

.form-grid-two
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);	
	grid-column-gap: 20px;
}

section.checkout-sect 
{
    padding-bottom: 70px;
}

.checkoutright .cartbox 
{
	display: flex;
    align-items: center;
    grid-column-gap: 15px;
}

.checkoutright .cartbox img 
{
	height: 70px;
    width: 70px;
    object-fit: cover;
    border: 1px solid #cccccc;
}

.checkoutright 
{
    padding: 50px;
    background-color: #fbfbfb;
}

.checkoutcart
{
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;		
}

.co-cartcover 
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subtotaldetail.co-subtotal 
{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    padding-bottom: 20px;
    border-top: 1px dashed #ccc;
}

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

.co-total-wrap 
{
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 20px;
}

.account-profile-grid 
{
    display: grid;
    grid-template-columns: 20% 73%;
    grid-column-gap: 7%;
    padding: 40px 0;
}

.ac-profile-left .tab 
{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px #ccc;
    grid-row-gap: 20px;
}

.ac-profile-left .tab button 
{
    background-color: unset;
    border: unset;
    text-align: left;
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
}

.ac-profile-left .tab button svg 
{
    width: 20px;
    height: 20px;
}

.tablinks.active svg path 
{
    fill: #1d1d1d;
}

.tablinks.active span 
{
    color: #1d1d1d;
    font-weight: 700;
}

.image-cover img 
{
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    padding: 5px;
    border-radius: 50px;
}

.upld-img 
{
    width: fit-content;
    position: absolute;
    top: 0;
}

.image-cover 
{
	position: relative;
    display: flex;
    grid-column-gap: 15px;
    align-items: center;
}

.upld-img input 
{
    display: none;
}

.upld-img label 
{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
	cursor:pointer;
    background-color: #87684c;
}

.upld-img label i 
{
    color: #fff;
    font-size: 13px;
}

.name-email-wrap h3 
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.name-email-wrap span 
{
    color: #87684c;
    font-size: 16px;
    font-weight: 500;
}

.tabcontentcover 
{
    border: 1px solid #dfdfdf;
    border-radius: 20px;
}

.profile-img-change 
{
    padding: 15px 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.tabcontentcover .form-grid-two 
{
    padding: 0 20px;
    grid-row-gap: 20px;
}

.tabcontentcover .select-wrap 
{
    display: flex;
    flex-direction: column;
}

.tabcontentcover .select-wrap input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

input
{
	outline:none;
}

.mb20
{
	margin-bottom:20px;
}

.tabcontentcover button {
    width: fit-content;
    height: 47px;
    padding: 0 20px;
}

.tabcontentcover .checkoutbutton {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.ac-profile-right #orders 
{
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.ac-profile-right #orders td 
{
    padding: 10px 10px;
}

.ac-profile-right #orders tbody tr:last-child td 
{
    border-bottom: unset;
}

.ac-profile-right #orders table 
{
    margin-bottom: 0;
}

.ac-profile-right #orders td a
{
	color:#000;
	font-size:14px;
}

.ac-profile-right #orders td
{
	font-size:14px;
}

.img-wrap 
{
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.order-wrap 
{
    display: flex;
    grid-column-gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #000;
}

.img-wrap img 
{
	width: 90px;
    height: 90px;
}

.inprogress label 
{
    color: #fff;
    font-size: 12px;
	margin-bottom: 10px;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #87684c;
}

.inprogress h2 
{
    font-size: 16px;
    font-weight: 700;
}

.order-view-grid ul 
{
    gap: 20px;
    display: grid;
    padding-left: 0;
    list-style-type: none;
    grid-template-columns: repeat(2,1fr);
}

.order-view-grid ul li 
{
    display: flex;
    flex-direction: column;
}

.order-view-grid ul li .order-title 
{
    font-size: 14px;
    color: #000000ad;
}

.order-view-grid ul li .order-detail 
{
	font-size: 15px;
    color: #000;
    font-weight: 500;
}

/* ul.timeline 
{
	position: relative;
	list-style-type: none;
}

ul.timeline:before 
{
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline > li 
{
	margin: 20px 0;
	padding-left: 30px;
}

ul.timeline > li:before 
{
	content: '\2713';
	background: #fff;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 0;
	left: 5px;
	width: 50px;
	height: 50px;
	z-index: 400;
	text-align: center;
	line-height: 50px;
	color: #d4d9df;
	font-size: 24px;
	border: 2px solid #d4d9df;
}

ul.timeline > li.active:before 
{
	content: '\2713';
	background: #28a745;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 0;
	left: 5px;
	width: 50px;
	height: 50px;
	z-index: 400;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 30px;
	border: 2px solid #28a745;
} */


.timeline 
{
    list-style: none;
    position: relative;
    display: block !important;
}

.timeline>li>.timeline-badge 
{
	border-radius: 50%;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: .625rem;
	width: 1.375rem;
	border-width: .125rem;
	border-style: solid;
	padding: .25rem;
	background-color: #fff;
	border-color: #cfcfcf;
}

.timeline>li>.timeline-badge.success 
{
    border-color: #31a56d;
}

.timeline>li>.timeline-badge.success:after 
{
    background: #31a56d;
}

.timeline:before 
{
    top: 1.25rem;
    bottom: 3rem;
    position: absolute;
    content: " ";
    width: .1275rem;
    left: 10px;
    border-right: 2px dashed rgba(0, 0, 0, .15);
}

.timeline>li 
{
    margin-bottom: .9375rem;
    position: relative;
}

.timeline>li:before 
{
    content: " ";
    display: table;
}

.timeline>li>.timeline-badge:after 
{
    content: "";
    width: .625rem;
    height: .625rem;
    border-radius: 100%;
    display: block;
    background: #cfcfcf;
}

.timeline>li:after 
{
    content: " ";
    display: table;
    clear: both;
}

.timeline>li>.timeline-box 
{
    position: relative;
    display: block;
    margin-left: 2.5rem;
    padding: 10px 10px 10px 15px;
}

.timeline>li>.timeline-box span 
{
    font-size: .75rem;
    display: block;
    margin-bottom: .3125rem;
    letter-spacing: .0625rem;
}

.timeline>li>.timeline-badge.primary 
{
    border-color: #cc0d39;
}

.order-view-grid .card-body h4 
{
    font-size: 18px;
    margin-top: 30px;
    font-weight: 700;
}

a.timeline-pane 
{
    color: #000 !important;
}

a.timeline-panel 
{
    color: #000;
}

.request-box .sidecartwrapper 
{
    gap: 20px;
    padding: 0;
    margin-top: 20px;	
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.request-box .sidecartwrapper .cartsidepanel 
{
    padding: 20px;
    border-radius: 10px;
    align-self: baseline;
    border: 1px solid #c2c2c2;
}

.return-product-grid h4 
{
    font-size: 18px;
    font-weight: 700;
}

/* custom radion design start */

.radio-box-wrap 
{
  width:fit-content;
    position: relative;
}

.radio-box-wrap input[type="radio"] 
{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
  margin-top: 0;
}

.radio-box-wrap input[type="radio"]:checked + .radio-box 
{
  color: #fff;
    border: 1px solid #87684c;
    background-color: #87684c;
}

.radio-box h4, 
.radio-box p
{
    margin: 0;
}

.radio-box-wrap input[type="radio"]:checked + .radio-box h4 
{
    color:#000 !important;
}

.radio-box-wrap input[type="radio"]:checked + .radio-box p 
{
    color:#4A4B4D !important;
}

.address-wrapper .radio-box-wrap .radio-box {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* custom radion design end */

.address-wrapper 
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

.address-wrapper .radio-box {
    padding: 20px;
}

.address-wrapper .radio-box-wrap input[type="radio"]:checked + .radio-box h4 
{
    color: #fff !important;
}

.address-wrapper .radio-box-wrap input[type="radio"]:checked + .radio-box:before
{
    opacity: 0 !important;
}

.address-wrapper .radio-box-wrap .radio-box ul 
{
    padding-left: 0;
    margin-top: 20px;
    display: flex;
    grid-row-gap: 4px;
    list-style-type: none;
    flex-direction: column;
	margin-bottom:0 !important;
}

.address-wrapper .radio-box-wrap .radio-box h4 
{
    font-size: 19px;
    margin-bottom: 0px !important;
}

.edit-delete-wrap 
{
    margin-top: 10px;
    display: flex;
    grid-column-gap: 15px;
    justify-content: flex-end;
}

.edit-delete-wrap a 
{
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.edit-delete-wrap a svg, 
.addaddresswrap a svg 
{
    width: 15px;
    height: 15px;
}

.addaddresswrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: fit-content;
    margin-left: auto;
    border: 1px solid #000;
    padding: 5px 20px;
}

.addaddresswrap a {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;	
}

#editaddress .grid-one,
#addaddress .grid-one
{
	padding:0 20px;
}

#editaddress .tabcontentcover,
#addaddress .tabcontentcover
{
    padding: 20px 0;
}

#editaddress .tabcontentcover .select-wrap textarea, 
#addaddress .tabcontentcover .select-wrap textarea 
{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
	resize:none;
}

.mt-20
{
	margin-top:20px;
}

#deleteaddress svg 
{
	width: 100px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
}

.confirmmsgwrap 
{
    display: flex;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.actionbtnwrap 
{
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
    margin-bottom: 40px;
}

.actionbtnwrap a 
{
    color: #000;
    padding: 10px 35px;
    border: 1px solid #000;
}

.actionbtnwrap a:last-child 
{
    color: #fff;
    background-color: #f44336;
    border: 1px solid #f44336;
}

.navig-top-pdiv 
{
    padding: 30px 0;
}

.navigtop-wrap 
{
    width: 100%;
    display: flex;
    column-gap: 110px;
    align-items: center;
}

.store-number ul {
    list-style-type: none;
    padding-left: 0;
}

.store-number ul li a svg {
    width: 20px;
    height: 20px;
}

.store-number ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    color: #000;
}

.store-number ul {
    display: flex;
    column-gap: 25px;
}

.store-number ul li a span {
    font-size: 12px;
}

.topheader-search a svg {
    width: 22px;
    height: 22px;
	position:relative;
	top:-2px;
}

.topheader-search input {
	border: unset;
    width: 100%;
    font-size: 13px;
    padding-left: 10px;
}

.topheader-search {
    border: 1px solid #000;
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    padding: 10px;
}

.topheader-rightnavig {
	width: 100%;
    display: grid;
    grid-template-columns: 17% 47% 23%;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.store-number {
    width: 100%;
}

.big-navigation ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
}

.bm-cover {
    opacity: 0;
    transition: .5s all ease;
}

li.mainnav:hover .bm-cover {
    opacity: 1;
    transition: .5s all ease;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    left: 0;
    top: 60px;
}

nav {
    position: relative;
}

.navRight ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pos-rel
{
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

.banner-container
{
    height:500px;   
}

.color-black,
.color-black span
{
    color:#000 !important;
}

ul.social-icons a svg {
    width: 25px;
    height: 25px;
}

ul.menu-main {
    display: flex;
    column-gap: 35px;
}


/* New Fixes Start */


/* thankyou start */

.thankyou-grid 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    border: 1px solid #ceceea;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
}

.thankyou-grid svg {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.thankyou-grid p {
    margin-bottom: 6px;
}

.thankyou-grid h4 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

/* thankyou end */


.st-tophead
{
    display:none;
}

.sidecartwrapper {
    height: 68vh;
}


.summary-footer-area button,
.summary-footer-area button:hover,
.summary-footer-area button:focus
{
    color: #fff;
    background-color: #012d54;
}

.custom-control.custom-radio {
    display: flex;
    column-gap: 10px;
}

.single-payment-method.show {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.payment-method-details p {
    font-size: 13px;
    color: #012d54;
}

/* New Fixes End */

/* new design fixes start */


.navig-top-pdiv {
    background: #012d54;
}

.store-number ul li a {
    color: #ffffff;
}

.store-number ul li svg path {
    fill: #fff;
}

.topheader-search {
    border: 1px solid #ffffff;
}

.topheader-search input {
    background-color: unset;
    color: #fff;
}

.topheader-search input::placeholder {
    color: #fff;
}

.topheader-search a svg path {
    fill: #fff;
}

.navRight ul li svg path {
    fill: #fff;
}

.navRight ul li a {
    color: #fff;
}

.navRight li a label {
    color: #000;
    background-color: #ffffff;
}

.navtopbar-sect {
    background: #000;
}

.top-bar {
    color: #fff;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.top-bar span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-bar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
    font-weight: bold;
}

.store-number ul li a span
{
    font-size: 14px;
}

.navRight li a {
    row-gap: 1px;
    font-size: 14px;
}

.navRight ul li:last-child svg {
    width: 23px;
    height: 23px;
}

span.PriceDiscount {
    text-decoration: line-through;
    color: #7e818c;
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px;
    line-height: 15px;
}

.productContent a {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #282c3f;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.DiscountedPrice {
    color: #000000;
    line-height: 99%;
    font-weight: 700;
    font-size: 18px;
}

.box-desg {
    border: 1px dashed #c8c9c6;
    height: auto;
    margin: 0px 0px 8px 0;
    position: relative;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 20px;
}

.ac-btn-wrap {
    border-top: 1px solid #ebecea;
    padding-top: 20px;
}


.cart-item {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px;
  max-width: 800px;
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.cart-item-left {
  flex: 0 0 80px;
  margin-right: 12px;
}

.cart-item-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
}

.cart-item-right {
  flex: 1;
}

.cart-item-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0 0 4px;
}

.cart-item-pricing {
  margin-bottom: 6px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  margin-right: 6px;
}

.new-price {
  font-weight: 600;
  color: #000;
  margin-right: 6px;
  font-size: 14px;
}

.price-saved {
  color: #1b7a2f;
  font-size: 13px;
  font-weight: 500;
}

.cart-item-color {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}

.cart-item-color span {
  color: #222;
  font-weight: 500;
}

.cart-item-actions {
  border-top: 1px solid #eaeaea;
  padding-top: 8px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.cart-item-actions a {
  color: #6b3ef1;
  text-decoration: none;
  font-weight: 500;
}

.cart-item-actions .divider {
  width: 1px;
  height: 14px;
  background: #ddd;
  margin: 0 16px;
}

#billing-form address{
    margin-bottom: 8px;
    background-color: #012d540a;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid #EAEAEC;
    cursor: pointer;
    padding-left:50px;
}

.billing-form-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.checkoutgrid {
    display: grid;
    grid-template-columns: 60% auto;
    grid-column-gap: 50px;
}

.select-address {
    display: flex;
    column-gap: 20px;
}

.select-address p {
    margin-bottom: 8px;
}

address {
    font-size: 17px;
    font-weight: 600;
}

address strong {
    font-weight: 600;
}

.cms_content strong {
    font-weight: 600;
}

#billing-form .select-address input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

.select-address {
    position: relative;
}

.select-address input[type="radio"]:checked + address {
    color: #fff;
    border: 1px solid #012d54 !important;
    background-color: #012d54 !important;
}



.select-address input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


.select-address::before {
  content: "";
  position: absolute;
    left: 20px;
    top: 30px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #012d54;
  background: #fff;
  transition: all 0.3s ease;
}


.select-address input[type="radio"]:checked + address {
  background-color: #87684c;
  color: #fff;
  border-color: #87684c;
}


.select-address input[type="radio"]:checked ~ ::before,
.select-address:has(input[type="radio"]:checked)::before {
    background: #012d54;
    box-shadow: inset 0 0 0 4px #fff;
}

.single-payment-method.show {
    flex-direction: row !important;
    column-gap: 35px;
    margin-bottom: 20px;
}

.order-payment-method {
    width: fit-content;
    margin-top: 20px;
}

.payment-method-details p {
    margin-bottom: 0;
    padding-left: 19px;
}

.payment-method-name
{
    position:relative;
}

.payment-method-name input[type="radio"]:checked ~ ::after, .select-address:has(input[type="radio"]:checked)::before 
{
    background: #012d54;
    box-shadow: inset 0 0 0 4px #fff;
}

.payment-method-name .payment-radio::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 13px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #012d54;
    background: #fff;
    transition: all 0.3s ease;
}

.payment-method-name input {
    z-index: 9999;
    opacity: 0;
        cursor: pointer;
}

.payment-method-name .custom-control.custom-radio {
    column-gap: 4px;
}


/* new design fixes end */

/* specification design start */


.pd-spec-wrap {
    margin-top: 40px;
}

.spec-wrap h4 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    color: #282c3f;
    padding-bottom: 10px;
}

.spec-table {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px 40px;
}

.spec-box {
    position: relative;
    border-bottom: 1px solid #eaeaec;
    margin: 0 0 12px;
    padding-bottom: 10px;
}

.spec-title {
    position: relative;
    color: #7e818c;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 6px;
}

.spec-info {
    position: relative;
    color: #282c3f;
    font-size: 16px;
    line-height: 1.2;
}

.common-sepc-info-sty h4 {
    color: #282c3f;
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}

.common-sepc-info-sty p {
    margin-bottom: 0;
    color: #282c3f;
    line-height: 1.4;
    font-size: 16px;
    margin-top: 12px;
    width: 84%;
}

.pd-spec-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}


/* specification design end */

/* fixed on 1440 and 1920 start */

.navtopbar-sect {
    background: #ffffff !important;
}

.top-bar span {
    color: #000 !important;
}

.top-bar a {
    color: #000000 !important;
}

.navig-top-pdiv {
    padding: 20px 0;
}

.header 
{
    padding: 5px;
}

.followUs {
    flex-direction: column;
    align-items: baseline;
    justify-content: normal;
    margin-top: 0;
}

ul.social-icons {
    margin-top: 10px;
}

.footerGrid {
    grid-template-columns: 30% 25% 25%;
}

.cartsidepanel .feature-content .product-price 
{
    font-size: 18px;
    font-weight: 400;
    top: -1px;
    position: relative;
    font-weight: 500;
}

.discount-price-wrap {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.discount-price-wrap .discount-price {
    color: #878787;
    font-size: 14px;
    text-decoration: line-through;
}

/* policy design start */

section.policy-sect 
{
    padding: 50px 0;
}

.policy-wrapper 
{
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.policy-content-wrap 
{
    text-align: justify;
}

.policy-wrapper h3 
{
	font-size: 20px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 8px;
}

.policy-wrapper p 
{
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300;
}

.policy-wrapper h4 
{
    font-size: 21px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 0;
}

.policy-wrapper h5 
{
    font-size: 17px;
    line-height: 47px;
    font-weight: 600;
    margin-bottom: 0;
}

.policy-wrapper h6 
{
	font-size: 20px;
    line-height: 47px;
    font-weight: 400;
    margin-bottom: 0;
}

.policy-wrapper ul 
{
	padding-left: 44px;
    list-style-type: circle;
    margin-top: 12px;
}

.policy-wrapper li 
{
    padding-left: 0;
    margin-bottom: 10px;
    list-style-type: disclosure-closed;
}

.policy-wrapper li ul 
{
    margin-bottom: 20px;
}

.policy-wrapper b 
{
    font-weight: 600;
}

ul.circle-list li 
{
    list-style-type: circle;
}

ul.no-bullet 
{
    display: flex;
    row-gap: 10px;
	padding-left: 0;
    margin-bottom: 20px;
    flex-direction: column;
}

ul.no-bullet li 
{
    list-style-type: none;
}

.policy-wrapper ul li span 
{
    font-weight: 600;
}

ul.no-bullet li span 
{
    font-size: 20px;
    font-weight: 300;
}

ul.no-bullet li i 
{
	font-size: 21px;
    margin-right: 10px;
}

.inner-breadcrumb-sect.brd-policy 
{
    background-image: url(../images/brd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: 50% 37%;
}

.inner-breadcrumb-sect.brd-policy h1 
{
    color: #fff;
    font-weight: 700;
	position:relative;
}

.inner-breadcrumb-sect.brd-policy .breadcrumb 
{
    color: #fff;
    font-weight: 500;
	position:relative;
}

.inner-breadcrumb-sect.brd-policy:before 
{
	content:'';
	top:0;
	left:0;
	height:100%;
	width:100%;
	position:absolute;
	background-color:#000000b3;
}

/* policy design end */

/* contact us page design start */

section.contact-sect {
    padding: 70px 0 70px;
    background-color: #fbfbfb;
}

.contact-container {
    border-radius: 12px;
    width: 100%;
    display: flex;
    gap: 150px;
}

.contact-container .contact-form {
    flex: 2;
}

.contact-container .contact-form h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-container .contact-form p {
    color: #555;
    font-size: 15px;
    margin-bottom: 30px;
}

.contact-container .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-container .form-row input, .contact-container .form-row select, .contact-container .form-row textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.contact-container textarea {
    min-height: 120px;
}

.contact-form .btn {
    display: inline-block;
    width: 100%;
    padding: 14px;
    background: #111;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    transition: 0.3s;
}

.contact-info {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.contact-info .section {
    margin-bottom: 30px;
}

.contact-info h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-info p {
    margin-bottom: 15px;
    color: #555;
}

.contact-info a {
    display: block;
    margin-bottom: 15px;
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

.contact-info a i {
    font-size: 18px;
    margin-right: 7px;
}

.contact-info a span {
    font-size: 16px;
}

/* contact us page design end */

.sideSliderRightGrid .item a {
    height: 100% !important;
    display: flex;
}

.sideSliderRightGrid .item {
    height: 100% !important;
}

.sideSliderRightGrid .item figure 
{
    height: 100%;
    display: flex;
}

.sideSliderRightGrid .item figure img 
{
    object-fit: cover;
}

.sideSliderRight 
{
    overflow: hidden;
}

.mob-lw-show
{
	display:none;
}

.mobnav-right-icon {
    display: none;
}

.rightBannerSplit img 
{
    object-fit: cover;
}

.select-wrap select {
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
}

.tabcontentcover .checkoutbutton {
    column-gap: 15px;
}

li.menu-item-has-children i {
    display: none;
}

.header .item-center {
    flex: 100%;
}

.header .menu > ul > li 
{
    margin-left: 0;
}	

@media only screen and (min-width: 1400px) and (max-width: 1499px)
{
    .container 
    {
        max-width: 1330px;
    } 

	.banner-container 
	{
		height: 420px;
	}

	.leftBannerSplit img {
		height: 620px;
	}

	.rightBannerSplit img {
		height: 294px;
	}	
}

@media only screen and (min-width: 1300px) and (max-width: 1399px)
{
    .container 
    {
        max-width: 1230px;
    } 

	.banner-container 
	{
		height: 400px;
	}

	.leftBannerSplit img {
		height: 620px;
	}

	.rightBannerSplit img {
		height: 294px;
	}		
}

@media only screen and (min-width: 1200px) and (max-width: 1299px)
{
    .container 
    {
        max-width: 1166px;
    } 

	.banner-container 
	{
		height: 380px;
	}	
	
	.leftBannerSplit img {
		height: 550px;
	}

	.rightBannerSplit img {
		height: 260px;
	}	
}

.mobile-menu-trigger 
{
	display: none;
	cursor: pointer;
}

.mobile-menu-trigger span 
{
	width: 25px;
	height: 2px;
	background: #000;
	display: block;
	position: relative;
}

.mobile-menu-trigger span:before,
.mobile-menu-trigger span:after 
{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #000;
	left: 0;
}

.mobile-menu-trigger span:before 
{ 
	top: -7px; 
}
.mobile-menu-trigger span:after 
{ 
	top: 7px; 
}


@media (max-width: 991px) 
{
	.mobile-menu-trigger 
	{
		display: block;
	}

	.menu 
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 320px;
		height: 100%;
		background: #fff;
		transform: translateX(-100%);
		transition: .4s ease;
		z-index: 9999;
		overflow-y: auto;
	}

	.menu.active 
	{
		transform: translateX(0);
	}

	.menu-overlay 
	{
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,.5);
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		z-index: 9998;
	}

	.menu-overlay.active 
	{
		opacity: 1;
		visibility: visible;
	}

	.menu-main li 
	{
		display: block;
		border-bottom: 1px solid #eee;
	}

	.menu-main li a 
	{
		padding: 14px 16px;
		display: block;
	}

	/* submenu */
	.sub-menu 
	{
		position: static;
		display: none;
		box-shadow: none;
		padding: 0;
	}

	.menu-item-has-children.active > .sub-menu 
	{
		display: block;
	}

	.menu-item-has-children > a i 
	{
		float: right;
		transform: rotate(-90deg);
	}
}	

@media only screen and (min-width: 300px) and (max-width: 991px)
{
	.container 
	{
		width: 100%;
		padding: 0 20px;
		max-width: 100% !important;
	}
	
	.footerGrid 
	{
		display: grid;
		grid-template-columns: 100%;
		row-gap: 20px;
	}
	
	.categoryContainer 
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.categoryContent span 
	{
		margin-top: 2px;	
	}
	
	.bannerSplit 
	{
		grid-template-columns: repeat(1, 1fr);
	}	
	
	.owl-nav 
	{
		display: inline-block !important;
	}	

	.owl-nav .owl-next 
	{
		position: absolute;
		right: 20px;
	}
	
	.rightBannerSplit img 
	{
		height: 254px;
	}	
	
	.leftBannerSplit img 
	{
		height: 280px;
	}

	.sideSlider 
	{
		gap: 0%;
		grid-template-columns: 100%;
	}

	.sideSliderRightGrid 
	{
		height: 370px;
	}

	.sideSliderLeft .custom-nav 
	{
		margin-top: 30px;
		display: flex;
		grid-column-gap: 15px;
		justify-content: flex-end;
		margin-bottom: 30px;
	}

	.sideSliderRight 
	{
		overflow: hidden;
		border-radius: 15px;
	}

	.topheader-rightnavig
	{
		display:none;
	}
	
	.ourCate 
	{
		margin-bottom: 40px;
		padding: 50px 0 50px;
	}	
	
	.bannerSplit 
	{
		margin-bottom: 40px;
	}

	.sideSlider 
	{
		margin: 0 0 70px;
	}
	
	.testimonialContent 
	{
		width: 100%;
	}

	.testimonial 
	{
		padding: 50px 0 0px;
	}	

	footer .footerGrid 
	{
		padding: 40px 0 40px;
	}
	
	.navigtop-wrap 
	{
		column-gap: 0;
		justify-content: space-between;
	}	

	.mobile-menu-trigger span:before, 
	.mobile-menu-trigger span:after 
	{
		background: #ffffff;
	}

	.mobile-menu-trigger span 
	{
		background: #ffffff;
	}
	
	.banner-container 
	{
		height: 118px;
	}	

	.banner-content-container .item img 
	{
		object-fit: contain;
	}

	.header 
	{
		padding: 0;
	}

	.header .menu 
	{
		z-index: 99999;
	}

	ul.menu-main 
	{
		flex-direction: column;
	}
	
	.msg-slider 
	{
		right: -180%;
		width: 92%;
	}	
	
	.modal-active .msg-slider
	{
		width: 92%;
	}

	.mob-lw-show
	{
		display:inline-flex;
	}
	
	.mob-login-wishlist ul li:first-child svg 
	{
        width: 22px;
        height: 23px;
    }
	
	.mob-login-wishlist ul li:last-child svg 
	{
		width: 25px;
		height: 25px;
	}	

	.mob-login-wishlist ul li svg path {
		fill: #fff;
	}

	.mob-login-wishlist ul li a {
		display: flex;
		flex-direction: column;
		color: #fff;
		align-items: center;
	}

	.mob-login-wishlist ul {
		display: flex;
		column-gap: 25px;
	}

	.mob-login-wishlist label.cart-label {
		position: absolute;
		width: 15px;
		height: 15px;
		color: rgb(0 0 0);
		line-height: 15px;
		font-size: 10px;
		text-align: center;
		top: -6px;
		right: -7px;
		border-radius: 50%;
		background: rgb(255 255 255);
	}

	.mobnav-right-icon 
	{
		display: flex;
		align-items: center;
		column-gap: 25px;
	}

	.mob-login-wishlist ul li a span 
	{
		display: none;
	}

	a.sliderCross svg 
	{
		width: 40px;
		height: 40px;
		padding: 7px;		
		background-color: #000000;
	}
	
	a.sliderCross svg path
	{
		fill: #fff;
	}

	a.sliderCross 
	{
		top: 10px;
		left: -20px;
	}

	.signinnewcustom-grid 
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.signnewcustomer-box 
	{
		width: 100%;
	}

	.product-listing-wrap .productContainerGrid 
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.product-detail-cover 
	{
		flex-direction: column;
	}	
	
	.pd-wrapper 
	{
		flex-direction: column;
		row-gap: 15px;
		width: 100% !important;
	}

	.big-img 
	{
		width: 100%;
		height: 350px;
	}

	.product-detail-sect 
	{
		padding: 0px 0 50px;
	}

	.forgot-grid 
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.fogort-box 
	{
		width: 100%;
	}

	.saveclosewrap a 
	{
		padding: 10px 40px;
	}

	.signInwrap 
	{
		padding: 20px 0;
	}

	.register-box 
	{
		width: 100%;
	}	
	
	.img-selection 
	{
		flex-direction: row;
		grid-column-gap: 10px;
	}

	.policy-wrapper 
	{
		width: 100%;
	}	
	
	.policy-wrapper p 
	{
		font-size: 16px;
		line-height: 26px;
	}

	.policy-wrapper h6 
	{
		line-height: 27px;
	}

	.policy-wrapper ul 
	{
		padding-left: 30px;
	}	
	
	.policy-content-wrap p:last-child 
	{
		margin-bottom: 0;
	}

	.policy-wrapper h3 
	{
		font-size: 17px;
		line-height: 40px;
		margin-bottom: 0px;
	}

	ul.no-bullet 
	{
		padding-left: 0;
		row-gap: 0;
	}

	ul.no-bullet li i 
	{
		font-size: 18px;
	}

	ul.no-bullet li span 
	{
		font-size: 18px;
	}

	.account-profile-grid {
		grid-template-columns: 100%;
		row-gap: 20px;
	}

	.inner-breadcrumb-wrap {
		margin-bottom: 0;
	}

	.form-grid-two {
		grid-template-columns: repeat(1, 1fr);
	}

	#orders 
	{
		width: 100%;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
	}
	
	#orders table 
	{
		min-width: 720px;
	}

	#orders table th,
	#orders table td 
	{
		white-space: nowrap;
	}	

	body.modal-active-mobile .msg-slider
	{
		right: 0;
	}
	
	.contact-container {
		flex-direction: column;
		gap: 50px;
	}

	section.contact-sect {
		padding: 50px 0;
	}

	.contact-info .section:last-child {
		margin-bottom: 0;
	}

	.contact-info .section:last-child a {
		margin-bottom: 0;
	}
	
    .action-btn-checkoutcart a 
    {
        padding: 10px 0;
    }
    
    .checkoutgrid {
        grid-template-columns: 100%;
        grid-row-gap: 50px;
        grid-column-gap: 0;
    }
    
    .billing-form-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .add-new-address img 
    {
        width: 60px;
        margin-bottom: 10px;
    }  
    
    .checkoutgrid 
    {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 50px;
    }
    
    .billing-form-wrap 
    {
        grid-template-columns: repeat(1, 1fr);
    }
    
    #billing-form address {
        width: 100%;
    } 
    
    .checkout-billing-details-wrap {
        margin-top: 20px;
    }
    
    .order-payment-method {
        margin-top: 0;
    } 
    
    .shopping-cart-grid {
        grid-template-columns: 100%;
        grid-column-gap: 0;
        grid-row-gap: 50px;
    }   
    
    .sc-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sc-table-wrap table {
        min-width: 650px;
        width: 100%;
    }    

    .shopping-cart-grid {
        margin-top: 20px;
    }

	
}

