@font-face {
    font-family: Poppins-bold;
    src: url(../fonts/Poppins-Bold.8001a01b.ttf);
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.e3fe7ebf.ttf);
    font-display: swap;
}

@font-face {
    font-family: Poppins-med;
    src: url(/_next/static/media/Poppins-Medium.a52d0bf0.ttf);
    font-display: swap;
}

@font-face {
    font-family: Sora;
    src: url(../fonts/Sora-VariableFont_wght.65901ccd.ttf);
    font-display: swap;
}

@font-face {
    font-family: Sora;
    src: url(../fonts/Sora-ExtraBold.4035d3f7.ttf);
    font-weight: bolder;
    font-display: swap;
}

@font-face {
    font-family: Sora;
    src: url(../fonts/Sora-Bold.84a51332.ttf);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Sora;
    src: url(../fonts/Sora-Regular.2552796a.ttf);

    font-display: swap;
}

@font-face {
    font-family: PoorStory;
    src: url(../fonts/PoorStory-Regular.38cc5c01.ttf);

    font-display: swap;
}

:root {
    --black-russian: #020612;
    --white: #fff;
    --dark-slate-blue: #09b4b0;
    --medium-slate-blue: #8b8c92;
    --tangerine: #f09529;
    --cinnamon-red: #f09529;
    --electric-blue: #f09529;
    --light-grayish-blue: #eeeeef;
    --mediumSeaGreen: #8ccc6c;
    --success: #09b4b0;
    --secondary: #ffca38;
    /* --burnt-orange: #f69d74; */
    --burnt-orange: #f09529;
    --gainsboro: #ddd;
    --white-smoke: #f1f1f1;
    --ghost: #cccccf;
    --black: #000;
    --free_gift_color: #b1d34a;
    --linkcolor: #1890ff;
    --poppins: Poppins, sans-serif;
    --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

* {
    font-family: var(--poppins);
    /* font-weight: 400; */
    font-style: normal;
}

body {
	color: var(--black-russian);
}

/* a:hover {
    color: unset !important;
} */

/* header */
.mmenu-active {
    overflow-x: hidden;
    overflow-y: auto;
}

/* menu li:hover>a:not(.menu-title),
.menu .active>a:not(.menu-title) {
    color: inherit;
} */

.c-none{
	display:none;
}

.header-top-announcementsBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--dark-slate-blue);
    color: var(--white);

    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
    background-image: url(../images/announcementMask_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.txt-ghost{
	color:var(--ghost);
}

.header-middle {
    height: calc(70px + 45px);
}

.miniNavTab {
    margin-top: 120px;
    border-bottom: 2px solid #e3e4e8;
}
.miniNavTab.slider {
    margin-top: 80px;
    border-bottom: 2px solid #e3e4e8;
}

.header-top-announcementsBar-left{
	max-width:50vw;
}
.header-top-announcementsBar-left a:hover{
	color:var(--white);
}

.header-top-announcementsBar-left p, .usp-slider p {
    margin: 0;
    font-weight: 500;
    padding: 0 10px;
    font-family: var(--poppins);
}
.usp-slider{
	margin-top: 40px;
    padding: 10px 15px 10px 20px;
    border-top: 1px solid var(--ghost);
    border-bottom: 1px solid var(--ghost);
    display: none;
    align-items: center;
}

.usp-slider svg{
	margin-right: 15px;
    width: 34px;
    height: 34px;
}

.usp-slider .owl-carousel{
	max-height: 24px;
	width: 75vw;
}

.header .container-fluid {
    height: 100%;
}

.header-top-announcementsBar-right {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-right: 20px;
}

.header-top-announcementsBar-right a {
    padding-left: 5px;
    padding-right: 10px;
    font-family: var(--poppins);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 3px;
}
.header-top-announcementsBar-right a span{
    font-weight: 400;
}

.miniNavTab .menu>li>a {
    padding: 1.5rem 3rem;
}

.miniNavTab .megamenu.Nav_category_second_level-header>.row,
.Nav_category_second_level-header {
    padding: 0;
}

.miniNavTab .owl-carousel{
	height:100px;
	width: max-content;
    margin: 0 auto;
}
.miniNavTab .owl-carousel .item{
	text-align: center;
    max-width: 80px;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto; */
	padding: 0 10px;
}
.miniNavTab .owl-carousel .item img{
	height: 75px;
}
.miniNavTab .owl-carousel .title-txt{
	white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}

.Nav_category_second_level-header>.row .Nav_category_second_level {
    margin-bottom: 0;
    padding: 20px;
}

.Nav_category_second_level-header .Nav_category_second_level:nth-child(odd) {
    background-color: #fbfbfb;
}

.Nav_category_second_level-header ul {
    background-color: transparent;
}

.header-left .main-nav,
.header-left .menu,
.header-left .menu>li,
.header-left .menu>li a,
.header-left .logo,
.header-left {
    height: 100%;
}

.header-left .menu>li a {
    border-bottom: 3px solid transparent;
    padding: 21.5px 2.25vw;
    color: var(--medium-slate-blue);
}

.header-left .menu>li .row a {
    padding: 0;
}

.header-left .menu>li a,
.header-left .logo {
    display: flex;
    align-items: center;
}

.header-left .menu>li .list_brand li a {
    padding: 0.5rem;
}

.brand_menu ul .b_alphaber {
    cursor: pointer;
    font-family: var(--poppins);

    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center;
}

.megamenu.brand_menu {
    min-width: 1110px !important;
}

.menu>.submenu>a::after {
    display: none;
}

.header-right a {
    padding: 15px;
    position: relative;
}

.header-right a:hover {
    color: #666;
}

.header-right a small, .product-bundle-deal .bundle-free-count {
    position: absolute;
    right: 0.8rem;
    top: 1.1rem;
    background-color: var(--cinnamon-red);
    max-width: 22px;
    max-height: 22px;
    border-radius: 50%;
    color: var(--white);
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 15px;
	height: 15px;
    padding-top: 1px;
}

.header-left .menu>li.header-deals-menu a:hover {
    border-bottom: 3px solid transparent;
}

.header-deals-menu a {
    position: relative;
}

.header-deals-menu span {
    z-index: 1;
    color: var(--white);
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-body);
}

.header .login,
.header .call {
    margin-right: 0;
}

.menu>li>a {
    text-transform: capitalize;
}

.header-deals-menu img {
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.deals_menu_header img {
    width: 100%;
    position: unset;
}

.header-right .login {
    flex-direction: column;
}

.header .container-fluid {
    max-width: 100%;
}

.header-left .logo {
    justify-content: center;
    width: 190px;
}

.header input.header_search {
    border: 1px solid var(--dark-slate-blue);
    background-color: transparent;
    border-right: none;
}

.header-search .btn-search {
    background-color: transparent;
    border: 1px solid var(--dark-slate-blue);
    border-left: none;
}

.deals_menu_header {
    min-width: 1240px;
    transform: translate3d(-30%, 0, 0) !important;
}

.megamenu .row>.brand_category {
    border-bottom: 0.5px solid var(--gainsboro);
    padding-bottom: 0;
}

.brand_category h3 {
    padding: 15px 20px;
    border-bottom: 3px solid transparent;
    margin: 0 10px;
}

.brand_category h3:hover,
.brand_category h3.active {
    border-bottom: 3px solid var(--burnt-orange);
}

.brand_logo {
    display: none;
}

.brand_logo.active {
    display: block;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.justify-content-between {
    justify-content: space-between;
}

@media (max-width: 1500px) {
    .deals_menu_header {
        min-width: 1040px;
    }

    .megamenu.brand_menu {
        min-width: 900px !important;
    }
}

@media (max-width: 1300px) {
    .deals_menu_header {
        min-width: 900px;
        transform: translate3d(-40%, 0, 0) !important;
    }

    .megamenu.brand_menu {
        min-width: 850px !important;
        transform: translate3d(-20%, 0, 0) !important;
    }
}

@media (max-width: 1100px) {
    .deals_menu_header {
        min-width: 700px;
        transform: translate3d(-30%, 0, 0) !important;
    }

    .megamenu.brand_menu {
        min-width: 800px !important;
        transform: translate3d(-20%, 0, 0) !important;
    }
}

.phone-menu-aside,
.phone-menu-wrapper,
.header-search-phone {
    position: fixed;
    display: none;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    padding: 0px;
    background-color: var(--white);
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: auto;
}

.header-search-phone-container {
    padding: 20px;
}

.header-search-phone input {
    border: 1px solid #0000002c;
    padding: 10px 40px 10px 10px;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    font-family: var(--poppins);

    font-size: 13px;
    line-height: 26px;
    color: var(--medium-slate-blue);
}

.search-list h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 30px;
}

.search-list ul {
    margin: 0;
    padding: 0;
}

.search-list ul li {
    width: 100%;
    display: block;
    text-transform: capitalize;

    font-size: 14px;
    color: var(--black-russian);
    padding: 5px;
}

.search-list ul li span {
    padding-left: 15px;
}

.search-list ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

/* .phone-menu-wrapper {
    width: 100%;
} */
.phone-header {
    position: relative;
    background-color: var(--dark-slate-blue);
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 75px 24px 15px;
}

.close-button-phone-menu {
    position: absolute;
    top: 25px;
    right: 25px;
    color: var(--white);
}

.phone-header a>div {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: var(--light-grayish-blue);
    border: 1px solid var(--light-grayish-blue);
    border-radius: 8px;
}

.phone-header span {
    font-family: var(--poppins);
    font-size: 13px;
    line-height: 26px;
    color: var(--white);
    display: block;
    text-align: center;
}

.phone-menu-body {
    padding: 15px;
    overflow-y: auto;
    height: calc(100vh - 166px);
}

.phone-menu-body-title a {
    font-size: 18px;
    color: var(--white);
    text-decoration: none;
    padding: 20px;
    background: var(--dark-slate-blue);
    border: 1px solid var(--ghost);
    border-radius: 8px;
    display: block;
    text-align: center;
}

.phone-menu-body-list-ul ul {
    margin: 0;
    padding: 0;
}

.phone-menu-body-list-ul ul li {
    padding: 20px;
    list-style: none;
}

.phone-menu-body-list-ul ul li a {
    display: block;
}

.phone-menu-body-list-ul ul li span {
    font-family: var(--poppins);

    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: var(--black-russian);
    display: block;
}

.phone-menu-body-list-ul ul li .phone-menu-slideDown-show span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--black-russian);
    text-align: left;
}

.phone-menu-body-list-ul ul li .phone-menu-slideDown-show small {
    font-size: 12px;
    line-height: 22px;
    color: var(--medium-slate-blue);
}

.phone-menu-slideDown-show,
.phone-menu-slideDown-show div,
.phone-menu-aside-show,
.phone-menu-aside-show div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone-menu-slideDown-show div:first-child {
    flex-direction: column;
    align-items: start;
}

.phone-menu-slideDown-show img,
.phone-menu-aside-show img {
    margin-right: 15px;
    border-radius: 10px;
	max-width: 35px;
}

.phone-menu-slideDown {
    display: none;
}

.phone-menu-body-list-ul ul .phone-menu-sign-in span {
    color: var(--electric-blue);
}

.phone-menu-aside-header {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px;
    border-bottom: 1px solid var(--light-grayish-blue);
}

.phone-menu-aside-hide {
    display: flex;
}

.phone-menu-aside-header img {
    margin: auto;
}

.phone-menu-aside-body {
    padding: 20px;
}

.phone-menu-slideDown ul {
    padding: 15px 0;
}

.phone-menu-aside-body ul li {
    /* padding: 10px 0; */
	padding: 0;
}

.phone-menu-slideDown ul li a span {
    font-family: var(--poppins);
    font-size: 16px;
    line-height: 32px;
    list-style-type: none;
	font-weight: unset;
}

.phone-menu-slideDown-show svg {
    transition: all 0.5s ease-in-out;
    transform: rotate(0deg);
}

.phone-menu-slideDown-show.active svg {
    transform: rotate(90deg);
}

/* .phone-menu-aside-body h5 {
    margin: 0;
} */

