@import "common.css";


body, html {
  overflow-x: hidden;
  max-width: 100%;
}
.container-fluid-lg {
  /* padding: 0 calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)));  */
  padding: unset;
  max-width: 1148px;
  margin: auto;
}
.pd-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.header-section img {
  width: 56%;
  margin: auto;
}

.home-contain h1 {
  font-size: 65px;
}
header .header-top {
  background-color: var(--bgcolor);
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* header .top-nav .navbar-top .web-logo img {
  width: 100%;
  height: 100%;
} */

header .top-nav {
  padding: 24px 0 0px;
  height: auto; 
}

#button-addon2:hover,
.seller-btn a:hover {
  border: 0;
}

.top-left-header>ul>li {
  margin-right: 20px;
  position: relative;
}

.top-left-header>ul>li:before {
  content: '';
  position: absolute;
  right: -10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 1px;
  height: 12px;
  background: var(--black);
}

.header-area .header-middle .logo img {
  width: 100%;
  height: 100%;
}

.header-area .header-middle .logo {
  width: 300px;
}

.rightside-box a span.pro-count {
  position: absolute;
  right: -11px;
  top: -5px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.navbar-top .middle-box {
  flex: 0 0 60%;
  max-width: 60%;
}

.navbar-top .web-logo.nav-logo {
  flex: 0 0 25%;
  max-width: 25%;
  width: 270px;
}

.logo.logo-width-1 {
  margin-right: 70px;
}

.middle-box .search-box .input-group {
  border: 2px solid #D6D6D6;
  border-radius: 6px 0px 0px 6px;
  border-right-color: transparent;
  max-width: 700px;
  background-color: #fff;
}

.middle-box form input {
  width: 60%;
  max-width: 683px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 0;
  flex: 1 1 auto;
  width: 1%;
}

.middle-box .btn:hover {
  border: 2px solid#D6D6D6;
}

.input-group>.form-control,
.input-group>.form-select {
  border: 0;
  width: 30%;
}

header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  width: 30%;
}

header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
  content: '';
}

header .top-nav .navbar-top .middle-box .search-box button {
  border-radius: 0px 6px 6px 0px;
  padding: 1rem;
  color: var(--white);
}

t7655 header .top-nav .navbar-top .middle-box .search-box .input-group .form-control {
  border: none;
  width: 60%;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:nth-child(2) {
  display: none;
}

.seller-btn .btn {
  padding: 8px 40px;
  border-radius: 10px;
  margin-left: 2rem;
  color: var(--white);
}

.seller-btn .btn:hover {
  border: 0;
  outline: none;
}

header .onhover-dropdown .onhover-div .cart-list li {
  width: 100%;
}

header .navbar {
  padding: 0;
}

header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
  content: none;
}


footer .main-footer .footer-logo .theme-logo a img {
  width: 50%;
}

footer .main-footer {
  border-top: none;
}

footer .main-footer .footer-contact ul li::before {
  content: none;
}

footer .main-footer .footer-contact ul li {
  margin-bottom: 15px;
}

.footer-info li {
  padding: 10px 15px;
  background-color: var(--white);
  border-radius: 5px;
  margin-right: 6px;
}

footer .sub-footer {
  border-top-style: solid;
  display: block;
}

footer:before {
  content: none;
}

footer:after {
  content: none;
}

footer .main-footer .footer-logo .footer-logo-contain p {
  color: #fff;
}

footer .main-footer .footer-contact ul li .footer-number .feather {
  stroke: #fff;
}

footer,
footer a,
footer .text-content {
  color: #fff;
}

footer a i {
  color: #000;
}

/* Banner Css */
.home-contain h1 span {
  font-weight: 800;
}

/* Product-item Css */
.cart_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
}
.most-sold .cart_btn {
	justify-content: end!important;
}
.cart_btn .inner-btn {
  padding: 0px;
  border: 1px solid #9A9898;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_btn button {
  width: calc(100% - 100px);
}

.product-rating {
  justify-content: center;
}

