<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.section-divider {
	margin: 0px 0px 30px;
}
.new-w-bg {
	background-color: #fff;
	padding: 15px;
}
.new-wlcm-sec {
	margin: 30px 0;
}
.new-wlcm-sec h1 {
	font-size: 30px;
}
.cart-panel-main {
	margin: 0px 0px 15px;
	position: relative;
}
.cart-module-panel {
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
	overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.cart-module-panel:hover {    
    background-color: transparent !important;
}
.cart-img-main {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	max-height: 280px;
}
.img-hover-stat {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
}
.cart-module-panel:hover .img-hover-stat {
	opacity: 1;
	visibility: visible;
}
.img-normal-stat {
	opacity: 1;
	visibility: visible;
}

.no-hovr.cart-module-panel:hover .img-normal-stat {
    opacity: 1;
    visibility: visible;
}
.cart-module-panel:hover .img-normal-stat {
	opacity: 0;
	visibility: hidden;
}
.cart-sale-panel {
	position: absolute;
	top: 0;
	right: 0;
    z-index: 9;
    width: 80px;
}
.sale-flag{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
    width: 80px;
}

.cart-zoom-trigger {
	position: absolute;
	bottom: 60px;
	right: 0;
	border-left: 35px solid transparent;
	border-bottom: 35px solid #ae004a;
	color: #fff;
	font-size: 14px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.cart-panel-main.no-details .cart-zoom-trigger {
	bottom: 0px;
}
.cart-zoom-trigger:hover, .cart-zoom-trigger:focus {
	border-bottom: 35px solid #222;
	color: #fff;
}
.cart-zoom-trigger i {
	position: absolute;
	bottom: -31px;
	z-index: 9;
	right: 3px;
}
.cart-module-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8px 0 0;
}
.cart-module-detail p {
	margin: 0px;
	line-height: 26px;
}
.cart-module-detail p a {
	color: #333;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.cart-module-detail p a:hover {
	text-decoration: none;
	color: #ae004a;
}
.item-actual-price {
	text-decoration: line-through;
	font-size: 14px;
	color: #ae004a;
}
.item-offer-price {
	color: #1dc96a;
}
.new-signup-bg {
	background-color: #222222;
	padding: 15px;
}
.new-signup-bg .btn-main {
	padding: 6px 20px 6px;
	margin-left: 5px;
}
.input-w-btn .btn-main {
	padding: 6px 20px 6px;
	margin-left: 5px;
}
.custom-nav ul {
	padding: 0px;
}
.custom-tab-nav li {
	list-style-type: none;
	margin: 0px;
}
.custom-tab-nav li a {
	background-color: #ad004a;
	display: block;
	color: #fff;
	margin: 0px 0px 3px;
	padding: 8px 15px 8px;
	font-size: 16px;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.custom-tab-nav li a:hover {
	background-color: #8b053e;
}
.custom-nav-dropdown li a {
	background-color: #e6e6e6;
	color: #111;
}
.custom-nav-dropdown li a:hover {
	background-color: #ad004a;
	color: #fff;
}
.custom-nav-dropdown li.active a:before {
	content: "ïƒš";
	padding-right: 5px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
	color: #ad004a;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.custom-nav-dropdown li a:hover:before {
	color: #fff;
}
.custom-nav-dropdown {
	max-height: 0px;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.custom-nav-drop.show .custom-nav-dropdown {
	max-height: 5000px;
	overflow: visible;
	visibility: visible;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.sidebar-link {
	font-size: 16px;
	display: inline-block;
	margin: 4px 0px 4px;
	color: #101010;
}
.sidebar-inner {
	margin-left: 20px;
	margin-bottom: 0px;
}
.sidebar-link-inner {
	font-size: 14px;
}
.sidebar-link:before {
	content: "\61";
	padding-right: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(90deg);
	position: relative;
	top: 2px;
	font-family: "sellmytees";
	font-weight: 600;
	color: #ad004a;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	display: inline-block;
}
.sidebar-link[aria-expanded="true"] {
	transform: translateX(10px);
}
.sidebar-link[aria-expanded="true"]:before {
	opacity: 1;
}
.sidebar-link.sidebar-link-inner:before {
	content: "ïƒš";
	font-family: 'Font Awesome 5 Pro';
	padding-right: 5px;
	font-weight: 600;
	color: #ad004a;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	opacity: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	top: 0px;
}
.sidebar-link.sidebar-link-inner[aria-expanded="true"]:before {
	opacity: 1;
}
.sidebar-dropdown input + label {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	cursor: pointer;
}
.sidebar-dropdown input + label:hover {
	color: #ad004a;
}
.sidebar-dropdown input:checked + label {
	transform: translateX(10px);
	color: #ac004a;
}
.sidebar-dropdown input + label:before {
	content: "ïƒš";
	font-family: 'Font Awesome 5 Pro';
	padding-right: 5px;
	font-weight: 600;
	color: #ad004a;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	opacity: 0;
}
.sidebar-dropdown input:checked + label:before {
	opacity: 1;
}
.sidebar-dropdown .form-check-input {
	display: none;
}
.sidebar-dropdown .form-check {
	padding-left: 0px;
}
.alphabet-sidebar-card .sidebar-inner-alphabet {
	display: flex;
	flex-wrap: wrap;
}
.sidebar-dropdown .alphabet-sidebar-card input + label,
.sidebar-dropdown .alphabet-sidebar-card input + a {
	background-color: #48a75a;
	margin: 3px;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.sidebar-dropdown .alphabet-sidebar-card input:checked + label,
.sidebar-dropdown .alphabet-sidebar-card input:checked a.active,
.sidebar-dropdown .alphabet-sidebar-card .form-check &gt; a.active {
	transform: translateX(0px) scale(1.1);
	background-color: #ad004a;
}
.sidebar-dropdown .alphabet-sidebar-card input + label:before,
.sidebar-dropdown .alphabet-sidebar-card input + a:before {
	display: none;
}
.pagination {
	border-radius: 0px;
	justify-content: flex-end;
}
.page-link {
	color: #101010;
	border: none;
}
.page-item.active .page-link {
	color: #ad004a;
	background-color: transparent;
	border-color: transparent;
}
.page-link:hover, .page-link:focus {
	color: #ad004a;
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.inner-heading {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid #eee;
	padding: 0px 0px 5px;
	margin: 30px 0 20px;
}
.custom-control-label {
	cursor: pointer;
}
.discount-coupon-trigger {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
.discount-coupon-trigger:hover, .discount-coupon-trigger:focus {
	color: #fff;
}
.discount-coupon-module, .discount-coupon-trigger {
	text-align: center;
	overflow: hidden;
	background-color: #000;
	height: 45px;
}
.input-group.discount-code-field {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
	align-items: center;
}
.discount-coupon-module.show .discount-coupon-trigger {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}
.discount-coupon-module.show .input-group.discount-code-field {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.discount-coupon-module .form-control, .discount-coupon-module .form-control:focus {
	font-size: 18px;
	background-color: transparent;
	text-align: center;
	height: 42px;
	color: #fff;
	font-style: italic;
}
.discount-coupon-module .form-control::-webkit-input-placeholder {
 color:#fff;
}
.discount-coupon-module .form-control::-moz-placeholder {
 color:#fff;
}
.discount-coupon-module .form-control:-ms-input-placeholder {
 color:#fff;
}
.discount-coupon-module .form-control::-ms-input-placeholder {
 color:#fff;
}
.discount-coupon-module .form-control::placeholder {
 color:#fff;
}
.discount-coupon-module .btn-main {
	background-color: #fff;
	color: #000;
	border: 4px solid #000;
	padding: 8px 20px 8px;
	font-style: italic;
}
.discount-coupon-module .btn-main:after {
	display: none;
}
.check-form input {
	display: none;
}
.check-form label {
	color: #a7a7a7;
	padding: 10px 15px 10px;
	border: 1px solid #a7a7a7;
	cursor: pointer;
	margin: 0px 10px 0px;
	border-radius: 10px;
	min-width: 210px;
}
.check-form input[type="radio"]:checked + label {
	border: 1px solid #48a75a;
}
.check-form img {
	width: 110px;
	filter: grayscale(100%);
}
.check-form input[type="radio"]:checked + label img {
	filter: grayscale(0%);
}
.credit-card-info {
	border: 1px solid #e0e0e0;
	padding: 15px;
	border-radius: 10px;
	margin: 20px 0;
}
.order-summary-module {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}
.order-summary-detail p {
	font-size: 13px;
	line-height: 20px;
}
.order-summary-detail {
	flex: 1;
	margin-right: 10px;
}
.cart-module {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transform: scale(1) rotateZ(0);
	transform: scale(1) rotateZ(0);
}
.cart-module.remove, .product-show.remove {
	opacity: 0;
	-webkit-transform: scale(0) rotateZ(45deg);
	transform: scale(0) rotateZ(45deg);
	max-height: 0px;
}
.cart-module .cart-module-r {
	flex: 1;
	margin-left: 20px;
}
.cart-item-remove {
	position: absolute;
	right: 0px;
	top: 0;
	font-size: 16px;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-form {
	display: flex;
	align-items: center;
}
.flex-form label {
	margin: 0;
	margin-right: 10px;
}
.flex-form .form-control, .flex-form .form-control:focus {
	padding: 0px;
	height: 20px;
	background-color: transparent;
	font-weight: 600;
}
.update-cart {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.update-cart .btn-main {
	margin-left: 20px;
}
.cart-btm-lavel {
	display: flex;
	align-items: center;
}
.cart-module .cart-btm-l {
	flex: 1;
	margin-right: 10px;
}
.cart-btm-l p {
	line-height: 20px;
}
.head-w-cta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #ad004a;
	padding: 0px 0px 10px;
}
.head-w-cta h2 {
	font-size: 22px;
}
.login-single {
	padding: 30px 15px;
}
.login-single .form-control, .login-single .form-control:focus {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
	transition: none;
	background-color: transparent;
	box-shadow: none;
	font-size: 13px;
	padding-left: 0px;
}
.password-field input {
	padding-right: 35px;
}
.form-group.password-field {
	position: relative;
}
.password-field a {
	position: absolute;
	right: 8px;
	bottom: 8px;
}
.modal-content {
	border: 3px solid #ad004a;
	border-radius: 20px;
}
.modal {
	z-index: 9999;
}
.close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 22px;
	width: 40px;
	height: 40px;
	z-index: 9999;
	color: #ad004a;
	opacity: 1;
}
.close i {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.close:hover i {
	transform: rotate(360deg);
}
.product-banner img {
	width: 100%;
}
.product-display-module .cart-module-panel {
	height: 400px;
	border: 1px solid #ddd;
}
.product-display-module .cart-img-main {
	max-height: 350px;
}
.product-fav {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.product-fav img {
	max-height: 100px;
}
.product-fav li {
	list-style-type: none;
	border: 1px solid #eee;
	margin-right: 10px;
	padding: 10px;
}
.product-module-color {
	display: flex;
	flex-wrap: wrap;
}
.product-color-select {
	width: 28px;
	height: 28px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 2px;
	text-align: center;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.product-color-select:hover, .product-color-select.active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.product-color-select:after {
	content: "ï€Œ";
	font-family: 'Font Awesome 5 Pro';
	font-size: 14px;
	color: #fff;
	z-index: 99;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	opacity: 0;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.product-color-select.active:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.product-color-select img {
	width: 100%;
	height: 100%;
}
.product-price-tag {
	font-size: 22px;
	color: #ad004a;
	font-weight: 600;
	margin: 10px 0;
}
.product-final-order {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.multiple-product-closer {
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}
.product-show.add-closer .multiple-product-closer {
	display: inline-block;
}
.product-show {
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transform: scale(1) rotateZ(0);
	transform: scale(1) rotateZ(0);
}
.pricing-single {
	border: 1px solid #f3f3f3;
	margin: 10px 0 20px;
	transition: 0.3s all ease-in-out;
	box-shadow: none;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
	background-color: #fff;
}
.pricing-single:hover {
	transition: 0.3s all ease-in-out;
	box-shadow: 0 10px 55px 3px rgba(0,0,0,0.065);
	-webkit-transform: scale(1.01) translateY(-10px);
	transform: scale(1.01) translateY(-10px);
	border: 1px solid #f3f3f3;
}
.pricing-single.popular {
	box-shadow: 0 10px 55px 3px rgba(0,0,0,0.065);
	-webkit-transform: scale(1.01) translateY(-10px);
	transform: scale(1.01) translateY(-10px);
	border: 1px solid #f3f3f3;
	position: relative;
}
.pricing-single.popular:hover {
	box-shadow: none;
	-webkit-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.pricing-img-area {
	background-color: #f3f3f3;
	text-align: center;
	padding: 25px 0;
	margin-bottom: 25px;
}
.pricing-img-area img {
	height: 110px;
}
.pricing-head {
	text-align: center;
}
.pricing-head h2 {
	font-size: 22px;
	font-weight: 800;
}
.price-tag {
	font-size: 50px;
	font-weight: 800;
	color: #48a75a;
	margin: 20px 0 20px;
	display: block;
	line-height: 48px;
}
.pricing-desc {
	padding: 0 20px;
}
.pricing-btn {
	text-align: center;
	padding: 35px 0 25px;
}
.pricing-term {
	padding: 0 0 10px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
}
.price-tag span {
	font-size: 17px;
	color: #333;
}
.pricing-head p {
	margin: 0;
	font-size: 14px;
}
.pricing-head {
	padding: 0 25px;
}
.price-txt {
	font-weight: 600;
	display: inline-block;
	margin: 12px 0;
	font-size: 18px;
	color: #fd4f51;
}
.pricing-desc ul li {
	list-style-type: none;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	color: #000;
	font-weight: 500;
	cursor: default;
}
.pricing-desc ul li:last-child {
	border-bottom: none;
}
.pricing-desc ul .disabled {
	color: #b3b3b3;
	pointer-events: none;
}
.offer-tag {
	width: 100px;
	position: absolute;
	top: -8px;
	right: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgb(248, 254, 249);
}

a.carousel-control-prev.carousel-control i {
    transform: rotate(-90deg);
}

a.carousel-control-next.carousel-control i {
    transform: rotate(90deg);
}

.carousel-control i {
	font-size: 22px;
	color: #ac004a;
}

.carousel-control-prev.carousel-control {
	left: -100px;
	opacity: 0;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.carousel-control-next.carousel-control {
	right: -100px;
	opacity: 0;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.carousel:hover .carousel-control-prev.carousel-control {
	left: 20px;
	opacity: 1;
}
.carousel:hover .carousel-control-next.carousel-control {
	right: 20px;
	opacity: 1;
}
.carousel-control-next, .carousel-control-prev {
	top: auto;
	bottom: auto;
	width: 30px;
	height: 30px;
}
.carousel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 8px;
	opacity: 1;
	position: relative;
	background-color: #ad004a;
	border: 2px solid #fff;
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.carousel-indicators li.active {
	background-color: #48a75a;
}
.carousel-indicators li:after {
	content: "";
	position: absolute;
	top: -7px;
	left: -7px;
	right: 0;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	z-index: -1;
	background-color: #ddd;
	-webkit-filter: blur(1.8px);
	filter: blur(1.8px);
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
.carousel-indicators .active:after {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.custom-accordion-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #ad004a;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	border-top: 1px solid #dcdcdc;
}
.custom-accordion-head:hover, .custom-accordion-head:focus {
	color: #ad004a;
}
.custom-accordion-head:hover {
	background-color: #fafafa;
}
.custom-accordion-head.collapsed {
	color: #48a75a;
}
.custom-accordion-card {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}
.custom-accordion-card-body {
	padding: 0 15px 15px;
}
.custom-accordion-head.collapsed .custom-accordion-ico {
	transform: rotate(315deg);
}
.custom-accordion-ico.transition {
	font-size: 14px;
}
.garment-product-module-color .product-color-select:after {
	display: none;
}
.garment-product-module-color .product-color-select:hover, .garment-product-module-color .product-color-select.active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.garment-product-module-color .product-color-select {
	cursor: default;
}
.home-brand-module-inner h3 {
	color: #ad004a;
	font-size: 18px;
	font-weight: 600;
}
.home-brand-module {
	display: flex;
	align-items: center;
}
.home-brand-module-inner {
	flex: 1;
	margin-left: 10px;
}
.home-brand-module-inner p {
	font-size: 14px;
	line-height: 24px;
}

@media(max-width:1300px) {
.carousel-control-prev.carousel-control {
	left: 20px;
	opacity: 1;
}
.carousel-control-next.carousel-control {
	right: 20px;
	opacity: 1;
}
}

@media(max-width:1024px) {
.new-wlcm-sec h1 {
	font-size: 26px;
}
.cart-module-panel {
	height: 280px;
}
}

@media(max-width:990px) {
.new-signup-bg .input-group {
	margin: 10px 0 0;
}
.check-form img {
	width: 80px;
}
.check-form label {
	margin: 0px 0px 0px;
	min-width: 130px;
}
.login-pop-module .btn-main {
	display: block;
	width: 100%;
	margin: 5px 0px;
}
.product-display-module .cart-module-panel {
	height: 230px;
}
.home-brand-module {
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
.home-brand-module-inner {
	margin-left: 0;
	margin-top: 10px;
}
.create-store-module-main {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.create-store-module {
	width: 33.33%;
	margin: 0 10px;
}
}

@media(max-width:767px) {
.new-signup-bg {
	text-align: center;
}
.new-wlcm-sec h1 {
	font-size: 22px;
	line-height: 30px;
}
.pagination {
	justify-content: center;
}
.discount-coupon-trigger {
	font-size: 13px;
}
.discount-coupon-module .form-control, .discount-coupon-module .form-control:focus {
	font-size: 12px;
}
.discount-coupon-module .btn-main {
	padding: 8px 10px 8px;
	font-size: 13px;
}
.check-form label {
	min-width: 120px;
}
.new-wlcm-sec {
	margin: 20px 0;
}
.inner-heading {
	font-size: 18px;
}
.head-w-cta h2 {
	font-size: 18px;
	margin-bottom: 8px !important;
}
.login-pop-module:after {
	width: 100%;
}
.product-display-module .cart-img-main {
	max-height: 200px;
}
.price-tag {
	font-size: 40px;
}
.input-w-btn .btn-main {
	padding: 6px 10px 6px;
	margin-left: 5px;
}
.carousel-control i {
	font-size: 20px;
}
.carousel-control-prev.carousel-control {
	left: 0px !important;
}
.carousel-control-next.carousel-control {
	right: 0px !important;
}
.home-brand-module {
	align-items: center;
	margin-bottom: 15px;
}
.home-brand-module-inner {
	text-align: center;
}
.create-store-module-main {
	flex-wrap: wrap;
}
.create-store-module {
	width: 100%;
	margin: 0 10px 0 !important;
}
	.home-banner .col-md-8.pr-2 {
    padding-right: 15px !important;
}
}
/*tabs*/


.custom-tab .nav-tabs {
	display: none;
}
.custom-tab {
	border: 1px solid #ccc;
}

@media (min-width: 1024px) {
.custom-tab .nav-tabs {
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap: nowrap;
}
.custom-tab .nav-item {
	padding: 0;
}
.custom-tab .nav-tabs .nav-link {
	padding: 15px 25px;
	border: none;
	font-weight: 600;
	border-right: 1px solid #eee;
	border-radius: 0px;
	text-transform: capitalize;
}
.custom-tab .nav-tabs .nav-item:last-child .nav-link {
	border-bottom: none;
}
.custom-tab .nav-tabs .nav-link.active {
	border: none;
	background-color: #ad004a;
	color: #ffffff;
	position: relative;
}
.custom-tab .nav-tabs .nav-link.active:after {
	content: '';
	position: absolute;
	right: 0px;
	left: 0px;
	margin: 0 auto;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 10px solid #fff;
}
.custom-tab .nav-tabs .nav-link i {
	color: #ad004a;
}
.custom-tab .nav-tabs .nav-link.active i {
	color: #fff;
}
.custom-tab .card {
	border: none;
}
.custom-tab .card .card-header {
	display: none;
}
.custom-tab .card .collapse {
	display: block;
}
}

@media (max-width: 990px) {
.custom-tab .tab-pane {
	display: block;
	opacity: 1;
	border: none;
}
.custom-tab .card-header {
	background-color: transparent;
	border-bottom: 2px solid #fff;
	padding: 0;
}
.custom-tab {
	display: block;
}
.custom-tab .card-header h5 a {
	display: block;
	background-color: #ad004a;
	padding: 12px 30px 12px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 27px;
	position: relative;
}
.custom-tab .card-header h5 a:after {
	content: 'ï§';
	font-family: 'Font Awesome 5 Pro';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 14px;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	position: absolute;
	right: 15px;
	top: 12px;
}
.custom-tab .card-header h5 a.collapsed:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
}

/*tabs END*/

.page-list-pnf &gt; li {
    list-style-type: none;
    margin-left: 25px;
    float: left;
    width: 45%;
    list-style-image: url(/newimg/arrow.png);
}

.wizard {
    margin: 15px 0 5px;
}
.track {
    word-wrap: break-word;
}
.ordertrack {
    word-wrap: break-word;
}
.dil {
    word-wrap: break-word;
}
.wizard a {
    padding: 5px 12px 6px;
    margin-right: 5px;
    background: #ad004a;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 21px inset transparent;
    border-bottom: 21px inset transparent;
    border-left: 32px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 21px inset transparent;
    border-bottom: 21px inset transparent;
    border-left: 32px solid #ad004a;
    position: absolute;
    content: "";
    top: 0;
    right: -32px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #ad004a;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #ad004a;
}
.wizard .forward {
    background: #8d8d8d;
    color: #fff;
}
.wizard .forward:after {
    border-left-color: #8d8d8d;
}

.home-page-middle-content ul,
.home-page-middle-content ol {
    margin-left: 25px;
}</pre></body></html>