.phone-menu-aside-body-lebrand {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.phone-menu-aside-body-lebrand .list_brand {
    height: calc(100vh - 185px);
    overflow-y: auto;
}

.phone-menu-aside-body .scrollablebrand {
    border: none;
}

.phone-menu-aside-body-lebrand .list_brand li,
.phone-menu-aside-body-lebrand .alphaUl li {
    padding: 0;
}

.user-docs-info {
    display: flex;
    align-items: center;
    gap: 3px;
}

.user-docs-info span {
    overflow: hidden;
    display: block;
    flex: 0 0 auto;
    max-width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize !important;
    color: #666759;
}

.user-docs-info svg {
    rotate: 90deg;
}

.user-dp {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    background-color: var(--gainsboro);
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.user-dp span {
    text-transform: uppercase !important;
	font-weight: bold;
}

.user-docs {
    position: relative;
    padding: 10px;
}

input:disabled{
	background:var(--gainsboro);
}

input[readonly]{
	background:var(--white-smoke);
}

.user-docs-list {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.user-docs:hover .user-docs-list {
    display: block;
}

.header-top-announcementsBar-right a,
.login:hover {
    color: unset;
}

.user-docs-list ul {
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px;
    /* box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5); */
    background-color: var(--white);
    /* translate: -50px; */
    width: 165px;
}

.user-docs-list ul li a {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 3px;
    padding: 5px 0;
}

.header .login .user-docs-info .user-dp span,
.header .login .user-docs-list span {
    display: block;
}

.header-right .login>svg path{
	stroke:var(--black);
}
.header-right .login>svg{
	display:none;
}

.cart .row-wrapper{
	display: grid;
    /* grid-template-rows: 2fr 1fr; */
	grid-template-columns: 2fr 1fr;
    /* grid-template-areas: "item summery_amt";
    grid-row-end: summery_amt;
    grid-row-start: item; */
    grid-auto-flow: column;
}

/* .cart .row-wrapper>div {
	grid-area: item;
    grid-column: span 1;
    grid-column: span 1;
    grid-row: 1 span;
	max-width:66vw;
} */

.cart .row-wrapper .amount-summary{
    grid-row: span 5;
	/* grid-area: summery_amt;
    grid-column: span 1;
	width: 28vw; */
}

.cart-shipping-container .ship-content-wrap {
	width: max-content;
    overflow-x: hidden;
	max-width: 55vw;
}

.c-shipping-timing .ship-option-div input:checked~label{
	background: var(--gainsboro);
}
.c-shipping-timing .ship-option-div input:checked~label span.shipping-amt{
	color:var(--white);
	background:var(--mediumSeaGreen);
}

.c-shipping-timing .ship-option-div label::after, .c-shipping-timing .ship-option-div label::before{
	content:unset;
}

.c-shipping-timing .ship-option-div label span.shipping-amt {
    position: absolute;
    bottom: 10px;
    right: 15px;
    border: 1px solid var(--mediumSeaGreen);
    border-radius: 5px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
	color:var(--mediumSeaGreen);
}


@media (max-width: 768px) {
    .cart-shipping-container .ship-option-div > div{
        width: 100%;
        margin: 5px;
    }
	
	.cart .cart-shipping-container .ship-content-wrap{
		max-width:unset;
        flex:1;
	}

    .ship-content-wrap .pick-up-address{
        flex-direction: column;
    }

    .tbl-tr.product{
        overflow: hidden;
    }
}

@media (max-width: 991px) {
	.cart .row-wrapper{
		display:flex;
	}
	
	.cart .row-wrapper .cart-ship-area{
		order: 2;
	}
	
	.cart-shipping-container .ship-option-div {
		max-width:100%;
	}
	
}
@media (max-width: 1300px) {
    .header .login .user-docs-info span {
        display: none;
    }

    .header .login .user-docs-info .user-dp span,
    .header .login .user-docs-list span {
        display: block;
    }
}

@media (max-width: 576px) {
	.cart-shipping-container .ship-option-div {
		max-width:60vw;
	}
	.cart-shipping-container .ship-option-div label{
		min-width:100% !important;
	}
	
    .usp-slider {
        display: flex;
    }

    .usp-slider svg{
        width: 24px;
        height: 24px;
    }
    
    .usp-slider .owl-item p {
        font-size: 12px !important;
        white-space: nowrap;
    }
}
@media (max-width: 991px) {
    .header-right a {
        padding: 7px;
    }
	.header-right .signup{
		display:none;
	}
	.header-right .login> svg{
		display:block;
	}

    .header-middle .header-left>*:not(:last-child) {
        margin-right: 1.4rem;
    }

    .header .login {
        margin-right: 0;
    }

    .header-left .logo {
        width: auto;
        padding: 0;
    }

    .header-top-announcementsBar {
        display: none;
    }

    .header-middle {
        height: 70px;
    }

    .header-right a small {
        top: -3px;
        right: -3px;
    }

    .phone-menu-aside,
    .header .login,
    .phone-menu-wrapper,
    .header-search-phone {
        display: block;
    }

    .mmenu-active .page-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

/* header end */
/* footer */
.footer {
    background-color: transparent;
}

@media (min-width: 1400px) {
    .footer .container, .middle-section .container {
        max-width: 1320px;
    }
}

.footer-bottom {
    padding: 0;
}

.footer-bottom .container-fluid {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    background-color: var(--dark-slate-blue);
    color: var(--white);
    font-size: 14px;
    background-image: url(../images/announcementMask_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bottom .copyright {
    color: var(--white);
    font-size: 14px;
}

.footer .container-fluid {
    max-width: 100%;
}

.footer-bottom-Payment {
    font-family: var(--poppins);

    font-size: 14px;
    line-height: 26px;
    color: var(--white);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-list h5 {
    font-weight: 600;
    font-size: 19px;
    padding: 10px 4px;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
}

.footer-list {
    padding-bottom: 20px;
}

.footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-list ul li {
    padding: 5px;
}

.footer .footer-list ul li a {
    color: #666;
    font-size: 16px;
    align-items: center;
    display: flex;
}

.footer .footer-list ul li a:hover {
    color: var(--burnt-orange);
}

.footer .footer-list ul.footer-list-contact li a:hover {
    color: #666;
}

/* .footer .footer-list:first-child ul li a:hover {
    color: #666;
} */
.footer-list ul.footer-social-link {
    padding-top: 20px;
    display: flex;
}

.product-row {
	display: grid;
    /* grid-template-columns: repeat(auto-fill,280px); */
    grid-template-columns: repeat(auto-fill,235px);
    justify-content: space-between;
    /* padding-right: 40px; */
}

.product-media img:first-child{
    height: 210px;
    margin-top: 25px;
}

.product-bundle-deal .product-media img:first-child {
    width: 80% !important;
    height: 250px;
    margin: 0 auto;
}
.product-bundle-deal .product-qty{
    zoom: 0.9;
    margin: 5px auto 0px;
}
.product-bundle-deal .product .product-details .product-name a {
    font-size: 12px;
    line-height: 18px;
}
.product-bundle-deal .product-wrap .product-details, .product .product-details{
    padding-top: 0.8rem;
}

.product-wrap {
    margin-bottom: 1rem;
    flex: 0 0 auto;
    max-width: 280px;
    margin: 0 0 20px;
}

@media (max-width: 991px) {
	.product-row {
		display: flex;
		justify-content: space-evenly;
	}
	.product-wrap {
        max-width: 250px;
    }
}

@media (max-width: 768px) {

    .product-bundle-deal .bundle-group .product-wrap{
        max-width: 125px !important;
        min-width: unset;
    }
    .product-bundle-deal .product-qty{
        zoom: 0.8;
    }

	.product-wrap {
        max-width: 210px;
		min-width: 180px;
    }
	
	.collection-list .main-content-filter-list p{
		gap: 5px;
	}
	
	.collection-list .main-content-filter-list p span{
		padding: 0px 10px;
	}
	
	.sticky-toolbox.fixed .main-content-filter-list{
		display: none;
	}
	.collection-list .toolbox-left{
		order: 1;
	}
	
	.collection-list .sticky-content.fix-top{
		top: 25px;;
	}
}

.py-4 {
    padding-left: 14px;
    padding-right: 14px;
}

@media (min-width: 2000px) {

    .sidebar-toggle-remain .toggle-remain {
        margin-left: 10px;
    }

    .sidebar-product_filter .sidebar-content {
        margin: 0 auto;
        max-width: 900px;
        width: 80%;
    }

    .product-wrap {
        margin: 0;
    }
}

@media (min-width: 991px) {
    .pl-md-7 {
        padding-left: 100px;
    }
}

.main-content-filter-list {
    width: calc(100% - 300px);
    display: flex;
    gap: 15px;
    align-items: center;
}

.main-content-filter-list p {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 10px;
    flex: 0 0 auto;
    max-width: calc(100% - 100px);
}

.main-content-filter-list p span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    border: 1px solid var(--black);
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 22px;
}

.main-content-filter-list span.clear-all {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    font-family: var(--poppins);
    padding: 3px 10px;
    border-radius: 30px;
    margin-right: 8px;
    text-transform: capitalize;
    cursor: pointer;
    flex: 0 0 auto;
    background-color: var(--dark-slate-blue);
    color: var(--white);
	display: inline-block;
}

.main-content-filter-list p span svg {
    cursor: pointer;
}

.filter-items a {
    font-size: 14px;

    line-height: unset;
    font-family: var(--poppins);

    line-height: 22px;
    text-transform: capitalize;
}

.items-found h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: unset;
    font-family: var(--poppins);
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 150x;
}

.sortOrderby-title {
    font-family: var(--poppins);

    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--ghost);
    border-radius: 8px;
    padding: 10px;
}

.sortOrderby-title span {
    /* margin-right: 10px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sortOrderbyMenu {
    padding: 10px;
    border-radius: 10px;
    min-width: 150px;
    width: max-content;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.sortOrderbyMenu ul li{
	white-space: nowrap;
    max-width: 180px;
    text-overflow: ellipsis;
}

.sortOrderbyMenu ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.sortOrderbyMenu a {
    border-radius: 8px;
    padding: 8px 15px;
}

.sortOrderbyMenu a.active, .sortOrderbyMenu a:hover {
    background-color: #e9ecef;
}

.sortOrderbyMenu a span {
    /* margin-right: 20px; */
    font-size: 14px;
    font-weight: 500;
    line-height: unset;
    font-family: var(--poppins);
    margin-left: 10px;
}

.sortOrderby-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sortOrderbyMenu a:hover span {
    color: #212529;
}

.collection-list .sidebar-content .filter-items > li:not(:last-child){
	border-bottom: unset;
}

.collection-list .sidebar-content .filter-actions .widget-title{
	border: unset;
    padding: unset;
}

.collection-list .sidebar-content .filter-items a{
	padding :0.6rem 0 0.6rem 28px;
}

.collection-list .sidebar-content .widget-body .show-more{
	font-weight:bold;
}

.collection-list .main-categoryBox{
	/* height: 150px; */
    overflow: hidden;
	padding: 0 150px 0 40px;
}
.collection-list .main-categoryBox .shopByCategoryBox{
	max-width: 150px;
    height: 140px;
	padding-top: 15px;
	
}
.collection-list .main-categoryBox .shopByCategoryBox h5{
	font-size: 16px;
    line-height: 20px;
	height: 20px;
}
.collection-list .main-categoryBox .shopByCategoryBox img{
	margin-top: 4%;
	width: 100px;
	display: initial;
}

.collection-list .main-categoryBox .owl-nav .owl-prev, .collection-list .main-categoryBox .owl-nav .owl-next{
	cursor: pointer;
    position: absolute;
    left: -15px;
    top: 45%;
    z-index: 1;
	width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #8b8c92;
    text-align: center;
    font-weight: 600;
	font-size: 30px;
    line-height: 35px;
	color:var(--white);
	transform: translateY(-50%);
}
.collection-list .main-categoryBox .owl-nav .owl-next{
	left: unset;
	right: -15px;
}

.collection-list .main-categoryBox .owl-stage{
	width: max-content !important;
    margin: auto;
}

.ui-widget.ui-widget-content{
    width: 450px !important;
}

.input-group {
    display: flex;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
}

.input-group .form-control{
    border: unset;
    text-align: left;
    padding-left: 10px;
}

.input-group-text {
    padding: 10px;
    background-color: #f1f1f1;
    border-right: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
    line-height: 20px;
}
.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.skeleton::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: shimmer 1.5s infinite;
}


@media (max-width: 480px) {
    .footer-bottom .container-fluid {
        flex-direction: column;
    }
	
	.product-media img:first-child{
        margin-top:0px;
    }

	.collection-list .product-wrap {
		max-width: 100% !important;
	}
	.collection-list .product {
		display: grid;
		grid-template-columns: 1fr 2fr;
		padding: 10px;
		border: 1px solid var(--ghost);
		border-radius: 10px;
        align-items: center;
	}
	.collection-list .product .product-media{
		border:unset;
		box-shadow: unset !important;
	}
	.collection-list .product .product-media img{
		height: 130px;
	}
	.collection-list .product .product-details .p-cart-action, 
    .collection-list .product .product-action .owl-carousel,
    .collection-list .product .product-label-group
    {
		display:none;
	}
    .collection-list .product .bundle-label, .collection-list .product .product-stack-MoreOpt{
        display: unset !important;
    }

    .main-content-filter-list p{
        max-width:calc(100% - 0px);
    }
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}


@media (min-width: 991px) {
	
	.collection-list .sidebar-content .filter-actions .filter-clean, .collection-list .sidebar-content .filter-actions .sidebar-toggle-btn{
		display:none;
	}

}
@media (max-width: 991px) {
	
	.collection-list .sidebar-content .filter-actions{
		padding-top: 15px;
	}
	
	.collection-list .main-categoryBox .owl-nav {
		display:none;
	}
	
	.collection-list .main-categoryBox{
		padding: 0 20px;
	}
	
	.collection-list .sidebar-content {
		width: 40rem;
	}
	
    .main-content-filter-list {
        width: calc(100% - 350px);
    }

    .main-content-product .toolbox .left-sidebar-toggle {
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto;
        gap: 15px;

        border: 1px solid var(--ghost);
        border-radius: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;

        font-size: 12px;

        line-height: 26px;
        font-family: var(--poppins);
        color: var(--dark-slate-blue);
		font-weight:unset;
    }

    .product-row {
        padding-right: 0px;
    }
}

@media (max-width: 768px) {

    .toolbox-item.btn-primary.btn-outline:active{
        background-color:unset !important;
    }   
	
	.collection-list .sticky-content-wrapper{
		height: auto !important;
		margin-bottom: 10px;
	}
	
    .main-content-filter-list {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
        flex-direction: column;
    }

    .sortOrderbyMenu {
        width: 100%;
        min-width: max-content;
    }

    .items-found h2 {
        font-size: 15px;
    }

    .main-content-filter-list p {
        flex: 1;
    }
	
	.main-content-product .sortOrderby-title{
		justify-content: space-evenly;
	}

    .main-content-product .toolbox .left-sidebar-toggle svg path{
		stroke:var(--dark-slate-blue);
	}
    .main-content-product .toolbox .left-sidebar-toggle {
        width: 48%;
        height: 50px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .toolbox-item label {
        display: none;
    }

    /* .main-content-product .toolbox .toolbox-sort .form-control {
        width: 100%;
        border: none;
    } */
    .sortOrderby {
        width: 48%;
    }

    .main-content-product .sortOrderby-title {
        width: 100%;
        height: 50px;
        border: 1px solid var(--ghost);
        border-radius: 10px;
    }

    .toolbox-left {
        width: 100%;
        justify-content: space-between;
    }
}

.customerReviews_product-img {
    width: 195px;
    height: 195px;
    border: 1px solid var(--light-grayish-blue);
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    background-size: contain;
}

.reviewsCom_img img,
.customerReviews_product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customerReviews_product-info p {
    font-family: var(--poppins);
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    color: var(--black-russian);
    max-width: 404px;
    padding: 0;
    margin: 20px 0 0;
}

.customerReviews_product-amount {
    display: flex;
    gap: 25px;
    align-items: center;
}

.customerReviews_product-amount span {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: var(--black-russian);
}

.customerReviews_product-amount u {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: var(--medium-slate-blue);
}

.customerReviews_product-amount small {
    background-color: var(--mediumSeaGreen);
    padding: 2px 8px;
    border-radius: 4px;
    color: var(--white);
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}

.reviewsComList-number {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.reviewsComList-number h4 {
    font-size: 16px;
    line-height: 26px;
    color: var(--medium-slate-blue);
	font-weight: unset;
}

.c-button-blue, .btn-dark {
    background-color: var(--dark-slate-blue);
    border: none;
    outline: none;
    padding: 10px 30px;
    color: var(--white);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    display: -moz-box;
    /* display: flex; */
    text-align: center;
    grid-gap: 15px;
    gap: 15px;
    cursor: pointer;
    -moz-box-align: center;
    align-items: center;
    justify-content: center;
}

.c-button-blue:hover, .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: var(--white);
	border-color: var(--burnt-orange);
    background-color: var(--burnt-orange);
}

.btn-dark.bg-orange{
	border-color: var(--burnt-orange);
    background-color: var(--burnt-orange);
    color: var(--white);
}

.btn-dark:disabled{
    background-color: var(--ghost);
}

.reviewsCom_img {
    overflow: hidden;
    background: var(--mediumSeaGreen);
    flex: 0 0 auto;
    width: 62px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
}

.reviewsCom_name {
    flex: 1;
}

.reviewsCom_name h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--black-russian);
    align-self: end;
}

.reviewsCom_name p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: var(--medium-slate-blue);
    align-self: start;
}

.reviewsCom_name p em {
    color: var(--black-russian);
}

.reviewsCom-head {
    display: flex;
    gap: 20px;
}

.reviewsCom-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reviewsCom-body p,
.reviewsCom-body ul {
    margin-bottom: 10px;

    font-size: 16px;
    line-height: 26px;
    color: var(--black-russian);
    max-height: 78px;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
}

.reviewsCom {
    display: grid;
    gap: 10px;
    margin-bottom: 30px;
}

.reviewsprogress h5 {
    font-family: Sora, sans-serif;
    color: var(--dark-slate-blue);
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.01em;
    opacity: 0.9;
    margin: 0 0 20px;
}

.reviewsprogress h2 {
    font-size: 16px;
    line-height: 26px;
    color: var(--black-russian);
}

.reviewsprogress .product-rating{
	display:flex;
	align-items: center;
    gap: 10px;
}

.reviewsprogress h2 span {
    color: var(--black-russian);
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    letter-spacing: -0.01em;
    display: inline;
    margin-right: 20px;
}

.reviewsstar {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 10px 15px;
    grid-gap: 15px;
    gap: 15px;
    background-color: #fbfbfb;
    border-radius: 8px;
    width: fit-content;
    font-size: 14px;
    line-height: 26px;
    color: var(--black-russian);
}

.reviewsprogressBar {
    max-width: 750px;
    width: 85%;
    width: 85%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reviewsprogressBar small {
    width: 30px;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    color: var(--medium-slate-blue);
}

.progressBar span,
.progressBar img {
    display: block;
    width: 10px;
}

.progressBar img {
    width: 15px;
}

.progressBar {
    display: flex;
    align-items: center;
    gap: 5px;
}

.progressBar * {
    flex: 0 0 auto;
}

.progressBar progress {
    flex: 1 1 auto;
    height: 10px;
    background-color: var(--light-grayish-blue);
    border-radius: 7px;
    accent-color: var(--mediumSeaGreen);
}

.progressBar progress::-webkit-progress-bar {
    background-color: var(--light-grayish-blue);
    border-radius: 7px;
}

.progressBar progress::-webkit-progress-value {
    background-color: var(--mediumSeaGreen);
    border-radius: 7px;
}

.progressBar progress::-moz-progress-bar {
    border-radius: 7px;
    background-color: var(--mediumSeaGreen);
}

.low_val progress {
    accent-color: var(--burnt-orange);
    border-radius: 7px;
}

.low_val progress::-webkit-progress-value {
    background-color: var(--burnt-orange);
    border-radius: 7px;
}

.low_val progress::-moz-progress-bar {
    background-color: var(--burnt-orange);
    border-radius: 7px;
}

@media (max-width: 992px) {
    .flex-column-reverse {
        flex-direction: column-reverse;
    }
}

@media (max-width: 568px) {
    .reviewsComList-number {
        flex-direction: column;
    }
}

.c-modal-form .modal-content {
    top: 40px !important;
    transform: translate(-50%, 0%);
    background-color: var(--white);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.c-form-input,
.c-form-textarea {
    border: 1px solid var(--ghost);
    background-color: transparent;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.c-form-textarea {
    height: 150px;
    resize: none;
}


.c-modal-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    text-align: left;
    border-bottom: 1px solid var(--ghost);
	padding-bottom: 5px;
}

.c-modal-header p {
    color: var(--medium-slate-blue);
	margin: unset;
}

.c-modal-close {
    font-size: 25px;
    font-weight: 600;
    border: none;
    padding: 0;
    background-color: transparent;
}

.c-button-Cancel, .btn-outline {
    padding: 10px 30px;
    color: var(--black-russian);
    background-color: transparent;
    border: 1px solid var(--medium-slate-blue);
    border-radius: 8px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus{
	border-color: var(--burnt-orange);
    background-color: var(--burnt-orange);
    color: var(--white);
}

.cart .favourite-btn:hover{
	border-color: var(--burnt-orange);
    background-color: var(--burnt-orange);
    color: var(--white);
}
.cart .favourite-btn svg path {
    stroke: var(--burnt-orange);
}
.cart .favourite-btn:hover svg path {
    stroke: var(--white);
}

.TermsAndConditions_SubTitle__xZ1NV {
    margin-top: 24px;
    font-family: Sora;

    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: var(--dark-slate-blue);
    margin-bottom: 10px;
    font-size: 34px;
}

.TermsAndConditions_Description__VhS2M {
    font-family: var(--poppins);

    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--medium-slate-blue);
}

/*  */
.headingTitle {
    font-family: Sora;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: var(--dark-slate-blue);
    opacity: 0.9;
    max-width: 234px;
    width: 100%;
    margin-bottom: 20px;
}

.description {
    font-size: 18px;
    line-height: 28px;
    color: var(--black-russian);
    width: 100%;
}

.brands-list .description {
    max-width: 282px;
    margin-bottom: 47px;
}

.text-center {
    text-align: center;
}

.brands-link {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.brands-link:hover {
    background-color: var(--light-grayish-blue);
}

/*  */
.newsletter-form,
.why-perromart {
    background-color: #ffeddd;
    padding-top: 39px;
    padding-bottom: 39px;
}

.why-perromart-docs img {
    width: 40px;
}

.why-perromart-docs h4 {
    font-family: Sora;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0;
}

.why-perromart-docs p {
    font-size: 12px;
    max-width: 216px;
    margin: 0;
}

.justify-content-center {
    justify-content: center;
}

.txt-title {
    line-height: 26px;
    color: var(--black-russian);
    opacity: 0.9;
    margin: 0;
}

.txt-detail {
    line-height: 26px;
    color: var(--black-russian);
    opacity: 0.9;
    font-size: 14px;
}

.txt-detail .read_more,
.txt-detail .read_less {
    color: var(--burnt-orange);
    cursor: pointer;
}

.txt-detail a:after {
    content: "|";
    margin-left: 7px;
}

.txt-detail a:last-child:after {
    content: "";
}

@media (min-width: 968px) {
    .why-perromart-docs h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .why-perromart-docs p {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    .why-perromart .col-md-4 {
        max-width: 300px;
    }

    .why-perromart .col-md-3 {
        max-width: 250px;
    }
}

@media (max-width: 1500px) {
    .why-perromart .headingTitle {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }

    .why-perromart-docs p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .why-perromart .col-xl-2,
    .why-perromart .col-xl-10 {
        max-width: 100%;
        flex: 0 0 auto;
    }

    .why-perromart-docs {
        text-align: center;
    }
}

.newsletter-form {
    margin-top: 50px;
    padding: 0;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.headingTitleForm {
    font-size: 30px;
    max-width: unset;
}

.headingTitleForm span {
    background-image: url(../images/newsletter_underline.png);
    display: inline-block;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 10px 0;
}

.newsletter-form-input {
    display: flex;
    gap: 15px;
    width: 100%;
}

.newsletter-form .description {
    max-width: 327px;
}

.newsletter-form .c-form-input {
    max-width: 520px;
    height: 50px;
}

.newsletter-blue-curve,
.newsletter-red-curve {
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter-form-input>div,
.newsletter-form>div:first-child {
    flex: 1;
}

.newsletter-form-input>div {
    max-width: 520px;
}

.newsletter-form>div:last-child {
    flex: 1 1 auto;
    max-width: max-content;
    max-height: max-content;
    width: 100%;
}

.cat_real {
    height: 300px;
    width: 28vw;
    object-fit: contain;
    object-position: bottom;
}

.newsletter-form-input .c-button-blue {
    flex: 0 0 auto;
}

@media (max-width: 1200px) {
    .newsletter-form-input {
        flex-direction: column;
    }

    .newsletter-form {
        flex-direction: column-reverse;
        gap: 0;
        margin: 40px -20px;
        padding: 30px;
    }

    .c-button-blue {
        width: 100%;
    }

    .cat_real {
        height: auto;
    }

    .headingTitleForm {
        text-align: center;
    }

    .newsletter-form .description {
        margin: auto;
        margin-bottom: 40px;
        text-align: center;
    }
}

@media (max-width: 993px) {

    .why-perromart-docs p,
    .description {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .headingTitle,
    .headingTitleForm,
    .headingTitle {
        text-align: center;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
    }
}

.ShopByCategory_ShopPetsNewBox img{
	width: 60px;
	margin-right: 20px;
	height: 70px;
	overflow: hidden;
	margin-top: 12px;
}

@media (max-width: 768px) {
	
	section .shopByCategorys .shopByCategory-title span{
		background-image:unset;
	}
	
	section .heading-title, section.product-wrapper .heading-title{
		font-size: 22px;
	}
	section.product-wrapper .shop_all, section .shopByCategorys .shop_all{
		font-size: 12px;
		margin-left: 14px;
	}
	
    .ShopByCategory_ShopPetsNewBox {
        height: 60px;
    }

    .ShopByCategory_name,
    .ShopByCategory_TextBox__KR96a {
        padding: 0 10px;
        align-items: center;
    }
	
	.ShopByCategory_ShopPetsNewBox img{
		margin-top: unset;
		object-fit: contain;
		object-position: center;
	}
	
	.ShopByCategory_ShopPetsNewBox .ShopByCategory_name{
		font-size: 12px!important;
		line-height: 20px!important;
	}

    .ShopByCategory_SHopFor {
        display: none;
    }
	
	.ShopByCategory_shopPetNameBoxMain{
		width:unset;
	}

    .order-5 {
        order: 5;
    }
    .exploreProducts .btn-outline {
		padding: 10px 14px;
		white-space: initial;
    }
    .shop-by-category .shopByCategoryMini .shopByCategoryBox, .shop-by-category .shopByCategoryBox {
		width: 87px!important;
		height: 160px;
		padding-top: 8px;
		padding-left: 6px;
    } 
    .shop-by-category .shopByCategoryBox {
		height: 130px;
    }
}

/* amount-card */
.card-wrapper {
    border: 1px solid var(--ghost);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.apply-coupon,
.card-heading, .apply-customer-wallet {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--black-russian);
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

.card-title span {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.cart-txt {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    line-height: 26px;
    color: var(--medium-slate-blue);
}

.progress-bar {
    width: 100%;
    height: 11px;
    background-color: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-fill {
    background-color: var(--mediumSeaGreen);
    width: 0%;
    height: 100%;
}

.apply-coupo {
    margin: 0;
}

.apply-coupon, .apply-customer-wallet {
    border: 1px solid var(--ghost);
    border-radius: 8px;
    cursor: pointer;
    padding: 10px;
}

.apply-coupon-text, .apply-wallet-text {
    display: flex;
    gap: 15px;
    align-items: center;
	font-size: 12px;
}

.apply-coupon-btn, .wallet-apply-btn {
    border-radius: 5px;
    font-size: 15px;
    padding: 3px 15px;
    border: 1px solid var(--dark-slate-blue);
    font-weight: 600;
    color: var(--white);
    background-color: var(--dark-slate-blue);
    cursor: pointer;
	text-transform: uppercase;
}

.cart .order-summary td small{
    font-weight: 400;
}

.product-voucher-wrap.mobile-view{
	display:none;
}
.product-voucher-wrap .coupon-name span, #product_voucher_modal .coupon-name span{
	font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    color: var(--electric-blue);
    padding-right: 5px;
}
.product-voucher-wrap.mobile-view .owl-stage{
	display: flex;
}
.product-voucher-wrap.mobile-view .card-wrapper{
	margin-bottom: unset;
    margin-right: 10px;
    width: 60vw;
	background: #FFF3E5;
    border: 1px solid var(--electric-blue);
	height: 100%;
}
.product-voucher-wrap.mobile-view .text-grey {
    color: var(--electric-blue) !important;
}

#product_voucher_modal .coupon-wrap .btn-outline{
	padding: 5px 15px;
    margin-top: 5px;
}

.card-tbl table tr td {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--medium-slate-blue);
    padding-bottom: 8px;
}

.u-account-content .card-tbl table tr td{
	font-weight: unset;
}

.u-account-content .order-total-summary .card-tbl table tr td{
	line-height: 16px;
}

.card-tbl table tr td:last-child {
    text-align: right;
}

.user-detail .card-tbl table tr td:last-child {
    text-align: unset;
}
.user-detail .card-tbl table tr th {
	font-weight: bold;
	vertical-align: initial;
	text-wrap: nowrap;
    padding-right: 15px;
    font-size: 16px;
	text-align: left;
}

.card-tbl table tr.total-saved td {
    padding-top: 1.5rem;
}

.card-tbl .amount-green {
    color: var(--mediumSeaGreen);
}

.card-tbl .amount-green .badge {
    color: var(--white);
    background: var(--mediumSeaGreen);
    border: unset;
    padding: 5px;
    font-size: 10px;
}

.cart .avail-stock{
	font-size:12px;
	white-space:nowrap;
}

.card-tbl table tr.total-amount td {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
    color: var(--black-russian);
	white-space: nowrap;
}

.checkout-btn {
	padding: 10px;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
}

.shop-amount-card-body label {
    font-weight: 500;
    display: flex;
    font-size: 14px;
    gap: 10px;
    color: var(--black-russian);
}

.shop-amount-card-body label input {
    margin: 0;
}

.cartItems_perropoints,
.shop-amount-card-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.shop-amount-card-form {
    padding: 0;
}

.cartItems_perropoints {
    padding: 20px;
    gap: 20px;
    background: #d1edf6;
    border-radius: 8px;
}

.cartItems_perropoints h4 {
    margin-bottom: 6px;
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: var(--black-russian);
}

.cartItems_perropoints p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    color: var(--black-russian);
}

.cartItems_perropoints p a {
    color: #0d6efd;
    font-size: 12px;
    line-height: 22px;
}

.tbl-tr {
    border: 1px solid var(--ghost);
    border-radius: 8px;
    margin: 0;
    margin-top: 10px;
    padding: 20px 10px;
}

.cart-table .product-img {
    border: 1px solid var(--ghost);
    padding: 5px;
    min-width: 80px;
    max-width: 120px;
    /* height: 110px; */
    margin-right: 10px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.cart-table .product-img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

/* .product-title h4,
.product-title h4 a {
    font-weight: 500;
    font-size: 14px;
    min-width: 240px;
    padding-right: 20px;
    line-height: 26px;
    color: var(--black-russia);
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    margin: 0;
} */

.cart-table .product-title a {
    font-size: 14px;
    /* min-width: 240px; */
    padding-right: 20px;
    line-height: 26px;
    color: var(--black-russia);
    height: 52px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    cursor: pointer;
    text-overflow: ellipsis;
    margin: 0;
}

.product-title p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.product-title p span.bundle-label, .product-details span.bundle-label, .product-bundle-deal span.bundle-label{
    background: var(--cinnamon-red);
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: var(--white);
    /* margin-top: 10px; */
    width: fit-content;
    margin-right: 5px;
    display: inline-block;
}

.minipopup-box .bundle-label, .owl-carousel .product .bundle-label, .collection-list .product .bundle-label, 
.owl-carousel .product .product-stack-MoreOpt, .collection-list .product .product-stack-MoreOpt{
    display: none;
}

.product-bundle-deal .bundle-group .product-wrap{
    max-width: 140px;
}

.product-bundle-deal .bundle-group .combo-plus{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50px;
}

.product-bundle-deal .product-media{
    height: unset !important;
}
.product-bundle-deal .product-media img{
    height: 140px !important;
}
.product-bundle-deal .bundle-group .product-name{
    padding-right: unset;
    height: unset !important;
}

.product-bundle-deal .bundle-group .slider-arrow img{
    display:none;
}
.product-bundle-deal .bundle-group .slider-arrow label {
    font-size: 28px;
    font-weight: bold;
    font-family: monospace;
    line-height: 0px;
    padding: 0px 5px;
}
.product-bundle-deal .bundle-group .bundle-heading{
    display: flex;
    justify-content: space-between;
}

.product-bundle-deal .product-name .free-label{
    border: 2px solid var(--mediumSeaGreen);
    padding: 1px 5px;
    margin-right: 5px;
    background: var(--mediumSeaGreen);
    line-height: 24px;
    color: white;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}

.product-single .product-details .productBT-label a{
    display: block;
}
.product-single .product-price{
    color: var(--black);
    display: flex;
    gap: 10px;
    justify-content: flex-start !important;
}

.product-title p .product-price {
    display: none;
}
.product-single .product-price span.product-stock-text {
    font-size: 14px;
    font-weight: 400;
    /* padding-left: 15px; */
    align-items: center;
    display: inline-flex;
    gap: 8px;
    letter-spacing: normal;
}
.product-single .product-price:has(.product-stock-text){
    flex-direction: column;
    align-items: start;
} 
.product-single .product-price span.product-stock-text:has(.txt-secondary){
    order: -1;
}
.product-single .product-price span.product-stock-text small, .product-single .product-price span.product-stock-text small b{
    font-style: italic;
}

.product-info {
    display: flex;
    gap: 15px;
}

.product-voucher-wrap{
	display: flex;
    align-items: baseline;
}

.product-voucher-wrap .mini-vouchers-wrapper{
	min-width: calc(100% - 245px );
    height: 1.375rem;
}

.product-voucher-wrap .mini-vouchers-wrapper .voucher-ticket{
	cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: rgb(240 149 41 / 28%);
    padding: 3px 7px;
    border: 0;
    white-space: nowrap;
    color: var(--electric-blue);
    font-weight: bold;
    width: max-content;
    padding: 5px 15px;
}

.mini-vouchers-wrapper .mini-vouchers{
	display: flex;
    gap: 15px;
}

.coupon-content .coupon-wrap, .product-voucher-wrap .coupon-wrap{
	display: flex;
    justify-content: space-between;
    align-items: center;
	color:var(--black);
}

.product-voucher-wrap .scrollable{
	max-height: 350px;
    overflow-y: scroll;
}
.coupon-wrap .coupon-claim .btn-outline{
	border-color: var(--electric-blue);
}
.coupon-wrap .coupon-claim .btn-outline.is_used{
	background: var(--electric-blue);
	color: var(--white);
}

.product-voucher-wrap .voucher-ticket:after, .product-voucher-wrap .voucher-ticket:before{
	content: "";
    width: 6px;
    height: calc(100% - 5px);
    position: absolute;
    top: 2.5px;
    background-image: radial-gradient(#fff 2px,transparent 0);
    background-size: 6px 6px;
    background-position-x: -6px;
}

.product-voucher-wrap .voucher-ticket:before {
    left: -3px;
}
.product-voucher-wrap .voucher-ticket:after {
    right: -3px;
}

.product-voucher-wrap .dropdown-box{
	max-width: 400px;
}
.product-voucher-wrap .dropdown-box .btn-outline{
	padding:10px 15px;
}
.product-voucher-wrap .heading-title{
	font-size: 18px;
    line-height: 30px;
}
.product-voucher-wrap .coupon-name{
	color: var(--black);
    font-size: 14px;
    font-weight: bold;
}

/* .cart-table .product-type {
    font-weight: 400;
    width: 100%;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid var(--ghost);
    border-radius: 8px;
    display: flex;
    padding: 10px;
    align-items: center;
    appearance: none;
    background-image: url(../images/arrow-d.svg);
    justify-content: space-between;
    background-repeat: no-repeat;
    background-position: center right 10px;
} */

.cart-table .product-type {
    margin-bottom: 5px;
	padding: 10px 5px;
	color: var(--black);
}

.product-type-dropdown {
    width: 100%;
}

.product-type-dropdown ul {
    list-style: none;
    padding: 0;
}

.product-qty {
    border: 1px solid var(--ghost);
    padding: 0 10px;
    -moz-box-align: center;
    align-items: center;
    max-width: 108%;
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    gap: 5px;
    justify-content: space-between;
    border-radius: 8px;
    height: 46px;
}

.product-qty * {
    flex: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-qty input {
    font-size: 20px;
    line-height: 36px;
    color: var(--black-russian);
}

.product-qty button {
    flex: 0 0 auto;
    width: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.cart .product-price span {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--black-russian);
}

.product-price u {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: line-through;
    color: var(--medium-slate-blue);
}

.tbl .tbl-head {
    padding: 0 20px;
}

.tbl-head span {
    color: var(--black);
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.cart.main {
    border: none;
}

.tbl span.txt-label {
	display:none;
    font-size: 12px;
	font-weight: 600;
}

.m-grid-tbl .product-img {
	max-width:120px;
}

.order-list.m-grid-tbl .order-items img{
	/* min-width: 40px; */
    max-width: 50px;
}
.order-list.m-grid-tbl .order-items{
	max-width:unset;
	overflow: hidden;
}

.m-grid-tbl .product-img img{
	border: 1px solid var(--ghost);
}

.pagination .page-link{
	width: 3.5rem;
    height: 3.5rem;
	border-radius: 5px;
}
.pagination .page-item.active > .page-link{
	color: var(--white);
    background: var(--dark-slate-blue);
}

.tbl-tr.product{
	font-size: initial;
    color: initial;
}

.productDetails-tag .tab-pane{
	color:unset;
}
.productDetails-tag{
	font-size: 16px;
}
.productDetails-tag.product-tabs .tab-content ul {
	list-style-type: inherit;
	padding-left: 1.2em;
}

@media (min-width: 1200px) {
    .apply-customer-wallet input, .apply-coupon input{
        width: 200px;
    }
}
@media (max-width: 992px) {
    .apply-customer-wallet input, .apply-coupon input{
        width: 200px;
    }
}
@media (max-width: 400px) {
    .apply-customer-wallet input, .apply-coupon input{
        width: auto;
    }
    .checkout-shipping-option.checkout-shipping-option.cart-shipping-container .ship-option-div label{
        padding-right:50px;
    }
}

@media (max-width: 1200px) {
    .cartItems_perropoints img {
        display: none;
    }
}

@media (max-width: 768px) {
	
	.product-voucher-wrap.mobile-view{
		display:initial;
	}
	
	.product-voucher-wrap.dropdown{
		display:none;
	}
	
	section .slider-arrow{
		/* display:none; */
		zoom: 0.7;
		padding-top: 5px;
	}
	
	.cart .ship-progress-info, .cart .u-continue-shopping{
		display: none;
	}
	
	.tbl span.txt-label {
		display:inline-block;
	}

    .tbl-head,
    .product-price-col {
        display: none;
    }
    .tbl.free-item .tbl-head {
        display: flex;
    }

    .cart-table .product-delete {
        position: absolute;
        right: 10px;
        background: white;
        padding-right: 30px;
    }

    .cart-table .product-img {
        padding: 5px;
        border: none;
        height: 120px;
        margin-bottom: -40px;
        /* width: 15%; */
    }

    .cart-table .product-img img {
        height: 100%;
        width: 100%;
        object-position: top center;
    }

    .product-type-qty {
        order: 3;
        padding-left: 20%;
        padding-top: 10px;
    }

    .product-title p .product-price {
        display: block;
        text-align: right;
    }

    .product-title h4,
    .product-title a {
        height: auto;
        text-overflow: unset;
        overflow: unset;
        min-width: unset;
        -webkit-line-clamp: unset;
    }

    .product-qty {
        max-width: 150px;
        margin-left: auto;
    }

    .product-title p span.product-btn {
        margin: 0;
    }
	
    .cart-item .item-qty-block{
        display: flex;
        flex-direction: row-reverse;
        gap: 25px;
    }
	
	.m-grid-tbl .tbl-tr {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}
	.m-grid-tbl .tbl-tr>div {
		max-width:unset;
		grid-column: span 1;
	}
	.tbl-tr .product-title {
		font-weight: 600;
	}
	.tbl-tr .product-img {
		grid-row: span 5 !important;
		grid-column: span 1 !important;
	}
	
	.tbl-tr .product-img img {
		min-width:unset !important;
		max-width:unset !important;
		width:100%;
		height:100%;
		object-fit:cover;
	}
	
	.order-list.m-grid-tbl .order-items{
		order: -1;
	}
	
	.order-list.m-grid-tbl .order-items ul{
		flex-wrap: wrap;
	}
	.order-list.m-grid-tbl .order-items ul li{
		max-width:40%;
	}
	
	.productDetailsAccodion .accordion-body{
		font-size: 14px;
		text-align: justify;
	}
    .cart-table .product-title a{
        font-size: 12px;
        line-height: 18px;
    }
}

@media (max-width: 568px) {
    /* .product-delete {
        padding: 0;
    } */

    .tbl-tr {
        padding: 10px 0;
    }

    .cart-table .product-img {
        min-width: 80px;
        margin: 0;
        margin-bottom: -40px;
        flex: 0 0 auto;
        width: 25%;
    }

    .shop-amount-card-form {
        padding: 0;
    }

    .product-title {
        flex: 1;
        max-width: 100%;
    }

    .product-info {
        gap: 5px;
    }

    .product-price span {
        font-size: 14px;
    }

    .product-type-qty {
        padding-left: 30%;
    }

    .product-title p span.product-btn {
        flex: 0 0 auto;
    }
}

/* header-cart */
.header-cart-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 0 20px; */
}

.cart-steps {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 50%;
}
.cart-steps .payment-fail{
    color: red;
    font-weight: bold;
    border: 1px solid red;
    background: #ffe2e2;
    padding: 10px 18px;
    font-size: 14px;
}

.cart-step {
    flex: 1;
    position: relative;
    max-width: 100%;
    text-align: center;
}

.track-order-itme .cart-step::after,
.cart-step::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--ghost);
    left: 0;
    top: 18px;
    translate: -50%;
    z-index: -1;
}

.track-order-itme .cart-step::after {
    translate: 0%;
    z-index: 0;
}

.track-order-itme .cart-step:last-child::after,
.track-order-itme .cart-step:first-child::after,
.cart-step:first-child::before {
    display: none;
}

.cart-step span {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    background-color: var(--ghost);
    cursor: auto;
    border: 4px solid var(--ghost);
    margin: 10px auto;
}

.cart-step small {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--ghost);
}

.cart-step.active span {
    background-color: var(--white);
    border: 4px solid var(--mediumSeaGreen);
}

.cart-step.active::before {
    background-color: var(--mediumSeaGreen);
}

.cart-step.active small {
    color: var(--black);
}

.badge{
	font-size: 12px;
    font-weight: unset;
    line-height: 22px;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #020612;
    letter-spacing: .5px;
}

@media (max-width: 992px) {
    .header-cart .header-cart-content {
        display: none;
    }
    .main-header {
        display: block !important;
    }
}

@media (max-width: 1023px) {
    .header .login .dropdown-box span {
        display: block;
    }
}

.cart-shipping-container {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.cart-shipping-container:not(:first-child) {
    margin-top: 20px;
}

.cart-shipping-container .ship-option-div {
    flex: 0 0 auto;
    margin-bottom: 5px;
}


.cart-shipping-container .ship-option-div label{
	border: 1px solid var(--ghost);
    border-radius: 6px;
    height: 120px;
    padding: 12px;
    margin: 0 5px;
    max-width: 270px;
	position:relative;
	min-width: 220px;
}

.cart-shipping-container .ship-option-div.disabled{
    cursor: not-allowed;
    background: #efefef;
    filter: grayscale(1);
    opacity: 0.7;
    border-radius: 5px;
}
.cart-shipping-container .ship-option-div.disabled .pre-order-txt{
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
.cart-shipping-container .ship-option-div.disabled label{
    pointer-events:none;
}
.cart-shipping-container .ship-option-div.disabled .not-allow{
    font-size: 12px;
    font-family: monospace;
    text-align: center;
    font-weight: bold;
}

.cart-item .row.product badge.pre-order{
    background: red;
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: var(--white);
    width: fit-content;
    margin-right: 5px;
    display: inline-block;
    margin-top: 20px;
    font-family: system-ui;
    white-space: nowrap;
}

.product-single badge.pre-order{
    background: red;
    border-radius: 4px;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: var(--white);
    width: fit-content;
    margin-right: 5px;
    font-family: system-ui;
    white-space: nowrap;
}

.cart-shipping-container .ship-option-div:nth-child(2) {
    flex: 1;
}

.cart-shipping-container img,
.cart-shipping-container svg {
    vertical-align: middle;
}

.cart-shipping-container span {
    display: block;

    color: var(--black);
}

.cart-shipping-container span b {
    font-weight: 700;
    color: var(--black);
}

.cart-shipping-container a {
    color: var(--electric-blue);
}

.tbl-tr .cart-shipping-container a {
    margin-right: 40px;
}

.empty_box, .empty_cart, .empty_favourite, .empty_orders {
    background-color: #ffe8aa;
    display: flex;
    gap: 50px;
    align-items: center;
	padding-left: 40px;
}

.empty_favourite, .empty_orders {
    background-color: #fddbcb;
    padding: 50px 0;
    padding-left: 60px;
}

.empty_favourite {
    padding-bottom: 0px;
}

.empty_box img {
    flex: 0 0 auto;
    width: 360px;
}

.empty_box.empty_orders img{
    width: 250px;
}

.empty_box h3 {
    font-family: Sora;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.01em;
    color: var(--black);
    margin-bottom: 20px;
}

.empty_box p {
    max-width: 360px;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .empty_box {
        flex-direction: column-reverse;
        padding: 20px;
        align-items: center;
        justify-content: center;
        text-align: center;
		padding-bottom: 0;
    }
    .empty_box.empty_orders{
        padding: 50px;
    }

    .empty_box h3 {
        text-align: center;
    }

    .empty_box p {
        text-align: center;
        margin: 0 auto 30px;
    }
	
	.empty_box .btn-dark {
		margin: 0 auto;
	}
}

.u-continue-shopping ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.u-continue-shopping ul a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.add-favourites {
    border: 1px solid var(--ghost);
    padding: 5px 15px;
    border-radius: 8px;
}

.addTip {
    background-color: var(--white-smoke);
    border-color: var(--white-smoke);
}

.addTip .cart-txt {
    justify-content: space-between;
    display: flex;
    gap: 10px;
}

.addTip .cart-txt * {
    flex: 1 1 auto;
    max-width: 60%;
}

.addTip .cart-txt small {
    text-align: right;
}

.addTip .cart-txt span {
    color: var(--medium-slate-blue);
}

.addTip ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin-top: 10px;

}

.addTip li {
    background-color: var(--white);
    padding: 5px 10px;
}

.addTip li.active {
    background-color: var(--cinnamon-red);
    border-color: var(--cinnamon-red);
    color: var(--white);
}

/*
.m-fixed-footer {
    flex: 0 0 auto;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: max-content;
    gap: 7px;
}
*/
.total-amount span {

    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    color: var(--black-russian);
}

.page-title {
    font-family: Sora;
    font-weight: 700;

    text-transform: unset;
    letter-spacing: -.01em;
    color: var(--dark-slate-blue);
    margin-top: 40px;
}

.section-heading{
	font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    font-family: Poppins;
    color: var(--dark-slate-blue);
}

@media (max-width:567px) {
	.section-heading{
		font-size: 22px;
		font-weight: 600;
		line-height: 33px;
		font-family: Poppins;
	}
}

@media (min-width:1200px) {
    .page-title {
        font-size: 56px;
        line-height: 70px;
    }
}

.page-title-small {
    font-size: 34px;
    line-height: 44px;
}

.page-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--medium-slate-blue);
    margin-bottom: 40px;
}

.OurBrands-alphaContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.OurBrands-alphaContainer ul li span {
    width: 37px;
    height: 37px;
    display: block;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid var(--medium-slate-blue);
    padding: 5px;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    color: var(--medium-slate-blue);
    text-align: center;
}

.OurBrands-alphaContainer ul li:hover span {

    background: var(--light-grayish-blue);
    color: var(--black);
}

.OurBrands-alphaContainer ul li.active span {
    background: #d1edf6;
    border: none;
    color: var(--medium-slate-blue);
}

.ourBrands-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, 235px);
    -moz-box-pack: justify;
    justify-content: space-between;
    margin-top: 72px;
    gap: 15px;
}

.ourBrands-logo {
    background: #fbfbfb;
    padding: 40px 14px 26px 15px;
    display: grid;
    margin-bottom: 2rem;
    height: 268px;
    border-radius: 36px;
    text-align: center;
    border: 1px solid var(--ghost);
}

.ourBrands-logo img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    max-width: 136px;
}

.ourBrands-logo p {

    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: unset;
	overflow: hidden;
}

@media (max-width:768px) {
    .OurBrands-alphaContainer ul {
        justify-content: start;
    }
}

@media (max-width:567px) {
    .ourBrands-logos {
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .ourBrands-logo {
        padding: 24px;
        text-align: center;
        height: auto;
        grid-gap: 30px;
        gap: 30px;
    }
}

/* shopByCategoryBox */
.shopByCategoryBox {
    background: var(--light-grayish-blue);
    width: 195px;
    height: 300px;
    padding-top: 30px;
    overflow: hidden;
    text-align: center;
}


.shopByCategoryBox:hover {
    background: #fbfbfb;
}


.shopByCategoryBox h5 {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--black-russian);
    margin-bottom: 0;
    height: 40px;
}

.shopByCategoryBox img {
    margin-top: 15%;
}
.shopByCategorys .shopByCategoryBox img {
    margin-top: 5%;
}

.arrow-left-right_enabled_disabled {
    text-align: right;
    display: flex;
    justify-content: end;
}

.arrow-left-right_enabled_disabled span {
    display: inline-flex;
    cursor: pointer;
    margin: auto 5px;
}

.shopByCategoryMini,
.shopByCategorys {
    padding: 30px 0;
    margin-top: 70px;
}

.shopByCategoryMini,
.shopByCategory {
    gap: 15px;
    margin-top: 20px;
}

.shopByCategoryMini {
    /* padding: 20px 15%; */
    margin: auto 5%;
}

.shopByCategory-title span,
.shopByCategory-title {
    margin-bottom: 30px;
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -.01em;
    color: var(--dark-slate-blue);
    margin: 0;
    opacity: .9;
}

.shopByCategory-title span {
    display: inline-flex;
    background-image: url(../images/category/underline.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.shop-all-products {
    font-size: 18px;
    line-height: 28px;
    color: var(--medium-slate-blue);
    opacity: .9;
    flex: 0 0 auto;
    margin-left: 40px;
}

.shopByCategory-head {
    display: flex;
    align-items: center;
    justify-content: start;
}

.featuredCollections_Img {
    display: flex;
    width: 404px;
    min-height: 603px;

    height: 100%;
}

.featuredCollections_Img img {
    width: 24vw;
    margin: auto 20px;
    max-width: unset;
    object-fit: contain;
    max-height: 100%;
}

.featuredCollections_Tex {
    height: max-content;
}

.explore_txt h4 {
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 150%;
    color: var(--black-russian);
    max-width: 256px;

}

.exploreProducts {
    gap: 24px;
}

.explore_txt {
    height: auto;
}

.exploreProducts.explore-right{
	flex-direction: row-reverse;
}

.explore-right .explore_txt {
    margin-top: auto;
    margin-left: auto;
}

.shop-by-category .main-content-wrap .owl-stage{
	width: max-content !important;
	margin: auto;
}

.product-bundle-deal .bundle-group .left-slider{
    max-width: 60%;
    width: max-content;
}

.product-bundle-deal .bundle-group .left-slider.fullwidth{
    max-width: 100%;
}
.product-bundle-deal .bundle-group .right-slider{
    max-width: 35%;
    width: max-content;
}

.product-bundle-deal .bundle-free-count {
    right: -5px;
    top: -8px;
    z-index: 15;
    padding: 10px;
    font-size: 10px;
    display:none;
    background-color: var(--mediumSeaGreen);
}
.product-bundle-deal .bundle-group .sold-out-screen span{
    zoom: 0.7;
}
.product-bundle-deal .bundle-group .bundle-fg-sold-out{
    font-size: 1.2rem;
    text-align: center;
    color: red;
    font-weight: bold;
}

.product-bundle-deal .bundle-label{
    cursor: pointer;
}

.product-bundle-deal .bundle-label.active{
    border: 4px double var(--white);
}


.shop-by-category .owl-stage .owl-item, .product-bundle-deal .owl-stage .owl-item, .owl-carousel .owl-stage{
	width: max-content !important;
}

.cart-freeGift-modify{
    color: var(--electric-blue) !important;
    font-weight: bold;
    font-size: 16px !important;
    /* animation: fa-blink 1s linear infinite; */
    /* --borderWidth: 3px; */
}
/* 
.cart-freeGift-modify:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  } */

@media (max-width:1500px) {
    .featuredCollections_Img {

        width: auto;
        height: 322px;
        min-height: unset;
        padding: 10px;

    }

    .explore_txt-right {
        text-align: right;
    }

    .explore_txt h4 {
        width: 100%;
        font-size: 35px;
        max-width: 296px;
    }
}

@media (min-width:993px) {
    .shopByCategory .shopByCategoryBox {
        height: 280px;
    }
	
	.product-detail .productDetailsAccodion, .product-single-carousel .owl-dots{
		display:none;
	}
}

@media (max-width:993px) {
	
	.product-detail .product-thumbs-wrap{
		display:none;
	}
	
	.product-detail .productDetails-tag{
		display:none;
	}
	.product-detail .productDetailsAccodion{
		display:block;
	}
	
    .exploreProducts {
        flex-direction: column;
    }
    .exploreProducts.explore-right {
        flex-direction: column-reverse;
    }

    .page-title-small {
        text-align: left;
        font-size: 22px;
        line-height: 30px;
    }

    .featuredCollections_Img {
        height: 200px;
    }

    .featuredCollections_Img img {
        margin: auto;
        width: 80%;
    }

    .shopByCategoryMini,
    .shopByCategorys {
        margin-top: 30px;
    }

    .shopByCategoryMini {
        padding: 15px;
        margin: auto;
    }

    .shopByCategory-title span,
    .shopByCategory-title {

        font-size: 22px;
        line-height: 1.2;
    }

    .arrow-left-right_enabled_disabled {
        display: none;
    }

    .shop-all-products {

        font-size: 12px;
        margin-left: 12px;
    }

	.collection-list .main-categoryBox .shopByCategoryBox {
        width: 115px;
        height: 125px;
    }

    .shopByCategoryBox h5 {
        height: 40px;
		font-size: 12px;
		line-height: 16px;
    }

}

@media (max-width:768px) {

    .product-bundle-deal .bundle-group{
        flex-direction: column;
        align-items: center;
    }
    .product-bundle-deal .bundle-group .left-slider, .product-bundle-deal .bundle-group .right-slider{
        max-width:100%;
    }

    .mfp-product .mfp-container{
        padding: 3rem 1rem 2rem;
    }
    
    
    .product-bundle-deal .owl-stage .owl-item{
        /* width: auto !important; */
    }
	
	.collection-list .sortOrderby-title *{
		font-size: 12px;
		color: var(--dark-slate-blue);
	}
	
    .page-title-small {
        text-align: left !important;
    }

    .explore_txt h4 {
        font-size: 25px;
    }

    .exploreProducts .c-button-Cancel {
        padding: 10px 20px;
    }
}

.aboutUs-img-grid {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.aboutUs-img-grid img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aboutUs-img-grid img:first-child {
    grid-column: 1;
    grid-row: 1/4;
}

.aboutUs-img-grid img:nth-child(3) {
    grid-column: 3;
    grid-row: 1/3;
}

.aboutUs-img-grid img:nth-child(4) {
    grid-column: 2;
    grid-row: 2/4;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.aboutUs-peromart_logo {
    text-align: center;
}

.aboutUs-item {
    border: 1px solid var(--light-grayish-blue);
    border-radius: 8px;
    height: 100%;
    padding: 1.5rem 2rem;
}

.aboutUs-item h3 {
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 10px;
}

.aboutUs-item-1 h3 {
    color: #ffca38;
}

.aboutUs-item-2 h3 {
    color: #0031c0;
}

.aboutUs-item-3 h3 {
    color: #f09529;
}

.aboutUs-item h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: var(--black-russian);
    margin-bottom: 10px;
}

.aboutUs-item p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--medium-slate-blue);
}

.aboutUs-puppiesContainer {
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
}

.aboutUs-puppiesContainer img {
    max-width: 100%;
}

.aboutUs-puppiesContainer img:nth-child(1) {
    display: none;
}

.about-commitment {
    background-color: #ffeddd;
    padding: 15% 0 10%;
    margin-top: -11%;
}

.about-headingTitle {
    max-width: 300px;
}

.about-commitment .about-headingTitle {
    max-width: 343px;
}

.page-info-about {

    font-size: 16px;
    line-height: 26px;
    color: var(--black-russian);
	text-align: justify;
}

.about-commitment img {
    width: 300px;
    height: 280px;
    display: block;
    margin-left: auto;
}

.CustomerSatisfaction {
    margin-bottom: 20px;
    display: grid;
    gap: 15px;
    grid-template-columns: 35% 60%;
}

.CustomerSatisfaction img {
    width: 100%;
    max-width: 394px;
    grid-column: 1;
    height: 100%;
    height: 243px;
}

.CustomerSatisfaction img:nth-child(3) {
    grid-column: 2/3;
    grid-row: 1/3;
    /* max-width: 100%; */
    height: 500px;
}

.instagram-info-about span,
.instagram-info-about {
    font-weight: 600;
    color: var(--black-russian);
    font-size: 22px;
    line-height: 30px;
    margin: 0;
}

.followInstagram {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.followInstagramDocs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.followInstagramDocs .about-headingTitle {
    max-width: 100%;
}

.followInstagramDocs img {
    width: 100%;
    height: 100%;
    max-height: 300px;
}

.featured-logo {
    width: 195px;
    height: 195px;
    padding: 2rem;
    border: 1px solid var(--ghost);
    border-radius: 0.5rem;
}

.featureds-logo {
    gap: 10px;
}

.featured-logo a {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

@media (max-width:1200px) {
    .customerSatisfactionTitle {
        max-width: 100%;
    }

    .instagram-info-about span,
    .instagram-info-about {
        font-size: 17px;
        line-height: 26px;
    }
}

@media (max-width:993px) {
    .about-commitment img {
        width: 100%;
        height: 100%;
    }

    .followInstagram {
        grid-template-columns: repeat(2, 1fr);
    }

    .CustomerSatisfaction img:nth-child(3) {
        grid-column: unset;
        grid-row: unset;
        height: 100%;
    }

    .CustomerSatisfaction img {
        max-width: 100%;
        height: 100%;
    }

    .CustomerSatisfaction {
        margin-bottom: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .about-headingTitle {
        line-height: normal;
        text-align: left;
    }
}

@media (max-width:768px) {
    .aboutUs-puppiesContainer {
        position: relative;
        padding: 0;
    }

    .aboutUs-puppiesContainer::after {
        content: '';
        background-color: #ffeddd;
        width: calc(100% + 40px);
        height: 50%;
        position: absolute;
        bottom: 0;
        z-index: -1;
        left: -20px;
    }

    .price-puppiesContainer::after {
        display: none;
    }

    .price-puppiesContainer {
        width: calc(100% + 40px);
        left: -20px;
    }

    .aboutUs-puppiesContainer img:nth-child(1) {
        display: block;
    }

    .aboutUs-puppiesContainer img:nth-child(2) {
        display: none;
    }

    .aboutUs-item {
        margin-bottom: 15px;
        height: auto;
    }

    .aboutUs-peromart_logo {
        text-align: left;
    }
}



@media (max-width: 479px) {
	
	.collection-list .sidebar-content{
		width:100%;
	}

    .price-puppiesContainer,
    .aboutUs-puppiesContainer::after {
        width: calc(100% + 30px);
        left: -15px;
    }
}

@media (min-width: 1400px) {

    .container {
        max-width: 100%;
        padding: 0 7%;
    }

    .footer .container, .middle-section .container {
        padding: 0 20px;
    }
}

.services-sub-title {

    font-family: Sora;
    font-weight: 700;
    font-size: 34px;
    line-height: 44px;
    color: rgba(0, 0, 0, .85);
}

.services-sub {
    width: 100%;
    height: 100%;
    border: 1px solid var(--ghost);
    padding: 15px;
    border-radius: 0.5rem;
}

.services-sub svg {
    vertical-align: middle;
}

.services-sub h4 {
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.01em;
    margin-bottom: 7px;
    color: var(--dark-slate-blue);
}

.services-sub p {
    margin-bottom: 9px;
}

.services-sub a {
    overflow: hidden;
}

.services-sub p,
.services-sub a {
    display: flex;
    gap: 5px;
    align-items: start;
}

.services-sub p svg {
    flex: 0 0 auto;
}

.services-sub p span {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

.services-sub a span {
    color: var(--electric-blue);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.services-sub-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 351px);
    grid-gap: 2.25rem;
    gap: 2.25rem;
}

.online-services-sub {
    background-color: #ffe8aa;
    border: unset;
}

.petservices-info-list {
    display: flex;
    gap: 2px;
}

.petservices-info-list .nav-item {
    margin: 0 !important;
}

.petservices-info {
    width: 365px;
    height: 100%;
    padding: 14px 18px 20px 25px !important;
    margin-bottom: 2px;
    cursor: pointer;
    display: flex;
    gap: 10px;
    background-color: var(--light-grayish-blue) !important;
}

.petservices-info.active {
    background-color: #d1edf6 !important;
}

.petservices-info h4 {
    font-family: Sora;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin-bottom: unset;
    color: var(--dark-slate-blue);
}

.petservices-info p {

    font-size: 16px;
    text-align: left;
    line-height: 26px;
    margin-bottom: unset;
    color: var(--medium-slate-blue);
}

.petservices-info-img img {
    width: 100%;

    height: 398px;
}

@media (max-width:993px) {
    .petservices-info-list {
        flex-direction: column;
    }

    .petservices-info-img img {
        height: unset;
    }

    .petservices-info {
        width: 100%;
    }
}

.track-order-input {
    display: flex;
    gap: 15px;
}

.track-order-input input {
    width: 211px;
}

.track-order-title {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: var(--dark-slate-blue);
}

.track-order-itme {
    border: 1px solid var(--ghost);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 12px;
    padding: 10px 10px 26px;
}

.track-order-itme-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.track-order-itme-header p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-russian);
    margin: 0;
}

.track-order-itme .cart-steps {
    width: 100%;
}

.track-order-itme .cart-step.active span,
.track-order-itme .cart-step.active::after,
.track-order-itme .cart-step.active::before {
    background-color: var(--mediumSeaGreen);
}

b {
    font-weight: 600;
}

@media (max-width:993px) {
    .track-order-itme .cart-step small {
        font-size: 12px;
    }

    .track-order span {
        font-size: 30px;
        line-height: normal;
    }

    .track-order img {
        height: auto;
		width: 100%;
    }
}

.contact-us .page-title {
    margin: 0;
}

.contact-us h5 {

    font-weight: 500;
    font-size: 28px;
    color: var(--medium-slate-blue);
    margin-top: 24px;
    margin-bottom: 0;

}

.contact-us b {

    font-family: Sora;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    color: var(--black-russian);
}

.contact-us a,
.contact-us p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: var(--black-russian);
    margin-bottom: 0px;
}

.contact-us a {
    margin: 0;

}

.contact-us a.contactEmail {
    color: var(--electric-blue);
}

.price-puppiesContainer img {
    width: 100%;
}

.price-commitment {
    margin-top: -14%;
    padding-bottom: 40px;
}

@media (max-width:993px) {
    .price-commitment {
        margin-top: -11%;
    }
}

.price-commitment img {
    width: 233px;
    height: unset;
    margin-right: auto;
}

svg {
    vertical-align: middle;
}

.price-title {
    padding: 10px;
    margin-bottom: unset;
    font-family: Sora;
    font-weight: 700;
    font-size: 40px;
    line-height: 70px;
    letter-spacing: -.01em;
    color: var(--dark-slate-blue);
}

.price-title svg {
    margin-left: 20px;
}

.priceMatchGuarantee {
    padding-top: 56px;
    padding-bottom: 30px;
    background-color: #ffeddd;
}

.priceMatchGuaranteeCol {
    border: 1px solid var(--ghost);
    border-radius: 8px;
    padding: 30px 40px;
    width: 100%;
    height: 100%;
}

.priceMatchGuaranteeRow {
    display: grid;
    grid-template-columns: repeat(auto-fill, 351px);
    gap: 15px;
}

.priceMatchGuarantee-title {
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 70px;
    letter-spacing: -.01em;
    margin-bottom: 42px;
    text-align: center;
    color: var(--medium-slate-blue);
}

.priceMatchGuaranteeCol h4 {
    font-family: Sora;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 32px;
    letter-spacing: -.01em;
}

.priceMatchGuaranteeCol p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: unset;
    color: var(--medium-slate-blue);
}

.priceMatchGuarantee_ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width:1200px) {
    .priceMatchGuaranteeRow {
        grid-template-columns: repeat(auto-fit, minmax(351px, 1fr));
    }
}

@media (max-width:993px) {
    .priceMatchGuarantee-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .priceMatchGuarantee_ul li {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .price-title svg {
        margin-left: 10px;
    }

    .priceMatchGuaranteeCol {
        padding: 15px 20px;
    }

    .price-title {
        font-size: 24px;
        line-height: 32px;
    }

    .priceMatchGuaranteeCol h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
    }
}

/* dashboard */
.userAccountManu {
    width: 100%;
    padding: 30px 10px;
    margin-top: 30px;
    max-width: 300px;
}

.u-account-container {
    max-width: 1500px;
    margin: auto;
}
.u-left-sidebar{
	max-width: 350px;
}

.userAccountManu li a {
    width: 100%;
    display: block;
}

.u-content-heading{
	margin-bottom:10px;
}
.u-content-heading h2, .u-content-heading h2 .txt-ghost {
    font-family: Sora;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

.u-content-heading .highlight-txt, .cart .highlight-txt{
    font-weight: bold;
    color: var(--blue);
    font-size: medium;
    animation: fa-blink 1.5s linear infinite;
}
.u-content-heading .highlight-txt:hover, .cart .highlight-txt:hover{
    animation:unset;
}
.u-content-heading .highlight-txt a, .cart .highlight-txt a{
    color: var(--dark-slate-blue);
}

.txt-blue {
    color: var(--electric-blue);
}
.txt-success {
    color: var(--success);
}
.txt-secondary {
    color: var(--secondary);
}

.card-box {
    padding: 50px 30px;
    max-width: 880px;
    justify-content: space-evenly;
    align-items: center;
}

.card-box h3 {
    text-align: left;
}

.card-box img {
    width: 235px;
}

.u-dashboard .user-dp, .u-profile .user-dp {
	width: 60px;
    height: 60px;
    font-size: 24px;
}

.u-dashboard label, .u-profile label{
	font-family: Sora;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
	color: var(--medium-slate-blue);
}
.u-dashboard .u-profile-detail label, .u-profile .u-profile-detail label{
	margin: unset;
    min-width: 30%;
    line-height: 40px;
}

.u-profile-detail .u-address-txt label{
	display: block;
	line-height:12px;
}
.u-profile-detail .u-address-txt input, #frmProfile .u-notification input{
	width: 20px;
    height: 20px;
}
.u-profile-detail .u-address-txt small{
	font-style: italic;
	padding-right:5px;
}

.u-profile-detail .u-address-action{
	width: 50px;
    white-space: nowrap;
}

.sticky-footer .u-action-btn{
	display:none;
}

.sticky-footer .u-action-btn button {
    width: 50%;
    margin: unset !important;
}

.password-accuracy{
	margin-top:5px;
}
.password-accuracy span{
	border: 1px solid var(--medium-slate-blue);
    border-radius: 10px;
    padding: 2px 5px;
    font-size: 10px;
    margin-right: 2px;
    color: var(--medium-slate-blue);
    display: inline-block;
}
.password-accuracy span.checked{
	background: var(--mediumSeaGreen);
    color: var(--white);
    border-color: var(--mediumSeaGreen);
}

.pwd-eye-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    font-size: 14px;
	color:var(--medium-slate-blue);
}

.verify-otp:not(.otp-group-field) .input-field{
	display: flex;
    justify-content: space-evenly;
}

.verify-otp .input-field input, .otp-group-field .input-field input {
    height: 60px;
    width: 50px;
    border-radius: 6px;
    outline: none;
    font-size: 18px;
    text-align: center;
    border: 1px solid var(--gainsboro);
	font-weight: bold;
}

.u-resend-timer{
	border: 1px solid var(--medium-slate-blue);
    display: inline-block;
    padding: 2px 20px;
    font-size: 13px;
    border-radius: 10px;
    color: var(--medium-slate-blue);
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: auto;
}
.u-resend-timer.u-resend-otp{
	background: var(--cinnamon-red);
    border-color: var(--cinnamon-red);
    color: var(--white);
}

.contact-section.u-signup .country-code, .tab-content #signup-section .country-code, #frmAddress .country-code{
    position: absolute;
    font-size: 1.4rem;
    /* background: var(--gainsboro); */
    padding: 9px 5px 7px 15px;
    border-radius: 5px 0 0 5px;
    color: var(--black-russian);
}
.modal #signup-section .country-code{
    padding: 8px 8px;
}