.product-box {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 15px;
  margin: 10px 0;
  transition: 1s all;
}
#productHtml .product-box {
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  transition: 1s all;
}
#productHtml .product-box .product-detail a h6.name {
  line-height: 16px;
  font-size: 12px;
  height: auto;
}
.product-box:hover {
  border-color: transparent;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.product-box .product-image {
  /* background-color: #F5F5F5; */
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0px 20px;
}

.cart_btn .inner-btn i {
  color: var(--theme-color);
}

/* Choose Item */
.choose-item {
	border: 1px solid #E4E4E4;
	padding: 3rem 3rem;
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	background-color: #ffffff;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
#flush-collapseRating .form-check-label {
  display: flex;
  column-gap: 20px;
  align-items: baseline;
  padding-left: 5px;
}

#flush-collapseRating .text-muted {
  column-gap: 5px;
  display: inline-flex;
}
.w-80 {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

#product-list-items .mt-1 {
  padding-top: 5px;
  margin-bottom: 0!important;
}
#product-list-items .product-quantity {
  padding-top: 5px;
}

#productHtml .p-0 {
  padding: 0px 3px!important;
}

.dashboard-address .not-open label {
  padding: 0.75rem 1rem;
}
/* step-item */
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

.sale-content h3 {
  font-weight: 700;
  font-size: 26px;
}

.sale-content h3:first-child {
  letter-spacing: 6px;
  font-size: 22px;
}
.sale-content h2 {
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 85px;
  color: #FF0760;
}

.sale-content h4 {
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 1rem;
}
/* Featured product Section   */
.lookBook01 {
  position: relative;
  background: #EEEFF1;
  overflow: hidden;
  text-align: right;
  padding: 39px 32px 0 0;
  margin: 0 0 24px;
  z-index: 1;
}

.lb01M1 {
  text-align: center;
  padding: 0;
}

.lb01M2 {
  padding-top: 27px;
  padding-right: 0;
}

.lb01M3 {
  padding: 0;
  text-align: center;
}

.lb01M4 {
  padding: 0 0 53px;
  text-align: center;
}

.lb01M5 {
  padding: 173px 3px 2px 0;
}

.lbContent {
  position: absolute;
  top: 0px;
  padding: 49px 0 0 49px;
  max-width: 70%;
  text-align: left;
  z-index: 9;
}

.lbContent h3 {
  font-size: 16px;
  color: var(--secondary-color);
  line-height: 1;
  font-weight: 500;
  margin: 10px 0;
}

.lbContent h2 {
  font-size: 30px;
  line-height: 48px;
  color: var(--black);
  margin: 0 0 11px;
}

.lb01M1 .lbContent {
  position: relative;
  text-align: center;
  max-width: 100%;
  padding: 49px 49px 35px;
}

.lb01M3 .lbContent {
  position: relative;
  left: auto;
  top: auto;
  padding: 0 50px 43px;
  max-width: 100%;
  text-align: center;
}

.lb01M4 .lbContent {
  position: relative;
  padding: 49px 49px 36px;
  max-width: 100%;
  text-align: center;
}

.lb01M5 .lbContent {
  z-index: 2;
}

.ulinaLink {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.lb01M3 img.brand-image {
  margin: 0 0 65px;
}

.lookBook01 img.brand-image {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lookBook01:after {
  content: '';
  width: 286px;
  height: 286px;
  background: #C5C8D1;
  border-radius: 0;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  right: -65px;
  z-index: -1;
}

.lb01M1:after {
  content: '';
  width: 320px;
  height: 320px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  background: #C5C8D1;
  border-radius: 50%;
  margin: 0 auto;
}

.lb01M2:after {
  bottom: auto;
  top: -91px;
  right: -98px;
}

.lb01M3:after {
  width: 215px;
  height: 215px;
  left: 110px;
  right: auto;
  top: 93px;
  margin: 0;
}

.lb01M4:after {
  width: 215px;
  height: 215px;
  left: 106px;
  right: auto;
  top: auto;
  bottom: 39px;
  margin: 0;
}

.lb01M5:after {
  width: 281px;
  height: 281px;
  top: auto;
  bottom: -86px;
  right: -69px;
}

.overLayAnim01::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .45);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.overLayAnim01:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}

/* category css */
.category-item span {
  border: 1px solid #E4E4E4;
  padding: .5rem;
  width: 130px;
  height: 130px;
  background-color: var(--white);
  margin-bottom: 10px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: auto auto 10px;
}
.category-section {
  margin-bottom: 0!important;
}
/* .category-item .img-fluid {
  width: 100%;
  object-fit: cover;
} */
.quickview {
  padding-top: 20px;
}
#product-view .row {
  align-items: stretch;
}
.most-sold {
  padding-top: 70px;
}
.dashboard-wishlist .btn-primary {
  display: flex!important;
}
.choose-section {
  padding-bottom: 50px;
}
.product-section {
  padding-top: 50px;
}
.slider-image {
  height: 100%;
}
.right-sidebar-modal {
  height: 100%;
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quickview-img {
  margin: auto;
  display: block;
  height: 100%!important;
}
/* featured product Css */
.dpcPriceWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 5px 0 29px;
}

