@charset "utf-8";
/* CSS Document */

/* Bootstrap Icon */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/* Fonts Link */

/* DM Sans */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* font-family: "DM Sans", sans-serif; */

/* Valky Regular */

@font-face {
  font-family: Valky-Regular;
  src: url(../fonts/Valky-Regular.ttf);
}

/*html, body {
	width: 100%;
	overflow-x: hidden;
} */

:root {
  --main-color: #FA1B89;
}


* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #000;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: Valky-Regular;
}

p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #f81e87;
}

/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}


/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 0px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: var(--main-color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

/* .scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
} */

/***************
page scrool
***************/

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}

.nav-active .logo {
    margin-top: 0;
    position: relative;
    z-index: 99;
    width: 150px;
    flex: 0 0 150px;
}

.nav-active .menu-part {
    align-items: center;
}



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 20px 0px;
    color: #292929;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: var(--main-color);
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgb(248 30 135);
    border-top: 1px #cb005f solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: #333;
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}

.search-area
{
    padding-right: 30px;
    width: 288px;
    height: 45px;
    border-radius: 30px; 
    padding-left: 20px;
}


.search-btn {
    position: absolute;
    right: 12px;
    top: 10px;
    background: transparent;
    border: none;
    color: var(--main-color);
}

.admin-icon 
{
    background: #EBEEF6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center; 
    justify-content: center;
    margin-right: 10px;
}

.admin-details-top span 
{
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;
}

.admin-details-top strong 
{
    text-transform: uppercase;
    font-size: 14px;
    color: #000 !important;

}

.shop-icon 
{
    position: relative;
    background: #EBEEF6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-size: 20px;
}

.cart-number 
{
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #FFF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header 
{
/*     overflow: hidden; */
}

.head-search button:focus
{
	box-shadow: none; 
}







/*******************************
********NAV BAR*****************
*****************************/

 


.banner .slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}





/************ End Header ***************/

.banner-content {
    position: absolute;
    top: 30%;
    z-index: 99;
    width: 550px;
}

.banner-content h1 {
    font-size: 58px;
    line-height: 70px;
    color: #FFF;
    margin-bottom: 20px;
}

.banner-content h1 span {
    font-size: 58px;
    font-weight: 100;
}

.banner-content h1 strong {
    font-size: 72px;
    color: #75bf33;
}

.button-design {
   background: var(--main-color);
    color: #FFF !important;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    box-shadow: 0px 4px 8px #00000057;
	width: 300px; 
}

.banner-content p {
    position: relative;
    color: #FFF;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
}

.about-home {
    display: flex;
}

.about-left {
    background: url(../images/about-left-bg.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 0px);
}


.about-right {
    background: url(../images/about-rightbg.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 20%);
    padding: 50px 40px;
    padding-right: 22%;
}

.about-info-area {
    background: #6eac37e3;
    width: 300px;
    margin-left: auto;
    padding: 30px 15px;
    height: 100%;
}

