@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
	font-family: "Inter", sans-serif;
}
.common-color {
    background-color: #f1f0f5;
}
.common-space {
    padding: 30px 0;
}
.space-top .common-space {
    padding-bottom: 0px;
}
.space-top .common-space:last-child {
	padding-bottom: 30px;
}
p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
.common-heading {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.common-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 49%;
    left: 0px;
    background-color: #dfdfdf;
}
.common-heading span {
    background-color: #f1f0f5;
    position: relative;
    padding: 0 10px;
    max-width: 750px;
    display: inline-flex;
    justify-content: center;
}
@media only screen and (max-width: 767px) {
.common-space {
    padding: 20px 0;
}
.space-top .common-space:last-child {
	padding-bottom: 20px;
}
.common-heading {
    font-size: 17px;
}

}

/*1st widget: Banner Scrollable Banner*/
.site-content .home-v1-slider {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}
.home-v1-slider .slick-list {
    padding: 0 15% 0 0 !important;
}
.slick-slide {
    outline: none !important;
    padding: 0.25em;
}
.banner-slide img {
    height: auto;
    width: 100%;
    max-width: 100%;
    border: 0;
    display: block !important;
    border-radius: 10px !important;
    margin: 0px !important;
}
.slick-initialized .slick-slide {
    margin: 0;
}
.slick-dots {
    position: absolute;
    display: block;
    bottom: 60px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
}
.banner-slide .slick-dots, .banner-slide-full .slick-dots, .main-slider .slick-dots {
    bottom: 10px;
    z-index: 1;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li:first-child {
    margin-left: 0;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.banner-slide .slick-dots button, 
.banner-slide-full .slick-dots button,
.main-slider .slick-dots button {
    margin: 0 3px;
    background: #ccc;
    width: 18px;
    height: 5px;
}
.slick-dots li button {
    border: 0;
    outline: none;
    line-height: 0px;
    color: transparent;
    display: block;
    font-size: 0;
    width: 12px;
    height: 12px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: #fff;
    border-color: #fff;
}
.slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
}
/*1st widget: Banner Scrollable Banner*/

/*1st widget Version(2): Banner Scrollable Banner*/
.new-banner .slick-slide {
    padding: 0px 10px;
}
.new-banner .slick-dots,
.harley-full-outer .slick-dots {
    bottom: 10px;
}
.new-banner .slick-dots li,
.harley-full-outer .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}
.new-banner .slick-dots button,
.harley-full-outer .slick-dots button {
    background-color: #fff;
    border-radius: 50% !important;
}
.new-banner .slick-dots li.slick-active button,
.harley-full-outer .slick-dots li.slick-active button {
    background-color: #000;
    border-radius: 12px !important;
}
.full-img img {
    width: 100%;
    border-radius: 15px;
}
@media (max-width: 767px) {
.new-banner .slick-dots {
    bottom: 5px;
}
.single-banner .container {
    padding: 0 5px;
}

}
/*1st widget Version(2): Banner Scrollable Banner*/

