*{
	margin: 0;
	padding: 0;
}
:root {
	--blue: #028dd5;
	--orange: #ff6400;
	--gray: #f8f8f8;
	--white:  #ffffff;
	--black: #000000;
	--themeblue: #b0b9f7;
	--themepink: #ffe4ec;
	--themeyellow: #eef083;
    --sale-color: #9F6B28;
    --price-color: #a2979a;
    --cart-btn: #9f6b28;
}

body {
	font-size: 15px;
	margin: 0;
	padding: 0;
	background: var(--white);
    /*overflow-x: hidden !important;*/
    padding-right: 0px !important;
}
a {
	color: var(--blue);
	text-decoration: none;
    cursor: pointer;
}
svg {
    width: 15px;
}
i{
	color: var(--black);
}
img{
	max-width: 100%;
    height: auto;
}
p{
	line-height: 1.3;
	margin-bottom: 0px;
}
@media (min-width: 1200px){
.container {
    max-width: 1285px;
}
}
@media (min-width: 1700px){
.container {
    max-width: 1900px;
}

.slider-box .left-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: -10px !important;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .right-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: -10px !important;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
}
a.navbar-brand img {
    width: 95px;
}
a.navbar-brand span {
    position: relative;
    top: 5px;
    left: 5px;
}
.web-header button.navbar-toggler {
    border: none;
}
.web-header{
	padding: 0px 0px;
}
.web-header nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #fff !important;
    border-bottom: 1px solid #000;
    padding: 0px 0px;
}
.box-just-in h2 {
    text-align: center;
}
.box-just-in p {
    text-align: center;
}
.our-view {
    background: var(--themeyellow);
}
.view-one {
    padding: 1rem 0;
    height: 100%;
    background: var(--themeblue);
    text-align: center;
}
.view-two{
  padding: 1rem 0;
    height: 100%;
    background: var(--black);
    text-align: center;
}
.view-three{
  padding: 1rem 0;
    height: 100%;
    background: var(--white);
    text-align: center;
}
.view-one:hover{
    background: transparent;
}
.view-two:hover{
    background: transparent;
}
.view-two:hover h2{
    color: var(--black);
}
.view-two:hover i{
    color: var(--black);
}
.view-three:hover{
    background: transparent;
}
.view-one i {
    font-size: 35px;
    margin-bottom: 0.5rem;
}
.view-one img{
    margin-bottom: .3rem;
}
.view-two i {
    font-size: 35px;
    margin-bottom: 0.5rem;
    color: var(--white);
}
.view-three i {
    font-size: 35px;
    margin-bottom: 0.5rem;
}
.view-one h2{
    color: var(--black);
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: .5rem;
}
.view-two h2{
  color: var(--white);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: .5rem;
}
.view-three h2{
    color: var(--black);
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: .5rem;
}

/*Desktop media query code start*/
@media (min-width: 992px){
	.web-header a.nav-link {
    padding: 5px 30px !important;
    border: 1px solid var(--black);
    border-radius: 100vmax;
    margin: 0 5px;
    background: var(--black);
    color: var(--white);
    width: 156px;
    text-align: center;
}
.padd-l-0{
    padding-left: 0px !important;
}
.web-header a.nav-link.active{
  background: transparent;
  color: var(--black);
}
.web-header a.nav-link:hover{
  background: transparent;
  color: var(--black);
}
.web-header .line-brl {
    border-left: 0.5px solid #000;
    position: absolute;
    left: -65px;
    height: 70px;
    top: -17px;
}
.web-header a.navbar-brand {
    padding: 0;
}
.web-header nav.navbar.navbar-expand-lg.bg-body-tertiary {
    height: 70px;
}
.web-header a.nav-link.active{
  background: transparent;
  color: var(--black);
}
.web-header .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.web-header li.nav-item.dropdown ul.dropdown-menu {
    border: none;
    background: var(--black);
    border-radius: 0px;
    margin-top: 0px;
    padding: 1px;
    border-top: 3px solid var(--white);
}
.dropdown-item:hover {
    color: var(--black) !important;
    background-color: var(--bs-dropdown-link-hover-bg);
}
.web-header li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}
.web-header li.nav-item.dropdown ul.dropdown-menu a.dropdown-item {
    color: #fff;
    text-align: center;
}
.search-box-header svg {
    width: 15px;
}
.search-box-header {
    border-left: 1px solid var(--black);
    border-right: 1px solid var(--black);
    padding: 18px 10px;;
}
.search-box-header input.form-control {
    border: none;
}
.search-box-header .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.prod-text a {
    font-size: 16px;
}
.after-header{
	border-bottom: 1px solid var(--black);
}
.box-just-in {
    background: var(--themepink);
    padding: 5rem 5rem !important;
}
.box-just-in h2 {
    font-size: 72px;
    line-height: 1.1em;
    text-align: left;
}
.box-just-in p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 2rem;
    text-align: left;
}

