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

 
 /* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 


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


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




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


 


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

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

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: "Montserrat", sans-serif;
}

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

b,
strong {
    font-weight: 600;
}

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

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

/* ::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: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: #E5008E;
    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: #000;
    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;
}

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

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

header .nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 20px;
    height: 3px;
    background: #e30a8c;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
}

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

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

header .nav>ul>li:hover>a,
header .nav>ul>li.current-menu-item>a,
header .nav>ul>li.current-menu-parent>a,
header .nav>ul>li.current-menu-ancestor>a {
    color: #e30a8c;
}

header .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;
}

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

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

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

header .nav>ul>li>ul>li>a,
header .nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 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;
}

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

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

header .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;
}

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

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

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

}


header .nav {
    width: 100%;
    justify-content: flex-end;
}

.top-nav 
{
    position: relative;
}

 




/*******************************
********NAV BAR*****************
*****************************/
 
header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    background-image: linear-gradient(#000000b8, #00000000);
}


.area-nav {
    background: #fff;
    padding: 0 20px;
    border-radius: 50px;
}

.top-info ul li a 
{
    color: #FFF;
    margin-right: 15px;
}

.top-social ul li a 
{
    margin-right: 15px;
}

.top-social ul li:last-child a 
{
    margin-right: 0;
}


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



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

.banner-content {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
}

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

.banner-content strong {
    font-size: 72px;
    color: #75bf33;
    font-family: Moving-Skate;
    font-size: 95px;
    line-height: 120px;
    color: #E5008E;
    font-weight: 400 !important;
}
  
 
.ecotext h4
{
    color: #000;
    font-size: 20px; 
    font-weight: bold;
    margin-bottom: 5px;
}

.ecotext p  
{
    color: #666666;
}


.grid-area {
  display: grid;
  grid-template-areas:
    "menu content"
    "menu two-part";
  grid-template-columns: 3fr 3fr ;
   gap: 5px;
}
.grid-area > div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px;
}
 
.grid-area > div.menu {
  grid-area: menu;
}
.grid-area > div.content {
  grid-area: content;
}

.two-part 
{
  display: grid;
  grid-template-areas:
    "part-1 part-2";
  grid-template-columns: 4fr 4fr ;
  gap: 5px;
  background-color: #2196F3;
  
}

.two-part > div {
  padding: 0px;
}

.grid-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid-content h3  
{
    font-size: 60px;
    font-weight: 600;
    color: #000;
    line-height: 70px;
}

.grid-content p {
    color: #000;
    font-size: 22px;
    line-height: 28px;
}
 
.shop-btn 
{
    display: inline-block;
    background: #E5008E;
    padding: 10px 30px; 
    border-radius: 50px;
    color: #FFF !important;
    font-weight: 600;
    margin-top: 10px;
}

.align-leftcon 
{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0%, -50%);
}

.small-text-fur h3 
{
    font-size: 40px;
}