@media (max-width:420px) {
    .verify-otp .input-field input, .otp-group-field .input-field input {
        height: 40px;
        width: 35px;
        font-size: 16px;
    }
}
@media (max-width:768px) {
	.u-profile-update-div .u-action-btn, .u-address-div .u-action-btn{
		display:none;
	}

	.u-account-content .sticky-footer .u-action-btn {
		display: flex;
		gap: 10px;
	}
	
	.auth_left_img h2{
		font-size: 30px;
	}
}

@media (max-width:993px) {
	
    .card-box {
        min-width: 100%;
    }

    .card-box h3 {
        text-align: center;
    }

    .userAccountManu {
        display: none;
    }
}

#voucher_code_modal .modal-header h4{
	color: var(--dark-slate-blue);
}

.v-coupon-txt .v-discount-txt{
    
}
.v-coupon-txt .vCode-delete.badge, .order-summary .walletAmt-remove.badge{
    padding: 3px 10px;
    background: red;
    border: unset;
    color: white;
    font-weight: bold;
    cursor: pointer;
    vertical-align: text-bottom;
}

.coupon-content .card-wrapper .v-heading{
	font-weight: bold;
    font-size: 20px;
    color: var(--electric-blue);
}
.coupon-content .card-wrapper.active{
	/* border: 2px solid var(--black-russian); */
	border: unset;
	background: var(--light-grayish-blue);
}
.coupon-content .card-wrapper{
	padding: 12px 20px;
}
.coupon-content .card-wrapper .btn-outline{
	border-color: var(--dark-slate-blue);
}

