@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: 25px 0;
}
.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) {
.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;
}

}
/*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*/

/*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;
}

}
/*Sticky Buttons*/

/*store locator*/
.wla-featured_items_section.center_section-heading .order-online-single.text-center.space-top {
    margin: 0px;
}
.order-online-single .near-me button {
    border-radius: 50px !important;
}
/*store locator*/

/*about us variation two*/
.about-var-section .common-heading span { 
    background-color: #fff; 
} 
.about-var-section { 
    background-color: #fff; 
} 
.common-heading-nw { 
    font-size: 28px; 
} 
.wla_banner_para { 
    color: #777; 
    font-size: 16px; 
    text-align: justify; 
    text-justify: inter-word; 
    margin: 25px 0px 25px 0px; 
}
.about-var-section-upr .gps-btn, 
.about-var-section-upr .gps-btn:hover, 
.about-var-section-upr .gps-btn:focus {
    padding: 8px 32px !important;
    width: 100%;
    max-width: 250px;
}
.about-var-section img {
    max-width: 450px;
    border-radius: 20px;
}
@media only screen and (max-width: 991px) {
.common-heading-nw { font-size: 22px; 
} 
.wla_banner_para { 
    font-size: 15px; 
}
.about-var-section-upr .gps-btn {
    max-width: 100%;
}
.order-revert > div:first-child {
    order: 2;
}
} 
/*about us variation two*/

/*Download App and Newsletter Widget*/
.newsletter-dv form {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 450px;
	margin-top: 30px;
}
.newsletter-dv button {
	position: absolute;
	right: 0px;
}
.newsletter-dv .form-control,
.newsletter-dv .form-control:focus {
	background: none;
	border: 2px solid #000;
	border-radius: 0px;
	height: auto;
	padding: 12px 190px 12px 12px;
	color: #000 !important;
}
.newsletter-dv .form-control::placeholder {
	color: #000;
}
.newsletter-dv button {
	border: none;
	background-color: #000;
	top: 1px;
	right: -1px;
	margin-right: 2px;
	padding: 13px 35px;
	color: #fff;
	font-weight: 600;
	z-index: 11;
	min-width: 136px;
}
.newsletter-dv .form-control:focus {
	box-shadow: none;
	border-color: #000;
	color: #fff;
}
.download-icon img {
	max-width: 160px;
}
.qr-code img {
	max-width: 90px;
	border: 1px solid #000;
}
.logo-on-mobile {
	position: absolute;
	top: 35px;
	left: 45.5%;
	width: 100%;
	max-width: 50px;
	-ms-transform: rotate(347deg);
	transform: rotate(347deg);
	border-radius: 5px;
	border: 1px solid #c3c3c3;
}
@media (max-width: 575px) {
	.newsletter-dv button {
		padding: 13px 25px;
	}
	.newsletter-dv .form-control {
		padding: 12px 130px 12px 12px;
	}
	.newsletter-dv form {
		margin-top: 25px;
	}
	.qr-code img {
		max-width: 55px;
	}
	.download-icon img {
		max-width: 100px;
	}
}
/*Download App and Newsletter Widget*/