.list-product ul li 
{
    width: 20%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.pro-image 
{
    background: #f6f6f6;
    text-align: center;
}


.pro-content p a 
{
    color: #000;
    display: block;
    padding: 5px 0;
}

.view-wish {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-flow: column;
}

.view-wish a  
{
    background: #FFF;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 50px;
    box-shadow: 0 0 5px #afafaf;
    margin: 5px 0;
    color: #000 !important;

}

.product-list-tab 
{
    padding: 80px 0;
}

.nav-pills .nav-link 
{
    text-align: center;
}

.nav-pills .nav-link img 
{
    display: block;
    text-align: center;
    margin: 0 auto;
}


.tab-icon {
    height: 95px;
    width: 95px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 15px;
}

.nav-pills .nav-link.active .tab-icon 
{
    background: #E5008E;
}

.nav-pills .nav-link.active .tab-icon img 
{
    filter: brightness(0) invert(1);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link 
{
    background: transparent;
    color: #000;
    border-bottom: 2px solid #E5008E;
}

.nav-pills .nav-link 
{
    color: #000;
    font-size: 20px; 
    font-weight: 600;
    border-radius: 0;
    margin: 0 20px;
}


.calcuator-area 
{
    background: url(../images/calcuate-bg.jpg) no-repeat center;
    background-size: cover;
}


.calcuter-area 
{
    padding: 100px 0;
}

.from-calculate 
{
    width: 400px;
}

.calculate-btn 
{
    background: #822760; 
    padding:15px 10px; 
    width: 100%;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

.from-calculate .form-select 
{
    background: #822760; 
    padding:15px 10px; 
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 10px;
    box-shadow: none !important;
    
}

.from-calculate .form-select {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 97%;
    background-position-y: 22px;
}

.middle-image {
    position: relative;
    left: -180px;
    top: 40px;
}


.white-heading 
{
    color: #FFF;
    margin-bottom: 15px;
    font-size: 30px; 
    font-weight: 500;
}

.heading 
{
    color: #000000;
    font-weight: 600;
    font-size: 36px;
}


.selling-scroll .pro-area
{
    margin: 0 15px;
}




.selling-scroll .slick-prev, .selling-scroll .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -60px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 0 5px #00000052;
    background: #fff;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

.selling-scroll .slick-next {
    right: 18px;
}

.selling-scroll .slick-prev {
    right: 80px;
    left: inherit;
}

.selling-scroll .slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons;
    color: #000;
}

.selling-scroll .slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons;
    color: #000;
}





.say-slider .slick-prev, .say-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    bottom: 0px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 0 5px #00000052;
    background: #fff;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

.say-slider .slick-next {
    right: 18px;
}

.say-slider .slick-prev {
    right: 80px;
    left: inherit;
}

.say-slider .slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons;
    color: #000;
}

.say-slider .slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons;
    color: #000;
}







.content-testimo {
    border-left: 2px solid #000;
    padding-left: 15px;
    margin: 0 10px;
    position: relative;
}

.content-testimo::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/quotes.png) no-repeat;
    width: 70px;
    height: 70px;
}

.client-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.client-image img {
    object-fit: cover;
}
.content-testimo img {
    width: auto !important;
}


.what-thy-say 
{
    position: relative;
}

.what-thy-say::before 
{
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 80%;
    background: #F8F8F8;
    z-index: -1;
    border-radius: 300px 0 0 300px;
}




.date {
    position: absolute;
    background: #3F3030;
    padding: 10px 15px;
    color: #FFF;
    left: 5px;
    top: 50px;
}

.blog-image {
       border: 5px solid #6969694d;
       border-radius: 10px;
        overflow: hidden;
}

.blog-list-part h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
}

.blog-list-part p {
    font-size: 15px;
}

.blog-list-part a {
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
}

 
.blog-slide .slick-slide
{
    margin: 0 15px;
}




.blog-slide .slick-prev, .blog-slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 110%;
    bottom: 0px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 0 5px #00000052;
    background: #fff;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

.blog-slide .slick-next {
    right: 45%;
}

.blog-slide .slick-prev {
    right: 50%;
    left: inherit;
}

.blog-slide .slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons;
    color: #000;
}

.blog-slide .slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons;
    color: #000;
}



footer 
{
    background: #222222;
    padding-top: 50px;
}

.footer-holder strong 
{
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}


.footer-holder p  
{
    color: #FFF;
}

.footer-holder ul li  
{
    line-height: 35px;
}

.footer-holder ul li a 
{
    color: #FFF;
}

.copy-right 
{
    background: #000;
    color: #FFF;
}

.copy-right p   
{
    color: #FFF;
}


.subscription-area 
{
    position: relative;
    display: flex;
    border-radius: 100px; 
    overflow: hidden;
    background: #FFF;
}

.subscription-area input[type=email] 
{
    height: 60px;
    padding: 10px 20px;
}

.subscribe-btn   
{
    background: #E5008E; 
    border: none;
    width: 150px;
    flex: 0 0 150px;
    color: #FFF;
    font-size: 18px;
}



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

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

.inner-banner h1 
{
	font-size: 35px; 
	font-weight: bold; 
	color:#000; 
}

.entry-content {
    padding: 100px 5% 0;
}

/****/
 

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 18px;
    color: #000 !important;
}