.coupon-content .card-wrapper.active .btn-outline{
	background: var(--dark-slate-blue);
	color: var(--white);
}

.u-reward table th, .u-page-module table th{
	font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    font-family: Sora;
    font-style: normal;
    color: var(--ghost);
    margin: 10px 10px 20px;
    text-align: left;
}

.u-reward table td{
	font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: Poppins;
    font-style: normal;
    color: var(--black);
}

.u-membership-banner{
	max-width: 386px;
    width: 100%;
    height: 190px;
    background-color: #ffe8aa;
    background-image: url(../images/membership-banner-pet.png),url(../images/linesBannerAccounts.webp);
    border-radius: 10px;
    background-size: 45%,contain;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 24px 5px 24px 24px;
    /* margin: 10px 50px 10px 0; */
}

.u-membership-description{
	padding-left: 35px;
}

.u-membership-banner .u-name, .u-membership-banner .u-memberType{
	font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    font-family: Sora;
    font-style: normal;
    letter-spacing: -.01em;
    color: var(--black);
}

.u-membership-banner .u-type-desc{
	font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    font-family: Sora;
    color: var(--black);
}

.u-membership-banner .u-valid-till{
	font-size: 10px;
    font-weight: 400;
    line-height: 28px;
    font-family: Poppins;
    color: var(--gray);
}