/*Download App and Newsletter Widget*/
.newsletter-dv form {
	display: flex;
	position: relative;
	width: 100%;
	max-width: 450px;
	margin-top: 30px;
}
.newsletter-dv button {
	position: absolute;
	right: 0px;
}
.newsletter-dv .form-control,
.newsletter-dv .form-control:focus {
	background: none;
	border: 2px solid #000;
	border-radius: 0px;
	height: auto;
	padding: 12px 190px 12px 12px;
	color: #000 !important;
}
.newsletter-dv .form-control::placeholder {
	color: #000;
}
.newsletter-dv button {
	border: none;
	background-color: #000;
	top: 1px;
	right: -1px;
	margin-right: 2px;
	padding: 13px 35px;
	color: #fff;
	font-weight: 600;
	z-index: 11;
	min-width: 136px;
}
.newsletter-dv .form-control:focus {
	box-shadow: none;
	border-color: #000;
	color: #fff;
}
.download-icon img {
	max-width: 160px;
}
.qr-code img {
	max-width: 90px;
	border: 1px solid #000;
}
.logo-on-mobile {
	position: absolute;
	top: 35px;
	left: 45.5%;
	width: 100%;
	max-width: 50px;
	-ms-transform: rotate(347deg);
	transform: rotate(347deg);
	border-radius: 5px;
	border: 1px solid #c3c3c3;
}
.download-widget .wla_section_heading:after {
	left: 0px;
	transform: translate(0);
}
.download-widget p {
	font-size: 19px;
	margin: 30px 0 20px;
}
.download-icons img {
	width: 100%;
	max-width: 150px;
}
.download-icons a {
	margin: 0px 5px;
}
.download-icons a:first-child {
	margin-left: 0px;
}
.download-icons a:last-child {
	margin-right: 0px;
}
.download-right {
	position: relative;
}
.download-right .qrcodeimg {
	position: absolute;
	right: 0;
	width: 100%;
	max-width: 220px;
	top: 60px;
	transform: translate(-25%, 0%);
}
.download-widget {
	background-image: url(/assets/wla_new/img/download-the-app-background-desktop.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}
.download-widget .wla_section_heading:after {
	left: 0px;
	transform: translate(0);
}
.download-widget .wla_section_heading {
    text-align: left;
    text-transform: capitalize;
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
.download-widget .wla_section_heading:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background-color: var(--main-bg-color);
    left: 0px;
    bottom: 0px;
}
@media (max-width: 1368px) {
.main-download-img {
	max-width: 450px;
}
.download-right .qrcodeimg {
	max-width: 175px;
}

}
@media (max-width: 991px) {
.main-download-img {
	max-width: 350px;
}
.download-right .qrcodeimg {
	max-width: 143px;
	top: 40px;
}

}

@media (max-width: 767px) {
    .download-widget .wla_section_heading {
        text-align: center;
    }
}

@media (max-width: 575px) {
.newsletter-dv button {
	padding: 13px 25px;
}
.newsletter-dv .form-control {
	padding: 12px 130px 12px 12px;
}
.newsletter-dv form {
	margin-top: 25px;
}
.qr-code img {
	max-width: 55px;
}
.download-icon img {
	max-width: 100px;
}
.download-icons img {
    max-width: 130px;
}
.download-widget {
	text-align: center;
	background-image: url(/assets/wla_new/img/download-the-app-background-mobile.webp);
	background-size: cover;
	background-position: bottom;
	padding-bottom: 0px !important;
}
.download-widget .wla_section_heading:after {
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-download-img {
	max-width: 320px;
}
.download-right .qrcodeimg {
	max-width: 133px;
	top: 40px;
}
.download-right {
    margin-top: 25px;
}
.download-widget p {
    margin: 20px 0 20px;
}

}

/*Download App and Newsletter Widget*/

/*ful width banner*/
.full-width-banner img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.common-spacing {
    padding: 20px 0px;
}
/*ful width banner*/
/*ful width banner*/

/*about us*/
.about-us .common-heading span {
    background-color: #fff;
}
/*about us*/

/*Delivery Pickup new widget*/
.new-delivery .nav-link, .new-delivery .nav-link:hover {
    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);
    border-color: var(--main-bg-color);
    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 25px;
    background-color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    display: inline-block;
    color: #fff;
    border-radius: 4px !important;
    font-weight: 600;
    font-size: 16px;
}
.outlet-div {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--main-bg-color);
    width: 100%;
    min-width: 400px;
}
.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;
}
.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 25px center;
}
.new-delivery-selector li {
    line-height: initial;
}
.wla_section_heading {
    text-transform: capitalize;
    font-size: 26px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
.center_section-heading .wla_section_heading {
    text-align: center;
    margin-bottom: 20px;
}
.wla_featured_category_section .wla_section_heading {
    margin-bottom: 0px;
}
.wla_section_heading p {
    margin-bottom: 10px;
}
.wla_section_heading span {
    display: block;
    font-size: 22px;
    color: var(--main-bg-color);
    margin-bottom: 10px;
}
.wla_section_heading:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background-color: var(--main-bg-color);
    left: 0px;
    bottom: 0px;
}
.center_section-heading .wla_section_heading:after {
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.wla_home_about_us .wla_section_heading:after {
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5px;
}
.wla_section_heading.text-white::after {
    background-color: #fff;
}

@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%;
}
.wla_section_heading {
    font-size: 23px;
}
.download-widget .wla_section_heading:after {
    left: 50%;
    transform: translate(-50%, -50%);
}
.wla_section_heading:after {
    max-width: 80px;
}

}
/*Delivery Pickup new widget*/