.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button {
    display: inline-block;
    background: #E5008E;
    padding: 10px 30px;
    border-radius: 50px;
    color: #FFF !important;
    font-weight: 600;
    margin-top: 10px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 12px 10px 0 0;
    font-weight: 600;
    color: #000;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.entry-summary p   
{
	margin-bottom: 10px; 
	line-height: 28px; 
}

.entry-summary tbody, .entry-summary td, .entry-summary tfoot, .entry-summary th, .entry-summary thead, .entry-summary tr {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
}

.woocommerce-Tabs-panel h2 
{
	font-size: 25px; 
	margin-bottom: 15px; 
	color:#000; 
	font-weight: bold; 
}

.woocommerce-Tabs-panel ul li  
{
	color:#000; 
	margin-bottom: 10px; 
	font-family: "Montserrat", sans-serif; 
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    height: 45px;
    padding: 10px;
}

.page-id-12 .entry-content 
{
	padding-bottom: 100px; 
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    background: #f5f5f5;
    padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li  
{
	line-height: 30px; 
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a 
{
	color: #000; 
	font-weight: 600; 
	padding: 10px;
	 width: 100%;
    display: block;
	
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a  
{
	    background: #E5008E;
    color: #FFF;
   
}

.woocommerce-Button, .wc-forward {
    display: inline-block !important;
    background: #E5008E !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    color: #FFF !important;
    font-weight: 600 !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    background: #f5f5f5;
    padding: 30px 20px;
}
.cart-num {
  background: #FFF;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wc-block-grid__product-title {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #000 !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link 
{
	 display: inline-block !important;
    background: #E5008E !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    color: #FFF !important;
    font-weight: 600 !important;
	    font-size: 15px !important;
}

.woocommerce-Price-amount 
{
	font-size: 18px; 
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link 
{
	display: block; 
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative;
    width: 100%;
}

.wp-block-heading 
{
	margin-bottom: 15px; 
	font-weight: 600; 
}

.woocommerce-product-details__short-description table 
{
	width: 100%; 
}

.wc-block-cart__submit-container {
    display: inline-block !important;
    background: #E5008E !important;
    padding: 0px 10px !important;
    border-radius: 0px !important;
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    width: 100%;
}

.wc-block-cart__submit-container a 
{
	color: #FFF !important; 
}

.wc-block-cart-item__remove-link 
{
	display: inline-block !important;
    background: #E5008E !important;
    padding: 10px 10px !important;
    border-radius: 0px !important;
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    line-height: 1.4;
    max-width: max-content;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
}

.page-id-11 .entry-content 
{
	padding-bottom: 100px; 
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button 
{
	 display: inline-block !important;
    background: #E5008E !important;
    padding: 0px 10px !important;
    border-radius: 0px !important;
    color: #FFF !important;
    font-weight: 600 !important;
    font-size: 18px !important;
	border: none; 
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
 
    justify-content: center;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    padding-bottom: 30px;
}

.related h2 {
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
}

.pro-image img
{
	height: 100%; 
	object-fit: cover; 
}

.woocommerce-product-gallery__image {
    height: 500px;
    background: #f5f5f5;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.woocommerce-product-gallery__image img {
    object-fit: cover !important;
    height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
    max-height: 500px;
}

.flex-control-thumbs li {
    border: 1px solid #e3e3e3;
    width: 20% !important;
}

.entry-summary h2
{
	font-size: 35px;
    font-weight: bold;
    color: #000;
}


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

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

.details-contact {
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    background: #fff3fa;
}

.heading-contact {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding: 15px;
    border-radius: 15px;
}

.round-icon {
    background: #000000;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    margin-right: 15px;
    color: #FFF;
}

.foot-description b {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foot-description p {
    color: #000;
    font-size: 16px;
}

.contact-form {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 15px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select, .contact-form input[type="tel"] {
    height: 55px;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 20px;
}

.submit-btn {
    background: #E5008E;
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
    font-weight: 600;
    border: none;
    width: 200px;
    text-transform: uppercase;
}

.about-content 
{
	padding: 80px 0; 
}

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

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

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


.blog-slide .slick-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
}

.blog-list {
    margin-bottom: 100px !important;
}

.woocommerce-form-login__submit 
{
    background: #E5008E !important;
    padding: 10px 30px;
    border-radius: 50px !important;
    color: #FFF !important;
     
}

.page-id-12 .entry-content {
  padding: 100px 0;
    padding-bottom: 100px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