.pi01Price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  color: var(--secondary-color);
  text-decoration: none;
  margin: 0 0 6px;
}

.dpcPriceWrap .pi01Price {
  font-size: 28px;
  line-height: 48px;
  margin: 0 41px 0 0;
}

.pi01Price ins {
  text-decoration: none;
  order: 1;
}

.pi01Price del {
  font-size: 16px;
  color: #aeb3c3;
  position: relative;
  text-decoration: none;
  padding: 0 6px;
  line-height: 1;
  margin: 0 0 0 13px;
  font-weight: 400;
  order: 2;
}

.dpcPriceWrap .pi01Price del {
  font-size: 24px;
  line-height: 1;
  color: var(--heading-color);
  margin: 0 0 0 19px;
}

.pi01Price del:after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 100%;
  height: 1px;
  background: #aeb3c3;
  margin: 0;
}

.dpcPriceWrap .pi01Price del:after {
  background: var(--heading-color);
  top: 11px;
}

.dpcPriceWrap .btn-secondary {
  padding: 5px 60px;
}

.countDownWrap {
  position: relative;
}

.countDownWrap h6 {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 15px;
}

.ulinaCountDown {
  position: relative;
}

.ulinaCountDown .countdown-row {
  display: block;
}


.ulinaCountDown .countdown-row span {
  display: inline-block;
  width: 72px;
  margin-right: 0px;
}

.ulinaCountDown .countdown-row span span:first-child {
  position: relative;
  display: flex;
  height: 50px;
  width: 50px;
  background: #FFF;
  font-size: 16px;
  color: var(--heading-color);
  line-height: 62px;
  text-align: center;
  font-weight: 400;
  border-radius: 50%;
  margin: 0 0 12px;
  align-items: center;
  justify-content: center;
}

.ulinaCountDown .countdown-row span span:first-child:after {
  content: ':';
  font-size: 24px;
  line-height: 1;
  color: var(--heading-color);
  position: absolute;
  right: -16px;
  top: 11px;
}
.ulinaCountDown .countdown-row span:last-child span:first-child:after {
  display: none;
}

.ulinaCountDown .countdown-row span span:last-child {
  display: block;
  font-size: 16px;
  color: var(--heading-color);
  text-transform: uppercase;
  margin: 0;
}

.dealProductImage {
  max-width: 80%;
  height: auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.side-product-box {
  border: 1px solid #E4E4E4;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  transition: 1s all;
  justify-content: space-between;
}

.side-product-box:hover {
  border-color: transparent;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.side-product-box .side-product-image {
  background-color: #F5F5F5;
  border-radius: 10px;
  /* padding: 20px; */
  width: 100px;
  height: 100px;
}

.side-button .inner-btn {
  padding: 6px;
  border: 1px solid #9A9898;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
}
.most-sold .side-button .inner-btn {
  margin-left: 0!important;
}
.side-product-box .side-product-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.side-product-detail .side-product-content {
	flex: 0 0 50%;
	max-width: 50%;
}
 .side-product-detail .side-button {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}
.most-sold .side-product-detail .side-product-content {
	flex: 0 0 70%!important;
	max-width: 70%!important;
}
.most-sold .side-product-detail .side-button {
	flex: 0 0 30%!important;
	max-width: 30%!important;
	text-align: right;
}
.side-product-detail {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 150px);
}
.side-product-content {
  width: calc(100% - 60px);
}

.rating li .feather.fill {
  fill: #ffb321;
}

.rating li .feather {
  stroke: #ffb321;
  ;
}

.side-product-content h6 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side-product-content h5 {
  font-size: 16px;
  margin-top: 10px;
}

.side-button .inner-btn:first-child {
  margin-bottom: 10px;
}

.side-button a {
  color: #271665;
}

.category-slider .slick-prev:before,
.category-slider .slick-next:before {
  font-family: monospace;
  color: #000000;
}

.category-slider .slick-prev,
.category-slider .slick-next {
  height: 40px;
  width: 40px;
  background: #F5F5F5;
  padding: 10px;
  bottom: -80px;
  border-radius: 5px;
}

.dealProductImage:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -16px;
  width: 400px;
  height: 400px;
  z-index: -1;
  background: #F6F6F6;
  border-radius: 50%;
  -webkit-animation: scalings 1.5s alternate infinite;
  -moz-animation: scalings 1.5s alternate infinite;
  -ms-animation: scalings 1.5s alternate infinite;
  -o-animation: scalings 1.5s alternate infinite;
  animation: scaling 1.5s alternate infinite;
}