/*banner*/
.harley-full-outer a {
    padding: 0px;
}
.harley-full-banner img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.harley-full-banner, .harley-full-banner img {
    height: 640px;
}
.harley-full-banner .order-now-btn {
    position: relative;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px !important;
    background-color: #fff;
    font-size: 16px;
}
.fixed-block-banner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    z-index: 111;
    background-image: linear-gradient(to right, #f5cbd6 , #ffff0000);
    padding: 25px 40px 25px 20px;
    background: linear-gradient(90deg, #f6bb33 0%, #f6bb33 65%, #ffff0000 100%);
}
.harley-full-banner .slick-slide {
    position: relative;
}
.banner-heading {
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}
.banner-heading span {
    display: inline-block;
}
.center-hd .wla_section_heading {
    text-align: center;
}
.center-hd .wla_section_heading:after {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px;
}
.banners .wla_section_heading {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1450px) {
.harley-full-banner, .harley-full-banner img {
    height: 550px;
}
.banner-heading {
    font-size: 31px;
}

}
@media only screen and (max-width: 767px) {
.fixed-block-banner {
    padding: 15px 30px 20px 10px;
}
.banner-heading {
    font-size: 20px;
    margin-bottom: 10px;
}
.harley-full-banner .order-now-btn {
    font-size: 15px;
    padding: 2px 8px;
}
.harley-full-banner, .harley-full-banner img {
    height: 250px;
}
.new-banner .slick-dots, .harley-full-outer .slick-dots {
    bottom: 5px;
}
.new-banner .slick-dots button, .new-banner .slick-dots button, .harley-full-outer .slick-dots button {
	height: 10px !important;
	width: 10px;
}
.common-space.new-banner.single-banner {
    padding-bottom: 20px;
}
.common-space.new-banner.single-banner .slick-dots {
    bottom: -25px;
}

}
/*banner*/


/*3rd Widget: Featured Categories*/
.wla_featured_category_section {
	background-color: #fffdf9;
	padding: 20px 0;
}
.category-main {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category-main li {
    width: 100%;
    max-width: 20%;
    padding: 0 10px;
    margin-top: 20px;
    text-align: center;
}
.category-main li a {
    background-color: #fff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 15px !important;
    height: 100%;
    max-width: 212px;
    width: 100%;
}
.category-outer {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
}
.category-outer img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.category-main li h4 {
    font-size: 16px;
    margin: 12px 0 0 0;
    color: #212529;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
}
.featured-placeholder {
    padding: 10px;
}

@media screen and (max-width: 767px) {
.category-main li {
	max-width: 33.33% !important;
	margin-bottom: 5px;
	margin-top: 10px;
	padding: 0 5px;
}
.category-main li h4 {
	font-size: 13px;
	margin: 8px 0 0 0;
	line-height: initial;
}
.category-main li a {
	padding: 5px 5px;
}
.category-main {
	margin: 0 -5px;
}
.featured-placeholder {
    padding: 5px;
}
}
/*3rd Widget: Featured Categories*/

/*bestsellers*/
.bestsellers .row {
    padding: 0 8px;
}
.item-card-design-new {
    padding: 0 7px;
    margin-top: 15px;
}
.item-card-design-new-start-outer {
    display: block;
    padding: 15px 14px;
    background-color: #fff;
    height: 100%;
    border-radius: 15px !important;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.item-card-design-new-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
}
.item-card-design-new-start {
    flex-wrap: nowrap;
    justify-content: space-between;
}
.item-card-design-detail-new {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 10px;
}
.item-card-design-detail-new {
    -ms-flex: initial;
    flex: auto;
    max-width: max-content;
    padding-right: 10px;
}
.item-tt-outer {
    display: flex;
}
.item-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 7px;
}
.heading-customize {
    color: #787878;
    font-size: 13px;
    margin-bottom: 0px;
    display: block;
    line-height: initial;
    word-break: break-word;
}
.expand_details, .expand_details:hover {
    color: var(--main-bg-color);
    cursor: pointer;
}
.expand_details, .expand_details:hover {
    color: #201C1D !important;
}
.price-p {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.item-card-placeholder-detail-new {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    cursor: pointer;
}
.item-with-img {
    padding-bottom: 17px;
}
.item-card-placeholder-detail-new {
    margin-left: 12px;
    max-height: 174px;
    min-width: 140px;
    padding-bottom: 18px;
    display: flex;
    justify-content: right;
}
.item-card-placeholder-nw-outer {
    height: fit-content;
}
.item-card-placeholder-nw {
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 158px;
    max-height: 158px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dedede;
}
.item-card-placeholder-nw {
    max-height: max-content;
    width: 158px;
    height: 158px;
    max-width: initial;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 12%);
}
.item-card-placeholder-nw img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart-new-btn {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    width: 80px !important;
    height: 35px !important;
}
.item-card-placeholder-nw-outer .cart-new-btn {
    position: absolute;
    z-index: 1;
    bottom: -18px;
    left: 50%;
    transform: translate(-50%, 0%);
}
.cart-count-add {
    color: #222;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    animation: elpqW .2s ease;
}
.cart-btn {
    border: 1px solid #222;
    color: #222;
    padding: 3px 12px;
    border-radius: 5px !important;
    font-size: 14px;
    background-color: #f4f4f4;
}
.cart-btn, .cart-count-add {
    background: none !important;
}
.quantity-btn {
    /* background: transparent linear-gradient(90deg, #16a850 0%, #417649 100%) 0% 0% no-repeat padding-box; */
    width: max-content;
    border-radius: 5px !important;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    overflow: hidden;
    border: 1px solid #d4d4d4;
}
.quantity-btn {
    border: 1px solid var(--main-bg-color) !important;
    background-color: var(--main-bg-color) !important;
    border-radius: 0px !important;
}
.cart-new-btn .quantity-btn {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
}
._2zAXs {
    position: absolute;
    left: 33.33333%;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    padding: 0px !important;
    text-align: center;
    border: none !important;
    font-weight: 600 !important;
    font-size: 14px;
    color: var(--main-bg-color) !important;
    height: 100%;
}
._2quy- {
    animation: akcss .2s ease;
}
@keyframes akcss {
    0% {
        opacity: 0;
        transform: translate3d(0,-7.5px,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
._29Y5Z {
    position: absolute;
    left: 0;
    top: 0;
    width: 33.33333%;
    display: inline-block;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    font-weight: 600;
    font-size: 1.5rem;
    bottom: 0px;
    text-align: right;
    padding-right: 5px;
}
._20vNm {
    animation: _1vozQ .2s ease;
}
@keyframes _1vozQ {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
._1ds9T {
    position: absolute;
    right: 0;
    top: 0;
    width: 33.33333%;
    display: inline-flex;
    opacity: 1;
    transform: translateZ(0);
    cursor: pointer;
    font-size: 150%;
    font-weight: 600;
    bottom: 0px;
    text-align: left;
    padding-left: 5px;
    align-items: center;
}
._2WdfZ {
    animation: _1gckB .2s ease;
}
@keyframes _1gckB {
    0% {
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
._29Y5Z:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 10px;
    background-color: var(--main-bg-color);
    position: relative;
    top: -7.5px;
}
.y9uHb {
    width: 25%;
    height: 1px;
    background-color: var(--main-bg-color);
    position: absolute;
    right: 0;
    bottom: 0;
    animation: _3Acpy 1s ease infinite;
}
@keyframes _3Acpy {
    0% {
        transform: translateZ(0)
    }

    50% {
        transform: translate3d(-300%,0,0)
    }

    to {
        transform: translateZ(0)
    }
}
@keyframes elpqW {
    0% {
        opacity: 0;
        transform: translate3d(0,7.5px,0)
    }
	
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
.cart-new-btn.not-active-all {
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    pointer-events: none;
}
.not-active-all ._29Y5Z:before {
	background-color: #e5e5e5;
}
.not-active-all ._2zAXs {
	color: #e5e5e5 !important;
}
.pric.e-p {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 17px;
}
.pric.e-p del {
    color: #808080;
    font-size: 13px;
    font-weight: 500;
}
.pric.e-p span {
    display: block;
    color: #808080;
    font-weight: 400;
    font-size: 13px;
}
.star-icons {
    margin-bottom: 7px;
}
.star-icons i {
    color: #FFBB33;
    font-size: 17px;
}
.veg-flag {
    width: 16px;
    height: 16px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}
.veg-flag span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.non-vegflag {
    width: 16px;
    height: 16px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border-radius: 3px;
}
.non-vegflag span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fd1615;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bestseller {
    display: flex;
    background-color: #CDA728;
    padding: 3px 5px;
    border-radius: 5px;
    color: #242424;
    font-size: 11px;
    margin-left: 5px;
    line-height: normal;
}
.bestseller svg {
    width: 100%;
    max-width: 11px;
    line-height: normal;
    height: auto;
}

@media only screen and (max-width: 1280px) {
    .item-card-placeholder-nw {
        height: 126px;
        width: 126px;
    }
}

@media only screen and (max-width: 767px) {
    .item-card-design-new {
        padding: 0px;
    }
	.item-card-design-new-start-outer {
        padding: 10px;
    }
	.item-title {
        font-size: 15px;
    }
	.heading-customize {
        font-size: 12px;
    }
	.price-p {
        font-size: 16px;
    }
	.item-with-img {
        padding-bottom: 18px;
    }
	.item-card-placeholder-nw {
        height: 140px;
        width: 140px;
    }
	.bestsellers .row {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 575px) {
    .item-card-placeholder-nw {
        height: 130px;
        width: 130px;
    }
	.item-card-placeholder-detail-new {
		margin-left: 8px;
		max-height: 164px;
		min-width: 130px;
		padding-bottom: 18px;
	}
}
/*bestsellers*/

/*featured items*/
.featured-outer {
    padding: 0 10px;
    height: 100%;
    padding-bottom: 5px;
}
.featured-section .new-category-design-ul .slick-list, .featured-section .new-category-design-ul .slick-track {
    display: flex;
}
.featured-items {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    position: relative;
    box-shadow: 0 2px 4px 0px rgb(0 0 0 / 17%) !important;
}
.featured-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 15px;
}
.featured-details {
    padding: 12px 12px;
}
.cart-btn-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 12px;
    padding: 0 15px;
}
.price-p {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
}
.cart-btn {
    border: 1px solid #333;
    color: #333;
    padding: 1px 12px;
    border-radius: 8px !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f4f4f4;
}
.featured-items h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
    margin-bottom: 3px;
}
.featured-details {
    padding: 0px 12px 42px 12px;
}
.title-div {
    display: flex;
}
.need-arrows .slick-arrow.slick-hidden {
    display: none;
}
.need-arrows button.slick-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.need-arrows .slick-prev {
    left: 10px;
    z-index: 2;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    right: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
}
.need-arrows button.slick-next.slick-arrow {
    display: block !important;
    font-size: 0px;
    height: 35px;
    width: 35px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 5px -1px, rgb(0 0 0 / 14%) 0px 6px 10px 0px, rgb(0 0 0 / 12%) 0px 1px 18px 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 2;
    left: unset;
    display: initial;
    border: 4px solid transparent;
    align-self: center;
    cursor: pointer;
    right: -28px;
}
.need-arrows .slick-next, .need-arrows .slick-prev {
    top: 50%;
    transform: translate(-50%,-50%);
}
.need-arrows .slick-next:before {
    left: 6px;
    transform: rotate( -45deg );
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before {
    left: 10px;
    transform: rotate( 135deg );
    top: 9px;
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    content: "";
    border-right: 2px solid rgb(28, 28, 28);
    border-bottom: 2px solid rgb(28, 28, 28);
    border-top: 0px;
    border-left: 0px;
    font-size: 13.5px;
    color: rgb(105, 105, 105);
    font-weight: bold;
}
.need-arrows .slick-prev:before, .need-arrows .slick-next:before {
    font-size: 40px;
}
.new-banner .slick-dots,
.harley-full-outer .slick-dots {
    bottom: 5px;
}
.new-banner .slick-dots li,
.harley-full-outer .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
}
.new-banner .slick-dots button, .new-banner .slick-dots button, .harley-full-outer .slick-dots button {
    background-color: #9e9ea0;
    border-radius: 50px !important;
    border: 1px solid #9e9ea0;
}
.new-banner .slick-dots li.slick-active button, .harley-full-outer .slick-dots li.slick-active button {
    background-color: #4D4D4D;
    border-radius: 12px !important;
    border: 1px solid #4D4D4D;
}

@media only screen and (max-width: 767px) {
.cart-btn-outer {
	bottom: 10px;
	padding: 0 10px;
}
.price-p {
	font-size: 16px;
}
.cart-btn {
	padding: 1px 12px;
	font-size: 12px;
	margin-left: 0px;
}
.featured-items h4 {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 3px;
}
.featured-details {
	padding: 3px 10px 38px 10px;
}
.featured-outer {
    padding: 0 5px;
    padding-bottom: 5px;
}
.featured-section .container {
	padding: 0 0 0 10px;
}
.featured-section .slick-list {
	padding: 0 41% 0 0 !important;
}
.featured-section .new-category-design-ul {
    margin-top: 20px;
}

}
/*featured items*/

/*Promo Code*/
.promo-dv {
    background-color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0px rgb(0 0 0 / 17%) !important;
    margin-top: 40px;
    margin-bottom: 10px;
}
.promo-dv > a {
    cursor: pointer;
}
.promo-dv p {
    font-size: 19px;
    color: #696969;
}
.promo-dv h4 {
    font-size: 23px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}
.promo-dv svg {
    margin-top: -47px;
}
.promos.new-banner .slick-dots {
    bottom: -20px;
}
.promos .slick-list {
    padding: 0 15% 0 15% !important;
}
.common-space.new-banner.promos .container {
    padding: 0 5px;
}
.new-banner.single-banner .slick-dots li.slick-active button {
    background-color: #fff;
    border: 2px solid var(--main-bg-color);
}
.a-order-div {
    background-color: #fff;
    border-radius: 12px!important;
    overflow: hidden;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
}
.order-header {
    background-color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}
.order-body {
    padding: 10px 10px;
}
.order-buttons {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    justify-content: center;
    border-top: 1px dashed #E7E7E7;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 14px;
}
.order-buttons li {
    width: 100%;
    max-width: 50%;
    text-align: center;
    border-right: 2px solid #eef8f3;
}
.order-buttons li:last-child {
    border-right: none;
}
.order-buttons li a {
    color: #000;
    display: inline-block;
    padding: 0px;
}
.order-tracking {
    text-align: center;
    width: 20%;
    position: relative;
    display: block;
}
.order-tracking::before {
    content: '';
    display: block;
    height: 2px;
    width: calc(100% - 40px);
    background-color: #E7E7E7;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}
.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%!important;
    height: 25px;
    width: 25px;
    border: 0px solid #AFAFAF;
    background-color: #E7E7E7;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 0;
}
.current .is-complete {
    background-image: url(/assets/wla_new/img/theobroma_banner/loading-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.order-tracking.current .is-complete:after {
    display: none;
}
.order-tracking p {
    color: #A4A4A4;
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}
.order-tracking.completed .is-complete {
    border-width: 0px;
}
.order-tracking.completed p,
.order-tracking.completed p span,
.order-tracking.current p,
.order-tracking.current p span {
    color: #000 !important;
}
.order-tracking.current p {
    font-weight: 500;
}
.order-tracking p span {
    font-size: 11px;
    color: #848484;
    width: 100%;
    max-width: 55px;
    display: block;
    margin: 0 auto;
}
.order-tracking:first-child:before {
    display: none;
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 12px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 12px;
    margin: auto 0;
    border: 0px solid #ffffff;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
}
.order-tracking.completed .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 12px;
    top: -2px;
    bottom: 0;
    margin: auto 0;
    border: 0px solid #ffffff;
    transform: rotate(45deg);
    border-color: #000;
    border-width: 0px 3px 3px 0;
    width: 6px;
    left: 9px;
    opacity: 1;
    background: none;
    border-radius: 0px;
}
.order-tracking.cancelled .is-complete {
    border-width: 0px;
    background: linear-gradient(331.76deg, #f00 13.35%, red 84.07%);
}
.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    border: none;
    transform: none;
    border-radius: 50%;
}
.order-tracking.cancelled .is-complete:after,
.order-tracking.cancelled .is-complete:before {
    border-color: #fff;
    border-width: 0px 3px 3px 0;
    left: 12px;
    opacity: 1;
    transform: rotate(-45deg);
    height: 15px;
    width: 2px;
    border-radius: 0px;
}
.order-tracking.cancelled .is-complete:before {
    display: block;
    position: absolute;
    content: '';
    transform: rotate(45deg);
    top: 2px;
    bottom: 4px;
    margin: auto 0;
    border: 0px solid #ffffff;
    background-color: #fff;
    width: 3px;
}
.active-order-div {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
    margin-bottom: 0px;
}
.active-order-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.active-order-div::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.active-order-div::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.active-order-div .offers-slider-start {
    min-width: 400px;
}
.offers-slider-start {
    padding: 5px 5px;
    width: auto;
    min-width: 340px;
    cursor: pointer;
}
.order-tracking.completed .is-complete, .order-tracking.current .is-complete {
    background-color: var(--main-bg-color);
}

@media only screen and (max-width: 767px) {
.promos .slick-list {
    padding: 0px !important;
}
.promo-dv h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.promo-dv p {
    font-size: 13px;
}
.promo-dv svg {
	margin-top: -27px;
	height: auto;
	width: 100%;
}
.promo-dv {
    background-color: #fff;
    text-align: center;
    padding: 0px 10px 10px 10px;
	margin-top: 30px;
}
.offers-slider-start {
	min-width: 275px !important;
}
.active-order-div .offers-slider-start {
	min-width: 345px !important;
}
.order-header {
	padding: 10px 10px;
}
.order-body {
	padding: 10px 0px;
}
.order-tracking::before {
	height: 2px;
}
.order-tracking p {
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 17px;
}
.active-orders .container {
    padding: 0 0 0 10px;
}

}

@media only screen and (max-width: 480px) {
    .active-order-div .offers-slider-start {
        min-width: 320px !important;
    }
}
/*Promo Code*/


/*Delivery Pickup new widget*/
.new-delivery .nav-link {
	border: none;
	border-bottom: 3px solid #e9ecef;
	color: #201C1D;
	font-weight: 600;
	font-size: 16px;
}
.new-delivery .nav-tabs .nav-link.active {
	color: var(--main-bg-color) !important;
	border-color: var(--main-bg-color) !important;
	background: none;
	border-radius: 5px 5px 0px 0px!important;
}
.new-delivery.wla_home_about_us .wla_section_heading:after {
	display: none;
}
.new-delivery-selector {
	margin-top: 20px;
}
.gps-btn, .gps-btn:hover, .gps-btn:focus {
    padding: 14px 20px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    display: inline-block;
    color: #fff;
    border-radius: 13px !important;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
}
.outlet-div {
	display: flex;
	border-radius: 13px;
	overflow: hidden;
	border: 1px solid var(--main-bg-color);
	width: 100%;
	min-width: 445px;
}
.outlet-div .custom-select {
	border: none;
	border-radius: 0px;
	margin: 0px;
	height: auto;
	line-height: initial;
	padding: 17px 30px 17px 20px;
	cursor: pointer;
	color: #11141A;
	background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: auto 35%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-weight: 500;
	font-size: 15px;
}
.outlet-div .custom-select:focus {
	box-shadow: none;
}
.outlet-div .custom-select:first-child {
	padding-left: 30px;
	border-right: 1px solid var(--main-bg-color);
}
.outlet-div .custom-select:last-child {
	background-position: right 15px center;
}
.new-delivery-selector li {
	line-height: initial;
}
.outlet-div select.disabled {
	background-color: #f4f4f4;
	color: #999999;
	pointer-events: none;
}
.order_selectType {
	margin-top: 1rem;
	text-align: left;
	margin-bottom: 0px;
}
.oulets-divs {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.top-divs {
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	cursor: pointer;
	height: 100%;
}
.top-divs .top-divs-left {
	width: 100%;
	max-width: 14%;
}
.top-divs .top-divs-right {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-divs-right p {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	display: flex;
	text-align: left;
	margin-bottom: 0px;
	width: 100%;
	max-width: 73%;
}
.bottom-oulets-dvs {
	display: flex;
	justify-content: space-between;
}
.new-delivery .oulets-divs .bottom-oulets-dvs > div {
	align-items: center;
	display: grid;
}
.new-delivery .oulets-divs .bottom-oulets-dvs i {
	font-size: 19px;
}
.icons-dvs i {
	color: #000;
	margin: 0 2px;
	font-size: 20px;
}
.icons-dvs > div i:first-child {
	margin-left: 0px;
}
.icons-dvs > div i:last-child {
	margin-right: 0px;
}
.bottom-oulets-dvs span {
	color: var(--main-bg-color);
	font-weight: 600;
	background: none;
	border: 1px solid var(--main-bg-color);
	padding: 5px 10px;
	display: inline-block;
	border-radius: 24px;
	font-size: 12px;
}
.bottom-oulets-dvs span:hover {
	background-color: var(--main-bg-color);
	color: #fff;
}
.top-divs-right p img {
	height: auto;
	margin-right: 4px;
	width: 100%;
	max-width: 15px;
	margin-top: 5px;
}
.form-subscribe-new input, .form-subscribe-new input:focus {
	height: auto;
	border: none;
	border-radius: 5px !important;
	overflow: hidden;
	padding: 15px 48px 15px 15px;
	font-weight: 500;
	font-size: 15px !important;
	border: 1px solid var(--main-bg-color);
}
body .near-me button {
	position: absolute;
	right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--main-bg-color);
	padding: 17px 15px;
	border-radius: 5px !important;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	top: 0px;
	right: 0px;
	z-index: 11;
	text-transform: uppercase;
}
body .near-me button img {
	max-width: 21px;
	margin-right: 6px;
}
.bannerSlider img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 480px;
}
.fixed-txt .top-divs-right p {
	max-width: 70%;
}
.new-delivery .top-divs {
	padding: 8px 8px 8px 8px;
}
.new-delivery .oulets-divs p {
	font-size: 14px;
	line-height: 22px;
	padding-right: 7px;
	max-width: 90%;
	font-weight: 400;
}
.new-delivery #outletListSearch {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
    flex-wrap: nowrap;
    padding-left: 10px;
    justify-content: center;
}
.new-delivery #outletListSearch::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar {
	height: 4px;
	background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar-thumb {
	background-color: #898989;
}
.new-delivery #outletListSearch > div {
	padding: 5px 5px;
	cursor: pointer;
	margin-top: 0.3rem;
	width: fit-content;
	min-width: 240px;
}
.new-delivery .oulets-divs {
	margin-bottom: 0px;
	height: 100%;
}
.top-divs .top-divs-right p span:first-child {
	width: 100%;
	max-width: 24px;
}
.new-delivery .top-divs .top-divs-right p span:first-child {
	max-width: initial;
	width: auto;
}
.block-inner {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
}
body .block-inner .near-me button {
	position: relative;
	font-weight: 500;
	font-size: 15px !important;
	margin-left: -10px !important;
	border-radius: 0px 5px 5px 0px !important;
	text-transform: capitalize;
}
.block-inner .form-subscribe-new input, .block-inner .form-subscribe-new input:focus {
	padding: 15px 15px 15px 15px;
	font-weight: 500;
	background-color: #f4f4f4;
}
.block-inner .outlet-div select.disabled {
	background-color: #f4f4f4;
}
.block-inner #myTab {
	margin-top: 0px !important;
}
.block-inner .gps-btn, .block-inner .gps-btn:hover, .block-inner .gps-btn:focus {
	font-size: 15px;
}
.nearbydvlisting .img-first {
	width: 100%;
	max-width: 18%;
	margin-right: 4px;
}
.nearbydvlisting .img-second {
	width: 100%;
	max-width: 100%;
}
.img-second h4 {
	font-weight: 800;
	font-size: 18px;
	padding-bottom: 4px;
}
.img-second p, .img-third p {
	line-height: initial;
	font-weight: 600;
	color: #000;
}
.img-third p { 
	color: red;
}
.img-third span {
	display: inline-block;
	background-color: var(--main-bg-color);
	padding: 0px 6px;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translate(0px, -50%);
}
.login-screen.nearbyoutlets .modal-title {
	font-size: 18px;
}
.login-screen.nearbyoutlets .modal-title svg {
	width: 100%;
	max-width: 15px;
}
#nearOutlet_List li > div {
	position: relative;
}
.img-enable .block-inner {
    background-color: rgb(255 255 255 / 85%);
}
.gps-animation {
  animation: zoom-in-zoom-out 1s ease;
  animation-delay: 1s;
}
.promos {
    padding-bottom: 35px !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media (max-width: 767px) {
.new-delivery .nav-tabs li {
	width: 50%;
}
.new-delivery .nav-link {
	width: 100%;
}
.new-delivery-selector {
	flex-wrap: wrap;
}
.new-delivery-selector li {
	width: 100%;
	text-align: center;
}
.gps-btn {
	width: 100%;
}
.outlet-div {
	min-width: 100%;
}
.oulets-divs {
	margin-bottom: 15px;
}
.top-divs-right p img {
	margin-right: 4px;
	max-width: 15px;
}
.bottom-oulets-dvs span {
	padding: 3px 8px;
	font-size: 11px;
}
.top-divs-right p {
	font-size: 16px;
	max-width: 72%;
}
.order_selectType {
	padding-left: 4px;
}
.new-delivery #outletListSearch > div {
	min-width: 224px;
}
.new-delivery .top-divs {
	padding: 7px;
}
.new-delivery .oulets-divs p {
	font-size: 13px;
	line-height: 20px;
}
.new-delivery #outletListSearch {
	justify-content: left;
}
.block-inner {
    padding: 10px 10px 15px 10px;
    position: relative;
    z-index: 1;
}
body .block-inner .near-me button {
	font-size: 14px !important;
	padding: 15px 5px;
	margin-left: -5px !important;
}
.block-inner .form-subscribe-new input, .block-inner .form-subscribe-new input:focus {
	padding: 10px 0px 10px 10px;
	font-size: 14px !important;
}
.block-inner #myTab {
	margin-left: -10px;
	margin-right: -10px;
}
.block-inner .outlet-div .custom-select {
	padding: 15px 25px 15px 10px;
	font-size: 14px;
}
.block-inner .wla_section_heading {
	padding-bottom: 3px !important;
	padding-top: 0px !important;
}
.block-inner .wla_section_heading {
	font-size: 15px;
	text-align: center;
	margin-top: 3px;
}
.block-inner .wla_section_heading span {
	font-size: 16px;
	margin-bottom: 7px;
}
.new-delivery .block-inner .nav-link {
	font-size: 15px;
}
.block-inner .gps-btn, .block-inner .gps-btn:hover, .block-inner .gps-btn:focus {
	font-size: 14px;
	padding: 13px 20px;
}
.img-second h4 {
	font-size: 16px;
}
.img-second p, .img-third p {
	font-size: 13px;
}
body .nearbyoutlets.promocode .modal-content {
	padding: 0rem 1rem;
}
.img-third span {
	font-size: 11px;
}
.login-screen.nearbyoutlets .modal-title {
	font-size: 16px;
}

}
/*Delivery Pickup new widget*/