.u-point-blueText{
	font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    font-family: Sora;
    color: var(--blue);
}
.u-point-blueText span{
	font-weight: 600;
}

.sidebar-content .sidebar-toggle-btn.btn-dark{
	min-width: 90px;
}

.scroll-top{
	bottom: 120px;
}

.MainDiv404 {
	background: #ffdbcb;
	padding-left: 20px;
	gap: 0;
	width: 100%;
    margin-top: 70px;
}

.MainDiv404 .right-side {
	padding: 10%;
	display: flex;
    flex-direction: column;
    gap: 25px;
}

.MainDiv404 .right-side p {
	font-size: 16px;
	line-height: 26px;
	color: var(--black);
}

.MainDiv404 .right-side button {
	border-radius: 30px;
    font-size: 20px;
    width: 150px;
}

.MainDiv404 .right-side input{
	border-color: #000000;
    border-radius: 5px;
    padding: 18px;
    width: 350px;
}

.sticky-footer.fix-bottom .wishlist-btn .btn-outline{
	border-color: var(--black);
	padding:10px 0;
}

.product .btn-wishlist.added svg path{
	fill: red;
    stroke: red;
}

.sticky-footer.fix-bottom .wishlist-btn{
	width:20%;
}
.sticky-footer.fix-bottom .cart-btn{
	width:80%;
}