/* product detail css */
.product-custom-slider .slick-prev:before,
.product-custom-slider .slick-next:before {
  font-family: monospace;
  color: #000000;
}

.product-custom-slider .slick-prev,
.product-custom-slider .slick-next {
  height: 40px;
  width: 40px;
  background: #F5F5F5;
  padding: 10px;
  top: -30px;
  border-radius: 5px;
}

.product-custom-slider .slick-next {
  right: 0;
}

.product-custom-slider .slick-prev {
  right: 50px;
  left: auto;
}

.product-custom-slider .slick-prev:hover,
.product-custom-slider .slick-prev:focus,
.product-custom-slider .slick-next:hover,
.slick-next:focus {
  background: #f5f5f5;
}

.slider-nav img {
  margin: auto;
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
  color: #707070;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.slider-nav .slick-prev::before {
  content: "\f104";
}

.slider-nav .slick-next::before {
  content: "\f105";
}

.product-content h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
#product-detail-section .product-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
#product-detail-section .product-content h4 {
  font-size: 25px;
  margin-bottom: 15px;
}
#product-detail-section .attr-div .d-attr {
  margin-bottom: 10px;
  padding: 10px;
}
#qty {
  height: 30px;
  width: 30px;
  background: transparent;
  color: #242e51;
  border-radius: 0;
  padding: 0;
}
#plus {
  border-radius: 4px 4px 4px 4px;
  border-left: 1px solid #eeeff4;
}
#minus {
  border-radius: 4px 4px 4px 4px;
  border-right: 1px solid #eeeff4;
}
.product-content h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--secondary);
}

.product-info-list li {
  display: list-item;
  margin-bottom: 7px;
}

.product-info-list li img {
  margin-right: 15px;
}

.product-size li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px;
  font-weight: 700;
  width: max-content;
  /* 30px */
  height: 30px;
  background-color: #EEEFF4;
  border-radius: 5px;
}

.product-size li.active {
  background-color: var(--theme-color);
  color: var(--white);
}

.product-color li {
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  position: relative;
}

.product-color li:first-child {
  background-color: #F59BE2;
}

.product-color li:nth-child(2) {
  background-color: #FFC700;
}

.product-color li:nth-child(3) {
  background-color: #143AFB;
}

.product-buy-list .btn-secondary {
  padding: 4px 20px;
  width: calc(100% - 200px);
}

.product-quantity .btn-secondary {
  padding: 3px;
  width: 30px;
  font-size: 30px;
  height: 30px;
  border-radius: 4px;
}

.product-quantity input {
  width: 40px;
  text-align: center;
  padding: 0 5px;
  height: 25px;
  border: none;
}
.product-quantity {
  width: 100px;
  border: 1px solid #242e51;
  height: 30px;
  border-width: 1px 0px;
  border-radius: 3px;
}

.product-quantity {
  width: 100px;
}

.wishlist a {
  padding: 6px;
  border: 1px solid #9A9898;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wishlist a img:first-child {
  display: block;
}

.wishlist a img:last-child {
  display: none;
}

.wishlist a.active img:first-child {
  display: none;
}

.wishlist a.active img:last-child {
  display: block;
}

.product-detail-section .product-section-box .custom-nav .nav-item .nav-link {
  background-color: #fff;
}

.product-section-box .custom-nav .nav-item .nav-link:focus::after,
.product-section-box .custom-nav .nav-item .nav-link:hover::after,
.product-section-box .custom-nav .nav-item .nav-link.active::after {
  background-color: var(--secondary);
}

.product-section-box .custom-nav .nav-item .nav-link::after {
  top: auto;
  bottom: 1px;
}

.product-section-box .custom-tab .info-table {
  border: none;
}

.product-section-box .custom-tab .info-table tbody tr th,
.product-section-box .custom-tab .info-table tbody tr td {
  border: 0;
  padding: 0 0 10px 0;

}

/*cart page */
.h-4 {
  height: 1rem;
}

.w-4 {
  width: 1rem;
}

.cart-items .product-quantity .btn-secondary {
  padding: 3px;
  width: 40px;
  font-size: 22px;
  height: 22px;
  border-radius: 2px;
}

.cart-items .side-button .fa-trash {
  color: #ff0000;
}

.top-28 {
  top: 7rem;
}

.sticky {
  position: sticky;
}