/*Custom Delivery Pickup Widget*/
.custom-pickup-widget {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.bannerSlider .slick-slide {
	padding: 0px;
}
.bannerSlider .slick-dots {
	bottom: 15px;
}
.bannerSlider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 4px;
}
.bannerSlider .slick-dots li button {
	border-radius: 0px !important;
	width: 30px;
	height: 4px;
	opacity: 0.25;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.bannerSlider .slick-dots li.slick-active button{
	background-color: #fff;
	border-color: #fff;
	opacity: 1;
	width: 35px;
}
.bannerSlider .slick-dots li button:hover {
	opacity: 1;
}
.fixed-txt .wla_section_heading:after {
	display: none;
}
.fixed-txt {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 9em;
	transform: translate(-50%, 0%);
	padding: 0 15px;
	left: 50%;
	width: 1200px;
}
.bannerSlider .slick-slide {
	position: relative;
	height: 100%;
	background-size: cover;
}
.custom-pickup-widget.new-delivery .nav-link {
	border: none;
	border-bottom: 3px solid #ffffff;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.custom-pickup-widget.new-delivery .nav-link:hover {
	border: none;
	border-bottom: 3px solid #ffffff;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.bannerSlider .slick-slide {
	background-size: cover;
	background-position: center;
}
.bannerSlider .slick-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.3);
	z-index: 0;
	height: 100%;
	left: 0px;
	z-index: 0;
}
.bannerSlider .custom-banner {
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 0%);
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	width: 100%;
	padding: 0 15px;
}
.bannerSlider .custom-banner span {
	display: block;
}
.fixed-txt .nav-tabs {
	margin-bottom: 40px;
}
.custom-pickup-widget .order_selectType {
	color: #fff;
	width: 100%;
	max-width: 725px;
	margin: 0 auto;
	margin-top: 1rem;
}
.custom-pickup-widget #outletListSearch {
	width: 100%;
	max-width: 725px;
	margin: 0px auto;
}
.custom-pickup-widget #outletListSearch {
	margin: 0px auto;
	max-width: 733px;
	padding-left: 0px;
}
.wla_section_heading {
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    padding-bottom: 0px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: unset;
}
.wla_section_heading span {
    display: block;
    font-size: 17px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 400;
}
.block-inner #myTab {
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    max-width: 50%;
}
.new-delivery .nav-link {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: #201C1D;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
}
.new-delivery .nav-tabs .nav-link.active {
    color: #000 !important;
    border-color: var(--main-bg-color) !important;
    background: none;
    border-radius: 5px 5px 0px 0px !important;
    font-weight: 700;
}
.new-delivery .nav-link {
    border: none;
    border-bottom: 3px solid #e9ecef;
    color: #201C1D;
    font-weight: 500;
    font-size: 16px;
}
.new-delivery-selector li {
	width: 100%;
	text-align: center;
}
.new-delivery-selector {
	flex-wrap: wrap;
}
.new-delivery-selector {
    position: relative;
    margin-top: -55px;
    transform: translate(0, 0%);
}
.gps-btn svg {
    width: 100%;
    max-width: 12px;
    margin-right: 5px;
}

