 @import "bootstrap.min.css";
 @import "swiper-bundle.min.css";

 @font-face {
     font-family: 'Graphik LCG';
     src: url('../fonts/GraphikLCG-Regular.eot');
     src: local('../fonts/Graphik LCG Regular'), local('GraphikLCG-Regular'),
         url('../fonts/GraphikLCG-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GraphikLCG-Regular.woff2') format('woff2'),
         url('../fonts/GraphikLCG-Regular.woff') format('woff'),
         url('../fonts/GraphikLCG-Regular.ttf') format('truetype');
     font-weight: normal;
     font-style: normal;
 }

 @font-face {
     font-family: 'Graphik LCG';
     src: url('../fonts/GraphikLCG-Medium.eot');
     src: local('../fonts/Graphik LCG Medium'), local('GraphikLCG-Medium'),
         url('../fonts/GraphikLCG-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GraphikLCG-Medium.woff2') format('woff2'),
         url('../fonts/GraphikLCG-Medium.woff') format('woff'),
         url('../fonts/GraphikLCG-Medium.ttf') format('truetype');
     font-weight: 500;
     font-style: normal;
 }

 @font-face {
     font-family: 'Graphik LCG';
     src: url('../fonts/GraphikLCG-Semibold.eot');
     src: local('../fonts/Graphik LCG Semibold'), local('GraphikLCG-Semibold'),
         url('../fonts/GraphikLCG-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GraphikLCG-Semibold.woff2') format('woff2'),
         url('../fonts/GraphikLCG-Semibold.woff') format('woff'),
         url('../fonts/GraphikLCG-Semibold.ttf') format('truetype');
     font-weight: 600;
     font-style: normal;
 }

 @font-face {
     font-family: 'Graphik LCG';
     src: url('../fonts/GraphikLCG-Bold.eot');
     src: local('../fonts/Graphik LCG Bold'), local('GraphikLCG-Bold'),
         url('../fonts/GraphikLCG-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GraphikLCG-Bold.woff2') format('woff2'),
         url('../fonts/GraphikLCG-Bold.woff') format('woff'),
         url('../fonts/GraphikLCG-Bold.ttf') format('truetype');
     font-weight: bold;
     font-style: normal;
 }

 body {
     font-family: 'Graphik LCG';
 }

 a.active,
 a:focus,
 button:focus,
 button.active {
     outline: none;
 }

 a {
     text-decoration: none;
 }

 a:focus,
 a:hover,
 a:active {
     outline: 0;
     box-shadow: none;
 }

 a:focus,
 a:hover {
     text-decoration: none;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     margin: 0;
     padding: 0;
     font-family: 'Graphik LCG';
 }

 a {
     text-decoration: none;
     transition: all .5s ease-in-out;
 }

 a:hover {
     text-decoration: none;
 }

 ul,
 ol {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 ul li {
     list-style: none;
 }

 p {
     margin: 0;
     padding: 0;
 }

 input:focus,
 select:focus,
 textarea:focus {
     outline: none;
 }

 img {
     border-style: none;
     display: inline-block;
     max-width: 100%;
     height: auto;
 }

 .wrapper {
     overflow: hidden;
 }

 /****** HEADER ******/
 header {
     background: url(../images/header-bg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     padding-bottom: 276px;
 }


 .header-contact2.darkHeader .header-mid {
     position: static;
 }

 header.darkHeader .header-media .logo img {
     height: 90px;
 }

 .header-second {
     padding-bottom: 0;
 }

 .header-top {
     border-bottom: 1px solid #FFFFFF;

 }

 .header-top .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .header-nav {
     display: flex;
     align-items: center;
 }

 .header-nav ul {
     display: flex;
     align-items: center;
 }

 .header-nav ul li {
     margin-right: 29px;
 }

 .header-nav ul li:last-child {
     margin: 0;
 }

 .header-nav ul li a {
     color: #fff;
     font-size: 14px;
     line-height: 1;
     display: flex;
     align-items: center;
     font-weight: 500;
 }

 .header-nav ul li a:hover,
 .header-top-right ul li a:hover {
     color: #FFCE60;
 }

 .header-working {
     margin-left: 128px;
 }

 .header-working a.active p.darba {
     display: none;
 }

 .header-working a.active p.visam {
     display: block;
 }

 .header-working a p.visam {
     display: none;
 }

 .header-working a p img {
     margin-right: 15px;
 }

 .header-working a p {
     display: flex;
     align-items: center;
     color: #fff;
     font-weight: 500;
     font-size: 14px;
     line-height: 1;
 }

 .header-working a p span {
     color: #FFCE60;
     font-weight: bold;
     display: inline-block;
     margin: 0 5px;
 }

 .header-top-right {
     display: flex;
     align-items: center;
 }

 .header-top-right ul {
     display: flex;
     align-items: center;
 }

 .header-top-right ul li {
     margin-right: 44px;
 }

 .header-top-right ul li a {
     color: #fff;
     font-size: 14px;
     font-weight: 500;
     line-height: 1;
     display: flex;
 }

 .world-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     border-left: 1px solid #fff;
     padding: 21px 0 21px 32px;
 }

 .world-detail.dropdown .dropdown-menu {
     box-shadow: 0px 8px 8px #00000014;
     background-color: #fff;
     border: none;
     border-radius: 10px;
     min-width: auto;
     padding: 17px 20px;
 }

 .world-detail.dropdown .dropdown-menu li {
     margin-bottom: 20px;
 }

 .world-detail.dropdown .dropdown-menu li:last-child {
     margin: 0;
 }

 .world-detail.dropdown .dropdown-menu .dropdown-item {
     color: #000000;
     font-size: 16px;
     font-weight: normal;
     display: block;
     line-height: 1;
     padding: 0;
     border-radius: 0;
     background-color: transparent;
 }

 .world-detail.dropdown .dropdown-menu .dropdown-item:hover {
     color: #6667AB;
     font-weight: 500;
 }

 /***** HEADER MID ******/
 .header-mid {
     padding: 43px 0 35px;
 }

 .header-left ul {
     display: flex;
     align-items: center;
     margin-left: -20px;
 }

 .header-left ul li {
     margin-right: 12px;
 }

 .header-left ul li:last-child {
     margin: 0;
 }

 .dropdown-btn {
     color: #fff;
     font-size: 18px;
     font-weight: 500;
     display: flex;
     align-items: center;
     padding: 15px 19px;
     line-height: 1;
     border-radius: 10px 10px 0 0;
     transition: all 0s ease-in-out;
 }

 .dropdown-btn.show {
     background-color: #fff;
     color: #000;
 }

 .dropdown-btn.show svg {
     transform: rotate(180deg);
 }

 .dropdown-btn.show svg path {
     fill: #000;
 }

 .dropdown-btn svg {
     margin-left: 11px;
 }

 .dropdown-menu {
     margin: -2px 0 0 0 !important;
     border-radius: 0 0 10px 10px;
     border: none;
     padding: 26px 15px 22px;
     max-width: 360px;
 }

 .dropdown-menu .media {
     display: flex;
     justify-content: space-between;
 }

 .dropdown-menu ol li {
     margin: 0 0 14px 0;
 }

 .dropdown-menu ol li:last-child {
     margin: 0;
 }

 .dropdown-menu ol li a {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .dropdown-menu ol li a:hover {
     background-color: transparent;
     color: #6667AB;
     font-weight: 500;
 }

 .header-media {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .header-media .logo img {
     height: 130px;
 }

 .header-second .header-media .logo img {
     height: 100px;
 }

 .header-second .header-mid {
     padding: 26px 0px;
 }

 .header-right ul li {
     margin-left: 34px;
 }

 .header-right ul li:first-child {
     margin-left: 0;
 }

 .header-right form {
     position: relative;
     width: 349px;
 }

 .header-right form .form-control {
     background-color: rgb(245, 245, 245, 0.15);
     border-radius: 23px;
     height: 45px;
     border: none;
     box-shadow: none;
     color: #fff;
 }

 .header-right form a {
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
     right: 22px;
 }

 .header-right ul {
     display: flex;
     align-items: center;
 }

 .header-right ul li a {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .like-btn {
     position: relative;
 }

 .like-btn span {
     background-color: #FFCE60;
     width: 14px;
     height: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000;
     font-size: 10px;
     font-weight: 500;
     line-height: 1;
     border-radius: 50%;
     padding: 2px 0 0 0;
     position: absolute;
     top: -6px;
     right: -3px;
 }

 /****** MOBILE HEADER *****/
 .header-mobile {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .header-mobile ul {
     display: flex;
     align-items: center;
     gap: 30px;
 }

 .header-mobile ul li a:hover svg path {
     fill: #FFCE60;
 }

 .single-logo {
     display: none;
 }

 /****** BANNER SEC ******/
 .banner-sec {
     background-color: #F5F5F5;
 }

 .banner-inner {
     margin: -268px 0 0 0;
 }

 .banner-inner .row {
     margin: 0 -9px;
 }

 .banner-inner [class*="col-"] {
     padding: 0 9px;
 }

 .banner-inner .image-holder {
     height: 100%;
     border-radius: 10px;
     display: flex;
     align-items: center;
     width: 100%;
 }

 .banner-inner .image-holder img {
     height: 100%;
     object-fit: cover;
     width: 100%;
     border-radius: 10px;
 }

 .banner-slide {
     position: relative;
     height: 100%;
 }

 .banner-slide::after {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: transparent linear-gradient(202deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
     border-radius: 10px;
     opacity: 0.15;
 }

 .banner-slide .text-box {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     padding: 50px 50px;
     z-index: 10;
 }

 .banner-slide .text-box h1 {
     color: #fff;
     font-size: 45px;
     line-height: 54px;
     font-weight: 600;
     max-width: 538px;
     width: 100%;
 }

 .banner-slide .text-box p {
     color: #fff;
     font-size: 22px;
     font-weight: normal;
     line-height: 29px;
     max-width: 467px;
     width: 100%;
     margin: 18px 0 24px 0;
 }

 .order-btn {
     background-color: #FFCE60;
     border-radius: 28px;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 55px;
     max-width: 222px;
     width: 100%;
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 1;
 }

 .order-btn img {
     margin-left: 18px;
 }

 .order-btn svg {
     margin-left: 18px;
 }

 .order-btn:hover {
     background-color: #373753;
     color: #fff;
 }

 .order-btn:hover svg path {
     fill: #fff;
 }

 .banner-slide-right {
     position: relative;
 }

 .banner-slide-right:after {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: transparent linear-gradient(202deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
     border-radius: 10px;
     opacity: 0.54;
 }

 .banner-slide-right .text-box {
     position: absolute;
     bottom: 0;
     width: 100%;
     z-index: 10;
     left: 0;
     padding: 40px 50px;
 }

 .banner-slide-right .text-box span {
     color: #fff;
     font-size: 16px;
     font-weight: 600;
     line-height: 1;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     background-color: #E3328B;
     border-radius: 28px;
     height: 38px;
     max-width: 143px;
     width: 100%;
 }

 .banner-slide-right .text-box h2 {
     color: #fff;
     font-size: 35px;
     line-height: 42px;
     font-weight: 600;
     margin-top: 22px;
 }

 .banner-inner .swiper-pagination {
     bottom: auto;
     top: 42px;
     width: auto;
     left: 48px;
 }

 .swiper-pagination-bullet {
     opacity: 1;
     background-color: rgb(255, 255, 255, 0.5);
     width: 9px;
     height: 9px;
     border-radius: 50%;
     transition: all 0.5s ease-in-out;
 }

 .swiper-pagination-bullet-active {
     border-radius: 5px;
     background-color: #fff;
     width: 29px;
     transition: all 0.5s ease-in-out;
 }

 .banner-inner .swiper-button-next,
 .swiper-rtl .swiper-button-prev {
     right: 0;
 }

 .banner-inner .swiper-button-next {
     top: auto;
     transform: translate(0, 0);
     bottom: 48px;
     right: 34px;
 }

 .banner-inner .swiper-button-next img {
     height: 34px;
 }

 /***** CATALOGUE SEC *****/
 .catalogue-sec {
     padding: 60px 0;
     background-color: #F5F5F5;
 }

 .title {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .title h4 {
     display: flex;
     align-items: center;
     color: #000;
     font-size: 32px;
     font-weight: 500;
 }

 .title h4 img {
     margin-right: 18px;
 }

 .title ul {
     display: flex;
     align-items: center;
 }

 .filter-btn {
     border: 1px solid #707070;
     border-radius: 23px;
     display: flex;
     align-items: center;
     height: 45px;
     width: 110px;
     justify-content: center;
     color: #000000;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
 }

 .filter-btn svg {
     margin-left: 10px;
 }

 .filter-btn:hover {
     background-color: #373753;
     border-color: #373753;
     color: #fff;
 }

 .filter-btn:hover svg path {
     fill: #fff;
 }

 .show-btn {
     background-color: #373753;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 28px;
     width: 172px;
     height: 45px;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     margin-left: 22px;
 }

 .show-btn:hover {
     background-color: #FFCE60;
     color: #000;
 }

 .catalogue-inner {
     margin: 42px 0 0 0;
     position: relative;
 }

 .catalogue-box {
     cursor: pointer;
 }

 .catalogue-box:hover .catalogue-hover {
     display: flex;
 }

 .catalogue-box:hover .text-box h4 {
     font-size: 20px;
     transition: all 0.5s ease-in-out;
 }

 .catalogue-box .image-holder {
     display: flex;
     align-items: center;
     flex-direction: column;
     position: relative;
 }

 .catalogue-box .image-holder img {
     width: 100%;
     border-radius: 10px;
 }

 .catalogue-box .text-box {
     text-align: center;
     margin: 18px 0 0 0px;
 }

 .catalogue-box .text-box h4 {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 1;
     min-height: 20px;
     margin-bottom: 14px;
     transition: all 0.5s ease-in-out;
 }

 .catalogue-box .text-box ul {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .catalogue-box .text-box span {
     color: #6667AB;
     font-size: 20px;
     font-weight: 500;
     display: block;
     line-height: 1;
     position: relative;
 }

 .catalogue-box .text-box ul li {
     margin: 0 6px;
 }

 .catalogue-box .text-box span.red-color {
     color: #E3328B;
 }

 .catalogue-box .text-box span.line-through {
     color: #000;
 }

 .catalogue-box .text-box span.line-through:after {
     position: absolute;
     content: "";
     left: 0;
     top: 50%;
     transform: translate(0, -50%) rotate(-13deg);
     width: 100%;
     height: 2px;
     background-color: #E3328B;
 }

 .discount {
     color: #fff;
     font-size: 17px;
     font-weight: 600;
     z-index: 10;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #E3328B;
     width: 51px;
     height: 51px;
     border-radius: 50%;
     position: absolute;
     top: 23px;
     right: 23px;
 }

 .discount-big {
     width: 84px;
     height: 84px;
     font-size: 28px;
     z-index: 10;
     top: -20px;
     right: -20px;
     display: none;
 }

 .discount-big.active {
     display: flex;
 }

 .catalogue-hover {
     position: absolute;
     top: 0;
     width: 100%;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     padding: 22px 16px;
     z-index: 100;
     display: none;
 }

 .catalogue-hover ul {
     display: flex;
     align-items: center;
 }

 .catalogue-hover ul li {
     margin-right: 6px;
 }

 .catalogue-hover ul li a {
     border-radius: 28px;
     background-color: #fff;
     display: flex;
     align-items: center;
     width: 30px;
     height: 30px;
     justify-content: center;
 }

 .heart-icon img {
     height: 14px;
 }

 .eyes-icon img {
     height: 22px;
 }

 .add-cart-btn {
     color: #fff;
     font-size: 14px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #E3328B;
     border-radius: 22px;
     height: 43px;
     max-width: 144px;
     width: 100%;
     margin: 0 auto;
 }

 .add-cart-btn img {
     height: 18px;
     border-radius: 0 !important;
     width: auto !important;
     margin-left: 10px;
 }

 .swiper-button-next:after,
 .swiper-button-prev:after {
     display: none;
 }

 .swiper-button-next,
 .swiper-button-prev {
     width: auto;
     height: auto;
     margin: 0;
     top: 40%;
     transform: translate(0, -40%);
 }

 .swiper-button-next,
 .swiper-rtl .swiper-button-prev {
     right: -30px;
     left: auto;
 }

 .swiper-button-prev,
 .swiper-rtl .swiper-button-next {
     left: -30px;
     right: auto;
 }

 /***** POPULAR SEC *******/
 .popular-sec {
     background-color: #fff;
 }

 /****** FLOREX SHOP SEC *****/
 .florex-shop-sec {
     padding: 10px 0;
 }

 .florex-shop-inner {
     border-radius: 10px;
     position: relative;
 }

 .shadow::after {
     position: absolute;
     content: "";
     left: 50%;
     transform: translate(-50%, 0);
     bottom: -14px;
     width: 94%;
     height: 272px;
     background-color: rgb(0, 0, 0, 0.2);
     border-radius: 10px;
     filter: blur(27px);
     Z-INDEX: -1;

 }

 .florex-shop-box {
     padding: 97px 110px;
     border-radius: 10px;
 }

 .florex-shop-inner .text-box h3 {
     color: #fff;
     font-size: 45px;
     line-height: 54px;
     font-weight: 600;
     max-width: 494px;
     width: 100%;
 }

 .florex-shop-inner .text-box h3 span {
     color: #373753;
 }

 .florex-shop-inner .text-box p {
     color: #fff;
     font-size: 30px;
     font-weight: 500;
     display: flex;
     align-items: center;
     margin: 7px 0 18px 0;
 }

 .florex-shop-inner .text-box p img {
     margin-left: 20px;
 }

 .florex-shop-inner .text-box .order-btn {
     max-width: 252px;
 }

 .florex-shop-inner .swiper-pagination {
     bottom: 48px;
     top: auto;
     left: auto;
     right: 54px;
     width: auto;
     display: flex;
     align-items: center;
 }

 /***** FAQ ******/
 .faq-sec {
     padding: 72px 0;
 }

 .faq-left {
     max-width: 700px;
     width: 100%;
 }

 .accordion-button::after {
     display: none;
 }

 .accordion-item:first-of-type {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
 }

 .accordion-item {
     border: none;
     background-color: transparent;
 }

 .accordion-button {
     color: #000000;
     font-size: 18px;
     font-weight: 500;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 10px 0;
     box-shadow: none;
 }

 .accordion-button p {
     flex: 1;
     padding-right: 10px;
 }

 .accordion-item:first-of-type>.accordion-header .accordion-button {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
 }

 .accordion-button:not(.collapsed) {
     color: #000000;
     background-color: transparent;
     box-shadow: none;
 }

 .accordion-button:not(.collapsed) .minus-icon {
     display: block;
 }

 .accordion-button:not(.collapsed) .plus-icon {
     display: none;
 }

 .accordion-button:focus {
     box-shadow: none;
 }

 .accordion-body {
     padding: 12px 0 15px 0;
 }

 .accordion-body p {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 22px;
     max-width: 555px;
     width: 100%;
 }

 .minus-icon {
     display: none;
 }

 /***** GET STARTED ******/
 .get-started-sec {
     background-color: #F5F5F5;
     padding: 60px 0 0 0;
     overflow: hidden;
     position: relative;
 }

 .get-started-left {
     margin: 30px 0 0 0;
 }

 .get-started-left h4 {
     color: #000;
     font-size: 32px;
     font-weight: 500;
     line-height: 1;
 }

 .get-started-left p {
     color: #000;
     font-size: 18px;
     font-weight: 400;
     line-height: 22px;
     margin: 12px 0 24px 0;
 }

 .get-started-left ul {
     display: flex;
     align-items: center;
     gap: 10px;
 }


 .btn-goze {
     background-color: #373753;
     border-radius: 28px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 15px;
     font-weight: 600;
     height: 45px;
     width: 136px;
 }

 .btn-goze:hover {
     background-color: #E3328B;
 }

 .btn-goze img {
     height: 24px;
     margin-left: 8px;
 }

 .get-started-contact {
     margin-top: 30px;
     padding-left: 54px;
 }

 .get-started-contact h4 {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     line-height: 1;
 }

 .get-started-contact ul {
     display: flex;
     align-items: center;
     gap: 30px;
     margin: 22px 0;
 }

 .get-started-contact ul li:last-child a {
     text-decoration: underline;
 }

 .get-started-contact ul li a {
     color: #000;
     font-size: 18px;
     font-weight: 400;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .get-started-contact ul li a:hover {
     color: #FFCE60;
 }

 .get-started-contact ol {
     display: flex;
     gap: 14px;
     align-items: center;
 }

 .map-holder {
     position: relative;
     max-width: 452px;
     width: 100%;
     margin-left: auto;
     margin-bottom: -50px;
 }

 .map-holder img {
     width: 100%;
 }

 .map-holder a {
     position: absolute;
     top: 30px;
     left: 30px;
 }

 /***** FOOTER *****/
 footer {
     background: url(../images/footer-bg.png) no-repeat;
     background-position: center center;
     background-size: cover;
     padding: 75px 0 60px;
 }

 .footer-inner {
     display: flex;
     justify-content: space-between;
 }

 .footer-link h4 {
     color: #fff;
     font-size: 18px;
     font-weight: 500;
     line-height: 1;
     margin-bottom: 28px;
 }

 .footer-link ul li {
     margin-bottom: 14px;
 }

 .footer-link ul li:last-child {
     margin: 0;
 }

 .footer-link ul li a {
     color: #fff;
     font-size: 14px;
     font-weight: 400;
     line-height: normal;
     display: flex;
     align-items: center;
 }

 .footer-link ul li a span {
     display: block;
     font-weight: 500;
     font-size: 18px;
     margin: 16px 0 15px 0;
 }

 .footer-link ul li a:hover {
     color: #FFCE60;
 }

 .footer-service {
     max-width: 300px;
     margin: 0 auto;
 }

 .footer-right {
     margin-top: -18px;
 }

 .footer-right a {
     display: flex;
     align-items: center;
     margin-bottom: 19px;
     justify-content: center;
 }

 .footer-right p {
     color: rgb(255, 255, 255, 0.5);
     font-size: 14px;
     font-weight: 500;
     line-height: normal;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 6px;
 }

 .footer-right p img {
     margin-left: 7px;
     opacity: 0.5;
 }

 .footer-mobile {
     align-items: center;
     justify-content: space-between;
 }

 .footer-mobile p {
     color: #fff;
     font-weight: normal;
     font-size: 14px;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .footer-mobile p img {
     margin-left: 5px;
 }

 /****** PRODUCT DETAIL ****/
 .product-detail-sec {
     padding: 48px 0;
 }

 .product-detail-left {
     position: relative;
 }

 .lSSlideOuter {
     padding-right: 165px !important;
 }

 .lSGallery li a {
     display: flex;
     align-items: center;
     height: 100%;
 }

 .lSGallery li a img {
     width: 100%;
 }

 .gallery li img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     border-radius: 10px;
 }

 .lSSlideOuter.vertical .lSAction>a {
     left: 0;
     margin-left: 0;
     margin-top: 0;
 }

 .lSAction>a {
     height: 38px;
     width: 38px;
 }

 .lSSlideOuter.vertical .lSAction>.lSPrev {
     bottom: auto;
     top: 51%;
     transform: translate(0, -50%);
     right: 30px;
     left: auto;
 }

 .lSPrev {
     background: url(../images/right-arrow-round.svg) no-repeat !important;
     background-position: center center !important;
     background-size: 50px !important;
 }

 .lSNext {
     background: url(../images/left-arrow-round.svg) no-repeat !important;
     background-position: center center !important;
     background-size: 50px !important;
 }

 .lSSlideOuter.vertical .lSAction>.lSNext {
     bottom: auto;
     top: 51%;
     transform: translate(0, -50%);
     left: 30px;
 }

 /***** PRODUCT RIGHT *****/
 .product-detail-right {
     padding: 0 0 0 50px;
 }

 .product-detail-right .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .back-btn {
     display: flex;
     align-items: center;
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 1;
 }

 .back-btn img {
     margin-right: 13px;
 }

 .social-list {
     display: flex;
     align-items: center;
     gap: 13px;
 }

 .like-active {
     display: none;
 }

 .like-btn.active .like-active {
     display: block;
 }

 .like-btn.active .like-noactive {
     display: none;
 }

 .product-text {
     margin: 20px 0 0 0;
 }

 .product-text h3 {
     color: #36354A;
     font-size: 45px;
     line-height: 54px;
     font-weight: 500;
     margin-bottom: 20px;
 }

 .available-price {
     display: flex;
     align-items: center;
 }

 .available-price h4 a {
     color: #6667AB;
     font-size: 35px;
     font-weight: 500;
     display: flex;
     align-items: center;
     line-height: 1;
 }

 .available-price.active h4 a {
     color: #E3328B;
 }

 .available-price.active h4 a span {
     display: block;
 }

 .available-price h4 a span {
     color: #7C7C7C;
     font-size: 35px;
     font-weight: normal;
     display: flex;
     align-items: center;
     text-decoration: line-through;
     line-height: 1;
     margin-left: 15px;
     display: none;
 }

 .available-check {
     margin-left: 25px;
     cursor: pointer;
 }

 .available-check p {
     color: #000000;
     font-size: 16px;
     font-weight: 500;
     line-height: 1;
 }

 .available-check p img {
     margin-right: 10px;
 }

 .available-checkbox {
     display: none;
 }

 .available-check.active .available-info {
     display: none;
 }

 .available-check.active .available-checkbox {
     display: flex;
     align-items: center;
 }

 .cart-media {
     display: flex;
     align-items: center;
     gap: 22px;
     margin: 30px 0 0 0;
 }

 /***** QTY *****/
 .qty {
     display: flex;
     align-items: center;
 }

 .qty-btn {
     border: none;
     border-radius: 0;
     padding: 0;
     display: flex;
     align-items: center;
     background-color: transparent;
 }

 .count {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     box-shadow: none;
     border: none;
     border-radius: 0;
     text-align: center;
     padding: 0;
     width: 61px;
 }

 .cart-btn {
     background-color: #FFCE60;
     border-radius: 28px;
     height: 55px;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 263px;
     width: 100%;
     color: #000;
     font-weight: 500;
     font-size: 18px;
 }

 .cart-btn svg {
     margin-left: 12px;
 }

 .cart-btn:hover {
     background-color: #E3328B;
     color: #fff;
 }

 .cart-btn:hover svg path {
     fill: #fff;
 }

 .product-detail-right .text-box {
     padding-top: 30px;
 }

 .product-detail-right .text-box p {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 22px;
     margin-bottom: 22px;
 }

 .spacer {
     background-color: #CBCBCB;
     width: 100%;
     height: 1px;
 }

 .product-detail-right .text-box span {
     font-size: 14px;
     color: #000;
     max-width: 525px;
     font-weight: normal;
     display: flex;
     align-items: center;
     padding: 34px 0 0 0;
 }

 .product-detail-right .text-box p:last-child {
     margin: 0;
 }

 .product-likely-sec {
     padding-bottom: 70px;
 }

 .product-likely-sec .catalogue-inner {
     margin: 0;
 }

 .product-likely-sec .catalogue-inner h3 {
     text-align: center;
     font-size: 25px;
     font-weight: 500;
     line-height: 1;
     text-align: center;
 }

 .product-likely-sec .catalogue-inner .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 46px;
 }

 .more-btn {
     font-size: 15px;
     font-weight: 500;
     color: #000;
     border: 1px solid #707070;
     border-radius: 29px;
     width: 106px;
     height: 41px;
     display: none;
     align-items: center;
     justify-content: center;
 }

 /******** OFFCANVAS ********/
 .offcanvas {
     width: 100% !important;
     max-width: 683px;
 }

 .offcanvas-header {
     background-color: #F5F5F5;
     padding: 35px 46px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid rgb(112, 112, 112, 0.18);
 }

 .offcanvas-header h5 {
     color: #000;
     font-size: 25px;
     font-weight: 500;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .offcanvas-header h5 img {
     height: 30px;
     margin-right: 20px;
 }

 .offcanvas-close {
     border: none;
     border-radius: 0;
     padding: 0;
     display: flex;
     background: transparent;
     align-items: center;
     justify-content: center;
 }

 .offcanvas-body {
     padding: 24px 48px;
 }

 .product-successfully {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
 }

 .offcanvas-mid {
     border-bottom: 1px solid #D3D3D3;
     padding-bottom: 32px;
 }

 .product-successfully span {
     color: #000;
     font-size: 15px;
     line-height: 1;
     font-weight: 500;
     background-color: #F5F5F5;
     border-radius: 10px;
     height: 43px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0 21px;
 }

 .product-successfully img {
     margin-right: 10px;
 }

 .product-cart {
     padding: 10px 0;
 }

 .product-cart-left {
     display: flex;
     align-items: center;
 }

 .product-cart-left .image-holder {
     max-width: 75px;
     width: 100%;
     position: relative;
 }

 .delet {
     display: flex;
     align-items: center;
     position: absolute;
     top: -8px;
     right: -8px;
 }

 .product-cart {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .product-cart-left .text-box {
     flex: 1;
     width: 100%;
     padding-left: 30px;
 }

 .product-cart-left .text-box h4 {
     color: #36354A;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     margin-bottom: 16px;
 }

 .prize-box {
     display: flex;
     align-items: center;
 }

 .prize-box p {
     color: #36354A;
     font-size: 14px;
     font-weight: 500;
     line-height: 1;
 }

 .prize-box p.active {
     color: #E3328B;
 }

 .prize-box span {
     color: #000;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
     text-decoration: line-through;
     display: flex;
     align-items: center;
     margin-left: 13px;
 }

 .product-cart .qty-btn {
     width: 29px;
 }

 .product-cart .count {
     font-size: 15px;
     width: 48px;
 }

 .offcanvas-store {
     padding: 46px 0 0 0;
 }

 .offcanvas-store .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 30px;
 }

 .offcanvas-store .media h4 {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     line-height: 1;
 }

 .offcanvas-store .media a {
     color: #9B9B9B;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     text-decoration: underline;
 }

 .store-box {
     position: relative;
     cursor: pointer;
 }

 .store-box:hover .text-box {
     opacity: 0;
 }

 .store-box:hover .catalogue-hover {
     display: flex;
 }

 .store-box::after {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: transparent linear-gradient(193deg, #00000000 0%, #000000 100%) 0% 0% no-repeat;
     border-radius: 10px;
 }

 .store-box img {
     border-radius: 10px;
 }

 .store-box .text-box {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     text-align: center;
     z-index: 10;
     padding: 20px 10px;
 }

 .store-box .text-box h4 {
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
 }

 .store-box .text-box ul {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 7px 0 0 0;
 }

 .store-box .text-box ul li {
     margin: 0 7px;
 }

 .store-box .text-box ul li span {
     font-weight: 500;
     font-size: 15px;
     color: #fff;
     line-height: 1;
     display: flex;
     position: relative;
     align-items: center;

 }

 .line-through:after {
     position: absolute;
     content: "";
     left: 0;
     top: 50%;
     transform: translate(0, -50%) rotate(-13deg);
     width: 100%;
     height: 2px;
     background-color: #E3328B;
 }

 .store-box .discount {
     top: 15px;
     right: 15px;
 }

 .offcanvas-footer {
     border-top: 1px solid #D3D3D3;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 47px 45px;
 }

 .offcanvas-footer h4 {
     color: #000;
     font-size: 22px;
     font-weight: 500;
     line-height: 1;
 }

 .offcanvas-footer a {
     color: #000;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     font-weight: 500;
     line-height: 1;
     background-color: #FFCE60;
     border-radius: 28px;
     height: 55px;
     width: 265px;
 }

 .offcanvas-footer a:hover {
     background-color: #E3328B;
     color: #fff;
 }

 .offcanvas-footer ul {
     max-width: 210px;
     width: 100%;
 }

 .offcanvas-footer ul li {
     display: flex;
     align-items: center;
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #000;
     font-weight: normal;
     font-size: 16px;
 }

 .offcanvas-footer ul li.bold {
     font-weight: 500;
 }

 /****** MODAL *****/
 .modal-dialog {
     max-width: 257px;
     width: 100%;
     margin: 0 auto;
 }

 .modal-content .modal-body {
     padding: 28px 15px 20px;
 }

 .modal-content .modal-body p {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 19px;
     text-align: center;
     max-width: 135px;
     width: 100%;
     margin: 0 auto;
 }

 .modal-content .modal-body ul {
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 10px 0 0 0;
     flex-direction: column;
 }

 .take-out-btn {
     background-color: #E3328B;
     border-radius: 28px;
     height: 45px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 15px;
     line-height: 1;
     margin-bottom: 12px;
     width: 172px;
     font-weight: 500;
 }

 .no-btn {
     color: #000;
     font-weight: normal;
     font-size: 16px;
     display: inline-flex;
     text-decoration: underline;
 }

 .close-modal {
     position: absolute;
     top: 17px;
     right: 13px;
     display: flex;
     align-items: center;
 }

 /*****/
 .label-text {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     display: block;
     line-height: 1;
 }

 .relative {
     position: relative;
     display: flex;
     margin-top: 20px;
     align-items: center;
 }

 .product-purchase .form-control {
     border: 1px solid #C4C4C4;
     border-radius: 5px;
     box-shadow: none;
     color: #939393;
     font-size: 16px;
     font-weight: normal;
     height: 50px;
     padding-left: 20px;
     flex: 1;
 }

 .product-purchase .form-control::placeholder {
     color: #000;
 }

 .product-purchase textarea.form-control {
     height: 181px;
     padding-top: 22px;
 }

 .check-btn {
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #6667AB;
     border-radius: 5px;
     height: 50px;
     width: 118px;
     color: #fff;
     font-size: 14px;
     font-weight: 500;
     line-height: 1;
     margin-left: 10px;
 }

 .check-btn:hover {
     background-color: #E3328B;
 }

 .form-group {
     margin-bottom: 10px;
 }

 .form-group .media {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 20px;
     margin-top: 30px;
 }

 /****** CHECKBOX ******/
 .form-check {
     padding: 0;
     margin: 0;
     min-height: auto;
     display: flex;
     align-items: center;
 }

 .form-check .form-check-input {
     float: none;
     margin: 0 10px 0 0;
     border: 1px solid #707070;
     border-radius: 5px;
     width: 22px;
     height: 22px;
 }

 .form-check-label {
     line-height: 1;
     margin: 0;
 }

 .form-check-label h6 {
     color: #36354A;
     font-size: 14px;
     font-weight: 500;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .form-check-label h6 a {
     color: #6667AB;
     margin: 0 3px;
 }

 .form-check-input:active {
     filter: none;
 }

 .form-check-input:focus {
     box-shadow: none;
 }

 .form-check-input:checked {
     background-color: #fff;
 }

 .form-check-input:checked[type=checkbox] {
     background: #fff url(../images/check-single.svg) no-repeat;
     background-position: center center;
     background-size: 12px;
 }

 .delivery-method {
     margin: 22px 0 0 0;
 }

 .delivery-method .form-group .label-text {
     margin-bottom: 20px;
 }

 .delivery-box {
     background-color: #F5F5F5;
     border-radius: 5px;
     padding: 15px 20px;
     margin-top: 10px;
 }

 .delivery-box-head .form-check-label h5 {
     color: #36354A;
     line-height: 1;
     margin: 0;
     font-size: 16px;
     font-weight: 500;
 }

 .delivery-box-head .form-check-label p {
     color: #36354A;
     font-size: 15px;
     font-weight: normal;
     list-style: 18px;
     margin-top: 9px;
 }

 .delivery-box-head {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .delivery-box-head ul {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .value-price {
     border-radius: 19px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     height: 30px;
     color: #000000;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     padding: 2px 18px 0;
 }

 .yellow-bg {
     background-color: #FFCE60;
 }

 .blue-bg {
     background-color: #6667AB;
     color: #fff !important;
 }

 .delivery-box-body {
     display: flex;
     align-items: center;
     padding: 22px 0 0 0;
 }

 .delivery-date {
     background-color: #fff;
     border: 1px solid #C4C4C4;
     border-radius: 5px;
     height: 55px;
     padding: 10px 20px;
     position: relative;
     flex: 1;
 }

 .date-icon {
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
     right: 20px;
 }

 .delivery-date p {
     color: #000;
     font-size: 12px;
     font-weight: normal;
     line-height: 1;
     margin-bottom: 3px;
 }

 .delivery-date .form-control {
     background-color: transparent;
     border-radius: 0;
     border: none;
     padding: 0;
     height: auto;
     color: #000;
     font-size: 16px;
     font-weight: 400;
 }

 .delivery-date.delivery-time {
     width: 172px;
     margin-left: 8px;
     flex: inherit;
 }

 .payment-detail {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     margin: 0 -6px;
 }

 .payment-detail li {
     width: 33.3%;
     padding: 6px 6px;
 }

 .payment-detail li a {
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: #F5F5F5;
     border-radius: 5px;
     height: 62px;
     border: 1px solid #F5F5F5;
 }

 .payment-detail li.active a {
     border-color: #6667AB;
 }

 .payment-detail li a:focus {
     border-color: #6667AB;
 }

 .delivery-method .form-group {
     margin-bottom: 30px;
 }

 /***** MAP MODAL ******/
 .map-modal .modal-dialog {
     max-width: 1080px;
     width: 100%;
 }

 .map-modal .modal-content {
     border: none;
     background-color: transparent;
     border-radius: 0;
 }

 .map-modal .modal-body {
     padding: 0;
 }

 .close-btn {
     background-color: transparent;
     border: none;
     border-radius: 0;
     position: absolute;
     right: 0;
     top: -40px;
     padding: 0;
 }

 .map-modal .image-holder {
     display: flex;
     align-items: center;
 }

 .map-modal .image-holder img {
     width: 100%;
 }

 .map-modal .text-box {
     padding: 39px 0 0 0;
 }

 .map-modal .text-box h5 {
     color: #fff;
     font-weight: bold;
     font-size: 22px;
     line-height: 26px;
     text-align: center;
     margin-bottom: 37px;
 }

 .map-modal .text-box ol {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 6px;
 }

 .map-modal .text-box ol .btn-goze {
     background-color: #fff;
     font-size: 10px;
     color: #000;
     width: 134px;
     height: 37px;
 }

 /****** E STORE PAGE *****/
 .e-stoer-sec {
     padding: 65px 0 95px;
 }

 .sidbar-top {
     margin-bottom: 25px;
 }

 .sidbar-top .swiper-pagination {
     display: flex;
     align-items: center;
     top: 32px;
     bottom: auto;
     left: 27px;
     right: auto;
     width: auto;
 }

 .sidbar-top .swiper-button-next {
     top: auto;
     bottom: 34px;
     right: 34px;
     transform: translate(0, 0);
 }

 .sidbar-top .banner-slide-right .text-box {
     padding: 32px 28px;
 }

 .sidbar-top .banner-slide-right .text-box h2 {
     font-size: 25px;
     line-height: 30px;
     font-weight: 600;
     margin-top: 0;
 }

 .sidbar-top .carousel-control-next {
     width: auto;
     height: auto;
     top: 0;
     opacity: 1;
     top: auto;
     bottom: 38px;
     right: 34px;
     z-index: 100;
 }


 /***** FILTER SELECT *****/
 .filters-nav {
     box-shadow: 0px 3px 6px #00000029;
     border-radius: 10px;
     background-color: #FFFFFF;
     padding: 30px 31px 30px 21px;
 }

 .filters-title {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 0 10px 20px;
 }

 .filters-title h3 {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 1;
 }

 .filters-title .filter-btn {
     height: 37px;
     width: 90px;
 }

 .filter-flowers {
     margin-bottom: 26px;
 }

 .filter-flowers ul li.active a,
 .filter-flowers ul li a:hover {
     background-color: #F5F5F5;
     color: #E3328B;
     font-weight: 500;
 }

 .filter-flowers ul li a {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 1;
     display: inline-flex;
     align-items: center;
     border-radius: 17px;
     padding: 11px 41px 11px 20px;
 }

 .filters-detail {
     box-shadow: 0px 3px 6px #00000029;
     border-radius: 10px;
     background-color: #FFFFFF;
     padding: 30px 40px 48px 30px;
     display: none;
 }

 .filters-detail-top {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding-bottom: 27px;
 }

 .filters-detail-top h4 {
     color: #000;
     font-weight: 500;
     font-size: 18px;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .filters-detail-top h4 a {
     color: #000;
     font-weight: 400;
     font-size: 12px;
     text-decoration: underline;
     display: flex;
     align-items: center;
     margin-left: 20px;
 }

 .filter-discount {
     border-top: 1px solid rgb(112, 112, 112, 0.23);
     border-bottom: 1px solid rgb(112, 112, 112, 0.23);
     padding: 25px 0 30px;
 }

 .filter-discount .form-control {
     color: #000;
     font-size: 16px;
     font-weight: 400;
     background-color: #F5F5F5;
     border-radius: 10px;
     height: 45px;
     padding-left: 15px;
     border: none;
     box-shadow: none;
     background-image: url(../images/down-arrow-black.svg);
     background-position: 95% center;
     background-size: 10px;
     background-repeat: no-repeat;
 }

 /****** TOGGLE SWITCH ******/
 .filter-discount ul {
     margin-top: 20px;
 }

 .filter-discount ul li {
     color: #000000;
     font-size: 16px;
     font-weight: normal;
     line-height: 1;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-bottom: 15px;
 }

 .filter-discount ul li:last-child {
     margin: 0;
 }

 .toggle {
     cursor: pointer;
     display: inline-block;
 }

 .toggle-switch {
     display: inline-block;
     background: #CECEDB;
     border-radius: 17px;
     width: 40px;
     height: 21px;
     position: relative;
     vertical-align: middle;
     transition: background 0.25s;
 }

 .toggle-switch:before,
 .toggle-switch:after {
     content: "";
 }

 .toggle-switch:before {
     display: block;
     background: #fff;
     border-radius: 50%;
     box-shadow: 0px 3px 6px #00000029;
     width: 17px;
     height: 17px;
     position: absolute;
     top: 2px;
     left: 2px;
     transition: left 0.25s;
 }

 .toggle-checkbox:checked+.toggle-switch {
     background: #373753;
 }

 .toggle-checkbox:checked+.toggle-switch:before {
     left: 20px;
 }

 .toggle-checkbox {
     position: absolute;
     visibility: hidden;
 }

 .filter-type {
     margin: 50px 0 0 0;
     border-top: 1px solid rgb(112, 112, 112, 0.23);
     padding: 30px 0 0 0;
 }

 .filter-type h4 {
     color: #000;
     font-size: 18px;
     font-weight: 500;
     line-height: 1;
     margin-bottom: 26px;
 }

 .filter-type ul {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 16px;
     max-width: 275px;
     width: 100%;
 }

 .filter-type ul li a {
     color: #000;
     font-size: 15px;
     font-weight: normal;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .filter-type ul li a:hover {
     color: #E3328B;
     font-weight: 500;
 }

 .select-btn {
     display: none;
     align-items: center;
     justify-content: center;
     width: 100%;
     height: 45px;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     border-radius: 28px;
     background-color: #6667AB;
     margin-top: 34px;
 }

 /**********/
 .irs {
     position: relative;
     display: block;
 }

 .irs-line {
     position: relative;
     display: block;
     overflow: hidden;
     outline: none !important;
 }


 .irs-bar {
     position: absolute;
     display: block;
     left: 0;
     width: 0;
 }

 .irs-slider {
     position: absolute;
     display: block;
     cursor: default;
     z-index: 1;
 }


 .irs-min {
     position: absolute;
     display: block;
     left: 0;
     cursor: default;
 }

 .irs-max {
     position: absolute;
     display: block;
     right: 0;
     cursor: default;
 }

 .irs-from,
 .irs-to {
     position: absolute;
     display: block;
     top: -24px;
     left: 0;
     cursor: default;
     white-space: nowrap;
     background-color: #373753;
     border-radius: 16px;
     color: #fff;
     font-size: 14px;
     font-weight: 100;
     line-height: 1;
     padding: 8px 19px;
 }

 .irs-hidden-input {
     display: none !important;
 }

 .irs-line {
     height: 6.31px;
     top: 33px;
     background: #CECEDB;
     border-radius: 20px;
     margin-top: 54px;
 }

 .irs-slider {
     top: 20px;
     width: 32px;
     height: 32px;
     background: #DDD;
     background: url(../images/price-handle.svg) no-repeat;
     background-position: center center;
     background-size: cover;
     /* W3C */
     border-radius: 50%;
     -moz-border-radius: 50%;
     cursor: pointer;
 }


 .irs-min,
 .irs-max {
     display: none;
 }


 /******* E STOER RIGHT *****/
 .e-stoer-right .row {
     row-gap: 36px;
 }

 .discount-middle {
     width: 62px;
     height: 62px;
     font-size: 20px;
 }

 .like-fill {
     position: absolute;
     top: 30px;
     left: 26px;
 }

 .sort-pagi {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 70px 0 0 0;
 }

 .btn-next {
     display: flex;
     align-items: center;
     justify-content: center;
     flex: 1;
 }

 .btn-next li {
     margin: 0 8px;
 }

 .next-btn {
     color: #fff;
     font-size: 14px;
     font-weight: 500;
     line-height: 1;
     background-color: #6667AB;
     border-radius: 21px;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 42px;
     width: 146px;
 }

 .next-btn img {
     margin-left: 6px;
 }

 .pagination ul {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .pagination ul li a {
     color: #000;
     font-size: 14px;
     font-weight: 400;
     line-height: 1;
 }

 .pag-link {
     background-color: #F5F5F5;
     border-radius: 20px;
     width: 37px;
     height: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000;
     font-size: 14px;
     font-weight: 400;
     margin: 0 8px;
     line-height: 1;
 }

 /****** ABOUT US *****/
 .about-sec {
     padding: 60px 0 81px;
     position: relative;
 }

 .about-sec:after {
     position: absolute;
     content: "";
     left: 0;
     top: 0;
     background-color: #F5F5F5;
     width: 100%;
     height: 330px;
     z-index: -1;
 }

 .about-banner .image-holder {
     padding-left: 72px;
 }

 .about-banner .text-box {
     padding: 26px 0 0 0;
 }

 .about-banner .text-box h3 {
     color: #000000;
     font-size: 35px;
     line-height: 42px;
     font-weight: 500;
     max-width: 502px;
     margin-bottom: 134px;
     width: 100%;
 }

 .about-banner .text-box p {
     color: #000;
     font-size: 16px;
     font-weight: 400;
     line-height: 22px;
     max-width: 526px;
     width: 100%;
     margin-bottom: 24px;
 }

 .about-banner-inner {
     margin: 74px 0 0 0;
 }

 .about-banner-inner .image-holder {
     display: flex;
 }

 .about-banner-inner .image-holder ul {
     display: flex;
     align-items: center;
     column-gap: 23px;
 }

 .about-banner-inner .image-holder ul li {
     width: 50%;
     display: flex;
     align-items: center;
 }

 .about-banner-inner .image-holder ul li img {
     width: 100%;
 }

 .about-banner-inner .text-box {
     padding-left: 95px;
     padding-top: 24px;
 }

 .about-banner-inner .text-box h3 {
     color: #000;
     font-size: 30px;
     line-height: 36px;
     font-weight: 500;
     margin-bottom: 18px;
     max-width: 393px;
     width: 100%;
 }

 .about-banner-inner .text-box p {
     color: #000;
     font-size: 16px;
     font-weight: 400;
     line-height: 22px;
     max-width: 526px;
     width: 100%;
     margin-bottom: 22px;
 }

 .about-banner-inner .text-box a {
     background-color: #6667AB;
     border-radius: 23px;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 129px;
     width: 100%;
     height: 45px;
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     line-height: 1;
 }

 .about-banner-inner .text-box a:hover {
     background-color: #E3328B;
 }

 /********/


 .cooperation-banner .text-box h3 {
     margin-bottom: 24px !important;
 }

 .about-banner .text-box.text-inner {
     padding: 120px 0 0 0;
 }

 .about-banner .text-box.text-inner h3 {
     font-size: 30px;
 }

 .cooperation-inner {
     margin: 52px 0 0 0;
 }

 .cooperation-inner .text-box {
     padding-left: 45px;
     padding-top: 44px;
 }

 /******* TRAMPLING PAGE ******/
 .trampling-sec:after {
     height: 390px;
 }

 .trampling-banner .text-box {
     padding: 26px 0 40px 0;
 }

 .about-banner.trampling-banner .text-box h3 {
     margin: 0 0 20px 0;
 }

 .about-banner.trampling-banner .text-box p {
     max-width: 584px;
 }

 .about-banner.trampling-banner .text-box a {
     color: #000;
     font-size: 16px;
     font-weight: 400;
     line-height: 1;
     text-decoration: underline;
     display: inline-flex;
     align-items: center;
     margin: 24px 0 0 0;
 }

 .about-banner.trampling-banner .image-holder {
     padding-left: 50px;
 }

 .about-banner.trampling-banner .image-holder img {
     box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
 }

 .about-banner.trampling-banner .accordion {
     margin: 68px 0 0 0;
 }

 /****** REGULATION PAGE ******/
 .regulations-sec {
     padding: 55px 0 82px;
 }

 .regulations-left h2 {
     color: #000;
     font-size: 35px;
     font-weight: 500;
     line-height: 42px;
     margin-bottom: 40px;
 }

 .regulations-left .text-box {
     margin-bottom: 30px;
     max-width: 1095px;
     width: 100%;
 }

 .regulations-left .text-box:last-child {
     margin: 0;
 }

 .regulations-left .text-box h4 {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     line-height: 22px;
     margin-bottom: 20px;
 }

 .regulations-left .text-box p {
     color: #000;
     font-size: 16px;
     font-weight: normal;
     margin-bottom: 20px;
     line-height: 22px;
 }

 .regulations-left .text-box p a {
     color: #000;
 }

 .regulations-left .text-box p:last-child {
     margin: 0;
 }

 .regulations-right {
     box-shadow: 0px 3px 6px #00000029;
     border-radius: 10px;
     background-color: #fff;
     padding: 42px 46px 35px;
     max-width: 340px;
     width: 100%;
     margin-left: auto;
 }

 .regulations-right h4 {
     color: #000;
     font-size: 20px;
     font-weight: 500;
     line-height: 1;
     margin-bottom: 18px;
 }

 .regulations-right ul li {
     margin-bottom: 8px;
 }

 .regulations-right ul li:last-child {
     margin: 0;
 }

 .regulations-right ul li a:hover,
 .regulations-right ul li.active a {
     color: #E3328B;
     font-weight: 600;
 }

 .regulations-right ul li a:hover svg path,
 .regulations-right ul li.active a svg path {
     stroke: #E3328B;
     fill: #E3328B;
 }

 .regulations-right ul li a {
     color: #000;
     font-size: 18px;
     font-weight: normal;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 /****** CONTACT ******/
 .contact-sec {
     padding: 75px 0 0;
     background-color: #F5F5F5;
 }

 .contact-left {
     padding: 14px 0 0 0;
 }

 .contact-left h4 {
     color: #000;
     font-size: 45px;
     line-height: 54px;
     font-weight: 500;
     max-width: 440px;
     width: 100%;
 }

 .contact-left .media {
     display: flex;
     align-items: center;
     margin: 26px 0 40px 0;
 }

 .contact-left .media ul {
     display: flex;
     align-items: center;
     column-gap: 73px;
 }

 .contact-left .media ul li p {
     color: #000;
     font-weight: 500;
     font-size: 18px;
     line-height: 30px;
 }

 .contact-left .media ul li p a {
     color: #000;
     display: block;
 }

 .social-media {
     display: flex;
     align-items: center;
     gap: 14px;
     margin-left: 44px;
 }

 .social-media a {
     display: flex;
     align-items: center;
 }

 .social-media a img {
     height: 42px;
 }

 .waze-list ul {
     display: flex;
     align-items: center;
     column-gap: 10px;
 }

 .contact-sec .image-holder {
     position: relative;
     max-width: 674px;
     margin-left: auto;
     width: 100%;
     margin-bottom: -45px;
 }

 .contact-sec .image-holder a {
     position: absolute;
     top: 25px;
     left: 30px;
 }

 .contact-info-sec {
     padding: 90px 0 80px;
 }

 .contact-info-sec .text-box {
     margin-bottom: 25px;
 }

 .contact-info-sec .text-box:last-child {
     margin: 0;
 }

 .contact-info-sec .text-box h4 {
     color: #000;
     font-size: 25px;
     line-height: 1;
     font-weight: 500;
     margin-bottom: 16px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .contact-info-sec .text-box h4 img {
     height: 10px;
     transform: rotate(-90deg);
     display: none;
 }

 .contact-info-sec .text-box h4.active img {
     transform: rotate(-180deg);
 }

 .contact-info-sec .text-box ul li {
     margin-bottom: 2px;
 }

 .contact-info-sec .text-box ul li:last-child {
     margin: 0;
 }

 .contact-info-sec .text-box ul li a {
     color: #000;
     font-size: 18px;
     line-height: 30px;
     font-weight: 400;
 }

 .contact-info-sec .text-box ul li p {
     color: #000;
     font-size: 18px;
     line-height: 30px;
     font-weight: 400;
 }

 /***** CONTACT DETAIL ****/
 .contact-detail-sec .contact-left {
     padding: 75px 0 80px;
 }

 .contact-detail-sec .contact-left .text-box h4 {
     max-width: 509px;
     width: 100%;
 }

 .contact-detail-sec .contact-left .text-box p {
     font-size: 16px;
     line-height: 22px;
     color: #000;
     font-weight: 400;
     max-width: 404px;
     width: 100%;
     margin: 20px 0 22px 0;
 }

 .contact-detail-sec .contact-left .text-box ul {
     display: flex;
     column-gap: 8px;
     align-items: center;
 }

 .contact-detail-sec .contact-left .text-box ul li a {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000;
     font-weight: 500;
     font-size: 13px;
     line-height: 1;
     border: 1px solid #000;
     height: 41px;
     border-radius: 21px;
     width: 146px;
 }

 .contact-detail-sec .contact-left .text-box ul li a img {
     margin-left: 13px;
 }

 .contact-shipping {
     margin: 55px 0 0 0;
 }

 .contact-shipping ul {
     display: flex;
     flex-wrap: wrap;
     row-gap: 26px;
 }

 .contact-shipping ul li {
     width: 50%;
 }

 .contact-shipping ul li .media {
     margin: 0;
 }

 .contact-shipping ul li .media h5 {
     color: #000;
     font-weight: 500;
     font-size: 16px;
     padding-left: 28px;
     line-height: 22px;
     max-width: 220px;
     width: 100%;
 }

 .contact-detail-sec .image-holder {
     background-color: #F5F5F5;
     text-align: center;
     height: 100%;
     position: relative;
 }

 .contact-detail-sec .image-holder::after {
     position: absolute;
     content: "";
     right: -100%;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: #F5F5F5;
 }


 /***** THANKS MODAL *****/
 .thanks-modal .modal-body {
     padding: 37px 15px 26px;
 }

 .thanks-modal .modal-body span {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .thanks-modal .modal-body h4 {
     color: #000;
     font-size: 22px;
     font-weight: 600;
     line-height: 26px;
     text-align: center;
     max-width: 140px;
     width: 100%;
     margin: 20px auto 5px;
 }

 .thanks-modal .modal-body p {
     color: #000;
     font-size: 16px;
     font-weight: 400;
     line-height: 19px;
     text-align: center;
     max-width: 100%;
     margin-bottom: 15px;
 }

 .shop-btn {
     background-color: #6667AB;
     border-radius: 28px;
     display: flex;
     align-items: center;
     justify-content: center;
     max-width: 172px;
     width: 100%;
     height: 45px;
     margin: 0 auto;
     color: #fff;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
 }

 .thanks-modal .modal-body ul {
     display: flex;
     align-items: center;
     justify-content: center;
     column-gap: 10px;
     flex-direction: row;
     margin: 20px 0 0 0;
 }

 .thanks-modal .close-btn {
     top: 18px;
     right: 18px;
     padding: 0;
     display: flex;
     align-items: center;
 }


 .see-btn {
     color: #000;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     display: none;
     align-items: center;
     justify-content: center;
     border: 1px solid #707070;
     border-radius: 28px;
     height: 45px;
     max-width: 172px;
     width: 100%;
     margin: 30px auto 0;
 }

 .see-btn img {
     margin-left: 10px;
 }

 /***** MOBILE MENU *****/
 .mobile-menu {
     background-color: #F5F5F5;
     position: fixed;
     width: 100%;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     z-index: 10000;
     padding: 65px 25px;
     overflow-y: auto;
     opacity: 0;
     visibility: hidden;
     transition: all 0.5s ease-in-out;
 }

 .mobile-menu.active {
     opacity: 1;
     visibility: visible;
     transition: all 0.5s ease-in-out;
 }

 .menu-close {
     position: absolute;
     top: 25px;
     right: 25px;
 }

 .menu-logo {
     margin-bottom: 38px;
 }

 .menu-logo a {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .menu-logo a img {
     height: 66px;
 }

 .mobile-nav {
     background-color: #fff;
     border-radius: 10px;
     padding: 26px 18px;
     margin-bottom: 12px;
 }

 .mobile-nav ul li {
     margin-bottom: 22px;
 }

 .mobile-nav ul li:last-child {
     margin: 0;
 }

 .nav-link {
     display: flex;
     align-items: center;
     justify-content: space-between;
     color: #000;
     font-size: 16px;
     font-weight: 500;
     line-height: 1;
 }

 .nav-link img {
     height: 14px;
     transform: rotate(-90deg);
 }

 .nav-link.active img {
     transform: rotate(180deg);
 }

 .language-btn {
     margin: 32px 0 0 0;
 }

 .language-btn a {
     display: flex;
     align-items: center;
     justify-content: center;
     color: #000;
     font-size: 12px;
     font-weight: 500;
     line-height: 1;
 }

 .language-btn a svg {
     margin-right: 10px;
 }

 .language-btn .dropdown-menu {
     background-color: #fff;
     border-radius: 10px;
     box-shadow: 0px 3px 10px #00000029;
     min-width: 257px;
     max-width: 257px;
     width: 100%;
     margin: 0 auto;
     padding: 0;
     position: fixed;
     transform: translate(-50%, -50%) !important;
     inset: auto !important;
     top: 50% !important;
     left: 50% !important;
 }

 .language-btn .dropdown-menu li:last-child a.dropdown-item {
     border-bottom: none;
 }

 .language-btn .dropdown-menu li a.dropdown-item {
     display: flex;
     align-items: center;
     justify-content: space-between;
     border-bottom: 1px solid #E2E2E2;
     padding: 18px 25px;
 }

 .language-btn .dropdown-menu li a.dropdown-item span {
     color: #000;
     font-size: 15px;
     font-weight: 500;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .language-btn .dropdown-menu li a.dropdown-item span strong {
     color: #6667AB;
     display: flex;
     align-items: center;
     font-weight: 500;
     margin-right: 15px;
 }

 .language-btn a[aria-expanded="true"]~.overly {
     display: block;
 }

 .submenu {
     display: none;
     padding: 25px 0 2px;
 }

 .submenu ol li a {
     color: #000000;
     font-size: 14px;
     font-weight: normal;
     line-height: 1;
     display: flex;
     align-items: center;
 }

 .submenu.submenu-address ol li {
     margin: 0 0 12px 0;
 }

 .submenu.submenu-address ol li:last-child {
     margin: 0;
 }

 .submenu.submenu-address ol li.mb-0 {
     margin-bottom: 24px !important;
 }

 .submenu ol li p {
     font-size: 14px;
     font-weight: normal;
     line-height: 1;
 }

 .submenu ol li p span {
     font-size: 15px;
     display: block;
     line-height: 1;
 }

 .overly {
     background-color: rgb(0, 0, 0, 0.2);
     position: fixed;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 100;
     top: 0;
     backdrop-filter: blur(10px);
     display: none;
 }

 .back-top {
     position: absolute;
     top: -9px;
     right: 25px;
 }


 /***** SEARCH MOBILE *****/
 .mobile-seach {
     position: fixed;
     left: 0;
     width: 100%;
     top: 0;
     z-index: 1000;
     background-color: #fff;
     height: 100%;
     display: none;
 }

 .mobile-seach.active {
     display: block;
 }

 .mobile-seach-top {
     border-bottom: 1px solid rgb(112, 112, 112, 0.29);
     display: flex;
     align-items: center;
     padding: 24px 25px;
 }

 .mobile-seach-top form {
     position: relative;
     margin: 0 14px;
     flex: 1;
 }

 .mobile-seach-top form .form-control {
     background-color: #EFEFEF;
     border-radius: 23px;
     height: 45px;
     border: none;
     box-shadow: none;
     color: #7C7C7C;
     font-size: 13px;
     font-weight: normal;
     padding-left: 50px;
 }

 .mobile-search-icon {
     display: flex;
     align-items: center;
     position: absolute;
     top: 50%;
     left: 18px;
     transform: translate(0, -50%);
 }

 .look-btn {
     color: #000;
     font-size: 13px;
     font-weight: normal;
     text-decoration: underline;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .mobile-seach-bottom {
     padding: 25px 25px;
     height: calc(100% - 94px);
     overflow-y: auto;
 }

 .seach-result {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .seach-result h4 {
     color: #000;
     font-size: 16px;
     font-weight: 500;
     line-height: 1;
 }

 .seach-result span {
     color: #000;
     font-size: 13px;
     font-weight: 400;
     line-height: 1;
     display: block;
 }

 .mobile-seach-category {
     margin: 20px 0 0 0;
 }

 .mobile-seach-category ol {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     margin: 0 -4px;
     row-gap: 16px;
 }

 .mobile-seach-category ol li {
     width: 50%;
     padding: 0 4px;
 }

 .mobile-seach-category .catalogue-box .text-box ul li,
 .mobile-seach-category .catalogue-hover ul li {
     width: auto;
     padding: 0;
 }

 .mobile-seach-category .catalogue-box .text-box {
     margin: 10px 0 0 0px;
 }

 .mobile-seach-category .catalogue-box .text-box h4 {
     font-size: 15px;
     min-height: auto;
     margin-bottom: 8px;
 }

 .mobile-seach-category .catalogue-box .text-box span {
     font-size: 15px;
 }

 /***** E STORE MOBILE TITLE *****/
 .stoer-mobile-title {
     display: flex;
     align-items: center;
     justify-content: space-between;
     display: none;
     margin-bottom: 32px;
 }

 .stoer-mobile-title .media {
     display: flex;
     align-items: center;
 }

 .stoer-mobile-title .media span {
     display: flex;
     align-items: center;
     margin-right: 15px;
 }

 .stoer-mobile-title .media span img {
     height: 19px;
 }

 .stoer-mobile-title .media .text-box {
     display: flex;
     align-items: center;
 }

 .stoer-mobile-title .media .text-box .text-inner {
     margin-right: 18px;
 }

 .stoer-mobile-title .media .text-box .text-inner h4 {
     color: #000;
     font-size: 18px;
     line-height: 1;
     margin-bottom: 1px;
     font-weight: 500;
 }

 .stoer-mobile-title .media .text-box .text-inner p {
     color: #000;
     font-size: 12px;
     line-height: 1;
     font-weight: 400;
 }

 .stoer-arrow {
     display: flex;
     align-items: center;
 }

 .stoer-arrow img {
     height: 8px;
 }

 .stoer-mobile-title .filter-btn {
     height: 35px;
     width: 94px;
     font-size: 12px;
 }

 .stoer-mobile-title .filter-btn svg {
     height: 12px;
     width: 12px;
 }

 .overly2 {
     position: fixed;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgb(0, 0, 0, 0.7);
     display: none;
     z-index: 1000;
 }

 .overly2.active {
     display: block;
 }

 .top-fixed {
     position: fixed;
     top: 120px;
     max-width: 366px;
     width: 100%;
 }

 /****** STICKY HEADER ******/
 .darkHeader .sticky-header {
    top: 0;
    transition: all 0.5s ease-in-out;
 }

 .sticky-header {
     position: fixed;
     left: 0;
     top: -75px;
     width: 100%;
     background-color: #373753;
     z-index: 100;
     transition: all 0.5s ease-in-out;
 }

 .sticky-logo {
     padding: 25px 42px 25px 0;
 }

 .sticky-logo img {
     height: 21px;
 }

 .sticky-header-inner {
     display: flex;
 }

 .sticky-header-inner .header-left {
     display: flex;
     align-items: center;
     border-left: 1px solid rgb(168, 168, 168, 0.47);
     border-right: 1px solid rgb(168, 168, 168, 0.47);
     padding-left: 28px;
     padding-right: 65px;
 }

 .sticky-header-inner .header-left ul {
     display: flex;
     align-items: center;
     margin-left: 0;
 }

 .sticky-header-inner .header-left ul li {
     margin-right: 26px;
 }

 .sticky-header-inner .world-btn {
     border: none;
     padding: 0;
 }

 .sticky-header-inner .header-working {
     margin: 0;
     border-right: 1px solid rgb(168, 168, 168, 0.47);
     padding-left: 44px;
     flex: 1;
     padding-right: 38px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .sticky-header-inner .header-working p {
     white-space: nowrap;
 }

 .sticky-header-social {
     padding-left: 46px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
 }
 .sticky-header-social ul li{
    position: relative;
 }
  
.sticky-search-bar{
    box-shadow: 0px 8px 8px rgb(0, 0, 0, 0.14);
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 26px;
    width: 420px;
    z-index: 10;
    display: none;
}
.sticky-search-bar form{
    position: relative;
}
.sticky-search-bar form .form-control{
    background-color: #F4F4F4;
    border-radius: 5px;
    height: 45px;
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}
.sticky-search-icon{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 26px;
}
 .sticky-header-social ul {
     display: flex;
     align-items: center;
     column-gap: 35px;
 }
 .sticky-search:hover svg circle{
    stroke: #FFCE60;
 }
 .sticky-search:hover svg line{
    stroke: #FFCE60;
 }
 .sticky-search svg {
     height: 26px;
 }
 .chekout-textareapiezimes {
    position: relative;
    top: -27px;
    margin: 0 0 0 32px;
    /* height: 40px; */
    display: block;
    z-index: 72;
    color: grey;
    text-align: right;
    font-size: 14px;
    width: fit-content;
    float: right;
    background: #fff;
 }
 .chekout-textareapiezimes img {
    max-width: 17px;
    margin: -2px 3px 0 -24px;
    opacity: 0.7;
  }
  
  
  
  
  
 
.hover-topicons li button {
    border-radius: 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
}
.hover-topicons li {
        margin-right: 5px;
}
.catalogue-box-wrapper button {
   border: 0; 
}
.swiper-slide.catalogue-box-link {
    height: auto;
}

.catalogue-box-wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
}

.catalogue-box {
    position: relative;
    overflow: hidden;
}

.image-holder {
    position: relative;
    overflow: hidden;
}

.hover-topicons {
    position: absolute;
    top: -50px;
    left: 10px;
    transition: top 0.3s ease;
    list-style-type: none;
    padding: 0;
    z-index: 2;
    display: flex;
}

.catalogue-box:hover .hover-topicons {
    top: 10px;
}

.add-cart-btn {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.3s ease;
    text-decoration: none;
    z-index: 2;
    /* Add more styles as needed */
}
.add-cart-btn:hover {
       background:#6667AB;
        -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.catalogue-box:hover .add-cart-btn {
    bottom: 10px;
}
  
  