 .base-color {
     color: hsl(var(--main)) !important;
 }
 .copyInput {
     display: inline-block;
     line-height: 50px;
     position: absolute;
     top: 0;
     right: 0;
     width: 40px;
     text-align: center;
     font-size: 14px;
     cursor: pointer;
     -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
 }

 .copied::after {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 12%;
     width: 100px;
     display: block;
     content: "COPIED";
     font-size: 12px;
     padding: 5px 5px;
     color: #fff;
     background-color: #FF7000;
     border-radius: 3px;
     opacity: 0;
     will-change: opacity, transform;
     animation: showcopied 1.5s ease;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}

 @keyframes showcopied {
    0% {
        opacity: 0;
        transform: translateX(100%) translateY(-50%);
        -webkit-transform: translateX(100%) translateY(-50%);
        -moz-transform: translateX(100%) translateY(-50%);
        -ms-transform: translateX(100%) translateY(-50%);
        -o-transform: translateX(100%) translateY(-50%);
    }

    50% {
        opacity: 0.7;
        transform: translateX(40%) translateY(-50%);
        -webkit-transform: translateX(40%) translateY(-50%);
        -moz-transform: translateX(40%) translateY(-50%);
        -ms-transform: translateX(40%) translateY(-50%);
        -o-transform: translateX(40%) translateY(-50%);
    }

    70% {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
        -webkit-transform: translateX(0) translateY(-50%);
        -moz-transform: translateX(0) translateY(-50%);
        -ms-transform: translateX(0) translateY(-50%);
        -o-transform: translateX(0) translateY(-50%);
    }

    100% {
        opacity: 0;
    }
 }

.input-group-text.copytext{
    border: 0;
}

.cookies-card {
    width: 520px;
    padding: 30px;
    color: #1E2337;
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
    transition: all .5s;
    background: #d1d1d1;
    border-radius: 5px;
 }

 .cookies-card.hide {
    bottom: -500px !important;
 }

 .radius--10px {
    border-radius: 10px;
 }

 .cookies-card__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #6e6f70;
    color: #fff;
    font-size: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
 }

 .cookies-card__content {
    margin-bottom: 0;
 }

 .cookies-btn {
    color: #363636;
    text-decoration: none;
    padding: 10px 35px;
    margin: 3px 5px;
    display: inline-block;
    border-radius: 999px;
 }

 .cookies-btn:hover {
    color: #363636;
 }


 @media (max-width: 767px) {
     .cookies-card {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 14px;
        padding: 15px;
     }
 }

.hover-input-popup {
    position: relative;
}

 .input-popup {
     display: none;
 }

 .hover-input-popup .input-popup {
     display: block;
     position: absolute;
     bottom: 130%;
     left: 50%;
     width: 280px;
     background-color: #1a1a1a;
     color: #fff;
     padding: 20px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     -webkit-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
 }

 .input-popup::after {
     position: absolute;
     content: '';
     bottom: -19px;
     left: 50%;
     margin-left: -5px;
     border-width: 10px 10px 10px 10px;
     border-style: solid;
     border-color: transparent transparent #1a1a1a transparent;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
 }

 .input-popup p {
     padding-left: 20px;
     position: relative;
 }

 .input-popup p::before {
     position: absolute;
     content: '';
     font-family: 'Line Awesome Free';
     font-weight: 900;
     left: 0;
     top: 4px;
     line-height: 1;
     font-size: 18px;
 }

 .input-popup p.error {
     text-decoration: line-through;
 }

 .input-popup p.error::before {
     content: "\f057";
     color: #ea5455;
 }

 .input-popup p.success::before {
     content: "\f058";
     color: #28c76f;
 }



 .show-filter {
     display: none;
 }

 @media(max-width:767px) {
     .responsive-filter-card {
         display: none;
         transition: none;
     }

     .show-filter {
         display: block;
     }
 }
 
 /*==============Main menu 30-03-24===============*/
 .v-center {
	align-items: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/* header */
.header {
    display: block;
    width: 100%;
    z-index: 99;
    background-color: #F8F5EF;
}

.header .menu>ul>li {
	display: inline-block;
	line-height: 50px;
	margin-left: 25px;
}

.header .menu>ul>li>a {
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
	border-bottom: 4px solid #f8f5ef;
}

.header .menu>ul>li .sub-menu {
	position: absolute;
	z-index: 500;
	background-color: #ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 25px;
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 992px) {
	.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}
}