@media (max-width: 991px) {
.wla_section_heading {
    font-size: 19px;
}
.wla_section_heading span {
    font-size: 17px;
}

}

@media (max-width: 767px) {
.fixed-txt {
	width: 100%;
	top: 8.5em;
}
.bannerSlider .custom-banner {
	top: 45px;
	font-size: 23px;
}
.fixed-txt #myTab {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}
.fixed-txt #myTab {
	margin-bottom: 110px;
}
.bannerSlider img {
	height: 530px;
}
.wla_section_heading {
	font-size: 23px;
}
.wla_section_heading span {
	font-size: 20px;
	margin-bottom: 8px;
}
.new-delivery-selector {
    margin-top: 10px;
    position: relative;
    top: 0px;
}
.enter-delivery-address {
    font-size: 14px !important;
}

}
/*Custom Delivery Pickup Widget*/

/*Sticky Buttons*/
.sticky-buttons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
    text-align: center;
    padding: 10px 10px;
    background-color: #fff;
    margin: 0px;
    box-shadow: 0px 0px 10px #00000029;
    display: none;
}
.sticky-buttons a {
    padding: 8px 8px !important;
    display: inline-block;
    border-radius: 13px !important;
    font-weight: 600;
    background: none;
    color: var(--main-bg-color);
    line-height: initial;
}
.sticky-buttons .border-only {
    color: var(--main-bg-color);
    background: none;
}
@media (max-width: 575px) {
.sticky-buttons {
    display: block;
}
.wla_section_heading p {
    margin-bottom: 5px;
}
.wla_section_heading {
    font-size: 23px;
}
.wla_section_heading span {
    font-size: 20px;
    margin-bottom: 8px;
}
.full-img img {
    aspect-ratio: 5 / 3;
}

}
/*Sticky Buttons*/