.callus {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.about-number {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.about-number a {
    color: #FFF;
}

.about-button {
    background: #ffffff;
    color: #000 !important;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #79c733;
    box-shadow: 0px 4px 8px #00000057;
    display: inline-block;
    margin-top: 20px;
}

.about-right span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-right h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-right p {
    margin-bottom: 30px;
}

.readmore-btn {
    background: rgb(95, 154, 42);
    background: linear-gradient(90deg, rgba(95, 154, 42, 1) 0%, rgba(120, 186, 60, 1) 100%);
    color: #FFF !important;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    border: 1px solid #5f5f5f;
    display: inline-block;
    font-size: 14px;
}

.heading-area span {
    font-size: 15px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.heading-area h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 60px;
}

 
span.arrow-icon {
    position: absolute;
    top: 20px;
    right: -20px;
}

.click-search-btn 
{
    background: var(--main-color);
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.click-search-btn i  
{
    color: #FFF !important;
}


/* *********** */ 

.explore-collection 
{
    background: #171315;
    overflow: hidden;
}

 .explore-content .button-design 
 {
     width: 300px;
     flex: 0 0 300px;
 }

 .video-sec 
 {
    cursor: pointer;
    position: relative;
 }

.video-sec::before {
    content: '';
    position: absolute;
    background: url(../images/line.svg) no-repeat;
    width: 100px;
    height: 80px;
    right: 38px;
    top: 20px;
}

.heading 
{
    font-weight: 400;
    font-size: 60px;
    line-height: 89px;
    letter-spacing: inherit;
    text-transform: capitalize;
}

.explore-content p  
{
    color: #FFF;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
}

.slide-pos {
    position: absolute;
    overflow: hidden;
    width: 640px;
    bottom: 0;
    right: 0;
}


.slider-nav .slick-prev {
    left: 167px;
    top: -39px;
}

.slider-nav .slick-next {
    right: 400px;
    top: -39px;
}

/****/


.shop-category 
{
    background: #FFEFF8;
    padding: 50px 0;
    overflow: hidden;
}

.category-part {
    height: 354px;
    display: flex;
    flex-flow: column;
    background-size: cover !important;
    border-radius: 18px;
    overflow: hidden;
}

.icon-rating img 
{
    width: 80px;
}

.all-product-btn {
    font-size: 14px;
    background: #FFEFF8;
    height: auto;
    border-radius: 10px 0 10px 0;
    color: #000 !important;
    padding: 8px 10px;
    position: relative;
    /* top: 7px;
    left: 5px; */
}

.shop-category-slider .slick-slide {
    
    padding: 0 8px;
}


/************/


.slider-nav .slick-prev, .slider-nav .slick-next 
{
    background: #282828;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #FFF;
}

.slider-nav .slick-next {
     left: 210px;
    top: -36px;
}

.slider-nav .slick-prev {
    left: 165px;
    top: -36px;
}

.slider-nav .slick-next:before {
    content: '\F285';
    font-family: bootstrap-icons;  
    font-size: 12px;
}

.slider-nav .slick-prev:before {
    content: '\F284';
    font-family: bootstrap-icons; 
    font-size: 12px; 
}

.slider-nav .slick-slide 
{
    padding: 0 10px;
}






/*************/


.shop-category-slider .slick-prev, .shop-category-slider .slick-next 
{
    background: var(--main-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-category-slider .slick-next {
    right: 0;
    top: -90px;
}

.shop-category-slider .slick-prev {
    left: inherit;
    right: 70px;
    top: -90px;
}

.shop-category-slider .slick-next:before {
    content: '\F285';
    font-family: bootstrap-icons;  
}

.shop-category-slider .slick-prev:before {
    content: '\F284';
    font-family: bootstrap-icons;  
}



.tranding-collection 
{
    padding: 70px 0;
}

.star-area {
    position: absolute;
    z-index: 999;
    top: -10px;
    width: 110px;
    height: 70px;
    left: 14px;
}

.star-area span {
    color: #FFF;
    margin-left: 10px;
    font-size: 18px;
    line-height: 38px;
    display: inline-block;
}

.wish-shop {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    right: 20px;
}

.wish-love 
{
    width: 45px;
    height: 45px;
    background: #ffffff93;
    border-radius: 100px;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-size: 18px;
    line-height: 0;
    color: #FFF;
    margin-bottom: 10px;
    cursor: pointer;
}

.shop-love
{
    width: 45px;
    height: 45px;
    background: var(--main-color);
    border-radius: 100px;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-size: 18px;
    line-height: 0;
    color: #FFF;
    cursor: pointer;
}

.collection-area {
    border-radius: 25px;
    overflow: hidden;
}

.product-name 
{
    color: #313131;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}

.price-number 
{
    color: #FE0088;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500 !important;
    text-transform: capitalize;
}

.all-product-btn-pos {
    position: absolute;
    top: 55px;
    right: 0;
}

.deal-ofthe-day 
{
    padding: 50px 0;
    background: var(--main-color) url(../images/deal-of-the-day.jpg) no-repeat right;
}

.deal-of 
{
    padding-right: 30px;
    border-right: 1px solid #E6DCCC;
    flex: 0 0 70%;
}

.deal-of span 
{
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.deal-of p  
{
    color: #FFF;
}

.off-percent 
{
    text-align: center;
    padding: 0 15px 0 15px;
}

.off-percent span
{
    display: block;
    color: #FFF;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.off-percent strong 
{
    font-weight: 400;
    display: block;
    color: #FFF;
    font-size: 26px;
     margin-bottom: 10px;
     text-transform: capitalize;
}

.off-percent p  
{
    color: #FFF;
    margin-bottom: 15px;
}

.shop-now-btn 
{
    background: #2C2C2C;
    color: #fff !important;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
}

.why-choose-us 
{
    background: #171315;
    padding: 60px 0;
}

.choose-icon 
{
    background: var(--main-color);
    width: 83px;
    height: 80px;
    border-radius: 15px;
    flex: 0 0 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choose-content span 
{
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
}

.choose-content p 
{
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
}

.see-it-believe-it  
{
    padding: 70px 0;
    overflow: hidden;
}

.shop-slider .slick-slide
{
    padding: 0 10px;
    border-radius: 15px;
    overflow: hidden;
}


.shop-slider .slick-prev, .shop-slider .slick-next 
{
    background: var(--main-color);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-slider .slick-next {
    right: -45px;
}

.shop-slider .slick-prev {
    left: -45px;
}

.shop-slider .slick-next:before {
    content: '\F285';
    font-family: bootstrap-icons;  
}

.shop-slider .slick-prev:before {
    content: '\F284';
    font-family: bootstrap-icons;  
}



.recent-post 
{
    background: #191919; 
    padding: 70px 0;
    overflow: hidden;
}

.export 
{
    padding-bottom: 15px;
    border-bottom: 1px solid #3C3C3C;
}

.export h3 
{
    color: #FFF;
    font-family: "DM Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

.export p
{
    color: #FFF;
    font-weight: 300;
    font-family: "DM Sans", sans-serif;
}

.blog-items 
{
    padding: 0 10px;
}


.blog-slider .slick-dots li button 
{
    background: #FFF;
    border-radius: 50px;
    width: 15px;
    height: 15px;
}

.blog-slider .slick-active button  
{
    background: var(--main-color) !important;
}

.blog-slider .slick-dots 
{
    position: relative;
    top: 20px;
}


footer
{
    background: #F5F5F5;
}

.footer-heading 
{
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #414141;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
}

.helpline span  
{
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.helpline strong 
{
    font-size: 25px;
    font-weight: bold !important;
    color: #383838;
}

.footer-info p 
{
    color: #4A4A4A;
    font-size: 16px;
    margin-bottom: 10px;
}


.foot-social ul li a  
{
    background: var(--main-color);
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35px;
    color: #FFF;
    margin-right: 15px;
}

.footer-holder ul li a 
{
    color: #585858;
    font-size: 16px;
    line-height: 35px;
}

.copy-right 
{
    border-top: 1px solid #99999955;
    padding: 20px 0;
}

.payment li a 
{
    margin-right: 15px;
}

.payment li:last-child a 
{
    margin-right: 0;
}

.top-nav {
    border-bottom: 1px solid #e7e7e7;
}

.slider-for 
{
	height: 750px;
}

.about-page 
{
	padding: 60px 0; 
}

.about-content p  
{
	margin-bottom: 15px; 
	line-height: 28px; 
}

.inner-banner {
    background-size: cover !important;
    width: 100%;
    padding: 100px 0;
}

.inner-banner strong 
{
	color: #FFF; 
	font-size: 40px; 
	text-transform: capitalize; 
	font-family: Valky-Regular;
}

.contact-from-area 
{
	padding: 60px 0; 
}


.normal-text h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.normal-text h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.normal-text h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}


.normal-text p {
    margin-bottom: 15px;
}

.details-contact {
    background: #f5f5f5;
    padding: 30px;
    height: 100%;
} 

.round-icon 
{
	width: 35px; 
	height: 35px; 
	border-radius: 50px; 
	border: 1px solid #fff; 
	background:#fa1b89; 
	display: flex; 
	flex: 0 0 35px; 
	align-items: center; 
	justify-content: center; 
	margin-right: 10px; 
	color:#FFF; 
}

.heading-contact, .contact-form h3 
{
	font-size: 30px; 
	font-weight: 600; 
	line-height: 35px; 
	color:#000; 
	
}

input.submit-btn {
    background: #f81e87;
    border: none;
    color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.shop-love i  
{
	color: #FFF; 
}

a.added_to_cart.wc-forward {
    position: absolute;
    top: -50px;
    font-size: 14px;
    width: 150px;
}