.animated-cloud img {
  position: absolute;
}

.animated-cloud .cloud-1 {
  left: 50px;
  top: 50px;
  animation: toleftR 16s linear infinite;
}

.animated-cloud .cloud-2 {
  left: 200px;
  top: 90px;
  animation: toleftR 20s linear infinite;
}

.animated-cloud .cloud-3 {
  left: 35%;
  top: 180px;
  animation: toleftR 35s linear infinite;
}

.animated-cloud .cloud-4 {
  left: 50%;
  top: 130px;
  animation: toleftR 30s linear infinite;
}

.animated-cloud .cloud-5 {
  right: 100px;
  top: 150px;
  transform: rotatey(180deg);
  animation: toleftR2 34s linear infinite;
}

.animated-cloud .cloud-6 {
  right: 50px;
  top: 50px;
  animation: toleftR2 28s linear infinite;
}

.animated-cloud .cloud-7 {
  left: 40%;
  top: 40px;
  animation: airplane 25s linear infinite;
}

.animated-cloud .cloud-8 {
  left: 28%;
  top: 70px;
  animation: ballon 15s linear infinite;
}

.animated-cloud .cloud-9 {
  left: 67%;
  top: 150px;
  animation: parcel 15s linear infinite;
}

.checkout-item {
  border: 1px solid #E4E4E4;
  background-color: #fff;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  transition: 1s all;
  justify-content: space-between;
}

.login-section .btn-icon {
  padding: 10px;
  box-shadow: 0px 3px 10px rgba(59, 97, 185, 0.2);
  background-color: #ffffff;
}

/* Account Css */
.user-dashboard-section .dashboard-right-sidebar {
  background-color: transparent;
  padding-top: 0;
}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
  margin: 0;
}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
  justify-content: center;
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item:last-child .nav-link {
  border-bottom: none;
}

.user-dashboard-section .dashboard-left-sidebar {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  /* height: calc(100vh - 60px); */
}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active {
  border-left: none;
  border-bottom: 3px solid var(--secondary);
  background-color: transparent;
}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before {
  content: none;
}

.user-dashboard-section .side-product-content {
  width: calc(100% - 100px);
}

.user-dashboard-section .side-button .btn {
  font-size: 14px;
}

.contactItem span {
  width: 70px;
  height: 70px;
}

.contactItem .content {
  width: calc(100% - 90px);
}

.contactItem .content h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.cart_btn .cart_btn {
  display: flex;
}

/* About Css  */
.aboutImage .aiImgRow {
  position: relative;
}

.aboutImage {
  position: relative;
  text-align: left;
}

.aboutImage .aiImgRow:first-of-type {
  margin: 0 0 24px;
}

.aiImgRow .aiImg01 {
  margin: 50px 24px 0 0;
  width: 48.31%;
}

.aiImgRow .aiImg02 {
  width: calc(100% - (48.31% + 24px));
}

.aiImgRow .aiImg03 {
  margin: 0 24px 0 0;
  width: 28%;
}

.aiImgRow .aiImg04 {
  width: calc(100% - (28% + 24px));
}

.aiImgRow img {
  border-radius: 10px;
}

.aiCounter {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 198px;
  height: 198px;
  border-radius: 50%;
  background: var(--theme-color);
  text-align: center;
  padding: 38px 35px 35px;
}

.aiCounter h2 {
  font-size: 60px;
  line-height: 1;
  color: #FFF;
  margin: 0 0 5px;
}

.aiCounter h3 {
  font-size: 21px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.about .common-heading {
  font-size: 34px;
}

.about-info-area {
  position: relative;
  z-index: 1;
}

.about-info-area:after {
  content: "";
  height: 75%;
  width: 100%;
  background-color: #DAEFEB;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.about-info-box {
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
  padding: 40px 50px;
  border: 1px solid var(--white);
  border-radius: 5px;
  background-color: var(--white);
  margin-bottom: 30px;
}
.order-table-2 table tbody tr td {
  vertical-align: top;
}
#cart-block .cart-items .product-quantity .btn-secondary {
  width: 25px;
  font-size: 18px;
  height: 30px;
}
.about-info-box .content .title {
  margin-bottom: 12px;
  font-weight: 700;
}

.cart_btn .btn-primary {
  color: #fff !important;
  width: calc(100% - 100px);
  padding-top: 0px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

#productHtml .btn-primary {
  display: flex;
  padding: 0;
}

a.btn-primary:hover {
  color: var(--secondary) !important;
  background-color: #fff !important;
  border-color: var(--secondary) !important;
  border: 2px solid;
}