.header .menu>ul>li .sub-menu>ul>li {
	line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
	min-width: 280px;
	max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
	line-height: 1;
	display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
	display: inline-block;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	padding-bottom: 5px;
}

.header .menu>ul>li .sub-menu.mega-menu {
	max-width: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 15px;
	left: 0;
	text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item .title {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    padding-bottom: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item.text-center .title {
	text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 200px;
	object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
	color: #cf004f;
}
.header .menu>ul>li:hover>a{
    border-bottom: 4px solid #cf004f;
}
/* banner section */
.banner-section {
	background-image: url("../img/banner.jpg");
	background-size: cover;
	background-position: center;
	height: 700px;
	width: 100%;
	display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
	display: none;
}

/* my code */
ul.menu-main {
	position: relative;
	text-align: center;
}

.mega-col-2 .list-item {
	flex: 0 0 50% !important;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item p {
	line-height: normal;
	margin-bottom: 0;
}
.menu-item-has-children {
    position: unset;
}

/*responsive*/
@media (max-width: 991px) {
	.header .item-center {
		order: 3;
		flex: 0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex: 0 0 auto;
	}

	.v-center {
		justify-content: space-between;
	}

	.header .mobile-menu-trigger {
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}

	.header .mobile-menu-trigger span {
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}

	.header .mobile-menu-trigger span:before {
		top: -6px;
	}

	.header .mobile-menu-trigger span:after {
		top: 6px;
	}

	.header .item-right {
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color: #ffffff;
		left: 0;
		top: 0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active {
		transform: translate(0%);
	}

	.header .menu>ul>li {
		line-height: 1;
		margin: 0;
		display: block;
	}

	.header .menu>ul>li>a {
    line-height: 31px;
    height: 40px;
    padding: 0 40px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
}
.header .menu>ul>li>a:after {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 25px;
}

	.header .menu .mobile-menu-head {
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top: 0;
	}

	.header .menu .mobile-menu-head .go-back {
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 16px;
		display: none;
	}

	.header .menu .mobile-menu-head.active .go-back {
		display: block;
	}

	.header .menu .mobile-menu-head .current-menu-title {
		font-size: 15px;
		font-weight: 500;
		color: #000000;
	}

	.header .menu .mobile-menu-head .mobile-menu-close {
		height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color: #000000;
		font-size: 25px;
	}

	.header .menu .menu-main {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header .menu>ul>li .sub-menu.mega-menu,
	.header .menu>ul>li .sub-menu {
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin: 0;
		padding: 15px;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
		padding-bottom: 60px;
	}

	.header .menu>ul>li .sub-menu.active {
		display: block;
	}

	@keyframes slideLeft {
		0% {
			opacity: 0;
			transform: translateX(100%);
		}

		100% {
			opacity: 1;
			transform: translateX(0%);
		}
	}

	@keyframes slideRight {
		0% {
			opacity: 1;
			transform: translateX(0%);
		}

		100% {
			opacity: 0;
			transform: translateX(100%);
		}
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
		margin-top: 0;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
		margin-bottom: 20px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
		margin-bottom: 0px;
	}

	.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
		flex: 0 0 100%;
		padding: 0px;
	}

	.header .menu>ul>li .sub-menu>ul>li>a,
	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
		display: block;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
		margin-bottom: 15px;
		display: none;
	}

	.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul.active {
		display: block;
	}

	.menu-overlay {
		position: fixed;
		background-color: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active {
		visibility: visible;
		opacity: 1;
	}
}
 

 /*=================Home Page=====================*/
 * {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
    max-width: 100%;
}
.heading {
    margin-bottom: 20px;
}
 .heading h2 {
    color: #222;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
}
.first-banner {
    padding-top: 40px;
}
 .first-banner a, .first-banner img {
    width: 100%;
    max-width: 100%;
}
.btn-otl {
    border: 2px solid #cf004f;
    color: #cf004f;
    padding: 12px 35px;
}
.btn-otl:hover {
    background-color: #ffebf3;
}
.catalogue-text h6 {
    font-size: 13px;
    color: #222;
}
.catalogue-text h2 {
    color: #222;
    padding: 10px 0 15px 0;
}
.cta-section a {
    width: 100%;
    overflow: hidden;
}
.cta-section img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.cta-section img:hover {
    transform: scale(1.03);
}
.range-box a {
    width: 100%;
}
.range-box .range-img {
    overflow: hidden;
    border-radius: 10px;
}
.range-box img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    transition: transform 0.3s ease;
}
.range-box img:hover {
    transform: scale(1.1);
}
.range-box h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}
.product-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 15px;
}
.product-box .product-info h5 {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    margin: 15px 0;
}
.product-box .product-info p {
    margin: 10px 0px;
}
.product-box .product-info p {
    margin: 10px 0px;
    color: #cf004f;
}
.product-box:hover {
    box-shadow: 0 0 20px #ddd;
}
.wineplan {
    background-color: #fff5fa;
    padding: 50px 0;
}
.top-seller .range-img {
    height: 200px;
}
.wineplan a, .wineplan a img {
    width: 100%;
}
.usp-banner {
    padding: 20px 0;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.08);
    background-color: #fff;
}
.usp-slide {
    max-width: 400px;
    margin: auto;
    text-align: center;
}
.usp-slide-item i {
    color: #cf004f;
    font-size: 25px;
    vertical-align: middle;
}
.usp-slide-item span {
    font-weight: 700;
    color: #222;
    font-size: 15px;
}
/*===========velocity section=============*/
.velo-img {
    position: relative;
    height: 100%;
}
.velo-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.velo-img img.velo-logo {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
}
.velo-conte {
    background-color: #CF004F;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    position: relative;
    z-index: 0;
}
.velo-conte:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -30px;
    top: 0;
    height: 100%;
    width: 50%;
    background-color: #CF004F;
    transform: skewX(-12deg);
}
.velo-conte h3 {
    font-weight: 800;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}