main.cart .sticky-footer.fix-bottom .cart-btn{
	flex: 1;
    padding: 0 5%;
}

.sticky-footer.fix-bottom{
	position: fixed;
	left: 0px;
	right: 0px;
	opacity: 1;
	background:var(--white);
	
	
	display: flex;
	gap: 5px;
	padding: 5px 10px;
	align-items: self-end;
	display:none;
}
.sticky-content.fixed.fix-bottom{
	animation:unset;
}

.cu-whatsapp{
    width: 80px;
    height: 80px;
    z-index: 999999;
    position: fixed;
    bottom: 0;
    right: 0;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: bounce;
}

.cu-whatsapp a{
    background: #25d366;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fa-blink {
    0% { opacity: 1; }
    70% { opacity: 0.5; }
    100% { opacity: 0; }
}
.fa-blink {
  animation: fa-blink 1s linear infinite;
}

@keyframes bounce {
    0%,100%,20%,53%,80% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        animation-timing-function: cubic-bezier(.755,.050,.855,.060);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}


.productDetails-deal{
    color: #020612;
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px!important;
}

.productDetails-bundle{
    border-radius: 4px;
    padding: 10px 14px;
    height: fit-content;
    position: relative;
    background-color: #d1edf6;
    width: 245px;
}
.productDetails-bundle.remaining{
    background-color: #ffeddd;
}
.productDetails-deal .close-icon{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.productDetails-deal h5{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 1rem;
}
.productDetails-deal p{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}
.productDetails-bundle.remaining p, .productDetails-bundle.abs-discount p{
    margin-bottom: 5px;
}
.productDetails-deal p.warningTxt{
    font-size: 12px;
    font-weight: unset;
    line-height: 22px;
    color: #f09529;
}


.productDetails-bundle.abs-discount p:last-child:not(.warningTxt){
    font-weight: bold;
}

.product .product-label-group{
    left: 1rem;
    top: 0rem;
    max-width: unset;
}
.product .product-label.bundle-label{
    text-transform: CAPITALIZE;
    max-width: 21ch;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: var(--cinnamon-red);
    border-radius: 37px;
    padding: 2px 12px;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    height: fit-content;
}

.freeGift-popup{
    margin-top: 15px;
    /* padding: 15px; */
}
.freeGift-popup h1{
    font-size: 24px;
    margin: 0;
}
.freeGift-popup .freeGift-availText{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: Sora;
    color: #f09529;
    margin-top: 15px;
}

.freeGift-popup .heading-title{
    font-size: 24px;
}

.freeGift-popup .heading{
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    background: var(--dark-slate-blue);
    color: var(--white);
    height: 50px;
    align-items: center;
    white-space: nowrap;
}
.freeGift-popup .heading img{
    filter: invert(1);
}
.freeGift-popup .heading .head-txt{
    font-size: 24px;
    font-family: monospace;

    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.freeGift-popup .row{
    margin: unset;
}

.mfp-product .freeGift-popup .product{
    padding: 0;
}

@media screen and (max-width: 768px){
    

    .freeGift-popup .action-btn{
        text-align: center !important;
    }
    .freeGift-popup{
        /* padding: 1.3rem !important; */
    }

    .freeGift-popup .heading .head-txt{
        font-size: 20px;
    }

	main.cart .sticky-footer, main .u-account-content .sticky-footer{
		display:flex;
		align-items: center;
	}

    .product-bundle-deal .d-flex{
        flex-direction: column;
    }
}

@media screen and (max-width: 480px){
    /* .productDetails-bundle {
        width: 180px;
    } */
    .productDetails-bundle.remaining {
        width: 237px;
    }
    .productDetails-deal h5{
        font-size: 16px;
        margin: 0;
    }
    .productDetails-deal p{
        margin: 0;
    }

	.product.product-single .vpg-cart{
		display:none;
	}
	.sticky-footer.fix-bottom{
		display:flex;
	}

	.sticky-footer > *{
		flex: auto;
	}

	.sticky-footer .total-amount{
		flex: unset;
	}
}

@media (max-width:992px) {
	.MainDiv404 h2, .MainDiv404 p{
		text-align:center;
	}
	
	.MainDiv404 form div {
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.MainDiv404 .right-side {
		align-items: center;
		padding: 5%;
	}
}

@keyframes fa-blink {
    0% { opacity: 1; }
    70% { opacity: 0.5; }
    100% { opacity: 0; }
}
.fa-blink {
  animation: fa-blink 1s linear infinite;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/* dashboard */
/* CSS Start Dipen Trivedi 27-12-2024  */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      max-width: 1320px;
    }
  }
  @media (min-width: 1700px) {
    .container {
      max-width: 1600px;
    }
  }
footer .row{
    justify-content: center;
}
.collection-list .main-categoryBox .owl-nav .owl-next{
    right: 22px;
}
#customer_wallet_modal .modal-body{
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge.badge-primary{
    color: var(--white);
    background: var(--cinnamon-red);
    border: unset;
}
.badge.badge-danger{
    color: var(--white);
    background: var(--mediumSeaGreen);
    border: unset;
}

.txt-nowrap{
    white-space: nowrap;
}

.u-wallet table tbody td, .u-reward table tbody td{
    padding: 5px 10px;
    border-top: 1px solid var(--gainsboro);
}

@media(max-width:1550px){
    .collection-list .main-categoryBox .owl-nav .owl-next{
        right: 0px;
    }
}
@media(max-width:400px){
    .cart .avail-stock{
        font-size: 8px;
    }
    main.cart .sticky-footer.fix-bottom .cart-btn button{
        font-size: 12px;
    }
    .user-detail .card-tbl table tr th,.card-tbl table tr td{
        font-size: 12px;
    }
    .tbl-tr .product-title{
        font-size: 14px;
    }
    .c-button-Cancel, .btn-outline{
        padding: 10px;
    }
    .u-content-heading h2, .u-content-heading h2 .txt-ghost{
        padding-top: 15px;
    }
}
@media(max-width:550px){
    .coupon-content .coupon-wrap, .product-voucher-wrap .coupon-wrap{
        flex-direction:column;
        gap:15px;
        text-align: center;
    }
    .product-title p{
        padding-top: 10px;
        flex-direction: column;
        gap:0;
        align-items:end;
    }
    .tbl-tr .product-title .h4
    {
        display: -webkit-box;        
        -webkit-line-clamp: 2;        
        -webkit-box-orient: vertical; 
        overflow: hidden;           
        text-overflow: ellipsis;
    }
    main.cart .sticky-footer.fix-bottom .cart-btn button{
        display: block;
        max-width: fit-content;
        text-align: end;
        margin-left: auto;
        padding: 10px 15px;
    }
    main.cart .sticky-footer.fix-bottom .cart-btn{
        padding: 0;
    }
    .sticky-content.fixed.fix-bottom{
        padding: 10px 20px;
    }
}
@media(max-width:768px){
    .cart .avail-stock{
        text-align:right;
        padding-right: 10px;
    }
}
/* CSS Start Dipen Trivedi 27-12-2024  */
@media (max-width: 768px) {
    
    /* Overflow Scroll CSS */
    .table-container table tbody tr{
        border-bottom: 1px solid #ddd;       
     }
     
     .table-container table{
         overflow-x: scroll;
     }
     .table-container {
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch; 
         margin-bottom: 16px; 
         border: 1px solid #000; 
         padding: 10px;
     }
     .table-container table{
         width: 100%; 
         border-collapse: collapse;
     }
     .table-container table td{
         font-size: 14px;
         padding: 0px 10px;
     }
     .table-container table th{
         font-size: 16px;
         text-align: center;
         padding: 0px 5px;
     }
    /* Overflow Scroll CSS */
    /* Data Table CSS */
    .data-table-container table thead {
        display: none; 
    }
    .data-table-container table th{
       
        padding: 0px 5px;
    }
    .data-table-container table tr {
        display: block;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .data-table-container table td {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 8px 0;
        text-align: left;
        position: relative;
    }
    
    .data-table-container table td:before {
        content: attr(data-label);
        flex: 0 0 50%;
        font-weight: bold;
        text-transform: uppercase;
        color: #555;
        text-align: left;
    }
    
    .data-table-container table td {
        flex: 0 0 50%;
        text-align: right;
    }
    /* Data Table CSS */
    
}
.product-footer .btn-wishlist,.product-footer .btn-share {
    cursor:pointer;
}
@media(max-width:400px){
    .success_tooltip{
        min-width:300px;
        max-width:300px;
        transform:translate(-4%,-50%);
    }
    .success_tooltip h2{
        font-size:12px;
    }
    .product-qty{
        width:100px;
    }
}
@media(max-width:420px){
    .apply-customer-wallet,.apply-coupon{
        position:relative;
        height:53px;
    }
    .apply-customer-wallet .wallet-apply-btn,.apply-coupon .apply-coupon-btn {
        position:absolute;
        right:10px;
    }
}
.product-footer .btn-wishlist,.product-footer .btn-share {
    cursor:pointer;
}
@media (max-width: 550px) {
    .coupon-content .coupon-wrap, .product-voucher-wrap .coupon-wrap {
        text-align: left;
    }
    #voucher_code_modal .modal-body{
        padding:10px 15px;
    }
    .coupon-content .card-wrapper .v-heading{
        font-size:16px;
    }
    .coupon-content .card-wrapper div:nth-child(2){
        font-size: 14px;
    }
}
@media(max-width:350px){
    .total-amount span{
        font-size:14px;
    }
}
@media(max-width:768px){
    .faq-nav-tabs{
        row-gap:5px;
    }
}


.order-row{
    display:flex;
    align-items:center;
    
}
.order-row .reorder-img{
    width:150px;
}
.order-row .first-wrap{
    width:20%;
}
.order-row .right-wrap{
    width:80%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.order-row .product-qty{
    max-width:120px;
}
.order-list .amt-lbl{
    text-wrap:nowrap;
}
.order-row .delete-icon i{
    color:var(--burnt-orange);
}
.btn-primary.reorder-submit:disabled, 
	.btn-primary.reorder-submit[disabled] {
    background-color: #ccc !important; 
    border-color: #bbb !important; 
    color: #666 !important; 
    cursor: not-allowed !important;
    opacity: 0.6; 
}
#reorderModal .btn-close{
	padding: 10px 30px;
	border-radius:8px;
	font-size:inherit;
}
@media(max-width:1200px){
    .order-list .tbl-tr.row{
        font-size:14px;
    }
    .order-list .btn-dark.bg-orange.reorder-btn{
        display:flex;
        width:inherit;
    }
}
@media(max-width:768px){
    .order-row .product-title{
        font-size:12px !important;
        width:90%;
    }
    .order-row .sub-tot{
    font-size:14px;
    }
    #reorderModal .modal-body{
        padding:10px 15px;
    }
    #reorderModal .modal-title{
        font-size:20px !important;
    }
    #reorderModal .close {
        font-size:30px;
    }
    .order-row .product-title{
    font-size:12px;
    }
    .order-row .product-qty{
        margin-right:10px !important;
    }
    .order-list .btn-dark.bg-orange.reorder-btn{
        display:flex;
        width:auto;
        padding:10px 15px;
        margin-top:10px;
    }
}
@media(max-width:500px){
    .order-list .delete-icon i{
        margin-right:5px;
    }
}

.sticky-sidebar{display:flex;flex-direction:column;}
[data-section="brand"] .widget-category { order: -3; }
[data-section="brand"] .flt-custom-price { order: -2; }
[data-section="brand"] .widget-bundle  { order: -1; }
[data-section="category"] .product_brand_menu { order: -4; }
[data-section="category"] .flt-custom-price { order: -3; } 
[data-section="category"] .widget-category { order: -2; } 
[data-section="category"] .widget-bundle { order: -1; }
[data-section="search_keyword"] .widget-category { order: -4; }
[data-section="search_keyword"] .product_brand_menu { order: -3; } 
[data-section="search_keyword"] .flt-custom-price { order: -2; } 
[data-section="search_keyword"] .widget-bundle { order: -1; }
.cart .avail-voucher-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
}
.cart .avail-voucher-btn a {
    color: var(--linkcolor);
}
@media(min-width:992px){
    .header{
        position:unset;
    }
    .main-header{
        position: sticky;
        top: 0;
        z-index: 12;
    }
    .menu > li:hover > ul, .menu > li:hover .megamenu, .menu > li.show > ul, .menu > li.show .megamenu{
        z-index:9999;
    }
}
header .fixed-subcategorybar{
    margin-top:0px !important;
    border-top:2px solid #e3e4e8;
}
@media(max-width: 768px) {
    .cart .avail-voucher-btn a {
        font-size:14px;
    }
}

.product-detail .product-variations{
    display: flex;
    max-width: 400px;
    flex-wrap: wrap;
}
.pet-summary-content h1,.pet-summary-content h2{
    text-align:center;
    color:var(--dark-slate-blue);
    font-weight:700;
    margin-bottom:15px;
}
.pet-summary-content a,.brand-summary-content a{
    color:var(--linkcolor);
    text-decoration:underline;
}
.brand-summary-content h1,.brand-summary-content h2{
    text-align:left;
    color:var(--dark-slate-blue);
    font-weight:700;
    
}
.brand-summary-content p,.brand-summary-content p,
.pet-summary-content p{
    margin-bottom:0 !important;
}
.pet-summary-content {
    max-height: none;
    overflow: visible;
    -webkit-line-clamp: unset;
}
.collection-list .main-categoryBox {
    
    padding-bottom:30px;
}


@media (max-width: 767px) {
    .pet-summary-content {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 12em; 
        transition: max-height 0.3s ease;
    }

    .pet-summary-content.expanded {
        -webkit-line-clamp: unset;
        max-height: none;
    }

    .read-more-toggle {
        display: inline-block;
        color: orange;
        font-weight: 500;
        margin-top: 8px;
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .read-more-toggle {
        display: none;
    }
}
@media(max-width:550px){
    .brand-summary-content h1,.brand-summary-content h2,.pet-summary-content h1,.pet-summary-content h2{
        font-size:3rem;
    }
}
/* Cart and Checkout Page CSS */

.cart .avail-voucher-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
}
.cart .avail-voucher-btn a {
    color: var(--linkcolor);
}
@media (max-width: 768px) {
    .cart .avail-voucher-btn a {
        font-size: 14px;
    }
}

#cart-btn {
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.cart-item-count {
    background: red;
    color: white;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -10px;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.cart-overlay.active {
    display: block;
}

.cart-newsidebar,.store-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1002;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}

.cart-newsidebar.active {
    right: 0;
}