.list-group-item.mainList li {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
}

#category-filters .active {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.danger-btn {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.warning-btn {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.footer-contain a:hover {
  color: #ffc700 !important;
}

.nj-border-end {
  border-bottom: 2px solid #cdcdcd;
  max-width: 100%;
}
.product-section .btn-primary {
  display: flex!important;
}

.cart_btn .btn-primary:hover {
  color: #ffc700 !important;
}





@media (min-width: 1200px) {
  .nj-border-before::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    border-bottom: 2px solid #cdcdcd;
  }
}

.hide-tax {
  display: none !important;
}

.flag-icon {
  margin-right: 10px;
  width: 26px;
  height: 16px;
}

.mn-w94 {
  min-width: 94%;
}

#cart-popup .cart-list {
  max-height: 220px;
  overflow: auto;
  min-height: 53px;
}

#cart-popup .product-remove {
  right: 15px;
}

/* scrollbar style */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: var(--bgcolor);
}

::-webkit-scrollbar-thumb {
  background: #ffc700;
  border-radius: 10px;
}

/* end */

#product-list-items {
	overflow: auto!important;
}
.info-section .service-contain-2:hover h3 {
  color: #4f4f4f;
}

.info-section .service-contain-2:hover .text-content {
  color: #7d8593;
}

.info-section .service-contain-2 {
  cursor: default;
}

footer .main-footer .footer-contain ul li a {
  position: unset;
}

.user-dashboard-section .row {
  align-items: stretch;
}

.user-dashboard-section .dashboard-left-sidebar .filter-accordion {
  overflow: auto;
  height: calc(75vh - 100px);
}
.user-dashboard-section .dashboard-left-sidebar .card {
  border: none;
}

#product-detail-section .product-section-box ul {
  justify-content: start!important;
}

#account-page .dashboard-left-sidebar {
  height: auto;
}

#post-review .form-control {
  padding-top: 10px!important;
}

#floatingTextarea2 {
  resize: unset;
}

#shipping-form .not-open label {
  padding: .75rem .75rem;
}

.dashboard-wishlist .product-main-container .product-box {
  margin: 10px 5px;
}

.filter-accordion::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.product-image-slider .slider-for .slick-slide img {
  height: 400px!important;
  /* height: calc(100% - 150px)!important; */
}

#productHtml .cart_btn .btn-primary {
  width: calc(100% - 75px);
  font-size: 12px;
}

.quickview-img {
  width: auto;
  object-fit: contain;
  height: calc(100vh - 100px);
}

.success-product-detail {
  width: 100%;
  white-space: initial;
}

.pagination-wrapper .pagination .page-item.active .page-link {
  background-color: #ffc700;
  border-color: #ffc700;
}

.pagination-wrapper a.page-link {
  color: #ffc700 !important;
}

.pagination-wrapper ul.pagination {
  justify-content: end;
}

.pagination-wrapper .pagination .page-link:hover {
  background-color: #f0db94;
  border-color: #f0db94;
  color: #fff !important;
}

.pagination-wrapper .pagination .page-link:focus {
  background-color: unset;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.featuredpro-section .common-heading {
  line-height: 35px;
}

/* contact page css */
#contact-us .form-control {
  font-size: 12px;
}
#contact-us textarea {
  min-height: 110px!important;
}
.contactItem img {
  width: 60px;
}

/* about page css */
.about p , .about-info-area p {
  padding-top: 20px;
}
.about-info-box .content p {
  padding: 0;
}
.about-info-area .btn.btn-secondary {
  width: 192px;
}

.user-dashboard-section .dashboard-left-sidebar .text-muted {
  font-size: 13px;
}
#product-detail-section .product-section-box .nav-link {
  font-size: 15px;
}
.product-section .product-box {
  padding: 10px;
}
/* cart page css */


.cart-section .product-quantity {
  width: 80px;
}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link{
	font-size: 15px;
}
.dashboard-home .title h2 {
  font-size: 22px;
}
#shipping-form .theme-form-floating input, #shipping-form .theme-form-floating select {
  height: 45px;
}

/* timeline for succes page */


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