.velo-conte p {
    color: #fff;
}
/*=============Footer Accord=========*/

.footer-accord .collapsing {
    height: auto;
    overflow: hidden;
    transition: unset;
}
.footer-accord {
    background-color: #F8F5EF;
    padding: 50px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faccord-items h4 {
    color: #222;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}
.footer-list li {
    padding: 0;
    padding-bottom: 5px;
}
.footer-list a {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
}
.footer-list a:hover {
    text-decoration: underline;
}
.footer-list a i {
    font-size: 25px;
    vertical-align: middle;
}
.faccord-items h4:after {
    content: "\f107";
    font-weight: 700;
    font-family: "Line Awesome Free";
    margin-left: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    right: 0;
    top: 0;
    position: absolute;
    display: none;
}
.faccord-items h4.collapsed:after {
    transform: rotate(0deg);
}



@media (min-width: 1025px){
    .footer-accord .collapse:not(.show) {
    display: block;
}
}
@media (max-width: 1024px){
.footer-accord .faccord-items {
    width: 100%;
    margin-bottom: 20px;
}
.faccord-items h4:after {
    display: block;
}
}
.new-footer {
    display: none;
}
.footer-policy {
    padding: 60px 0;
}
.social-connect ul.social-wrap {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.social-wrap li {
    margin: 0 30px;
    font-size: 20px;
    color: #222;
    font-weight: 800;
}
.social-wrap li a i {
    font-size: 30px;
    color: #000;
}
.f-bottom .row {
    align-items: center;
}
.f-bottom {
    padding: 15px 0;
}
p.f-copy {
    font-size: 13px;
    line-height: 17px;
    color: #222;
}

@media (min-width: 991px){
.header {
    position: sticky;
    top: 0;
    padding: 10px 15px;
}
}
@media (max-width: 991px){
.header-bottom {
    position: sticky;
    top: 0;
}
}