.white-brand-box {
    padding: 2rem 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.white-brand-box img {
    width: 50% !important;
    object-fit: contain !important;
}
.mail-fields {
    padding: 0px 2rem;
}
}
/*Desktop media query code End*/
.mob-filter {
    margin-bottom: 2rem;
}
.mob-filter button.btn.btn-primary {
    border: 1px solid var(--black);
    border-radius: 0;
    width: 100%;
    background: transparent;
    color: var(--black);
    font-size: 18px;
}
.mob-filter h5.offcanvas-title {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.1em;
    padding: 0px 0px 0px 1rem;
}
.mob-filter button.btn-close {
    position: absolute;
    right: 15px;
}
.mob-filter button.accordion-button {
    font-size: 22px;
    font-weight: 400;
}
.mob-filter .btn-filter-mob {
    position: absolute;
    bottom: 20px;
    width: 91%;
}
.mob-filter  button.clear-filetr {
    width: 100%;
    background: transparent;
    border: 1px solid var(--black);
    padding: 0.8rem 1rem;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../img/minus.png');
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url('../img/plus.png');
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
button.apply-filetr {
    background: var(--black);
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid var(--black);
    color: var(--white);
    box-shadow: none;
}
.mob-filter .offcanvas-header {
    padding: 1rem 0;
    border-bottom: 1px solid var(--black);
}
.filter-box .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.filter-box .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: transparent;
    box-shadow: none;
    padding: 1rem 0px;
}
.filter-box .accordion-button{
    padding: 1rem 0px;
}
.filter-box .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.filter-box .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
/*.filter-box .accordion-collapse{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}*/
.filter-box .accordion-collapse ul {
    padding-left: 0px;
    list-style: none;
}
.filter-box .accordion-collapse ul li a {
   color: var(--black);
   font-size: 14px;
   line-height: 1.3;
   margin-bottom: .5rem;
   font-weight: 300;
}
.filter-box .accordion-collapse ul li a:hover {
   opacity: .4;
}
.filter-box .accordion-body {
    padding: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.filter-box .accordion-collapse ul li{
   margin-bottom: .2rem;
}
.listingheader {
    padding: 2.6rem 4rem;
    border-bottom: 1px solid var(--black);
    margin-bottom: .5rem;
}
.listing-items{
    padding: 3rem 4rem .8rem;
}
.listingheader h2 {
    font-size: 80px;
    line-height: 1.1em;
    font-weight: 400;
}
.desktop-filter h2 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 1rem;
}
.slider-box{
    position: relative;
}
.slider-box .left-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .right-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jsone-left {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jsone-right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jstwo-left {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jstwo-right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .left-prev i.fas.fa-chevron-left {
    font-size: 24px;
}
.slider-box .right-next i.fas.fa-chevron-right {
    font-size: 24px;
}
.slider-box .jsone-left i.fas.fa-chevron-left {
    font-size: 24px;
}
.slider-box .jsone-right i.fas.fa-chevron-right {
    font-size: 24px;
}
.slider-box .jstwo-left i.fas.fa-chevron-left {
    font-size: 24px;
}
.slider-box .jstwo-right i.fas.fa-chevron-right {
    font-size: 24px;
}
.sidecart .go-cart-btn {
    width: 100%;
    margin: 0 auto;
        padding: 1rem 2rem;
}
.sidecart button.buttongo-cart {
    background: var(--cart-btn);
    color: var(--white);
    width: 100%;
    border:1px solid var(--cart-btn);
    padding: .7rem 0px;
}
.sidecart .offcanvas-body {
    padding: 1rem 0;
    overflow: hidden;
}
.sidecart .total-amount h3 {
    font-size: 28px;
    line-height: 1.1em;
    font-weight: 400;
    padding: 0rem 1.5rem;
}
.sidecart .total-amount {
    padding: 3rem 0rem;
    border-bottom: 1px solid #eee;
}
.sidecart .cart-item-box{
    height: 250px;
    overflow-y: auto;
    padding-bottom: .5rem;
}
.sidecart .cart-items {
    padding: 2rem 0rem 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    margin: 0px 1.5rem;
    gap: 15px;
    position: relative;
    cursor: pointer;
}
.sidecart .cart-items i.fas.fa-times {
    line-height: 1px;
    width: 15px;
    font-size: 10px;
    border: 1px solid var(--black);
    height: 15px;
    padding: 7px 3px;
    border-radius: 100vmax;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
}
.sidecart .cart-items:hover i.fas.fa-times{
    display: block;
}
.sidecart .cart-items h3 {
    font-size: 17px;
    line-height: 1.1em;
    color: var(--black);
    font-weight: 400;
}
.sidecart .cart-items p {
    font-size: 15px;
    line-height: 1.1em;
    color: var(--black);
    font-weight: 400;
}
.sidecart .offcanvas-header {
    background: var(--black);
    color: var(--white);
    padding: 2rem;
    justify-content: center;
    position: relative;
}
.sidecart .offcanvas-header h5{
    font-size: 25px;
}
i.fas.fa-chevron-right.btn-close {
    color: var(--white);
    z-index: 9999;
    position: absolute;
    font-size: 22px;
    left: 1.5rem;
    cursor: pointer;
}
span.crat-count {
    position: absolute;
    right: -12px;
    background: var(--themeblue);
    top: -8px;
    border-radius: 100vmax;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 16px;
}
.cart-item-info span {
    font-weight: 500;
}
.one-three-card{
     /* The image used */
  background-image: url("../img/flower.jpg");

  /* Set a specific height */
  height: 701px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: 35% 100%;
  clip: rect(0,auto,auto,0);
  -webkit-perspective: 1px;
    perspective: 1px;
}
.one-three-card .text-one-three{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.one-three-card .text-one-three h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 0.5rem;
}
.one-three-card .text-one-three p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.two-three-card{
     /* The image used */
  background-image: url("../img/pink-girl.jpg");

  /* Set a specific height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35% 100%;
  clip: rect(0,auto,auto,0);
  -webkit-perspective: 1px;
    perspective: 1px;
}
.three-three-card{
    background: var(--themepink);
    height: 100%;
    padding: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.three-three-card h2 {
    font-size: 72px;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: .5rem;
}
.three-three-card p{
    font-size: 16px;
    letter-spacing: normal;
    margin-bottom: .5rem;
}
.match-box{
     /* The image used */
  background-image: url("../img/tenis-girl.jpg");

  /* Set a specific height */
  min-height: 800px; 
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  clip: rect(0,auto,auto,0);
  -webkit-perspective: 1px;
    perspective: 1px;
}
.getin-box .bg-parallax-1{
    /* The image used */
  background-image: url("../img/gitin-img.jpg");

  /* Set a specific height */
  min-height: 500px; 
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  clip: rect(0,auto,auto,0);
  -webkit-perspective: 1px;
    perspective: 1px;
}
.bg-parallax-1{
    /* The image used */
  background-image: url("../img/bg-parallax-1.jpg");

  /* Set a specific height */
  min-height: 100%; 
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 50% 100%;
  clip: rect(0,auto,auto,0);
  -webkit-perspective: 1px;
    perspective: 1px;
}
.bg-parallax-1 img{
    position: absolute;
    bottom: 0px;
    left: 0;
}
.copyright-box {
    border-top: 1px solid var(--black);
    padding: 1.5rem 0;
}
.copyright-box p{
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
}
.copyright-box p a{
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
}
.payment-box {
    margin-bottom: 4rem;
}
.cardpay {
    display: flex;
    justify-content: center;
    gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
}
.cardpay p {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}
footer {
    margin: 0rem 0 2rem;
    border: 1px solid var(--black);
    padding: 0px 0rem;
}
footer .foot {
    border-right: 1px solid var(--black);
    padding: 5rem 3rem;
    height: 100%;
}
footer .foot h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 1rem;
}
.foot ul {
    padding-left: 0px;
    list-style: none;
}
.foot ul li a {
    color: var(--black);
    font-weight: 300;
    padding-bottom: .5rem;
    font-size: 16px;
}
.grtin-left-box {
    background: var(--black);
    padding: 5rem 5rem;
    height: 100%;
}
.grtin-left-box h2{
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1em;
    color: var(--white);
    margin-bottom: 2rem;
    text-align: center;
}
.grtin-left-box p{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 2rem;
    text-align: center;
}
.grtin-left-box label.form-label {
    font-size: 17px;
    color: var(--white);
    font-weight: 400;
}
.grtin-left-box input.form-control {
    border-radius: 100vmax 0px 0px 100vmax;
    height: 60px;
}
.grtin-left-box button.btn.btn-outline-secondary {
    background: var(--themeblue);
    border-color: var(--themeblue);
    border-radius: 0px 100vmax 100vmax 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 1.5rem;
}
.grtin-left-box button.btn.btn-outline-secondary:hover {
    background: transparent;
    border-color: var(--white);
    border-radius: 0px 100vmax 100vmax 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    padding: 0px 1.5rem;
}
.white-brand-box .swiper-pagination-bullet {
    background: var(--black);
    opacity: 1;
    width: 10px;
    height: 10px;
}
.white-brand-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--white);
    border: 2px solid #000;
    width: 10px;
    height: 10px;
}
.match-box-inner {
    background: var(--black);
    padding: 3rem 3rem 2rem;
}
.match-box-inner h2{
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 400;
    color: var(--white);
}
.match-box-inner p{
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 2rem;
}
span.sale-tag {
    background: var(--sale-color);
    padding: 2px 15px;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
}
.black-brand-box {
    background: var(--black);
    padding: 5rem 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.black-brand-box h2 {
    font-size: 55px;
    color: #fff;
    line-height: 1.1em;
    font-weight: 400;
}
.paralaax-text h2 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.1em;
    color: #fff;
}
.paralaax-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.5rem;
}
.paralaax-text {
    position: absolute;
    top: 5%;
    left: 5%;
}
.prod-slider-card{
	cursor: pointer;
}
.prod-slider-card img {
    width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
}
.items-show .prod-slider-card img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}
.prod-slider-card:hover .quick-view{
	display: none;
}
span.sale-tag{
    display: none;
}
.prod-text {
    margin-top: 0.5rem;
    text-align: center;
}
.prod-text a {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.items-show .prod-text a {
    color: var(--black);
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.prod-text a span {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
.items-show .prod-text a span {
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}
.quick-view {
	display: none;
    bottom: 0px;
    position: absolute;
    text-align: center;
    width: 100%;
    background: rgb(255 255 255 / 83%);
    padding: 0.7rem;
    transition: top ease 0.5s;
}
.quick-view a{
	color: #a0a0a0;
    position: relative;
    z-index: 999;
}
.swiper-button-prev {
    color: #000;
}
.swiper-button-next{
  color: #000;
}
.box-flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    height: 100%;
    padding-right: 1rem;
}
.box-flex div a span {
    padding-left: 5px;
}
.box-flex .login-box a{
    color: var(--black);
    text-decoration: none;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.wishlist-dst-box a{
	color: var(--black);
	letter-spacing: 0.05em;
	font-weight: 400;
	text-decoration: underline;
}
.box-flex div a i {
    font-size: 20px;
}
.top-banner-bar {
    background: #b0b9f7;
    height: 100%;
    padding: .5rem 0 1rem;
}
.top-social ul {
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 15px;
    align-items: center;
}
.top-social ul li a{
	text-decoration: none;
}
.top-social ul li a i {
    color: var(--themeblue);
    background: var(--black);
    width: 25px;
    height: 25px;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
}
.top-banner-bar h1 {
    font-size: 43px;
    font-weight: 400;
}
.main-banner .banner-content {
    left: 33px;
    position: absolute;
    top: 15%;
}
.main-banner .banner-content h2 {
    font-size: 72px;
}
.main-banner .banner-content p {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 2rem;
}
a.black-btn {
    background: var(--black);
    color: var(--white);
    min-width: 100%;
    padding: 10px 50px;
    border-radius: 100vmax;
    font-weight: 400;
}
a.border-theme-btn{
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
    min-width: 100%;
    padding: 10px 50px;
    border-radius: 100vmax;
    font-weight: 400;

}
a.border-theme-btn:hover{
    background: var(--black);
    color: var(--white);
}
a.black-btn:hover {
    background: transparent;
    color: var(--black);
    border: 1px solid var(--black);
}
.box-just-in {
    background: var(--themepink);
    padding: 4rem .5rem;
}
.popular-box{
    background: var(--themeblue);
    padding: 5rem 5rem;
}
.popular-box h2{
    font-size: 72px;
    line-height: 1.1em;
}
.item-popular .popular-card{
    cursor: pointer;
}
.item-popular .popular-card h2 {
    font-size: 22px;
    margin-top: 1rem;
    margin-bottom: 6px;
}
.item-popular .popular-card p {
    font-size: 16px;
    margin-bottom: 6px;
}
.item-popular .popular-card h2 a {
    color: var(--black);
}
.item-popular .popular-card p a {
    color: var(--black);
}
.starting-left-content {
    position: absolute;
    right: 40px;
    bottom: 70px;
}
.starting-left-content h2{
    font-size: 55px;
    line-height: 1.1em;
    font-weight: 400;
}
.starting-left-content p{
    font-size: 14px;
    margin-bottom: 2rem;
}
.clam-it-box{
    background: var(--themeyellow);
    padding: 4rem 3rem;
}
.clam-it-box .box-content {
    position: absolute;
    top: 30%;
    left: 45px;
}
.clam-it-box .box-content h2{
    color: var(--white);
    font-size: 72px;
    line-height: 1.1em;
}
.clam-it-box .box-content p{
    color: var(--white);
    font-size: 16px;
    margin-bottom: 2rem;
}
a.theme-brw-btn{
    border: 1px solid var(--white);
    color: var(--white);
    min-width: 100%;
    padding: 10px 50px;
    border-radius: 100vmax;
    font-weight: 400;

}
a.theme-brw-btn:hover{
    background: var(--white);
    color: var(--themeblue);

}

/*Mobile media query code Start*/
@media (max-width: 991px){
	.web-header nav.navbar.navbar-expand-lg.bg-body-tertiary {
    background: #fff !important;
    border-bottom: 1px solid var(--black);
    padding: 10px 0px;
}
.listing-items {
    padding: 2rem 1rem 0.8rem;
}
.listingheader {
    padding: 2rem 1rem;
    border-bottom: 1px solid var(--black);
    margin-bottom: 0.5rem;
    text-align: center;
}
.listingheader h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 400;
}
.padd{
    padding: 0px !important;
}
.one-three-card {
    background-image: url(../img/flower.jpg);
    height: 500px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: round;
    background-size: cover;
    clip: rect(0,auto,auto,0);
    -webkit-perspective: 1px;
    perspective: 1px;
}
.two-three-card {
    background-image: url(../img/pink-girl.jpg);
    height: 500px;
    background-attachment: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    clip: rect(0,auto,auto,0);
    -webkit-perspective: 1px;
    perspective: 1px;
}
.three-three-card h2 {
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 0.5rem;
}
.three-three-card {
    background: var(--themepink);
    height: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-box .left-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .right-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jsone-left {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jsone-right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jstwo-left {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.slider-box .jstwo-right {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4rem;
    width: 4rem;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
}
.one-three-card .text-one-three {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-top: 1rem;
}
.clam-it-box .box-content {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    margin-bottom: 2.5rem;
}
.clam-it-box .container {
    padding: 0px;
}
.clam-it-box .box-content h2{
    color: var(--white);
    font-size: 28px;
    line-height: 1.1em;
}
.clam-it-box .box-content p{
    color: var(--white);
    font-size: 16px;
    margin-bottom: 2rem;
}
.clam-it-box{
    background: var(--black);
    padding: 2rem 0px 0px;
}
.starting-left-content h2{
    font-size: 35px;
    line-height: 1.1em;
    font-weight: 500;
}
.starting-left-content {
    position: absolute;
    right: 20px;
    top: 40px;
    text-align: right;
}
.item-popular .popular-card{
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
.item-popular .popular-card img{
    width: 100%;
}
.main-banner .banner-content {
    left: 10px;
    position: absolute;
    top:2%;
    height: 100%;
}
.main-banner .banner-content a.black-btn{
	position: absolute;
	bottom: 5%;
	padding: 10px 35px;
	min-width: auto ;
}
.main-banner .banner-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2rem;
}
.main-banner .banner-content h2 {
    font-size: 30px;
}
.top-banner-bar h1 {
    font-size: 28px;
}
.search-box-header svg {
    width: 15px;
}
.search-box-header {
    border-left: 1px solid var(--black);
    border-right: none;
    padding: 10px 10px;;
}
.search-box-header input.form-control {
    border: none;
}
.search-box-header .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.after-header{
	border-bottom: 1px solid var(--black);
}
.box-just-in p {
    text-align: center;
    margin-bottom: 3rem;
}
.popular-box{
    background: var(--themeblue);
    padding: 5rem .5rem;
}
.popular-box h2{
    font-size: 28px;
    text-align: center;
}
.bg-parallax-1{
    /* The image used */
  background-image: url("../img/bg-parallax-1.jpg");

  /* Set a specific height */
  min-height: 650px; 
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: inherit;
  background-position: 50% !important;
  background-repeat: no-repeat;
  background-size: cover;
  clip: rect(0,auto,auto,0);
  -webkit-perspective: 1px;
    perspective: 1px;
}
.paralaax-text {
    position: absolute;
    top: inherit;
    bottom: 5% !important;
    left: 5%;
}
.bg-parallax-1 img {
    position: absolute;
    top: 0px;
    left: 0;
    width: 300px;
}
.black-brand-box h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
}
.black-brand-box {
    background: var(--black);
    padding: 3rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.white-brand-box img {
    width: 70% !important;
    object-fit: contain !important;
}
.white-brand-box {
    padding: 3rem 1rem;
}
.match-box {
    background-image: url(../img/tenis-girl.jpg);
    min-height: 550px;
    width: 100%;
    background-attachment: inherit;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    clip: rect(0,auto,auto,0);
    -webkit-perspective: 1px;
    perspective: 1px;
}
.match-box-inner {
    width: 90%;
    position: absolute;
    bottom: 0;
    padding: 2rem 0.5rem;
}
.match-box-inner h2 {
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 400;
    color: var(--white);
}
.grtin-left-box {
    background: var(--black);
    padding: 4rem 2rem;
    height: 100%;
}
.grtin-left-box h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.1em;
    color: var(--white);
    margin-bottom: 2rem;
    text-align: center;
}
.getin-box .bg-parallax-1 {
    background-image: url(../img/gitin-img.jpg);
    min-height: 400px;
    width: 100%;
    background-attachment: inherit;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    clip: rect(0,auto,auto,0);
    -webkit-perspective: 1px;
    perspective: 1px;
}
footer {
    margin: 0rem 0 2rem;
    border: none;
    padding: 0px 0rem;
}
footer .foot {
    border-bottom: 1px solid var(--black);
    padding: 3rem 2rem;
    height: 100%;
    border-right: none;
}
.payment-box {
    margin-bottom: 4rem;
    border-top: 1px solid var(--black);
    padding-top: 1.5rem;
}
.cardpay {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}
.mob-cart-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
span.crat-count {
    position: absolute;
    right: -9px;
    background: var(--themeblue);
    top: -5px;
    border-radius: 100vmax;
    width: 15px;
    height: 15px;
    font-size: 13px;
    line-height: 15px;
    padding-left: 3px;
}
i.fas.fa-shopping-bag {
    font-size: 20px;
}
.web-header ul.dropdown-menu.show {
    background: var(--black);
    border-radius: 0;
}
.web-header a.dropdown-item {
    color: var(--white);
}
.web-header .login-mob a {
    background: var(--black);
    color: var(--white);
    text-align: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.web-header .login-mob a:hover {
    background: var(--themeblue);
}
.web-header .login-mob a i {
    color: var(--white);
    text-align: center;
    font-size: 20px;
}
.prod-text a {
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.items-show .prod-text a {
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.prod-text a span {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}
.items-show .prod-text a span {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
}
/*Mobile media query code End*/

/*Swiper slider code*/
.swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
/*Swiper slider code end*/

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.slider-selection {
    background: var(--black) !important;
    cursor: pointer;
}
.slider-success .slider-selection {
    background-color: var(--black) !important;
}
.slider-primary .slider-selection {
    background-color: #428bca !important;
}
.slider-info .slider-selection {
    background-color: #5bc0de !important;
}
.slider-warning .slider-selection {
    background-color: #f0ad4e !important;
}
.slider-danger .slider-selection {
    background-color: #d9534f !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
    background-color: #fff !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.slider-strips .slider-selection {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    display: none !important;
}
.slider .tooltip.top {
    margin-top: -25px !important;
}
.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0;
}
.slider-ghost .slider-track {
    height: 5px !important;
}
.slider-ghost .slider-handle {
    top: -2px !important;
    border: 5px solid var(--black);
    cursor: pointer;
}
.slider-success.slider-ghost .slider-handle {
    border-color: #5cb85c;
}
.slider-primary.slider-ghost .slider-handle {
    border-color: #428bca;
}
.slider-info.slider-ghost .slider-handle {
    border-color: #5bc0de;
}
.slider-warning.slider-ghost .slider-handle {
    border-color: #f0ad4e;
}
.slider-danger.slider-ghost .slider-handle {
    border-color: #d9534f;
}
span.max-price {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: .5rem;
}
span.min-price {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: .5rem;
}
.slider-wrapper.slider-strips.slider-ghost {
    margin-bottom: 1rem;
}
icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;   
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.minus-plus-cart {
    border: 1px solid #eee;
    width: 70px;
    padding: 4px 0px;
}
.minus-plus-cart input.button-minus {
    border: none !important;
    background: transparent;
    width: 15px;
    height: 15px;
}
.minus-plus-cart input.button-plus{
    border: none !important;
    background: transparent;
    width: 15px;
    height: 15px;
}
.sidecart .btn-close {
    /* --bs-btn-close-color: #000; */
    /* --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e); */
     --bs-btn-close-opacity: 1; 
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
}