ul.timeline-3 > li {
  margin: 0px 0 30px;
  padding-left: 20px;
}
ul.timeline-3 > li::before {
	content: " ";
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #ffc700;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}
#ordere-tracking li {
	padding-left: 50px;
}
#ordere-tracking {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  margin-top: 40px;
  border-radius: 5px;
}
#ordere-tracking h3 {
  border-bottom: 1px solid #ececec;
  padding: 17px 40px 15px 40px;
  font-weight: 600;
  text-transform: capitalize;
}
#ordere-tracking  p {
	color: #4a5568;
}
#ordere-tracking .timeline-3 a {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #222;
}
#ordere-tracking .float-end {
	color: #ffc700 !important;
	font-size: 16px !important;
}
#ordere-tracking .order-sub-detail {
  padding-left: 65px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px;
}
#ordere-tracking .order-subtitle {
	font-size: 16px;
	font-weight: 600;
}
#ordere-tracking .order-time {
	color: #989ea8;
	padding-top: 5px;
}

ul.timeline-3 > .active::after {
	content: " ";
	background: #ffc700;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: 25px;
	width: 10px;
	height: 10px;
	z-index: 400;
	top: 5px;
}
.order-step {
  position: relative;
}


.order-step > .order-sub-detail::before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #ffc700;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
.order-sub-detail.active {
	position: relative;
}
.order-step > .active::after {
	content: " ";
	background: #ffc700;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	left: -50px;
	width: 10px;
	height: 10px;
	z-index: 415;
	top: 20px;
}

.order-table-2 .table {
  table-layout: fixed;
}
.order-table-2 .product-detail {
  width: 40%;
}
ul.timeline-3 > li:nth-last-child(1)::after {
  display: none;
}
ul.timeline-3 > li:nth-last-child(1) {
  margin-bottom: 0;
}
.order-sub-detail::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d4d9df;
  left: 30px;
  top: 0;
}
#ordere-tracking .active:before {
  content: '';
  position: absolute;
  content: " ";
  background: #ffc700;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 25px;
  top: 5px;
  width: 10px;
  height: 10px;
  z-index: 400;
}
.order-step {
  padding: 40px 40px 10px 14px;
}
.dashboard-order .side-product-detail .side-product-content {
	flex: 0 0 100%;
	max-width: 100%;
}

#product_summary .d-attr.active .fa-check{
  display: block;
}
#product_summary .d-attr .fa-check{
  display: none;
}
#product_summary .d-attr .color-chk{
  width: 13px;
}

/* 11/9/2023  */

#vend-slider .category-box-list {
  padding: 10px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  height: 90%;
}
#vend .category-box-list h4 {
  font-weight: 600;
  padding-top: 2px;
}
#vend.category-name h4 {
  padding-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.category-name h6 {
	padding-top: 5px;
}
.category-name {
  text-align: center;
}
a.category-name {
  text-align: center;
}
#vend-slider img {
  height: 112px;
  object-fit: contain;
}
.slick-track {
  height: 100%;
}

#shop-list h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

#shop-list img {
  height: 120px;
  width: 130px;
  margin: auto;
  display: block;
  object-fit: contain;
  object-position: center;
}
#shop-list h6 {
  padding-top: 5px;
}
.most-sold .row {
  align-items: stretch;
}
#product-detail-section .slider-nav .draggable .slick-track .slick-current img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  opacity: 1;
  -webkit-box-shadow: 0 0 8px rgba(34,34,34,0.16);
  box-shadow: 0 0 8px rgba(34,34,34,0.16);
}
#product-detail-section .slider-nav .slick-track {
  padding: 10px;
}
/* 
#vender-slider .product-box.category-box-list {
  height: 175px;
} */


#product-detail-section .slider-nav .img-fluid {
	padding: 10px;
}
.dashboard-right-sidebar #productHtml h6.name {
  height: auto!important;
}
.most-sold .side-product-content h6 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}


/* 14/11/2023 changes */

.most-sold .side-product-content h6 {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cats-list {
  max-width: 100%!important;
}
div#productHtml .product-box .sold .price {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: inline;
  line-clamp: 1;
  overflow: hidden;
}
#product-view .product-quantity {
  width: 175px;
}
div#vend-slider .category-box-view .img-fluid {
	height: 112px !important;
	object-fit: contain;
	margin: auto;
}
#productHtml .cart_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5px;
  position: absolute;
  bottom: 15px;
  width: 92%;
  left: 10px;
  right: 0px;
}

#productHtml .product-box {
  height: 350px;
  position: relative;
  display: block;
}

.category-slider .category-item span{
  border:0; 
}


/* 14/5/2023 Changess   */

.most-sold .side-product-box .side-product-image {
  background: transparent;
}

.most-sold .side-product-box .side-product-image img {
  object-fit: contain;
  object-position: center;
}