.cart-newsidebar .cart-header {
    background-color: var(--white);
    position: relative;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-newsidebar .cart-header h4 {
    color: var(--black);
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
}

.cart-newsidebar #close-cart {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}

.cart-newsidebar .cart-footer {
    margin-top: auto;
}

.cart-newsidebar .cart-footer span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
    

.cart-newsidebar .cart-body {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

@media (max-width: 768px) {
    .cart-newsidebar {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.cart-sidebar-data .left-wrap img {
    width: 80px;
}

.cart-sidebar-data .left-wrap a {
    padding: 0px !important;
}

.cart-sidebar-data .product-title a {
    font-size: 12px;
    text-align: left;
    padding: 0 !important;
    font-style: normal;
}

.cart-sidebar-data .product-title {
    max-width: 85%;
    padding-top: 5px;
    line-height: 1;
    font-weight: 600;
    padding: 0;
}

.cart-sidebar-data .product-qty {
    max-width: 100px;
    height: 30px;
}

.cart-sidebar-data .product-qty svg {
    height: 10px;
    width: 10px;
}

.cart-sidebar-data .product-qty input {
    font-size: 14px;
    line-height: 1;
}

.cart-sidebar-data .sub-tot {
    font-size: 12px;
    margin-left: 15px;
}

.cart-sidebar-data .sub-tot u {
    margin-left: 15px;
    color: #8b8c92;
    text-decoration: line-through;
}

.sidebar-data.order-row {
    flex-direction: column;
}

.sidebar-data .tbl-head h5 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    padding-top: 10px;
}

.sidebar-data .product_qty_container button {
    cursor: pointer;
}

.sidebar-data .cart-freeGift-modify {
    font-size: 12px !important;
    padding: 0 15px;
    text-decoration: underline;
}

.cart-sidebar-data {
    border-bottom: 1px solid var(--ghost);
    position: relative;
    width: 400px;
    padding: 10px 0px;
}

.cart-sidebar-data:last-child {
    border-bottom: unset;
}

.cart-sidebar-data .delete-icon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.cart-sidebar-data .delete-icon svg {
    width: 16px;
}

.sidebar-cart-btn:hover {
    color: #fff !important;
}

.cart-sidebar-data .right-wrap {
    gap: 5px !important;
}

.mfp-wrap {
    z-index: 9999 !important;
}

.sidebar-data .row.tbl-head.mt-3 {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

.sidebar-data .sidebar-cart-free-item-heading a {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    text-align: end;
    align-items: center;
    justify-content: end;
}

.sidebar-data .bundle-label, .bundle-label.bundle-sidebar {
    background: var(--cinnamon-red);
    border-radius: 4px;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: var(--white);
    width: fit-content;
    margin-right: 5px;
    display: inline-block;
}

.bundle-sidebar {
    font-size: 10px;
    padding: 0px 10px;
}

@media (max-width: 450px) {
    .cart-sidebar-data {
        width: 100%;
    }
    .cart-txt {
        font-size: 12px;
    }
}

.sticky-cart-sidebar {
    position: sticky;
    top: 70px;
}

.voucher-container {
    position: relative;
    width: 400px;
}

.voucher-container .voucher-input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content:space-between;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.voucher-container .voucher-input-seperate{
    
    padding: 10px 0px;
    width:80%;
    display:flex;
    align-items:center;
}
.voucher-container .voucher-input input {
    border: none;
    outline: none;
    flex: 1;
}
.voucher-container .voucher-input-seperate svg{
    margin:0px 10px;
}

.voucher-container .v-coupon-code:focus .voucher-placeholder{
    display:none !important;
}
.voucher-container .voucher-input i {
    color: var(--burnt-orange);
    margin-right: 10px;
}

.voucher-container .voucher-list {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid #ccc;
    display: none;
}

.voucher-container .voucher-list div {
    padding: 10px;
    cursor: pointer;
}

.voucher-container .voucher-list div:hover {
    background-color: var(--burnt-orange);
}

.voucher-container .voucher-applied {
    color: var(--burnt-orange);
    margin-top: 10px;
}

.voucher-container .apply-btn {
    display: block;
   border-radius: 5px;
    font-size: 15px;
    padding: 3px 15px;
    border: 1px solid var(--dark-slate-blue);
    font-weight: 600;
    color: var(--white);
    background-color: var(--dark-slate-blue);
    cursor: pointer;
    text-transform: uppercase;
    
}
.s-voucher-amt.amount-green{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}
.voucher-container .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    display: none;
    padding-right:15px;
}

.cart .cart-sidebar-data {
    width: 100%;
}

.voucher-applied {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.voucher-tag {
    background-color: var(--burnt-orange);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.remove-voucher {
    background: none;
    border: none;
    color: white;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
.voucher-container .apply-btn {
    margin-right:10px;
}
.voucher-container .voucher-list .c-voucher_claim{
    position:relative;
}
.voucher-container .voucher-list .c-voucher_claim .appbtn{
    position:absolute;
    top:10px;
    right:10px;
}
.voucher-container .v-name{
    display:block;
    width:78%;
    color:var(--electric-blue);
}
.cart.checkout .row-wrapper,.cart .row-wrapper{
   grid-template-columns: 60% 40%;
}

@media(max-width:992px){
.voucher-container .voucher-input-seperate{
    width:85%;
}

    .voucher-container .voucher-placeholder{
        left:7%;
    }
}
@media (max-width: 768px) {
    .sticky-cart-sidebar {
        position: unset;
    }
}

.cart .cart-sidebar-data .delete-icon {
    right: 5px;
    top: 5px;
}

.cart-table .product-img {
    border: unset;
}

.cart .product-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cart .cart-sidebar-data .sub-tot u {
    margin-left: 0;
}

.cart .product-type-qty.product_qty_container.view_cart {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart .cart-freeGift-modify {
    display: flex !important;
    height: auto !important;
    margin-left: 20px !important;
}

.cart .pre-order {
    margin-left: 20px;
}

.cart .voucher-list div:hover {
    background-color: var(--burnt-orange);
    color: var(--white);
}

.cart .voucher-list div:hover .v-name {
    color: var(--white);
}

.cart .voucher-list .list-item.selected-voucher {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}
body:has(.cart-newsidebar.active){
    overflow:hidden;
}

@media (max-width: 768px) {
    .cart .cart-sidebar-data .product-title a {
        font-size: 14px;
    }

    .cart .product-type-qty {
        padding: 0;
    }

    .cart .product-price-col {
        display: block;
    }

    .cart .cart-swap-mob {
        flex-direction: row-reverse;
    }

    .cart .product-qty {
        margin: unset;
    }
    .cart-shipping-container .ship-option-div>div{
        margin:0
    }
}

@media (max-width: 600px) {
    .cart .product-type-qty.product_qty_container.view_cart {
        flex-direction: column;
        gap: 5px;
        align-items: baseline;
    }

    .cart .cart-item .item-qty-block.preorder-mob {
        flex-direction: column;
        align-items: baseline !important;
        gap: 5px;
    }

    .cart .pre-order {
        margin: 0;
    }

    .cart .card-wrapper {
        padding: 10px;
    }


    .cart .mob-view-sticky .total-amount {
        display: flex;
        justify-content: space-between;
        width: 25%;
    }

    .cart .sticky-footer.fix-bottom .cart-btn button {
        max-width: unset !important;
        width: 100%;
    }

    main.cart .sticky-footer.fix-bottom .cart-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center !important;
    }

    .cart .sticky-footer.fix-bottom .cart-btn button {
        text-align: center !important;
    }

    .voucher-container {
        width: 100%;
    }
}


.change-add{
    display:block;
    color:var(--dark-slate-blue);
}
.checkout-shipping-option.checkout-shipping-option.cart-shipping-container .ship-option-div label{
        height:auto;
        max-width:100% !important;
        width:100% !important;
        cursor: pointer;
        margin:0;
}
.checkout-shipping-option.cart-shipping-container .ship-content-wrap{
    width:100% !important;
}

.cart input[type=radio]{
    height: 15px;
    width: 15px;
    accent-color: var(--dark-slate-blue);
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.voucher-container{
        width:100%;
}
.checkout .checkout_product{
    border-bottom:1px solid var(--ghost);
    padding: 10px 0px;
}
.checkout .checkout_product:last-child{
    border-bottom:unset;
    
}
.p-10{
    padding:10px;
}
.voucher-container .voucher-placeholder {
    color: #757575;
    position: absolute;
    left: 10%;
    font-size: 13px;
    z-index: 1;
    pointer-events: none; 
}
.voucher-container .list-item.c-voucher_claim.vApplied{
     pointer-events: none !important;
     color:#757575;
     opacity:0.6;
}
.voucher-container .voucher-placeholder span{
    color: var(--linkcolor);
    text-decoration:underline;
}
.voucher-container .voucherCode{
    position:relative;
    z-index:1;
}
 .mob-dipslay{
    display:none;
}
 .desk-dipslay{
    display:flex;
}
.cp-name{
        display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; 
        line-height: 1.5em; 
        height: 3em;
}
.custom-collapse {
    background: #fff;
    border: 1px solid #ddd;
   
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.custom-collapse.collepsBar{
    border-bottom:unset;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.custom-collapse h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.custom-collapse svg {
    margin-right: 8px;
}

.collapse-icon {
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
}

.collapse-icon.fa-chevron-down {
    transform: rotate(0deg);
}


.collapse-icon.rotate {
    transform: rotate(180deg);
}

.custom-collapse-content {
    display: block;
    padding: 12px;  
    border-radius: 0 0 8px 8px;
    border: 1px solid #ddd;
}
.custom-collapse-content{
    border-top:unset;
}
.checkout .checkout-product-list .card-wrapper{
    padding:10px;
}
.voucher-container .voucher-list .c-voucher_claim{
    border:1px solid var(--ghost);
} 
.checkout label:has(input:checked) {
    background-color: var(--gainsboro); 
}
.checkout label:has(input:checked) .shipping-amt{
    color: var(--white); 
    background: var(--mediumSeaGreen);
}
.checkout-another-address .checkout-address{
    display:flex;
    gap:10px;
    padding-left:20px !important;
    cursor:pointer;
}
.checkout-another-address .checkout-address .address-detail{
    line-height:1.2em;
}
.edit-add-wrap button{
    background-color:unset;
    outline:unset;
    border:unset;
    cursor:pointer;
    color:var(--dark-slate-blue);
}
.checkout-frmAddress-btn{
    display:flex;
    align-items:center;
    gap:10px;
    margin:10px;
    justify-content:center;
    
}
.checkout-deliverto{
    display:flex;
    gap:10px;
}
.payment-checkout{
    font-size:10px;
    padding:5px 0px;
}
.payment-checkout a{
    color:var(--linkcolor);
    text-decoration:underline;
}
.sidebar-bottom-btn{
    display:flex;
    align-items: center;
    justify-content: center;
    gap: 20px;   
}
.sidebar-bottom-btn a{
    width:100%;
}
.order.main{
    border-top:unset;
}
.cart-shipping-container .ship-option-div.disabled .pre-order-txt{
    padding-left: 18px;
    padding-top: 5px;
}
.brand-summary-content p,.brand-summary-content p,
.pet-summary-content p{
    margin-bottom:0 !important;
}
.checkout .checkout-product-list .card-wrapper{
    border:unset;
    padding:0;
}
@media(min-width:992px){
    .header{
        position:unset;
    }
    .main-header{
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .menu > li:hover > ul, .menu > li:hover .megamenu, .menu > li.show > ul, .menu > li.show .megamenu{
        z-index:9999;
    }
}
header .fixed-subcategorybar{
    margin-top:0px !important;
    border-top:2px solid #e3e4e8;
}
.fw-700{
    font-weight:700;
}
.header-cart{
    position:sticky;
    top:0;
    background:var(--white);
    z-index:9;
}
@media(max-width:768px){
    .checkout .row.gutter-lg.row-wrapper{
        flex-direction:column-reverse;
    }
    .checkout .ship-heading{
        display:none;
    }
    .checkout .mob-ship-heading span{
        display:block !important;
    }
    .voucher-container{
        width:100%;
    }
    .cart .mob-view-sticky .total-amount {
        max-width: 25%;
    }
    .voucher-container .voucher-placeholder {
        left: 15%;
    }
    .voucher-container #voucherList{
        z-index:1;
    }
   .order-summary .walletAmt-remove.badge, .v-coupon-txt .vCode-delete.badge,.order-summary .badge{
        font-size:8px;
    }
   .checkout-mob-btn{
        display:none !important;
   }
    .mob-view-sticky{
            align-items:center;
            text-align:center;
            gap:10px !important;
            justify-content:center;
    }
    .voucher-container .voucher-input-seperate{
        width:76%;
    }
    .checkout .panel-body .form-group{
        margin-bottom:10px !important;
    }
    .cart-shipping-container .ship-option-div.disabled .pre-order-txt{
        font-size:8px;
    }
    .product-detail .product-variations{
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
    }
    .cart .ship-progress-info {
        display: flex !important;
    }
    .ship-free-min-spend-wrap{
        width:100%;
   }
    .cart-sidebar-data .product-title a{
        line-height: 1.5;
    }
}
@media (max-width: 576px) {
    .cart-shipping-container .ship-option-div {
        max-width: 100%;
    }
    .checkout .checkout_product .cp-name{
        font-size:11px;
    }
    .checkout .checkout_product .product-price span,.checkout .checkout_product .product-price u{
        font-size:12px;
    }
    .c-shipping-timing .ship-option-div label span.shipping-amt{
        right:5px;
    }
    .cart-txt {
        font-size:12px;
        line-height:1;
    }
    .sticky-sidebar-wrapper{
        margin-top:5px !important;
    }
    .voucher-container .voucher-list .c-voucher_claim .appbtn
    {
        position: absolute;
        top: 10px;
        right: -5px;
        padding: 5px;
    }
   .voucher-container .voucher-list .c-voucher_claim span.d-block:nth-of-type(1) {
        width: 80%;
    }
    .voucher-container .voucher-list .c-voucher_claim{
        font-size:14px;
    }

}
@media (max-width: 450px) {
    .mob-view-sticky .cart-btn a{
        max-width:100%;
        padding:10px;
        font-size:12px;
    }
    .cart .mob-view-sticky .total-amount {
        max-width: 100px;
        width:100%;
    }
    .checkout .panel-body .checkout-frmAddress-btn button{
        padding:10px !important;
    }
    .cart-shipping-container .ship-option-div.disabled .pre-order-txt{
        padding-left:0;
    }
    .checkout-shipping-option.checkout-shipping-option.cart-shipping-container .ship-option-div label{
        font-size:12px;
    }
    .checkout .checkout_product .product-price span,.checkout .checkout_product .product-price u{
        font-size:10px;
    }
     .c-shipping-timing .ship-option-div label span.shipping-amt{
        font-size:10px;
        padding:5px 2px;
    }
}
@media (max-width: 400px) {
   
    
   
   .voucher-container .voucher-placeholder,
    .apply-customer-wallet input::placeholder {
        font-size: 10px;
    }
    .ship-content-wrap .pick-up-address{
        font-size:12px;
        padding:0px 10px;
    }
    .total-amount span{
        font-size:12px;
    }
  
    .cart-sidebar-data .sub-tot span:first-child{
        display: flex;
        flex-direction: column;
    }
    .cart-sidebar-data .d-flex.align-items-center{
        justify-content:space-between;
    }
    .cart-sidebar-data .sub-tot u{
        margin-left: 0;
    }
    .cart-sidebar-data .left-wrap img {
        width: 80px;
        object-fit: contain;
        object-position: center;
        max-width: 80%;
    }
}
@media (max-width: 350px) {
    .voucher-container .voucher-input-seperate{
        max-width:68%;
    }
    .checkout-shipping-option.checkout-shipping-option.cart-shipping-container .ship-option-div label {
        font-size: 11px;
    }
    .voucher-container .voucher-input-seperate svg{
        margin:0;
        position:absolute;
        left:3%;
    }
    .voucher-container .voucher-input input{
        padding-left:22%;
    }
    .voucher-container .voucher-placeholder{
        left:15%;
    }
    .voucher-container .voucher-placeholder, .apply-customer-wallet input::placeholder{
        font-size:9px;
    }
    .cart .cart-sidebar-data .product-title a{
        font-weight:500;
        font-size:12px;
    }
    .order-summary .badge {
        font-size: 6px;
        padding: 5px;
        width: auto;
        max-width: fit-content;
    }   
}
@media (min-width: 350px) and (max-width: 500px) {
    .total-amount span{
        font-size:14px;
    }
}


/* Cart and Checkout Page CSS */
/* sucess msg css */

.vtl-alert-section {
    position: fixed;
    z-index: 99999999;
    top: 16px;
    right: 16px;
}

.vtl-alert {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    cursor: pointer;
    animation: vtl--animateIn 0.18s cubic-bezier(0.55, 0.06, 0.68, 0.19) forwards;
}

.vtl-alert-body {
    font-size: 0.9rem;
    letter-spacing: 0.14px;
    z-index: 1400;
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    line-height: 1.2;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%), 0 3px 3px rgb(0 0 0 / 15%);
    max-width: 550px;
    pointer-events: auto;
    padding: 10px;
    border-radius: 8px;
    font-weight: 400;
    overflow: hidden;
    word-break: break-word;
    min-width: 400px;
}

.vtl-alert-icon {
    padding-right: 10px;
    font-size: 1.2rem;
}

.vtl-alert.success .vtl-alert-icon {
    color: #5bb975 !important;
}

.vtl-alert.success .vtl-alert-body {
    border-left: 5px solid #5bb975;
    background-color: #e9fced;
}

.vtl-alert.error .vtl-alert-icon {
    color: #ea1414 !important;
}

.vtl-alert.error .vtl-alert-body {
    border-left: 5px solid #ea1414;
    background-color: #fee;
}
.vtl-alert-body .vtl-alert-txt {
    font-size:14px;
    font-family:monospace;
}
@keyframes vtl--animateIn {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .vtl-alert-section {
        width: 97vw;
        right: 5px;
    }

    .vtl-alert-body {
        min-width: unset;
        width: 100% !important;
    }
}
.cart-overlay {
    z-index: 99999;
}
.cart-newsidebar {
    z-index: 99999;
}
.user-subscribe-opt i {
	background: var(--dark-slate-blue);
	color: var(--white);
	padding: 2px;
	border-radius: 50%;
}

.checkout-login .cust-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.checkout-login .border-btm {
    border-bottom: 1px solid #e3e4e8;
}

.checkout-login .border-left {
    border-left: 1px solid #e3e4e8;
}

.checkout-login p,
.checkout-login ul li {
    font-size: 18px;
}

.checkout-login .form-wrapper {
    padding: 0px 50px;
}

.checkout-login .cust-wrapper ul {
    margin: 0px;
    padding-bottom: 30px;
}

.checkout-login .order-summary table td {
    font-size: 18px;
}

.guest-checkout .sticky-cart-sidebar {
    top: 14% !important;
}

.guest-checkout .otp-box,
.guest-checkout .otp-frm {
    position: relative;
}

.guest-checkout #verifyOTP {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.phone-frm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.position-relative{
    position:relative;
    }
.phone-frm #sendOTP {
    position: absolute;
    right: 0;
    height: 40px;
}

.guest-checkout #otpVerified {
    position: absolute;
    right: 10px;
}

.text-danger {
    color: red;
}

.iti__search-input {
    height: 40px;
    border-bottom: 2px solid var(--burnt-orange);
    padding: 2px 10px;
}
.guest-checkout-section .u-resend-timer.u-resend-otp{
    background:none;
    border:none;
    color:none;
}
.guestc-none{
    display:none !important;
}



@media(max-width:992px) {
    .checkout-login .form-wrapper {
        padding: 0px 20px;
    }
    .iti--fullscreen-popup.iti--container{
        top:10%;
    }
   
}

@media(max-width:768px) {
    .checkout-login .border-left {
        border-top: 1px solid #e3e4e8;
        border-left: 0;
        padding: 20px auto;
        margin-top: 30px;
    }

    .checkout-login .form-wrapper {
        padding: 0px;
        padding-top: 20px;
    }

    .checkout-login p,
    .checkout-login ul li {
        font-size: 14px;
    }

    .checkout-login h2 {
        font-size: 2rem;
    }

    .phone-frm #sendOTP {
        padding: 0px 10px;
        font-size: 8px;
    }
    .guest-checkout-section .card-wrapper{
        padding: 10px;
    }
    .guest-checkout-section #guestuserForm .form-group{
        margin-bottom:5px;
    }
    .guest-checkout-section .ship-heading{
        display:none;
    }
    .guest-checkout-section .mob-ship-heading .d-none{
        display:block !important;
    }
    .guest-checkout-section .cart-shipping-container .ship-content-wrap {
        max-width:100%;
        width:100%;
    }
    .guest-checkout-section .cart-shipping-container .ship-option-div input[type=radio]{
        height:15px;
        width:15px;
        vertical-align:middle;
    }
    .guest-checkout-section .checkout-mob-btn{
        display:flex !important;
    }
}
@media(max-width:480px){
    .guest-checkout-section .checkout-mob-btn{
        display:none !important;
    } 
    .guest-mob-view.sticky-footer .total-amount{
        text-wrap:nowrap !important;
    }
   .guest-mob-view{
        display:flex !important;
        align-items:center !important;
   }
}
@media(max-width:500px){
    .guest-checkout-section #guestuserForm .form-submit{
        margin: auto;
        text-align: center;
        display: none;
        width: 100%;
    }
    .guest-checkout-section #guestuserForm .form-control {
        padding:10px;
    }
    .guest-checkout-section .phone-frm #sendOTP{
      
        height:43px;
    }
    .guest-checkout-section .cart-shipping-container .ship-option-div label{
        padding:10px;
    }
    .guest-checkout-section .sticky-content.fixed.fix-bottom{
            padding:10px;
            display: flex;
            align-items: center;
    }

}
@media(max-width:400px){
   
}
@media(max-width:350px){
 .guest-checkout-section .product-price span,
 .guest-checkout-section .product-price u{
    font-size:11px;
 }
}
 .guestcheckout-thanks-msg a{
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0px auto;
    background-color:var(--burnt-orange);
}
@media(max-width:768px){
    .guestcheckout-thanks-msg{
        flex-direction:column;
        align-items: baseline;
        gap: 15px;
    }
    .guestcheckout-thanks-msg h5{
        font-size:1.7rem;
    }
}
.d-flex-center{
    display:flex;
    align-items:Center;
    justify-content:center;
}
.link-color{
    color:var(--linkcolor);
    text-decoration:underline;
}
.guest-checkout-section .defaullt-shipping-wrap{
    padding: 20px;
    background:grey;
    color:var(--white);
    opacity:0.5;
}
.guest-checkout-prolist .card-wrapper{
    border:none;
    padding:0;
}
.guest-checkout-section label[for="is_checkall"] {
    font-size:14px;
    font-weight:bold;
    padding-left:10px;
}
.new-voucher-badge {
    background-color: var(--cinnamon-red);
    color: white;
    padding: 4px 8px;
    font-size: 10px !important;
    border-radius: 12px;
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
    border-color:unset;
    color:var(--white) !important;
}
.new-voucher-badge:hover{
    border-color:var(--white);
    color:var(--white) !important;
}
.petname-wrap{
    display:flex;
    align-items:center;
    gap:20px;
}
.user-update-customer_pet{
    height:30px;
}  
.petname-wrap label{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.main-home-wrapper .product-wrapper h2{
    line-height:1;
}
.main-home-wrapper .home-heading-text{
    display:flex;
    align-items:end;
    gap:20px;
}
.why-perromart-docs h3{
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    padding: 10px 0;
    margin: 0;
    color:#222;
}
.ecommerce-web-txt H1.txt-title{
    font-size:1.5rem;
}
@media(max-width:768px){
    .main-home-wrapper .home-heading-text{
        flex-direction:column;
         align-items:baseline;
        gap:5px;
    }
    .main-home-wrapper section.product-wrapper .shop_all{
        margin-left:0;
    }
  .main-home-wrapper .why-perromart-docs h3{
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    }
}

.delivery-options-wrapper {
border: 1px solid #ccc;
border-radius: 8px;
max-width: 500px;
background: white;

overflow: hidden;
margin:20px 0px;
}

.delivery-options-wrapper .delivery-option {
display: flex;
align-items: flex-start;
padding: 16px;
cursor: pointer;
border-top: 1px solid #e0e0e0;
}

.delivery-options-wrapper .icon {
font-size: 24px;
margin-right: 12px;
line-height: 1;
padding-top: 4px;
}

.delivery-options-wrapper .content {
flex: 1;
}

.delivery-options-wrapper .content strong {
display: block;
font-size: 16px;
margin-bottom: 4px;
}

.delivery-options-wrapper .status {
display: flex;
align-items: center;
font-size: 14px;
color: #006400;
}

.dot {
width: 8px;
height: 8px;
border-radius: 50%;
display: inline-block;
margin-right: 6px;
margin-left: 2px;
}

.dot.green {
background-color: green;
}
.dot.grey {
background-color: grey;
}

.delivery-options-wrapper .subtext {
font-size: 13px;
color: #555;
margin-top: 2px;
}

.delivery-options-wrapper .arrow {
font-size: 18px;
padding-left: 12px;
padding-top: 4px;
}

.store-sidebar.active {
right: 0;
overflow-y: scroll; 
scrollbar-width: none; 
-ms-overflow-style: none;  
z-index: 9999999;
}

.store-sidebar.active::-webkit-scrollbar {
display: none;  
}
.store-sidebar{
padding: 10px;
}


.store-sidebar .close-sidebar {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
line-height: 1;
}

.store-sidebar .sidebar-body {
font-size: 14px;
}

.store-sidebar .sidebar-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
display: none;
}