/*Delivery Pickup new widget*/
.new-delivery .nav-link,
.new-delivery .nav-link:hover {
    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);
    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: 600;
    font-size: 16px;
}
.outlet-div {
    display: flex;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid var(--main-bg-color);
    width: 100%;
    min-width: 400px;
}
.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;
}
.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: #f7f7f7;
    color: #999999;
    pointer-events: none;
}
.oulets-divs {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.new-delivery .oulets-divs {
    margin-bottom: 0px;
}
.new-delivery .top-divs-right p {
    max-width: 70%;
    font-size: 15px;
    padding-right: 5px;
    margin-bottom: 0px;
}
.top-divs {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    cursor: pointer;
}
.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;
    margin-bottom: 10px;
    text-align: left;
}
.bottom-oulets-dvs {
    display: flex;
    justify-content: space-between;
}
.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: 16px !important;
    border: 1px solid var(--main-bg-color);
}
.near-me button {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-bg-color);
    padding: 18px 15px;
    border-radius: 5px !important;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    top: 0px;
    right: 0px;
    z-index: 1;
    text-transform: uppercase;
}
.near-me button img {
    max-width: 21px;
    margin-right: 6px;
}
.bannerSlider img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 480px;
}
.new-delivery #outletListSearch {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
    flex-wrap: nowrap;
    margin: 0px;
}
.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: 5px;
    background-color: #F5F5F5;
}
.new-delivery #outletListSearch::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.new-delivery #outletListSearch > div {
    padding: 5px 5px;
    width: auto;
    min-width: 280px;
    cursor: pointer;
    margin-top: 1rem;
}
.left-align-delivery-widget #outletListSearch .col-md-4.col-xs-12 {
    text-align: left;
}
.block-inner {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #00000029;
}
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-left: -5px;
    margin-right: 4px;
}
.nearbydvlisting .img-second {
    width: 100%;
    max-width: 100%;   
}
.img-second h4 {
    font-weight: 700;
    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: 1px 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;
}
.img-enable .block-inner {
    background-color: rgb(255 255 255 / 85%);
}
.widthout-img:after {
	content: "Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin Goodflippin ";
}
.gradient-section-sc {
    position: relative;
}
.newly-launched-bg {
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    opacity: 0.25;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.block-inner { 
    position: relative;
}
.img-enable .newly-launched-bg {
    display: none;
}
@media (max-width: 767px) {
    .new-delivery #outletListSearch {
        justify-content: unset !important;
    }
    .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: 5px;
    }
    .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;
        margin-bottom: 8px;
    }
    .bannerSlider img {
        height: 530px;
    }
    .new-delivery #outletListSearch {
        justify-content: center;
    }
	.block-inner {
    padding: 10px 10px 13px 10px;
	}
	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: 20px;
	}
	.block-inner .wla_section_heading span {
		font-size: 18px;
		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: 13px;
	}
	.nearbydvlisting .img-first {
		max-width: 20%;
    }
	.login-screen.nearbyoutlets .modal-title {
		font-size: 16px;
	}
}
/*Delivery Pickup new widget*/