.shop-cover-image img {
  object-fit: cover;
}


#cart-block .side-product-box .side-product-image img {
  object-fit: contain;
}


#cart-block .side-product-box .side-product-image {
  background: transparent;
}
/* arabic page style  */

.lang-code-ar #select-language {
  column-gap: 5px;
}
.lang-code-ar .search-box #global-header-search {
  flex-direction: row-reverse;
}
.lang-code-ar .middle-box {
  justify-content: space-evenly;
}
.lang-code-ar .middle-box .search-box .input-group {
  flex-direction: row-reverse;
}
.lang-code-ar .product-custom-slider .slick-prev {
  right: auto;
  left: 25px;
}
.lang-code-ar section h6 {
  column-gap: 10px;
}
.lang-code-ar #sortby {
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}
.lang-code-ar .view-modal .modal-dialog .modal-content .modal-body .right-sidebar-modal .modal-button .view-button {
  margin-right: 15px;
  margin-left: 0;
}
.lang-code-ar #minus {
  border-radius: 4px 4px 4px 4px;
  border-left: 1px solid #eeeff4;
  border-right: unset;
}
.lang-code-ar #plus {
  border-radius: 4px 4px 4px 4px;
  border-right: 1px solid #eeeff4;
  border-left: unset;
}
.lang-code-ar #cart-popup .product-remove {
  left: 15px;
  right: unset;
}
.lang-code-ar .form-control {
  border: 1px solid;
}
.lang-code-ar .custom-field .form-label-title {
  right: 18px;
  left: unset;
}
.lang-code-ar #password-addon {
  padding-top: 18px!important;
}
.lang-code-ar .middle-box .search-box .input-group .form-control {
  border: none;
}
.lang-code-ar .side-product-detail .side-button {
  text-align: left;
}
.lang-code-ar .side-button .inner-btn {
  margin-right: auto;
  margin-left: unset;
}
.lang-code-ar .slider-animate .col-md-6 {
  margin-right: 50%;
}
.lang-code-ar #ordere-tracking .order-sub-detail {
  padding-right: 40px;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.lang-code-ar .summery-header a {
  float: left!important;
}
.lang-code-ar .summery-header a i {
  padding-right: 15px;
}
.lang-code-ar .footer-title h4 {
  color: #fff;
}
.lang-code-ar .product-tags .badge {
  margin-bottom: 10px;
}
.lang-code-ar #productHtml .cart_btn {
  left: 0px;
  right: 10px;
}
.lang-code-ar .form-check-input:checked[type=checkbox] {
  --vz-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.lang-code-ar .feather-phone {
  transform: rotate(265deg);
  }

#cart-block .side-product-detail .side-button,.checkout-block .side-product-detail .side-button {
	flex: 0 0 30%;
	max-width: 30%;
	text-align: right;
}

#cart-block .side-product-detail .side-product-content , 
.checkout-block .side-product-detail .side-product-content {
	flex: 0 0 70%;
	max-width: 70%;
}
#cart-block .side-product-detail .side-product-content .product-attribut,
.checkout-block .side-product-detail .side-product-content .product-attribut{
	align-content: center;
	justify-content: start !important;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 3px;
}
ul.product-tags li{
  margin-bottom:5px;

}

.font-medium.text-sm.text-green-600.mb-4 {
  background: #1fb51f;
  padding: 10px 14px;
  color: #fff;
}

.product-box .sold del, .side-product-box .sold del{
  font-size: 12px !important;
  margin-left: 4px !important;
}

#product-view .price del{
  font-size: 12px !important;
  margin-left: 4px !important;
}

#product-detail-section .product-content .price del{
  font-size: 18px;
  margin-left: 5px;
  color: #000;
}

 /* header camera style  */
.camer-uploade i {
  font-size: 20px;
  padding: 10px;
  color: #ffc700;
}

.boby-content {
  background: #f8f9fa;
  border: 1px dashed #bdc1c6;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 180px;
  padding: 20px;
  position: relative;
  width: 100%;
}

.uploade-image {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}

#uploadeModal #uploadeModalLabel {
  color: #3c4043;
  font-size: 14px!important;
  letter-spacing: 0.1px;
  line-height: 28px;
  font-weight: 400; 
  width: 100%;
}

.boby-content .icon-uplode {
  margin-right: 18px;
}

span#uploadText {
    color: #ffc700;
}

.boby-content .text {
    font-size: 16px;
    line-height: 30px;
}
.camer-uploade {
  display: flex;
  align-items: center;
}
 /* header camera style close */