.sidebar-overlay.active {
display: block;
}
.sidebar-overlay {
z-index: 99999;
}
.store-sidebar .search-wrapper {
display: flex;
gap: 8px;
margin: 12px 0;
}

.store-sidebar .store-search {
flex: 1;
padding: 8px;
border: 1px solid #ccc;
border-radius: 6px;
}
.store-sidebar .check-other-stores{
    color:var(--linkcolor);
    text-decoration:underline;
}
.store-sidebar .search-settings {
background: none;
border: none;
font-size: 18px;
cursor: pointer;
}

.store-sidebar .toggle-label {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}

.store-sidebar .store-list {
display: flex;
flex-direction: column;
gap: 12px;
}

.store-sidebar .store-item {
border: 1px solid #ccc;
padding: 12px;
border-radius: 8px;
cursor: pointer;
transition: border 0.2s;
}

.store-sidebar .store-item.selected {
border: 2px solid var(--dark-slate-blue);
}

.store-sidebar .in-stock {
color: green;
display: flex;
align-items: center;
font-size: 14px;
margin-top: 6px;
}
.store-sidebar .out-stock {
color: grey;
display: flex;
align-items: center;
font-size: 14px;
margin-top: 6px;
}

.store-sidebar .dot {
width: 10px;
height: 10px;

border-radius: 50%;
display: inline-block;
margin-right: 6px;
}
.store-sidebar .out-stock .dot {
    background: grey;
}
.store-sidebar .stock-box {
border: 1px solid green;
padding: 12px;
border-radius: 8px;
margin: 12px 0;
display: flex;
align-items: center;
gap: 8px;
color:green;
}

.store-sidebar .back-to-list {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 12px;
}
.px-2{
    padding:0px 20px;
}
.store-sidebar .toggle-switch .switch {
display: inline-block;
height:28px;
position: relative;
width:50px;
}
.store-sidebar .toggle-switch .switch input {
    display: none;
}
.store-sidebar .toggle-switch .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}
.store-sidebar .toggle-switch .slider:before {
    background-color: var(--white);
    bottom: 4px;
    content: "";
    height:20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width:20px;
}
.store-sidebar .toggle-switch input:checked + .slider {
    background-color: var(--dark-slate-blue);
}
.store-sidebar .toggle-switch input:checked + .slider:before {
    transform: translateX(22px);
}
.store-sidebar .toggle-switch .slider.round {
    border-radius: 34px;
}
.store-sidebar .toggle-switch .slider.round:before {
    border-radius: 50%;
}
.store-sidebar .search-wrapper{
    position: relative;
}
.store-sidebar .search-wrapper svg{
    position: absolute;
    top:8px;
    bottom:0;
    right:25px;
}
.store-sidebar .store-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none; 
}
.delivery-options-wrapper.disabled{
    pointer-events: none;
    opacity: 0.5;
}
.ship-option-div select option[disabled]{
    background:lightgrey;
    opacity:0.5;
}
.ship-option-div .disabled,.ship-option-div .disabled{
    pointer-events: none;
    background: grey;
    opacity: 0.5;
}
.cart-shipping-container .ship-option-div.disabled{
    pointer-events:none;
}
.ship-option-div .pickup-express-info{
    display:none;
}
.ship-option-div.disabled .pickup-express-info{
    display: flex;
    margin-top:8px;
    padding-left:20px;
}
.operation-group {
margin-top: 5px;
}

.operation-group strong {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

.operation-days {
	list-style-type: disc;
	padding-left: 20px;
	margin: 0;
}

.operation-days li {
	line-height: 1.6;
}
.open-now-label {
	color: green;
	font-weight: bold;
	margin-left: 10px;
    margin-right:auto;
}

.close-now-label {
	color: red;
	font-weight: bold;
	margin-left: 10px;
    margin-right:auto;
}
.closer-soon-label {
	color: orange;
	font-weight: 600;
	margin-left: 8px;
    margin-right:auto;
}

@media(max-width:500px){
.store-sidebar{
    width:100%;
}
}
.sub-tabs-redeem ul.nav-tabs {
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	padding-left: 0;
}

.sub-tabs-redeem ul.nav-tabs li {
	list-style: none;
	font-size: 13px;
	margin-right: 2px;
	border: 1px solid transparent;
	border-bottom: none;
	transition: all 0.3s ease;
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.sub-tabs-redeem ul.nav-tabs li a {
	display: block;
	padding: 8px 16px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	background: #f8f9fa;
	
	transition: all 0.3s ease;
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.sub-tabs-redeem ul.nav-tabs li.active {
	background: var(--electric-blue);
	border-color: var(--electric-blue);
	border-bottom: 2px solid white;
}

.sub-tabs-redeem ul.nav-tabs li.active a {
	color: var(--white) !important;
	background: var(--electric-blue);
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.sub-tabs-redeem ul.nav-tabs li a:hover {
	background-color: var(--electric-blue);
	color: var(--white) !important;
	border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.sub-tabs-redeem .tab-pane {
	transition: opacity 0.3s ease-in-out;
}
.megamenu.brand_menu .brand_logo.active {
  display: block;
  overflow-y: auto;     
  max-height: calc(100vh - 30vh);
}
.d-price-discount {
    background-color: rgba(242, 102, 94, 0.18);
    color: #f2665e;            
    padding: 6px 10px;
    font-size: 14px !important;
    font-weight: bold;
    border-radius: 6px;      
    display: inline-block;
    text-align: center;
    text-decoration:none;
    min-width:30px;
}
.d-price-discount.d-price-discount-clear{
      background-color:unset;
}
.d-price-discount.sing-pro-discount{
     padding: 3px 10px;
    font-size: 12px !important;
    
}
.d-price-wrapper{
    margin-bottom:10px;
}
.product .product-rating{
    margin-top:-5px;
}
@media(max-width:460px){
    .product-price .new-price{
        font-size:12px;
        margin-right:5px;
    }
    .d-price-discount.sing-pro-discount {
        padding: 3px 8px;
        font-size: 8px !important;
    }
    .product-price .old-price {
        font-size: 12px;
        font-weight: 500;
    }
    .d-price-wrapper{
        display:flex;
        align-items:center;
        justify-content:space-between;
        width:100%;
    }
}
@media (max-width: 768px) {
    .sub-tabs-redeem .form-control.tab-dropdown {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-align: center; 
        display: inline-flex;
        margin-top: auto;
        margin-bottom: auto;
        border: 1px solid var(--ghost);
        border-radius: 10px;
       
        line-height: 26px;
        font-family: var(--poppins);
        color: var(--dark-slate-blue);
        font-weight: unset;
        padding-right: 35px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 1.5L8 7.75L1.75 1.5' stroke='%238B8C92' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 12px 8px;
        background-color: #fff;
    }
   .sub-tabs-redeem .form-control.tab-dropdown,
    .sub-tabs-redeem .form-control.tab-dropdown option {
        text-align: center !important;
        width:99%;
         font-size: 14px;
    }
}


.new-blog-wrapper{
    padding:50px 0px;
}
.new-blog-wrapper h1{
    font-size:65px;
    font-weight:900;
    color:var(--dark-slate-blue);
}
.new-blog-wrapper .selected-tags .tag{
    cursor: pointer;
}
.new-blog-wrapper .blog-card {
    margin-bottom: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    justify-content:space-between;
}

.new-blog-wrapper .blog-card:hover {
    transform: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, 
            rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}


.new-blog-wrapper .blog-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
    object-position:top center;
}

.new-blog-wrapper .blog-card:hover .blog-img {
    transform: scale(1.05);
}

.new-blog-wrapper .blog-content {
    padding: 15px;
}

.new-blog-wrapper .blog-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: var(--burnt-orange);
    transition: color 0.3s ease;
    min-height:50px;
}


.new-blog-wrapper .blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5.2em; 
}

.new-blog-wrapper .blog-list{
    padding:30px 0px;
}
.new-blog-wrapper .pagination{
    display:flex;
    gap:10px;
    padding-top:20px;
}
.new-blog-wrapper .pagination > li > a,
.new-blog-wrapper .pagination > li > span {
    color: var(--dark-slate-blue); 
    padding:2px 7px;
    border-radius:50%;
}

.new-blog-wrapper .pagination > .active > a {
    background-color: #FFD53D;
    border-color: #FFD53D;
    color: #fff;
}

.new-blog-wrapper .blog-cat-btn-group{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.new-blog-wrapper .row {
    display: flex;
    flex-wrap: wrap;
}
.new-blog-wrapper .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.new-blog-wrapper .blog-card {
    flex: 1 1 auto; 
    height: 100%;
    display: flex;
    flex-direction: column;
}
.new-blog-wrapper .blog-card:hover .blog-desc {
    color:#000;
}

.new-blog-wrapper .blog-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new-blog-wrapper .blog-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}
.filter-btn.active {
    background-color: #00bfb2;
    color: #fff;
}
.new-blog-wrapper .search-data{
    position: relative;
}
.new-blog-wrapper .search-data button{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:992px){
    .blog-cat-btn-group .btn{
        font-size: 1rem;
        padding: 1em;
    }
    
}

@media (max-width: 767px) {
    .new-blog-wrapper .blog-img {
    height: 160px;
    }
    .new-blog-wrapper .blog-list{
    padding:20px;
    }
    .new-blog-wrapper .search-data button{
    padding:10px;
    }
}
.blog-detail-wrapper table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        }

.blog-detail-wrapper th, .blog-detail-wrapper td {
border: 1px solid #ccc;
padding: 12px 16px !important;
text-align: left;
}

.blog-detail-wrapper tbody tr:nth-child(even) {
background-color: #f9f9f9;
}
.blog-detail-main-wrapper .blog-detail-img {
    max-height:400px;
}
.blog-detail-main-wrapper .blog-detail-title{
    display:block;
    max-width:300px;
    font-size:12px;
    
}
.blog-detail-main-wrapper .blog-nav-container{
    display:grid !important;
    grid-template-columns: 1fr 1fr;
}
.blog-detail-main-wrapper .blog-nav-container .next-blog{
    display: flex;
    align-items: center;
    justify-content: end;
}
.blog-detail-main-wrapper .blog-nav-container .blog-c-title{
    color:var(--dark-slate-blue);
}
    
@media (max-width: 768px) {
    .blog-detail-wrapper table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        font-size:12px;
    }
    .blog-detail-wrapper table th,.blog-detail-wrapper table td {
        padding: 8px!important;
    }
    

}
.faq-nav-tabs a.active {
    background: var(--blue);
    color: #fff !important;
    border-color: var(--blue);
}